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

ul {
    list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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


/*全局样式*/

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

html {
    font-size: 5.2083333333333vw;
}

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

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


/*= 清除浮动=*/

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

input {
    -webkit-appearance: none;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

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


/* 针对IE7 */

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


/*原文件配置*/

body {
    color: #000;
    background: #ffffff;
    font: .2rem 'Poppins', arial, 'Microsoft YaHei', sans-serif;
    min-width: 320px;
}

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

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

a:hover {
    color: #ab1e2d;
}

.is-sticky {
    position: sticky;
    top: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

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

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

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

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

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

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

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

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

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

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

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

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

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

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

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

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

.home-wrap {
    padding-left: .6rem;
    padding-right: .6rem;
}

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

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

.header {
    border-bottom: 1px #d0d0d0 solid;
    background-color: #FFF;
}

.header .logo {
    height: 1.2rem;
}

.header .logo img {
    height: 1.04rem;
    max-width: 100%;
    object-fit: contain;
}

.header .tel {
    font-size: .17rem;
    margin-right: .2rem;
    color: #000;
}

.header .tel span {
    color: #ab1e2d;
}

.header .lang-con span {
    background: url(../images/lang.svg)no-repeat left center;
    background-size: .22rem;
    padding-left: .3rem;
    padding-right: .2rem;
    cursor: pointer;
}

.header .lang-con span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 25%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: .08rem;
    height: .08rem;
    border-right: 3px #000 solid;
    border-bottom: 3px #000 solid;
}

.header .lang-con .lang {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .15);
    z-index: 35;
    font-size: .2rem;
    line-height: 2;
    padding: .1rem 0;
    display: none;
}

.header .lang-con .lang a:hover {
    background-color: #ab1e2d;
    color: #FFF;
}

.header .lang-con:hover .lang {
    display: block;
}

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

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

.nav {
    position: relative;
    z-index: 11;
}

.nav li>a {
    line-height: .74rem;
    font-size: .22rem;
}

.nav .drop {
    left: 0;
    right: 0;
    top: .74rem;
    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: .1rem 0;
    line-height: 2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-top: 5px #ab1e2d solid;
    z-index: 101;
}

.nav li:nth-child(2) .drop,
.nav li:nth-child(7) .drop {
    left: -.7rem;
    right: -.7rem;
}

.nav li:nth-child(4) .drop,
.nav li:nth-child(6) .drop {
    left: -1rem;
    right: -1rem;
}

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

.nav .drop::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -12px;
    width: 0;
    height: 0;
    border-left: 12px transparent solid;
    border-right: 12px transparent solid;
    border-bottom: 12px #ab1e2d solid;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.nav .drop a {
    padding-left: .3rem;
    border-bottom: 1px #dcdcdc solid;
    font-size: .18rem;
    line-height: 3;
}

.nav .drop a:last-child {
    border-bottom: 0;
}

.nav .drop a::after {
    content: '';
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    width: .1rem;
    height: .1rem;
    border-right: 1px #afadad solid;
    border-bottom: 1px #afadad solid;
}

.banner {
    overflow: hidden;
}

.mb-banner img,
.mb-banner video,
.banner img,
.banner video {
    display: block;
    width: 100%;
}

.mb-banner {
    display: none;
}

.mb-banner .swiper-button-white,
.banner .swiper-button-white {
    background-size: .16rem;
    border: 2px #FFF solid;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.footer {
    background-color: #131313;
    padding-top: .4rem;
    padding-bottom: .9rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    color: #FFF;
}

.footer .info {
    width: 4.9rem;
    font-size: .17rem;
    margin-right: 1.1rem;
}

.footer .info .item {
    display: flex;
    align-items: flex-start;
    color: #ffffff;
    margin-bottom: 1em;
}


.footer .info .item img {
    width: .25rem;
    height: .25rem;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: .8em;
}

.footer .info .sns {
    margin-top: .5rem;
}

.footer .info .sns>a {
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin-right: .3rem;
}

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

.footer .f-nav .tit {
    border-bottom: 1px #FFF solid;
    font-size: .23rem;
    padding-right: .8rem;
    padding-bottom: .1rem;
}

.footer .f-nav .sub {
    margin-top: .25rem;
}

.footer .f-nav a {
    color: #FFF;
    line-height: 2;
    font-size: .16rem;
}

.search-content {
    width: 100%;
    background-color: #ab1e2d;
    padding: .3rem 3.2rem .5rem 3.2rem;
    color: #FFF;
    position: relative;
    z-index: 10;
}

.search-content .title {
    font-size: .32rem;
}

.search-content .con {
    margin-top: .2rem;
}

.search-content input[type='submit'] {
    background: #282828 url(../images/search.png)no-repeat 90% center;
    color: #FFF;
    font-size: .2rem;
    padding-left: .8rem;
    padding-right: 1.2rem;
    background-size: .3rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.select-wrapper {
    width: 100%;
    height: .57rem;
    position: relative;
    cursor: pointer;
    margin-right: .1rem;
}

.select-button {
    width: 100%;
    height: .57rem;
    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;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: .2rem;
    font-family: 'Poppins';
    font-weight: 550;
    text-transform: uppercase;
    color: #000;
}

input[name="color"]::-webkit-input-placeholder {
    color: #000;
}

.select-down {
    position: absolute;
    top: 50%;
    right: .2rem;
    border-right: .06rem transparent solid;
    border-left: .06rem transparent solid;
    border-top: .06rem #333 solid;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.select-list {
    width: 100%;
    background: #fff;
    display: none;
    z-index: 2;
    position: absolute;
    left: -1px;
    top: .57rem;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    font-family: 'Poppins';
    font-weight: 550;
}

.select-list ul {
    overflow-x: hidden;
    overflow-y: auto;
}

.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: .18rem;
    line-height: .5rem;
    height: .5rem;
    color: #000;
}

.select-list ul li.selected,
.select-list ul li:hover {
    background: #ab1e2d;
    color: #FFF;
}

.select-list ul li:nth-child(1) {
    height: 0;
}

.home-car {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-top: .45rem;
}

.home-car .title span {
    font-size: .47rem;
    margin-right: .2rem;
}

.home-car .title .tips {
    font-size: .27rem;
    background-color: #ab1e2d;
    color: #FFFF;
    line-height: .56rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 .15rem;
}

.home-car .more {
    line-height: .66rem;
    width: 2.88rem;
    background-color: #ab1e2d;
    color: #FFF;
    font-size: .21rem;
    border-radius: .33rem;
    -webkit-border-radius: .33rem;
    -moz-border-radius: .33rem;
    -ms-border-radius: .33rem;
    -o-border-radius: .33rem;
    margin-top: .76rem;
}

.home-car .item {
    width: 32%;
    margin-right: 2%;
    margin-top: .55rem;
    display: flex;
    flex-direction: column;
}

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

.home-car .item .pic {
    width: 100%;
    /* height: 3.77rem; */
    overflow: hidden;
    padding-top: 75%;
}

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

.home-car .item .pic span {
    position: absolute;
    left: 0;
    top: .13rem;
    width: .83rem;
    z-index: 2;
}

.home-car .item .pic span img {
    width: 100%;
}

.home-car .item .text-con {
    border: 1px #e7e4e4 solid;
    /* height: 3.08rem; */
    padding: .25rem .2rem .2rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.home-car .item .tit {
    font-size: .24rem;
    padding-bottom: .1rem;
}

.home-car .item .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: .74rem;
    background-color: #ab1e2d;
}

.home-car .item .mod {
    color: #666;
    font-size: .19rem;
    margin-top: .25rem;
}

.home-car .item .text {
    font-size: .18rem;
    color: #333;
    line-height: 1.4;
    margin-top: .2rem;
    flex: 1;
}

.home-car .item .m-con {
    border-top: 1px #e7e4e4 solid;
    margin-top: .25rem;
    padding-top: .04rem;
}

.home-car .item .money {
    color: #ab1e2d;
    font-size: .4rem;
}

.home-car .item .view {
    background-color: #ab1e2d;
    color: #FFF;
    line-height: .36rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 .3rem;
}

.home-why {
    margin-top: 1.2rem;
    height: 5.24rem;
    background-image: linear-gradient(135deg, #db0134, #292f55);
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    overflow: hidden;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    padding-left: .9rem;
    padding-right: .9rem;
    padding-top: .36rem;
    color: #FFF;
}

.home-why .title {
    font-size: .57rem;
}

.home-why .more {
    text-decoration: underline;
    color: #FFF;
    font-size: .22rem;
    margin-top: .45rem;
}

.home-why .card {
    padding-left: .2rem;
    padding-right: .2rem;
    margin-top: .34rem;
    padding-top: .25rem;
    padding-bottom: .3rem;
}

.home-why .card::after {
    content: '';
    position: absolute;
    right: -.1rem;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .3);
}

.home-why .card:last-child::after {
    display: none;
}

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

.home-why .card .tit {
    font-size: .22rem;
    margin-top: .17rem;
}

.home-why .card:nth-child(1) .icon img {
    height: 1.01rem;
}

.home-why .card:nth-child(2) .icon img {
    height: 1.12rem;
}

.home-why .card:nth-child(3) .icon img {
    height: .93rem;
}

.home-why .card:nth-child(4) .icon img {
    height: 1.04rem;
}

.home-why .card:nth-child(5) .icon img {
    height: .89rem;
}

.home-wel {
    padding-left: 1.6rem;
    margin-top: .65rem;
}

.home-wel .pic {
    width: 10.35rem;
    height: 6.1rem;
    overflow: hidden;
}

.home-wel .text-con {
    margin-right: .9rem;
}

.home-wel .title {
    font-size: .46rem;
    margin-top: .8rem;
}

.home-wel .text {
    font-size: .31rem;
    color: #00163e;
}

.home-wel .des {
    font-size: .21rem;
    color: #00163e;
    margin-top: .44rem;
}

.home-brand {
    margin-top: 2px;
}

.home-brand .box1 {
    width: 9.68rem;
    height: 8.34rem;
    overflow: hidden;
}

.home-brand .box2 {
    width: 100%;
    height: 4.17rem;
    overflow: hidden;
}

.home-brand .text-con {
    position: absolute;
    color: #FFF;
    z-index: 10;
    left: 1rem;
}

.home-brand .text-con .text {
    font-size: .16rem;
    margin-top: .05rem;
}

.home-brand .text-con .more {
    border: 1px #FFF solid;
    line-height: .43rem;
    padding: 0 .35rem;
    font-size: .17rem;
    margin-top: .5rem;
}

