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

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

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

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

@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-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-face {
    font-family: 'TechnaSans';
    src: url('../fonts/TechnaSans.ttf');
}

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

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

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

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

.ya-submenu-wide {
    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: #1B3A5C;
}


/*鍧楃骇杞寲*/

.ya-inline {
    display: inline-block;
}

.di_no {
    display: none;
}

.ya-block {
    display: block;
}


/*鍘熸枃浠堕厤缃? end*/


/*妯悜灞呬腑*/

.ya-tc {
    text-align: center;
}


/*鐩稿瀹氫綅*/

.ya-pos-r {
    position: relative;
}

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

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

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

.ya-flex-end {
    justify-content: flex-end;
}

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

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

.ya-flex-wrap {
    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;
}

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

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

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

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

.ya-header .ya-shell {
    width: 100%;
}

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

.ya-header .ya-logo {
    height: 1rem;
}

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

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

.ya-header .ya-lang-box {
    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;
}

.ya-header .ya-lang-box .ya-lang-list {
    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;
}

.ya-header.ya-on,
.ya-header.ya-cur {
    background-color: #1B3A5C;
}

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

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

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

.ya-nav-trigger {
    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%);
}

.ya-nav-trigger.ya-close {
    background-image: url(../images/close.svg);
}

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

.ya-header .ya-nav li>a {
    padding: 0 .2rem;
    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;
}

.ya-header .ya-nav .ya-submenu {
    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;
}

.ya-header .ya-nav .ya-submenu .ya-sub-list {
    padding-right: .7rem;
    margin-right: .9rem;
}

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

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

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

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

.ya-header .ya-nav .ya-submenu .ya-thumbs {
    margin-top: .3rem;
}

.ya-header .ya-nav .ya-submenu .ya-thumbs .ya-thumb {
    overflow: hidden;
    width: 49%;
    margin-right: 2%;
    padding-top: 35%;
}

.ya-header .ya-nav .ya-submenu .ya-thumbs .ya-thumb img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    height: auto;
}

.ya-header .ya-nav .ya-submenu .ya-thumbs .ya-thumb:last-child {
    margin-right: 0;
}

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

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

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

.ya-header .ya-nav .ya-trucks-sub .ya-card {
    width: 23.5%;
    margin-right: 2%;
    margin-top: .3rem;
}

.ya-header .ya-nav .ya-trucks-sub .ya-card:nth-of-type(4n) {
    margin-right: 0;
}

.ya-header .ya-nav .ya-trucks-sub .ya-card .ya-thumb {
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    background-color: #1B3A5C;
    width: 100%;
    padding-top: 63%;
}

.ya-header .ya-nav .ya-trucks-sub .ya-card .ya-thumb img {
    position: absolute;
    left: 0;
    top: 0;
}

.ya-header .ya-nav .ya-trucks-sub .ya-card .ya-txt {
    font-size: .21rem;
    margin-top: .15rem;
}

.ya-header .ya-nav .ya-trucks-sub .ya-card .ya-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;
}

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

.ya-search-panel .ya-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;
}

.ya-search-panel .ya-list {
    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;
}

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

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

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

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

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

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

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

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

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

.ya-banner .ya-text-panel .ya-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;
}

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

.mb-banner {
    display: none;
}

.ya-footer {
    background: #1B3A5C url(../images/f-bg.webp?v=2)no-repeat center;
    background-size: cover;
    color: #FFF;
    padding-top: .7rem;
}

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

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

.ya-footer .ya-footer-nav .ya-sub-list {
    font-size: .17rem;
    line-height: 2.1;
    margin-top: .15rem;
}

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

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

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

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

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

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

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

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

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

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

.ya-mt110 {
    margin-top: 1.2rem;
}

@media (min-width:1025px) {
    .ya-header .ya-lang-box:hover .ya-lang-list {
        display: block;
    }
    .ya-header .ya-nav li:hover>a {
        background-color: #FFF;
        color: #1B3A5C;
    }
    .ya-header .ya-nav li:hover .ya-submenu {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .ya-header .ya-nav .ya-submenu .ya-sub-list a:hover {
        color: #1B3A5C;
        text-decoration: underline;
    }
    .ya-header .ya-nav .ya-trucks-sub .ya-card:hover .ya-thumb 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);
    }
    .ya-header .ya-nav .ya-trucks-sub .ya-card.ya-more:hover .ya-tit1,
    .ya-footer .ya-footer-nav .ya-sub-list a:hover,
    .ya-footer .ya-copyright a:hover {
        text-decoration: underline;
    }
    .ya-banner .ya-text-panel .ya-more:hover {
        background-color: #1B3A5C;
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .ya-header {
        padding-left: .2rem;
        padding-right: 1rem;
    }
    .ya-nav-trigger {
        display: block;
    }
    .ya-header .ya-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;
    }
    .ya-header .ya-nav li {
        height: auto;
        position: relative;
        padding-top: 0;
        display: block;
    }
    .ya-header .ya-nav li>a {
        color: #000;
        font-size: 17px;
        line-height: .9rem;
        padding: 0;
    }
    .ya-header .ya-nav .ya-nav-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .6rem;
    }
    .ya-header .ya-nav .ya-nav-arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .32rem;
        height: .32rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .ya-header .ya-nav .ya-cur .ya-nav-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);
    }
    .ya-header .ya-nav .ya-submenu {
        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;
    }
    .ya-header .ya-nav .ya-trucks-sub .ya-title {
        font-size: 19px;
    }
    .ya-header .ya-nav .ya-submenu .ya-tit,
    .ya-header .ya-nav .ya-trucks-sub .ya-card .ya-txt,
    .ya-header .ya-nav .ya-trucks-sub .ya-card .ya-tit1,
    .ya-banner .ya-text-panel .ya-more,
    .ya-footer .ya-footer-nav .ya-tit,
    .ya-search-panel .ya-list input[type='text'] {
        font-size: 17px;
    }
    .ya-header .ya-nav .ya-submenu .ya-sub-list a,
    .ya-header .ya-nav .ya-submenu .ya-text,
    .ya-banner .ya-text-panel .ya-text,
    .ya-footer .ya-footer-nav .ya-tit,
    .ya-footer .ya-copyright,
    .ya-footer .ya-footer-nav .ya-sub-list,
    .ya-header .ya-lang-box {
        font-size: 15px;
    }
    .ya-banner .ya-text-panel .ya-title {
        font-size: 24px;
    }
    .ya-header .ya-nav .ya-trucks-sub .ya-text {
        padding-left: 0;
        padding-right: 0;display:none
    }
    .ya-banner .ya-text-panel .ya-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;
    }
    .ya-footer .ya-footer-nav,
    .ya-footer .ya-copyright {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

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

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

@media (max-width:540px) {
    .ya-header .ya-nav .ya-trucks-sub .ya-card {
        width: 100%;
    }
    .ya-header .ya-nav .ya-trucks-sub .ya-card:nth-of-type(3n) {
        margin-right: 2%;
    }
    .ya-header .ya-nav .ya-trucks-sub .ya-card: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 .ya-title {
    font-size: .43rem;
    font-weight: 600;
}

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

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

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

.home-page1 .pic1::after,
.home-page1 .ya-navbar .ya-card::after,
.home-page1 .ya-navbar .ya-news-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 .ya-text-panel {
    position: absolute;
    left: 1.2rem;
    right: 1.2rem;
    bottom: .95rem;
    z-index: 10;
}

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

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

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

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

.home-page1 .ya-navbar .ya-card {
    width: 100%;
    padding-top: 56.8%;
    overflow: hidden;
    margin-top: .05rem;
}

.home-page1 .ya-navbar .ya-card:first-child {
    margin-top: 0;
}

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

.home-page1 .ya-news-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 .ya-card {
    width: 33%;
    height: 3rem;
    position: relative;
    display: block;
    margin-top: .33%;
    margin-right: .33%;
    float: left;
}
.home-page1 .list .ya-card .ya-text-panel {
    position: absolute;
    left: .6rem;
    bottom: .3rem;
    z-index: 10;
    color: #FFF;
    max-width: 85%;
}
.home-page1 .list .ya-card .ya-text-panel .ya-tit {
    font-size: .34rem;
}
.home-page1 .list .ya-card .ya-text-panel .ya-text {
    font-size: .25rem;
    font-weight: 500;
    margin-top: .45rem;
}
.home-page1 .list .ya-card:first-of-type {
    width: 66.33%;
    height: 6.045rem;
}

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

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

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

.home-page2 .ya-parts-head {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

.home-page2 .ya-parts-head .ya-text {
    margin-top: .15rem;
}

.home-page2 .ya-parts-head .log {
    margin-top: .95rem;
}

.home-page2 .ya-parts-head .log .ya-card {
    height: .56rem;
}

.home-page2 .ya-parts-head .log .ya-card img {
    height: 100%;
    width: auto;
}

.home-page2 .ya-list {
    margin-top: 1.3rem;
}

.home-page2 .ya-list .ya-thumb {
    width: 7.57rem;
    padding-top: 34.3%;
    overflow: hidden;
    margin-right: .75rem;
}

.home-page2 .ya-list .ya-thumb img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-page2 .ya-list .tit-con {
    padding-left: .7rem;
    border-left: 1px #c1c2c2 solid;
    margin-top: .15rem;
    padding-top: .08rem;
    padding-bottom: .45rem;
}

.home-page2 .ya-list .tit-con .ya-tit {
    font-weight: 900;
    font-size: .46rem;
    line-height: 1.4;
}

.home-page2 .ya-list .tit-con .ya-txt {
    font-weight: 600;
    font-size: .31rem;
    line-height: 1.5;
}

.home-page2 .ya-list .ya-text {
    font-size: .2rem;
    margin-top: .3rem;
    line-height: 1.7;
}

.home-page2 .ya-list .ya-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: #f2f2f2;
    padding: .8rem 1.05rem;
}

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

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

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

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

.home-page3 .pic-content .ya-card .ya-thumb {
    width: 100%;
    overflow: hidden;
    padding-top: 65.355%;
}

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

.home-page3 .pic-content .ya-card .ya-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;
}

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

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

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

.home-page3 .home-video .ya-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 .ya-parts-head {
    margin-right: 5.1rem;
}

.home-page4 .ya-parts-head .ya-title {
    font-size: .32rem;
    font-weight: 900;
    line-height: 1.1;
}

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

.home-page4 .ya-parts-head .ya-more,
.home-page4 .ya-list .ya-more {
    text-transform: uppercase;
    background-color: #1B3A5C;
    color: #FFF;
    line-height: .6rem;
    padding: 0 .2rem;
    font-weight: 600;
    margin-top: .85rem;
}

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

.home-page4 .ya-list .ya-thumb {
    width: 5.35rem;
    padding-top: 38.9%;
    background: url(../images/tbg.webp)no-repeat center;
    background-size: cover;
    margin-right: .75rem;
    overflow: hidden;
}

.home-page4 .ya-list .ya-thumb 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 .ya-list .ya-tit {
    font-size: .32rem;
    font-weight: 600;
    margin-right: 1.2rem;
    line-height: 1.3;
    margin-top: .3rem;
}

.home-page4 .ya-list .ya-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 .ya-title {
    font-size: .48rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
}

.home-news .ya-list {
    margin-top: .7rem;
}

.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 .ya-tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    height: 1.15rem;
    z-index: 10;
    padding: .2rem .3rem;
    color: #FFF;
    line-height: 1.4;
    font-weight: 600;
}

