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

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

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

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

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

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

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

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

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

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

.Fonarto {
    font-family: 'Fonarto';
}

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

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

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

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

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

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


/*全局样式*/

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

html {
    font-size: 5.2083333333333vw;
}

.wp {
    max-width: 19.2rem;
    /* width: 96%; */
    margin: 0 auto;
}

.wp2 {
    max-width: 20rem;
    width: 100%;
    margin: 0 auto;
}

.wp3 {
    max-width: 18rem;
    width: 100%;
    margin: 0 auto;
}

.drop-wp {
    max-width: 13.8rem;
    width: 96%;
    margin: 0 auto;
}

.swiper-wp {
    max-width: 11rem;
    width: 96%;
    margin: 0 auto;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .04rem !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: .6rem !important;
}


@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: .2rem 'Poppins', 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

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

a:hover {
    color: #24808c;
}


/*块级转化*/

.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-end {
    justify-content: flex-end;
}

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

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

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

.header {
    position: fixed;
    left: 0;
    top: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    padding-left: 1.5rem;
    padding-right: 1.8rem;
    height: 1rem;
    z-index: 1001;
    width: 100%;background-color: #18545e;
}

.header .wp {
    width: 100%;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.2rem;
/*     background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)); */
    z-index: -1;
}

.header .logo {
    height: 1rem;
}

.header .logo img {
    width: auto;
    height: .68rem;
}

.header .search-btn {
    width: .26rem;
    background: url(../images/search.png)no-repeat center;
    background-size: 100%;
    margin-left: .2rem;
    cursor: pointer;
}

.header .lang-con {
    background: url(../images/lang.png)no-repeat left center;
    background-size: .26rem;
    padding-left: .35rem;
    margin-left: .2rem;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Poppins-Medium';
    line-height: 1rem;display:none
}

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

.header.on,
.header.cur {
    background-color: #18545e;
}

.header.on::after,
.header.cur::after {
    display: none;
}

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

.header.on {
    transform: unset !important;
}

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

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

.header .nav li {
    height: 1rem;
    padding-top: .1rem;
}

.header .nav li>a {
    padding: 0 .25rem;
    font-family: 'TechnaSans';
    font-size: .20rem;
    text-transform: uppercase;
    color: #FFF;
    line-height: .4rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.header .nav .drop {
    top: 1rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    left: 2.3rem;
    right: 2.3rem;
    border-radius: 0 0 .1rem .1rem;
    -webkit-border-radius: 0 0 .1rem .1rem;
    -moz-border-radius: 0 0 .1rem .1rem;
    -ms-border-radius: 0 0 .1rem .1rem;
    -o-border-radius: 0 0 .1rem .1rem;
    padding: .6rem .7rem;
}

.header .nav .drop .sub {
    padding-right: .7rem;
    margin-right: .9rem;
}

.header .nav .drop .sub a {
    font-size: .22rem;
    line-height: .6rem;
    white-space: nowrap;
}

.header .nav .drop .sub::after {
    content: '';
    position: absolute;
    right: 0;
    top: .2rem;
    width: 1px;
    bottom: .2rem;
    background-color: #9f9e9e;
    opacity: .5;
}

.header .nav .drop .tit {
    font-size: .25rem;
    text-transform: uppercase;
}

.header .nav .drop .text {
    font-size: .17rem;
    margin-top: .15rem;
}

.header .nav .drop .pic-con {
    margin-top: .3rem;
}

.header .nav .drop .pic-con .pic {
    overflow: hidden;
    width: 49%;
    margin-right: 2%;
    padding-top: 35%;
}

.header .nav .drop .pic-con .pic img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    height: auto;
}

.header .nav .drop .pic-con .pic:last-child {
    margin-right: 0;
}

.header .nav .trucks-drop {
    padding: .4rem;
}

.header .nav .trucks-drop .title {
    font-size: .28rem;
}

.header .nav .trucks-drop .text {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

.header .nav .trucks-drop .item {
    width: 23.5%;
    margin-right: 2%;
    margin-top: .3rem;
}

.header .nav .trucks-drop .item:nth-of-type(4n) {
    margin-right: 0;
}
.header .nav .trucks-drop .item:nth-child(9),.header .nav .trucks-drop .item:nth-child(10) { display:none}

.header .nav .trucks-drop .item .pic {
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    background-color: #24808c;
    width: 100%;
    padding-top: 63%;
}

.header .nav .trucks-drop .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.header .nav .trucks-drop .item .txt {
    font-size: .21rem;
    margin-top: .15rem;
}

.header .nav .trucks-drop .item .tit1 {
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    white-space: nowrap;
}

.header .drop.s2 {
    left: 50%;
    right: unset;
    width: auto;
    padding: 0 2em;
    transform: rotateX(90deg) translateX(-50%);
    -webkit-transform: rotateX(90deg) translateX(-50%);
    -moz-transform: rotateX(90deg) translateX(-50%);
    -ms-transform: rotateX(90deg) translateX(-50%);
    -o-transform: rotateX(90deg) translateX(-50%);
}
.header .drop.s2 .sub {
    padding: 0;
    margin: 0;
}
.header .drop.s2 .sub::after{
    display: none;
}

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

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

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

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

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

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

.banner,
.banner .swiper-slide {
    overflow: hidden;margin-top: .5rem;
}

.banner img {
    width: 100%;
    height: auto;
    transition: all 5s;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
}

.banner video {
    width: 100%;
    height: auto;
}

.banner iframe {
    width: 100%;
    height: 56vw;
}

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

.banner .text-con {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .65rem;
    color: #FFF;
}

.banner .text-con .title {
    font-size: .38rem;
    line-height: 1.3;
}

.banner .text-con .text {
    font-size: .18rem;
    margin-top: .1rem;
}

.banner .text-con .more {
    font-size: .2rem;
    background-color: #FFF;
    line-height: .5rem;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    padding: 0 .5rem;
    margin-top: .35rem;
    font-weight: 600;
}

.banner .swiper-pagination-bullet {
    background-color: #FFF;
    width: .15rem;
    height: .15rem;
    opacity: .6;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.mb-banner {
    display: none;
}

.footer {
    background: #18545e;
    background-size: cover;
    color: #FFF;
    padding-top: .7rem;
}

.footer .f-nav {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
}

.footer .f-nav .tit {
    font-size: .23rem;
    text-transform: uppercase;
    font-weight: 600;
}

.footer .f-nav .sub {
    font-size: .19rem;
    line-height: 2.1;
    margin-top: .15rem;
}

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

.footer .copyright {
    border-top: 1px #149cab solid;
    margin-top: .5rem;
    padding: .4rem 2.3rem;
    font-size: .18rem;
}

.footer .copyright>.text {
    display: flex;
    flex-wrap: wrap;
}
.footer .copyright>.text .cont {
    margin: -1em 0;
    margin-right: .8em;font-size: 17px;
}

.footer .copyright::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background-color: #0e5e69;
}

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

.footer .copyright .text>span {
    margin: 0 .1rem;
}

.footer .copyright .sns>a {
    margin-left: .3rem;
    width: .36rem;
    height: .36rem;
}

.footer .copyright .sns>a img {
    max-height: 100%;
}

.footer-parts .text {
    display: flex;
    flex-wrap: wrap;
}

.footer-parts .text .cont {
    margin: -1em 0;
    margin-right: .8em;
}

.mt110 {
    margin-top: 1rem;
}

@media (min-width:1025px) {
    .header .lang-con:hover .lang {
        display: block;
    }
    .header .nav li:hover>a {
        background-color: #FFF;
        color: #24808c;
    }
    .header .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .header .nav li:hover .drop.s2 {
        transform: rotateX(0deg) translateX(-50%);
        -webkit-transform: rotateX(0deg) translateX(-50%);
        -moz-transform: rotateX(0deg) translateX(-50%);
        -ms-transform: rotateX(0deg) translateX(-50%);
        -o-transform: rotateX(0deg) translateX(-50%);
    }
    .header .nav .drop .sub a:hover {
        color: #24808c;
        text-decoration: underline;
    }
    .header .nav .trucks-drop .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);
    }
    .header .nav .trucks-drop .item.more:hover .tit1,
    .footer .f-nav .sub a:hover,
    .footer .copyright a:hover {
        text-decoration: underline;
    }
    .banner .text-con .more:hover {
        background-color: #24808c;
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .header {
        padding-left: .2rem;
        padding-right: 1rem;
    }
    .menu-btn {
        display: block;
    }
    .header .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1rem);
        padding: .2rem .3rem;
    }
    .header .nav li {
        height: auto;
        position: relative;
        padding-top: 0;
        display: block;
    }
    .header .nav li>a {
        color: #000;
        font-size: 25px;
        line-height: 1.1rem;
        padding: 0;
    }
    .header .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .6rem;
    }
    .header .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .4rem;
        height: .4rem;
        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%);
    }
    .header .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);
    }
    .header .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        padding-top: 0;
        background: none;
        padding-bottom: 0;
        padding-top: .2rem;
        padding-left: .2rem;
    }
    .header .nav .trucks-drop .title {
        font-size: 19px;
    }
    .header .nav .drop .tit,
    .header .nav .trucks-drop .item .txt,
    .header .nav .trucks-drop .item .tit1,
    .banner .text-con .more,
    .footer .f-nav .tit,
    .search-content .content input[type='text'] {
        font-size: 17px;
    }
    .header .nav .drop .sub a,
    .header .nav .drop .text,
    .banner .text-con .text,
    .footer .f-nav .tit,
    .footer .copyright,
    .footer .f-nav .sub,
    .header .lang-con {
        font-size: 15px;
    }
    .banner .text-con .title {
        font-size: 24px;
    }
    .header .nav .trucks-drop .text {
        padding-left: 0;
        padding-right: 0;display:none
    }
    .banner .text-con .more {
        line-height: 40px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .pc-banner {
        display: none;
    }
    .mb-banner {
        display: block;
    }
    .footer .f-nav,
    .footer .copyright {
        padding-left: .2rem;
        padding-right: .2rem;
    }
	.footer{padding-top: .3rem;}
}

@media (max-width:950px) {
    .footer .copyright .sns,
    .footer .f-nav .sub,
    .header .nav .drop .flex-1,
    .header .nav .drop .sub::after,
    .footer .copyright::before {
        display: none;
    }
    .header .nav .drop .sub {
        padding-right: 0;
        margin-right: 0;
        width: 100%;
    }
	.header .nav .drop .sub a{
		font-size: 23px;line-height: 1rem;}
    .footer .f-nav>li {
        width: 100%;
    }
    .footer .f-nav .tit {
        border-bottom: 1px #FFF solid;
        padding-bottom: .1rem;
        margin-top: .1rem;
        line-height: 2;
		font-size: 21px;
    }
	.footer .f-nav .tit{font-size: 17px;}
    /* .footer .f-nav>li:last-child .tit {
        border-bottom: 0;
    } */
    .footer .f-nav .sub {
        padding-left: .2rem;
    }
    .footer .f-nav li .tit::after {
        content: '';
        position: absolute;
        right: 18%;
        top: 50%;
        width: 50px;
        height: 50px;
        background: url(../images/arrow1.svg)no-repeat center;
        background-size: 25px;
        margin-top: -28px;
    }
    .footer .f-nav li .tit.cur::after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .footer .copyright {
        margin-top: .3rem;
        border-top: 0;
        padding-top: 0;
    }
	.footer .f-nav .sub a {font-size:19px}
    .header .nav .trucks-drop .item {
        width: 32%;
    }
    .header .nav .trucks-drop .item:nth-of-type(4n) {
        margin-right: 2%;
    }
    .header .nav .trucks-drop .item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .header,
    .header .logo {
        height: 60px;
    }
    .header {
        padding-right: 70px;
    }
    .header .search-btn {
        width: 18px;
    }
    .header .lang-con {
        display: none;
    }
    .header .logo img {
        width: auto;
        height: 40px;
    }
    .header .nav {
        top: 60px;
        height: calc(100vh - 60px);
    }
    .menu-btn {
        width: 30px;
        height: 30px;
    }
    .banner .text-con {
        display: none;
    }
    .header .nav .trucks-drop .title {
        font-size: 17px;display:none
    }
    .header .nav .trucks-drop {
        padding-left: 0;
        padding-right: 0;
    }
    .wp3 {
        flex-direction: column;
    }
}

@media (max-width:540px) {
    .header .nav .trucks-drop .item {
        width: 100%;
    }
	.header .nav .trucks-drop .item .txt{ font-size:23px}
    .header .nav .trucks-drop .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .header .nav .trucks-drop .item:nth-child(even) {
        margin-right: 0;
    }
}

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


/* 首页 */

.home-page1 {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .7rem;
}

.home-page1 .title {
    font-size: .43rem;
    font-weight: 700;
}

.home-page1 .tit {
    font-family: 'Nissan';
}

.home-page1 .content {
    margin-top: .45rem;
}

.home-page1 .pic1 {
    overflow: hidden;
    margin-right: .05rem;
    padding-top: 57%;
    color: #FFF;
}

.home-page1 .pic1::after,
.home-page1 .con .item::after,
.home-page1 .con .card::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    z-index: 1;
    height: 25%;
}

.home-page1 .pic1 .text-con {
    position: absolute;
    left: 1.2rem;
    right: 1.2rem;
    bottom: .95rem;
    z-index: 10;
}

.home-page1 .pic1 .tit {
    font-size: .44rem;
}

.home-page1 .pic1 .text {
    font-size: .25rem;
    font-weight: 500;
    margin-top: .45rem;
}

.home-page1 img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-page1 .con {
    width: 5.3rem;
    overflow: hidden;
}

.home-page1 .con .item {
    width: 100%;
    padding-top: 56.8%;
    overflow: hidden;
    margin-top: .05rem;
}

.home-page1 .con .item:first-child {
    margin-top: 0;
}

.home-page1 .con .item .tit,
.home-page1 .card .tit {
    font-size: .34rem;
    position: absolute;
    left: .6rem;
    bottom: .3rem;
    z-index: 10;
    color: #FFF;
}

.home-page1 .card {
    width: 5.64rem;
    overflow: hidden;
    padding-top: 28.1%;
    margin-top: .05rem;
    margin-right: .05rem;
}

.home-page1 .list {
    margin-top: .45rem;
}
.home-page1 .list::after {
    display: block;
    content: '';
    clear: both;
}
.home-page1 .list .item {
    width: 33%;
    height: 3rem;
    position: relative;
    display: block;
    margin-top: .33%;
    margin-right: .33%;
    float: left;
}
.home-page1 .list .item .text-con {
    position: absolute;
    left: 1.8rem;
    bottom: .3rem;
    z-index: 10;
    color: #FFF;
    max-width: 85%;
}
.home-page1 .list .item .text-con .tit {
    font-size: .34rem;
}
.home-page1 .list .item .text-con .text {
    font-size: .25rem;display: none;
    font-weight: 500;
    margin-top: .45rem;
}