.home-brand .box1 .text-con {
    bottom: 1.6rem;
    left: 1.6rem;
}

.home-brand .box2 .text-con {
    bottom: 1.16rem;
    right: 1.6rem;
}

.home-brand .box1 .text-con .tit {
    font-size: .35rem;
}

.home-brand .box2 .text-con .tit {
    font-size: .29rem;
}

.blog {
    margin-top: .8rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

.blog .title {
    font-size: .48rem;
}

.blog .text {
    color: #666;
    font-size: .19rem;
}

.blog .content {
    margin-left: -.2rem;
    margin-right: -.2rem;
    margin-top: .6rem;
}

.blog .swiper-container {
    padding: .2rem;
}

.blog .item {
    background-color: #FFF;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .15);
}

.blog .item .pic {
    width: 100%;
    height: 2.97rem;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.blog .item .text-con {
    padding: .3rem;
    height: 3.2rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.blog .item .tit {
    font-size: .23rem;
    line-height: 1.4;
    height: .65rem;
}

.blog .item .date {
    color: #666;
    font-size: .17rem;
    margin-top: .15rem;
}

.blog .item .des {
    color: #666;
    font-size: .15rem;
    line-height: 1.5;
    margin-top: .25rem;
}

.blog .item .more {
    color: #ab1e2d;
    font-size: .22rem;
    margin-top: .23rem;
}

.blog .swiper-button-white {
    width: .4rem;
    height: 1rem;
    background-color: #ab1e2d;
    background-size: .14rem;
    margin-top: 0;
}

.blog .swiper-button-prev {
    left: -.5rem;
    top: 2.2rem;
}

.blog .swiper-button-next {
    right: -.5rem;
    top: 2.2rem;
}

.home-ser {
    margin-top: .8rem;
    border-bottom: 1px #dedede solid;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

.home-ser .item {
    margin-right: .4rem;
}

.home-ser .item .pic {
    height: 4.23rem;
    overflow: hidden;
}

.home-ser .item .text-con {
    height: 3.4rem;
    border-left: 1px #dedede solid;
    padding-top: .45rem;
}

.home-ser .item .tit {
    font-size: .29rem;
}

.home-ser .item .text {
    margin-top: .2rem;
    color: #333;
}

.home-ser .item .more {
    font-size: .16rem;
    background-color: #ab1e2d;
    line-height: .42rem;
    width: 1.82rem;
    border-radius: .21rem;
    -webkit-border-radius: .21rem;
    -moz-border-radius: .21rem;
    -ms-border-radius: .21rem;
    -o-border-radius: .21rem;
    color: #FFF;
    margin-top: .27rem;
}

.home-ser .item:last-child {
    margin-right: 0;
}

.home-ser .item:last-child .text-con::after {
    content: '';
    position: absolute;
    left: -.2rem;
    top: 50%;
    width: 1px;
    height: 90%;
    background-color: #dedede;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-ser .item:last-child .text-con {
    border-left: 0;
    border-right: 1px #dedede solid;
}

.home-quote {
    width: 100%;
    background-color: #ab1e2d;
    padding: .5rem 1.6rem;
    margin-top: .6rem;
}

.home-quote .tit {
    font-size: .25rem;
    border: 1px #FFF solid;
    width: 5.4rem;
    line-height: .6rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    color: #FFF;
}

.home-quote .text {
    font-size: .21rem;
    color: #FFF;
    line-height: 1.4;
    margin-top: .2rem;
}

@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:hover>a {
        color: #ab1e2d;
    }
    .nav .drop a:hover {
        background-color: #ab1e2d;
        color: #FFF;
    }
    .nav .drop a:hover::after {
        border-right: 1px #FFF solid;
        border-bottom: 1px #FFF solid;
    }
    .footer .f-nav a:hover {
        text-decoration: underline;
        color: #ab1e2d;
    }
    .home-car .item:hover .pic>img,
    .home-brand .box1:hover img,
    .home-brand .box2:hover img,
    .blog .swiper-slide:hover .pic img,
    .home-ser .item:hover .pic img,
    .home-wel .pic:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-why .more:hover {
        text-decoration: none;
    }
    .home-brand .box1:hover .more,
    .home-brand .box2:hover .more {
        background-color: #ab1e2d;
        border-color: #ab1e2d;
    }
    .home-quote .tit:hover {
        text-decoration: underline;
        background-color: #FFF;
        color: #ab1e2d;
    }
    .blog .swiper-slide:hover .pic,
    .news-list .item:hover .pic {
        height: 2.37rem;
    }
    .blog .swiper-slide:hover .text-con {
        height: 3.82rem;
        padding-top: .8rem;
        background: url(../images/tbg.png)no-repeat center;
        background-size: cover;
        color: #FFF;
    }
    .blog .swiper-slide:hover .date,
    .blog .swiper-slide:hover .des,
    .blog .swiper-slide:hover .more,
    .news-list .item:hover .date,
    .news-list .item:hover .des,
    .news-list .item:hover .more {
        color: #FFF;
    }
    .home-car .item:hover .view,
    .home-ser .item:hover .more {
        background-color: #000;
    }
    .blog .swiper-button-white:hover {
        background-color: #94060b;
    }
    .home-ser .item:hover .more {
        font-weight: bold;
    }
}

@media (max-width:1199px) {
    .header {
        position: sticky;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    /* .is-hidden .header {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    } */
    .banner {
        display: none;
    }
    .mb-banner {
        display: block;
    }
    .header .logo img {
        height: .9rem;
    }
    .header .h-con .tel,
    .nav .drop::after,
    .footer .f-nav .sub {
        display: none;
    }
    .menu-btn {
        display: block;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem .3rem;
    }
    .nav li>a {
        font-size: 20px;
        line-height: .9rem;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .6rem;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .32rem;
        height: .32rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto !important;
        right: auto !important;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        padding-top: 0;
        background: none;
        padding-bottom: 0;
        border-top: 0;
    }
    .nav .drop a::after {
        display: none;
    }
    .nav .drop a {
        font-size: 17px;
        line-height: 2.2;
        padding-left: .1rem;text-transform: capitalize;font-weight: normal;
    }
    .footer,
    .search-content,
    .home-car,
    .home-why,
    .blog,
    .home-ser,
    .home-quote {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .footer .info {
        width: 100%;
        margin-right: 0;
        order: 2;
        margin-top: .3rem;
    }
    .footer .f-nav {
        order: 1;
    }
    .footer .f-nav li {
        width: 100%;
    }
	.footer .f-nav li :nth-child(3){display: none;}
    .footer .f-nav li .tit {
        line-height: .8rem;
        padding-bottom: 0;
    }
    .footer .f-nav li .tit::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 30px;
        height: 30px;
        background: url(../images/arrow1.svg)no-repeat center;
        background-size: 14px;
        margin-top: -15px;
    }
    .footer .f-nav li .tit.cur::after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .footer .f-nav .sub {
        padding-left: 20px;
    }
    .home-car .title span,
    .home-why .title,
    .home-wel .title {
        font-size: 24px;
    }
    .search-content .title {
        font-size: 22px;
    }
    .home-car .item .money {
        font-size: 27px;
    }
    .home-ser .item .tit {
        font-size: 20px;
    }
    .home-brand .box1 .text-con .tit,
    .home-car .item .tit {
        font-size: 19px;
    }
    .footer .f-nav .tit,
    .home-wel .text,
    .home-quote .tit,
    .home-car .title .tips,
    .home-car .more,
    .home-why .card .tit,
    .home-why .more,
    .home-wel .des,
    .blog .item .tit,
    .blog .item .more {
        font-size: 17px;
    }
    .footer .info .item,
    .footer .f-nav li .tit,
    .footer .f-nav a,
    .home-car .item .mod,
    .home-car .item .text,
    .home-car .item .view,
    .home-brand .text-con .text,
    .blog .item .date,
    .blog .item .des,
    .home-brand .text-con .more,
    .home-ser .item .des,
    .home-ser .item .more {
        font-size: 14px;
    }
    .select-list ul li,
    .home-ser .item .text {
        font-size: 15px;
    }
    .home-car .item .text-con,
    .blog .item .text-con {
        height: auto;
    }
    .home-car .item .m-con {
        padding-top: .15rem;
    }
    .home-car .item .view {
        line-height: 30px;
        padding: 0 15px;
    }
    .home-why {
        margin-left: .2rem;
        margin-right: .2rem;
        height: auto;
        padding-bottom: .5rem;
    }
    .home-wel {
        padding-left: 0;
    }
    .home-wel .pic,
    .home-brand .box1 {
        width: 55%;
    }
    .home-brand .text-con,
    .home-brand .box1 .text-con {
        left: .2rem;
    }
    .home-brand .box1 .text-con {
        right: .2rem;
    }
    .home-brand .box2 .text-con {
        right: .2rem;
        bottom: .8rem;
    }
    .blog .content {
        margin-left: 0;
        margin-right: 0;
    }
    .blog .swiper-container {
        padding: .2rem .1rem;
    }
    .blog .item .tit {
        height: 42px;
    }
    .blog .item .des {
        height: 54px;
    }
    .blog .swiper-button-prev {
        left: .1rem;
    }
    .blog .item .pic {
        position: relative;
        height: auto;
        padding-top: 65%;
    }
    .blog .item .pic>img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .blog .swiper-button-next {
        right: .1rem;
    }
    .blog .swiper-button-white {
        width: 24px;
        height: 60px;
        top: 2rem;
        background-size: 13px;
    }
    .home-ser .item .text-con {
        height: auto;
        padding-bottom: .4rem;
    }
    .home-ser .item .more {
        width: auto;
        padding: 0 .35rem;
        line-height: 32px;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }
    .home-wel .text-con {
        margin-right: .3rem;
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .home-car .more {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-car .item .pic span {
        width: 75px;
    }
    .blog .title {
        font-size: 24px;
    }
    .select-button,
    .search-content input[type='submit']{ font-size: 15px;}
    .home-quote .text{ font-size: 15px;}
    .footer .info .item img {
        width: 1.6em;
        height: 1.6em;
    }
    .header .lang-con  {
        position: relative;
        right: .8rem;
    }
    .header .lang-con span::after {
        display: none;
    }
    .header .lang-con span {
        font-size: 0;
        width: 0.48rem;
        height: 0.48rem;
        background-size: contain;
    }
    .header .lang-con .lang {
        width: 2rem;
        left: 50%;
        transform: translateX(-50%);font-size: .25rem;
    }
    .header .logo {
        width: 70%;
    }
}

@media (max-width:950px) {
    .home-car .item {
        width: 49%;
    }
    .home-car .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .home-car .item:nth-child(even) {
        margin-right: 0;
    }
    .home-car .item:last-child {
        display: none;
    }
    .home-why .content {
        justify-content: flex-start;
    }
    .home-why .card {
        width: 33.33%;
    }
    .home-why .card:nth-child(3)::after {
        display: none;
    }
}

@media (max-width:767px) {
    .header {
        height: 65px;
    }
    .header .logo img {
        height: 42px;
    }
    .nav {
        top: 65px;
        height: calc(100vh - 65px);
    }
    .select-wrapper {
        flex: none;
        width: 49%;
        margin-right: 2%;
        margin-top: .2rem;
    }
    .search-content input[type='submit'] {
        width: 49%;
        margin-top: .2rem;
    }
    .select-wrapper:nth-child(even),
    .home-wel .text-con {
        margin-right: 0;
    }
    .search-content .title,
    .blog .title {
        font-size: 19px;
    }
    .search-content .con {
        margin-top: 0;
    }
    .home-why .card {
        width: 50%;
    }
    .home-why .card:nth-child(3)::after {
        display: block;
    }
    /* .home-wel {
        padding-right: .2rem;
    } */
    .home-wel .pic {
        width: 100%;
        margin-top: .3rem;
        height: auto;
    }
    .home-brand {
       display: none;
    }
    .home-brand .box1 {
        width: 100%;
        display: block;
    }
    .home-ser {
        display: block;
        border-bottom: 0;
    }
    .home-ser .item {
        width: 100%;
        margin-right: 0;
    }
    .home-ser .item .text-con {
        border-left: 1px #dedede solid !important;
        border-right: 1px #dedede solid !important;
        border-bottom: 1px #dedede solid !important;
    }
    .home-ser .item:last-child {
        margin-top: .3rem;
    }
    .home-ser .item:last-child .text-con::after {
        display: none;
    }
    .blog .swiper-button-white {
        top: 1.4rem;
    }
}

@media (max-width:540px) {
    .home-car .item {
        width: 100%;
        margin-right: 0;
    }
    /* .home-why .card {
        width: 100%;
    } */
    .home-car .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .blog .swiper-button-white {
        top: 2rem;
    }
    .home-car .item .money {
        font-size: 31px;
    }
    .home-car .item .tit {
        font-size: 18px;
    }
}

.n-banner {
    overflow: hidden;
}

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

.pub-text {
    background-color: #ab1e2d;
    color: #FFF;
    padding-top: .3rem;
    padding-bottom: .4rem;
}

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

.pub-text .text {
    font-size: .17rem;
    margin-top: .15rem;
    line-height: 1.5;
}

.submenu {
    margin-top: .45rem;
}

.submenu a {
    line-height: .45rem;
    margin-right: .13rem;
    padding: 0 .3rem;
    border: 1px #d7d7d7 solid;
    font-size: .2rem;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.submenu .on {
    background-color: #ab1e2d;
    color: #FFF;
    border-color: #ab1e2d;
}

.news-list {
    padding-left: 0;
    padding-right: 0;
    margin-top: .25rem;
}

.news-list .item {
    width: 31.5%;
    margin-right: 2.7%;
    margin-top: .34rem;
}

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

.news-list .item .pic {
    height: 2.71rem;
}

.news-list .item .date {
    margin-top: .1rem;
}

.news-list .item .des {
    margin-top: .15rem;
    font-size: .14rem;
}

.news-list .item .text-con {
    height: 3rem;
}

.news-list .item .tit {
    font-size: .21rem;
}

.news-list .item .more {
    font-size: .2rem;
}

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

.page a {
    width: .46rem;
    height: .46rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: .46rem;
    margin-right: .1rem;
    color: #ab1e2d;
}

.page .on {
    background-color: #000;
    color: #FFF;
}

.page .next, .page .prev {
    border: 1px #cecfd1 solid;
    /* background: url(../images/arrow2.svg)no-repeat center; */
    background-size: .14rem;
}

.page span {
    margin: 0 .1rem;
}

.faq {
    margin-top: .6rem;
    background-color: #f4f7fa;
    padding-top: .5rem;
    padding-bottom: .95rem;
}

.faq .title {
    font-size: .36rem;
}

.faq ul {
    margin-top: .4rem;
}

.faq li {
    background-color: #FFF;
    margin-bottom: .15rem;
    
}

.faq li:last-child {
    margin-bottom: 0;
}

.faq li .tit {
    line-height: .58rem;
    font-size: 0.22rem;
    padding-left: .5rem;
    padding-right: 1rem;
    cursor: pointer;
    padding-top: .05rem;
    padding-bottom: .05rem;
}

.faq li .tit::after {
    content: '';
    position: absolute;
    left: .15rem;
    top: 50%;
    width: 0;
    height: 0;
    border-top: .1rem transparent solid;
    border-bottom: .1rem transparent solid;
    border-left: .12rem #999898 solid;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.faq li .text-box {
    display: none;
    padding: .05rem .5rem .3rem .5rem;
}

.faq li .text {
    font-size: .19rem;
    color: #666;
    max-height: 3rem;
    overflow-y: auto;
}

.faq li.on .text-box {
    display: block;
}

.faq li.on .tit::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);
}

.crumbs {
    width: 100%;
    background-color: #ab1e2d;
    line-height: .8rem;
    color: #FFF;
}

.crumbs a {
    color: #FFF;
}

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

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

.news-details .sidebar {
    width: 4rem;
    padding-bottom: .9rem;
}

.news-details .sidebar .title {
    font-size: .31rem;
    line-height: 2;
    margin-bottom: .25rem;
    margin-top: .15rem;
}

.news-details .sidebar .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: .5rem;
    background-color: #ab1e2d;
}

.news-details .sidebar .item {
    border-bottom: 1px #dedddc solid;
    padding-top: .2rem;
    padding-bottom: .13rem;
}

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

.news-details .sidebar .item .tit {
    font-size: .17rem;
    line-height: 1.5;
    margin-top: .2rem;
}

.news-details .content .date {
    font-size: .16rem;
    color: #666;
    line-height: 1.2;
}

.news-details .content h1 {
    font-weight: 500;
    font-size: .25rem;
    line-height: 1.6;
    margin-top: .25rem;
    border-bottom: 1px #d3d3d3 solid;
    padding-bottom: .3rem;
}

.news-details .content .body {
    line-height: 1.8;
    font-size: .2rem;
    margin-top: .3rem;
}

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

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

.news-details .content .prev-next {
    border-top: 1px #d3d3d3 solid;
    margin-top: .5rem;
    padding-top: .2rem;
    line-height: 2;
}

.news-details .content .prev-next a {
    margin-top: .1rem;
    font-size: .2rem;
}

.news-details .content .prev-next span {
    color: #ab1e2d;
    font-size: .18rem;
}

.news-details .content .back {
    margin-top: .25rem;
    justify-content: flex-end;
}

.news-details .content .back a {
    background: #ab1e2d url(../images/arrow3.png)no-repeat .3rem center;
    color: #FFF;
    line-height: .4rem;
    padding-right: .25rem;
    padding-left: .65rem;
    background-size: .2rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media (min-width:1025px) {
    .submenu a:hover {
        background-color: #ab1e2d;
        color: #FFF;
        border-color: #ab1e2d;
    }
    .news-list .item:hover .text-con {
        height: 3.33rem;
        padding-top: .55rem;
        background: url(../images/tbg.png)no-repeat center;
        background-size: cover;
        color: #FFF;
    }
    .news-details .sidebar .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:1199px) {
    .pub-text {
        height: auto;
        padding-top: .4rem;
        padding-bottom: .5rem;
    }
    .pub-text .title,
    .faq .title {
        font-size: 24px;
    }
    .news-list .item .tit,
    .news-details .content .body,
    .news-details .content .prev-next span,
    .news-details .content .back a {
        font-size: 16px;
    }
    .faq li .tit {
        font-size: 15px;
    }
    .faq li .tit,
    .faq li .text {
        padding-right: .3rem;
    }
    .pub-text .text,
    .news-list .item .des,
    .faq li .text,
    .crumbs,
    .news-details .content .date,
    .news-details .content .prev-next a{
        font-size: 14px;
    }
    .faq li .text {
        max-height: 4rem;
    }
    .news-details .content h1 {
        font-size: 18px;
    }
    .submenu {
        margin-top: .2rem;
    }
    .submenu a {
        line-height: 26px;
        margin-top: .1rem;
        font-size: 14px;
        padding: 0 .14rem;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .news-list .item .text-con {
        height: auto;
    }
    .news-details .content .back a {
        line-height: 32px;
    }
    .news-details .sidebar .title {
        font-size: 24px;
    }
    .news-details .sidebar .item .tit { font-size: 16px;}
}

@media (max-width:950px) {
    .news-details .sidebar .item .pic {
        height: auto
    }
}

@media (max-width:767px) {
    .news-list .item {
        width: 49%;
        margin-right: 2%;
    }
    .news-list .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .news-list .item:nth-child(even),
    .news-details .content {
        margin-right: 0;
    }
    .news-details .sidebar {
        width: 100%;
        margin-top: .4rem;
    }
    .pub-text {
        padding-bottom: .2rem;
        padding-top: .2rem;
    }
    .pub-text .title {
        font-size: 18px;
    }
    .pub-text .text {
        display: none;
    }
}

@media (max-width:540px) {
    .submenu a {
        /* width: 49%; */
        margin-right: 1%;
    }
    /* .submenu a:nth-child(even) {
        margin-right: 0;
    } */
    .news-list .item,
    .news-list .item:nth-of-type(3n) {
        width: 100%;
        margin-right: 0%;
    }
    .news-list .item .pic {
        height: 3.4rem;
    }
}

.Contact .form-box {
    background: url(../images/bg3.jpg)no-repeat center bottom;
    background-size: cover;
    padding-bottom: .7rem;
}

.form-group {
    margin-top: .5rem;
}

.form-group .group {
    margin-top: .1rem;
    margin-right: .4rem;
}

.form-group .group:last-child {
    margin-right: 0;
}

.form-group .group .tit {
    font-size: .2rem;
    line-height: 1.5;
}

.form-group .group .tit span {
    color: #d60303;
}

.form-group .group input[type='text'] {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px #dadada solid;
    height: .6rem;
    padding: 0 .2rem;
    margin-top: .08rem;
    font-size: .2rem;
}

.form-group .group textarea {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px #dadada solid;
    height: 2rem;
    padding: .2rem;
    margin-top: .1rem;
    font-size: .2rem;
}

.form-group .code {
    width: 6.1rem;
    border: 1px #dadada solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    margin-top: .1rem;
}

.form-group .code input[type='text'] {
    width: 100%;
    margin-top: 0;
    border: 0;
}

.form-group .code img {
    height: .58rem;
}

.form-group .operate {
    margin-top: .5rem;
}

.form-group .operate .submit {
    position: relative;
    background-color: #ab1e2d;
    color: #FFF;
    height: .7rem;
    width: 3.7rem;
    border-radius: .35rem;
    -webkit-border-radius: .35rem;
    -moz-border-radius: .35rem;
    -ms-border-radius: .35rem;
    -o-border-radius: .35rem;
    font-size: .3rem; border:0;
}

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

    5% {
        width: 0
    }

    10% {
        width: 15%
    }

    30% {
        width: 40%
    }

    50% {
        width: 55%
    }

    80% {
        width: 100%
    }

    95% {
        width: 100%
    }

    to {
        width: 0
    }
}

.form-group .operate .submit.working::after {
    animation: progress-anim 4s 0s infinite;
    background: hsla(0,0%,100%,.4);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
}

.Contact .info {
    margin-top: .7rem;
}

.Contact .info .title {
    font-size: .36rem;
}

.Contact .info .content {
    margin-top: .15rem;
}

.Contact .info .card {
    width: 25%;
    margin-top: .5rem;
    padding: 0 .1rem;
}

.Contact .info .card .icon {
    height: .51rem;
}

.Contact .info .card .icon img {
    width: .51rem;
}

.Contact .info .card .tit {
    font-size: .22rem;
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.Contact .info .card .text {
    color: #333;
    font-size: .18rem;
    margin-top: .1em; text-align:center;
}

.special-offer {
    margin-top: 1rem;
    background-color: #f5f5f5;
    padding-top: .5rem;
    padding-bottom: .9rem;
}

.special-offer .title {
    font-size: .39rem;
}

.special-offer .content {
    margin-top: .4rem;
}

.special-offer .content .swiper-slide {
    background-color: #FFF;
    overflow: hidden;
}

.special-offer .content .pic {
    width: 100%;
    height: 2.23rem;
    overflow: hidden;
}

.special-offer .content .text-con {
    border: 1px #e7e4e4 solid;
    padding: .15rem .2rem;
    height: 1.48rem;
}

.special-offer .content .tit {
    font-size: .24rem;
    line-height: 1.2;
    height: .62rem;
}

.special-offer .content .money {
    color: #ab1e2d;
    font-size: .3rem;
    margin-top: .05rem;
    line-height: 1.2;
}

.special-offer .swiper-button-white {
    width: .4rem;
    height: 1rem;
    background-color: #c7c7c7;
    background-size: .14rem;
    margin-top: 0;
    top: 1.08rem;
}

.special-offer .swiper-button-prev {
    left: -.4rem;
}

.special-offer .swiper-button-next {
    right: -.4rem;
}

.special-offer .text-content {
    padding-top: .3rem;
}

.special-offer .text-content .card {
    margin-top: .55rem;
}

.special-offer .text-content .tit {
    font-size: .36rem;
    line-height: 1.2;
}

.special-offer .text-content .text {
    font-size: .2rem;
    line-height: 1.4;
    margin-top: .45rem;
}

.wel {
    width: 100%;
    height: 5.58rem;
    background: url(../images/img.png)no-repeat center;
    background-size: cover;
}

.wel .text-con {
    color: #FFF;
    left: 2.4rem;
    position: absolute;
    top: .8rem;
}

.wel .tit {
    font-size: .31rem;
    line-height: 1.2;
}

.wel .text {
    font-size: .26rem;
    line-height: 1.2;
    margin-top: .25rem;
}

.wel a {
    border: 1px #FFF solid;
    font-size: .21rem;
    line-height: .41rem;
    border-radius: .22rem;
    -webkit-border-radius: .22rem;
    -moz-border-radius: .22rem;
    -ms-border-radius: .22rem;
    -o-border-radius: .22rem;
    padding: 0 .35rem;
    color: #FFF;
    margin-top: .6rem;
}

@media (min-width:1025px) {
    .wel a:hover {
        background-color: #FFF;
        color: #ab1e2d;
    }
    .special-offer .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);
    }
    .special-offer .swiper-button-white:hover {
        background-color: #94060b;
    }
    .Contact .info .card a:hover {
        color: #94060b;
    }
}

@media (max-width:1199px) {
    .wel .text,
    .wel a,
    .special-offer .text-content .text {
        font-size: 14px;
    }
    .form-group .group .tit,
    .form-group .group input[type='text'],
    .form-group .group textarea,
    .Contact .info .card .tit,
    .special-offer .content .tit,
    .special-offer .content .money{
        font-size: 17px;
    }
    .Contact .info .title,
    .special-offer .title {
        font-size: 24px;
    }
    .special-offer .text-content .tit {
        font-size: 20px;
    }
    .form-group .operate .submit {
        font-size: 16px;
    }
    .wel .tit {
        font-size: 16px;
    }
    .Contact .info .card .text {
        font-size: 14px;
    }
    .special-offer .swiper-button-white {
        top: 34%;
    }
    .special-offer .swiper-button-prev {
        left: 0;
    }
    .special-offer .swiper-button-next {
        right: 0;
    }
    .special-offer .content .tit {
        height: 34px;
    }
    .special-offer .content .money {
        margin-top: .2rem;
    }
    .special-offer .content .text-con {
        height: auto;
    }
    .wel .text-con {
        left: .3rem;
    }
    .wel a {
        line-height: 32px;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }
    
    .special-offer .text-content .text { font-size: 15px; color: #666;}
}

@media (max-width:950px) {
    .Contact .info .card {
        width: 50%;
    }
}

@media (max-width:767px) {
    .wel {
        height: 3.9rem;
    }
}

@media (max-width:540px) {
    .Contact .info .title,
    .special-offer .title {
        font-size: 20px;
    }
    .special-offer .text-content .tit {
        font-size: 18px;
    }
    .form-group .group {
        margin-right: 0;
        margin-top: .2rem;
    }
    .form-group .group input[type='text'] {
        line-height: .8rem;
    }
    .special-offer .content .pic {
        height: 3.4rem;
    }
    .form-group .con {
        display: block;
    }
    .wel {
        height: 3.2rem;
    }
    .wel a {
        margin-top: .4rem;
    }
}

.gc {
    margin-bottom: 1.3rem;
    margin-top: .4rem;
}

.gc .item {
    width: 32.333%;
    margin-right: 1.3%;
    margin-top: .1rem;
    cursor: pointer;
}

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

.gc .item .pic {
    width: 100%;
    height: 2.99rem;
    overflow: hidden;
}

.gc .item .tit {
    font-size: .22rem;
    margin-top: .13rem;
}

.video-con {
    margin-bottom: 1.3rem;
    margin-top: .4rem;
}

.video-con .item {
    width: 32%;
    margin-right: 2%;
    margin-top: .23rem;
    cursor: pointer;
}

.video-con .item .pic {
    width: 100%;
    height: 2.7rem;
    overflow: hidden;
}

.video-con .item .pic span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: .64rem;
    height: .64rem;
    background: url(../images/play.png)no-repeat center;
    background-size: 100%;
    z-index: 10;
}

.video-con .item .tit {
    font-size: .22rem;
    margin-top: .16rem;
}

.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/close2.svg)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    cursor: pointer;
}

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

@media (max-width:1199px) {
    .gc .item .tit,
    .video-con .item .tit {
        font-size: 17px;
    }
    .video-con .item .pic {
        height: auto;
        padding-top: 65%;
    }
    .video-con .item .pic>img {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (max-width:950px) {
    .gc .item .pic {
        height: auto;
    }
}

@media (max-width:767px) {
    .gc .item,
    .video-con .item {
        width: 49%;
        margin-right: 2%;
    }
    .gc .item:nth-of-type(3n),
    .video-con .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .gc .item:nth-child(even),
    .video-con .item:nth-child(even) {
        margin-right: 0;
    }
    .videoShow {
        width: 90%;
        height: 4.2rem;
    }
}

@media (max-width:540px) {
    .gc .item,
    .video-con .item {
        width: 100%;
        margin-right: 0%;
    }
}

.service .title {
    font-size: .36rem;
}

.service .txt {
    color: #333;
    font-size: .21rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

.service .sales {
    margin-top: .55rem;
}

.service .sales .content {
    padding-top: .2rem;
}

.service .sales .item {
    width: 32%;
    margin-right: 2%;
    margin-top: .3rem;
}

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

.service .sales .item .pic {
    width: 100%;
    height: 3rem;
    overflow: hidden;
}

.service .sales .item .tit {
    font-size: .24rem;
    margin-top: .3rem;
}

.service .sales .item .des {
    color: #666;
    font-size: .17rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-top: .2rem;
}

.service .Technical {
    width: 100%;
    background: url(../images/bg1.jpg)no-repeat center;
    background-size: cover;
    padding-bottom: .85rem;
    padding-top: .55rem;
    margin-top: 1rem;
}

.service .Technical .wrap {
    background-color: #f4f7fa;
    padding: .4rem .65rem .8rem .4rem;
}

.service .Technical .title-con {
    color: #333;
    font-size: .22rem;
}

.service .Technical ul {
    margin-top: .35rem;
}

.service .Technical li {
    font-size: .21rem;
    line-height: .72rem;
}

.service .Technical li .num {
    width: .55rem;
    margin-right: .1rem;
}

.service .Technical li .arrow {
    width: .46rem;
    height: .46rem;
    background: url(../images/more1.png)no-repeat center;
    background-size: cover;
}

.service .Technical li .tit {
    margin-right: .3rem;
}

.service .Technical .more {
    border: 1px #ab1e2d solid;
    font-size: .19rem;
    color: #ab1e2d;
    line-height: .57rem;
    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem;
    padding: 0 .45rem;
    margin-left: .2rem;
    margin-top: .2rem;
}

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

.service .video-con .txt {
    margin-top: .2rem;
}

.service .video-con .con {
    margin-top: .6rem;
}

.service .video-con .more {
    border: 1px #ab1e2d solid;
    font-size: .19rem;
    color: #ab1e2d;
    line-height: .57rem;
    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem;
    padding: 0 .45rem;
    margin-top: .6rem;
    overflow: hidden;
}

.ziliao {
    margin-top: .6rem;
    margin-bottom: .6rem;
}

.ziliao .item {
    font-size: .21rem;
    line-height: .72rem;
    padding-left: .3rem;
}

.ziliao .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #a8a8a8;
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ziliao .item .tit {
    margin-right: .3rem;
}

.ziliao .item .arrow {
    width: .46rem;
    height: .46rem;
    background: url(../images/more1.png)no-repeat center;
    background-size: cover;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ziliao>.list {
    padding-bottom: .4rem;
    border-bottom: 1px #c9c7c7 solid;
}

.service-single {
    margin: 2em 0 4em 0;
}

.Machinery .item {
    width: 23.875%;
    margin-right: 1.5%;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .15);
    background-color: #FFF;
    margin-top: .3rem;
    margin-bottom: .17rem;
}

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

.Machinery .item .pic {
    width: 100%;
    height: 2.31rem;
    overflow: hidden;
}

.Machinery .item .text-con {
    padding: .2rem .3rem;
}

.Machinery .item .tit {
    font-size: .22rem;
    padding-bottom: .16rem;
    line-height: 1.2;
}

.Machinery .item .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: .5rem;
    background-color: #ab1e2d;
}

.Machinery .item .mod {
    font-size: .14rem;
    color: #666;
    margin-top: .15rem;
}

.Machinery .item .more {
    margin-top: .17rem;
    background-color: #ab1e2d;
    color: #FFF;
    line-height: .38rem;
    font-size: .16rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 .25rem;
}

.Parts .content {
    margin-top: .4rem;
}

.Parts .content .item {
    width: 18.8%;
    border: 1px #dfdfdf solid;
    background-color: #FFF;
    height: 3.7rem;
    margin-top: .2rem;
    margin-right: 1.5%;
}

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

.Parts .content .item .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
    background-color: #e3e3e3;
}

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

.Parts .content .item .tit {
    font-size: .2rem;
    padding: .15rem .2rem;
    line-height: 1.2;
}

.Parts .box {
    background-color: #f5f5f5;
    margin-top: 1rem;
    padding-top: .8rem;
    padding-bottom: 1.15rem;
}

.Parts .box .title {
    font-size: .35rem;
    color: #ab1e2d;
    line-height: 1.2;
}

.Parts .box .text {
    color: #333;
    line-height: 1.9;
    margin-top: .4rem;
    padding-left: .4rem;
    padding-right: .4rem;
}

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

.Parts .box .pic {
    width: 32%;
    margin-right: 1.5%;
    /* height: 3.33rem; */
    overflow: hidden;
    margin-top: .2rem;
    padding-top: 23.44%;
}

.Parts .box .pic:nth-of-type(3n) {
    margin-right: 0;
}

.Parts .box .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%);
    height: 100%;
}

@media (min-width:1025px) {
    .service .sales .item:hover .pic img,
    .Machinery .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);
    }
    .service .Technical li:hover .num {
        color: #ab1e2d;
    }
    .service .Technical .more:hover,
    .service .video-con .more:hover {
        background-color: #ab1e2d;
        color: #FFF;
    }
    .service .Technical li:hover .tit,
    .ziliao .item .tit:hover {
        text-decoration: underline;
    }
    .Machinery .item:hover .more {
        background-color: #000;
    }
}

