@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

 
html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw !important;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw !important;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #000;
    background: #ffffff;
    font: .19rem/.3rem 'Poppins-Regular', 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #18565d;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
}

.index {
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}
 

@media (min-width:1025px) {
    .nav li:hover {
        background-color: #FFF;
    }
    .nav li:hover>a {
        color: #18565d;
    }
    .nav li:hover .arrow {
        border-left: 2px #18565d solid;
        border-bottom: 2px #18565d solid;
    }
    .nav li:hover .drop,
    .header .head .lang-btn:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .nav li:hover .drop {
        display: block !important;
    }
    .nav .drop a:hover {
        background-color: #bcbbbb;
    }
    .header .head .r-con>a:hover {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 15px;
    }
    .menu-btn {
        display: block;
    }
    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: .95rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - .95rem);
        padding: .2rem .3rem;
    }
    .nav {
        display: block;
    }
    .nav li>a {
        padding: 0;
        color: #000;
        font-size: 17px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .6rem;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .3rem;
        height: .3rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        padding-top: 0;
        background: none;
        box-shadow: none;
        font-size: 15px;
        line-height: 40px;
    }
   
}

  
/* 首页 */

.banner {
    overflow: hidden;
}

.banner .slide-video .a {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 78vh;
    width: 100%;
    min-height: 7rem
}

.banner .slide-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .baTool {
    position: absolute;
    right: 1.2rem;
    bottom: .3rem;
    z-index: 5
}

.banner .swiDots {
    font-size: .24rem;
    color: #fff
}

.banner .swiBtn {
    margin-right: .45rem
}

.banner .swiBtn .nexts {
    margin-left: .1rem
}

.banner .swiDots .line {
    width: 2.9rem;
    height: 2px;
    background: rgba(255, 255, 255, .4);
    position: relative;
    margin: 0 .1rem
}

.banner .swiDots .line i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #fff
}

.banner img {
    width: 100%;
}

.banner .prevs {
    width: .5rem;
    height: .5rem;
    border: 1px #FFF solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url(../images/prev.svg)no-repeat center;
    background-size: .2rem;
}

.banner .nexts {
    width: .5rem;
    height: .5rem;
    border: 1px #FFF solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url(../images/prev.svg)no-repeat center;
    background-size: .2rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.mb-banner {
    display: none;
}

@media (max-width:1366px) {
    .banner .item .imgBox .img {
        padding-bottom: 0;
        height: 48vw;
        min-height: inherit
    }
}

@media (max-width:1199px) {
    .banner .baTool {
        right: .2rem;
    }
}

@media (max-width:640px) {
    .banner .item .imgBox .img {
        height: 50vw
    }
    .banner .swiBtn a {
        width: .4rem;
        height: .4rem;
        line-height: .4rem;
        font-size: .2rem
    }
    .banner .swiDots .line {
        width: 20vw
    }
    .banner .baTool {
        bottom: .15rem;
    }
    .banner .swiBtn {
        margin-right: .25rem
    }
}

.home-title {
    text-transform: uppercase;
    line-height: 1.1;
    font-size: .43rem;
    
}

.home-truck {
    margin-top: .7rem;
}

.home-truck .sub {
    font-size: .24rem;
    margin-top: .7rem;
}

.home-truck .sub a {
    color: #666666;
    margin-right: .25rem;
    padding-right: .25rem;
}

.home-truck .sub a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #173349;
}

.home-truck .sub a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.home-truck .sub a:last-child::after {
    display: none;
}

.home-truck .sub a.on {
    color: #18565d;
    font-weight: bold;
}

.home-truck .content {
    margin-top: 1rem;
}

.home-truck .content .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 70%;
}

.home-truck .content .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: 95%;
    max-height: 95%;
}

.home-truck .content .tit {
    font-size: .29rem;
    
    font-weight: bold;
    margin-top: .35rem;
}

.home-truck .content .button {
    margin-top: .4rem;
}

.home-truck .content .button a {
    line-height: .67rem;
    border: 1px #18565d solid;
    font-size: .2rem;
    color: #18565d;
    width: 1.9rem;
    
    font-weight: bold;
}

.home-truck .content .button a:first-child {
    background-color: #18565d;
    color: #FFF;
    margin-right: .2rem;
}

.home-truck .content .swiper-button-black {
    background-size: .28rem;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-truck .content .swiper-button-prev {
    left: -.4rem;
}

.home-truck .content .swiper-button-next {
    right: -.4rem;
}

.home-ser {
    margin-left: .3rem;
    margin-right: .3rem;
    margin-top: 1.1rem;
    background-color: #fafafa;
    overflow: hidden;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    padding-top: .65rem;
    padding-bottom: .5rem;
    padding-left: .6rem;
    padding-right: .6rem;
}

.home-ser .content {
    margin-top: .6rem;
}

.home-ser .item {
    width: 25%;
    padding-left: 1.2rem;
    border-right: 1px #d0cfcf solid;
    padding-bottom: .2rem;
    padding-top: .2rem;
}

.home-ser .item:last-child {
    border-right: 0;
}

.home-ser .item::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #18565d;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-ser .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    background-color: #18565d;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-ser .item .icon {
    width: 100%;
    overflow: hidden;
    height: .8rem;
}

.home-ser .item .icon img {
    max-height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-ser .item .tit {
    
    font-size: .34rem;
    margin-top: .2rem;
    line-height: 1.3;
}

.home-ser .item .more {
    color: #e2052f;
    font-size: .22rem;
    
    padding-right: .4rem;
    margin-top: .35rem;
}

.home-ser .item .more::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: .34rem;
    height: .34rem;
    background: url(../images/more.webp)no-repeat center;
    background-size: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-ser .item .tit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    background-color: #18565d;
    width: 1px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-ser .item:last-child .tit::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    background-color: #18565d;
    width: 1px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-wel {
    margin-left: .3rem;
    margin-right: .3rem;
    height: 7.57rem;
    background: url(../images/bg1.webp)no-repeat center;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    overflow: hidden;
    margin-top: .28rem;
    color: #FFF;
    background-size: cover;
    padding: 1.1rem 2.3rem 0 2.3rem;
}

.home-wel .text {
    font-size: .17rem;
    line-height: 1.75;
    margin-top: .7rem;
    margin-right: 7.2rem;
}

.home-wel .more {
    border: 1px #FFF solid;
    padding: 0 .5rem 0 .3rem;
    line-height: .48rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #FFF;
    margin-top: .3rem;
    font-size: .15rem;
}

.home-wel .more::after {
    content: '';
    position: absolute;
    right: .2rem;
    top: 0;
    width: .16rem;
    height: 100%;
    background: url(../images/arrow1.svg)no-repeat center;
    background-size: 100%;
}

.home-wel .con {
    position: absolute;
    right: 1.85rem;
    bottom: .6rem;
}

.home-wel .card {
    width: 2.35rem;
    margin-left: .15rem;
}

.home-wel .circle {
    margin-left: auto;
    margin-right: auto;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding-top: .25rem;
}

.home-wel .circle::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px dashed #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation: 30s linear infinite ani_turn2;
    -webkit-animation: 30s linear infinite ani_turn2;
}

.home-wel .card .txt {
    font-size: .14rem;
    line-height: 1.5;
    margin-top: .25rem;
}

.home-wel .card .icon {
    height: .65rem;
}

.home-wel .card .icon img {
    max-height: 100%;
}

.home-wel .card .num {
    font-size: .48rem;
    
    line-height: 1.1;
    margin-top: .05rem;
}

@keyframes ani_turn2 {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.home-story {
    margin-top: .8rem;
}

.home-story .des {
    font-size: .19rem;
    line-height: 1.4;
    margin-top: .35rem;
}

.home-story .swiper-container {
    margin-top: .8rem;
}

.home-story .swiper-slide {
    background-color: #000;
    overflow: hidden;
    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem;
    padding-top: 22.1%;
    width: 5.25rem;
}

.home-story .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .75;
}

.home-story .swiper-slide .tit {
    font-size: .3rem;
    
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: .2rem;
    width: 100%;
    padding: 0 .4rem .4rem .4rem;
    z-index: 9;
    color: #FFF;
}

.home-story .swiper-slide .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 10;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #92959f url(../images/play.webp)no-repeat center;
    background-size: .26rem;
    cursor: pointer;
}

.home-story .swiper-container {
    padding-bottom: 1.45rem;
}

.home-story .swiper-button-white {
    width: .75rem;
    height: .75rem;
    background-color: #575757;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: .12rem;
    top: auto;
    margin-top: 0;
    bottom: 0;
}

.home-story .swiper-button-next {
    right: 8.65rem;
}

.home-story .swiper-button-prev {
    left: 8.65rem;
}

.maskBg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0
}