.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 .ya-more {
    font-size: .22rem;
    font-weight: 600;
    text-decoration: underline;
    margin-top: .35rem;
}

.ya-links {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-top: 1.05rem;
}

.ya-links .ya-card {
    width: 30%;
    overflow: hidden;
    margin-right: 5%;
}

.ya-links .ya-card:last-child {
    margin-right: 0;
}

.ya-links .ya-card .ya-icon {
    background-color: #e1e3e7;
    padding-top: 60.1%;
}

.ya-links .ya-card .ya-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;
}

.ya-links .ya-card .ya-tit {
    font-size: .25rem;
    font-weight: 600;
    margin-top: .15rem;
}

.ya-links .ya-card .ya-more {
    font-size: .16rem;
    text-decoration: underline;
    margin-top: .2rem;
    font-weight: 600;
}

@media (min-width:1025px) {
    .home-page1 .ya-navbar .ya-card:hover img,
    .home-page1 .ya-news-card:hover img,
    .home-page1 .pic1:hover img,
    .home-page2 .ya-list .ya-thumb:hover img,
    .home-page3 .pic-content .ya-card:hover .ya-thumb 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 .ya-list .ya-thumb: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 .ya-list .ya-more:hover,
    .ya-links .ya-card .ya-more:hover {
        text-decoration: none;
    }
    .home-page3 .pic-content .ya-card:hover .ya-tit {
        color: #1B3A5C;
    }
    .home-page3 .home-video .ya-btn a:hover {
        background-color: #FFF;
        color: #000;
    }
    .home-page4 .ya-parts-head .ya-more:hover,
    .home-page4 .ya-list .ya-more:hover {
        background-color: #000;
    }
    .home-news .swiper-slide:hover .ya-tit {
        background-color: rgba(22, 121, 134, .8);
    }
}

@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 .ya-title,
    .home-page2 .ya-detail-hd .ya-title,
    .home-page3 .pic-content .ya-title,
    .home-page3 .home-video .ya-title,
    .home-news .ya-title {
        font-size: 32px;
    }
    .home-page1 .pic1 .ya-tit,
    .home-page2 .ya-list .tit-con .ya-tit,
    .home-page3 .home-video .ya-text,
    .home-page4 .ya-parts-head .ya-title,
    .home-page4 .ya-list .ya-tit,
    .home-page1 .list .ya-card .ya-text-panel .ya-tit {
        font-size: 24px;
    }
    .home-page1 .ya-navbar .ya-card .ya-tit,
    .home-page1 .ya-news-card .ya-tit,
    .home-page2 .ya-detail-hd .ya-txt,
    .home-page2 .ya-list .tit-con .ya-txt {
        font-size: 20px;
    }
    .home-page1 .pic1 .ya-text,
    .home-page3 .pic-content .ya-card .ya-tit,
    .home-page3 .home-video .ya-btn a,
    .home-news .ya-more,
    .ya-links .ya-card .ya-tit {
        font-size: 17px;
    }
    .home-page2 .ya-list .ya-text,
    .home-page2 .ya-parts-head,
    .home-page2 .ya-list .ya-more,
    .home-page4 .ya-parts-head .ya-text,
    .home-page4 .ya-parts-head .ya-more,
    .home-page4 .ya-list .ya-more,
    .home-page4 .ya-list .ya-text,
    .home-page1 .list .ya-card .ya-text-panel .ya-text {
        font-size: 15px;
    }
    .ya-links .ya-card .ya-more {
        font-size: 13px;
    }
    .home-page1 .pic1 .ya-text-panel {
        left: .6rem;
        right: .6rem;
        bottom: .6rem;
    }
    .home-page1 .ya-navbar {
        /* width: 4.63rem; */
        width: 5.83rem;
    }
    .home-page2 .ya-parts-head {
        padding-left: 0;
        padding-right: 0;
    }
    .home-page3 .pic-content .ya-card .ya-tit {
        line-height: 40px;
    }
    .home-page3 .home-video .ya-btn a {
        width: 3.4rem;
    }
    .home-page4 .ya-parts-head {
        margin-right: 3rem;
    }
    .home-page4 .ya-list .ya-tit {
        margin-right: 0;
    }
    .home-page4 .ya-parts-head .ya-more,
    .home-page4 .ya-list .ya-more {
        margin-top: .5rem;
    }
    .home-page4 .ya-parts-head .ya-more,
    .home-page4 .ya-list .ya-more {
        line-height: 40px;
    }
    .home-news .swiper-button-black {
        display: none;
    }
    .home-news .swiper-slide .ya-tit {
        height: 85px;
    }
    .home-news .ya-list {
        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: #1B3A5C;
    }
    .ya-links {
        padding-left: 0;
        padding-right: 0;
    }
    .home-page3 .home-video {
        background-attachment: local;
    }
}

@media (max-width:950px) {
    .home-page1 .ya-title,
    .home-page2 .ya-detail-hd .ya-title,
    .home-page3 .pic-content .ya-title,
    .home-news .ya-title {
        font-size: 26px;
    }
    .home-page3 .pic-content .ya-list {
        margin-top: .4rem;
    }
    .home-page3 .pic-content .ya-card {
        width: 49%;
        margin-top: .3rem;
    }
    .home-page3 .pic-content .ya-card:nth-child(even) {
        margin-right: 0;
    }
    .home-page3 .home-video .ya-title {
        font-size: 28px;
    }
    .home-page4 .ya-parts-head {
        margin-right: 0;
    }
    .home-page4 .ya-parts-head .ya-title,
    .home-page4 .ya-list .ya-tit {
        font-size: 21px;
    }
    .home-news .swiper-slide {
        padding-top: 30%;
    }
    .ya-links .ya-card {
        width: 32%;
        margin-right: 2%;
    }
}

@media (max-width:767px) {
    .home-page1 .ya-navbar .ya-card .ya-tit,
    .home-page1 .ya-news-card .ya-tit {
        font-size: 24px;
        left: .2rem;
        right: .2rem;
        bottom: .2rem;
    }
    .home-page1 .ya-navbar {
        width: 100%;
        display: flex;
    }
    .home-page1 .ya-navbar .ya-card:first-child {
        margin-top: .05rem;
    }
    .home-page1 .ya-navbar .ya-card {
        flex: 1;
        padding-top: 19%;
        margin-right: .05rem;
    }
    .home-page1 .ya-navbar .ya-card:last-child {
        margin-right: 0;
    }
    .home-page1 .pic1 .ya-text {
        margin-top: .2rem;
    }
    .home-page1 .pic1 .ya-text-panel {
        left: .2rem;
        right: .2rem;
        bottom: .2rem;
    }
    .home-page1 .pic1,
    .home-page1 .ya-news-card:last-child {
        margin-right: 0;
    }
    .home-page1 .list .ya-card,
    .home-page1 .list .ya-card:first-of-type {
        width: 100%;
        height: auto;
        margin-top: .5em;
    }
	.home-page1 .list .ya-card:nth-child(1) {display:none}
    .home-page1 .list .ya-card img {
        position: relative;
        width: 100%;
        height: auto;
    }
    .home-page2 .ya-detail-hd .ya-txt {
        font-size: 17px;
    }
    .home-page2 .ya-parts-head .log {
        margin-top: .5rem;
    }
    .home-page2 .ya-parts-head .log .ya-card {
        height: .35rem;
    }
    .home-page2 .ya-list {
        margin-top: .6rem;
    }
    .home-page2 .ya-list .ya-thumb {
        margin-right: 0;
        width: 100%;
        padding-top: 68%;
    }
    .home-page2 .ya-list .tit-con {
        padding-left: .5rem;
        margin-top: .4rem;
    }
    .home-page3 .home-video .ya-text {
        font-size: 20px;
    }
    .home-page4 .ya-list {
        padding: .3rem;
    }
    .home-page4 .ya-list .ya-thumb {
        margin-right: 0;
        width: 100%;
        padding-top: 100%;
    }
    .ya-links {
        margin-top: .3rem;display: none;
    }
    .ya-links .ya-card {
        width: 100%;
        margin-right: 0;
        margin-top: .3rem;
    }
    .ya-links .ya-card .ya-icon img {
        width: 2.4rem;
        height: auto;
    }
}

@media (max-width:540px) {
    .home-page1 .ya-title {
        font-size: 24px;
    }
    .home-page1 .ya-news-card {
        width: 100%;
        margin-right: 0;
    }
    .home-page1 .ya-list,
    .home-page1 .ya-navbar,
    .home-page1 .ya-submenu-col {
        display: block;
    }
    .home-page1 .ya-navbar .ya-card,
    .home-page1 .ya-news-card {
        padding-top: 56%;
        margin-top: .1rem;
    }
    .home-page2 .ya-parts-head .log .ya-card {
        height: .6rem;
        margin-bottom: .3rem;
    }
    .home-page3 .pic-content .ya-card {
        width: 100%;
        margin-right: 0;
    }
    .home-news .swiper-slide {
        padding-top: 60%;
    }
}

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

.ya-page-banner {
    overflow: hidden;
}

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

.ya-page-banner .ya-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 .ya-navbar {
    margin-top: .4rem;
    font-size: .2rem;
    color: #333;
}

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

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

.about .txt-con1 .ya-navbar p a {
    font-weight: 800;
    color: #1B3A5C;
}