@media (max-width:1199px) {
    .service .title,
    .Parts .box .title {
        font-size: 22px;
    }
    .service .sales .item .des,
    .Machinery .item .mod {
        font-size: 14px;
    }
    .service .Technical .title-con,
    .service .Technical li,
    .service .video-con .txt,
    .ziliao .item,
    .Machinery .item .tit,
    .Parts .content .item .tit {
        font-size: 17px;
    }
    .service .Technical .more,
    .service .video-con .more {
        font-size: 16px;
        line-height: 34px;
        border-radius: 17px;
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        -ms-border-radius: 17px;
        -o-border-radius: 17px;
    }
    .Machinery .item .more {
        line-height: 32px;
        font-size: 15px;
    }
    .Parts .box .text {
        padding-left: 0;
        padding-right: 0; font-size: 15px;
    }
    .Parts .content .item {
        height: auto;
    }
    .Machinery .item .pic {
        position: relative;
        height: auto;
        padding-top: 66%;
    }
    .Machinery .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%);
    }
    .service .sales .item .tit{ font-size: 19px;}
}

@media (max-width:990px) {
    .Machinery .item,
    .Parts .content .item {
        width: 32%;
        margin-right: 2%;
    }
    .Machinery .item:nth-of-type(4n),
    .Parts .content .item:nth-of-type(5n) {
        margin-right: 2%;
    }
    .Machinery .item:nth-of-type(3n),
    .Parts .content .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .Machinery .item .pic,
    .service .sales .item .pic {
        height: auto;
    }
}