.videoShow {
    width: 12.8rem;
    height: 7.6rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.maskBg.active {
    opacity: 1;
}

.videoShow.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.videoShow .close {
    color: #FFF;
    position: absolute;
    right: 0;
    top: -.3rem;
    background: url(../images/close.svg)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    cursor: pointer;
}

.home-pic {
    background-color: #eeeeee;
    overflow: hidden;
    margin-left: .3rem;
    margin-right: .3rem;
    margin-top: 1rem;
    padding: .5rem .95rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
}

.home-pic .pic1 {
    width: 8.9rem;
    height: 7.35rem;
    overflow: hidden;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    margin-right: .2rem;
}

.home-pic>div a {
    overflow: hidden;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    height: 3.57rem;
}

.home-pic>div a:last-child {
    margin-top: .2rem;
}

.home-pic>div a .tit {
    position: absolute;
    left: .4rem;
    color: #FFF;
    
    font-size: .32rem;
    line-height: 1.1;
    bottom: .4rem;
    right: .4rem;
    text-transform: uppercase;
    z-index: 9;
}

.home-jixie {
    background-color: #f3f3f3;
    overflow: hidden;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    margin-top: 1.05rem;
}

.home-jixie .pic {
    overflow: hidden;
    width: 9.7rem;
    height: 5.2rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    margin-right: 1.1rem;
}

.home-jixie .title {
    font-size: .35rem;
    color: #000;
    
    line-height: 1.1;
    text-transform: uppercase;
}

.home-jixie .text-con {
    padding-top: .7rem;
    padding-right: .7rem;
}

.home-jixie .text {
    font-size: .2rem;
    margin-top: .3rem;

}

.home-jixie .btn {
    margin-top: .32rem;
}

.home-jixie .btn a {
    background-color: #18565d;
    color: #FFF;
    margin-top: .15rem;
    line-height: .53rem;
    padding: 0 .7rem 0 .4rem;
    font-size: .14rem;
    
}

.home-jixie .btn a::after {
    content: '';
    position: absolute;
    right: .4rem;
    top: 0;
    width: .12rem;
    height: 100%;
    background: url(../images/arrow1.svg)no-repeat center;
    background-size: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-news {
    margin-top: .8rem;
    margin-bottom: 1rem;
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
}

.home-news .des {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    line-height: 1.9;
    font-size: .19rem;
    margin-top: .3rem;
    color: #4e4d4d;
}

.home-news .swiper-container {
    margin-left: 1.2rem;
    margin-top: .75rem;
}

.home-news .swiper-slide {
    width: 4.7rem;
}

.home-news .pic {
    width: 100%;
    overflow: hidden;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    padding-top: 100%;
}

.home-news .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .txt {
    font-size: .17rem;
    margin-top: .3rem;
    color: #333;
}

.home-news .tit {
    color: #000;
    height: .65rem;
    font-size: .26rem;
    
    margin-top: .1rem;
}

.home-news .date {
    font-size: .14rem;
    line-height: 1.1;
    margin-top: .15rem;
    color: #333;
}

.home-news .more {
    font-size: .18rem;
    
    color: #18565d;
    background: url(../images/more1.webp)no-repeat right center;
    background-size: .28rem;
    padding-right: .4rem;
    margin-top: .3rem;
}

.home-news .swiper-container {
    padding-bottom: 1.1rem;
}

.home-news .swiper-button-black {
    width: .5rem;
    height: .5rem;
    top: auto;
    margin-top: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url(../images/next.webp)no-repeat center;
    background-size: 100%;
    bottom: 0;
}

.home-news .swiper-button-prev {
    left: 7.6rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home-news .swiper-button-next {
    right: 8.8rem;
}

@media (min-width:1025px) {
    .home-truck .sub a:hover {
        color: #18565d;
        font-weight: bold;
    }
    .home-truck .sub a:hover::before {
        content: '';
        left: 50%;
        bottom: -4px;
        width: 90%;
        height: 4px;
        background-color: #18565d;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .home-truck .swiper-slide:hover .pic img {
        transform: translate(-50%, -50%) scale(1.05);
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -moz-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        -o-transform: translate(-50%, -50%) scale(1.05);
    }
    .home-truck .content .button a:hover {
        background-color: #18565d;
        color: #FFF;
    }
    .home-ser .item:hover .more::after {
        transform: translate(.1rem, -50%);
        -webkit-transform: translate(.1rem, -50%);
        -moz-transform: translate(.1rem, -50%);
        -ms-transform: translate(.1rem, -50%);
        -o-transform: translate(.1rem, -50%);
    }
    .home-ser .item:hover::before,
    .home-ser .item:hover::after {
        width: 100%;
    }
    .home-ser .item:hover {
        border-right-color: #18565d;
    }
    .home-ser .item:hover .tit::before,
    .home-ser .item:last-child:hover .tit::before,
    .home-ser .item:last-child:hover .tit::after {
        height: 100%;
    }
    .home-story .swiper-slide:hover img,
    .home-pic .pic1:hover img,
    .home-pic>div a:hover img,
    .home-jixie .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-jixie .btn a:hover::after {
        transform: translateX(.1rem);
        -webkit-transform: translateX(.1rem);
        -moz-transform: translateX(.1rem);
        -ms-transform: translateX(.1rem);
        -o-transform: translateX(.1rem);
        text-decoration: underline;
    }
    .home-wel .more:hover {
        text-decoration: underline;
        background-color: #18565d;
        border-color: #18565d;
    }
    .home-jixie .title:hover {
        color: #18565d;
        text-decoration: underline;
    }
    .home-jixie .btn a:hover {
        background-color: #333;
    }
    .home-news .swiper-slide:hover .tit {
        color: #18565d;
    }
    .footer .f-nav .sub a:hover,
    .home-truck .content .button a:hover {
        text-decoration: underline;
    }
    .home-ser .item:hover .icon img {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@media (max-width:1199px) {
    .home-title {
        font-size: 24px !important;
    }
    .home-truck .content .tit {
        font-size: 19px;
    }
    .home-truck .sub,
    .home-ser .item .more,
    .home-story .des,
    .home-news .des {
        font-size: 17px;
    }
    .home-truck .content .button a {
        font-size: 15px;
        width: 40%;
        line-height: 40px;
    }
    .home-truck .content .swiper-button-next {
        right: 0;
    }
    .home-truck .content .swiper-button-prev {
        left: 0;
    }
    .home-ser .item {
        padding-left: .6rem;
    }
    .home-ser,
    .home-wel {
        padding-left: .3rem;
        padding-right: .3rem;
    }
    .home-ser .item .tit,
    .home-story .swiper-slide .tit,
    .home-pic>div a .tit,
    .home-news .tit {
        font-size: 21px;
    }
    .home-wel .con {
        right: .2rem;
    }
    .home-wel .text,
    .home-wel .more,
    .home-jixie .text,
    .home-news .txt,
    .home-news .more {
        font-size: 14px;  line-height: .4rem;
    }
    .home-wel .more {
        line-height: 40px;
    }
    .home-wel .card .txt,
    .home-news .date {
        font-size: 13px;
    }
    .home-wel .card .num {
        font-size: 31px;
    }
    .home-story .swiper-button-prev,
    .home-news .swiper-button-prev {
        left: 43%;
    }
    .home-story .swiper-button-next,
    .home-news .swiper-button-next {
        right: 43%;
    }
    .home-pic {
        padding-left: .3rem;
        padding-right: .3rem;
    }
    .home-pic .pic1 {
        width: 7.8rem;
    }
    .home-jixie .pic {
        height: auto;
        margin-right: .4rem;
        width: 50%;
    }
    .home-jixie .text-con {
        padding-right: .3rem;
    }
    .home-jixie .title {
        font-size: 27px;
    }
    .home-jixie .btn a {
        font-size: 14px;
        line-height: 35px;
    }
    .home-jixie .text-con {
        padding-bottom: .3rem;
        padding-top: .3rem;
    }
    .home-news .swiper-container {
        margin-left: 0.3rem;
        margin-right: .3rem;
    }
    .home-news .des {
        padding-left: 0;
        padding-right: 0;display: none;
    }
}

@media (max-width:950px) {
    .home-ser .item .tit {
        font-size: 19px;
    }
    .home-wel {
        height: auto;
        padding-bottom: .5rem;
    }
    .home-wel .con {
        position: inherit;
        right: auto;
        width: 100%;
        bottom: auto;
        margin-top: .5rem;display: none;
    }
    .home-wel .text {
        margin-right: 0;
    }
    .home-wel .card {
        margin-left: 2%;
        width: 32%;
    }
    .home-wel .card:first-child {
        margin-left: 0;
    }
    .home-wel .circle {
        width: 2rem;
        height: 2rem;
    }
    .home-pic>div a .tit {
        font-size: 19px;
    }
    .home-jixie .pic {
        width: 100%;
        margin-right: 0;
    }
    .home-jixie .text-con {
        padding: .5rem;
    }
    .home-news .tit {
        font-size: 17px;
        height: 46px;
        line-height: 1.2;margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    .home-story {
        padding: 0 .3rem;
    }
    .home-title {
        font-size: 22px !important;
    }
    .home-truck .sub {
        margin-top: .2rem;
    }
    .home-truck .sub a {
        margin-top: .2rem;
    }
    .home-truck .content {
        margin-top: .5rem;
    }
    .home-ser .item {
        width: 50%;
    }
    .home-ser .item:nth-child(2) {
        border-right: 0;
    }
    .home-wel .circle {
        width: 1.5rem;
        height: 1.5rem;
    }
    .home-wel .card .num {
        font-size: 27px;
    }
    .videoShow {
        width: 90%;
        height: 4.2rem;
    }
    .home-story .swiper-slide {
        width: 2.6rem;
    }
    .home-story .swiper-slide {
        padding-top: 45%;
    }
    .home-story .swiper-slide .tit {
        padding: 0 .3rem .1rem .3rem;
        font-size: 19px;
    }
    .home-story .swiper-slide .play {
        width: 55px;
        height: 55px;
        background-size: 20px;
    }
    .home-story .swiper-button-white,
    .home-news .swiper-button-black {
        width: 40px;
        height: 40px;
    }
    .home-story .swiper-container {
        margin-top: .4rem;
        padding-bottom: 70px;
    }
    .home-story .swiper-button-prev,
    .home-news .swiper-button-prev {
        left: 40%;
    }
    .home-story .swiper-button-next,
    .home-news .swiper-button-next {
        right: 40%;
    }
    .home-pic {
        padding: .3rem;
        display: block;
    }
    .home-pic .pic1 {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding-top: 68%;
    }
    .home-pic img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .home-pic>div a {
        margin-top: .2rem;
    }
    .home-jixie .text-con {
        padding: .3rem;
    }
    .home-jixie .title {
        font-size: 21px;
    }
    .home-news .swiper-slide {
        width: 100%;
        /* margin-right: 0; */
    }
}

@media (max-width:540px) {
    .home-wel .card {
        width: 100%;
        margin-left: 0;
        margin-top: .4rem;
    }
    .home-wel .circle {
        width: 120px;
        height: 120px;
        padding-top: .4rem;
    }
    .home-story .des br {
        display: none;
    }
    .home-story .swiper-slide {
        width: 63%;
        padding-top: 75%;
    }
    .home-story .swiper-slide .tit {
        font-size: 17px;
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .home-story .swiper-button-next,
    .home-news .swiper-button-next {
        right: 38%;
    }
    .home-story .swiper-button-prev,
    .home-news .swiper-button-prev {
        left: 38%;
    }
}


/* 预约试驾 */

.n-footer {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.yuyue {
    margin-top: .7rem;
}

.yuyue .des {
    font-size: .23rem;
    
    padding-right: 2.4rem;
    margin-top: .25rem;
    line-height: 1.6;
}

.yuyue .select {
    width: 5.15rem;
    height: .7rem;
    margin-top: .55rem;
}

.yuyue .select-main {
    position: relative;
    width: 100%;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
}

.yuyue .select-main.z-index {
    z-index: 10;
}

.yuyue .select-set {
    background-color: #FFFFFF;
    color: #333333;
    cursor: pointer;
    line-height: .68rem;
    overflow: hidden;
    position: relative;
    padding: 0 .4rem 0 .2rem;
    width: 100%;
    z-index: 5;
    font-size: .21rem;
    
    border: 1px #d5d5d5 solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.yuyue .select-arrow {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    cursor: pointer;
    position: absolute;
    top: 45%;
    right: .2rem;
    z-index: 7;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateY(-45%);
    -webkit-transform: rotate(45deg) translateY(-45%);
    -moz-transform: rotate(45deg) translateY(-45%);
    -ms-transform: rotate(45deg) translateY(-45%);
    -o-transform: rotate(45deg) translateY(-45%);
}

.yuyue .select-block {
    background-color: #FFFFFF;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 5px;
    box-shadow: 0 0 2px #d5d5d5;
    left: -1px;
    line-height: 2;
    position: absolute;
    top: .68rem;
    width: 100%;
}

.yuyue .select-list {
    cursor: pointer;
    margin: 15px 0 7px;
}

.yuyue .select-items {
    color: #333333;
    padding: .1rem .15rem;
}

.yuyue .select-items.active {
    background-color: #18565d;
    color: #FFFFFF;
}

.yuyue .form {
    margin-top: .6rem;
}

.yuyue .form .group {
    /* margin-top: .26rem; */
    margin-right: 2%;
    width: 32%;
}

.yuyue .form .group:nth-of-type(3n),
.yuyue .form .group:last-child {
    margin-right: 0;
}

.yuyue .form .group .tit {
    font-size: .19rem;
    
    color: #000;
    line-height: 1.2;
}

.yuyue .form .group .tit span {
    color: #ed1b24;
}

.yuyue .form .group .input {
    margin-top: .2rem;
}

.yuyue .form .group .input input[type='text'] {
    width: 100%;
    background-repeat: no-repeat;
    background-position: .2rem center;
    background-color: #eceff3;
    height: .58rem;
    padding-left: .6rem;
    font-size: .17rem;
    color: #000;
    
    border: 0;
}

.yuyue .form .group .input .name {
    background-image: url(../images/name.webp);
    background-size: .22rem;
}

.yuyue .form .group .input .tel {
    background-image: url(../images/tel.webp);
    background-size: .28rem;
}

.yuyue .form .group .input .email {
    background-image: url(../images/email.webp);
    background-size: .24rem;
}

.yuyue .form .group .input .address {
    background-image: url(../images/address.webp);
    background-size: .17rem;
}

.yuyue .form .group .input .time {
    background-image: url(../images/time.webp);
    background-size: .18rem;
}

.yuyue .form .group .input .car {
    background-image: url(../images/car.webp);
    background-size: .49rem;
    padding-left: .9rem !important;
    
}

.yuyue .form .group .country {
    width: .55rem;
    margin-right: .3rem;
}

.yuyue .form .group .country img {
    width: 100%;
}

.yuyue .form .group textarea {
    width: 100%;
    height: 1.2rem;
    background: #eceff3 url(../images/mess.webp)no-repeat .2rem .2rem;
    background-size: .3rem;
    
    font-size: .17rem;
    padding-left: .6rem;
    padding-right: .3rem;
    padding-top: .2rem;
}

.yuyue .form .group.code {
    width: 100%;
}

.yuyue .form .Country-con {
    background-color: #eceff3;
}

.yuyue .form .group.code .tit {
    text-transform: capitalize;font-size: 17px;
}

.yuyue .form .group.code .input input[type='text'] {
    padding-left: .2rem;
    width: 4.42rem;
}

.yuyue .form .group.code .Verification {
    width: 2rem;
}

.yuyue .form .group.code .Verification img {
    height: 100%;
}

.yuyue .form input[type='submit'] {
    background-color: #18565d;
    color: #FFF;
    text-transform: uppercase;
    
    width: 4.4rem;
    height: .75rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: .26rem;
    margin-top: .13rem;border: 0;
}

.yuyue .info-con {
    border-top: 2px #18565d solid;
    margin-top: 1.05rem;
    padding-top: .9rem;
}

.yuyue .info-con .content {
    margin-top: .9rem;
}

.yuyue .info-con .item {
    margin-right: .95rem;
    padding-right: .9rem;
    border-right: 1px #c0c1c2 solid;
    padding-top: .2rem;
    padding-bottom: .6rem;
}

.yuyue .info-con .item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.yuyue .info-con .item .tit {
    
    font-size: .26rem;
    color: #000;
    line-height: 1.1;
}

.yuyue .info-con .item .txt-con {
    margin-top: .45rem;
    line-height: 1.95;
    
    font-size: .24rem;
}

.yuyue .info-con .item .txt-con>div {
    color: #666;
    padding-left: .35rem;
    background-position: left .1rem;
    background-repeat: no-repeat;
}

.yuyue .info-con .item .txt-con>div span {
    color: #000;
}

.yuyue .info-con .item .txt-con>div.email {
    background-image: url(../images/email1.webp);
    background-size: .25rem;
}

.yuyue .info-con .item .txt-con>div.tel {
    background-image: url(../images/tel1.webp);
    background-size: .25rem;
}

.yuyue .info-con .item .txt-con>div.whatapp {
    background-image: url(../images/tel.webp);
    background-size: .31rem;
}

.yuyue .con {
    margin-top: 1.25rem;
    margin-bottom: .8rem;
}

.yuyue .con .card {
    margin-top: .7rem;
    width: 32%;
    margin-right: 2%;
}

.yuyue .con .card:last-child {
    margin-right: 0;
}

.yuyue .con .card .more {
    
    font-weight: bold;
    color: #FFF;
    line-height: .54rem;
    background-color: #18565d;
    font-size: .2rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 .2rem;
    margin-top: .3rem;
}

.yuyue .con .card .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 67.5%;
}

.yuyue .con .card .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.yuyue .con .card .tit {
    
    font-size: .27rem;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: .3rem;
}

.yuyue .con .card .text {
    margin-top: .2rem;
    font-size: .2rem;
    line-height: 1.45;
    
    height: 1.57rem;
}

.yuyue .con .card .text .ellipsis-3 {
    -webkit-line-clamp: 6
}

.pub-info {
    width: 100%;
    background: url(../images/bg2.webp)no-repeat center;
    background-size: cover;
    height: 6.13rem;
    overflow: hidden;
    margin-bottom: 1px;
    margin-top: 1.1rem;
    color: #FFF;
    padding-top: 1.1rem;
}

.pub-info .title {
    
    font-size: .5rem;
    line-height: 1.3;
}

.pub-info .text {
    
    font-weight: bold;
    font-size: .36rem;
    margin-top: .6rem;
}

.pub-info .button {
    margin-top: .6rem;
}

.pub-info .button a {
    line-height: .58rem;
    padding: 0 .3rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: .26rem;
    font-weight: bold;
    
    color: #FFF;
    border: 1px #FFF solid;
}

.pub-info .button a:first-child {
    background-color: #18565d;
    border-color: #18565d;
    margin-right: .2rem;
}

@media (min-width:1025px) {
    .yuyue .select-items:hover {
        background-color: #18565d;
        color: #FFFFFF;
    }
    .pub-info .button a:hover,
    .yuyue .con .card:hover .more {
        text-decoration: underline;
    }
    .yuyue .con .card: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) {
    .yuyue .des {
        padding-right: 0;
        font-size: 17px;
    }
    .yuyue .select-set {
        line-height: 45px;
        font-size: 17px;
    }
    .yuyue .select-block {
        top: 45px;
    }
    .yuyue .select-items,
    .yuyue .form .group .input .car,
    .yuyue .con .card .text {
        font-size: 16px;
    }
    .yuyue .form .group .tit,
    .yuyue .info-con .item .txt-con,
    .yuyue .con .card .more {
        font-size: 18px;
    }
    .yuyue .form .group .input input[type='text'] {
        height: 40px;
        font-size: 15px;
    }
    .yuyue .form .group {
        width: 49%;
    }
    .yuyue .form .group:nth-of-type(3n) {
        margin-right: 2%;
    }
    .yuyue .form .group:nth-child(even) {
        margin-right: 0;
    }
    .yuyue .info-con .item {
        margin-right: .6rem;
        padding-right: .6rem;
    }
    .yuyue .info-con .item .tit,
    .yuyue .con .card .tit {
        font-size: 21px;
    }
    .yuyue .info-con .item .txt-con>div {
        background-position: 0 10px;
    }
    .yuyue .con .card .text {
        height: 150px;
    }
    .yuyue .con .card .more {
        padding: 0 20px;
        line-height: 40px;
    }
    .pub-info .title {
        font-size: 35px;
    }
    .pub-info .text {
        font-size: 25px;
    }
    .pub-info .button a {
        line-height: 40px;
        font-size: 17px;
        padding: 0 30px;
    }
}

@media (max-width:767px) {
    .yuyue .info-con .item {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }
    .yuyue .form .group,
    .yuyue .con .card {
        width: 100%;
        margin-right: 0;
    }
    .yuyue .form .group.code .input input[type='text'] {
        width: 200px;
    }
    .yuyue .form .group.code .Verification img {
        height: 40px;
    }
    .yuyue .form input[type='submit'] {
        font-size: 19px;
        margin-top: 40px;height: .95rem;
    }
    .yuyue .con .card .text {
        height: auto;
    }
    .pub-info {
        display: none;
        height: auto;
        padding-bottom: .8rem;
        padding-top: .8rem;
        margin-top: .5rem;
    }
    .pub-info .title {
        font-size: 31px;
    }
    .pub-info .title br {
        display: none;
    }
    .pub-info .text,
    .pub-info .button {
        margin-top: .4rem;
    }
    .yuyue .con {
        margin-top: .5rem;
    }
}

@media (max-width:540px) {
    .pub-info .title {
        font-size: 24px;
    }
    .pub-info .text {
        font-size: 19px;
    }
    .yuyue .des {
        display: none;
    }
}

.n-banner {
    overflow: hidden;
	margin-top:1.1rem;
}

.n-banner img {
    width: 100%;
}

.n-banner .title {
    position: absolute;
    left: 1.2rem;
    bottom: .4rem;
    color: #FFF;
    font-size: .43rem;
    
    line-height: 1.1;
    text-transform: uppercase;
}

.n-banner .text {
    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%);
    color: #FFF;
    font-size: .4rem;
    
    line-height: 1.4;
    text-transform: uppercase;
}


/* 市场 */

.shichang {
    margin-top: .55rem;
}

.shichang .sidebar {
    line-height: .69rem; 
    font-size: .25rem;
    width: 3.2rem;
    margin-left: .9rem;

}
.shichang .sidebar a {
    border-bottom:1px solid #CCC;  
}
.shichang .sidebar .on {
    color: #18565d;
}

.shichang .content {
    font-size: .2rem; 
}

.shichang .class {
    border-bottom: 1px #000 solid; 
    line-height: 1.3;
    font-size: .31rem;
    text-transform: uppercase;
	  margin-bottom: .3rem;
}

.shichang .class span {
    padding-bottom: .25rem;
}

.shichang .class span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #18565d;
    bottom: -2px;
}

.shichang .title {
    border-bottom: 1px #000 solid; 
    line-height: 1.3;
    font-size: .31rem;
    text-transform: uppercase;
}

.shichang .title span {
    padding-bottom: .25rem;
}

.shichang .title span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #18565d;
    bottom: -2px;
}

.shichang .content .des {
    margin-top: .5rem;
    line-height: 2;
}

.shichang .content .txt { 
    font-size: .23rem;
    line-height: 1.4;
    margin-top: .4rem;
}

.shichang .content .text {
    margin-top: .4rem;
    line-height: 1.8;
}

.shichang .content .con {
    margin-top: .4rem;
}

.shichang .content .con h2 { 
    font-size: .3rem;
    line-height: 1.4;font-weight: bold;
}

.shichang .content .con .card {
    width: 32.5%;
    margin-top: .35rem;
    margin-right: 1%;
}

.shichang .content .con .card:nth-of-type(3n) {
    margin-right: 0;
}

.shichang .content .con .card .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 71%;
}

.shichang .content .con .card .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.shichang .content .con .card .tit {
    line-height: 1.5;
    margin-top: .25rem;
}

@media (max-width:1199px) {
    .shichang{margin-top: .25rem;}
    .shichang .sidebar {
        display:none; width: 100%; flex-wrap: wrap; margin: 0 0 .3rem;
    }
    .shichang .sidebar a{ display: inline-block; padding: 0 .3rem 0 0;font-size: .29rem;line-height: .5rem;}
    .shichang .title {
        font-size: 21px;
    }
    .shichang .content {
        font-size: 16px;
    }
    .shichang .content .txt,
    .shichang .content .con h2 {
        font-size: 19px;
    }
    .n-banner .title {
        left: .3rem;
    }
	
}

@media (max-width:540px) {
    .shichang .content .con .card {
        width: 100%;
        margin-right: 0;
    }
}


/* 关于我们 */

.about {
    margin-top: 1.1rem;
}

.about .home-title {
    font-size: .4rem;
}

.about .des {
    font-size: .22rem;
    
    line-height: 1.6;
    margin-top: .45rem;
    padding-right: 2.8rem;
}

.about .Profile {
    margin-top: 1.3rem;
}

.about .Profile .pic {
    width: 10.23rem;
    height: 6.2rem;
    margin-right: .7rem;
    overflow: hidden;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
}

.about .Profile .title {
    
    line-height: 1.1;
    font-size: .36rem;
    color: #000;
    margin-top: .55rem;
}

.about .Profile .text {
    
    line-height: 1.75;
    margin-top: .5rem;
    font-size: .2rem;
}

.about .more {
    font-size: .22rem;
    
    padding-right: .6rem;
    line-height: 1.2;
}

.about .Profile .more {
    margin-top: .2rem;
}

.about .more::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: .36rem;
    background: url(../images/arrow4.webp)no-repeat center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-size: 100%;
}

.about .con .card {
    margin-top: 1.05rem;
    width: 48.4%;
    overflow: hidden;
    padding-bottom: 1.3rem;
}

.about .con .card .pic {
    width: 100%;
    overflow: hidden;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    height: 4.68rem;
}

.about .con .card .tit {
    
    margin-top: .6rem;
    line-height: 1.1;
    font-size: .36rem;
}

.about .con .card .text {
    font-size: .2rem;
    line-height: 1.75;
    margin-top: .5rem;
}

.about .con .card .more {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about .content {
    background-color: #edecec;
    padding-top: .75rem;
    padding-bottom: .75rem;
    margin-top: 1.5rem;
}

.about .content .pic {
    margin-left: .7rem;
    overflow: hidden;
    width: 10.23rem;
    height: 6.2rem;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
}

.about .content .title {
    
    line-height: 1.1;
    font-size: .36rem;
    color: #000;
    margin-top: 1.1rem;
}

.about .content .text {
    
    line-height: 1.75;
    margin-top: .5rem;
    font-size: .2rem;
}

.about .content .more {
    margin-top: .8rem;
}

.about .pub-info {
    margin-top: 0;
}

@media (min-width:1025px) {
    .about .Profile:hover .pic img,
    .about .con .card:hover .pic img,
    .about .content: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 .Profile:hover .more::after,
    .about .con .card:hover .more::after,
    .about .content:hover .more::after {
        transform: translateX(.15rem);
        -webkit-transform: translateX(.15rem);
        -moz-transform: translateX(.15rem);
        -ms-transform: translateX(.15rem);
        -o-transform: translateX(.15rem);
    }
}

@media (max-width:1199px) {
    .about .des {
        font-size: 16px;
        padding-right: 0;
    }
    .about .Profile .pic {
        width: 50%;
    }
    .about .Profile .title {
        font-size: 27px;
        margin-top: .2rem;
    }
    .about .Profile .text,
    .about .more,
    .about .con .card .text,
    .about .content .text {
        font-size: 15px;
    }
    .about .con .card .tit {
        font-size: 27px;
    }
    .about .content .pic {
        width: 50%;
    }
    .about .content .title {
        font-size: 27px;
        margin-top: .3rem;
    }
}

@media (max-width:767px) {
    .about {
        margin-top: .7rem;
    }
    .about .Profile {
        margin-top: .5rem;
    }
    .about .Profile .pic {
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .about .Profile .text {
        margin-top: .3rem;
    }
    .about .con .card {
        width: 100%;
        margin-top: .4rem;
        margin-right: 0;
        padding-bottom: .5rem;
    }
    .about .con .card .pic {
        height: auto;
    }
    .about .con .card .tit {
        margin-top: .3rem;
    }
    .about .con .card .text {
        margin-top: .3rem;
    }
    .about .content .pic {
        width: 100%;
        height: auto;
        margin-left: 0;
        order: 1;
    }
    .about .content .flex-1 {
        order: 2;
    }
	.shichang .content .text p img.alignright{width: 100% !important;;margin: 0.5em 0;}
	
}

@media (max-width:540px) {
    .about .content .title,
    .about .con .card .tit,
    .about .Profile .title {
        font-size: 25px;
    }
}


/* 服务 */

.Service {
    margin-top: 1.1rem;
}

.Service .pub-info {
    margin-top: 0;
}

.Service .des {
    font-size: .22rem;
    line-height: 1.7;
    margin-top: .35rem;
    padding-right: 2.3rem;
}

.Service .content {
    margin-top: 1.15rem;
}

.Service .content>a .tit {
    font-size: .38rem;
    
    line-height: 1.1;
    color: #000;
}

.Service .content>a .text {
    font-size: .22rem;
    line-height: 1.6;
    margin-top: .48rem;
    color: #000;
}

.Service .content>a .text p:nth-child(2) {
    margin-top: .4rem;
}

.Service .content>a .more {
    background-color: #18565d;
    font-size: .2rem;
    font-weight: bold;
    
    line-height: .54rem;
    padding: 0 .55rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #FFF;
    margin-top: .8rem;
}

.Service .content>a .text-con {
    padding-top: .6rem;
    margin-right: .85rem;
}

.Service .content>a .pic-con {
    padding-right: .3rem;
    z-index: 10;
}

.Service .content>a .pic-con::after {
    content: '';
    position: absolute;
    left: .3rem;
    top: .3rem;
    border-radius: 0 0 .8rem 0;
    -webkit-border-radius: 0 0 .8rem 0;
    -moz-border-radius: 0 0 .8rem 0;
    -ms-border-radius: 0 0 .8rem 0;
    -o-border-radius: 0 0 .8rem 0;
    background-color: #c5d4d7;
    z-index: -1;
    width: 8rem;
    height: 6.38rem;
}

.Service .content>a .pic-con .pic {
    width: 8rem;
    height: 6.38rem;
    border-radius: .8rem 0 .8rem 0;
    -webkit-border-radius: .8rem 0 .8rem 0;
    -moz-border-radius: .8rem 0 .8rem 0;
    -ms-border-radius: .8rem 0 .8rem 0;
    -o-border-radius: .8rem 0 .8rem 0;
    overflow: hidden;
}

.Service .content>a:nth-child(2) {
    margin-top: 1.25rem;
    background-color: #fafafa;
    padding-top: 1.08rem;
    padding-bottom: 1.08rem;
    margin-bottom: 1.54rem;
}

.Service .content>a:nth-child(2) .text-con {
    margin-right: 0;
}

.Service .content>a:nth-child(2) .pic-con {
    margin-right: .85rem;
    padding-right: 0;
    padding-left: .3rem;
}

.Service .content>a:nth-child(2) .pic-con .pic {
    border-radius: 0 .8rem 0 .8rem;
    -webkit-border-radius: 0 .8rem 0 .8rem;
    -moz-border-radius: 0 .8rem 0 .8rem;
    -ms-border-radius: 0 .8rem 0 .8rem;
    -o-border-radius: 0 .8rem 0 .8rem;
}

.Service .content>a:nth-child(2) .pic-con::after {
    left: auto;
    right: .3rem;
    border-radius: 0 0 0 .8rem;
    -webkit-border-radius: 0 0 0 .8rem;
    -moz-border-radius: 0 0 0 .8rem;
    -ms-border-radius: 0 0 0 .8rem;
    -o-border-radius: 0 0 0 .8rem;
}

.pub-map {
    background-color: #f2f2f2;
    margin-top: 2.3rem;
    padding-top: .5rem;
    padding-bottom: .6rem;
}

.pub-map .map img {
    height: 1.05rem;
}

.pub-map .tit {
    font-size: .22rem;
    
    line-height: 1.1;
    margin-top: .25rem;
}

.pub-map .title {
    line-height: 1.1;
    margin-top: .3rem;
    
    font-size: .29rem;
    color: #000;
}

.pub-map .title span {
    color: #18565d;
}

.pub-map .text {
    font-size: .21rem;
    line-height: 1.6;
    padding-right: 3rem;
    padding-left: 3rem;
    margin-top: .35rem;
}

.pub-map .more {
    color: #18565d;
    
    font-size: .18rem;
    margin-top: .4rem;
    background: url(../images/more2.webp)no-repeat right center;
    background-size: .34rem;
    line-height: .34rem;
    padding-right: .5rem;
}
 
@media (min-width:1025px) {
    .Service .content>a:hover .pic-con .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 .content>a:hover .more {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
 
    .Service .des {
        font-size: 16px;
        padding-right: 0;
    }
    .Service .content>a .tit {
        font-size: 27px;
    }
    .Service .content>a .text {
        font-size: 17px;
    }
    .Service .content>a .text-con {
        padding-top: .2rem;
        margin-right: .3rem;
    }
    .Service .content>a .text p:nth-child(2) {
        margin-top: .2rem;
    }
    .Service .content>a .more {
        font-size: 16px;
        line-height: 40px;
        margin-top: .3rem;
    }
    .pub-map .tit,
    .pub-map .text,
    .pub-map .more {
        font-size: 15px;
    }
    .pub-map .title {
        font-size: 21px;
    }
}

@media (max-width:950px) {
    .Service .content>a .pic-con {
        width: 100%;
        margin-right: 0 !important;
        order: 1 !important;
    }
    .Service .content>a .text-con {
        margin-right: 0;
        order: 2 !important;
        margin-top: .5rem;
    }
    .Service .content>a .pic-con .pic {
        width: 100%;
        height: auto;
    }
    .Service .content>a .pic-con::after {
        width: 96%;
        height: 100%;
    }
    .pub-map .text {
        padding-left: 0;
        padding-right: 0;
    }
    .pub-map {
        margin-top: 1rem;
    }
}

@media (max-width:767px) {
    .Service {
        margin-top: .7rem;
    }
    .Service .content {
        margin-top: .6rem;
    }
    .Service .content>a:nth-child(2) {
        margin-top: .6rem;
        margin-bottom: .6rem;
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
}


/* 视频 */

.video {
    margin-top: .6rem;
}

.video .home-title {
    font-size: .4rem;margin-bottom: .6rem;
}

.video .des {
    margin-top: .3rem;
    padding-right: 6.7rem;
    line-height: 1.8;
}

.video .content {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-md);
}

 
 
.video .content .card .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 59%;
}

.video .content .card .pic img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.video .content .card .pic span {
    position: absolute;
    right: .35rem;
    bottom: .35rem;
    width: .43rem;
    height: .43rem;
    background: url(../images/play1.webp)no-repeat center;
    z-index: 10;
    background-size: 100%;
}

.video .content .card .tit {
    font-size: .22rem;
    
    line-height: 1.4;
    margin-top: .2rem;
}

.video .content .card:nth-of-type(3n) {
    margin-right: 0;
}

.page {
    margin-top: .5rem;
}

.page a {
    border: 1px #6c6c6c solid;
    line-height: .5rem;
    width: .5rem;
    border: 1px #6d6d6d solid;
    margin-right: .05rem;
    background-color: #FFF;
}

.page a:last-child {
    margin-right: 0;
}

.page a.on {
    background-color: #18565d;
    color: #FFF;
}

.page .prev {
    background: #FFF url(../images/prev.webp)no-repeat center;
}

.page .next {
    background: #FFF url(../images/next1.webp)no-repeat center;
}

@media (min-width:1025px) {
    .video .content .card: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);
    }
    .page a:hover {
        background-color: #18565d;
        color: #FFF;
    }
    .page .prev:hover,
    .page .next:hover {
        background-color: #FFF;
    }
}

@media (max-width:1199px) {
    .video .des {
        font-size: 16px;
        padding-right: 0;
    }
    .video .content .card .tit {
        font-size: 17px;
    }
}

@media (max-width:950px) {
     
   .video .content {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-md);
}
}

@media (max-width:540px) {
    .video .content .card {
        width: 100%;
        margin-right: 0;
        margin-bottom: .3rem;
    }
}


/* 新闻 */

.news .home-ser {
    margin-top: 0;
}

.news .sub {
    margin-top: .8rem;
    
    line-height: 1.1;
    border-bottom: 6px #d3d6d6 solid;
}

.news .sub a {
    padding: 0 .5rem;
    font-size: .34rem;
    padding-bottom: .35rem;
}

.news .sub a:last-child {
    margin-right: 0;
}

.news .sub a.on {
    color: #18565d;
}

.news .sub a.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 6px;
    background-color: #18565d;
}