.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 .ya-thumb {
    width: 3.4rem;
    margin-right: .8rem;
    overflow: hidden;
}

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

.about .gallery-top .ya-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: #1B3A5C;
    font-size: .56rem;
    font-weight: 900;
    line-height: 1;
}

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

.about .gallery-thumbs .ya-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 .ya-thumb {
    width: 7.48rem;
    overflow: hidden;
    margin-right: .95rem;
    padding-top: 32.6%;
}

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

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

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

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

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

.about-video .ya-list {
    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 .ya-thumb {
    overflow: hidden;
    width: 100%;
    padding-top: 56.62%;
}

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

.about-video .video .ya-thumb 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 .ya-tit {
    font-weight: 600;
    font-size: .23rem;
    margin-top: .3rem;
}

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

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

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

.ya-video-show {
    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%);
}

.ya-mask-bg.active {
    opacity: 1;
}

.ya-video-show.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.ya-video-show .ya-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 .ya-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 .ya-text {
    font-size: .2rem;
    line-height: 1.85;
}

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

.about-introduce .text-con1 .ya-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 .ya-card {
    margin-top: .4rem;
}

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

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

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

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

.about-introduce .ya-list .ya-parts-head:first-of-type {
    margin-top: 0;
}

.about-introduce .ya-list .ya-parts-head {
    margin-top: .53rem;
}

.about-introduce .ya-list .ya-parts-head .ya-thumb {
    width: 7.11rem;
    overflow: hidden;
}

.about-introduce .ya-list .ya-parts-head .ya-thumb img {
    width: 100%;
    height: auto;
}

.about-introduce .ya-list .ya-parts-head.left_img .ya-thumb{
    margin-right: .6rem;
}
.about-introduce .ya-list .ya-parts-head.left_txt .ya-thumb{
    margin-left: .6rem;
    order: 2;
}


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

.about-introduce .ya-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 .ya-text {
    padding-left: 1.6rem;
    margin-top: .7rem;
    line-height: 1.8;
}

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

.about-histroy .ya-list .ya-submenu-col {
    margin-top: 2.35rem;
    width: 30.9%;
    margin-right: 3.5%;
}

.about-histroy .ya-list .ya-submenu-col:last-child {
    margin-right: 0;
}

.about-histroy .ya-list .ya-submenu-col:nth-child(2) {
    margin-top: 1.45rem;
}

.about-histroy .ya-list .ya-submenu-col:nth-child(3) {
    margin-top: 0;
}

.about-histroy .ya-list .ya-card {
    padding-bottom: .55rem;
    padding-left: .55rem;
}

.about-histroy .ya-list .ya-card::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: .12rem;
    width: 1px;
    border-left: 1px dashed #1B3A5C;
    z-index: 1;
}

.about-histroy .ya-list .ya-card .year {
    font-weight: 600;
    color: #1B3A5C;
    font-size: .5rem;
    line-height: 1;
}

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

.about-histroy .ya-list .ya-card:first-child::before {
    top: .2rem;
}

.about-histroy .ya-list .ya-card .ya-thumb {
    overflow: hidden;
    margin-top: .25rem;
}

.about-histroy .ya-list .ya-card .ya-thumb img {
    width: 100%;
    height: auto;
}

.about-histroy .ya-list .ya-card .ya-detail-tags {
    font-size: .2rem;
    line-height: 1.5;
    margin-top: .23rem;
}

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

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

/* 瑙嗛 */

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

.about-single .ya-text,
.video-list .ya-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 .ya-tit {
    line-height: 1.5;
    font-weight: 900;
    margin-top: .35rem;
}

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

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

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

@media (max-width:950px) {
    .ya-page-banner .ya-title {
        font-size: 32px;
    }
    .about .a-title,
    .about-introduce .ya-title {
        font-size: 23px;
    }
    .about .txt1 {
        padding-right: 0;
    }
    .about .gallery-thumbs .year {
        font-size: 32px;
    }
    .about-introduce .num-con .ya-card .counter {
        font-size: 34px;
    }
    .about-introduce .num-con .ya-card {
        width: 50%;
    }
    .about-introduce .ya-list .ya-parts-head.left_img .ya-thumb,
    .about-introduce .ya-list .ya-parts-head .ya-thumb {
        width: 100%;
        margin-right: 0;
        order: 1;
        margin-left: 0 !important;
    }
    .about-introduce .ya-list .ya-parts-head .ya-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) {
    .ya-page-banner.ya-cur img {
        height: 2.5rem;
        width: 100%;
        height: auto;
    }
    .about .txt-con1 .ya-navbar 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 .ya-thumb {
        margin-right: 0;
        width: 2rem;
        margin-bottom: .2rem;
    }
    .about .gallery-thumbs {
        margin-top: .6rem;
    }
    .about .about-con .ya-thumb {
        width: 100%;
        margin-right: 0;
        padding-top: 58%;
    }
    .about .about-con .ya-text,
    .about .about-con .ya-more {
        margin-top: .3rem;
    }
    .ya-video-show {
        width: 90%;
        height: 4.2rem;
    }
    .about-video {
        margin-top: .6rem;
    }
    .about-video .ya-list {
        margin-top: .2rem;
    }
    .about-video .video {
        width: 100%;
        margin-right: 0;
        margin-top: .3rem;
    }
    .about-introduce .text-con1 .ya-text:first-child {
        margin-right: 0;
        width: 100%;
        margin-bottom: .3rem;
    }
	.ya-rich img.yiban{width: 100%;margin: 0 0 10px;}	
}

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


/* 浜у搧 */

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

.pro-home .ya-parts-head .ya-thumb {
    width: 7rem;
}

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

.pro-home .ya-parts-head .txt-con {
    margin-right: 1.3rem;
}

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

.pro-home .ya-parts-head .ya-text p {
    margin-top: .3rem;
}

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

.pro-home .ya-thumbs .ya-title {
    font-size: .36rem;
    font-weight: 600;
}

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

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

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

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

.pro-home .pro-all .ya-card {
    position: relative;
    width: 47%;
    padding-top: 1.1rem;
    overflow: hidden;
}

.pro-home .pro-all .ya-card:nth-of-type(odd) {
    top: -1rem;
}

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

.pro-home .pro-all .ya-card .ya-tit img {
    width: auto;
    height: .6rem;
    margin-right: .1rem;
}

.pro-home .pro-all .ya-card .ya-detail-tags {
    font-size: .2rem;
    line-height: 1.6;
    margin-top: .3rem;
    color: #000;
}

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

.pro-home .pro-all .ya-card .ya-thumb {
    overflow: hidden;
    width: 100%;
    padding-top: 57.22%;
}

.pro-home .pro-all .ya-card .ya-thumb 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 .ya-title {
    font-size: .41rem;
    font-weight: 900;
    line-height: 1;
}

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

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

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

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

.pro-ser .ya-card .ya-detail-tags {
    font-size: .18rem;
    line-height:22px;height: 88px;
    color: #333;
    margin-top: .3rem;
}

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

.pro-ser .ya-card .ya-thumb {
    overflow: hidden;
    width: 100%;
    padding-top: 94.31%;
}

.pro-ser .ya-card .ya-thumb img {
    position: absolute;
    left: 0;
    top: 0;
}

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

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

.pro-content .ya-sidebar .ya-title {
    font-size: .25rem;
    font-weight: 600;
    color: #FFF;
    background: #1B3A5C;
    background-size: cover;
    padding-left: .3rem;
    line-height: .84rem;
    position: absolute;
    left: 0;
    top: -.85rem;
    width: 100%;
    -webkit-clip-path: polygon(92% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(92% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
}

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

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

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


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

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

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

.ya-crumb a {
    color: #FFF;
}

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

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

.pro-content .ya-card .ya-thumb {
    overflow: hidden;
    padding-top: 66%;
    width: 100%;
}

.pro-content .ya-card .ya-thumb img {
    position: absolute;
    left: 0;
    top: 0;
}

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

.pro-content .ya-card .ya-tit {
    font-size: .26rem;
    font-weight: 900;
    line-height: 1.2;height: .6rem;
}

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

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

.pro-content .ya-card .ya-more {
    background-color: #1B3A5C;
    color: #FFF;
    height: .52rem;
    font-weight: 600;
    width: 50%;
}

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

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

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

.pro-details .ya-crumb span {
    color: #1B3A5C;
}

.pro-details .ya-detail-top {
    margin-top: .5rem;
}

.pro-details .thumb {
    width: 8.14rem;
    overflow: hidden;
    margin-left: .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.ya-on::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px #ab1e2d solid;
}

.pro-details .ya-detail-top h1 {
    font-size: .37rem;
    font-weight: 600;
    line-height: 1.5;
}

.pro-details .ya-detail-top .ya-text-panel {
    margin-top: .3rem;
}

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

.pro-details .ya-detail-top .ya-text span {
    font-weight: 600;
    width: 2.4rem;
    margin-right: .3rem;
}

.pro-details .ya-detail-top .ya-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: #1B3A5C;
    line-height: .6rem;
    margin-top: .3rem;
    padding-left: .3rem;
}

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

.pro-details .ya-detail-top .ya-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 .ya-title {
    background-color: #1B3A5C;
    color: #FFF;
    font-size: .32rem;
    font-weight: 600;
    line-height: .8rem;
    margin-top: .8rem;
}

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

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

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

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

.pro-details .ya-submenu-col {
    background-color: #1B3A5C;
    padding-left: 2.3rem;
    overflow: hidden;
    margin-top: .65rem;
    color: #FFF;
}

.pro-details .ya-submenu-col .ya-thumb {
    position: relative;
    width: 9.42rem;
    height: 6rem;
    overflow: hidden;
}

.pro-details .ya-submenu-col .ya-thumb.ya-s2 {
    cursor: pointer;
}

.pro-details .ya-submenu-col .ya-thumb 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 .ya-submenu-col .txt-con {
    margin-right: 1.3rem;
    padding-top: 1.2rem;
}

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

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

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

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

.pro-details .par .ya-text {
    color: #282828;
    line-height: 1.8;
    margin-top: .4rem;overflow: auto;
}
.pro-details .par .ya-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 {
    margin-top: 1.1rem;
}

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

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

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

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

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

.pro-details .pro-adv .ya-card .ya-thumb img {
    position: absolute;
    left: 0;
    top: 0;
}

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

.pro-details .pro-app .ya-navbar {
    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 .ya-card {
    flex: 1;
    font-size: .24rem;
    line-height: 1.4;
    text-align: center;
    margin-top: .2rem;
}
.pro-details .pro-app .img-list .row .ya-card img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: .4em;
}

.ya-quote {
    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;
}

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

.ya-quote .ya-list {
    margin-top: .3rem;
}

.ya-quote .ya-quote-field {
    margin-right: .4rem;
    width: 4.35rem;
    margin-top: .15rem;
}

.ya-quote .ya-quote-field:last-child {
    margin-right: 0;
}

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

.ya-quote .ya-quote-field .ya-tit span {
    color: #ed1b24;
    font-size: .32rem;
    line-height: 1;
}

.ya-quote .ya-quote-field 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;
}