.home-page2 {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
    padding-top: .2rem;
}

.home-page2 .title-con .txt {
    font-weight: 500;
    color: #666666;
    text-transform: uppercase;
    font-size: .26rem;
}

.home-page2 .title-con .title {
    font-weight: 900;
    font-size: .43rem;
    line-height: 1.5;
}

.home-page2 .text-content {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

.home-page2 .text-content .text {
    margin-top: .15rem;
}

.home-page2 .text-content .log {
    margin-top: .95rem;
}

.home-page2 .text-content .log .item {
    height: .56rem;
}

.home-page2 .text-content .log .item img {
    height: 100%;
    width: auto;
}

.home-page2 .content {
    margin-top: 0;
}

.home-page2 .content .pic {
    width: 7.9rem;
    padding-top: 34.3%;
    overflow: hidden;
    margin-right: .75rem;
}

.home-page2 .content .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-page2 .content .tit-con {
    padding-bottom: .45rem;
}

.home-page2 .content .tit-con .tit {
    font-weight: 700;
    font-size: .42rem;
    line-height: 1.4;
}
.home-page2 .content .tit-con .tit:after{content: "";width: 90px;height: 4px; background: #18545e;display: block;margin-top: .2rem;}
.home-page2 .content .tit-con .txt {
    font-weight: 600;
    font-size: .31rem;
    line-height: 1.5;
}

.home-page2 .content .text {
    font-size: .2rem;
    margin-top:0;
    line-height: 1.7;
}

.home-page2 .content .more {
    padding-right: .4rem;
    background: url(../images/more.png)no-repeat right center;
    font-size: .2rem;
    text-decoration: underline;
    font-weight: 500;
    background-size: .24rem;
    margin-top: .6rem;
}

.home-page3 {
    margin-top: .65rem;
    overflow: hidden;
}

.home-page3 .pic-content {
    background-color: #18545e;
    padding: .8rem 1.05rem;
}

.home-page3 .pic-content .title {
    font-weight: 600;
    line-height: 1;
    font-size: .41rem;
    text-transform: uppercase;color: #FFF
}

.home-page3 .pic-content .item {
    width: 23.5%;
    margin-right: 2%;
    background-color: #FFF;
    overflow: hidden;
}

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

.home-page3 .pic-content .item:last-child {
    margin-right: 0;
}

.home-page3 .pic-content .item .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 56.355%;
}

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

.home-page3 .pic-content .item .tit {
    font-size: .22rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #454444;
    line-height: .62rem;
    padding: 0 .2rem;
}

.home-page3 .home-video {
    background: no-repeat center fixed;
    background-size: 100% 100%;
    height: 5.53rem;
    color: #FFF;display: none;
}

.home-page3 .home-video .title {
    font-size: .49rem;
    font-weight: 900;
    line-height: 1;
}

.home-page3 .home-video .text {
    font-size: .32rem;
    line-height: 1.2;
    margin-top: .25rem;
}

.home-page3 .home-video .btn {
    margin-top: .5rem;
}

.home-page3 .home-video .btn a {
    border: 2px #FFF solid;
    height: .58rem;
    width: 2.9rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    margin: 0 .1rem;
    color: #FFF;
    font-size: .2rem;
    font-weight: 600;
}

.home-page4 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    margin-top: .7rem;
}

.home-page4 .text-content {
    margin-right: 5.1rem;display: none;
}

.home-page4 .text-content .title {
    font-size: .32rem;
    font-weight: 900;
    line-height: 1.1;
}

.home-page4 .text-content .text {
    font-size: .2rem;
    line-height: 1.8;
    margin-top: .6rem;
}

.home-page4 .text-content .more,
.home-page4 .content .more {
    text-transform: uppercase;
    background-color: #18545e;
    color: #FFF;
    line-height: .6rem;
    padding: 0 .2rem;
    font-weight: 600;
    margin-top: .35rem;
}

.home-page4 .content {
    margin-top: .95rem;
    background-color: #f2f2f2;
    padding: .45rem .3rem .35rem .5rem;
}

.home-page4 .content .pic {
    width: 7.54rem;
    margin-left: .75rem;
    overflow: hidden;
}

.home-page4 .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: 100%;
    max-height: 100%;
}

.home-page4 .content .tit {
    font-size: .33rem;
    font-weight: 600;
    line-height: 1.3;
    margin-top: .1rem;
}

.home-page4 .content .text {
    font-size: .19rem;
    margin-top: .5rem;
    line-height: 1.8;
}

.home-page5 {
    margin-top: 1.1rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

.home-news .title {
    font-size: .48rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
}

.home-news .content {
    margin-top: .7rem;
}
.home-news .swiper-slide .pic{
    overflow: hidden;
    padding-top: 62.4%;
}

/* .home-news .swiper-slide {
    overflow: hidden;
    padding-top: 20.4%;
} */

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

.home-news .swiper-slide .tit {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #333;
    height: 1.15rem;
    z-index: 10;
    padding: .2rem 0;
    line-height: 1.4;
    font-weight: 600;font-size: .22rem;
}

.home-news .swiper-button-black {
    background: url(../images/prev.png)no-repeat center;
    width: .2rem;
    top: 0;
    margin-top: 0;
    height: 100%;
    background-size: .15rem;
}

.home-news .swiper-button-prev {
    left: -.3rem;
}

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

.home-news .swiper-pagination {
    display: none;
}

.home-news .more {
    font-size: .22rem;
    font-weight: 600;
    text-decoration: underline;
    margin-top: .75rem;
}

.home-info-con {display: none;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-top: 1.05rem;
}

.home-info-con .item {
    width: 30%;
    overflow: hidden;
    margin-right: 5%;
}

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

.home-info-con .item .icon {
    background-color: #e1e3e7;
    padding-top: 60.1%;
}

.home-info-con .item .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 1.8rem;
    height: auto;
}

.home-info-con .item .tit {
    font-size: .25rem;
    font-weight: 600;
    margin-top: .15rem;
}

.home-info-con .item .more {
    font-size: .16rem;
    text-decoration: underline;
    margin-top: .2rem;
    font-weight: 600;
}

@media (min-width:1025px) {
    .home-page1 .con .item:hover img,
    .home-page1 .card:hover img,
    .home-page1 .pic1:hover img,
    .home-page2 .content .pic:hover img,
    .home-page3 .pic-content .item:hover .pic img,
    .home-news .swiper-slide:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-page4 .content .pic:hover 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%);
    }
    .home-page2 .content .more:hover,
    .home-info-con .item .more:hover {
        text-decoration: none;
    }
    .home-page3 .pic-content .item:hover .tit {
        color: #18545e;
    }
    .home-page3 .home-video .btn a:hover {
        background-color: #FFF;
        color: #000;
    }
    .home-page4 .text-content .more:hover,
    .home-page4 .content .more:hover {
        background-color: #000;
    }
    .home-news .swiper-slide:hover .tit {
       text-decoration: underline;color: #18545e;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 16px;
    }
    .home-page1,
    .home-page2,
    .home-page3 .pic-content,
    .home-page4,
    .home-page5 {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .home-page1 .title,
    .home-page2 .title-con .title,
    .home-page3 .pic-content .title,
    .home-page3 .home-video .title,
    .home-news .title {
        font-size: 32px;
    }
    .home-page1 .pic1 .tit,
    .home-page2 .content .tit-con .tit,
    .home-page3 .home-video .text,
    .home-page4 .text-content .title,
    .home-page4 .content .tit,
    .home-page1 .list .item .text-con .tit {
        font-size: 24px;
    }
    .home-page1 .con .item .tit,
    .home-page1 .card .tit,
    .home-page2 .title-con .txt,
    .home-page2 .content .tit-con .txt {
        font-size: 20px;
    }
    .home-page1 .pic1 .text,
    .home-page3 .pic-content .item .tit,
    .home-page3 .home-video .btn a,
    .home-news .more,
    .home-info-con .item .tit {
        font-size: 17px;
    }
    .home-page2 .content .text,
    .home-page2 .text-content,
    .home-page2 .content .more,
    .home-page4 .text-content .text,
    .home-page4 .text-content .more,
    .home-page4 .content .more,
    .home-page4 .content .text,
    .home-page1 .list .item .text-con .text {
        font-size: 15px;
    }
    .home-info-con .item .more {
        font-size: 13px;
    }
    .home-page1 .pic1 .text-con {
        left: .6rem;
        right: .6rem;
        bottom: .6rem;
    }
    .home-page1 .con {
        /* width: 4.63rem; */
        width: 5.83rem;
    }
    .home-page2 .text-content {
        padding-left: 0;
        padding-right: 0;
    }
    .home-page3 .pic-content .item .tit {
        line-height: 40px;text-align: center;
    }
    .home-page3 .home-video .btn a {
        width: 3.4rem;
    }
    .home-page4 .text-content {
        margin-right: 3rem;
    }
    .home-page4 .content .tit {
        margin-right: 0;
    }
    .home-page4 .text-content .more,
    .home-page4 .content .more {
        margin-top: .5rem;
    }
    .home-page4 .text-content .more,
    .home-page4 .content .more {
        line-height: 40px;
    }
    .home-news .swiper-button-black {
        display: none;
    }
    .home-news .swiper-slide .tit {
        height: 85px;font-size: 0.31rem;
    }
    .home-news .content {
        padding-bottom: 30px;
    }
    .home-news .swiper-pagination {
        display: block;
        width: 100%;
        text-align: center;
        bottom: 0;
    }
    .home-news .swiper-pagination-bullet {
        margin: 0 5px;
        width: 10px;
        height: 10px;
    }
    .home-news .swiper-pagination-bullet-active {
        background-color: #0e5e69;
    }
    .home-info-con {
        padding-left: 0;
        padding-right: 0;
    }
    .home-page3 .home-video {
        background-attachment: local;
    }
}

@media (max-width:950px) {
    .home-page1 .title,
    .home-page2 .title-con .title,
    .home-page3 .pic-content .title,
    .home-news .title {
        font-size: 24px;
    }
    .home-page3 .pic-content .content {
        margin-top: .4rem;
    }
    .home-page3 .pic-content .item {
        width: 49%;
        margin-top: .3rem;
    }
    .home-page3 .pic-content .item:nth-child(even) {
        margin-right: 0;
    }
    .home-page3 .home-video .title {
        font-size: 28px;
    }
    .home-page4 .text-content {
        margin-right: 0;
    }
    .home-page4 .text-content .title,
    .home-page4 .content .tit {
        font-size: 21px;
    }
    .home-news .swiper-slide {
      
    }
    .home-info-con .item {
        width: 32%;
        margin-right: 2%;
    }
}

@media (max-width:767px) {
    .home-page1 .con .item .tit,
    .home-page1 .card .tit {
        font-size: 24px;
        left: .2rem;
        right: .2rem;
        bottom: .2rem;
    }
    .home-page1 .con {
        width: 100%;
        display: flex;
    }
    .home-page1 .con .item:first-child {
        margin-top: .05rem;
    }
    .home-page1 .con .item {
        flex: 1;
        padding-top: 19%;
        margin-right: .05rem;
    }
    .home-page1 .con .item:last-child {
        margin-right: 0;
    }
    .home-page1 .pic1 .text {
        margin-top: .2rem;
    }
    .home-page1 .pic1 .text-con {
        left: .2rem;
        right: .2rem;
        bottom: .2rem;
    }
    .home-page1 .pic1,
    .home-page1 .card:last-child {
        margin-right: 0;
    }
    .home-page1 .list .item,
    .home-page1 .list .item:first-of-type {
        width: 100%;
        height: auto;
        margin-top: .5em;
    }
    .home-page1 .list .item img {
        position: relative;
        width: 100%;
        height: auto;
    }
    .home-page2 .title-con .txt {
        font-size: 17px;
    }
    .home-page2 .text-content .log {
        margin-top: .5rem;
    }
    .home-page2 .text-content .log .item {
        height: .35rem;
    }
    .home-page2 .content {
      flex-wrap: wrap-reverse;
    }
    .home-page2 .content .pic {
        margin-right: 0;
        width: 100%;
        padding-top: 68%;margin-top: .4rem;
    }
    .home-page2 .content .tit-con {
        margin-top: .4rem;
    }
    .home-page3 .home-video .text {
        font-size: 20px;
    }
    .home-page4 .content {
        padding: .3rem;
    }
    .home-page4 .content .pic {
        margin-left: 0;margin-top: .5rem;
        width: 100%;
        padding-top: 61%;
    }
    .home-info-con {
        margin-top: .3rem;display: none;
    }
    .home-info-con .item {
        width: 100%;
        margin-right: 0;
        margin-top: .3rem;
    }
    .home-info-con .item .icon img {
        width: 2.4rem;
        height: auto;
    }
}

@media (max-width:540px) {
	.home-page1{padding-top: .4rem;}
	.home-page1 .list{margin-top: .25rem;}
    .home-page1 .title {
        font-size: 19px;
    }
    .home-page1 .card {
        width: 100%;
        margin-right: 0;
    }
    .home-page1 .content,
    .home-page1 .con,
    .home-page1 .box {
        display: block;
    }
    .home-page1 .con .item,
    .home-page1 .card {
        padding-top: 56%;
        margin-top: .1rem;
    }
    .home-page2 .text-content .log .item {
        height: .6rem;
        margin-bottom: .3rem;
    }
    .home-page3 .pic-content .item {
        width: 100%;
        margin-right: 0;
    }
    .home-news .swiper-slide {
     
    }
}

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

.n-banner {
    overflow: hidden;
}

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

.n-banner .title {
    font-size: .6rem;
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 2.3rem;
    bottom: .6rem;
    text-transform: uppercase;
}

.about .a-title {
    font-size: .4rem;
    line-height: 1.2;
    font-weight: 900;
}

.about .txt1 {
    font-size: .2rem;
    margin-top: .65rem;
    font-weight: 500;
    line-height: 1.8;
}

.about .txt-con1 {
    margin-top: .55rem;
}

.about .txt-con1 .con {
    margin-top: .4rem;
    font-size: .2rem;
    color: #333;
}

.about .txt-con1 .con p {
    width: 48%;
    margin-right: 4%;
    line-height: 1.8;
}

.about .txt-con1 .con p:last-child {
    margin-right: 0;
}

.about .txt-con1 .con p a {
    font-weight: 800;
    color: #18545e;
}

.about .pic1 {
    overflow: hidden;
    margin-top: .6rem;
}

.about .pic1 img {
    width: 100%;
    height: auto;
}

.about .time {
    margin-top: 1rem;
}

.about .gallery-top {
    padding-right: 2.15rem;
    margin-top: 1rem;
}

.about .gallery-top .pic {
    width: 3.4rem;
    margin-right: .8rem;
    overflow: hidden;
}

.about .gallery-top .pic img {
    max-width: 90%;
    height: auto;
}

.about .gallery-top .text {
    font-size: .16rem;
    color: #666;
    line-height: 1.8;
}