.news .list .item {
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
    margin-top: .5rem;
}

.news .list .item:nth-of-type(3n) {
    margin-right: 0;
}

.news .list .item .pic {
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
}

.news .list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.news .list .item .date {
    
    color: #666;
    font-size: .15rem;
    line-height: 1.1;
    margin-top: .25rem;
}

.news .list .item .tit {
    font-size: .23rem;
    
    margin-top: .25rem;
    line-height: 1.4;
    height: .66rem;
}

.news .list .item .more {
    
    font-size: .19rem;
    line-height: 1.1;
    margin-top: .55rem;
    text-decoration: underline;
}

.news .page {
    margin-top: 1.4rem;
    margin-bottom: .8rem;
}

.news-details {
    background-color: #f2f2f2;
}

.news-details .news {
    background-color: #FFF;
    padding-top: 1.05rem;
}

.news-details .news .container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

.news-details .news .title {
    font-size: .37rem;
    
    margin-bottom: .2rem;
}

.news-details .home-ser {
    margin-top: 1.1rem;
}

.news-details .wrap {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    background-color: #FFF;
    padding: .3rem .8rem 1.2rem .8rem;
}

.news-details .crumbs {
    font-size: .14rem;
    line-height: 1.2;
}

.news-details .crumbs a {
    color: #333;
}