.ya-quote .ya-quote-field.ya-quote-code input[type='text'] {
    width: 4.35rem;
    margin-right: .4rem;
}

.ya-quote .ya-quote-field.ya-quote-code img {
    height: .6rem;
    margin-right: .6rem;
    margin-top: .05rem;
}

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

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

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

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

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

.ya-quote .ya-quote-field .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 .ya-title {
    font-size: .33rem;
    font-weight: 900;
}

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

.pro-details .Related .ya-card {
    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 .ya-card .txt-con {
    padding-top: .2rem;
}

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

@media (min-width:1025px) {
    .pro-home .pro-all .ya-card:hover .ya-thumb img,
    .pro-ser .ya-card:hover .ya-thumb img,
    .pro-content .ya-card:hover .ya-thumb 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 .ya-card:hover .go {
        text-decoration: none;
    }
    .pro-ser .ya-card:hover .ya-btn {
        background-color: #000;
    }
    .pro-content .ya-sidebar li:hover {
        background-color: #1B3A5C;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        overflow: hidden;
    }
    .pro-content .ya-sidebar li:hover a {
        color: #FFF;
    }
}

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

    .pro-details .ya-detail-top .ya-text span {
        width: 170px;
    }
    .pro-details .ya-detail-top .ya-text {
        line-height: 30px;font-size: 14px;
    }
    .pro-details .ya-detail-top .ya-btn a {
        line-height: 40px;
    }
    .pro-details .pro-info .ya-tit,
    .pro-details .Related .ya-title {
        font-size: 25px;
    }
    .pro-details .ya-submenu-col .ya-thumb {
        width: 7rem;
    }
    .pro-details .ya-submenu-col .txt-con {
        margin-right: .6rem;
    }
    .pro-details .ya-submenu-col .txt-con {
        padding-top: .7rem;
    }
    .pro-details .pro-info .ya-title {
        line-height: 60px;
    }
    .pro-details .pro-adv .ya-card .ya-tit {
        height: 42px;
    }
    .ya-quote .ya-quote-field input[type='text'],
    .ya-quote .ya-quote-field.ya-quote-code img,
    .ya-quote 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 .ya-parts-head .ya-title,
    .pro-home .ya-thumbs .ya-title,
    .pro-home .pro-all .ya-title,
    .pro-details .ya-detail-top h1 {
        font-size: 22px;
    }
	.pro-details .ya-detail-top{margin-top: .2rem;}
    .pro-home .ya-thumbs {
        height: auto;
        padding: .7rem .2rem;
    }
    .pro-home .pro-all .ya-title {
        line-height: 1.4;
    }
    .pro-content .ya-sidebar {
        width: 100%;
        padding-right: 0;
    }
    .pro-content .ya-sidebar .ya-title {
        clip-path: none;
        right: .2rem;
        width: auto;
        position: relative;
        line-height: 48px;
        top: auto;
    }
    .pro-content .ya-sidebar ul {
        margin-top: .3rem;
    }
    .pro-content .ya-sidebar ul,
    .ya-crumb {
      font-size: .22rem; display:none;
    }
    .pro-content .ya-sidebar li {
        line-height: 48px;
    }
    .pro-content .ya-sidebar .ya-title::after {
        content: '';
        position: absolute;
        right: .2rem;
        top: 15%;
        width: 65px;
        height: 65px;
        background: url(../images/arrow1.svg) no-repeat center;
        background-size: 21px;
        margin-top: -15px;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    .pro-content .ya-sidebar .ya-title.ya-cur::after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .pro-content .ya-list {
        background-color: #FFF;
        padding-left: 0;
        padding-right: 0;
    }
    .pro-content .ya-card .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 .ya-text br {
        display: none;
    }
    .pro-details .pro-adv .ya-card {
        width: 49%;
    }
    .pro-details .pro-adv .ya-card:nth-of-type(3n) {
        margin-right: 2%;
    }
    .pro-details .pro-adv .ya-card:nth-child(even) {
        margin-right: 0;
    }
    .pro-ser .ya-title {
        font-size: 27px;
    }

}

@media (max-width:767px) {
    .pro-content .ya-sidebar .ya-title {
        font-size: 15px;
    }
    .pro-home .ya-parts-head .ya-thumb {
        width: 100%;
        margin-top: .3rem;
    }
    .pro-home .ya-parts-head .txt-con,
    .pro-details .ya-submenu-col .txt-con {
        margin-right: 0;
    }
    .pro-home .ya-parts-head .ya-title {
        margin-top: 0;
        font-size: 24px;
    }
    .pro-home .pro-all .ya-card:nth-child(5) {
        padding-top: 1.9rem;
    }
    .pro-home .pro-all .ya-card .ya-tit img {
        height: .45rem;
    }
    .pro-home .pro-all .ya-card .ya-tit {
        font-size: 19px;
    }
    .pro-home .pro-all .ya-card {
        padding-top: .7rem;
    }
    .pro-content .ya-card .req {
        padding-left: .1rem;
    }
    .pro-details .ya-submenu-col {
        padding-right: .2rem;
        padding-bottom: .2rem;
    }
    .pro-details .ya-submenu-col .ya-thumb {
        width: 100%;
        margin-top: .4rem;
    }
    .pro-details .ya-list .ya-title {
        font-size: 21px;
    }
    .pro-details .ya-submenu-col .ya-text {
        margin-top: .4rem;
    }
    .pro-details .pro-app .ya-navbar {
        display: block;
        margin-top: .5rem;
    }
    .pro-details .pro-app .ya-navbar .pic1 {
        width: 100%;
        margin-right: 0;
    }
    .pro-details .pro-app .ya-navbar .pic2 {
        margin-top: .2rem;
    }
    .pro-details .pro-app .img-list .row {
        gap: 0;
        flex-direction: column;
    }
    .pro-details .pro-app .img-list .row .ya-card {
        width: 100%;
        flex: unset;
    }
    .ya-quote .ya-navbar {
        display: block;
    }
    .ya-quote .ya-quote-field {
        margin-right: 0;
        width: 100%;
    }
    .ya-quote .ya-quote-field.ya-quote-code img {
        margin-right: .3rem;
    }
    .ya-quote .ya-quote-field.ya-quote-code input[type='text'] {
        margin-right: .2rem;
    }
    .ya-quote .ya-quote-field.ya-quote-code input[type='text'] {
        width: 3.4rem;
    }
    .ya-quote input[type='submit'] {
        font-size: 17px;
    }
    .pro-details .thumb {
        margin-top: .4rem;
    }
    .pro-details .ya-detail-top .info-box {
        order: 1;
    }
    .pro-home .pro-all .ya-card {
        width: 100%;
        top: 0 !important;
    }
}

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

    .pro-content .ya-card .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 .ya-card .ya-tit {
        height: auto;
    }
    .ya-quote input[type='submit'] {
        font-size: 15px;
    }
}


/* 鏂伴椈 */

.ya-news-grid .ya-latest {
    margin-top: .65rem;
}

.ya-news-grid .ya-latest .ya-title {
    font-weight: 600;
    font-size: .41rem;
    line-height: 1;
}

.ya-news-grid .ya-latest .ya-list {
    margin-top: .5rem;
}

.ya-news-grid .ya-latest .ya-thumb {
    width: 7.3rem;
    height: 4.9rem;
    overflow: hidden;
}

.ya-news-grid .ya-latest .ya-text-panel {
    background-color: #f2f2f2;
    padding: .5rem .5rem .6rem .5rem;
    margin-bottom: .7rem;
}

.ya-news-grid .ya-latest .ya-tit {
    font-size: .28rem;
    line-height: 1.4;
    font-weight: 500;
}

.ya-news-grid .ya-latest .ya-news-date {
    background-color: #1B3A5C;
    color: #FFF;
    font-size: .15rem;
    line-height: .44rem;
    padding: 0 .3rem;
    font-weight: 600;
    margin-top: .15rem;
}

.ya-news-grid .ya-latest .ya-text {
    color: #000;
    font-size: .19rem;
    margin-top: .35rem;
}

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

.ya-news-grid .ya-latest .swiper-pagination {
    left: auto;
    right: 0;
    bottom: 0;
}

.ya-news-grid .ya-latest .swiper-pagination-bullet {
    border: 1px #1B3A5C solid;
    width: .2rem;
    height: .2rem;
    opacity: 1;
    background-color: #FFF;
    margin-right: .1rem;
}

.ya-news-grid .ya-latest .swiper-pagination-bullet-active {
    background-color: #1B3A5C;
}

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

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

.ya-news-grid .ya-sub-list a.ya-on {
    color: #1B3A5C;
}

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

.ya-news-grid .ya-card {
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
    margin-top: .5rem;
}

.ya-news-grid .ya-card:nth-of-type(3n) {
    margin-right: 0;
}

.ya-news-grid .ya-card .ya-thumb {
    overflow: hidden;
    width: 100%;
    padding-top: 65.82%;
}

.ya-news-grid .ya-card .ya-thumb img {
    position: absolute;
    left: 0;
    top: 0;
}

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

.ya-news-grid .ya-card .ya-news-date span {
    margin-left: .1rem;
}

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

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

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

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

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

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

.ya-pagination .ya-on {
    background-color: #1B3A5C;
    color: #FFF;
}

.ya-news-grid .ya-thumbs {
    width: 100%;
    height: 5.2rem;
    background: url(../images/img74.png)no-repeat center;
    background-size: cover;
    margin-top: 1.3rem;
}

.ya-news-grid .ya-thumbs .ya-text-panel {
    position: absolute;
    left: 2.3rem;
    width: 6.8rem;
    color: #FFF;
}

.ya-news-grid .ya-thumbs .ya-tit {
    font-size: .41rem;
    font-weight: 600;
    line-height: 1;
    margin-top: .8rem;
}