.about .gallery-thumbs .swiper-button-black {
    width: .55rem;
    height: .55rem;
    background: url(../images/prev1.png)no-repeat center;
    background-size: 100%;
    margin-top: 0;
    top: -2rem;
}

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

.about .gallery-thumbs .swiper-button-prev {
    left: auto;
    right: .65rem;
}

.about .gallery-thumbs {
    margin-top: 1.3rem;
}

.about .gallery-thumbs .year {
    color: #22545d;
    font-size: .56rem;
    font-weight: 900;
    line-height: 1;
}

.about .gallery-thumbs .line {
    height: 1px;
    border-bottom: 1px dashed #22545d;
    margin-left: .3rem;
}

.about .gallery-thumbs .text {
    font-size: .15rem;
    color: #333;
    line-height: 1.8;
    margin-top: .3rem;
}

.about .about-con {
    background-color: #f2f3f5;
    padding-top: .6rem;
    padding-bottom: .6rem;
    margin-top: 1.35rem;
}

.about .about-con .pic {
    width: 7.48rem;
    overflow: hidden;
    margin-right: .95rem;
    padding-top: 32.6%;
}

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

.about .about-con .text-con {
    padding-top: .4rem;
}

.about .about-con .text {
    font-size: .2rem;
    line-height: 1.8;
    margin-top: .45rem;
}

.about .about-con .more {
    font-weight: 900;
    text-decoration: underline;
    margin-top: .6rem;
    font-size: .18rem;
}

.about-video {
    margin-top: 1.55rem;
}

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

.about-video .video {
    width: 30.6%;
    margin-right: 4%;
    cursor: pointer;
}

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

.about-video .video .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 56.62%;
}

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

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

.about-video .video .tit {
    font-weight: 600;
    font-size: .23rem;
    margin-top: .3rem;
}

.about-video .video .text {
    color: #333;
    font-size: .2rem;
    line-height: 1.8;
    margin-top: .1rem;
}

.about-video .more {
    font-size: .18rem;
    text-decoration: underline;
    font-weight: 700;
    margin-top: .35rem;
}

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

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

.maskBg.active {
    opacity: 1;
}

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

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

.about .about-roll {
    margin-top: 1.05rem;
}

.about .about-roll .text {
    font-size: .2rem;
    line-height: 1.8;
    /* margin-right: 4.1rem; */
    margin-top: .3rem;
    margin-bottom: .75rem;
}

.about .about-roll .swiper-container {
    margin-bottom: .2rem;
}

.about .about-roll .swiper-slide {
    background-color: #f6f7f9;
    height: 1.63rem;
    overflow: hidden;
}

.about .about-roll .swiper-slide img {
    max-width: 90%;
    height: auto;
}

.about .about-roll .about_hz_swi2 {
    margin-top: .2rem;
}


/* 介绍 */


.about-introduce {
    margin-top: .85rem;
}
.maintenance{ margin-top:0}
.about-introduce .text {
    font-size: .2rem;
    line-height: 1.85;
}

.about-introduce .text-con1 .text:first-child {
    width: 6.25rem;
    margin-right: 1.1rem;
    font-weight: 500;
}
.maintenance .text-con1 .text:first-child {width: 48%; margin-right: .5rem;}

.about-introduce .text-con1 .text:last-child p:last-child {
    margin-top: .15rem;
}

.about-introduce .pic1 {
    overflow: hidden;
    margin-top: .55rem;
    margin-bottom: .5rem;
}

.about-introduce .pic1 img {
    width: 100%;
    height: auto;
}

.about-introduce .num-con {
    margin-top: .3rem;
    margin-bottom: .85rem;
}

.about-introduce .num-con .item {
    margin-top: .4rem;
}

.about-introduce .num-con .item .counter {
    color: #285861;
    font-size: .76rem;
    font-weight: 600;
    line-height: 1;
}

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

.about-introduce .num-con .item .text {
    margin-top: .15rem;
}

.about-introduce .content {
    margin-top: .3rem;
    overflow: hidden;
    margin-bottom: .75rem;
}

.about-introduce .content .text-content:first-of-type {
    margin-top: 0;
}

.about-introduce .content .text-content {
    margin-top: .53rem;
}

.about-introduce .content .text-content .pic {
    width: 7.11rem;
    overflow: hidden;
}

.about-introduce .content .text-content .pic img {
    width: 100%;
    height: auto;
}

.about-introduce .content .text-content.left_img .pic{
    margin-right: .6rem;
}
.about-introduce .content .text-content.left_txt .pic{
    margin-left: .6rem;
    order: 2;
}


.about-introduce .title {
    font-weight: 900;
    font-size: .45rem;
    line-height: 1.4;
    padding-top: .2rem;
}

.about-introduce .txt {
    color: #333;
    line-height: 1.8;
    font-size: .16rem;
    margin-top: .4rem;
}


/* 历史 */

.about-histroy {
    background: url(../images/bg2.png)no-repeat left top;
    background-size: 1.54rem;
    margin-top: .3rem;
    overflow: hidden;
}

.about-histroy .text {
    padding-left: 1.6rem;
    margin-top: .7rem;
    line-height: 1.8;
}

.about-histroy .content {
    margin-top: .55rem;
    overflow: hidden;
}

.about-histroy .content .box {
    margin-top: 2.35rem;
    width: 30.9%;
    margin-right: 3.5%;
}

.about-histroy .content .box:last-child {
    margin-right: 0;
}

.about-histroy .content .box:nth-child(2) {
    margin-top: 1.45rem;
}

.about-histroy .content .box:nth-child(3) {
    margin-top: 0;
}

.about-histroy .content .item {
    padding-bottom: .55rem;
    padding-left: .55rem;
}

.about-histroy .content .item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: .12rem;
    width: 1px;
    border-left: 1px dashed #18545e;
    z-index: 1;
}

.about-histroy .content .item .year {
    font-weight: 600;
    color: #18545e;
    font-size: .5rem;
    line-height: 1;
}

.about-histroy .content .item .year::before {
    content: '';
    position: absolute;
    left: -.54rem;
    top: 50%;
    width: .26rem;
    height: .26rem;
    background-color: #18545e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: -.13rem;
}

.about-histroy .content .item:first-child::before {
    top: .2rem;
}

.about-histroy .content .item .pic {
    overflow: hidden;
    margin-top: .25rem;
}

.about-histroy .content .item .pic img {
    width: 100%;
    height: auto;
}

.about-histroy .content .item .des {
    font-size: .2rem;
    line-height: 1.5;
    margin-top: .23rem;
}

.about-single .rich-text ul{display: flex;flex-wrap: wrap;justify-content:flex-start;padding-left: 0;}
.about-single .rich-text ul li{border: 1px solid #d1d2d3;padding: .2rem; margin: .1rem .22rem .3rem;}
.about-single .rich-text ul li img{width: 121px;height: 43px;object-fit: contain;}

.rich-text img.yiban{width: 48.8%;margin: 0 5px;}

/* 视频 */

.video-list .title {
    font-weight: 900;
    margin-top: .85rem;
    font-size: .28rem;
}

.about-single .text,
.video-list .text {
    font-size: .2rem;
    line-height: 1.8;
    margin-top: .6rem;
}

.video-list .about-video {
    margin-top: .3rem;
}

.video-list .about-video .video {
    margin-top: .5rem;
}

.video-list .about-video .video .tit {
    line-height: 1.5;
    font-weight: 900;
    margin-top: .35rem;
}

.video-list .about-video .video .text {
    margin-top: .25rem;
    line-height: 1.6;
}

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

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .n-banner .title {
        left: .2rem;
        bottom: .3rem;
        font-size: 36px;
    }
    .n-banner.cur img {
        width: auto;
        height: 4rem;
    }
    .about .txt1 {
        font-size: 15px;
        padding-right: 3rem;
    }
    .about .txt-con1 .con,
    .about .gallery-top .text,
    .about .gallery-thumbs .text,
    .about .about-con .text,
    .about .about-con .more,
    .about .about-roll .text,
    .about-video .more,
    .about-introduce .text,
    .about-introduce .txt,
    .about-histroy .text,
    .about-histroy .content .item .des,
    .video-list .text,
    .about-single .text {
        font-size: 15px;
    }
    .about .a-title,
    .about-introduce .title,
    .about-histroy .content .item .year {
        font-size: 32px;
    }
    .about .gallery-thumbs .year {
        font-size: 36px;
    }
    .about .gallery-top {
        padding-right: 1.4rem;
    }
    .about .gallery-top .pic {
        width: 28%;
    }
    .about-video .video .tit {
        font-size: 17px;
    }
    .about-video .video .text {
        font-size: 14px;
    }
    .about .about-roll .text {
        margin-right: 0;
    }
    .about-introduce .num-con .item .counter {
        font-size: 42px;
    }
    .about-histroy .text {
        padding-right: 0;
        margin-top: -1em;
    }
    .video-list .title {
        font-size: 24px;
    }
    .video-list .about-video .video .tit {
        height: 48px;
    }
}

@media (max-width:950px) {
    .n-banner .title {
        font-size: 32px;
    }
    .about .a-title,
    .about-introduce .title {
        font-size: 23px;
    }
    .about .txt1 {
        padding-right: 0;
    }
    .about .gallery-thumbs .year {
        font-size: 32px;
    }
    .about-introduce .num-con .item .counter {
        font-size: 34px;
    }
    .about-introduce .num-con .item {
        width: 50%;
    }
    .about-introduce .content .text-content.left_img .pic,
    .about-introduce .content .text-content .pic {
        width: 100%;
        margin-right: 0;
        order: 1;
        margin-left: 0 !important;
    }
    .about-introduce .content .text-content .text {
        order: 2;
        margin-top: .3rem;
    }
    .video-list .about-video .video {
        width: 48.5%;
        margin-right: 3%;
    }
    .video-list .about-video .video:nth-of-type(3n) {
        margin-right: 3%;
    }
    .video-list .about-video .video:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .n-banner.cur img {
        height: 2.5rem;
        width: 100%;
        height: auto;
    }
    .about .txt-con1 .con p {
        margin-right: 0;
        width: 100%;
    }
    .about .gallery-top {
        padding-right: 110px;
        margin-top: .4rem;
    }
    .about .gallery-thumbs .swiper-button-black {
        width: 40px;
        height: 40px;
    }
    .about .gallery-thumbs .swiper-button-prev {
        right: 50px;
    }
    .about .gallery-thumbs .swiper-slide>div {
        display: block;
    }
    .about .gallery-top .pic {
        margin-right: 0;
        width: 2rem;
        margin-bottom: .2rem;
    }
    .about .gallery-thumbs {
        margin-top: .6rem;
    }
    .about .about-con .pic {
        width: 100%;
        margin-right: 0;
        padding-top: 58%;
    }
    .about .about-con .text,
    .about .about-con .more {
        margin-top: .3rem;
    }
    .videoShow {
        width: 90%;
        height: 4.2rem;
    }
    .about-video {
        margin-top: .6rem;
    }
    .about-video .content {
        margin-top: .2rem;
    }
    .about-video .video {
        width: 100%;
        margin-right: 0;
        margin-top: .3rem;
    }
    .about-introduce .text-con1 .text:first-child {
        margin-right: 0;
        width: 100%;
        margin-bottom: .3rem;
    }
	.rich-text img.yiban{width: 100%;margin: 0 0 10px;}	
}

@media (max-width:540px) {
    .n-banner .title {
        font-size: 22px;
    }
    .about-introduce .num-con .item,
    .about-histroy .content .box {
        width: 100%;
    }
    .about-histroy .content .box {
        margin-right: 0;
        margin-top: 0 !important;
    }
    .about-histroy .content .box:nth-child(2) .item:first-child::before,
    .about-histroy .content .box:nth-child(3) .item:first-child::before {
        top: 0;
    }
    .video-list .about-video .video {
        margin-right: 0;
        width: 100%;
    }
    .video-list .about-video .video .tit {
        height: auto;
    }
    .about .gallery-top {
        display: block;
        padding-right: 0px;
        padding-bottom: 1rem;
    }
    .about .gallery-top .pic {
        margin-left: auto;
        margin-right: auto;
        width: 3.4rem;
    }
    .about .gallery-thumbs .swiper-button-black {
        top: -1rem;
    }
}


/* 产品 */

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

.pro-home .text-content .pic {
    width: 7rem;
}

.pro-home .text-content .title {
    font-size: .35rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.5;
    margin-top: .45rem;
}

.pro-home .text-content .txt-con {
    margin-right: 1.3rem;
}

.pro-home .text-content .text {
    font-size: .2rem;
    line-height: 1.8;
    margin-top: .45rem;
}

.pro-home .text-content .text p {
    margin-top: .3rem;
}

.pro-home .pic-con {
    overflow: hidden;
    margin-top: 1.3rem;
    color: #FFF;
    background: url(../images/img41.jpg)no-repeat center;
    background-size: cover;
    height: 6.33rem;
}

.pro-home .pic-con .title {
    font-size: .36rem;
    font-weight: 600;
}

.pro-home .pic-con .text {
    font-size: .19rem;
    line-height: 1.8;
    margin-top: .45rem;
}

.pro-home .pro-all {
    margin-top: .85rem;
}

.pro-home .pro-all .title {
    font-size: .44rem;
    font-weight: 900;
    line-height: 1;
}

.pro-home .pro-all .content {
    /* column-count: 2; */
    /* column-gap: 90px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
/*     margin-top: 1rem; */
    overflow: hidden;
}

.pro-home .pro-all .item {
    position: relative;
    width: 47%;
    padding-top: .8rem;
    overflow: hidden;
}

.pro-home .pro-all .item:nth-of-type(odd) {
/*     top: -1rem; */
}

.pro-home .pro-all .item .tit {
    font-size: .31rem;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: .4rem;
}

.pro-home .pro-all .item .tit img {
    width: auto;
/*     height: .6rem;
    margin-right: .1rem; */
}

.pro-home .pro-all .item .des {
    font-size: .2rem;
    line-height: 1.6;
    margin-top: .3rem;
    color: #000;
}

.pro-home .pro-all .item .go {
    text-decoration: underline;
    font-size: .2rem;
    font-weight: 900;
    margin-top: .55rem;
}

.pro-home .pro-all .item .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 57.22%;
}

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

.pro-ser {
    background-color: #eceeee;
    padding-top: .8rem;
    padding-bottom: 1.15rem;
    margin-top: 1.25rem;
}

.pro-ser .title {
    font-size: .41rem;
    font-weight: 900;
    line-height: 1;
}

.pro-ser .text {
    font-size: .2rem;
    margin-top: .35rem;
}

.pro-ser .item {
    width: 31.6%;
    margin-right: 2.5%;
    margin-top: .6rem;
}

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

.pro-ser .item .tit {
    font-weight: 900;
    line-height: 1.2;
    font-size: .28rem;
    margin-top: .3rem;
}