.news-details .crumbs span {
    
    color: #000;
}

.news-details .back {
    
    font-size: .31rem;
    line-height: 1.1;
    text-transform: capitalize;
    padding-left: .3rem;
    cursor: pointer;
}

.news-details .back::before {
    content: '';
    position: absolute;
    left: 0;
    width: .24rem;
    top: 0;
    height: 100%;
    background: url(../images/arrow.svg)no-repeat center;
    background-size: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.news-details h1 {
    font-size: .26rem;
    
    line-height: 1.5;
    margin-top: .45rem;
}

.news-details .info {
    color: #666;
    
    border-bottom: 1px #d7dbda solid;
    line-height: 2.5;
    padding-bottom: .2rem;
}

.news-details .info span {
    margin: 0 .1rem
}

.news-details .body {
    margin-top: .4rem;
    font-size: .2rem;
    line-height: 1.8;
}

.news-details .body img {
    max-width: 100%;
}

@media (min-width:1025px) {
    .news .list .item:hover .pic img,
    .home-news .swiper-slide:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .news .sub a:hover::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 100%;
        height: 6px;
        background-color: #18565d;
    }
}

@media (max-width:1199px) {
    .news .sub a {
        font-size: 25px;
    }
    .news .list .item .date,
    .news .list .item .more {
        font-size: 14px;
    }
    .news .list .item .tit {
        font-size: 18px;

    }
    .page a {
        line-height: 40px;
        width: 40px;
        font-size: 15px;
    }
    .news-details .wrap {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
    }
    .news-details .crumbs {
        font-size: 14px;
    }
    .news-details .back {
        font-size: 25px;
    }
    .news-details h1 {
        font-size: 19px;
    }
    .news-details .body {
        font-size: 15px;
    }
    .news-details .news .container {
        padding-left: .3rem;
        padding-right: .3rem;
    }
    .news-details .news .title {
        font-size: 22px;
    }
}