.ya-news-grid .ya-thumbs .ya-text {
    margin-top: .1rem;
    overflow: hidden;
}

.ya-news-grid .ya-thumbs .ya-text p {
    margin-top: .3rem;
}

.ya-news-grid .ya-links {
    padding-left: 0;
    padding-right: 0;
    margin-top: .15rem;
}

.ya-news-grid .ya-links .ya-tit {
    height: auto !important;
    font-weight: 600;
}

.ya-news-grid .ya-links .ya-more {
    margin-top: .1rem;
    font-size: .16rem;
}

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

.ya-news-detail .ya-list {
    background-color: #FFF;
    padding: .3rem .9rem 1rem .9rem;
}

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

.ya-news-detail .ya-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%;
}

.ya-news-detail .ya-news-toolbar .ya-crumb {
    right: 0;
    bottom: .1rem;
    color: #333333;
    top: auto;
    font-size: .14rem;
}

.ya-news-detail .ya-news-toolbar .ya-crumb a {
    color: #333;
}

.ya-news-detail .ya-news-toolbar .ya-crumb span {
    font-weight: 600;
}

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

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

.ya-news-detail .ya-news-meta span {
    margin: 0 10px;
}

.ya-news-detail .ya-detail-body .wp-caption p{margin:0}
.ya-news-detail .ya-detail-body .wp-caption{ max-width: 100%;}
.ya-news-detail .ya-detail-body {
    line-height: 1.8;
    margin-top: .3rem;
    font-size: .2rem;
}
.ya-news-detail .ya-detail-body p{
	margin:1em 0;
}

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

.ya-more-news {
    margin-top: .7rem;
}

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

@media (min-width:1025px) {
    .ya-news-grid .ya-latest .swiper-slide:hover .ya-thumb img,
    .ya-news-grid .ya-card:hover .ya-thumb 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);
    }
    .ya-news-grid .ya-latest .swiper-slide:hover .ya-more,
    .ya-news-grid .ya-card:hover .ya-more {
        text-decoration: none;
    }
    .ya-news-grid .ya-latest .swiper-slide:hover .ya-news-date {
        background-color: #000;
    }
}

@media (max-width:1199px) {
    .ya-news-grid .ya-latest .ya-tit,
    .ya-news-grid .ya-card .ya-tit {
        font-size: 17px;
    }
    .ya-news-grid .ya-latest .ya-news-date {
        font-size: 13px;
        line-height: 32px;
    }
    .ya-news-grid .ya-latest .ya-text,
    .ya-news-grid .ya-latest .ya-more,
    .ya-news-grid .ya-card .ya-more,
    .ya-news-detail .ya-detail-body {
        font-size: 16px;
    }
    .ya-news-grid .ya-latest .ya-more {
        margin-top: .3rem;
    }
    .ya-news-grid .ya-latest .ya-thumb {
        height: auto;
    }
    .ya-news-grid .ya-sub-list a {
        font-size: 21px;
        padding-bottom: .2rem;
    }
    .ya-news-grid .ya-card .ya-news-date,
    .ya-news-grid .ya-links .ya-more,
    .ya-news-detail .ya-news-meta {
        font-size: 13px;
    }
    .ya-news-grid .ya-card .ya-tit {
        height: 62px;
    }
    .ya-pagination a {
        font-size: 15px;
    }
    .ya-news-grid .ya-thumbs .ya-text-panel {
        left: .2rem;
    }
    .ya-news-grid .ya-thumbs .ya-tit {
        font-size: 32px;
    }
    .ya-more-news .ya-title {
        font-size: 27px;
    }
    .ya-news-detail .ya-list {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .ya-news-detail h1 {
        font-size: 19px;
        padding-left: .3rem;
        padding-right: .3rem;
    }
    .ya-news-detail .ya-back {
        font-size: 21px;
    }
    .ya-news-detail .ya-news-toolbar .ya-crumb {
        display: none;
    }
}

@media (max-width:950px) {
    .ya-news-grid .ya-card {
        width: 49%;
    }
    .ya-news-grid .ya-card:nth-of-type(3n) {
        margin-right: 2%;
    }
    .ya-news-grid .ya-card:nth-child(even) {
        margin-right: 0;
    }
    .ya-news-grid .ya-thumbs .ya-text-panel {
        width: auto;
        right: .2rem;
    }
    .ya-news-grid .ya-thumbs .ya-tit {
        font-size: 27px;
    }
}

@media (max-width:767px) {
    .ya-news-grid .ya-latest .ya-list {
        margin-top: .4rem;
    }
    .ya-news-grid .ya-latest .ya-thumb {
        width: 100%;
        overflow: hidden;
        padding-top: 67%;
    }
    .ya-news-grid .ya-latest .ya-thumb img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .ya-news-grid .ya-latest .ya-text-panel {
        padding-left: .3rem;
        padding-right: .3rem;
        padding-bottom: .4rem;
    }
    .ya-news-grid .ya-latest .swiper-pagination {
        width: 100%;
        text-align: center;
    }
    .ya-news-grid .ya-sub-list a {
        font-size: 19px;
    }
    .ya-news-grid .ya-links .ya-card {
        margin-right: 0;
    }
}

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


/* 鍝佺墝 */

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

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


/* .brand .ya-navbar::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 .ya-navbar .ya-title {
    margin-right: 3.7rem;
    padding-top: .25rem;
}

.brand .ya-navbar .ya-text {
    line-height: 1.7;
}

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

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

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

.brand .brand-pic .ya-thumb {
    width: 24.7%;
    overflow: hidden;
    padding-top: 19.3%;
}

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

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

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

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

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

.brand .Research .ya-text-panel .ya-text a {
    color: #1B3A5C;
    font-weight: 800;
    font-size: .23rem;
}

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

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

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

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

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

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

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

.brand .Research .num-box .ya-card .t1 {
    color: #1B3A5C;
    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: .9rem .3rem;
    margin-top: -.5rem;
}

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

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

.brand .Manufacturing .ya-text {
    line-height: 1.7;
    margin-top: .25rem;
    font-size: .2rem;
}

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

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

.brand .Extreme .ya-thumb {
    width: 7.71rem;
    height: 4.74rem;
    margin-left: .6rem;
    overflow: hidden;
}

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

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

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

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

.brand .Extreme .num span {
    font-family: '瀹嬩綋';
}

.brand .Extreme .ya-news-card {
    width: 47%;
    margin-top: .3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1025px) {
    .brand .Manufacturing .ya-more:hover {
        background-color: #000;
    }
    .brand .Manufacturing .ya-thumb:hover img,
    .brand .Extreme .ya-thumb: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 .ya-navbar .ya-title {
        font-size: 35px;
        margin-right: 2.8rem;
    }
    .brand .brand-pic {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .brand .Research .ya-text-panel .ya-title {
        font-size: 31px;
    }
    .brand .Research .ya-text-panel .ya-text a,
    .brand .Extreme .ya-news-card .ya-tit {
        font-size: 17px;
    }
    .brand .Research .num-box .ya-card .counter {
        font-size: 37px;
    }
    .brand .Research .num-box .ya-card:nth-child(1) .counter {
        width: 128px;
    }
    .brand .Research .num-box .ya-card:nth-child(2) .counter {
        width: 102px;
    }
    .brand .Research .num-box .ya-card:nth-child(3) .counter {
        width: 77px;
    }
    .brand .Research .num-box .ya-card:nth-child(3) .t1,
    .brand .Manufacturing .ya-text,
    .brand .Extreme .ya-text,
    .brand .Global .txt-con .ya-txt {
        font-size: 14px;
    }
    .brand .Research .num-box .ya-card .ya-txt,
    .brand .Global .ya-text {
        font-size: 15px;
    }
    .brand .Research .ya-text-panel {
        margin-right: .6rem;
    }
    .brand .Research .num-box {
        width: 6.5rem;
    }
    .brand .title1 {
        font-size: 27px;
    }
    .brand .Manufacturing .ya-thumb,
    .brand .Extreme .ya-thumb {
        height: auto;
    }
    .brand .Manufacturing .ya-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 .ya-navbar .ya-title {
        font-size: 27px;
        margin-right: 2rem;
    }
    .brand .brand-pic .ya-thumb {
        width: 49.7%;
        padding-top: 38%;
        margin-top: .08rem;
    }
    .brand .Research .ya-text-panel .ya-title {
        font-size: 27px;
    }
    .brand .Global .ya-text {
        padding-left: 0;
        padding-right: 0;
    }
    .brand .Global .txt-con .ya-txt {
        width: 33%;
    }
    .brand .Global .txt-con .ya-txt:last-child {
        width: 27%;
    }
}

@media (max-width:767px) {
    .brand .ya-navbar {
        background-size: 100%;
    }
    .brand .ya-navbar .ya-title {
        margin-right: .5rem;
    }
    .brand .Research .ya-text-panel,
    .brand .Manufacturing .ya-thumb {
        margin-right: 0;
    }
    .brand .Research .num-box,
    .brand .Manufacturing .ya-thumb,
    .brand .Extreme .ya-thumb {
        width: 100%;
    }
    .brand .Extreme .ya-thumb {
        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 .ya-txt {
        width: 100% !important;
        margin-top: .3rem;
    }
    .brand .pic1 {
        height: 3.8rem;
    }
}

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

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


/* 鑱旂郴鎴戜滑 */


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

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

.Contact .ya-quote {
    margin-top: 0;
    padding: 0;
    border: 0;
}

.Contact .ya-quote .ya-list {
    margin-top: 0;
}

.Contact .ya-quote .ya-quote-field {
    margin-top: .45rem;
    width: 4.55rem;
}

.Contact .ya-quote .ya-quote-field .ya-tit {
    color: #000;
    font-family: 'Poppins-Regular';
}

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

.Contact .ya-quote .ya-quote-field.ya-quote-code img {
    margin-top: .25rem;
}

.Contact .ya-quote .ya-quote-field.ya-quote-code input[type='text'] {
    width: 4.55rem;
}

.Contact .ya-quote input[type='submit'] {
    width: 4.55rem;
    background-color: #1B3A5C;
    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 .ya-news-meta {
    margin-top: .8rem;
    margin-bottom: .8rem;
}

.Contact .ya-news-meta .ya-card {
    border-right: 1px #c0c1c2 solid;
    padding-left: 1.1rem;
    padding-right: .6rem
}

.Contact .ya-news-meta .ya-card:first-child {
    padding-left: 0
}

.Contact .ya-news-meta .ya-card:last-child {
    border-right: 0
}

.Contact .ya-news-meta .ya-tit {
    font-size: .26rem;
    font-weight: bold;
    line-height: 1.1;
    margin-top: .2rem
}

.Contact .ya-news-meta .ya-navbar {
    margin-top: .45rem
}

.Contact .ya-news-meta .ya-navbar>div {
    line-height: .35rem;
    font-size: .22rem;
    line-height: 1.95;
    color: #666;
    padding-left: .4rem;
    background-position: .1rem .1rem;
    background-repeat: no-repeat;
    background-size: .2rem
}

.Contact .ya-news-meta .ya-navbar>div span {
    color: #000
}

.Contact .ya-news-meta .ya-navbar .email {
    background-image: url(../images/email.webp)
}

.Contact .ya-news-meta .ya-navbar .tel {
    background-image: url(../images/tel.webp)
}

.Contact .ya-news-meta .ya-navbar .whatapp {
    background-image: url(../images/whatapp1.webp)
}

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

@media (max-width: 950px) {
    .Contact .ya-news-meta .ya-card {
        width: 50%;
        border-right: 0
    }

    .Contact .ya-news-meta .ya-card:last-child {
        padding-left: 0;
        margin-top: .3rem
    }

    .Contact .ya-news-meta .ya-navbar>div {
        background-position: .1rem 10px
    }
}

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

    .Contact .ya-news-meta {
        margin-top: .2rem
    }

    .Contact .ya-news-meta .ya-card {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-top: .3rem
    }
}


/* 鏈嶅姟 */

.Service .ya-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 .ya-thumb {
    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 .ya-text-panel {
    margin-right: .8rem;
    padding-top: .35rem;
}

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

.Service .Serving .ya-more {
    color: #FFF;
    font-weight: 600;
    line-height: .6rem;
    padding: 0 .3rem;
    text-transform: uppercase;
    background-color: #1B3A5C;
    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 .ya-shell{ margin:0}
.Service .Qinren .ya-parts-head {
    width: 5.6rem;
}

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

.Service .Qinren .ya-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 .ya-thumb {
    width: 7.04rem;
    margin-right: .6rem;
}

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

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

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

.Service .After .ya-thumb {
    width: 5.94rem;
    margin-left: 1.65rem;
}

.Service .After .ya-text-panel {
    padding-top: .55rem;
}

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

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

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

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

.Service .ya-news-grid .ya-card {
    margin-top: .75rem;
}

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

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

@media (max-width:767px) {
    .Service .Serving .ya-text,
    .Service .After .ya-thumb {
        margin-top: .4rem;
    }
    .Service .Serving .ya-text-panel,
    .Service .Financial .ya-thumb {
        margin-right: 0;
    }
    .Service .Serving .ya-thumb {
        width: 100%;
        margin-top: .4rem;
    }
    .Service .Serving .ya-text-panel {
        padding-top: 0;
    }
    .Service .Serving .ya-more {
        font-size: 15px;
    }
    .Service .Qinren .ya-parts-head,
    .Service .Financial .ya-thumb,
    .Service .After .ya-thumb {
        width: 100%;
    }
    .Service .After .ya-thumb {
        margin-left: 0;
    }
    .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";
}

.ya-topbar {
    height: 1.1rem;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10001;
    background-color: #FFF;
    border-bottom: 3px #d6d6d6 solid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ya-topbar .ya-logo img {
    width: auto;
    height: .53rem;
}

.ya-topbar .ya-nav-trigger1 {
    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%);
}

.ya-topbar .ya-nav-trigger1.ya-close {
    background-image: url(../images/close1.svg);
}

.ya-topbar .ya-search-form {
    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;
}

.ya-topbar .ya-search-form-m {
    display: none;
}

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

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

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

.ya-topbar .ya-nav li>a {
    font-family: 'Roboto-Bold';
    font-size: .19rem;
    text-transform: uppercase;
    padding: 0 .37rem 0 .26rem;
    line-height: .46rem;
    border-radius: .23rem;
    -webkit-border-radius: .23rem;
    -moz-border-radius: .23rem;
    -ms-border-radius: .23rem;
    -o-border-radius: .23rem;
}

.ya-topbar .ya-nav i {
    position: absolute;
    right: .07rem;
    top: .14rem;
    height: .1rem;
    width: .1rem;
    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);
}

.ya-topbar .ya-nav .ya-submenu {
    top: calc(100% + 3px);
    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: 13%;
    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 #1B3A5C solid;
    line-height: 2.2;
    font-size: .2rem;
    font-family: 'Roboto-Medium';
}

.ya-topbar .ya-nav li:nth-child(1) .ya-submenu {
    width: 9.3rem;
}

.ya-topbar .ya-nav li:nth-child(2) .ya-submenu {
    width: 9.2rem;
    padding-left: .5rem;
    left: 0;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
}

.ya-topbar .ya-nav li:nth-child(2):hover .ya-submenu {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
}

.ya-topbar .ya-nav li:nth-child(4) .ya-submenu {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 8rem;
    left: 50%;
    transform: translateX(-50%) rotateX(90deg);
    -webkit-transform: translateX(-50%) rotateX(90deg);
    -moz-transform: translateX(-50%) rotateX(90deg);
    -ms-transform: translateX(-50%) rotateX(90deg);
    -o-transform: translateX(-50%) rotateX(90deg);
    padding-left: .3rem;
    padding-right: .3rem;
}

.ya-topbar .ya-nav li:nth-child(4) .ya-submenu .ya-submenu-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    white-space: nowrap;
    padding-left: .2rem;
    padding-right: .2rem;
}