.pro-ser .item .des {
    font-size: .18rem;
    line-height:22px;height: 88px;
    color: #333;
    margin-top: .3rem;
}

.pro-ser .item .btn {
    background-color: #18545e;
    color: #FFF;
    font-weight: 600;
    width: 100%;
    line-height: .68rem;
    font-size: .19rem;
    text-transform: uppercase;
    margin-top: .6rem;
}

.pro-ser .item .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 94.31%;
}

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

.pro-content {
    padding-left: 2.3rem;
}

.pro-content .sidebar {
    width: 3.6rem;
    padding-right: .15rem;
    padding-top: .1rem;
}

.pro-content .sidebar .title {
    font-size: .25rem;
    font-weight: 600;
    color: #FFF;
    background: #18545e;
    background-size: cover;
    padding-left: .2rem;
    line-height: .84rem;
    margin-bottom: 1px;
    width: 100%;
   
}

.pro-content .sidebar li {
    line-height: .7rem;
    border-bottom: 1px #d9d9d9 solid;
    font-size: .23rem;
    font-weight: 500;
    padding-left: .2rem;
}

.pro-content .sidebar li .icon {
    display: flex;
    align-items: center;
    width: .7rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: .1rem;
}

.pro-content .sidebar li .icon img {
    width: 100%;
    height: auto;
}
.pro-content .sidebar li .icon img.s2 {
    display: none;
}


.pro-content .sidebar li.on {
    background-color: #18545e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}
.pro-content .sidebar li.on a {
    color: #FFF;
}
.pro-content .sidebar li:hover .icon img.s1,
.pro-content .sidebar li.on .icon img.s1 {
    display: none;
}
.pro-content .sidebar li:hover .icon img.s2,
.pro-content .sidebar li.on .icon img.s2 {
    display: block;
}

.pro-content .content {
    background-color: #f6f6f6;
    padding-right: 2.3rem;
    padding-bottom: 1.85rem;
    padding-left: .6rem;
}

.crumb {
    position: absolute;
    font-size: .16rem;
    right: 2.3rem;
    color: #FFF;
    top: -.45rem;
}

.crumb a {
    color: #FFF;
}

.pro-content .item {
    background-color: #FFF;
    width: 48.5%;
    margin-right: 3%;
    margin-top: .3rem;
}

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

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

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

.pro-content .item .txt-con {
    padding: .3rem;
}

.pro-content .item .tit {
    font-size: .26rem;
    font-weight: 900;
    line-height: 1.5;
}

.pro-content .item .text {
    font-size: .18rem;
    margin-top: .15rem;
    line-height: 1.6;
}

.pro-content .item .req {
    border: 1px #18545e solid;
    height: .53rem;
    font-weight: 600;
    color: #18545e;
    padding-left: .3rem;
    background: url(../images/icon18.png)90% center no-repeat;
    background-size: .28rem;
    font-size: .2rem;
}

.pro-content .item .more {
    background-color: #18545e;
    color: #FFF;
    height: .52rem;
    font-weight: 600;
    width: 50%;
}

.pro-content .item .more:hover {
    text-decoration: underline;
}

.pro-details .crumb {
    border-bottom: 1px #dbdbdb solid;
    color: #666;
    font-size: .15rem;
    position: inherit;
    line-height: .54rem;
}

.pro-details .crumb a {
    color: #666;
}

.pro-details .crumb span {
    color: #18545e;
}

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

.pro-details .thumb {
    width: 8.14rem;
    overflow: hidden;
    margin-right: .6rem;
}


/* .pro-details .gallery-top {
    height: 5.66rem;
} */

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

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

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

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

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


/* .pro-details .gallery-thumbs .swiper-slide {
    height: 1.1rem;
} */

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

.pro-details .info-con h1 {
    font-size: .37rem;
    font-weight: 600;
    line-height: 1.5;
}

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

.pro-details .info-con .text {
    line-height: .2rem;
    border-bottom: 1px #c8c8c8 solid;
    font-size: .23rem;padding: .2rem 0;
}

.pro-details .info-con .text span {
    font-weight: 600;
    width: 2.4rem;
    margin-right: .3rem;
}

.pro-details .info-con .btn a {
    font-size: .21rem;
    color: #FFF;
    font-weight: 600;
    width: 49%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #18545e;
    line-height: .6rem;
    margin-top: .3rem;
    padding-left: .3rem;
}

.pro-details .info-con .btn a.request-btn::before {
    content: '';
    width: .4rem;
    height: 100%;
    background: url(../images/icon20.png)no-repeat center;
    background-size: 100%;
    margin-right: .2rem;
}

.pro-details .info-con .btn a.tel::before {
    content: '';
    width: .35rem;
    height: 100%;
    background: url(../images/icon21.png)no-repeat center;
    background-size: 100%;
    margin-right: .2rem;
}

.pro-details .pro-info .title {

    color: #000;
    font-size: .31rem;
    font-weight: 600;
    line-height: .8rem;
    margin-top: .8rem;
	border-bottom: 1px solid #18545e;
}
.pro-details .pro-info .title div{display:none}

.pro-details .pro-info .tit {
    font-size: .34rem;
    font-weight: 900;
    line-height: 1;
    margin-top: .65rem;
}

.pro-details .pro-info .text {
    font-size: .22rem;
    line-height: 1.6;
    margin-top: .35rem;
}
.pro-details .pro-info .text ul li{list-style: disc;}

.pro-details .pro-info .pic {
    overflow: hidden;
    margin-top: .6rem;
}

.pro-details .pro-info .pic img {
    max-width: 100%;
    height: auto;
}

.pro-details .box {
    background-color: #18545e;
    padding-left: 2.3rem;
    overflow: hidden;
    margin-top: .65rem;
    color: #FFF;
}

.pro-details .box .pic {
    position: relative;
    width: 9.42rem;
    overflow: hidden;
}

.pro-details .box .pic.s2 {
    cursor: pointer;
}

.pro-details .box .pic span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 3em;
    height: 3em;
    background: url(../images/play.png) no-repeat center;
    background-size: 100%;
}

.pro-details .box .txt-con {
    margin-right: 1.3rem;
    padding-top: 1.2rem;
}

.pro-details .box .tit {
    font-size: .3rem;
    font-weight: 900;
    line-height: 1;
}

.pro-details .box .text {
    line-height: 1.6;
    margin-top: .6rem;
}

.pro-details .content .title {
    font-size: .34rem;
    line-height: 1;
    font-weight: 600;
}

.pro-details .par {
    margin-top: .7rem;
}

.pro-details .par .text {
    color: #282828;
    line-height: 1.8;
    margin-top: .4rem;overflow: auto;
}
.pro-details .par .text img{max-width:100%;height:auto}

.pro-details .par table {
    border-top: 1px #c0bfbf solid;
    border-left: 1px #c0bfbf solid;
    margin: .2rem 0;
}

.pro-details .par table td {
    border-bottom: 1px #c0bfbf solid;
    border-right: 1px #c0bfbf solid;
    padding: .05rem .05rem;
    color: #000;
}

.pro-details .par table tr:nth-child(odd) {
    background-color: #f7f7f7;
}

.pro-details .pro-adv {

}

.pro-details .pro-adv .item {
    width: 32%;
    margin-right: 1.3%;
    margin-top: .6rem;
    overflow: hidden;
}
.pro-details .pro-adv .item:nth-child(1),.pro-details .pro-adv .item:nth-child(2) {width: 48%;}

.pro-details .pro-adv .item:nth-of-type(2) {
    margin-right: 0;
}

.pro-details .pro-adv .item .tit {
    font-weight: 600;
    font-size: .27rem;
    line-height: 1.2;
    margin-top: .25rem;
    height: .62rem;
}

.pro-details .pro-adv .item .text {
    color: #333;
    font-size: .2rem;
    line-height: 1.5;
    margin-top: .1rem;
}

.pro-details .pro-adv .item .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 64.99%;
}
.pro-details .pro-adv .item:nth-child(1) .pic,.pro-details .pro-adv .item:nth-child(2) .pic { padding-top: 45.99%;}

.pro-details .pro-adv .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

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

.pro-details .pro-app .con {
    margin-top: .7rem;
}

.pro-details .pro-app .img-list {
    margin-top: .4rem;
}
.pro-details .pro-app .img-list .row {
    display: flex;
    gap: 1em;
}
.pro-details .pro-app .img-list .row .item {
    flex: 1;
    font-size: .24rem;
    line-height: 1.4;
    text-align: center;
    margin-top: .2rem;
}
.pro-details .pro-app .img-list .row .item img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: .4em;
}

.form-group {
    border: 1px #cfcfcf solid;
    margin-top: .9rem;
    padding: .4rem .3rem;
}

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

.form-group .title {
    font-size: .29rem;
    line-height: 1;
    font-family: 'Sansation';
}

.form-group .content {
    margin-top: .3rem;
}

.form-group .group {
    margin-right: .4rem;
    width: 4.35rem;
    margin-top: .15rem;
}

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

.form-group .group .tit {
    font-size: .21rem;
    color: #9898ac;
    line-height: 1.2;
    font-family: 'Sansation';
}

.form-group .group .tit span {
    color: #ed1b24;
    font-size: .32rem;
    line-height: 1;
}

.form-group .group input[type='text'] {
    width: 100%;
    background-color: #eceff3;
    height: .6rem;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin-top: .05rem;
    padding-left: .2rem;
    background-position: .2rem center;
    background-repeat: no-repeat;
    font-size: .21rem;
}

.form-group .group.code input[type='text'] {
    width: 4.35rem;
    margin-right: .4rem;border: 0;
}

.form-group .group.code img {
    height: .6rem;
    margin-right: .6rem;
    margin-top: .05rem;
}

.form-group input[type='submit'] {
    background-color: #ed1b24;
    color: #FFF;
    height: .6rem;
    width: 3rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: .26rem;
    text-transform: uppercase;
    font-family: 'Sansation';
    margin-top: .05rem;
}

.form-group .group .name {
    background-image: url(../images/f1.png);
    background-size: .22rem;
    padding-left: .68rem !important;
}

.form-group .group .tel {
    background-image: url(../images/f2.png);
    background-size: .24rem;
    padding-left: .68rem !important;
}

.form-group .group .email {
    background-image: url(../images/f3.png);
    background-size: .24rem;
    padding-left: .68rem !important;
}

.form-group .group .address {
    background-image: url(../images/f4.png);
    background-size: .18rem;
    padding-left: .68rem !important;
}

.form-group .group .mess {
    background-image: url(../images/f5.png);
    background-size: .3rem;
    padding-left: .68rem !important;
}

.pro-details .Related {
    margin-top: .95rem;
    padding-left: 0;
}

.pro-details .Related .title {
    font-size: .33rem;
    font-weight: 900;
}

.pro-details .Related .title a {
    text-decoration: underline;
    font-size: .23rem;
    color: #353535;
    font-weight: 600;
}

.pro-details .Related .item {
    margin-top: .4rem;
}

.pro-details .Related .swiper-button-prev {
    width: .54rem;
    height: .89rem;
    background: url(../images/prev2.png)no-repeat center;
    background-size: 100%;
    left: -.8rem;
}

.pro-details .Related .swiper-button-next {
    width: .54rem;
    height: .89rem;
    background: url(../images/next.png)no-repeat center;
    background-size: 100%;
    right: -.8rem;
}

.pro-details .pro-content .item .txt-con {
    padding-top: .2rem;background-color: #f6f6f6;
}

.pro-details .pro-content .item .text {
    line-height: 1.4;
}