@media (max-width:950px) {
    .news .list .item {
        width: 49%;
        margin-right: 2%;
    }
    .news .list .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .news .list .item:nth-child(even) {
        margin-right: 0;
    }
    .news-details .wrap {
        padding-left: .4rem;
        padding-right: .4rem;
        margin-left: .3rem;
        margin-right: .3rem;
    }
    .news-details .back {
        font-size: 17px;
    }
}

@media (max-width:540px) {
    .news .list .item {
        width: 100%;
        margin-right: 0;
    }
}


/* 产品封面 */

.Products-home {
    margin-top: .65rem;
}

.Products-home .title1 {
    font-size: .44rem;
    text-align:center;
    line-height: 1.1;
    color: #000;
}

.Products-home .des {
    font-size: .19rem;
    line-height: 1.7;
    margin-top: .4rem;
    margin-bottom: 0.7rem;
	text-align:center;
}

.Products-home .pub-info,
.Products-home .pub-map,
.Products-home .home-ser {
    margin-top: 0;
}

.Products-home .wrap {
    margin-top: 0.4rem;
}
.Products-home .wrap {
       display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: var(--spacing-md);
			  }
.Products-home .wrap .item {
padding:0.45rem 0.3rem;
            background-color: white;
            border-radius: var(--border-radius);
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s, box-shadow 0.3s;
        }

.Products-home .wrap .item:hover {
            transform: translateY(-0.1rem);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }


 
.Products-home .wrap .item .txt {
    font-size: .3rem;
	border-bottom:1px solid #18565d;
	padding-bottom:0.3rem;
	text-transform: uppercase; 
}

.Products-home .wrap .item .txt img {
    max-height: .32rem;
    margin-right: .1rem;
}

.Products-home .wrap .item .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 76%;
    margin-top: .3rem;
}

.Products-home .wrap .item .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
 
    max-width: 100%;
    max-height: 100%;
	 transform: translate(-50%, -50%) scale(0.9);
        -webkit-transform: translate(-50%, -50%) scale(0.9);
        -moz-transform: translate(-50%, -50%) scale(0.9);
        -ms-transform: translate(-50%, -50%) scale(0.9);
        -o-transform: translate(-50%, -50%) scale(0.9);
}
.Products-home .wrap .item:nth-child(2) .pic img{ transform: translate(-50%, -50%) scale(1.0);
        -webkit-transform: translate(-50%, -50%) scale(1.0);
        -moz-transform: translate(-50%, -50%) scale(1.0);
        -ms-transform: translate(-50%, -50%) scale(1.0);
        -o-transform: translate(-50%, -50%) scale(1.0);}
		
.Products-home .wrap .item:nth-child(3) .pic img{ transform: translate(-50%, -50%) scale(1.15);
        -webkit-transform: translate(-50%, -50%) scale(1.15);
        -moz-transform: translate(-50%, -50%) scale(1.15);
        -ms-transform: translate(-50%, -50%) scale(1.15);
        -o-transform: translate(-50%, -50%) scale(1.15);}
.Products-home .wrap .item:nth-child(4) .pic img,.Products-home .wrap .item:nth-child(5) .pic img,.Products-home .wrap .item:nth-child(6) .pic img{ transform: translate(-50%, -50%) scale(1.15);
        -webkit-transform: translate(-50%, -50%) scale(1.15);
        -moz-transform: translate(-50%, -50%) scale(1.15);
        -ms-transform: translate(-50%, -50%) scale(1.15);
        -o-transform: translate(-50%, -50%) scale(1.15);}
		
.Products-home .wrap .item .tit {
    font-size: .28rem;
    
    line-height: 1.35;
    margin-top: .2rem;
    height: 76px;
		border-bottom:1px solid #18565d;
	padding-bottom:0.3rem;
	text-transform: uppercase; 
}

.Products-home .wrap .item .text {
    margin-inline-end: .2rem;
    font-size: .18rem;
    line-height: 1.6;
    margin-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.Products-home .wrap .item .more {
   padding: .1rem .3rem;
          
            border-radius: var(--border-radius);
            font-size: .2rem;
            font-weight: 500;
            transition: all 0.3s;
        background-color: var(--primary-color);
            color: white;
    margin: .3rem 0 0;
    width: 100%;
    text-align: center;
}


/* 列表 */

.Products-list .pub-info {
    margin-top: 0;
}

.Products-list .pro-sub {
    margin-top: .35rem;
}

.Products-list .pro-sub a {
    width: 2.25rem;
    height: 1.16rem;
    border-top: 1px #18565d solid;
    border-bottom: 1px #18565d solid;
    background-position: center;
    background-repeat: no-repeat;
}

.Products-list .pro-sub .p1 {
    background-image: url(../images/p1.webp);
    background-size: auto .47rem;
}

.Products-list .pro-sub .p1.on {
    background-image: url(../images/p1-on.webp);
    background-color: #18565d;
}

.Products-list .pro-sub .p2 {
    background-image: url(../images/p2.webp);
    background-size: auto .52rem;
}

.Products-list .pro-sub .p2.on {
    background-image: url(../images/p2-on.webp);
    background-color: #18565d;
}

.Products-list .pro-sub .p3 {
    background-image: url(../images/p3.webp);
    background-size: auto .4rem;
}

.Products-list .pro-sub .p3.on {
    background-image: url(../images/p3-on.webp);
    background-color: #18565d;
}

.Products-list .pro-sub .p4 {
    background-image: url(../images/p4.webp);
    background-size: auto .47rem;
}

.Products-list .pro-sub .p4.on {
    background-image: url(../images/p4-on.webp);
    background-color: #18565d;
}

.Products-list .pro-sub .p5 {
    background-image: url(../images/p5.webp);
    background-size: auto .5rem;
}

.Products-list .pro-sub .p5.on {
    background-image: url(../images/p5-on.webp);
    background-color: #18565d;
}

.Products-list .pro-sub .p6 {
    background-image: url(../images/p6.webp);
    background-size: auto .46rem;
}

.Products-list .pro-sub .p6.on {
    background-image: url(../images/p6-on.webp);
    background-color: #18565d;
}

.Products-list .pro-sub .p7 {
    background-image: url(../images/p7.webp);
    background-size: auto .47rem;
}

.Products-list .pro-sub .p7.on {
    background-image: url(../images/p7-on.webp);
    background-color: #18565d;
}

.Products-list .wrap {
    background-color: #f6f6f6;
    margin-top: .48rem;
    padding-top: .7rem;
    padding-bottom: 1.2rem;
}

.Products-list .wrap .home-title {
    font-size: .4rem;
    margin-right: .6rem;
}

.Products-list .wrap .txt {
    font-size: .23rem;
    
    line-height: 1.1;
}

.Products-list .wrap .des {
    margin-top: .3rem;
    line-height: 1.7;
    font-size: .21rem;
    padding-right: 3rem;
}

.Products-list .wrap ul {
    margin-top: .3rem;
}

.Products-list .wrap li {
    width: 31.2%;
    margin-right: 2.9%;
    background-color: #FFF;
    margin-top: .5rem;
}

.Products-list .wrap li:nth-of-type(3n) {
    margin-right: 0;
}

.Products-list .wrap li .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 67.8%;
}

.Products-list .wrap li .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.Products-list .wrap li .text-con {
    padding: .35rem .3rem .4rem .3rem;
}

.Products-list .wrap li .tit {
    
    font-size: .26rem;
    line-height: 1.4;
}

.Products-list .wrap li .mod {
    
    color: #666666;
    line-height: 1.7;
    margin-top: .23rem;
    font-size: .16rem;
}

.Products-list .wrap li .button {
    margin-top: .35rem;
    line-height: .52rem;
}

.Products-list .wrap li .button>a {
    border: 1px #18565d solid;
    
    font-size: .18rem;
    color: #18565d;
}

.Products-list .wrap li .button>a.more {
    background-color: #18565d;
    color: #FFF;
    width:100%;
	border-radius: 8px;
          box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.Products-list .wrap li .button>a:first-child {
    
}

.Products-list .wrap li .button>a:first-child::after {
    content: '';
    width: .4rem;
    height: .4rem;
    background: url(../images/tel2.webp)no-repeat center;
    background-size: 100%;
    margin-left: .2rem;
}

.Products-list .page {
    margin-top: 1.2rem;
}

@media (min-width:1025px) {
    .Products-home .wrap .item:hover .pic img {
        transform: translate(-50%, -50%) scale(1.05);
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -moz-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        -o-transform: translate(-50%, -50%) scale(1.05);
    }
    .Products-list .wrap li:hover .pic img,
    .pro-details .Related .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);
    }
    .Products-list .pro-sub .p1:hover {
        background-image: url(../images/p1-on.webp);
        background-color: #18565d;
    }
    .Products-list .pro-sub .p2:hover {
        background-image: url(../images/p2-on.webp);
        background-color: #18565d;
    }
    .Products-list .pro-sub .p3:hover {
        background-image: url(../images/p3-on.webp);
        background-color: #18565d;
    }
    .Products-list .pro-sub .p4:hover {
        background-image: url(../images/p4-on.webp);
        background-color: #18565d;
    }
    .Products-list .pro-sub .p5:hover {
        background-image: url(../images/p5-on.webp);
        background-color: #18565d;
    }
    .Products-list .pro-sub .p6:hover {
        background-image: url(../images/p6-on.webp);
        background-color: #18565d;
    }
    .Products-list .pro-sub .p7:hover {
        background-image: url(../images/p7-on.webp);
        background-color: #18565d;
    }
    .Products-list .wrap li .button>a:hover,
    .pro-details .Related .swiper-slide .button>a:hover {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    .Products-home .title1 {
        font-size: 25px;
    }
    .Products-home .des,
    .Products-list .wrap .des {
        padding-right: 0;
        font-size: 17px;display: none;
    }
    .Products-home .wrap .item .txt,
    .Products-list .wrap li .tit {
        font-size: 24px;
    }
    .Products-home .wrap .item .tit {
        font-size: 19px;
        height: 52px;
    }
    .Products-home .wrap .item .text,
    .Products-home .wrap .item .more {
        font-size: 15px;
    }
    .Products-list .pro-sub {
        justify-content: flex-start;
    }
    .Products-list .pro-sub a {
        width: 23%;
        margin: .15rem 1%;
    }
    .Products-list .wrap .txt {
        font-size: 17px;
    }
    .Products-list .wrap li {
        width: 48.5%;
        margin-right: 3%;
    }
    .Products-list .wrap li:nth-of-type(3n) {
        margin-right: 3%;
    }
    .Products-list .wrap li:nth-child(even) {
        margin-right: 0;
    }
    .Products-list .wrap li .mod,
    .Products-list .wrap li .button>a {
        font-size: 15px;
    }
    .Products-list .wrap li .button>a {
        line-height: 40px;
    }
    .Products-list .wrap li .button>a.more {
        width: 135px;
    }
    .pc-banner {
        display: none;
    }
    .mb-banner {
        display: block;
    }
}