@media (max-width:767px) {
    .service .sales .item {
        width: 100%;
        margin-right: 0;
    }
    .service .Technical .wrap {
        padding-right: .2rem;
        padding-left: .2rem;
    }
    .service .video-con .txt {
        padding-left: 0;
        padding-right: 0; font-size: 15px;
    }
    .Machinery .item,
    .Parts .content .item,
    .Parts .box .pic {
        width: 49%;
    }
    .Machinery .item:nth-of-type(3n),
    .Parts .content .item:nth-of-type(3n),
    .Parts .box .pic:nth-of-type(3n) {
        margin-right: 2%;
    }
    .Machinery .item:nth-of-type(2n),
    .Parts .content .item:nth-of-type(2n),
    .Parts .box .pic:nth-child(even) {
        margin-right: 0;
    }
    .Parts .box .pic:last-child {
        display: none;
    }
    .Parts .box .pic {
        padding-top: 36%;
    }
}

@media (max-width:540px) {
    .Machinery .item,
    .Parts .content .item,
    .Parts .box .pic {
      width: 49%;       
    }
	.Parts .content .item .tit{font-size: 15px;padding: .1rem .2rem;}
    .Parts .box .pic {
        padding-top:36%;
    }
}

.ad {
    width: 100%;
    overflow: hidden;
}

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