@media (min-width:1025px) {
    .pro-home .pro-all .item:hover .pic img,
    .pro-ser .item:hover .pic img,
    .pro-content .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .pro-home .pro-all .item:hover .go {
        text-decoration: none;
    }
    .pro-ser .item:hover .btn {
        background-color: #000;
    }
    .pro-content .sidebar li:hover {
        background-color: #18545e;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        overflow: hidden;
    }
    .pro-content .sidebar li:hover a {
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .pro-home .text-content .title,
    .pro-home .pic-con .title,
    .pro-home .pro-all .title,
    .pro-details .info-con h1,
    .pro-details .content .title {
        font-size: 27px;
    }
    .pro-home .text-content .text,
    .pro-home .pic-con .text,
    .pro-home .pro-all .item .des,
    .pro-home .pro-all .item .go,
    .pro-ser .text,
    .pro-ser .item .btn,
    .pro-ser .item .des,
    .pro-content .sidebar li,
    .pro-details .info-con .text,
    .pro-details .info-con .btn a,
    .pro-details .pro-info .text,
    .pro-details .pro-adv .item .text,
    .pro-details .Related .title a {
        font-size: 16px;
    }
	.pro-details .info-con .text{font-size: 18px;}
    .pro-content .item .tit,
    .form-group .group .tit,
    .pro-details .pro-app .img-list .row .item {
        font-size: 19px;
    }
    .pro-ser .item .tit,
    .pro-details .pro-adv .item .tit {
        font-size: 19px;
    }
    .pro-home .pro-all .item .tit,
    .pro-content .sidebar .title,
    .pro-details .pro-info .title,
    .pro-details .box .tit,
    .form-group .title,
    .form-group input[type='submit'] {
        font-size: 19px;
    }
	.pro-home .pro-all{margin-top: .25rem;}
    .pro-home .text-content .txt-con {
        margin-right: .7rem;
    }
    .pro-home .pro-all .content {
        /* column-gap: 30px; */
        margin-top: 0;
    }
	
    .pro-ser .title {
        font-size: 32px;
    }
    .pro-ser .item .des {}
    .pro-ser .item .btn {
        line-height: 48px;
    }
    .pro-content,
    .pro-details .box {
        padding-left: .2rem;
    }
    .pro-content .content {
        padding-right: .2rem;
        padding-left: .2rem;
    }
    .crumb {
        right: .2rem;
        font-size: 13px;
    }
    .pro-content .sidebar {
        width: 3.8rem;
    }
    .pro-content .item .text {
        font-size: 14px;
    }
    .pro-content .item .req,
    .pro-content .item .more {
        height: 40px;
        font-size: 15px;
    }

    .pro-details .info-con .text span {
        width: 170px;
    }
    .pro-details .info-con .text {
        line-height: 20px;font-size: 18px;
    }
    .pro-details .info-con .btn a {
        line-height: 40px;
    }
    .pro-details .pro-info .tit,
    .pro-details .Related .title {
        font-size: 25px;
    }
    .pro-details .box .pic {
        width: 7rem;
    }
    .pro-details .box .txt-con {
        margin-right: .6rem;
    }
    .pro-details .box .txt-con {
        padding-top: .7rem;
    }
    .pro-details .pro-info .title {
        line-height: 60px;
    }
    .pro-details .pro-adv .item .tit {
        height: 42px;
    }
    .form-group .group input[type='text'],
    .form-group .group.code img,
    .form-group input[type='submit'] {
        height: 40px;
    }
    .pro-details .Related .swiper-button-prev {
        left: 0;
    }
    .pro-details .Related .swiper-button-next {
        right: 0;
    }
}

@media (max-width:950px) {
    .pro-content {
        padding-right: .2rem;
    }
    .pro-home .text-content .title,
    .pro-home .pic-con .title,
    .pro-home .pro-all .title,
    .pro-details .info-con h1 {
        font-size: 22px;
    }
	.pro-details .info-con{margin-top: .2rem;}
    .pro-home .pic-con {
        height: auto;
        padding: .7rem .2rem;
    }
    .pro-home .pro-all .title {
        line-height: 1.4;
    }
    .pro-content .sidebar {
        width: 100%;
        padding-right: 0;
    }
    .pro-content .sidebar .title {
        clip-path: none;
        right: .2rem;
        width: auto;
        position: relative;
        line-height: 48px;
        top: auto;
    }
    .pro-content .sidebar ul {
        margin-top: .3rem;
    }
    .pro-content .sidebar ul,
    .crumb {
      font-size: .22rem; display:none;
    }
    .pro-content .sidebar li {
        line-height: 48px;font-size: 19px;
    }
    .pro-content .sidebar .title::after {
        content: '';
        position: absolute;
        right: .2rem;
        top: 15%;
        width: 65px;
        height: 65px;
        background: url(../images/arrow1.svg) no-repeat center;
        background-size: 29px;
        margin-top: -15px;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    .pro-content .sidebar .title.cur::after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .pro-content .content {
        background-color: #FFF;
        padding-left: 0;
        padding-right: 0;
    }
    .pro-content .item .txt-con {
        padding-left: 0;
        padding-right: 0;
    }

    .pro-details .thumb {
        width: 100%;
        margin-left: 0;
        margin-top: .6rem;
    }
    .pro-details .gallery-thumbs .swiper-slide {
        padding-top: 16%;
    }
    .pro-details .par .text br {
        display: none;
    }
    .pro-details .pro-adv .item {
        width: 49%;
    }
    .pro-details .pro-adv .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .pro-details .pro-adv .item:nth-child(even) {
        margin-right: 0;
    }
    .pro-ser .title {
        font-size: 27px;
    }

}

@media (max-width:767px) {
    .pro-content .sidebar .title {
        font-size: 22px;right: 0;
    }
    .pro-home .text-content .pic {
        width: 100%;
        margin-top: .3rem;
    }
    .pro-home .text-content .txt-con,
    .pro-details .box .txt-con {
        margin-right: 0;
    }
    .pro-home .text-content .title {
        margin-top: 0;
        font-size: 24px;
    }
	.pro-home .pro-all .item .des{display: none;}
	.pro-home .pro-all .item .go{ font-size:.28rem;font-weight: normal;}
	
    .pro-home .pro-all .item:nth-child(5) {
        padding-top: 1.9rem;
    }
    .pro-home .pro-all .item .tit img {
        height: .45rem;
    }

    .pro-home .pro-all .item .tit {
        font-size: .42rem;
    }
    .pro-home .pro-all .item {
        padding-top: .5rem;
    }
    .pro-content .item .req {
        padding-left: .1rem;
    }
    .pro-details .box {
        padding-right: .2rem;
        padding-bottom: .2rem;
    }
    .pro-details .box .pic {
        width: 100%;
        margin-top: .4rem;
    }
    .pro-details .content .title {
        font-size: 21px;
    }
    .pro-details .box .text {
        margin-top: .4rem;
    }
    .pro-details .pro-app .con {
        display: block;
        margin-top: .5rem;
    }
    .pro-details .pro-app .con .pic1 {
        width: 100%;
        margin-right: 0;
    }
    .pro-details .pro-app .con .pic2 {
        margin-top: .2rem;
    }
    .pro-details .pro-app .img-list .row {
        gap: 0;
        flex-direction: column;
    }
    .pro-details .pro-app .img-list .row .item {
        width: 100%;
        flex: unset;
    }
    .form-group .con {
        display: block;
    }
    .form-group .group {
        margin-right: 0;
        width: 100%;
    }
    .form-group .group.code img {
        margin-right: .3rem;
    }
    .form-group .group.code input[type='text'] {
        margin-right: .2rem;
    }
    .form-group .group.code input[type='text'] {
        width: 3.4rem;
    }
    .form-group input[type='submit'] {
        font-size: 17px;
    }
    .pro-details .thumb {
        margin-top: .4rem;
    }
    .pro-details .info-con .info-box {
        order: 1;
    }
    .pro-home .pro-all .item {
        width: 100%;
        top: 0 !important;
    }
}

@media (max-width:600px) {
    .pro-home .pro-all .item:nth-child(5) {
        padding-top: .7rem;
    }
    .pro-ser .item,
    .pro-content .item,
    .pro-details .pro-adv .item,
    .pro-details .pro-app .item {
        width: 100%;
        margin-right: 0;
    }
	.pro-details .pro-adv .item:nth-child(1),.pro-details .pro-adv .item:nth-child(2) {width: 100%;margin-right: 0;}

    .pro-content .item .req {
        padding-left: .2rem;
    }

    .pro-details .gallery-thumbs .swiper-slide {
        padding-top: 22%;
    }
    .pro-details .par table td {font-size:15px;
    }
    .pro-details .pro-adv .item .tit {
        height: auto;
    }
    .form-group input[type='submit'] {
        font-size: 15px;
    }
}


/* 新闻 */

.news-list .Latest {
    margin-top: .65rem;
}

.news-list .Latest .title {
    font-weight: 600;
    font-size: .41rem;
    line-height: 1;
}

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

.news-list .Latest .pic {
    width: 7.3rem;
    height: 4.9rem;
    overflow: hidden;
}

.news-list .Latest .text-con {
    background-color: #f2f2f2;
    padding: .5rem .5rem .6rem .5rem;
    margin-bottom: .7rem;
}

.news-list .Latest .tit {
    font-size: .28rem;
    line-height: 1.4;
    font-weight: 500;
}

.news-list .Latest .date {
    background-color: #18545e;
    color: #FFF;
    font-size: .15rem;
    line-height: .44rem;
    padding: 0 .3rem;
    font-weight: 600;
    margin-top: .15rem;
}

.news-list .Latest .text {
    color: #000;
    font-size: .19rem;
    margin-top: .35rem;
}

.news-list .Latest .more {
    font-size: .21rem;
    font-weight: 600;
    text-decoration: underline;
    margin-top: .4rem;
}

.news-list .Latest .swiper-pagination {
    left: auto;
    right: 0;
    bottom: 0;
}

.news-list .Latest .swiper-pagination-bullet {
    border: 1px #18545e solid;
    width: .2rem;
    height: .2rem;
    opacity: 1;
    background-color: #FFF;
    margin-right: .1rem;
}

.news-list .Latest .swiper-pagination-bullet-active {
    background-color: #18545e;
}

.news-list .sub {
    border-bottom: 5px #d3d6d6 solid;
    font-size: .23rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: .85rem;
}

.news-list .sub a {
    padding-right: .25rem;
    padding-bottom: .3rem;
}

.news-list .sub a.on {
    color: #18545e;
}

.news-list .sub a.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
    background-color: #18545e;
}

.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 {
    overflow: hidden;
    width: 100%;
    padding-top: 65.82%;
}

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

.news-list .item .date {
    font-weight: 600;
    font-size: .15rem;
    color: #666;
    text-transform: uppercase;
    margin-top: .2rem;
}

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

.news-list .item .tit {
    font-size: .23rem;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    height: .9rem;
    margin-top: .25rem;
}

.news-list .item .more {
    text-decoration: underline;
    font-size: .19rem;
    font-weight: 600;
    margin-top: .2rem;
}

.page {
    margin-top: 1rem;
    flex-wrap: wrap;
}

.page a {
    min-width: .42rem;
    line-height: 1.2;
    font-size: .17rem;
    margin-right: .8em;
    margin-top: .8em;
    padding: .5em .4em;
    border: 1px #e4e4e4 solid;
    background-color: #FFF;
}

.page .prev,
.page .next {
    color: transparent;
    background: #FFF url(../images/prev3.png)no-repeat center;
}

.page .next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

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

.news-list .pic-con {
    width: 100%;display: none;
    height: 5.2rem;
    background: url(../images/img74.png)no-repeat center;
    background-size: cover;
    margin-top: 1.3rem;
}

.news-list .pic-con .text-con {
    position: absolute;
    left: 2.3rem;
    width: 6.8rem;
    color: #FFF;
}

.news-list .pic-con .tit {
    font-size: .41rem;
    font-weight: 600;
    line-height: 1;
    margin-top: .8rem;
}

.news-list .pic-con .text {
    margin-top: .1rem;
    overflow: hidden;
}

.news-list .pic-con .text p {
    margin-top: .3rem;
}

.news-list .home-info-con {
    padding-left: 0;
    padding-right: 0;
    margin-top: .15rem;
}

.news-list .home-info-con .tit {
    height: auto !important;
    font-weight: 600;
}

.news-list .home-info-con .more {
    margin-top: .1rem;
    font-size: .16rem;
}

.news-details {
    background-color: #f2f2f2;
    overflow: hidden;
}

.news-details .content {
    background-color: #FFF;
    padding: .3rem .9rem 1rem .9rem;
}

.news-details .back {
    font-size: .27rem;
    font-weight: 600;
    padding-left: .3rem;
    cursor: pointer;
}

.news-details .back::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .24rem;
    height: 100%;
    background: url(../images/arrow.svg)no-repeat center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-size: 100%;
}

.news-details .c-box .crumb {
    right: 0;
    bottom: .1rem;
    color: #333333;
    top: auto;
    font-size: .14rem;
}

.news-details .c-box .crumb a {
    color: #333;
}

.news-details .c-box .crumb span {
    font-weight: 600;
}

.news-details h1 {
    font-size: .25rem;
    font-weight: 550;
    line-height: 1.5;
    margin-top: .5rem;
    padding-left: .8rem;
    padding-right: .8rem;
}

.news-details .info {
    margin-top: .2rem;
    font-size: .16rem;
    color: #666;
    border-bottom: 1px #d7dbda solid;
    padding-bottom: .2rem;
}

.news-details .info span {
    margin: 0 10px;
}

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

.news-details .body .wp-caption p{ margin:0}

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

.more-Articles {
    margin-top: .7rem;
}

.more-Articles .title {
    font-size: .37rem;
    font-weight: 900;
}

@media (min-width:1025px) {
    .news-list .Latest .swiper-slide:hover .pic img,
    .news-list .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .news-list .Latest .swiper-slide:hover .more,
    .news-list .item:hover .more {
        text-decoration: none;
    }
    .news-list .Latest .swiper-slide:hover .date {
        background-color: #000;
    }
}

@media (max-width:1199px) {
    .news-list .Latest .tit,
    .news-list .item .tit {
        font-size: 17px;
    }
    .news-list .Latest .date {
        font-size: 13px;
        line-height: 32px;
    }
    .news-list .Latest .text,
    .news-list .Latest .more,
    .news-list .item .more,
    .news-details .body {
        font-size: 16px;
    }
    .news-list .Latest .more {
        margin-top: .3rem;
    }
    .news-list .Latest .pic {
        height: auto;
    }
    .news-list .sub a {
        font-size: 21px;
        padding-bottom: .2rem;
    }
    .news-list .item .date,
    .news-list .home-info-con .more,
    .news-details .info {
        font-size: 13px;
    }
    .news-list .item .tit {
        height: 62px;
    }
    .page a {
        font-size: 15px;
    }
    .news-list .pic-con .text-con {
        left: .2rem;
    }
    .news-list .pic-con .tit {
        font-size: 32px;
    }
    .more-Articles .title {
        font-size: 27px;
    }
    .news-details .content {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .news-details h1 {
        font-size: 19px;
        padding-left: .3rem;
        padding-right: .3rem;
    }
    .news-details .back {
        font-size: 21px;
    }
    .news-details .c-box .crumb {
        display: none;
    }
}

@media (max-width:950px) {
    .news-list .item {
        width: 49%;
    }
    .news-list .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .news-list .item:nth-child(even) {
        margin-right: 0;
    }
    .news-list .pic-con .text-con {
        width: auto;
        right: .2rem;
    }
    .news-list .pic-con .tit {
        font-size: 27px;
    }
}

@media (max-width:767px) {
    .news-list .Latest .content {
        margin-top: .4rem;
    }
    .news-list .Latest .pic {
        width: 100%;
        overflow: hidden;
        padding-top: 67%;
    }
    .news-list .Latest .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .news-list .Latest .text-con {
        padding-left: .3rem;
        padding-right: .3rem;
        padding-bottom: .4rem;
    }
    .news-list .Latest .swiper-pagination {
        width: 100%;
        text-align: center;
    }
    .news-list .sub a {
        font-size: 19px;
    }
    .news-list .home-info-con .item {
        margin-right: 0;
    }
}

@media (max-width:600px) {
    .news-list .sub a.on::after {
        display: none;
    }
    .news-list .item {
        width: 100%;
        margin-right: 0;
    }
    .news-list .item .tit {
        height: auto;
    }
    .news-details h1 {
        padding-left: 0;
        padding-right: 0;
    }
}


/* 品牌 */

.brand .title {
    font-size: .44rem;
    font-weight: 600;
    line-height: 1;
}

.brand .con {
    padding-bottom: 2rem;
    margin-top: .85rem;
}


/* .brand .con::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
} */

.roll {
    position: absolute;
    left: 0%;
    bottom: 0;
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 1.82rem;
}

.roll .fzwen {
    display: flex;
    width: auto;
    flex-shrink: 0;
    white-space: nowrap;
    animation: leftfe1 40s linear infinite;
    -webkit-animation: leftfe1 40s linear infinite;
}

.roll .fzwen span {
    display: block;
    background: url(../images/bg3.png)no-repeat left center;
    background-size: auto 1.82rem;
    width: 8.54rem;
    height: 1.82rem;
}

.brand .con .title {
    margin-right: 3.7rem;
    padding-top: .25rem;
}

.brand .con .text {
    line-height: 1.7;
}

.brand .brand-con {
    margin-top: .4rem;
}

.brand .brand-con .item img {
    width: auto;
    height: .54rem;
}

.brand .brand-pic {
    margin-top: .4rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

.brand .brand-pic .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 33.3%;
}

.brand .brand-pic .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.brand .Research {
    margin-top: .95rem;
}

.brand .Research .text-con {
    margin-right: 1.4rem;
    padding-top: .4rem;
}

.brand .Research .text-con .title {
    font-size: .44rem;
    font-weight: 600;
    line-height: 1;
}

.brand .Research .text-con .text {
    line-height: 1.95;
    margin-top: .5rem;
}

.brand .Research .text-con .text a {
    color: #18545e;
    font-weight: 800;
    font-size: .23rem;
}

.brand .Research .num-box {
    width: 5.5rem;
}

.brand .Research .num-box .item {
    padding-top: .23rem;
    padding-bottom: .23rem;
    border-bottom: 1px #d7d7d7 solid;
    padding-left: .28rem;
}

.brand .Research .num-box .item .icon {
    height: .95rem;
    margin-right: .3rem;
}

.brand .Research .num-box .item .icon img {
    width: auto;
    height: 100%;
}

.brand .Research .num-box .item .counter {
    font-size: .58rem;
    line-height: 1;
    font-weight: 900;
    color: #18545e;
}
.brand .Research .num-box .item .counter .val {
    height: 0;
    opacity: 0;
}
.brand .Research .num-box .item .counter .val.num {
    height: auto;
    opacity: 1;
}

.brand .Research .num-box .item .txt {
    font-size: .17rem;
    margin-left: .4rem;
}

.brand .Research .num-box .item .counter.plus .val::after {
    content: '+';
}

.brand .Research .num-box .item .t1 {
    color: #18545e;
    font-size: .15rem;
    font-weight: 600;
    line-height: 1.2;
    margin-left: .2rem;
}

.brand .pic1 {
    overflow: hidden;
    margin-top: .9rem;
    background: url(../images/img79.png)no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    height: 6.7rem;
}

.brand .title1 {
    font-size: .34rem;
    line-height: 1;
    font-weight: 600;
}

.brand .Manufacturing {
    background-color: #f2f2f2;
    padding: .5rem .3rem;
    margin-top: -.5rem;
}

.brand .Manufacturing .pic {
    width: 7.71rem;
    height: 4.74rem;
    margin-right: .68rem;
    overflow: hidden;
}

.brand .Manufacturing .title1 {
    margin-top: .2rem;
}

.brand .Manufacturing .text {
    line-height: 1.5;
    margin-top: .25rem;
    font-size: .19rem;
}

.brand .Manufacturing .more {
    color: #FFF;
    font-weight: 600;
    background-color: #18545e;
    line-height: .62rem;
    padding: 0 .3rem;
    margin-top: .2rem;
}

.brand .Extreme {
    background-color: #f2f2f2;
    margin-top: 1.25rem;
    padding: .5rem .3rem .5rem .6rem;
}

.brand .Extreme .pic {
    width: 7.71rem;
    height: 4.1rem;
    margin-left: .6rem;
    overflow: hidden;
}

.brand .Extreme .title1 {
    margin-top: .1rem;
}

.brand .Extreme .text-con:first-child {
    margin-top: .45rem;
}

.brand .Extreme .text {
    font-size: .19rem;
}

.brand .Extreme .num {
    font-family: 'Georgia';
    font-size: .3rem;
    font-weight: 600;
}

.brand .Extreme .num span {
    font-family: '宋体';
}

.brand .Extreme .card {
    width: 47%;

}

.brand .Extreme .card:first-of-type {
    width: 100%;
}

.brand .Extreme .card .tit {
    font-size: .22rem;
    font-weight: 600;
    line-height: 1.2;
}

.brand .Extreme .card .text {
    margin-top: .1rem;
    line-height: 1.5;
}

.brand .Global {
    margin-top: 1.1rem;
}

.brand .Global .title {
    font-size: .35rem;
}

.brand .Global .text {
    font-size: .21rem;
    margin-top: .3rem;
    padding-left: .5rem;
    padding-right: .5rem; text-align:left
}

.brand .Global .pic {
    margin-top: .4rem;
}

.brand .Global .pic img {
    max-width: 100%;
    height: auto;
}

.brand .Global .txt-con {
    margin-top: .3rem;
    padding-left: .7rem;
    padding-right: .7rem;
}

.brand .Global .txt-con .txt img {
    width: .38rem;
    height: auto;
    margin-right: .15rem;
}

.brand .Global .txt-con .txt {
    font-size: .19rem;
    line-height: 1.5;
    width: 30%;
}

.brand .Global .txt-con .txt:last-child {
    width: 25%;
}

@media (min-width:1025px) {
    .brand .Manufacturing .more:hover {
        background-color: #000;
    }
    .brand .Manufacturing .pic:hover img,
    .brand .Extreme .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);
    }
}