@media (max-width:950px) {
    .Products-home .title1 {
        font-size: 21px;
    }
    .Products-home .wrap .item {
        width: 47.5%;
    }
    .Products-home .wrap .item:nth-of-type(3n) {
        margin-right: 5%;
    }
    .Products-home .wrap .item:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .Products-list .wrap li {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width:540px) {
    .Products-home .wrap .item {
        width: 100%;
        margin-right: 0;
    }
}


/* 配件 */

.Parts .box {
    background-color: #f4f5f6;
    padding-top: .15rem;
    padding-bottom: 1rem;
}

.Parts .box .subnav a {
    line-height: .58rem;
    border: 1px #18565d solid;
    margin: .15rem .05rem;
    padding: 0 .4rem;
    
    font-size: .21rem;
}

.Parts .box .subnav a.on {
    background-color: #18565d;
    color: #FFF;
}

.Parts .title-con {
    background-color: #FFF;
    margin-top: .3rem;
    padding: .3rem;
}

.Parts .title-con .pic {
    width: 3.1rem;
    height: 2.55rem;
    margin-right: .6rem;
}

.Parts .title-con .pic img {
    max-width: 90%;
    max-height: 90%;
}

.Parts .title-con .text-con {
    padding-right: .5rem;
}

.Parts .title-con .tit {
    
    line-height: 1.6;
    font-size: .3rem;
    color: #000;
}

.Parts .title-con .tit span {
    border-bottom: 2px #000 solid;
    padding-bottom: .1rem;
}

.Parts .title-con .text {
    margin-top: .25rem;
    line-height: 1.7;
    font-size: .18rem;
}

.Parts .list .item {
    width: 19.5%;
    margin-right: 0.6%;
    margin-top: .44rem;
}

.Parts .list .item:nth-of-type(5n) {
    margin-right: 0;
}

.Parts .list .item .pic {
    width: 100%;
    padding-top: 80%;
    background-color: #FFF;
    border: 1px #bcbbbb solid;
}

.Parts .list .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: 85%;
    max-height: 75%;
}

.Parts .list .item .tit {
    font-size: .23rem;
    line-height: 1.1;
    margin-top: .25rem;
    
}

.Parts .list .item .text {
    
    color: #000;
    margin-top: .15rem;font-size: 0.20rem;
}

.Parts .con {
    margin-top: .7rem;
    margin-bottom: .5rem;
}

.Parts .con .title {
    font-size: .36rem;
    line-height: 1.1;
    
    text-transform: uppercase;
    margin-top: .7rem;
}

.Parts .con .txt {
    margin-top: .45rem;
    line-height: 1.6;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.Parts .con .pic-con {
    margin-top: .5rem;
}

.Parts .con .pic {
    width: 32.3%;
    margin-top: .2rem;
    margin-right: 1.5%;
    overflow: hidden;
    padding-top: 23.5%;
}

.Parts .con .pic:nth-of-type(3n) {
    margin-right: 0;
}

.Parts .con .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.Parts-details .crumbs-con {
    background-color: #ebebeb;
    width: 100%;
    height: .6rem;
}

.Parts-details .crumbs {
    font-size: .18rem;
    
    color: #888888;
}

.Parts-details .crumbs a {
    color: #888;
}

.Parts-details .crumbs span {
    color: #18565d;
}

.Parts-details .crumbs-con .title {
    font-size: .23rem;
    
    color: #000;
    line-height: 1.2;
}

.Parts-details .sidebar {
    width: 3.2rem;
    margin-top: .6rem;
    margin-left: 1rem;
}

.Parts-details .sidebar .title {
    text-transform: uppercase;
    line-height: 1.1;
    
    font-size: .26rem;
    margin-bottom: .35rem;
}

.Parts-details .sidebar .item {
    margin-bottom: .2rem;
}

.Parts-details .sidebar .item .pic {
    width: 100%;
    height: 2.2rem;
    border: 1px #e3e2e1 solid;
    overflow: hidden;
}

.Parts-details .sidebar .item .pic img {
    max-width: 90%;
    max-height: 75%;
}

.Parts-details .sidebar .item .tit {
    font-size: .21rem;
    line-height: 1.1;
    margin-top: .25rem;
    
}

.Parts-details .sidebar .item .text {
    
    color: #000;
    margin-top: .05rem;
    font-size: .18rem;
}

.Parts-details .content {
    /* margin-right: 1rem; */
    margin-top: .6rem;
}

.Parts-details .content .info-con .pic {
    width: 5.5rem;
    height: 4.33rem;
    border: 1px #e3e2e1 solid;
    margin-right: .6rem;
}

.Parts-details .content .info-con .pic img {
    max-width: 90%;
    max-height: 90%;
}

.Parts-details .content .info-con h1 {
    font-size: .3rem;
    
    line-height: 1.2;
    margin-top: .1rem;
}

.Parts-details .content .info-con .text {
    font-size: .18rem;
    line-height: 1.6;
    border-top: 1px #e3e2e1 solid;
    border-bottom: 1px #e3e2e1 solid;
    color: #666;
    padding: .20rem 0;
    margin-top: .4rem;
    margin-bottom: .2rem;
}

.Parts-details .content .info-con .mod {
    font-size: .17rem;
    color: #666;
    
    line-height: 2;
}

.Parts-details .content .info-con .mod span {
    color: #333;
}

.Parts-details .content .info-con .button {
    margin-top: .25rem;
}

.Parts-details .content .info-con .button a {
    line-height: .56rem;
    color: #FFF;
    
    font-size: .18rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #18565d;
    padding: 0 .3rem;
    margin-right: .2rem;
}

.Parts-details .content .info-con .button a:last-child {
    margin-right: 0;
    background-color: #18565d;
}

.Parts-details .content .info-con .button a:first-child::before {
    content: '';
    width: .22rem;
    height: .22rem;
    margin-right: .1rem;
    background: url(../images/icon8.webp)no-repeat center;
    background-size: 100%;
}

.Parts-details .content .info-con .button a:last-child::before {
    content: '';
    width: .26rem;
    height: .26rem;
    margin-right: .1rem;
    background: url(../images/icon9.webp)no-repeat center;
    background-size: 100%;
}

.Parts-details .content .body {
    margin-top: .5rem;
}

.Parts-details .content .body h2 {
    border-bottom: 2px #18565d solid;
}

.Parts-details .content .body h2 span {
    background-color: #18565d;
    color: #FFF;
    line-height: .6rem;
    font-size: .22rem;
    
    text-transform: uppercase;
    padding: 0 .45rem;
}

.Parts-details .content .body .con {
    line-height: 1.5;
    margin-top: .5rem;
}

.Parts-details .content .body .con img {
    max-width: 100%;
}

.Parts-details .form-content {
    margin-top: 1rem;
}

.Parts-details .form-content .title {
    
    line-height: 1.1;
    font-size: .32rem;
    text-transform: uppercase;
}

.Parts-details .form-content .form {
    margin-top: .4rem;margin-bottom: .5rem;
}

.Parts-details .form-content .group {
    margin-right: .25rem;
    margin-top: .25rem;
}

.Parts-details .form-content .group:last-child {
    margin-right: 0;
}

.Parts-details .form-content .group .tit {
    font-size: .21rem;
    
    line-height: 1.1;
}

.Parts-details .form-content .group .tit span {
    color: #18565d;
}

.Parts-details .form-content .group input[type='text'] {
    width: 100%;
    height: .58rem;
    border: 1px #dadada solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: .15rem;
    padding-left: .2rem;
    color: #18565d;
    font-size: .21rem;
    
}

.Parts-details .form-content .group textarea {
    width: 100%;
    padding: .2rem .15rem;
    border: 1px #dadada solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: .15rem;
    height: 1.5rem;
    color: #18565d;
    font-size: .21rem;
    
}

.Parts-details .form-content .code {
    margin-top: .15rem;
}

.Parts-details .form-content .code input[type='text'] {
    width: 3.5rem;
    margin-top: 0;
    margin-right: .2rem;
}

.Parts-details .form-content .code img {
    height: .58rem;
}

.Parts-details .form-content input[type='submit'] {
    width: 3.5rem;
    height: .58rem;
    background-color: #18565d;
    color: #FFF;
    text-transform: uppercase;
    font-size: .22rem;
    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: .4rem;border: 0;
}

@media (min-width:1025px) {
    .Parts .box .subnav a:hover {
        background-color: #18565d;
        color: #FFF;
    }
    .Parts .list .item:hover .pic img {
        transform: scale(1.05) translate(-50%, -50%);
        -webkit-transform: scale(1.05) translate(-50%, -50%);
        -moz-transform: scale(1.05) translate(-50%, -50%);
        -ms-transform: scale(1.05) translate(-50%, -50%);
        -o-transform: scale(1.05) translate(-50%, -50%);
    }
    .Parts-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) {
    .Parts .box .subnav a {
        font-size: 16px;
        line-height: 36px;
    }
    .Parts .title-con .tit,
    .Parts-details .sidebar .title {
        font-size: 21px;
    }
    .Parts .title-con .text,
    .Parts-details .crumbs,
    .Parts-details .content .info-con .text,
    .Parts-details .content .info-con .mod,
    .Parts-details .content .info-con .button a,
    .Parts-details .form-content .group input[type='text'],
    .Parts-details .form-content .group textarea {
        font-size: 15px;
    }
    .Parts .list .item {
        width: 23.5%;
        margin-right: 2%;
    }
    .Parts .list .item:nth-of-type(5n) {
        margin-right: 2%;
    }
    .Parts .list .item:nth-of-type(4n) {
        margin-right: 0;
    }
    .Parts .list .item .tit,
    .Parts-details .crumbs-con .title,
    .Parts-details .sidebar .item .tit {
        font-size: 18px;
    }
    .Parts-details .content .info-con .pic {
        margin-right: .4rem;
        height: auto;
    }
    .Parts-details .content .info-con h1 {
        font-size: 19px;
    }
    .Parts-details .form-content .title {
        font-size: 27px;
    }
    .Parts-details .form-content .group .tit,
    .Parts-details .form-content input[type='submit'] {
        font-size: 17px;
    }
    .Parts-details .form-content .group input[type='text'],
    .Parts-details .form-content .code img,
    .Parts-details .form-content input[type='submit'],
    .Parts-details .content .info-con .button a {
        height: 40px;
    }
    .Parts-details .content .body h2 span {
        font-size: 19px;
        line-height: 40px;
    }
}

@media (max-width:950px) {
    .Parts .list .item {
        width: 49%;
    }
    .Parts .list .item .text{ font-size: .23rem;}
    .Parts .list .item:nth-child(even) {
        margin-right: 0;
    }
    .Parts-details .sidebar {
        display: none;
    }
    .Parts-details .content {
        margin-right: 0;margin-top: .2rem;
    }
    .Parts .con .txt {
        padding-left: 0;
        padding-right: 0;
    }
    .Parts .con .pic {
        width: 49%;
        margin-right: 2%;
        padding-top: 35%;
    }
    .Parts .con .pic:nth-of-type(3n) {
        margin-right: 0
    }
    .Parts .con .pic:nth-child(even) {
        margin-right: 0;
    }
    .Parts .con .pic:last-child {
        display: none;
    }
}

@media (max-width:767px) {
    .n-banner .text {
        font-size: 24px;
    }
    .Parts .n-banner img,
    .Parts-details .n-banner img {
        height: 2rem;
    }
    .Parts .title-con {
        display: none;
    }
    .Parts .title-con .pic {
        width: 100%;
        margin-right: 0;
    }
    .Parts-details .content .info-con h1 {
        display: none;
    }
    .Parts-details .content .info-con .mb-show {
        display: block;text-align: center;width: 100%;
    }
    .Parts-details .content .info-con .pic {
        width: 100%;
        margin-right: 0;
        padding-top: 66%;
        margin-top: .3rem;
    }
    .Parts-details .content .info-con .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%);
    }
    .Parts-details .form-content .title {
        font-size: 20px;
    }
}