.ad img {
    height: 1.26rem;
}

.ad .swiper-pagination {
    padding-right: .2rem;
    text-align: right;
}

.ad .swiper-pagination-bullet {
    border: 1px #FFF solid;
    opacity: 1;
}

.ad .swiper-pagination-bullet-active {
    background-color: #FFF;
}

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

.car-list {
    min-width: 0;
}

.car-list .item {
    display: flex;
    flex-direction: column;
    width: 32%;
    margin-right: 2%;
    margin-top: .25rem;
}

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

.car-list .item .pic {
    width: 100%;
    height: 2.55rem;
    overflow: hidden;
}

.car-list .item .pic span {
    position: absolute;
    left: 0;
    top: .13rem;
    width: .83rem;
    z-index: 10;
}

.car-list .item .pic span img {
    width: 100%;
}

.car-list .item .text-con {
    flex: 1;
    display: flex;
    flex-direction: column;
    border: 1px #e7e4e4 solid;
    padding: .25rem .2rem .2rem;
}

.car-list .item .tit {
    font-size: .23rem;line-height: 1.3;
    padding-bottom: .18rem;
}

.car-list .item .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: .74rem;
    background-color: #ab1e2d;
}

.car-list .item .mod {
    color: #666;
    font-size: .17rem;
    margin-top: .15rem;
}

.car-list .item .text {
    flex: 1;
    font-size: .16rem;
    color: #333;
    line-height: 1.7;
    margin-top: .15rem;
}

.car-list .item .m-con {
    border-top: 1px #e7e4e4 solid;
    margin-top: .25rem;
    padding-top: .15rem;
}

.car-list .item .money {
    color: #ab1e2d;
    font-size: .32rem;
    line-height: 1;
}

.car-list .item .view {
    background-color: #ab1e2d;
    color: #FFF;
    line-height: .36rem;
    border-radius: .18rem;
    -webkit-border-radius: .18rem;
    -moz-border-radius: .18rem;
    -ms-border-radius: .18rem;
    -o-border-radius: .18rem;
    padding: 0 .22rem;
    font-size: .15rem;
}

.car-content .sidebar {
    width: 2.6rem;
    margin-right: .55rem;
    padding-bottom: 0.2rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.car-content .sidebar .title {
    color: #ab1e2d;
    font-size: .38rem;
    line-height: 1;
    padding-bottom: .5rem;
    border-bottom: 1px #dcdbdb solid;
}

.car-content .sidebar ul {
    margin-bottom: .55rem;
}

.car-content .sidebar li {
    line-height: .74rem;
    border-bottom: 1px #dcdbdb solid;
    font-size: .23rem;
    padding-right: .3rem;
}

.car-content .sidebar li.on a {
    color: #ab1e2d;
}

.car-content .sidebar .models li::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: .23rem;
    height: .23rem;
    background: url(../images/arrow4.png)no-repeat center;
    background-size: 100%;
}

.car-details {
    padding-bottom: 1.4rem;
}

.car-details .title-con,
.Parts-details .title-con {
    width: 100%;
    height: 1.37rem;
    background: url(../images/textbg.jpg)no-repeat center;
    background-size: cover;
}

.car-details .title-con .title,
.Parts-details .title-con .title {
    font-size: .28rem;
    line-height: 1.2;
    color: #FFF;
}

.car-details .title-con .crumb,
.Parts-details .title-con .crumb {
    color: #FFF;
    font-size: .14rem;
}

.car-details .title-con .crumb a,
.Parts-details .title-con .crumb a {
    color: #FFF;
}

.car-details .wrap {
    margin-top: .73rem;
}

.car-details .wrap .content {
    min-width: 0;
    margin-right: .5rem;
}

.car-details .gallery-top {
/*     height: 6.12rem; */
}

.car-details .gallery-thumbs {
    margin-top: .2rem;
}

.car-details .gallery-thumbs .swiper-slide {
/*     height: 1.2rem; */
}

.car-details .gallery-thumbs .swiper-slide-active::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px #ab1e2d solid;
}

.car-details .content h3 {
    font-size: .27rem;
    margin-top: .7rem;
    line-height: 1.2;
}

.car-details .content .body {
    margin-top: .3rem;overflow-x: auto;
}

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

.car-details .content .body .text {
    line-height: 1.8;
}

.car-details .content .body table {
    border-collapse: collapse;
    line-height: 1;
}

.car-details .content .body table td {
    padding: .1rem 0;
}

.car-details .content .Highlighted {
    margin-top: .3rem;
}

.car-details .content .Highlighted img {
    max-width: 100%;
}

.car-details .content .colours {
    margin-top: .1rem;
}