.ya-topbar .ya-nav li:nth-child(4):hover .ya-submenu {
    transform: translateX(-50%) rotateX(0deg);
    -webkit-transform: translateX(-50%) rotateX(0deg);
    -moz-transform: translateX(-50%) rotateX(0deg);
    -ms-transform: translateX(-50%) rotateX(0deg);
    -o-transform: translateX(-50%) rotateX(0deg);
}

.ya-topbar .ya-nav .ya-submenu .ya-submenu-col {
    border-right: 1px #d8d8d8 solid;
    padding-left: .4rem;
    padding-right: .4rem;
}

.ya-topbar .ya-nav .ya-submenu .ya-submenu-col:first-child {
    padding-left: 0;
}

.ya-topbar .ya-nav .ya-submenu .ya-submenu-col:last-child {
    border-right: 0;
    padding-right: 0;
}

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

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

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

.ya-copyright-parts {
    background-color: #1B3A5C;
}

@media (min-width:1025px) {
    .ya-topbar .ya-navbar {
        margin-left: auto;
        margin-right: auto;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    .ya-topbar .ya-navbar .ya-nav {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .ya-topbar .ya-nav li {
        position: relative;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .ya-topbar .ya-nav li>a {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 .3rem;
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
    }
    .ya-topbar .ya-nav li>a i {
        position: static;
        margin-left: .08rem;
    }
    .ya-topbar .ya-nav li:nth-child(4)>a {
        font-size: .18rem;
    }
    .ya-topbar .ya-nav li:hover>a {
        background-color: #1B3A5C;
        color: #FFF;
    }
    .ya-topbar .ya-nav li:hover .ya-submenu {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .ya-topbar .ya-nav li:hover i {
        border-right: 2px #FFF solid;
        border-bottom: 2px #FFF solid;
    }
}

@media (min-width:1025px) and (max-width:1199px) {
    .ya-topbar .ya-nav li>a {
        padding-left: .28rem;
        padding-right: .28rem;
    }
}

@media (max-width:1199px) {
    .ya-topbar .ya-nav-trigger1 {
        display: block;
        margin-left: auto;
    }
    .ya-topbar .ya-search-form {
        display: none;
    }
    .ya-topbar .ya-search-form-m {
        display: flex;
        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: 50px;
        width: 100%;
        margin-bottom: .15rem;
    }
    .ya-topbar .ya-search-form-m input[type='text'] {
        width: 100%;
        height: 50px;
        background-color: #efeff1;
        padding-left: .2rem;
        font-size: 15px;
        border: 0;
    }
    .ya-topbar .ya-search-form-m input[type='submit'] {
        background: #e61b37 url(../images/search.png)no-repeat center;
        background-size: 24px;
        width: 60px;
        border: 0;
    }
    .ya-topbar .ya-navbar {
        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;
    }
    .ya-topbar .ya-nav,
    .ya-topbar .ya-nav li {
        display: block;
        position: relative;
    }
    .ya-topbar .ya-nav li>a {
        line-height: 50px;
        font-size: 17px;
        padding-left: 0;
        padding-right: 0;
    }
    .ya-topbar .ya-nav i {
        display: none;
    }
    .ya-topbar .ya-nav .ya-nav-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: 30px;
    }
    .ya-topbar .ya-nav .ya-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%);
    }
    .ya-topbar .ya-nav .ya-cur .ya-nav-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);
    }
    .ya-topbar .ya-nav .ya-submenu {
        position: static;
        left: auto;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        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);
    }
    .ya-topbar .ya-search-form {
        width: 100%;
        height: 50px;
    }
    .ya-topbar .ya-search-form input[type='submit'] {
        width: 60px;
        background-size: 24px;
    }
    .ya-topbar .ya-search-form input[type='text'] {
        height: 50px;
        font-size: 15px;
    }
}

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