@media (max-width:540px) {
    .n-banner .text {
        font-size: 18px;
        width: 90%;
    }
    .n-banner .text br {
        display: none;
    }
    .Parts .box .subnav a {
       
        margin-bottom: 0;
    }
    .Parts .box .subnav a:nth-child(even),
    .Parts-details .form-content .group {
     
    }
    .Parts-details .form-content .group-con {
        display: block;
    }
    .Parts-details .crumbs {
        display: none;
    }
    .Parts .con .pic {
        width: 100%;
        margin-right: 0;
        padding-top: 65%;
    }
    .Parts .con .pic:last-child {
        display: block;
    }
    .Parts-details .content .body h2 span {
        font-size: 17px;
        line-height: 38px;
        padding: 0 .2rem;
    }
}


/* 产品详情 */

.pro-details .content {
    background-color: #f4f5f6;
    
    padding-bottom: .7rem;
}

.pro-details .crumbs-con {
    line-height: .8rem;
    
}

.pro-details .content .back {
    color: #000;
    font-size: .18rem;
    background: url(../images/back.webp)no-repeat left center;
    padding-left: .4rem;
    padding-right: .2rem;
    margin-right: .2rem;
    background-size: .24rem;
}

.pro-details .content .back::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: 1px;
    height: .3rem;
    background-color: #9a9b9b;
}

.pro-details .content .crumbs {
    font-size: .15rem;
    color: #666;
}

.pro-details .content .crumbs span {
    color: #18565d;
}

.pro-details .content .crumbs a {
    color: #666;
}

.pro-details h1 {
    font-size: .46rem;
    
    line-height: 1.1;
    margin-top: .05rem;
    text-transform: uppercase;
}

.pro-details .content .info {
    font-size: .23rem;
    line-height: 1.1;
    margin-top: .2rem;
}

.pro-details .content .info-con {
    margin-top: .8rem;
}

.pro-details .content .info-con .focus {
    width: 9.4rem;
    margin-right: .6rem;
}

.pro-details .content .info-con .focus .swiper-slide {
    width: 100%;
    overflow: hidden;
    padding-top: 66%;
}

.pro-details .content .info-con .focus .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
}

.pro-details .content .info-con .focus .swiper-container {
    padding-bottom: .45rem;
}

.pro-details .content .info-con .focus .swiper-pagination {
    bottom: 0;
}

.pro-details .content .info-con .focus .swiper-pagination-bullet {
    width: .18rem;
    height: .18rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #a7a7a7;
    margin: 0 .08rem;
    opacity: 1;
}

.pro-details .content .info-con .focus .swiper-pagination-bullet-active {
    background-color: #18565d;
}

.pro-details .content .info-con .title {
    background-color: #FFF;
    
    font-size: .29rem;
    line-height: .75rem;
    margin-top: .05rem;
    padding-left: .2rem;
    margin-bottom: .3rem;
}

.pro-details .content .info-con .text {
    font-size: .24rem;
    line-height: .51rem;
    padding-left: .2rem;
}

.pro-details .content .info-con .text span {
    
    width: 3.5rem;
}

.pro-details .content .info-con .text>div {
    
}

.pro-details .content .info-con .des {
    font-size: .22rem;
    line-height: 1.6;
    margin-top: .4rem;
    padding-left: .2rem;
}

.pro-details .content .info-con .button {
    margin-top: .3rem;
    padding-left: .2rem;
}

.pro-details .content .info-con .button a {
    line-height: .56rem;
    color: #FFF;
    
    font-size: .18rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #18565d;
    padding: 0 .2rem;
    margin-right: .2rem;
}

.pro-details .content .info-con .button a:last-child {
    margin-right: 0;
    background-color: #18565d;
}

.pro-details .content .info-con .button a:first-child::before {
    content: '';
    width: .22rem;
    height: .22rem;
    margin-right: .1rem;
    background: url(../images/icon8.webp)no-repeat center;
    background-size: 100%;
}

.pro-details .content .info-con .button a:last-child::before {
    content: '';
    width: .26rem;
    height: .26rem;
    margin-right: .1rem;
    background: url(../images/icon9.webp)no-repeat center;
    background-size: 100%;
}

.pro-details .p-title {
    font-size: .34rem;
    
    line-height: 1.2;
    text-transform: uppercase;
}

.pro-details .p-title span {
    border-bottom: 2px #000 solid;
    padding-bottom: .15rem;
}

.pro-details .Vehicle {
    margin-top: 1.05rem;
}

.pro-details .Vehicle .pic {
    width: 8.28rem;
}

.pro-details .Vehicle .pic .play {
    position: absolute;
    right: .5rem;
    bottom: .3rem;
    border: 2px #FFF solid;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url(../images/play.webp)no-repeat center;
    cursor: pointer;
}

.pro-details .Vehicle .text-con {
    margin-right: .8rem;
}

.pro-details .Vehicle .p-title {
    margin-top: .3rem;
}

.pro-details .Vehicle .txt {
    line-height: 2.1;
    margin-top: .4rem;
}

.pro-details .Technical {
    margin-top: 1rem;
}

.pro-details .Technical .con {
    margin-top: .6rem;
    line-height: 1.7;font-size: .22rem;
}

.pro-details .Technical .con img {
    max-width: 100%;
}

.pro-details .v-Details {
    margin-top: 1.05rem;
}

.pro-details .v-Details .card {
    margin-top: .1rem;
    width: calc(33.333% - .07rem);
    margin-right: .1rem;
    padding-top: 22%;
    overflow: hidden;
}

.pro-details .v-Details .card:nth-of-type(3n) {
    margin-right: 0;
}

.pro-details .v-Details .card img {
    position: absolute;
    left: 0;
    top: 0;
}

.pro-details .v-Details .card .txt {
    color: #FFF;
    font-size: .28rem;
    
    position: absolute;
    left: .4rem;
    bottom: .3rem;
    line-height: 1.2;
    z-index: 10;
    height: 0.7rem;
}

.pro-details .v-Details .box {
    margin-top: .5rem;
}

.pro-details .form-content {
    margin-top: 1.35rem;margin-bottom: 1rem;
}

.pro-details .form {
    margin-top: .6rem;
}

.pro-details .form .group {
    margin-right: 2%;
    width: 32%;
}

.pro-details .form .group:nth-of-type(3n),
.pro-details .form .group:last-child {
    margin-right: 0;
}

.pro-details .form .group .tit {
    font-size: .19rem;
    
    color: #000;
    line-height: 1.2;
}

.pro-details .form .group .tit span {
    color: #ed1b24;
}

.pro-details .form .group .input {
    margin-top: .2rem;
}

.pro-details .form .group .input input[type='text'] {
    width: 100%;
    background-repeat: no-repeat;
    background-position: .2rem center;
    background-color: #eceff3;
    height: .58rem;
    padding-left: .6rem;
    font-size: .17rem;
    color: #7b7c7d;
    
}

.pro-details .form .group .input .name {
    background-image: url(../images/name.webp);
    background-size: .22rem;
}

.pro-details .form .group .input .tel {
    background-image: url(../images/tel.webp);
    background-size: .28rem;
}

.pro-details .form .group .input .email {
    background-image: url(../images/email.webp);
    background-size: .24rem;
}

.pro-details .form .group .input .address {
    background-image: url(../images/address.webp);
    background-size: .17rem;
}

.pro-details .form .group .input .time {
    background-image: url(../images/time.webp);
    background-size: .18rem;
}

.pro-details .form .group .input .car {
    background-image: url(../images/car.webp);
    background-size: .49rem;
    padding-left: .9rem !important;
    
}

.pro-details .form .group .country {
    width: .55rem;
    margin-right: .3rem;
}

.pro-details .form .group .country img {
    width: 100%;
}

.pro-details .form .group textarea {
    width: 100%;
    height: 1.2rem;
    background: #eceff3 url(../images/mess.webp)no-repeat .2rem .2rem;
    background-size: .3rem;
    
    font-size: .17rem;
    padding-left: .6rem;
    padding-right: .3rem;
    padding-top: .2rem;
}

.pro-details .form .group.code {
    width: 100%;
}

.pro-details .form .Country-con {
    background-color: #eceff3;
}

.yuyue .form .group.code .tit {
    text-transform: capitalize;font-size: 17px;
}

.pro-details .form .group.code .input input[type='text'] {
    padding-left: .2rem;
    width: 4.42rem;border: 0;
}

.pro-details .form .group.code .Verification {
    width: 2rem;
}

.pro-details .form .group.code .Verification img {
    height: 100%;
}

.pro-details .form input[type='submit'] {
    background-color: #18565d;
    color: #FFF;
    text-transform: uppercase;
    
    width: 3.2rem;
    height: .65rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: .26rem;
    margin-top: .13rem;border: 0;
}

.pro-details .Related {
    background-color: #f4f5f6;
    margin-top: 1.2rem;
    padding-top: .7rem;
    padding-bottom: 1.2rem;
}

.pro-details .Related .con {
    margin-top: .9rem;
}

.pro-details .Related .swiper-slide {
    background-color: #FFF;
}

.pro-details .Related .swiper-slide .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 67.8%;
}

.pro-details .Related .swiper-slide .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.pro-details .Related .swiper-slide .text-con {
    padding: .35rem .3rem .4rem .3rem;
}

.pro-details .Related .swiper-slide .tit {
    
    font-size: .26rem;
    line-height: 1.4;
}

.pro-details .Related .swiper-slide .mod {
    
    color: #666666;
    line-height: 1.7;
    margin-top: .23rem;
    font-size: .16rem;
}

.pro-details .Related .swiper-slide .button {
    margin-top: .35rem;
    line-height: .52rem;
}

.pro-details .Related .swiper-slide .button>a {
    border: 1px #18565d solid;
    
    font-size: .18rem;
    color: #18565d;
}

.pro-details .Related .swiper-slide .button>a.more {
    background-color: #18565d;
    color: #FFF;
    width: 1.9rem;
}

.pro-details .Related .swiper-slide .button>a:first-child {
    
}

.pro-details .Related .swiper-slide .button>a:first-child::after {
    content: '';
    width: .4rem;
    height: .4rem;
    background: url(../images/tel2.webp)no-repeat center;
    background-size: 100%;
    margin-left: .2rem;
}

.pro-details .Related .swiper-button-prev {
    left: -.8rem;
    width: .54rem;
    height: .89rem;
    background: url(../images/prev.png)no-repeat center;
    background-size: 100%;
}