.car-details .content .colours .pic {
    width: 49.25%;
    margin-right: 1.5%;
    height: 2.71rem;
    overflow: hidden;
    margin-top: .2rem;
}

.car-details .content .colours .pic:nth-child(even) {
    margin-right: 0;
}

.car-details .content .form-group {
    margin-top: .4rem;
}

.car-details .content .form-group .operate .submit,
.Parts-details .form-group .operate .submit {
    height: .6rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    font-size: .26rem;
}

.car-details .content .car-list .pic {
    height: 2rem;
}

.car-details .content .car-list .text-con {
    padding: .15rem;
}

.car-details .content .car-list .tit {
    font-size: .2rem;
    padding-bottom: .2rem;
}

.car-details .content .car-list .mod,
.car-details .content .car-list .text {
    font-size: .15rem;
}

.car-details .content .car-list .item .money {
    font-size: .24rem;
}

.car-details .content .car-list .item .view {
    line-height: .32rem;
    font-size: .14rem;
    padding: 0 .2rem;
}

.car-details .content .sidebar {
    display: none;
}

.car-details .sidebar {
    width: 5rem;
    padding-bottom: .2rem;
}

.car-details .sidebar .money-con {
    background-color: #FFF;
    width: 100%;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .15);
    height: 1.5rem;
    padding: .2rem .3rem;
}

.car-details .sidebar .money-con .tit {
    font-size: .26rem;
    line-height: 1.2;
}

.car-details .sidebar .money-con .money {
    color: #ab1e2d;
    font-size: .4rem;
    line-height: 1;
}

.car-details .sidebar .money-con .text {
    font-size: .19rem;
    margin-top: .15rem;
}

.car-details .sidebar .text-con {
    background: #f7f7f7 url(../images/icon6.png)no-repeat 93% center;
    width: 100%;
    margin-top: .25rem;
    padding-left: .4rem;
    padding-top: .3rem;
    padding-right: .9rem;
    padding-bottom: .4rem;
    font-size: .19rem;
    background-size: .46rem;
}

.car-details .sidebar .text-con .tit {
    font-size: .26rem;
    line-height: 1.1;
}

.car-details .sidebar .text-con .text {
    margin-top: .1rem;
}

.car-details .sidebar .btn {
    height: .64rem;
    background-color: #ab1e2d;
    color: #FFF;
    font-size: .23rem;
    margin-top: .15rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.car-details .sidebar .email {
    height: .64rem;
    background-color: #FFF;
    color: #ab1e2d;
    font-size: .23rem;
    margin-top: .15rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px #ab1e2d solid;
}

.car-details .sidebar .tips {
    font-size: .19rem;
    color: #333;
    margin-top: .32rem;
}

.car-details .sidebar .pic {
    margin-top: .4rem;
}

.car-details .sidebar .pic img {
    width: 2.25rem;
}

.Parts-details {
    padding-bottom: 1.3rem;
}

.Parts-details .mb {
    display: none;
}

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

.Parts-details .sidebar {
    width: 3.2rem;
    margin-right: .6rem;
}

.Parts-details .sidebar li {
    line-height: .72rem;
    background-color: #f0f0f0;
    font-size: .23rem;
    padding-left: .25rem;
    margin-bottom: 2px;
    padding-right: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Parts-details .sidebar li a {
    color: #ab1e2d;
}

.Parts-details .sidebar li::after {
    content: '';
    position: absolute;
    right: .25rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .26rem;
    height: .26rem;
    background: url(../images/more2.png)no-repeat center;
    background-size: cover;
}

.Parts-details .sidebar li.on {
    background-color: #ab1e2d;
}

.Parts-details .sidebar li.on::after {
    background-image: url(../images/more3.png);
}

.Parts-details .sidebar li.on a {
    color: #FFF;
}

.Parts-details .sidebar .title {
    font-size: .24rem;
    margin-top: .5rem;
}

.Parts-details .sidebar .con {
    margin-top: .25rem;
}

.Parts-details .sidebar .item {
    border-bottom: 1px #dedede solid;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}

.Parts-details .sidebar .item .pic {
    width: 1.35rem;
    height: 1.35rem;
    margin-right: .2rem;
    overflow: hidden;
    background-color: #e3e3e3;
}

.Parts-details .sidebar .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%);
    background-color: #e3e3e3;
    max-width: 90%;
    max-height: 90%;
}

.Parts-details .sidebar .item .tit {
    font-size: .17rem;
    line-height: 1.4;
}

.Parts-details .sidebar .item .more {
    position: absolute;
    left: 0;
    bottom: .1rem;
    color: #ab1e2d;
    font-size: .18rem;
}

.Parts-details .thumb {
    width: 5rem;

    overflow: hidden;
    background-color: #e3e3e3;
    border: 1px #e3e2e1 solid;
    margin-right: .5rem;
}

.Parts-details .thumb img {
    max-width: 85%;
    max-height: 85%;
}

.Parts-details .info-con h1 {
    font-size: .26rem;
    border-bottom: 1px #d0d0d0 solid;
    padding-bottom: .2rem;
    line-height: 1.4;
    margin-top: .1rem;
}

.Parts-details .info-con .des {
    color: #666;
    font-size: .16rem;
    margin-top: .15rem;
    border-bottom: 1px #d0d0d0 solid;
    padding-bottom: .2rem;
}

.Parts-details .info-con .mod {
    margin-top: .2rem;
    font-size: .17rem;
    color: #666;
    line-height: 1.8;
}

.Parts-details .info-con .txt span {
    color: #333;
}

.Parts-details .info-con .request-btn {
    background: #ab1e2d url(../images/icon7.png) no-repeat 90% center;
    background-size: .32rem;
    margin-top: .3rem;
    color: #FFF;
    line-height: .53rem;
    padding-left: .3rem;
    padding-right: .9rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    cursor: pointer;
}

.Parts-details h3 {
    font-size: .28rem;
    margin-top: .6rem;
    line-height: 1.2;
}

.Parts-details .Parts {
    margin-top: .3rem;
}

.Parts-details .Parts .item {
    width: 23.5%;
    border: 1px #dfdfdf solid;
    background-color: #FFF;
    height: 3.5rem;
    margin-top: .2rem;
    margin-right: 2%;
}

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

.Parts-details .Parts .item .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
    background-color: #e3e3e3;
}

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

.Parts-details .Parts .item .tit {
    font-size: .17rem;
    padding: .15rem .2rem;
    line-height: 1.2;
}

.Parts-details .body {
    margin-top: .4rem;
}

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

@media (min-width:1025px) {
    .car-list .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);
    }
    .Parts-details .sidebar li:hover {
        background-color: #ab1e2d;
    }
    .Parts-details .sidebar li:hover::after {
        background-image: url(../images/more3.png);
    }
    .Parts-details .sidebar li:hover a {
        color: #FFF;
    }
    .Parts-details .info-con .request-btn:hover {
        background-color: #000;
    }
}