@media (max-width:767px) {
    .ya-topbar {
        height: 60px;
    }
    .ya-topbar .ya-logo img {
        height: 32px;
    }
    .ya-topbar .ya-nav-trigger1 {
        width: 30px;
        height: 30px;
    }
    .ya-topbar .ya-navbar {
        top: 60px;
        padding: 20px;
    }
    .ya-topbar .ya-nav .ya-submenu .ya-submenu-col {
        width: 100%;
        border-right: 0;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.banner-parts {
    overflow: hidden;
}

.banner-parts .ya-parts-head {
    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 .ya-title {
    font-family: 'bigjohn';
    font-size: .53rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: .3rem;
    line-height: 1;
}

.banner-parts .ya-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 .ya-txt {
    font-size: .17rem;
    margin-top: .1rem;
}

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

.ya-cats {
    margin-top: .65rem;
}

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

.ya-cats .ya-list {
    overflow: hidden;
    margin-top: .45rem;
}

.ya-cats .ya-list .ya-card {
    margin-top: .2rem;
    width: 32%;
    margin-right: 2%;
    border: 1px #dddcdc solid;
    overflow: hidden;
}

.ya-cats .ya-list .ya-card:nth-of-type(3n) {
    margin-right: 0;
}



.ya-cats .ya-list .ya-card .ya-thumb {
    width: 2.4rem;
    margin-right: .1rem;
    padding-top: 37%;
    overflow: hidden;
}

.ya-cats .ya-list .ya-card .ya-thumb 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%;
}

.ya-cats .ya-list .ya-card .ya-tit {
    font-weight: 600;
    margin-top: .4rem;
    font-size: .25rem;
    line-height: 1.2;
    text-transform: uppercase;padding-right: 0.18rem;
}

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

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

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

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

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

.ya-hot .ya-list {
    overflow: hidden;
    margin-top: .3rem;
}

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

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

.ya-hot .ya-card .ya-thumb {
    overflow: hidden;
    width: 100%;
    padding-top: 70%;
}

.ya-hot .ya-card .ya-thumb 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%;
}

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

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

.ya-hot .ya-card .ya-hot-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;
}

.ya-three {
    font-family: 'Montserrat';
}

.ya-three .ya-card {
    width: 33%;
    background-color: #1B3A5C;
    height: 1.23rem;
    margin-top: .9rem;
    padding-left: .34rem;
    color: #FFF;
    font-style: italic;
    text-transform: uppercase;
    font-size: .39rem;
}

.ya-three .ya-card 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%);
}

.ya-three .ya-card:nth-child(1) img {
    width: 1.88rem;
}

.ya-three .ya-card:nth-child(2) img {
    width: 2rem;
}

.ya-three .ya-card:nth-child(3) img {
    width: 2.25rem;
}

.ya-parts-page .ya-links {
    padding-left: 0;
    padding-right: 0;
}

.ya-news {
    margin-top: .9rem;
}

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

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

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

.ya-news .ya-news-card img {
    position: absolute;
    left: 0;
    top: 0;
}

.ya-news .ya-news-card:last-child {
    margin-right: 0;
}

.ya-news .ya-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));
}

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

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

.ya-news .ya-news-card .ya-tit {
    font-size: .23rem;
    line-height: 1.2;
}

.ya-parts-body {
    background-color: #f6f6f6;
    padding-bottom: 1.08rem;
    overflow: hidden;
}
.ya-parts-body.ya-s2 {
    padding-bottom: 0;
}

.ya-parts-body .ya-crumb {
    position: inherit;
    background-color: #1B3A5C;
    color: #FFF;
    line-height: .6rem;
    justify-content: flex-end;
    font-size: .15rem;
}

.ya-parts-body .ya-crumb a {
    margin: 0 .05rem;
}

.ya-parts-body .ya-crumb span {
    font-weight: 600;
    margin-left: .05rem;
}

.ya-parts-body .ya-parts-head .ya-title {
    font-size: .35rem;
    font-weight: 600;
    line-height: 1.1;
    margin-top: .5rem;
}

.ya-parts-body .ya-parts-head .ya-navbar {
    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;
}

.ya-parts-body .ya-parts-head .ya-thumb {
    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;
}

.ya-parts-body .ya-parts-head .ya-thumb .ya-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;
}

.ya-parts-body .ya-parts-head .ya-text {
    font-size: .2rem;
    padding: .6rem 0;
    line-height: 1.8;
}

.ya-parts-grid {
    margin-top: 0rem;
    overflow: hidden;
}

.ya-parts-grid .ya-card {
    margin-top: .4rem;
    width: 19%;
    margin-right: 1.25%;
}

.ya-parts-grid .ya-card:nth-of-type(5n) {
    margin-right: 0;
}

.ya-parts-grid .ya-card .ya-thumb {
    background-color: #FFF;
    overflow: hidden;
    border: 1px #d9d9d9 solid;
    padding-top: 75%;
}

.ya-parts-grid .ya-card .ya-thumb 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%);
}

.ya-parts-grid .ya-card .ya-tit {
    font-size: .2rem;
    font-weight: 500;
    margin-top: .1rem;line-height: .25rem;
}

.ya-parts-grid .ya-card .ya-text {
    font-size: .17rem;
    line-height: 1;
    margin-top: .07rem;
}

.ya-parts-grid .ya-pagination {
    margin-top: 1.5rem;
}

.ya-parts-detail {
    overflow: hidden;
}

.ya-parts-detail .ya-sidebar {
    width: 3.2rem;
    margin-right: .25rem;
}

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

.ya-parts-detail .ya-sidebar li {
    line-height: .62rem;
    border-bottom: 1px #cbcaca solid;
}

.ya-parts-detail .ya-sidebar li a {
    padding:.16rem .15rem;
	line-height: 1.2;
}

.ya-parts-detail .ya-sidebar li.ya-on a {
    background-color: #1B3A5C;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.ya-parts-detail .ya-list {
    z-index: 10;
    padding-left: .55rem;
    padding-top: .3rem;
    padding-bottom: 1.6rem;
}

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

.ya-parts-detail .ya-detail-top .ya-thumb {
    width: 5.5rem;
    border: 1px #e3e2e1 solid;
    overflow: hidden;
/*     padding-top: 32%; */
    margin-right: .5rem;height:auto;
}

.ya-parts-detail .ya-detail-top .ya-thumb img {
	width:100%;
	height:auto;
/*     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: 74%; */
	
}

.ya-parts-detail .ya-detail-top h1 {
    font-size: .26rem;
    font-weight: 600;
    line-height: 1.2;
    margin-top: .15rem;margin-bottom: .3rem;
}

.ya-parts-detail .ya-detail-top .ya-detail-tags {
    border-top: 1px #e3e2e1 solid;
    font-size: .19rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
    margin-top: .2rem;
    border-bottom: 1px #e3e2e1 solid;
    margin-bottom: .2rem;
}

.ya-parts-detail .ya-detail-top .ya-text {
    color: #666;
    line-height: .36rem;
    font-size: .18rem;
}

.ya-parts-detail .ya-detail-top .ya-text span {
    color: #333;
    font-weight: 600;
}

.ya-parts-detail .ya-detail-top .ya-btn {
    margin-top: .3rem;
}

.ya-parts-detail .ya-detail-top .ya-btn a {
    background-color: #1B3A5C;
    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;
}

.ya-parts-detail .ya-detail-top .ya-btn a:hover {
    background: #333;
}

.ya-parts-detail .ya-detail-top .ya-btn .tel{
    margin-right: .1rem;
}

.ya-parts-detail .ya-detail-top .ya-btn .ya-inquiry-btn::after {
    content: '';
    width: .27rem;
    height: .29rem;
    background: url(../images/icon28.png)no-repeat center;
    background-size: 100%;
    margin-left: .1rem;
}

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

.ya-parts-detail .ya-detail-hd {
    border-bottom: 2px #1B3A5C solid;
    margin-top: .35rem;
}

.ya-parts-detail .ya-detail-hd span {
    text-transform: uppercase;
    color: #FFF;
    background-color: #1B3A5C;
    font-weight: 600;
    line-height: .6rem;
    padding: 0 .3rem;
    font-size: .22rem;
}

.ya-parts-detail .ya-detail-body {
    line-height: 1.8;
    margin-top: .35rem;
    color: #333; 
}


.ya-parts-detail .ya-detail-body img {
    max-width: 100%;
    height: auto;
}

.ya-parts-detail .ya-list .ya-title {
    font-size: .28rem;
    font-weight: 600;
    line-height: 1.1;
    margin-top: .55rem;
}

.ya-parts-detail .ya-list .ya-parts-grid {
    margin-top: 0;
}

.ya-parts-detail .ya-list .ya-parts-grid .ya-card {
    width: 23.5%;
    margin-right: 2%;
    margin-top: .3rem;
}

.ya-parts-detail .ya-list .ya-parts-grid .ya-card:nth-of-type(5n) {
    margin-right: 2%;
}

.ya-parts-detail .ya-list .ya-parts-grid .ya-card:nth-of-type(4n) {
    margin-right: 0;
}

.ya-parts-detail .ya-quote {
    padding: 0;
    border: 0;
    margin-top: 1rem;
}

.ya-parts-detail .ya-quote .ya-title {
    font-size: .33rem;
    margin-top: 0;
    margin-bottom: .25rem;
}

.ya-parts-detail .ya-quote .ya-quote-field {
    width: 100%;
}

.ya-parts-detail .ya-quote .ya-quote-field .ya-tit {
    color: #333;
}

.ya-parts-detail .ya-quote 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';
}

.ya-parts-detail .ya-quote .ya-quote-field 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;
}

.ya-parts-detail .ya-quote .ya-quote-field.ya-quote-code input[type='text'] {
    width: 3.5rem;
}