@media (max-width:1199px) {
    .brand .con .title {
        font-size: 35px;
        margin-right: 2.8rem;
    }
    .brand .brand-pic {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .brand .Research .text-con .title {
        font-size: 31px;
    }
    .brand .Research .text-con .text a,
    .brand .Extreme .card .tit {
        font-size: 17px;
    }
    .brand .Research .num-box .item .counter {
        font-size: 37px;
    }
    .brand .Research .num-box .item:nth-child(1) .counter {
        width: 128px;
    }
    .brand .Research .num-box .item:nth-child(2) .counter {
        width: 102px;
    }
    .brand .Research .num-box .item:nth-child(3) .counter {
        width: 77px;
    }
    .brand .Research .num-box .item:nth-child(3) .t1,
    .brand .Manufacturing .text,
    .brand .Extreme .text,
    .brand .Global .txt-con .txt {
        font-size: 14px;
    }
    .brand .Research .num-box .item .txt,
    .brand .Global .text {
        font-size: 15px;
    }
    .brand .Research .text-con {
        margin-right: .6rem;
    }
    .brand .Research .num-box {
        width: 6.5rem;
    }
    .brand .title1 {
        font-size: 27px;
    }
    .brand .Manufacturing .pic,
    .brand .Extreme .pic {
        height: auto;
    }
    .brand .Manufacturing .more {
        margin-top: .4rem;
        line-height: 40px;
    }
    .brand .Extreme .num {
        font-size: 21px;
    }
    .brand .Global .txt-con {
        padding-left: 0;
        padding-right: 0;
    }
    .brand .pic1 {
        background-attachment: inherit;
    }
}

@media (max-width:950px) {
    .brand .con .title {
        font-size: 27px;
        margin-right: 2rem;
    }
    .brand .brand-pic .pic {
        width: 49.7%;
        padding-top: 38%;
        margin-top: .08rem;
    }
    .brand .Research .text-con .title {
        font-size: 27px;
    }
    .brand .Global .text {
        padding-left: 0;
        padding-right: 0;
    }
    .brand .Global .txt-con .txt {
        width: 33%;
    }
    .brand .Global .txt-con .txt:last-child {
        width: 27%;
    }
}

@media (max-width:767px) {
    .brand .con {
        background-size: 100%;
    }
    .brand .con .title {
        margin-right: .5rem;
    }
    .brand .Research .text-con,
    .brand .Manufacturing .pic {
        margin-right: 0;
    }
    .brand .Research .num-box,
    .brand .Manufacturing .pic,
    .brand .Extreme .pic {
        width: 100%;
    }
    .brand .Extreme .pic {
        margin-left: 0;
        order: 1;
        margin-bottom: .3rem;
    }
    .brand .Extreme>div:first-child {
        order: 2;
    }
    .brand .Extreme {
        padding-left: .3rem;
        margin-top: .7rem;
    }
    .brand .Global .txt-con .txt {
        width: 100% !important;
        margin-top: .3rem;
    }
    .brand .pic1 {
        height: 3.8rem;
    }
}

@media (max-width:540px) {
    .brand .con {
        margin-top: .6rem;
    }
    .brand .con .title {
        width: 100%;
        margin-right: 0;
        padding-top: 0;
    }
    .brand .con .text {
        margin-top: .4rem;
    }
    .brand .brand-con {
        margin-top: 0;
    }
    .brand .brand-con .item {
        width: 50%;
        margin-top: .2rem;
    }
    .brand .brand-pic .pic {
        width: 100%;
        padding-top: 44%;
    }
    .brand .title1 {
        font-size: 23px;
    }
}

@media (max-width:376px) {
    .brand .Extreme .card {
        width: 100%;
        margin-top: .4rem;
    }
}


/* 联系我们 */


.Contact .title {
    font-size: .38rem;
    line-height: 1;
    font-weight: 600;
    margin-top: .8rem;
}

.Contact .text {
    font-size: .2rem;
    color: #666;
    line-height: 1.8;
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.Contact .form-group {
    margin-bottom: .8rem;
    padding: 0;
    border: 0;
}

.Contact .form-group .content {
    margin-top: 0;
}

.Contact .form-group .group {
    margin-top: .45rem;
    width: 4.55rem;
}

.Contact .form-group .group .tit {
    color: #000;
    font-family: 'Poppins-Regular';
}

.Contact .form-group .group input[type='text'] {
    margin-top: .25rem;
    background-color: #FFF;
    border: 2px #bab9b9 solid;
}

.Contact .form-group .group.code img {
    margin-top: .25rem;
}

.Contact .form-group .group.code input[type='text'] {
    width: 4.55rem;
}

.Contact .form-group input[type='submit'] {
    width: 4.55rem;
    background-color: #18545e;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-top: .25rem;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
    height: .7rem;
}

.Contact .info {
    margin-top: .8rem;
    margin-bottom: .8rem;justify-content: space-between;
}

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

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

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

.Contact .info .tit {
    font-size: .32rem;
    font-weight: bold;
    line-height: 1.1;
    margin-top: .2rem
}

.Contact .info .con {
    margin-top: .45rem
}

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

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

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

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

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

@media (max-width:1199px) {
    .Contact .title {
        font-size: 27px;
        line-height: 1.4;margin-top: 0;
    }
    .Contact .text {
        font-size: 15px;margin-bottom: .6rem;
    }
    .Contact .info .tit {
        font-size: 20px;
    }
    .Contact .info .con>div,.pub-other .item .txt {
        font-size: 18px
    }
    .Contact .info .item {
        width: 33.333%;
        padding-right: .6rem;
        padding-left: .6rem
    }
}

@media (max-width: 950px) {
    .Contact .info .item {
        width: 50%;
        border-right: 0
    }

    .Contact .info .item:last-child {
        padding-left: 0;
        margin-top: .3rem
    }

    .Contact .info .con>div {
        background-position: .1rem 10px
    }
}

@media (max-width:767px) {
    .Contact .title {
        font-size: 25px;
    }
    .Contact .form-group .group,
    .Contact .form-group input[type='submit'] {
        width: 100%;
    }
    .Contact .form-group .group.code input[type='text'] {
        width: 3rem;
    }
	.Contact .text p{ display:none}

    .Contact .info {
        margin-top: .2rem
    }

    .Contact .info .item {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-top: .3rem
    }
}


/* 服务 */

.Service .title {
    font-size: .45rem;
    font-weight: 600;
    line-height: 1.2;
}

.Service .Serving {
    margin-top: .7rem;
    padding-bottom: 1.95rem;
    z-index: 10;
    overflow: hidden;
}

/* .Service .Serving::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1.6rem;
    width: 56rem;
    background: url(../images/bg4.png)no-repeat center;
    background-size: auto 1.6rem;
    animation: leftfe1 120s linear infinite;
    -webkit-animation: leftfe1 120s linear infinite;
} */

@keyframes leftfe1 {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

.Service .Serving .pic {
    width: 8.06rem;
    height: 4.77rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.Service .Serving .text-con {
    margin-right: .8rem;
    padding-top: .35rem;
}

.Service .Serving .text {
    line-height: 1.6;
    margin-top: .65rem;
}

.Service .Serving .more {
    color: #FFF;
    font-weight: 600;
    line-height: .6rem;
    padding: 0 .3rem;
    text-transform: uppercase;
    background-color: #18545e;
    margin-top: .9rem;
}

.Service .Qinren {
    background: url(../images/img87.png)no-repeat center;
    background-size: cover;
    width: 100%;
    height: 6.48rem;
    color: #FFF;
    justify-content: flex-end;
}
.Service .Qinren .wp{ margin:0}
.Service .Qinren .text-content {
    width: 6.5rem;
}

.Service .Qinren .text {
    margin-top: .25rem;
}

.Service .Qinren .more {
    text-transform: uppercase;
    font-size: .17rem;
    font-weight: 600;
    margin-top: .3rem;
    color: #FFF;
    text-decoration: underline;
}

.Service .Financial {
    margin-top: .7rem;
}

.Service .Financial .pic {
    width: 7.5rem;
    margin-left: .6rem;
}

.Service .Financial .text {
    margin-top: .6rem;
    font-size: .2rem;
    line-height: 1.8;
}

.Service .Financial .more {
    color: #FFF;
    font-weight: 600;
    line-height: .6rem;
    padding: 0 .3rem;
    text-transform: uppercase;
    background-color: #18545e;
    margin-top: .85rem;
}

.Service .After {
    background-color: #f2f2f2;
    padding-top: .8rem;
    padding-bottom: .85rem;
    margin-top: .7rem;
}

.Service .After .pic {
    width: 7.5rem;
    margin-right: .65rem;
}

.Service .After .text-con {
}

.Service .After .text {
    font-size: .2rem;
    overflow: hidden;
    margin-top: .28rem;
}

.Service .After .text p {
    margin-top: .3rem;
}

.Service .After .more {
    color: #FFF;
    font-weight: 600;
    line-height: .6rem;
    padding: 0 .3rem;
    text-transform: uppercase;
    background-color: #18545e;
    margin-top: .5rem;
}

.Service .more-Articles {
    margin-top: 1rem;
}

.Service .news-list .item {
    margin-top: .75rem;
}

@media (max-width:1199px) {
    .Service .title {
        font-size: 33px;
    }
    .Service .Serving .more {
        width: 100%;
        text-align: center;
    }
    .Service .Qinren .more {
        font-size: 15px;
        padding: 0;
        line-height: 40px;
    }
    .Service .Qinren .text-content {
        width: 6.2rem;
    }
    .Service .Financial .text,
    .Service .After .text {
        font-size: 15px;
    }
    .Service .After .pic {
        margin-left: .7rem;
    }
    .Service .After .more,
    .Service .Financial .more {
        line-height: 40px;
    }
}

@media (max-width:950px) {
    .Service .title {
        font-size: 24px;
    }
    .Service .Serving .pic {
        height: auto;
        width: 7.2rem;
    }
    .Service .Serving .text-con {
        margin-right: .6rem;
    }
    .Service .Serving .more {
        margin-top: .6rem;
    }
    .Service .Qinren .text-content {
        width: 50%;
    }
    .Service .Qinren {
        height: auto;
        padding: .5rem .2rem;
    }
    .Service .Serving .more {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .Service .Serving .text,
    .Service .After .pic {
        margin-top: .4rem;
    }
    .Service .Serving .text-con,
    .Service .Financial .pic {
        margin-left: 0; margin-top: .5rem;
    }
    .Service .Serving .pic {
        width: 100%;
        margin-top: .4rem;
    }
    .Service .Serving .text-con {
        padding-top: 0;
    }
    .Service .Serving .more {
        font-size: 15px;
    }
    .Service .Qinren .text-content,
    .Service .Financial .pic,
    .Service .After .pic {
        width: 100%;
    }
    .Service .After .pic {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: .5rem;
    }
    .Service .Qinren {
        background-position: 80% center;
    }
}


/* 配件 */

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

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

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

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

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

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

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

.Roboto-Regular {
    font-family: "Roboto-Regular";
}

.Roboto-Bold {
    font-family: "Roboto-Bold";
}

.Roboto-Light {
    font-family: "Roboto-Light";
}

.Roboto-Medium {
    font-family: "Roboto-Medium";
}

.header-parts {
    height: 1.1rem;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10001;
    background-color: #FFF;
    border-bottom: 3px #d6d6d6 solid;
}

.header-parts .logo img {
    width: auto;
    height: .53rem;
}

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

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

.header-parts .search-con {
    background-color: #efeff1;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    height: .68rem;
    width: 4.2rem;
}

.header-parts .search-con input[type='text'] {
    width: 100%;
    background-color: #efeff1;
    padding-left: .2rem;
    font-size: .19rem;   border: 0;
}

.header-parts .search-con input[type='submit'] {
    background: #e61b37 url(../images/search.png)no-repeat center;
    background-size: .2rem;
    width: .6rem;    border: 0;
}

.header-parts .nav li>a {
    font-family: 'Roboto-Bold';
    font-size: .22rem;
    text-transform: uppercase;
    padding: 0 .45rem 0 .3rem;
    line-height: .46rem;
    border-radius: .23rem;
    -webkit-border-radius: .23rem;
    -moz-border-radius: .23rem;
    -ms-border-radius: .23rem;
    -o-border-radius: .23rem;
}

.header-parts .nav i {
    position: absolute;
    right: .2rem;
    top: .14rem;
    height: .12rem;
    width: .12rem;
    border-right: 2px #000 solid;
    border-bottom: 2px #000 solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.header-parts .nav .drop {
    top: 1.1rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    left: 0;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    padding: .3rem .4rem;
    border-top: 6px #18545e solid;
    line-height: 2.2;
    font-size: .2rem;
    font-family: 'Roboto-Medium';
}

.header-parts .nav li:nth-child(1) .drop {
    width: 9.3rem;
}

.header-parts .nav li:nth-child(2) .drop {
    width: 5.9rem;
    padding-left: .5rem;
}

.header-parts .nav .drop .box {
    border-right: 1px #d8d8d8 solid;
    padding-left: .4rem;
    padding-right: .4rem;
}

.header-parts .nav .drop .box:first-child {
    padding-left: 0;
}

.header-parts .nav .drop .box:last-child {
    border-right: 0;
    padding-right: 0;
}

.footer-parts {
    background: #f9fafb;
    margin-top: .6rem;
    padding-top: .6rem;
}

.footer-parts .f-nav .tit {
    color: #89898a;
}

.footer-parts .f-nav .sub a {
    color: #163a40;
}

.copyright-parts {
    background-color: #215a64;
}

@media (min-width:1025px) {
    .header-parts .nav li:hover>a {
        background-color: #18545e;
        color: #FFF;
    }
    .header-parts .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .header-parts .nav li:hover i {
        border-right: 2px #FFF solid;
        border-bottom: 2px #FFF solid;
    }
}

@media (max-width:1199px) {
    .header-parts .menu-btn1 {
        display: block;
    }
    .header-parts .con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1rem);
        padding: .2rem .3rem;
    }
    .header-parts .nav,
    .header-parts .nav li {
        display: block;
        position: relative;
    }
    .header-parts .nav li>a {
        line-height: 50px;
        font-size: 17px;
        padding-left: 0;
        padding-right: 0;
    }
    .header-parts .nav i {
        display: none;
    }
    .header-parts .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: 30px;
    }
    .header-parts .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        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%);
    }
    .header-parts .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);
    }
    .header-parts .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100% !important;
        display: none;
        text-align: left;
        padding-top: 0;
        background: none;
        padding-bottom: 0;
        padding-top: .2rem;
        padding-left: .2rem !important;
        font-size: 15px;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    .header-parts .search-con {
        width: 100%;
        height: 50px;
    }
    .header-parts .search-con input[type='submit'] {
        width: 60px;
        background-size: 24px;
    }
    .header-parts .search-con input[type='text'] {
        height: 50px;
        font-size: 15px;
    }
}