@media (max-width:1199px) {
    .car-details .content .car-list .tit,
    .car-list .item .tit {
        font-size: 19px;
    }
    .car-content .sidebar li .car-details .sidebar .btn,
    .car-details .sidebar .email,
    .Parts-details .sidebar li,
    .Parts-details .info-con .request-btn,
    .Parts-details .sidebar .item .tit {
        font-size: 17px;
    }
    .car-list .item .mod,
    .car-list .item .text,
    .car-list .item .view,
    .car-details .content .car-list .mod,
    .car-details .content .car-list .text,
    .car-details .content .car-list .item .view,
    .car-details .sidebar .tips,
    .car-details .sidebar .text-con,
    .car-details .sidebar .money-con .text,
    .Parts-details .sidebar .item .more,
    .Parts-details .info-con .des,
    .Parts-details .info-con .mod,
    .Parts-details .Parts .item .tit,
    .car-details .title-con .crumb,
    .Parts-details .title-con .crumb {
        font-size: 14px;
    }
    .car-details .content h3,
    .car-details .title-con .title,
    .Parts-details .title-con .title {
        font-size: 19px;
    }
    .car-list .item .money {
        font-size: 27px;
    }
    .car-content .sidebar {
        width: 3rem;
    }
    .car-content .sidebar ul {
        margin-bottom: .6rem;
    }
    .car-content .sidebar .title {
        padding-bottom: .2rem;
    }
    .car-content .sidebar li {
        font-size: 15px;
        line-height: 2.6;
    }
    .car-content .sidebar .models li::after {
        width: 20px;
        height: 20px;
    }
    .car-list .item .view {
        line-height: 30px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    .car-content .sidebar .title,
    .car-details .sidebar .money-con .money,
    .Parts-details .sidebar .title {
        font-size: 20px;
    }
    .car-details .content .car-list .item .money,
    .car-details .sidebar .money-con .tit,
    .Parts-details .info-con h1,
    .Parts-details h3 {
        font-size: 18px;
    }
    .car-details .content .car-list .item .view {
        line-height: 28px;
    }
    .Parts-details .info-con .request-btn {
        line-height: 34px;
    }
    .car-details .content .car-list .pic,
    .car-list .item .pic {
        position: relative;
        height: auto;
        padding-top: 65%;
    }
    .car-details .content .car-list .pic>img,
    .car-list .item .pic>img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .Parts-details .sidebar .item .more {
        position: static;
    }
    .Parts-details .Parts .item {
        height: auto;
    }
    .car-list .item {
        width: 49%;
    }
    .car-list .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .car-list .item:nth-child(even) {
        margin-right: 0;
    }
    .Parts-details .thumb {
        height: auto;
    }
    .car-list .item .pic span {
        width: 75px;
    }
    .Parts-details .sidebar {
        width: 3.6rem;
        margin-right: .3rem;
    }
    .car-details .wrap{margin-top: .3rem;}
	.car-details .content .body table td{font-size: 14px; line-height: 1.3;}
}

@media (max-width:950px) {
    .car-details .content .car-list .pic,
    .special-offer .content .pic,
    .car-details .content .colours .pic,
    .car-details .gallery-thumbs .swiper-slide {
        height: auto;
    }
    .car-details .sidebar {
        display: none;
    }
    .car-details .wrap .content {
        margin-right: 0;
    }
    .car-details .gallery-top {
/*         height: 9rem; */
    }
    .car-details .content .sidebar {
        display: block;
        width: 100%;
        margin-top: .3rem;
    }
    .car-details .sidebar .money-con {
        height: auto;
        padding-bottom: .3rem;
    }
    .car-details .sidebar .btn,
    .car-details .sidebar .email {
        height: 40px;
    }
    .car-details .sidebar .tips {
        font-size: 17px;
    }
    .Parts-details .sidebar .item .more {
        bottom: 0;
    }
    .Parts-details .Parts .item {
        width: 32%;
    }
    .Parts-details .Parts .item:nth-of-type(4n) {
        margin-right: 2%;
    }
    .Parts-details .Parts .item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media (max-width:795px) {
    .car-content .sidebar {
        width: 100%;
        margin-right: 0;
        padding-bottom: 0;
    }
    .car-content .sidebar .title {
        margin-bottom: .4rem;
        position: relative;
    }
    .car-content .sidebar .title::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 30px;
        height: 30px;
        background: url(../images/arrow.svg) no-repeat center;
        background-size: 14px;
        margin-top: -15px;
    }
    .car-content .sidebar ul {
        margin-bottom: .5rem;
        display: none;
    }
    .ad {
        display: none;
    }
    .car-list {
        min-width: 100%;
        width: 100%;
    }
    .Parts-details .mb {
        display: block;
        order: 1;
        width: 100%;
        margin-right: 0;
    }
    .Parts-details .pc {
        width: 100%;
        margin-right: 0;
        order: 3;
        margin-top: .4rem;
    }
    .Parts-details .pc ul {
        display: none;
    }
    .Parts-details .content {
        order: 2;
        margin-top: .4rem;
    }
    .Parts-details .thumb {
        width: 100%;
        margin-right: 0;
    }
    .Parts-details .info-con .text-con {
        margin-top: .3rem;
    }
    .Parts-details .sidebar .con{
        display: flex;
       flex-wrap: wrap;
    }
    .Parts-details .sidebar .item{ width: 49%;}
    .Parts-details .sidebar .item .pic {
        width: 2rem;
        height: 2rem;
        overflow: hidden;margin-bottom: 10px;
    }
    .Parts-details .Parts .item {
        width: 49%;
    }
    
    .Parts-details .Parts .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .Parts-details .Parts .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .car-details .gallery-top {
/*         height: 5.4rem; */
    }
    .Parts-details .thumb {
        min-height: 5rem;
    }
    .car-details .title-con {
        display: block;
        height: auto;
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .car-details .title-con .crumb {
        margin-top: 10px;font-size: 12px;
    }
    .car-details .sidebar .money-con .money {
        font-size: 30px;
    }
}

@media (max-width:540px) {
    .car-list .item {
        width: 100%;
        margin-right: 0 !important;
    }
    .car-details .content .body {
       
    }
    .car-details .gallery-thumbs .swiper-slide {
        height: 1.6rem;
    }
    .Parts-details .title-con {
        display: block;
        height: auto;
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .car-details .content .car-list .tit,
    .car-list .item .tit {
        font-size: 19px;
    }
    .car-list .item .money,
    .car-details .content .car-list .item .money {
        font-size: 31px;
    }
    .car-details .sidebar .btn,
    .car-details .sidebar .tips {
        font-size: 15px;
    }
    .Parts-details .sidebar .item .pic {
        width: 100%;
        height: 3rem;
        overflow: hidden;
    }
}

.about {
    margin-bottom: 1.1rem;
}

.about .video-content {
    margin-top: .55rem;
}

.about .video-content .video {
    width: 8.74rem;
    height: 4.9rem;
    overflow: hidden;
    margin-right: .9rem;
}

.about .video-content .video span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 10;
    width: .64rem;
    height: .64rem;
    background: url(../images/play.png)no-repeat center;
    background-size: cover;
}

.about .video-content .tit {
    font-size: .24rem;
}

.about .video-content .text {
    font-size: .17rem;
    margin-top: .3rem;
    line-height: 1.8;
}

.about .video-content .more {
    background-color: #ab1e2d;
    color: #FFF;
    font-size: .2rem;
    line-height: .42rem;
    padding: 0 .5rem;
    border-radius: .21rem;
    -webkit-border-radius: .21rem;
    -moz-border-radius: .21rem;
    -ms-border-radius: .21rem;
    -o-border-radius: .21rem;
    position: absolute;
    left: 0;
    bottom: .1rem;
}

.about .video-content .more::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #000;
    top: -.45rem;
}

.about .num-con {
    margin-top: .9rem;
}

.about .num-con .icon {
    width: .65rem;
    height: .65rem;
    margin-right: .2rem;
}

.about .num-con .icon img {
    width: 100%;
}

.about .num-con .tit {
    font-size: .17rem;
    line-height: 1.2;
}

.about .num-con .counter {
    margin-top: .15rem;
}

.about .num-con .counter .val{
    font-size: .53rem;
    line-height: 1;
    height: 0;
    opacity: 0;
}

.about .num-con .counter .num{
    height: auto;
    opacity: 1;
}

.about .num-con .counter.plus .val::after {
    content: '+';
}

.about .num-con .card .txt-con {
    align-items: flex-end;
}

.about .num-con .card .txt {
    margin-left: .05rem;
}

.about .num-con .card:last-child .tit {
    margin-top: -.18rem;
}

.about .histroy {
    width: 100%;
    height: 7.58rem;
    overflow: hidden;
    margin-top: 1.2rem;
    background: url(../images/bg2.jpg)no-repeat center;
    background-size: cover;
}

.about .network {
    width: 100%;
    padding-left: 2.4rem;
    margin-top: .6rem;
}

.about .network .pic {
    width: 10.24rem;
    height: 4.8rem;
    overflow: hidden;
}

.about .network .text-con {
    margin-right: .5rem;
}

.about .network .text-con::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    width: 2.2rem;
    background-color: #000;
    bottom: 1rem;
}

.about .network .tit {
    font-size: .37rem;
    margin-top: .4rem;
}

.about .network .text {
    color: #666;
    line-height: 2;
    margin-top: .3rem;
}

.about .num-content {
    background-color: #94060b;
    width: 100%;
    color: #FFF;
    margin-top: .45rem;
    padding-top: .7rem;
    padding-bottom: .6rem;
}

.about .num-content .item {
    width: 20%;
}

.about .num-content .item .counter .val{
    font-size: .76rem;
    line-height: 1;
    height: 0;
    opacity: 0;
}

.about .num-content .item .counter .num {
    height: auto;
    opacity: 1;
}

.about .num-content .item .counter.plus .val::after {
    content: '+';
}

.about .num-content .item .txt {
    margin-top: .2rem;
}

.about .brand {
    margin-top: .5rem;
    background-color: #f6f6f6;
    padding-right: 2.4rem;
}

.about .brand .pic {
    width: 9.3rem;
    height: 4.8rem;
    overflow: hidden;
    margin-right: .8rem;
}

.about .brand .tit {
    font-size: .37rem;
    line-height: 1;
    margin-top: .6rem;
}

.about .brand .text {
    color: #666;
    margin-top: .4rem;
}

.about .brand .more {
    line-height: .42rem;
    color: #FFF;
    background-color: #ab1e2d;
    font-size: .2rem;
    border-radius: .21rem;
    -webkit-border-radius: .21rem;
    -moz-border-radius: .21rem;
    -ms-border-radius: .21rem;
    -o-border-radius: .21rem;
    padding: 0 .5rem;
    margin-top: .5rem;
}

.about .Factory {
    margin-top: .9rem;
    overflow: hidden;
}

.about .Factory .title {
    font-size: .37rem;
}

.about .Factory .text {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .17rem;
    margin-top: .3rem;
}

.about .Factory .swiper-container {
    margin-top: .8rem;
    padding-top: .2rem;
    margin-left: -2rem;
    margin-right: -2rem;
}

.about .Factory .swiper-slide {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.about .Factory .swiper-slide .pic {
    height: 4.4rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.5);
}

.about .Factory .swiper-slide .tit {
    font-size: .23rem;
    margin-top: .2rem;
    opacity: 0;
}

.about .Factory .swiper-slide-active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.about .Factory .swiper-slide-active .tit {
    opacity: 1;
}

.about .Factory .swiper-button-next,
.about .Factory .swiper-button-prev {
    width: .6rem;
    height: .6rem;
    background: #cb1932 url(../images/r2.svg)no-repeat center;
    background-size: .22rem;
    margin-top: -.52rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about .Factory .swiper-button-next::after,
.about .Factory .swiper-button-prev::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: .8rem;
    height: .8rem;
    background: url(../images/sus_png3.png)no-repeat center;
    background-size: 100%;
}

.about .Factory .swiper-button-prev {
    left: 6.8rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.about .Factory .swiper-button-next {
    right: 6.8rem;
}

@media (min-width:1025px) {
    .about .brand .pic:hover img,
    .about .video-content .video:hover img,
    .about .Factory .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);
    }
    .about .brand .more:hover {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    .about .video-content .video {
        margin-right: .5rem;
        width: 50%;
        height: auto;
    }
    .about .video-content .tit,
    .about .network .tit,
    .about .brand .tit,
    .about .Factory .title {
        font-size: 24px;
    }
    .about .video-content .text {
        font-size: 15px;
    }
    .about .num-con .tit,
    .about .network .text,
    .about .brand .text {
        font-size: 14px;
    }
    .about .video-content .more,
    .about .brand .more,
    .about .Factory .text {
        font-size: 17px;
    }
    .about .video-content .more,
    .about .brand .more {
        line-height: 32px;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }
    .about .network {
        padding-left: .2rem;
    }
    .about .network .pic,
    .about .brand .pic {
        width: 60%;
    }
    .about .brand {
        padding-right: 0;
    }
    .about .brand .pic {
        margin-right: .4rem;
        height: auto;
    }
    .about .brand .more {
        margin-bottom: .4rem;
    }
    .about .Factory .text {
        padding-left: 0;
        padding-right: 0;
    }
    .about .Factory .swiper-button-next {
        right: 5.6rem;
    }
    .about .Factory .swiper-button-prev {
        left: 5.6rem;
    }
    .about .network .text-con::after {
        display: none;
    }
    .about .video-content .more::after {
        display: none;
    }
}