.ya-parts-detail .ya-quote input[type='submit'] {
    background-color: #1B3A5C;
    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) {
    .ya-cats .ya-list .ya-card:hover .ya-thumb img,
    .ya-hot .ya-card:hover .ya-thumb img,
    .ya-parts-grid .ya-card:hover .ya-thumb 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);
    }
    .ya-news .ya-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);
    }
    .ya-hot .ya-card:hover .ya-hot-now {
        background-color: #000;
    }
    .ya-parts-detail .ya-sidebar li:hover a {
        background-color: #1B3A5C;
        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 .ya-parts-head {
        width: 330px;
        padding-left: 50px;
    }
    .banner-parts .ya-title,
    .ya-hot .ya-title span,
    .ya-news .ya-title {
        font-size: 31px;
    }
    .banner-parts .ya-text {
        font-size: 21px;
    }
    .banner-parts .ya-txt,
    .ya-hot .ya-card .ya-text,
    .ya-news .ya-news-card .ya-news-meta,
    .ya-parts-detail .ya-detail-top .ya-detail-tags,
    .ya-parts-detail .ya-detail-top .ya-btn a {
        font-size: 15px;
    }
    .banner-parts img {
        height: 300px;
    }
    .banner-parts a {
        font-size: 19px;
        width: 180px;
        line-height: 38px;
    }
    .banner-parts .ya-text {
        margin-top: 20px;
    }
    .banner-parts .ya-title,
    .banner-parts a,
    .banner-parts .ya-txt {
        margin-top: 10px;
    }
    .ya-cats .ya-title,
    .ya-three .ya-card,
    .ya-parts-detail .ya-quote .ya-title {
        font-size: 23px;
    }
    .ya-cats .ya-list .ya-card .ya-tit,
    .ya-hot .ya-tips,
    .ya-news .ya-news-card .ya-tit,
    .ya-parts-body .ya-parts-head .ya-thumb .ya-tit,
    .ya-parts-detail .ya-detail-top h1,
    .ya-parts-detail .ya-sidebar .ya-title {
        font-size: 19px;
    }
    .ya-hot .ya-card .ya-hot-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%;
    }
    .ya-hot .ya-card,
    .ya-parts-grid .ya-card {
        width: 23.5%;
        margin-right: 2%;
    }
    .ya-hot .ya-card:nth-of-type(5n),
    .ya-parts-grid .ya-card:nth-of-type(5n) {
        margin-right: 2%;
    }
    .ya-hot .ya-card:nth-of-type(4n),
    .ya-parts-grid .ya-card:nth-of-type(4n) {
        margin-right: 0%;
    }
    .ya-hot .ya-tips {
        line-height: 38px;
        padding: 0 20px;
    }
    .ya-news .ya-list {
        margin-top: .4rem;
    }
    .ya-news .ya-news-card {
        width: 49.5%;
        margin-right: 1%;
        margin-top: .2rem;
        padding-top: 38%;
    }
    .ya-news .ya-news-card:nth-child(even) {
        margin-right: 0;
    }
    .ya-news .ya-news-card .ya-tit {
        height: 85px;
    }
    .ya-news .ya-news-card .ya-news-meta {
        line-height: 50px;
        margin-top: 20px;
    }
    .ya-parts-body .ya-parts-head .ya-text,
    .ya-parts-grid .ya-card .ya-text,
    .ya-parts-detail .ya-detail-top .ya-text {
        font-size: 16px;
    }
    .ya-parts-grid .ya-card .ya-tit {
        font-size: 16px;line-height: .3rem;
    }
    .ya-parts-detail .ya-detail-top .ya-text {
        line-height: 2;
    }
    .ya-parts-detail .ya-detail-top .ya-btn a {
        width: 48%;
        height: 38px;
    }
    .ya-parts-detail .ya-detail-top .ya-btn .ya-inquiry-btn {
        margin-right: 2%;
    }
    .ya-news .ya-title .ya-more {
        font-size: 17px;
    }
}

@media (max-width:950px) {
    .banner-parts .ya-title {
        line-height: 1.2;
        font-size: 27px;
    }
    .ya-cats .ya-title {
        font-size: 20px;
    }
    .ya-cats .ya-list .ya-card {
        width: 49%;
        align-items: center;
    }
    .ya-cats .ya-list .ya-card:nth-of-type(3n),
    .ya-hot .ya-card:nth-of-type(4n),
    .ya-parts-grid .ya-card:nth-of-type(4n),
    .ya-parts-detail .ya-list .ya-parts-grid .ya-card:nth-of-type(4n) {
        margin-right: 2%;
    }
    .ya-cats .ya-list .ya-card:nth-child(even),
    .ya-hot .ya-card:nth-of-type(3n),
    .ya-parts-grid .ya-card:nth-of-type(3n),
    .ya-parts-detail .ya-list .ya-parts-grid .ya-card:nth-of-type(3n) {
        margin-right: 0;
    }
    .ya-cats .ya-list .ya-card .ya-tit {
        margin-top: 0;
    }
    .ya-cats .ya-list .ya-card .ya-thumb {
        width: 3.2rem;
    }
    .ya-hot .ya-card,
    .ya-parts-grid .ya-card,
    .ya-parts-detail .ya-list .ya-parts-grid .ya-card {
        width: 32%;
    }
    .ya-hot .ya-title span,
    .ya-news .ya-title {
        font-size: 25px;
    }
    .ya-hot .ya-tips,
    .ya-news .ya-news-card .ya-tit {
        font-size: 17px;
    }
    .ya-three .ya-card {
        padding-left: .2rem;
        font-size: 21px;
    }
    .ya-news .ya-news-card .ya-tit {
        height: 80px;
    }
    .ya-parts-body .ya-parts-head .ya-thumb {
        width: 5rem;
        height: auto;
    }
    .ya-parts-detail .ya-sidebar {
        width: 100%;
        margin-right: 0;
    }
    .ya-parts-detail .ya-sidebar ul {
        display: none;
    }
    .ya-parts-detail .ya-sidebar li {
        line-height: 48px;
    }
    .ya-parts-detail .ya-sidebar .ya-title {
        line-height: 55px;
        margin-top: 0;   font-size: 18px;
    }
    .ya-parts-detail .ya-sidebar .ya-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;
    }
    .ya-parts-detail .ya-sidebar .ya-title.ya-cur::after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .ya-parts-body .ya-crumb {
        display: block;
        font-size: 13px;
        line-height: 50px;
    }
    .ya-parts-detail .ya-list::after {
        display: none;
    }
    .ya-parts-detail .ya-list {
        background-color: #FFF;width: 100%;
    }
    .ya-parts-detail .ya-list {
        padding-left: .3rem;
        padding-right: .3rem;
    }
	.ya-cats .ya-list .ya-card:last-child{
    display:none
    }
}

@media (max-width:767px) {
    .ya-cats .ya-list .ya-card .ya-thumb {
        width: 1.8rem;
    }
    .ya-cats .ya-list .ya-card .ya-tit {
        font-size: 17px;
    }
    .ya-hot .ya-tips,
    .ya-hot .ya-card .ya-hot-now {
        font-size: 15px;
    }
    .ya-three .ya-card {
        width: 100%;
        margin-top: .5rem;
        padding-left: .35rem;
    }
    .ya-news .ya-news-card .ya-text-panel {
        padding-left: .3rem;
        padding-right: .3rem;
    }
    .ya-parts-body .ya-parts-head .ya-navbar {
        padding-right: 0;
    }
    .ya-parts-body .ya-parts-head .ya-thumb,
    .ya-parts-detail .ya-detail-top .ya-thumb {
        width: 100%;
        margin-right: 0;
    }
    .ya-parts-body .ya-parts-head .ya-text {
        padding: .3rem;
    }
	.ya-parts-detail .ya-detail-body{overflow-x: auto;}
	.ya-parts-detail .ya-detail-body img{width: 100%;}
    .ya-parts-detail .ya-detail-top .ya-thumb {
/*         padding-top: 87%; */
    }
    .ya-parts-detail .ya-detail-top h1 {
        margin-top: .4rem;
    }
    .ya-hot .ya-card:nth-of-type(n + 7) {
        display:block;
    }
}

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

@media (max-width:321px) {
    .ya-hot .ya-card,
    .ya-parts-grid .ya-card {
        width: 100%;
        margin-right: 0;
    }
}

.ya-search-page .ya-shell {
    max-width: 19.2rem;
    width: 100%;
}
.ya-search-page .ya-list ul {
    margin-top: .4rem;
}
.ya-search-page .ya-list ul li {
    padding: .3rem 0;
    border-bottom: 1px #333 solid;
    width: 100%;
}
.ya-search-page .ya-list ul li .ya-search-type {
    font-size: .26rem;
    margin-bottom: 0.2rem;
    color: #1B3A5C;
    line-height: 1.4;
}
.ya-search-page .ya-list ul li .ya-tit {
    font-size: .26rem;
    line-height: 1.6;
}
.ya-search-page .ya-list ul li .ya-news-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;
}


.ya-pc-only {
    display: block;
}

.ya-mb-only {
    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;
}

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

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

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

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

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

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

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

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

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


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

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

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

.ya-popup.ya-tip .ya-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #1B3A5C;
    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
}

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

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

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

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

.ya-popup.ya-iframe .ya-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
}

#ya-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;
}
.ya-quote .ff-message-success,
.ya-quote .fluentform .ff_submit_btn_wrapper {
    display: none;
}
.ya-quote .ya-quote-act .ya-quote-submit {
    position: relative;
    width: 4.55rem;
    background-color: #1B3A5C;
    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;
}
.ya-quote .ya-quote-act .ya-quote-submit.ya-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;
}
.ya-quote .fluentform .ff-t-container {
    gap: 2em;
}
.ya-quote .fluentform .ff-el-group {
    margin-top: .45rem;
    margin-bottom: 0;
}
.ya-quote .ff-el-group .ff-el-input--label {
    margin-bottom: 0;
}
.ya-quote .ff-el-group .ff-el-input--label label {
    font-size: .21rem;
    font-family: 'Poppins-Regular';
    color: #000;
    line-height: 1.2;
}
.ya-quote .ff-el-group .ff-el-input--content {
    margin-top: .2rem;
}
.ya-quote .ff-el-group .ff-el-input--content input,
.ya-quote .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;
}
.ya-quote .ff-el-group .ff-el-input--content textarea{min-height: 160px;}
.ya-quote .ff-el-group.name-item input {
    padding-left: 2.4em;
    background-image: url(../images/f1.png);
}
.ya-quote .ff-el-group.tel-item input {
    padding-left: 2.4em;
    background-image: url(../images/f2.png);
}
.ya-quote .ff-el-group.email-item input {
    padding-left: 2.4em;
    background-image: url(../images/f3.png);
}
.ya-quote .ff-el-group.country-item input {
    padding-left: 2.4em;
    background-image: url(../images/f4.png);
}
.ya-quote .ff-el-group.msg-item input,
.ya-quote .ff-el-group.msg-item textarea {
    padding-left: 2.4em;
    background-image: url(../images/f5.png);
    background-position: .7em .85em;
}
.ya-quote .ya-quote-field .ya-quote-code input {
    padding: .7em 1em;
    height: auto;
}

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

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


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

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

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

    .ya-parts-body .ya-quote .ya-quote-act .ya-quote-submit,
    .pro-details .ya-quote .ya-quote-act .ya-quote-submit,
    .ya-quote .ya-quote-act .ya-quote-submit {
        width: 100%;
    }
    .pro-details .ya-quote .ya-quote-row {
        display: block;
    }
    .ya-pc-only {
        display: none;
    }
    .ya-mb-only {
        display: block;
    }
    .ya-popup.ya-tip .ya-icon {
        width:80px;
        height: 80px
    }
    .ya-popup.ya-iframe .ya-container {
        width: 90%;
        height: 50%
    }
    .ya-float-bar {
        right: .2rem;bottom: .1rem;
    }
    .ya-float-bar .ya-card {
        width: 3.4em;
        height: 3.4em;
    }
}