@media (max-width:950px) {
    .copyright-parts {
        padding-top: .4rem !important;
        text-align: center;
    }
    .copyright-parts .text {
        width: 100%;
    }
    .footer-parts .f-nav .tit {
        border-bottom-color: #ddd;
    }
    .footer-parts .f-nav li .tit::after {
        background-image: url(../images/arrow.svg);
    }
}

@media (max-width:767px) {
    .header-parts {
        height: 60px;
    }
    .header-parts .logo img {
        height: 32px;
    }
    .header-parts .menu-btn1 {
        width: 30px;
        height: 30px;
    }
    .header-parts .con {
        top: 60px;
        padding: 20px;
    }
    .header-parts .nav .drop .box {
        width: 100%;
        border-right: 0;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.banner-parts {
    overflow: hidden;
}

.banner-parts .text-content {
    position: absolute;
    right: 0;
    top: 0;
    width: 8.3rem;
    height: 100%;
    background-color: rgba(24, 84, 94, .87);
    padding-left: 3.1rem;
    padding-left: 1rem;
    color: #FFF;
}

.banner-parts .title {
    font-family: 'bigjohn';
    font-size: .53rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: .3rem;
    line-height: 1;
}

.banner-parts .text {
    font-family: 'Roboto-Bold';
    font-size: .36rem;
    text-transform: uppercase;
    margin-top: .3rem;
}

.banner-parts a {
    width: 2.5rem;
    background-color: #d30319;
    text-transform: uppercase;
    line-height: .55rem;
    font-family: 'Roboto-Bold';
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    margin-top: .15rem;
    color: #FFF;
    font-size: .25rem;
}

.banner-parts .txt {
    font-size: .17rem;
    margin-top: .1rem;
}

.banner-parts img {
    width: auto;
    height: 4.53rem;
}

.Parts-menu {
    margin-top: .65rem;
}

.Parts-menu .title {
    font-size: .38rem;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
}

.Parts-menu .content {
    overflow: hidden;
    margin-top: .45rem;
}

.Parts-menu .content .item {
    margin-top: .2rem;
    width: 32%;
    margin-right: 2%;
    border: 1px #dddcdc solid;
    overflow: hidden;
}

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

.Parts-menu .content .item .pic {
    width: 2.4rem;
    margin-right: .1rem;
    padding-top: 37%;
    overflow: hidden;
}

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

.Parts-menu .content .item .tit {
    font-weight: 600;
    margin-top: .4rem;
    font-size: .25rem;
    line-height: 1.2;
    text-transform: uppercase;padding-right: 0.18rem;
}

.Parts-ad {
    overflow: hidden;
    margin-top: .8rem;
}

.Parts-ad img {
    width: 100%;
    height: auto;
}

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

.hot-parts .title span {
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 900;
    font-size: .43rem;
    color: #d30319;
}

.hot-parts .tips {
    position: absolute;
    right: 0;
    background-color: #d30319;
    color: #FFF;
    font-weight: 500;
    font-size: .24rem;
    line-height: .58rem;
    padding: 0 .4rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    bottom: 0;
}

.hot-parts .content {
    overflow: hidden;
    margin-top: .3rem;
}

.hot-parts .item {
    display: flex;
    flex-direction: column;
    margin-top: .28rem;
    border: 5px #e7e7e7 solid;
    width: 18.8%;
    margin-right: 1.5%;
    padding-bottom: .15rem;
}

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

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

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

.hot-parts .item .tit {
    font-weight: 600;
    margin-top: .05rem;
    flex: 1;
}

.hot-parts .item .text {
    font-size: .17rem;
    font-weight: 500;
    color: #666;
    margin-top: .15rem;
}

.hot-parts .item .now {
    color: #FFF;
    background-color: #d30319;
    font-size: .2rem;
    font-weight: 600;
    line-height: .43rem;
    width: 1.77rem;
    border-radius: .22rem;
    -webkit-border-radius: .22rem;
    -moz-border-radius: .22rem;
    -ms-border-radius: .22rem;
    -o-border-radius: .22rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: .35rem;
}

.Parts-wrap {
    font-family: 'Montserrat';
}

.Parts-wrap .item {
    width: 33%;
    background-color: #18545e;
    height: 1.23rem;
    margin-top: .9rem;
    padding-left: .34rem;
    color: #FFF;
    font-style: italic;
    text-transform: uppercase;
    font-size: .39rem;
}

.Parts-wrap .item img {
    position: absolute;
    right: .2rem;
    top: 50%;
    height: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.Parts-wrap .item:nth-child(1) img {
    width: 1.88rem;
}

.Parts-wrap .item:nth-child(2) img {
    width: 2rem;
}

.Parts-wrap .item:nth-child(3) img {
    width: 2.25rem;
}

.parts .home-info-con {
    padding-left: 0;
    padding-right: 0;
}

.Related-News {
    margin-top: .9rem;
}

.Related-News .title {
    font-size: .4rem;
    line-height: 1.2;
    font-weight: 600;
}

.Related-News .title.s2 {
    display: flex;
    align-items: center;
}
.Related-News .title .more {
    font-size: .22rem;
    margin-left: auto;
    line-height: 1.2;
}

.Related-News .card {
    width: 24%;
    margin-right: 1.3%;
    overflow: hidden;
    padding-top: 16.5%;
    margin-top: .5rem;
}

.Related-News .card img {
    position: absolute;
    left: 0;
    top: 0;
}

.Related-News .card:last-child {
    margin-right: 0;
}

.Related-News .card::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.Related-News .card .text-con {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 10;
    color: #FFF;
    padding-left: .3rem;
    padding-right: .3rem;
}

.Related-News .card .info {
    font-size: .13rem;
    font-weight: 600;
    line-height: .6rem;
    border-top: 1px #FFF solid;
    text-transform: uppercase;
    margin-top: .15rem;
}

.Related-News .card .tit {
    font-size: .23rem;
    line-height: 1.2;
}

.Parts-content {
    background-color: #f6f6f6;
    padding-bottom: 1.08rem;
    overflow: hidden;
}
.Parts-content.s2 {
    padding-bottom: 0;
}

.Parts-content .crumb {
    position: inherit;
    background-color: #18545e;
    color: #FFF;
    line-height: .6rem;
    justify-content: flex-end;
    font-size: .15rem;
}

.Parts-content .crumb a {
    margin: 0 .05rem;
}

.Parts-content .crumb span {
    font-weight: 600;
    margin-left: .05rem;
}

.Parts-content .text-content .title {
    font-size: .35rem;
    font-weight: 600;
    line-height: 1.1;
    margin-top: .5rem;
}

.Parts-content .text-content .con {
    background-color: #FFF;
    margin-top: .45rem;
    padding-right: .5rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.Parts-content .text-content .pic {
    width: 4.08rem;
    height: 2.62rem;
    overflow: hidden;
    margin-right: .5rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.Parts-content .text-content .pic .tit {
    font-size: .28rem;
    color: #FFF;
    font-weight: 600;
    background: url(../images/arrow2.png)no-repeat left bottom;
    background-size: .32rem;
    padding-bottom: .4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: .4rem;
}

.Parts-content .text-content .text {
    font-size: .2rem;
    padding: .6rem 0;
    line-height: 1.8;
}

.Parts-list {
    margin-top: 0rem;
    overflow: hidden;
}

.Parts-list .item {
    margin-top: .4rem;
    width: 19%;
    margin-right: 1.25%;
}

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

.Parts-list .item .pic {
    background-color: #FFF;
    overflow: hidden;
    border: 1px #d9d9d9 solid;
    padding-top: 75%;
}

.Parts-list .item .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 75%;
    max-height: 80%;
    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-list .item .tit {
    font-size: .2rem;
    font-weight: 500;
    margin-top: .1rem;line-height: .25rem;
}

.Parts-list .item .text {
    font-size: .17rem;
    line-height: 1;
    margin-top: .07rem;
}

.Parts-list .page {
    margin-top: 1.5rem;
}

.Parts-details {
    overflow: hidden;
}

.Parts-details .sidebar {
    width: 3rem;
    margin-right: .25rem;
}

.Parts-details .sidebar .title {
    font-size: .27rem;
    font-weight: 600;
    margin-top: .15rem;
    line-height: 1.4rem;
}

.Parts-details .sidebar li {
    line-height: .62rem;
    border-bottom: 1px #cbcaca solid;
}

.Parts-details .sidebar li a {
    padding:.16rem .15rem;
	line-height: 1.2;
}

.Parts-details .sidebar li.on a {
    background-color: #18545e;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.Parts-details .content {
    z-index: 10;
    padding-left: .55rem;
    padding-top: .3rem;
    padding-bottom: 1.6rem;
}

.Parts-details .content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 2.3rem);
    height: 100%;
    z-index: -1;
    background-color: #FFF;
}

.Parts-details .info-con .pic {
    width: 5.5rem;
    border: 1px #e3e2e1 solid;
    overflow: hidden;
    padding-top: 41%;
    margin-right: .5rem;
}

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

.Parts-details .info-con h1 {
    font-size: .26rem;
    font-weight: 600;
    line-height: 1.2;
    margin-top: .15rem;
}

.Parts-details .info-con .des {
    border-top: 1px #e3e2e1 solid;
    font-size: .19rem;
    color: #7a7979;
    padding-top: .2rem;
    padding-bottom: .2rem;
    margin-top: .2rem;
    border-bottom: 1px #e3e2e1 solid;
    margin-bottom: .2rem;
}

.Parts-details .info-con .text {
    color: #666;
    line-height: .33rem;
    font-size: .17rem;
}

.Parts-details .info-con .text span {
    color: #333;
    font-weight: 600;
}

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

.Parts-details .info-con .btn a {
    background-color: #18545e;
    height: .5rem;
    color: #FFF;
    font-size: .15rem;
    text-transform: uppercase;
    font-weight: 600;
    width: 2rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.Parts-details .info-con .btn a:hover {
    background: #333;
}

.Parts-details .info-con .btn .tel{
    margin-right: .1rem;
}

.Parts-details .info-con .btn .request-btn::after {
    content: '';
    width: .27rem;
    height: .29rem;
    background: url(../images/icon28.png)no-repeat center;
    background-size: 100%;
    margin-left: .1rem;
}

.Parts-details .info-con .btn .tel::after {
    content: '';
    width: .21rem;
    height: .22rem;
    background: url(../images/icon21.png)no-repeat center;
    background-size: 100%;
    margin-left: .1rem;
}

.Parts-details .title-con {
    border-bottom: 2px #18545e solid;
    margin-top: .35rem;
}

.Parts-details .title-con span {
    text-transform: uppercase;
    color: #FFF;
    background-color: #18545e;
    font-weight: 600;
    line-height: .6rem;
    padding: 0 .3rem;
    font-size: .22rem;
}

.Parts-details .body {
    line-height: 1.8;
    margin-top: .35rem;
    color: #333; 
}


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

.Parts-details .content .title {
    font-size: .28rem;
    font-weight: 600;
    line-height: 1.1;
    margin-top: .55rem;
}

.Parts-details .content .Parts-list {
    margin-top: 0;
}

.Parts-details .content .Parts-list .item {
    width: 23.5%;
    margin-right: 2%;
    margin-top: .3rem;
}

.Parts-details .content .Parts-list .item:nth-of-type(5n) {
    margin-right: 2%;
}

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

.Parts-details .form-group {
    padding: 0;
    border: 0;
    margin-top: 1rem;
}

.Parts-details .form-group .title {
    font-size: .33rem;
    margin-top: 0;
    margin-bottom: .25rem;
}

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

.Parts-details .form-group .group .tit {
    color: #333;
}

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

.Parts-details .form-group .group input[type='text'] {
    border: 1px #dadada solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #FFF;
    padding-left: .2rem;
}

.Parts-details .form-group .group.code input[type='text'] {
    width: 3.5rem;
}

.Parts-details .form-group input[type='submit'] {
    background-color: #18545e;
    margin-top: .3rem;
    font-family: 'Poppins-SemiBold';
    width: 3.5rem;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

@media (min-width:1025px) {
    .Parts-menu .content .item:hover .pic img,
    .hot-parts .item:hover .pic img,
    .Parts-list .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);
    }
    .Related-News .card: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);
    }
    .hot-parts .item:hover .now {
        background-color: #000;
    }
    .Parts-details .sidebar li:hover a {
        background-color: #18545e;
        color: #FFF;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
}

@media (max-width:1199px) {
    .banner-parts .text-content {
        width: 330px;
        padding-left: 50px;
    }
    .banner-parts .title,
    .hot-parts .title span,
    .Related-News .title {
        font-size: 31px;
    }
    .banner-parts .text {
        font-size: 21px;
    }
    .banner-parts .txt,
    .hot-parts .item .text,
    .Related-News .card .info,
    .Parts-details .info-con .des,
    .Parts-details .info-con .btn a {
        font-size: 13px;
    }
    .banner-parts img {
        height: 300px;
    }
    .banner-parts a {
        font-size: 19px;
        width: 180px;
        line-height: 38px;
    }
    .banner-parts .text {
        margin-top: 20px;
    }
    .banner-parts .title,
    .banner-parts a,
    .banner-parts .txt {
        margin-top: 10px;
    }
    .Parts-menu .title,
    .Parts-wrap .item,
    .Parts-details .form-group .title {
        font-size: 23px;
    }
    .Parts-menu .content .item .tit,
    .hot-parts .tips,
    .Related-News .card .tit,
    .Parts-content .text-content .pic .tit,
    .Parts-details .info-con h1,
    .Parts-details .sidebar .title {
        font-size: 19px;
    }
    .hot-parts .item .now {
        font-size: 17px;
        line-height: 38px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        width: 70%;
    }
    .hot-parts .item,
    .Parts-list .item {
        width: 23.5%;
        margin-right: 2%;
    }
    .hot-parts .item:nth-of-type(5n),
    .Parts-list .item:nth-of-type(5n) {
        margin-right: 2%;
    }
    .hot-parts .item:nth-of-type(4n),
    .Parts-list .item:nth-of-type(4n) {
        margin-right: 0%;
    }
    .hot-parts .tips {
        line-height: 38px;
        padding: 0 20px;
    }
    .Related-News .content {
        margin-top: .4rem;
    }
    .Related-News .card {
        width: 49.5%;
        margin-right: 1%;
        margin-top: .2rem;
        padding-top: 38%;
    }
    .Related-News .card:nth-child(even) {
        margin-right: 0;
    }
    .Related-News .card .tit {
        height: 85px;
    }
    .Related-News .card .info {
        line-height: 50px;
        margin-top: 20px;
    }
    .Parts-content .text-content .text,
    .Parts-list .item .text,
    .Parts-details .info-con .text {
        font-size: 15px;
    }
    .Parts-list .item .tit {
        font-size: 16px;line-height: .3rem;
    }
    .Parts-details .info-con .text {
        line-height: 2;
    }
    .Parts-details .info-con .btn a {
        width: 48%;
        height: 38px;
    }
    .Parts-details .info-con .btn .request-btn {
        margin-right: 2%;
    }
    .Related-News .title .more {
        font-size: 17px;
    }
}

@media (max-width:950px) {
    .banner-parts .title {
        line-height: 1.2;
        font-size: 27px;
    }
    .Parts-menu .title {
        font-size: 20px;
    }
    .Parts-menu .content .item {
        width: 49%;
        align-items: center;
    }
    .Parts-menu .content .item:nth-of-type(3n),
    .hot-parts .item:nth-of-type(4n),
    .Parts-list .item:nth-of-type(4n),
    .Parts-details .content .Parts-list .item:nth-of-type(4n) {
        margin-right: 2%;
    }
    .Parts-menu .content .item:nth-child(even),
    .hot-parts .item:nth-of-type(3n),
    .Parts-list .item:nth-of-type(3n),
    .Parts-details .content .Parts-list .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .Parts-menu .content .item .tit {
        margin-top: 0;
    }
    .Parts-menu .content .item .pic {
        width: 3.2rem;
    }
    .hot-parts .item,
    .Parts-list .item,
    .Parts-details .content .Parts-list .item {
        width: 32%;
    }
    .hot-parts .title span,
    .Related-News .title {
        font-size: 25px;
    }
    .hot-parts .tips,
    .Related-News .card .tit {
        font-size: 17px;
    }
    .Parts-wrap .item {
        padding-left: .2rem;
        font-size: 21px;
    }
    .Related-News .card .tit {
        height: 80px;
    }
    .Parts-content .text-content .pic {
        width: 5rem;
        height: auto;
    }
    .Parts-details .sidebar {
        width: 100%;
        margin-right: 0;
    }
    .Parts-details .sidebar ul {
        display: none;
    }
    .Parts-details .sidebar li {
        line-height: 48px;
    }
    .Parts-details .sidebar .title {
        line-height: 55px;
        margin-top: 0;   font-size: 18px;
    }
    .Parts-details .sidebar .title::after {
        content: '';
        position: absolute;
        right: 0;
        top: 34%;
        width: 50px;
        height: 50px;
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 22px;
        margin-top: -15px;
    }
    .Parts-details .sidebar .title.cur::after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .Parts-content .crumb {
        display: block;
        font-size: 13px;
        line-height: 50px;
    }
    .Parts-details .content::after {
        display: none;
    }
    .Parts-details .content {
        background-color: #FFF;
    }
    .Parts-details .content {
        padding-left: .3rem;
        padding-right: .3rem;
    }
}

@media (max-width:767px) {
    .Parts-menu .content .item .pic {
        width: 1.8rem;
    }
    .Parts-menu .content .item .tit {
        font-size: 17px;
    }
    .hot-parts .tips,
    .hot-parts .item .now {
        font-size: 15px;
    }
    .Parts-wrap .item {
        width: 100%;
        margin-top: .5rem;
        padding-left: .35rem;
    }
    .Related-News .card .text-con {
        padding-left: .3rem;
        padding-right: .3rem;
    }
    .Parts-content .text-content .con {
        padding-right: 0;
    }
    .Parts-content .text-content .pic,
    .Parts-details .info-con .pic {
        width: 100%;
        margin-right: 0;
    }
    .Parts-content .text-content .text {
        padding: .3rem;
    }
    .Parts-details .info-con .pic {
        padding-top: 68%;
    }
    .Parts-details .info-con h1 {
        margin-top: .4rem;
    }
    .hot-parts .item:nth-of-type(n + 7) {
        display: none;
    }
}

@media (max-width:540px) {
    .banner-parts .text-content {
        padding-left: 30px;
        width: 280px;
    }
    .banner-parts .text {
        margin-top: 15px;
    }
    .banner-parts img {
        height: 270px;
    }
    .Parts-menu .content .item {
        display: block;
        padding: .1rem;
    }
    .Parts-menu .content .item .tit {
        font-size: 15px;
        text-align: center;
        line-height: 1.5;
    }
    .Parts-menu .content .item .pic {
        width: 77%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 55%;
    }
    .hot-parts .item,
    .Parts-list .item,
    .Parts-details .content .Parts-list .item {
        width: 49%;
    }
    .hot-parts .item:nth-of-type(3n),
    .Parts-list .item:nth-of-type(3n),
    .Parts-details .content .Parts-list .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .hot-parts .item:nth-of-type(2n),
    .Parts-list .item:nth-of-type(2n),
    .Related-News .card,
    .Parts-details .content .Parts-list .item:nth-of-type(2n) {
        margin-right: 0%;
    }
    .hot-parts .item .now {
        width: 80%;
        font-size: 14px;
        line-height: 2.3;
    }
    .hot-parts .tips {
        display: none;
    }
    .Related-News .card {
        width: 100%;
        padding-top: 70%;
    }
    .Related-News .card .tit {
        height: auto;
    }
}

@media (max-width:321px) {
    .hot-parts .item,
    .Parts-list .item {
        width: 100%;
        margin-right: 0;
    }
}

.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: #00a19f;
    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;
}


.pc-show {
    display: block;
}

.mb-show {
    display: none;
}

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

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

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

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

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

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

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

#code-img {
    width: auto;
    cursor: pointer;
}

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

    5% {
        width: 0
    }

    10% {
        width: 15%
    }

    30% {
        width: 40%
    }

    50% {
        width: 55%
    }

    80% {
        width: 100%
    }

    95% {
        width: 100%
    }

    to {
        width: 0
    }
}
.fluentform .hidden {
    display: none;
}
.form-group .ff-message-success,
.form-group .fluentform .ff_submit_btn_wrapper {
    display: none;
}
.form-group .operate .submit {
    position: relative;
    width: 4.55rem;
    background-color: #18545e;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-top: .25rem;
    font-size: .26rem;
    font-family: 'Poppins';
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    padding: .6em 1em; border:0
}
.form-group .operate .submit.working::after {
    animation: progress-anim 4s 0s infinite;
    background: hsla(0,0%,100%,.4);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
}
.form-group .fluentform .ff-t-container {
    gap: 2em;
}
.form-group .fluentform .ff-el-group {
    margin-top: .45rem;
    margin-bottom: 0;
}
.form-group .ff-el-group .ff-el-input--label {
    margin-bottom: 0;
}
.form-group .ff-el-group .ff-el-input--label label {
    font-size: .21rem;
    font-family: 'Poppins-Regular';
    color: #000;
    line-height: 1.2;
}
.form-group .ff-el-group .ff-el-input--content {
    margin-top: .2rem;
}
.form-group .ff-el-group .ff-el-input--content input,
.form-group .ff-el-group .ff-el-input--content textarea{
    font-size: .21rem;
    padding: .7em 1em;
    border-radius: 0;
    border: 2px #bab9b9 solid;
    background-repeat: no-repeat;
    background-position: .8em center;
    background-size: 1em;
}
.form-group .ff-el-group .ff-el-input--content textarea{min-height: 160px;}
.form-group .ff-el-group.name-item input {
    padding-left: 2.4em;
    background-image: url(../images/f1.png);
}
.form-group .ff-el-group.tel-item input {
    padding-left: 2.4em;
    background-image: url(../images/f2.png);
}
.form-group .ff-el-group.email-item input {
    padding-left: 2.4em;
    background-image: url(../images/f3.png);
}
.form-group .ff-el-group.country-item input {
    padding-left: 2.4em;
    background-image: url(../images/f4.png);
}
.form-group .ff-el-group.msg-item input,
.form-group .ff-el-group.msg-item textarea {
    padding-left: 2.4em;
    background-image: url(../images/f5.png);
    background-position: .7em .85em;
}
.form-group .group .code input {
    padding: .7em 1em;
    height: auto;
}