@media (max-width:950px) {
    .about .video-content .more {
        position: static;
        margin-top: .4rem;
    }
    .about .Factory {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .about .Factory .swiper-container {
        margin-left: 0;
        margin-right: 0;
        margin-top: .3rem;
    }
    .about .Factory .swiper-button-next {
        right: .2rem;
        width: 40px;
        height: 40px;
    }
    .about .Factory .swiper-button-prev {
        left: .2rem;
        width: 40px;
        height: 40px;
    }
    .about .Factory .swiper-button-next::after,
    .about .Factory .swiper-button-prev::after {
        width: 60px;
        height: 60px;
    }
    .about .Factory .swiper-slide {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .about .Factory .swiper-slide .tit {
        opacity: 1;
        font-size: 17px;
    }
    .about .Factory .swiper-slide .pic {
        height: auto;
        padding-top: 65%;
        position: relative;
    }
    .about .Factory .swiper-slide .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .about .num-con .card {
        width: 40%;
        min-width: auto;
        margin-top: .3rem;
    }
    .about .num-con .card:nth-child(odd) {
        width: 45%;
    }
}

@media (max-width:767px) {
    .about .video-content .video {
        width: 100%;
        margin-right: 0;
        margin-bottom: .4rem;
        order: 2;
        margin-top: .4rem;
    }
    .about .num-con {
        margin-top: .6rem;
    }
    .about .num-con .counter .val,
    .about .num-content .item .counter .val{
        font-size: 32px;
    }
    .about .num-con .card:nth-child(1) .counter {
        width: 120px;
    }
    .about .num-con .card:nth-child(2) .counter {
        width: 60px;
    }
    .about .num-con .card:nth-child(3) .counter {
        width: 120px;
    }
    .about .network {
        padding-right: .2rem;
        margin-top: .2rem;
    }
    .about .network .pic {
        width: 100%;
        margin-top: .3rem;
    }
    .about .num-content {
        padding-top: .3rem;
    }
    .about .num-content .item {
        width: 50%;
        margin-top: .3rem;
    }
    .about .brand .pic {
        width: 100%;
        margin-right: 0;
    }
    .about .brand>.flex-1 {
        padding-left: .2rem;
        padding-right: .2rem;
        padding-bottom: .3rem;
    }
    .about .brand .tit {
        margin-top: .4rem;
    }
    .about .network .text-con::after {
        display: none;
    }
    .about .brand .more {
        margin-bottom: 0;
    }
    .about .network .text,
    .about .brand .text {
        font-size: 16px;
    }
    .about .Factory .text {
        font-size: 15px;
        color: #666;
    }
}

@media (max-width:540px) {
    .about .num-con {
        flex-flow: column;
        align-items: flex-start;
        justify-content: center;
        margin-top: 0;
    }
    .about .num-con .icon {
        width: .9rem;
        height: .9rem;
    }
    .about .num-con .card {
        width: 65% !important;
        margin-top: .6rem;
    }
    .about .Factory .swiper-slide .pic {
        height: 3.8rem;
    }
}

.abotw {
    position: relative;
    z-index: 100;
    margin-top: 1.2rem;
}

.abotw.on .abotw_box .point .poi_l .abotw_ani {
    width: 100%;
    overflow: hidden;
}

.abotw .abotw_box .point {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 767px) {
    .abotw .abotw_box .point {
        flex-direction: column;
    }
}

.abotw .abotw_box .point::before {
    content: '';
    background: url(../images/bg2.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
}

.abotw .abotw_box .point .poi_l {
    position: sticky;
    top: 0;
    width: 50%;
    height: 100vh;
    padding-left: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -100vh;
    color: #fff;
}

@media (max-width: 767px) {
    .abotw .abotw_box .point .poi_l {
        width: 100%;
        position: initial;
        padding: 0 5%;
        height: auto;
    }
}

.abotw .abotw_box .point .poi_l .abotw_ani {
    position: absolute;
    top: -2.4rem;
    left: 0;
    overflow: hidden;
    height: 0;
    transition: all 0.8s;
}

@media (max-width: 767px) {
    .abotw .abotw_box .point .poi_l .abotw_ani {
        top: 0rem;
    }
}

.abotw .abotw_box .point .poi_l .abotw_ani img {
    width: 4.4rem;
    height: auto;
}

@media (max-width: 767px) {
    .abotw .abotw_box .point .poi_l .abotw_ani img {
        width: 2.25rem;
    }
}

.abotw .abotw_box .point .poi_l .h_jy_l {
    padding-top: 1.55rem;
    position: relative;
    z-index: 100;
    width: 100%;
}

.abotw .abotw_box .point .poi_l .h_jy_l .h_jy_tit {
    margin-bottom: 1.4rem;
}

.abotw .abotw_box .point .poi_l .h_jy_l .h_jy_tit span {
    color: #FFF;
    margin-bottom: 0.3rem;
}

.abotw .abotw_box .point .poi_l .h_jy_l .h_jy_tit h2 {
    font-size: .58rem;
    line-height: 0.8;
}

.abotw .abotw_box .point .poi_l .h_jy_l .h_jy_l_t {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-right: 1.1rem;
    flex-direction: column;
}

@media (max-width: 767px) {
    .abotw .abotw_box .point .poi_l .h_jy_l .h_jy_l_t {
        display: none;
    }
}

.abotw .abotw_box .point .poi_l .h_jy_l .h_jy_l_t .h_jy_l_t_box {
    margin: 0.21rem 0;
}

.abotw .abotw_box .point .poi_l .h_jy_l .h_jy_l_t .h_jy_l_t_box.on p {
    font-size: 0.5rem;
}

.abotw .abotw_box .point .poi_l .h_jy_l .h_jy_l_t .h_jy_l_t_box p {
    font-weight: 500;
    line-height: 1;
    font-size: .28rem;
}

.abotw .abotw_box .point .poi_r {
    padding-right: 2.4rem;
    width: 50%;
    position: relative;
    z-index: 5;
    margin-top: -100vh;
}

.abotw .abotw_box .point .poi_r .poi_r_li {
    padding: 2.05rem 0 3.5rem 0;
}

@media (max-width: 767px) {
    .abotw .abotw_box .point .poi_r .poi_r_li {
        padding: 0 5%;
    }
    .abotw .abotw_box .point::before {
        display: none;
    }
    .abotw .abotw_box .point {
        background: url(../images/bg2.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        height: 10rem;
        display: block;
    }
    .abotw .abotw_box .point .poi_l {
        margin-top: 0;
    }
    .abotw .abotw_box .point .poi_l .h_jy_l {
        padding-top: .6rem;
    }
    .abotw .abotw_box .point .poi_l .h_jy_l .h_jy_tit {
        margin-bottom: .6rem;
    }
    .abotw .abotw_box .point .poi_r {
        width: 100%;
        margin-top: 0;
        padding: 0;
        overflow-y: auto;
        height: calc(10rem - .6rem - 90px - .6rem);
    }
}

.abotw .abotw_box .point .poi_r .poi_r_li li {
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.abotw .abotw_box .point .poi_r .poi_r_li li .year_box {
    margin-bottom: 0.3rem;
}

.abotw .abotw_box .point .poi_r .poi_r_li li .year_box .year {
    margin-bottom: 0.1rem;
    font-size: .34rem;
}

.abotw .abotw_box .point .poi_r .poi_r_li li .year_box .year p {
    font-weight: 500;
}

.abotw .abotw_box .point .poi_r .poi_r_li li .year_box .txt p {
    display: block;
    position: relative;
    font-size: .16rem;
}

@media (max-width:950px) {
    .abotw .abotw_box .point .poi_l .h_jy_l .h_jy_tit h2 {
        font-size: 32px;
    }
    .abotw .abotw_box .point .poi_r .poi_r_li li .year_box .year p {
        font-size: 17px;
    }
    .abotw .abotw_box .point .poi_r .poi_r_li li .year_box .txt p {
        font-size: 15px;
    }
    .gc .item .pic {
        height: auto;
    }
}

.history {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    margin: .6rem 0;
}

.history .preview {
    width: 100%;
    overflow: hidden;
    padding-left: .4rem;
    padding-right: .4rem;
    margin-top: .6rem;
}

.history .preview .swiper-container {
    background-color: #f1f1f1;
}

.history .preview .swiper-slide {
    width: auto;
    min-width: 1.65rem;
    line-height: .8rem;
    padding: 0 0.3rem;
    cursor: pointer;
}

.history .preview .active-nav {
    background-color: #ab1e2d;
    color: #FFF;
    /* font-size: .26rem; */
}

.history .preview .active-nav span {
    display: inline-block;
    transform: scale(1.3);
}

.history .preview .mr {
    margin-right: .3rem;
}

.history .preview .arrow-left,
.history .preview .arrow-right {
    position: absolute;
    top: 50%;
    width: .3rem;
    height: .35rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.history .preview .arrow-left {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    background-image: url(../images/arrow.svg);
}

.history .preview .arrow-right {
    right: 0;
    background-image: url(../images/arrow.svg);
}

.history .view .rich-text {
    word-break: break-all;
    line-height: 2;
}

.pc-show {
    display: block;
}

.mb-show {
    display: none;
}

.lg-backdrop {
    background-color: rgba(0,0,0,.6);
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.rich-text p {
    margin: 1em 0;
}

.rich-text p::after {
    content: "";
    display: block;
    clear: both;
}

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

.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: #ab1e2d;
    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/close2.svg)no-repeat left center;
    background-size: 20px;
    padding-left: 30px
}

#code-img {
    cursor: pointer;
}

.fluentform .hidden {
    display: none;
}

.form-group .fluentform .ff-el-group {
    margin-top: .2rem;
    margin-bottom: 0;
}

.form-group .ff-default .ff-el-input--label {
    font-size: .2rem;
    margin-bottom: .1rem;
}

.form-group .ff-el-input--content input,
.form-group .ff-el-input--content textarea {
    font-size: .2rem;
    padding: .16rem .2rem;
}

.form-group .ff-message-success,
.form-group .fluentform .ff_submit_btn_wrapper {
    display: none;
}

.kefu {
    position: fixed;
    right: .6rem;
    bottom: .6rem;
    z-index: 99;
}

.kefu .li {
    width: 3em;
    height: 3em;
    margin-top: 1em;
}

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

@media (max-width: 1199px) {
    .form-group .ff-default .ff-el-input--label,
    .form-group .ff-el-input--content input,
    .form-group .ff-el-input--content textarea {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .pc-show {
        display: none;
    }
    .mb-show {
        display: block;
    }
    .popup.tip .icon {
        width:80px;
        height: 80px
    }
    .popup.iframe .container {
        width: 90%;
        height: 50%
    }
    .history .preview .swiper-slide {
        font-size: 14px;
        width: auto;
        min-width: auto;
        padding: 0 .3rem;
    }
    .history .preview .mr {
        margin-right: 0;
    }
    .history .view .body {
        font-size: 15px;
    }
    .kefu {
        right: .2rem;
    }
    .kefu .li {
        width: 3.5em;
        height: 3.5em;
    }
}