.pro-details .Related .swiper-button-next {
    right: -.8rem;
    width: .54rem;
    height: .89rem;
    background: url(../images/next.png)no-repeat center;
    background-size: 100%;
}

.pro-details .pub-info {
    margin-top: 0;
}


.pro-details .Technical  .card {
    margin-top: .3rem;
}

.pro-details .Technical  .card .pic {
    position: relative;
    width: 7.95rem;
    margin-left: .85rem;
}

.pro-details .Technical  .card .pic .play {
    position: absolute;
    right: 5%;
    bottom: 5%;
    border: 2px #FFF solid;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url(../images/play.webp) no-repeat center;
    background-size: 50%;
    cursor: pointer;
}

.pro-details .Technical  .card .tit {
    font-size: .35rem;
    font-weight: bold;
    line-height: 1.2;
    
    margin-top: .1rem;
}

.pro-details .Technical  .card.right_txt {
    flex-direction: row-reverse;
}
.pro-details .Technical  .card.right_txt .pic {
    margin-left: 0;
    margin-right: .65rem;
}


.ff-message-success {
    display: none;
}

.hidden {
    display: none;
}

.pro-details .submit-item,
.yuyue .submit-item {
    display: none;
}

.pro-details  .fluentform input[type='text'],
.pro-details .fluentform input[type="email"] {
    width: 100%;
    background-repeat: no-repeat;
    background-position: .8em center;
    background-color: #eceff3;
    padding-left: 3em;
    font-size: .17rem;
    color: #000;
    
    border: none;
    padding-top: 1em;
    padding-bottom: 1em;
}

.pro-details .fluentform textarea,
.pro-details .fluentform textarea:hover,
.pro-details .fluentform textarea:focus {
    width: 100% !important;
    background: url("../images/mess.webp")  no-repeat rgb(236, 239, 243) ;
    
    font-size: 0.22rem;
    line-height: 1.2;
    padding-left: 3em !important;
    padding-right: 0.3rem !important;
    padding-top: 1em !important;
    border: none;
    background-position: .8em 1em;
    background-size: 1.4em;color: #333;
}

.pro-details .fluentform input {
    background-size: 1.4em;
}

.pro-details .name-item input {
    background-image: url('../images/name.webp') !important;
}

.pro-details .tel-item input {
    background-image: url('../images/tel.webp') !important;
}

.pro-details .email-item input {
    background-image: url('../images/email.webp') !important;
}

.pro-details .address-item input {
    background-image: url('../images/address.webp') !important;
}

.pro-details .time-item input {
    background-image: url('../images/time.webp') !important;
}

.pro-details .car-item input {
    background-image: url('../images/car.webp') !important;
    background-size: 2.6em !important;
    padding-left: 4em !important;
    
}


.yuyue .fluentform input,
.yuyue .fluentform input:hover,
.yuyue .fluentform input:focus {
    width: 100%;
    background-repeat: no-repeat;
    background-position: .8em center;
    background-color: #eceff3;
    padding-left: 3em;
    font-size: .17rem;
    color: #000;
    
    border: none;
    padding-top: 1em;
    padding-bottom: 1em;
}

.yuyue .fluentform textarea,
.yuyue .fluentform textarea:hover,
.yuyue .fluentform textarea:focus {
    width: 100% !important;
    background: url("../images/mess.webp")  no-repeat rgb(236, 239, 243) ;
    
    font-size: 0.22rem;
    line-height: 1.2;
    padding-left: 3em !important;
    padding-right: 0.3rem !important;
    padding-top: 1em !important;
    border: none;
    background-position: .8em 1em;
    background-size: 1.4em;
}

.yuyue .name-item input {
    background-image: url('../images/name.webp') !important;
}

.yuyue .tel-item input {
    background-image: url('../images/tel.webp') !important;
}

.yuyue .email-item input {
    background-image: url('../images/email.webp') !important;
}

.yuyue .address-item input {
    background-image: url('../images/address.webp') !important;
}

.yuyue .time-item input {
    background-image: url('../images/time.webp') !important;
}

.yuyue .car-item input {
    background-image: url('../images/car.webp') !important;
    background-size: .49rem !important;
    padding-left: .9rem !important;
    
}


@media (min-width:1025px) {
    .pro-details .crumbs a:hover {
        color: #18565d;
    }
}

@media (max-width:1199px) {
    .pro-details .content .back,
    .pro-details .content .info,
    .pro-details .content .info-con .des,
    .pro-details .form input[type='submit'] {
        font-size: 15px;
    }
    .pro-details .content .crumbs,
    .pro-details .content .info-con .button a,
    .pro-details .Related .swiper-slide .mod,
    .pro-details .Related .swiper-slide .button>a,
    .pro-details .form .group .tit,
    .pro-details .fluentform input[type='text'], .pro-details .fluentform input[type="email"],
    .pro-details .fluentform textarea, .pro-details .fluentform textarea:hover,
    .yuyue .fluentform input, .yuyue .fluentform input:hover, .yuyue .fluentform input:focus, 
    .yuyue .fluentform textarea, .yuyue .fluentform textarea:hover, .yuyue .fluentform textarea:focus {
        font-size: 16px;
    }
    .pro-details h1 {
        font-size: 31px;
    }
    .pro-details .content .info-con .focus {
        width: 50%;
    }
    .pro-details .content .info-con .title {
        line-height: 50px;
        font-size: 21px;
    }
    .pro-details .content .info-con .text {
        font-size: 19px;
    }
    .pro-details .content .info-con .text span {
        width: 200px;
    }
    .pro-details .content .info-con .button a,
    .pro-details .Related .swiper-slide .button>a {
        line-height: 40px;
    }
    .pro-details .p-title {
        font-size: 21px;
    }
    .pro-details .Vehicle .text-con {
        margin-right: .5rem;
    }
    .pro-details .v-Details .card .txt,
    .pro-details .Related .swiper-slide .tit {
        font-size: 19px;
    }
    .pro-details .Related .swiper-button-next {
        right: .2rem;top: 32%;
    }
    .pro-details .Related .swiper-button-prev {
        left: .2rem;top: 32%;
    }
    .pro-details .Related .swiper-slide .button>a.more {
        width: 120px;
    }
    .pro-details .form .group .input input[type='text'] {
        height: 40px;
        font-size: 15px;
    }
    .pro-details .form .group textarea {
        height: 120px;
    }
    .pro-details .form input[type='submit'],
    .pro-details .form .group.code .Verification img {
        height: 40px;
    }
    .pro-details .Technical .con {
        font-size: 16px;
    }
    .pro-details .Technical  .card .tit {
        font-size: 23px;
    }
    .pro-details .Technical .card .pic{
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        order: 1;
    }
}

@media (max-width:950px) {
    .pro-details .content .crumbs {
        display: none;
    }
    .pro-details .content .info-con .focus {
        width: 100%;
        margin-right: 0;
    }
    .pro-details .v-Details .card {
        width: calc(50% - .05rem);
        padding-top: 36%;
    }
    .pro-details .v-Details .card:nth-of-type(3n) {
        margin-right: .1rem;
    }
    .pro-details .v-Details .card:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .rich-text .gallery {
        flex-direction: column;
        gap: 0;
    }
    .rich-text .gallery .gallery-item {
        width: 100% !important;
    }
    .pro-details .Vehicle .pic {
        width: 100%;
    }
    .pro-details .Vehicle .text-con {
        margin-right: 0;
    }
    .pro-details .Vehicle .txt{ line-height:1.7;margin-bottom: .3rem;}
    .pro-details h1 {
        font-size: 25px;
    }
    .pro-details .content .info-con,
    .pro-details .Vehicle,
    .pro-details .Technical,
    .pro-details .v-Details,
    .pro-details .form-content,
    .pro-details .Related,
    .pro-details .Related .con {
        margin-top: .4rem;
    }
    .pro-details .form {
        margin-top: 0;
    }
}

@media (max-width:540px) {
    .pro-details .form .group {
        width: 100%;
        margin-right: 0;
    }
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 0.5em 1.3em 0.5em 0;
}
.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1.3em;
}

.rich-text p {
    margin: 1em 0;
}
.rich-text p::after {
    content: "";
    display: block;

}

.rich-text img,
.rich-text video {
    max-width: 100%;
    height: auto !important;
}

.rich-text iframe {
    max-width: 100%;
}

.rich-text ul {
    list-style: initial;
    padding-left: 30px;
}

.rich-text .gallery {
    display: flex;
    gap: 1em;
}
.rich-text .gallery p{
    display: none;
}
.rich-text .gallery-item {
    margin-top: 1em !important;
}
.rich-text .gallery-item img {
    display: block;
    border: 0 !important;
}

.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000
}

.popup .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.popup.iframe .mask {
    background: rgba(0,0,0,.8)
}

.popup .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}


.popup.tip .container {
    background: #fff;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    padding: 0
}

.popup.tip .title {
    font-size: 20px;
    text-align: center;
    color: #000
}

.popup.tip .txt {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #666;
    padding: 0 20px
}

.popup.tip .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #24808c;
    border-radius: 50%;
    background-image: url(../images/correct.png);
    margin-top: 30px;
    margin-bottom: 20px;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat
}

.popup.tip .opt {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    cursor: pointer
}

.popup.tip .opt .btn {
    color: #000;
    font-size: 16px;
    border-radius: 6px
}

.popup.iframe .container {
    width: 70%;
    height: calc(70vw / 1.77);
    padding: 0
}

.popup.iframe iframe {
    width: 100%;
    height: 100%;
    background: #000
}

.popup.iframe .close {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    background: url(../images/close.svg)no-repeat left center;
    background-size: 20px;
    padding-left: 30px
}

.search-page .wp {
    max-width: 19.2rem;
    width: 100%;
}
.search-page .content ul {
    margin-top: .4rem;
}
.search-page .content ul li {
    padding: .3rem 0;
    border-bottom: 1px #333 solid;
    width: 100%;
}
.search-page .content ul li .type {
    font-size: .26rem;
    margin-bottom: 0.2rem;
    color: #18565d;
    line-height: 1.4;
}
.search-page .content ul li .tit {
    font-size: .26rem;
    line-height: 1.6;
}
.search-page .content ul li .date {
    font-style: italic;
    background: url(../images/date.jpg)no-repeat left center;
    line-height: 2;
    padding-left: 30px;
    font-size: .18rem;
    color: #494a4a;
    margin-top: .2rem;
}
.search-page .no-result {
    font-size: .24rem;
    line-height: 1.4;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.search-page .content {
    margin-bottom: 1rem;
}

.kefu {
    position: fixed;
    right: .6rem;
    bottom: .6rem;
    z-index: 99;
}
.kefu .item {
    width: 3em;
    height: 3em;
    margin-top: 1em;
    cursor: pointer;
}
.kefu .item img {
    display: block;
    width: 100%;
    height: 100%
}
.kefu .item.totop {
    background: url(../images/top.svg) no-repeat center;
    background-size: 50%;
    background-color: #18565d;
}
.kefu .item.f-menu {
    background: url(../images/menu.svg) no-repeat center;
    background-size: 60%;
    background-color: #18565d;
}

.show-mb {
    display: none !important;
}

@media (max-width:1199px) {
    .search-page .content ul li .tit {
        font-size: 17px;
    }
    .search-page .content ul li .date,
    .search-page .content ul li .type {
        font-size: 15px;
    }
    .search-page .no-result {
        font-size: 18px;
    }
}


@media (max-width:767px) {
    .show-mb {
        display: block !important;
    }
    .show-pc {
        display: none !important;
    }
    .rich-text .gallery {
        flex-direction: column;
        gap: 0;
    }
    .rich-text .gallery .gallery-item {
        width: 100% !important;
    }
    .popup.tip .icon {
        width:80px;
        height: 80px
    }
    .popup.iframe .container {
        width: 90%;
        height: 50%
    }
    .kefu {
        right: .2rem;bottom: 4rem;
    }
   
}