.pro-details .form-group>.title {
    text-align: center;
}
.pro-details .form-group .ff-el-group input,
.pro-details .form-group .ff-el-group textarea {
    border: 0;
    background-color: #eceff3;line-height: 1.3;
}
.pro-details .form-group .fluentform .ff-el-group {
    margin-top: .15rem;
}
.pro-details .form-group .ff-el-group .ff-el-input--label label {
    color: #9898ac;
}
.pro-details .form-group .ff-el-group .ff-el-input--content {
    margin-top: .1em;
}
.pro-details .form-group .f-row {
    display: flex;
    align-items: flex-end;
}
.pro-details .form-group .group.code {
    width: auto;
}
.pro-details .form-group .operate .submit {
    width: 3rem;
    border-radius: 5px;
    padding: .4em 1em;
    background: #18545e;text-transform: uppercase;border: 0;
}

.Parts-content .form-group .content {
    padding: 0;
    margin: 0;
}
.Parts-content .form-group .fluentform .ff-el-group {
    margin-top: .15rem;
}
.Parts-content .form-group .ff-el-group .ff-el-input--content {
    margin-top: 0.05rem;
}
.Parts-content .form-group .ff-el-group input,
.Parts-content .form-group .ff-el-group textarea {
    border: 1px #dadada solid;
}
.Parts-content .form-group .ff-el-group textarea {
    font-size: .21rem;
    padding: 1em;
}
.Parts-content .form-group .operate .submit {
    border-radius: 8px;
    width: 3.5rem;    border: 0;
}


.kefu {
    position: fixed;
    right: .6rem;
    bottom: .6rem;
    z-index: 99;
}
.kefu .item {
    width:3.6em;
    height: 3.6em;
    margin-top: 0.5em;
    cursor: pointer;
}
.kefu .item img {
    display: block;
    width: 100%;
    height: 100%
}
.kefu .item.totop {
    background: url(../images/top.svg) no-repeat center;
    background-size:37%;
    background-color: #1fa012;
}
.kefu .item.f-menu {
    background: url(../images/menu.svg) no-repeat center;
    background-size: 60%;
    background-color: #000;
}

@media (max-width: 1199px) {
    .form-group .ff-el-group .ff-el-input--label label,
    .form-group .ff-el-group .ff-el-input--content input,
    .form-group .ff-el-group .ff-el-input--content textarea,
    .form-group .group .code input,
    .form-group .operate .submit {
        font-size: 16px;
    }
    .search-page .content ul li .tit {
        font-size: 17px;
    }
    .search-page .content ul li .date,
    .search-page .content ul li .type {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .rich-text .gallery {
        flex-direction: column;
        gap: 0;
    }
    .rich-text .gallery .gallery-item {
        width: 100% !important;
    }

    .Parts-content .form-group .operate .submit,
    .pro-details .form-group .operate .submit,
    .form-group .operate .submit {
        width: 100%;
    }
    .pro-details .form-group .f-row {
        display: block;
    }
    .pc-show {
        display: none;
    }
    .mb-show {
        display: block;
    }
    .popup.tip .icon {
        width:80px;
        height: 80px
    }
    .popup.iframe .container {
        width: 90%;
        height: 50%
    }
    .kefu {
        right: .2rem;bottom:0;
    }
    .kefu .item {
        width: 3.4em;
        height: 3.4em;
    }
}
