<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
    width:100%;
    position: relative;
    top:0;
    left:0;
}
.banner a,.banner img {
    width:100%;
    object-fit: cover;
    display: block;
}
.banner .banner-title{
    width:auto;
    text-align: center;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size:68px;
    line-height: 70px;
    display: block;
    color:#fff;
}
.banner .banner-title img{
    max-width: 100%;
    min-height: auto !important;
    margin:0 auto;
    display: block;
}
@media screen and (max-width: 1600px) {
    .banner .banner-title{
        font-size:4.25vw;
        line-height: 4.375vw;
    }
}
@media screen and (max-width: 1200px) {
    .header{
        position: unset;
        top:unset;
        left:unset;
    }
    .banner a,.banner img{
        min-height: 260px;
    }
    .banner .banner-title{
        font-size:5.666vw;
        line-height: 5.833vw;
    }
}

.product-content{
    margin-top:95px;
    color:#555;
}
.product-content,.product-content h2,.product-content .product-content-img,.product-content .product-content-img img{
    width:100%;
    display: block;
}
.product-content h2{
    text-align: center;
    font-family: siyuansongti_bold_diy;
    font-size:40px;
    line-height: 140px;
}
.product-content .product-content-intro{
    width:96%;
    max-width: 1190px;
    margin:0 auto 50px;
    font-size:16px;
    line-height: 32px;
    text-align: justify;
}
@media screen and (max-width: 1600px) {
    .product-content {
        margin-top: 5.9375vw;
    }
    .product-content h2{
        font-size:2.5vw;
        line-height: 8.75vw;
    }
    .product-content .product-content-intro {
        margin-bottom: 3.125vw;
    }
}
@media screen and (max-width: 1200px) {
    .product-content {
        margin-top: 7.9166vw;
    }
    .product-content h2{
        font-size:3.33vw;
        line-height: 11.667vw;
    }
    .product-content .product-content-intro {
        margin-bottom: 4.1666vw;
    }
}
@media screen and (max-width: 750px) {
    .product-content {
        margin-top: 7.9166vw;
    }
    .product-content h2{
        font-size:20px;
        line-height: 50px;
    }
    .product-content .product-content-intro {
        margin-bottom: 4.1666vw;
    }
}

.product-imgtext{
    width:96%;
    max-width: 1315px;
    margin:0 auto;
}
.product-imgtext-left,.product-imgtext-right{
    width:100%;
    margin:130px auto 0;
    display: flex;
    justify-content: space-between;
}
.product-imgtext-left .product-imgtext-text{
    width:46%;
    flex-grow: 0;
    position: relative;
    display: block;
}
.product-imgtext-right .product-imgtext-text{
    width:50.95%;
    flex-grow: 0;
    position: relative;
    display: block;
}
.product-imgtext-text .product-imgtext-text-main{
    width:100%;
    position: relative;
    top:50%;
    left:0;
    transform: translateY(-50%);
    display: block;
}
.product-imgtext-text .product-imgtext-text-main h2{
    width:100%;
    font-size:32px;
    line-height: 40px;
    color:#000;
    font-family: siyuansongti_bold_diy;
    display: block;
}
.product-imgtext-text .product-imgtext-text-main hr{
    width:40px;
    height: 2px;
    border:none;
    background: #000;
    margin:10px 0 20px 10px;
    display: block;
}
.product-imgtext-text .product-imgtext-text-main p{
    width:100%;
    font-size:16px;
    line-height: 32px;
    color:#555;
    display: block;
}
.product-imgtext-text .product-imgtext-text-main icon{
    width:20px;
    height: 20px;
    line-height: 20px;
    margin-top:30px;
    color:#fff;
    font-size:12px;
    text-align: center;
    background:#000;
    border-radius: 50%;
    display: block;
}
.product-imgtext-img{
    width:48.44%;
    flex-grow: 0;
    overflow: hidden;
    display: block;
}
.product-imgtext-right .product-imgtext-img{
    width:40.38%;
}
.product-imgtext-img img{
    width:100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(100%);    /* webkit鍐呮牳鏀寔绋嬪害杈冨ソ */
    -moz-filter: grayscale(100%);    /* 鍏朵粬鍐呮牳鐜板湪骞朵笉鏀寔锛屼负浜嗗皢鏉ュ吋瀹规€т功鍐� */
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);    /* 鏍囧噯鍐欐硶 */
    transition: all .5s ease;
    display: block;
}
.product-imgtext-img:hover img{
    -webkit-filter: unset;    /* webkit鍐呮牳鏀寔绋嬪害杈冨ソ */
    -moz-filter: unset;    /* 鍏朵粬鍐呮牳鐜板湪骞朵笉鏀寔锛屼负浜嗗皢鏉ュ吋瀹规€т功鍐� */
    -ms-filter: unset;
    -o-filter: unset;
    filter:unset;    /* 鏍囧噯鍐欐硶 */
}
.web-show{
    display: none !important;
}
.web-hide{
    display: block;
}
@media screen and (max-width: 1200px) {
    .product-imgtext-left, .product-imgtext-right{
        margin-top:10.833vw;
    }
}
@media screen and (max-width: 750px) {
    .web-show{
        display: block !important;
    }
    .web-hide{
        display: none !important;
    }
    .product-imgtext-left,.product-imgtext-right{
        display: block;
        justify-content: unset;
    }
    .product-imgtext-left .product-imgtext-text,.product-imgtext-img,.product-imgtext-right .product-imgtext-text,.product-imgtext-img{
        width: 100% !important;
        flex-grow: unset;
    }
    .product-imgtext-text .product-imgtext-text-main{
        top:0;
        transform: unset;
    }
    .product-imgtext-text .product-imgtext-text-main icon{
        display: none;
    }
    .product-imgtext-text .product-imgtext-text-main h2 {
        font-size: 4.266vw;
        line-height: 5.333vw;
    }
}
@media screen and (max-width: 500px) {
    .product-imgtext-text .product-imgtext-text-main h2 {
        font-size:20px;
        line-height: 30px;
    }
}

.page{
    width: 100%;
    margin:100px auto 60px;
    display: block;
}
.page span{
    width:100%;
    text-align: center;
    font-size:10px;
    color:#777;
    line-height: 20px;
    display: block;
}
.page a{
    width:60px;
    text-align: center;
    font-size:14px;
    line-height: 30px;
    color:#000;
    margin:10px auto 0;
    display: block;
}
.page a span{
    width:0;
    height: 1px;
    background: #000;
    transition: width .5s ease;
    display: block;
}
.page a:hover span{
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .page {
        margin: 8.33vw auto 5vw;
    }
    .page a{
        margin-top:5px;
    }
}


/*   浜у搧浜岀骇瀵艰埅鍒楄〃   */
.product-list-box{
    width:100%;
    padding:0 5px;
    box-sizing: border-box;
    margin-top:40px;
    display: block;
}
.product-list{
    width:25%;
    padding:0 5px;
    box-sizing: border-box;
    margin-top:55px;
    float: left;
    display: inline-block;
}
.product-list a{
    width:100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.product-list a img{
    width:100%;
    height: 36vw;
    max-height: 697px;
    object-fit: cover;
    display: block;
}
@media screen and (max-width: 1200px) {
    .product-list-box{
        margin-top:3.33vw;
    }
    .product-list {
        width: 33.33%;
        margin-top:4.5833vw;
    }
    .product-list a img{
        height: 49.25vw;
    }
}
@media screen and (max-width: 750px) {
    .product-list {
        width: 50%;
    }
    .product-list a img{
        height: 73.46vw;
    }
}
.product-list a span,.product-list a p{
    width:100%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-align: center;
    display: block;
}
.product-list a span{
    font-size:14px;
    line-height: 24px;
    color:#777;
}
.product-list a p{
    font-size:16px;
    line-height: 24px;
    margin-top:10px;
    color:#000;
}
.product-list a{
    position: relative;
}
.product-list a .product-list-img-popup{
    position: absolute;
    top:10%;
    left:10%;
    right:10%;
    bottom:calc(10% + 58px);
    background:rgba(0,0,0,0.5);
    text-align: center;
    opacity: 0;
    transition: opacity .5s ease;
}
.product-list a:hover .product-list-img-popup{
    opacity: 1;
}
.product-list a .product-list-img-popup p{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    color:#fff;
    font-size:14px;
    line-height: 16px;
    border-bottom:1px solid #fff;
    width:60px;
}



/*   浜у搧璇︽儏   */
.product-detail{
    width:96%;
    max-width: 1320px;
    margin:185px auto 30px;
    display: block;
    position: relative;
}
.product-detail-main{
    width:54.9%;
    height: 649px;
    margin-left:45.1%;
}
.product-detail-big-img{
    width:32.727%;
    height: 649px;
    position: absolute;
    top:0;
    left:0;
}
.product-detail-big-img img{
    width:100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.product-detail-title{
    width:100%;
    font-size:24px;
    line-height: 32px;
    padding:90px 0 10px;
    color:#555;
    border-bottom:1px solid #e0e0e0;
}
.product-detail-price{
    width:100%;
    font-size:18px;
    line-height: 32px;
    margin:30px 0;
    color:#555;
    display: block;
}
.product-detail-price i{
    color:#000;
}
.product-detail-small-img{
    width:100%;
    overflow: hidden;
    display: block;
}
.product-detail-small-img .swiper-slide{
    width:15.19% !important;
    height: 8.4375vw;
    margin-right:4.81% ;
}
.product-detail-small-img .swiper-slide img{
    width:100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.product-detail-code{
    width:163px;
    line-height: 50px;
    background: #000;
    color:#fff;
    font-size:16px;
    text-align: center;
    margin-top:95px;
    display: block;
    position: relative;
}
.product-detail-code-img{
    width: 133px;
    height: 133px;
    position: absolute;
    top:50%;
    left:calc(100% + 30px);
    transform: translateY(-50%);
    box-shadow: 0 0 32px rgba(7,0,2,0.17);
    display: none;
}
.product-detail-code-img span{
    width:0px;
    height:0px;
    border-top: 7px solid transparent;
    border-right:7px solid #fff;
    border-bottom:7px solid transparent;
    border-left:7px solid transparent;
    position: absolute;
    top:50%;
    left:-14px;
    transform: translateY(-50%);
    display: block;
}
@media screen and (max-width: 1600px) {
    .product-detail{
        margin:11.5625vw auto 1.875vw;
    }
    .product-detail-main,.product-detail-big-img {
        height: 40.5625vw;
    }
    .product-detail-title{
        padding-top:5.625vw;
    }
    .product-detail-code{
        margin-top:5.9375vw;
    }
    .product-detail-small-img .swiper-slide{
        height: 10.125vw;
    }
}
@media screen and (max-width: 1200px) {
    .product-detail-main,.product-detail-big-img {
        height: 47.1666vw;
    }
    .product-detail-title{
        padding-top:2vw;
    }
    .product-detail-small-img .swiper-slide{
        height: 11.75vw;
    }
}
@media screen and (max-width: 750px) {
    .product-detail-main{
        width:100%;
        margin-left: 0;
    }
    .product-detail-price{
        margin:10px 0;
    }
    .product-detail-big-img{
        width:60%;
        margin:0 auto 20px;
        position: unset;
        top:unset;
    }
    .product-detail-main,.product-detail-big-img {
        height: auto;
    }
    .product-detail-title{
        padding-top:2vw;
        font-size:20px;
        line-height: 30px;
    }
    .product-detail-small-img .swiper-slide{
        width: 20% !important;
        margin-right: 5%;
        height: 28.266vw;
    }
    .product-detail-code{
        line-height: 6.667vw;
        margin:30px auto;
    }
    .product-detail-code-img{
        top:calc(100% + 20px);
        left:50%;
        transform: translateX(-50%);
    }
    .product-detail-code-img span{
        border-right: 7px solid transparent;
        border-top: 7px solid transparent;
        border-bottom:7px solid #fff;
        top:-14px;
        left:50%;
        transform: translateX(-50%);
    }
}

.product-like{
    width:100%;
    margin-bottom: 120px;
    display: block;
}
.product-like-title{
    width:100%;
    text-align: center;
    font-size:34px;
    line-height: 120px;
    color:#000;
}
.product-like-list{
    width:23.82%;
    margin-left: 1.5625%;
    float: left;
    display: inline-block;
}
.no-mr-left{
    margin-left: 0;
}
.product-like-list a,.product-like-list img{
    width:100%;
    object-fit: cover;
    display: block;
}
@media screen and (max-width: 1200px) {
    .product-like {
        margin-bottom: 10vw;
    }
    .product-like-title{
        font-size:2.833vw;
        line-height: 10vw;
    }
}


/*  鑱旂郴鎴戜滑   */
.contact{
    width:96%;
    margin:160px auto;
}
.contact-main{
    width:67.8125%;
    flex-grow: 0;
    display: block;
}
.contact-message{
    width:36.1875%;
    flex-grow: 0;
    display: block;
}
.contact-main dl,.contact-main ul{
    width:50%;
    float: left;
    display: inline-block;
}
.contact-main ul{
    margin-top:25px;
}
.contact-main dl dt,.contact-main ul li{
    width:100%;
    font-size:16px;
    color:#555;
    line-height: 32px;
    font-weight: 600;
    margin-top:25px;
    display: block;
}
.contact-main ul li{
    margin-top:0;
    margin-bottom:10px;
}
.contact-main dl dd{
    width:100%;
    font-size:14px;
    color:#777;
    line-height: 32px;
    margin:10px 0;
    display: block;
}
.contact-main ul li span{
    font-size:14px;
    color:#777;
    margin-left:10px;
}
.contact-main-title{
    width:100%;
    font-size:26px;
    line-height: 32px;
    color:#000;
    display: block;
}
.contact-message form{
    width:100%;
    display: block;
}
.contact-message form input{
    width:45%;
    float: left;
    font-size:14px;
    color:#777;
    line-height: 32px;
    border-bottom:1px solid #cacaca;
    margin-top:32px;
    display: inline-block;
}
.contact-message form input.contact-form-name{
    margin-right: 10%;
}
.contact-message form button{
    font-size:14px;
    color:#000;
    text-decoration: underline;
    line-height: 32px;
    margin-top:32px;
    background: unset;
}
@media screen and (max-width: 1200px) {
    .contact{
        width:96%;
        margin:13.33vw auto;
        display: block !important;
        justify-content: unset;
    }
    .contact-main,.contact-message{
        width:100%;
        flex-grow: unset;
        display: block;
    }
    .contact-message{
        margin-top:3vw;
    }
}
@media screen and (max-width: 750px) {
    .contact-main dl,.contact-main ul{
        width:100%;
        float: unset;
        display: block;
    }
    .contact-message{
        margin-top:5vw;
    }
    .contact-main ul, .contact-main dl dt{
        margin-top:3.33vw;
    }
    .contact-main ul li{
        margin-bottom: 0;
    }
    .contact-main-title{
        font-size:20px;
        line-height: 30px;
        font-weight: 600;
    }

    .contact-message form input{
        margin-top:10px;
    }
    .contact-message form button{
        margin-top:20px;
    }

}


/*   鍝佺墝浠嬬粛   */
.info-title{
    width:100%;
    text-align: center;
    font-size:40px;
    line-height: 50px;
    color:#555;
    margin:0 auto;
    padding:120px 0;
    font-family: siyuansongti_bold_diy;
    display: block;
}
@media screen and (max-width: 1600px) {
    .info-title{
        font-size:2.5vw;
        line-height: 3.125vw;
        padding:7.5vw 0;
    }
}
@media screen and (max-width: 750px) {
    .info-title{
        font-size:20px;
        line-height: 30px;
        padding:5vw 0;
    }
}

.about-one{
    width: 100%;
    margin:0 auto 100px;
    display: block;
    position: relative;
}
.about-one .about-one-img{
    width:51.5%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    display: block;
}
.about-one .about-one-img img{
    width:100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.about-one .about-one-text{
    width:48.5%;
    padding:130px 0 145px;
    margin-left:51.5%;
    position: relative;
    display: block;
}
.about-one .about-one-text .about-one-text-box{
    width:100%;
    padding-left:25px;
    box-sizing: border-box;
    font-size:16px;
    line-height: 32px;
    color:#555;
    text-align: justify;
    display: block;
}
.about-one .about-one-text .about-one-text-box h2{
    width:100%;
    font-size:28px;
    line-height: 32px;
    color:#000;
    margin-bottom: 10px;
    display: block;
}
@media screen and (max-width: 1600px) {
    .about-one{
        width:96%;
        margin-bottom: 6.25vw;
    }
    .about-one .about-one-text{
        padding:8.125vw 0 9.0625vw;
    }
    .about-one .about-one-text .about-one-text-box h2{
        font-size:20px;
    }
}
@media screen and (max-width: 1600px) {
    .about-one .about-one-text{
        padding:6vw 0 7vw;
    }
}
@media screen and (max-width: 996px) {
    .about-one .about-one-img{
        min-height: 280px;
    }
}
@media screen and (max-width: 750px) {
    .about-one .about-one-img{
        min-height: auto;
    }
    .about-one{
        display: block;
        justify-content: unset;
    }
    .about-one .about-one-img,.about-one .about-one-text{
        width:100%;
        margin-left:0;
        position: unset;
    }
    .about-one .about-one-text{
        padding:0;
    }
    .about-one .about-one-text .about-one-text-box{
        padding-left:0;
        margin-top:20px;
    }
}
.info-title-china,.info-intro{
    width:100%;
    text-align: center;
    display: block;
}
.info-title-china{
    font-size:28px;
    line-height: 90px;
    color:#000;
}
.info-intro{
    width:90.625%;
    margin:0 auto;
    font-size:16px;
    line-height: 32px;
    color:#555;
}
.info-img{
    width:96%;
    max-width: 977px;
    margin:40px auto 0;
    display: block;
}
.info-img img{
    width:100%;
    display: block;
}
@media screen and (max-width: 1600px) {
    .info-intro{
        width: 96%;
    }
    .info-title-china{
        font-size:20px;
        line-height: 60px;
    }
    .info-img{
        margin-top:2.5vw;
    }
}

.about-two{
    width:100%;
    margin:120px auto 100px;
    position: relative;
}
.about-two-text{
    width:52.6875%;
    margin-left:47.3125%;
    padding-bottom: 133px;
    display: block;
}
.about-two-text-img,.about-two-text-img img{
    width:100%;
    object-fit: cover;
    display: block;
}
.about-two-text h2,.about-two-text p{
    width:100%;
    display: block;
}
.about-two-text h2{
    font-size:28px;
    line-height: 32px;
    color:#000;
    margin:80px 0 20px;
}
.about-two-text p{
    font-size:16px;
    line-height: 32px;
    color:#555;
}
.about-two-img{
    width:43.625%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
}
.about-two-img img{
    width:100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media screen and (max-width: 1600px) {
    .about-two{
        width:96%;
        margin:7.5vw auto 6.25vw;
    }
    .about-two-text {
        padding-bottom: 8.3125vw;
    }
    .about-two-text h2{
        font-size:20px;
        line-height: 30px;
        margin:40px 0 10px;
    }
}
@media screen and (max-width: 1200px) {
    .about-two-text {
        padding-bottom: 6vw;
    }
}
@media screen and (max-width: 750px) {
    .about-two-text {
        width:100%;
        margin-left:0;
    }
    .about-two-img{
        width: 100%;
        position: unset;
        top:0;
        left:0;
    }
    .about-two-text {
        padding-bottom: 20px;
    }
    .about-two-text h2{
        margin:20px 0 10px;
    }
}
.about-three{
    width:100%;
    margin:70px auto 100px;
}
.about-three-list{
    width:31.75%;
    margin-left: 2.37%;
    float: left;
    display: inline-block;
}
.about-three-list:first-child{
    margin-left: 0;
}
.about-three-list img{
    width:100%;
    object-fit: cover;
    display: block;
}
.about-page{
    width:96%;
    text-align: center;
    margin:0 auto;
}
.about-page span{
    width:100%;
    font-size:16px;
    line-height: 32px;
    color:#555;
    display: block;
}
.about-page a{
    font-size:18px;
    line-height: 20px;
    color:#555;
    margin:10px 0 20px;
    display: inline-block;
}
.about-page a i{
    width: 0;
    height: 1px;
    opacity: 1;
    background:#555;
    display: block;
    transition: width .5s ease;
}
.about-page a:hover i{
    width:100%;
}

@media screen and (max-width: 1600px) {
    .about-three{
        width:96%;
        margin:4.375vw auto 6.25vw;
    }
}
@media screen and (max-width: 640px) {
    .about-three-list{
        width:100%;
        margin-left: 0;
        float: unset;
        margin-bottom: 10px;
        display: block;
    }
}

.news{
    width:100%;
    margin:135px auto 0;
    display: block;
}
.news-list{
    width:27.55%;
    margin-left:4.3vw;
    margin-bottom: 40px;
    float: left;
    display: inline-block;
}
.news-list a,.news-list a .news-list-img,.news-list a .news-list-img img{
    width:100%;
    display: block;
}
.news-list a .news-list-img{
    height: 18.802vw;
    overflow: hidden;
}
.news-list a .news-list-img img{
    height: 100%;
    object-fit: cover;
    transition: .4s linear .1s;
}
.news-list a:hover .news-list-img img{
    transform: scale(1.05);
}
.news-list a span,.news-list a p,.news-list a label{
    width:100%;
    padding-left:4.7%;
    color:#3f3a39;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 32px;
    display: block;
}
.news-list a p{
    font-size:16px;
}
.news-list a span,.news-list a label{
    font-size:12px;
    margin-top:20px;
}
.news-list a label{
    margin-top:10px;
}
.news-list a label i{
    width:20px;
    height: 1px;
    margin-left:10px;
    background:#000;
    vertical-align: middle;
    display: inline-block;
    transition: .4s linear .1s;
}
.news-list a:hover label i{
    margin-left:20px;
}
@media screen and (max-width: 1600px) {
    .news{
        margin-top:8.4375vw;
    }
    .news-list{
        margin-bottom: 2.5vw;
    }
    .news-list a span,.news-list a label{
        margin-top:10px;
    }
    .news-list a label{
        margin-top:0;
    }
}
@media screen and (max-width: 750px) {
    .news{
        width:96%;
        margin-left:2%;
    }
    .news-list{
        width:48%;
        margin:0 1% 4vw;
    }
    .news-list a .news-list-img{
        height: 31.466vw;
    }
    .news-list a span,.news-list a p,.news-list a label{
        padding-left:0;
        line-height: 24px;
    }
}

/*   闂ㄥ簵   */
.store{
    width:100%;
    margin-top:74px;
    position: relative;
}
.store-main{
    width:27.03125%;
    border-right: 1px solid #e6e6e6;
    border-top:1px solid #e6e6e6;
    box-sizing: border-box;
    display: block;
}
.store-search{
    width:100%;
    background:#f6f6f6;
    padding:0 4.8% 50px 5.78%;
    box-sizing: border-box;
    display: block;
}
.store-search-title{
    width:100%;
    font-size:18px;
    line-height: 20px;
    color:#000;
    font-weight: 600;
    padding:40px 0 30px;
}
.store-search .store-search-form{
    width:100%;
    display: block;
}
.store-search .store-search-form .store-search-form-input{
    width:48%;
    line-height: 50px;
    height: 50px;
    font-size:14px;
    border:none;
    float: left;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    display: inline-block;
}
.store-search .store-search-form .store-search-form-input:first-child{
    margin-right: 4%;
}
.store-search .store-search-form .store-search-form-input p{
    font-size:14px;
    width:100%;
    position: relative;
    padding:0 20px;
    box-sizing: border-box;
    display: block;
}
.store-search .store-search-form .store-search-form-input p:after{
    content: '\e648';
    position: absolute;
    right:20px;
}
.store-search-form-input-sub{
    width:100%;
    height: auto !important;
    max-height: 210px;
    position: absolute;
    top:100%;
    left:0;
    border:1px solid #000;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
}
.store-search .store-search-form .store-search-form-input ul{
    width:100%;
    height: 100%;
    max-height: 210px;
    background:#fff;
    overflow: auto;
}

.store-search-form-input ul::-webkit-scrollbar-track {
    background-color: #fff;
}
.store-search-form-input ul::-webkit-scrollbar {
    width: 3px;
}
.store-search-form-input ul::-webkit-scrollbar-thumb {
    background-color: #000;
}
.store-search .store-search-form .store-search-form-input ul li{
    width:100%;
    padding:0 8px;
    box-sizing: border-box;
    font-size:12px;
    line-height: 30px;
    display: block;
}
.store-search .store-search-form .store-search-form-input ul li:hover,.store-search .store-search-form .store-search-form-input ul li.active{
    background: #eee;
}
@media screen and (max-width: 1200px) {
    .store{
        margin-top:0;
    }
}
.store-map{
    width:72.96875%;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
}
@media screen and (max-width: 1600px) {
    .store-main{
        width:35%;
    }
    .store-map{
        width:65%;
    }
}
.store-box{
    width:100%;
    background:#fff;
    padding:0 4.8% 0 5.78%;
    box-sizing: border-box;
    border-top:1px solid #e6e6e6;
}
.store-box-title{
    width:100%;
    font-size:14px;
    color:#000;
    line-height: 68px;
    border-bottom:1px solid #e6e6e6;
}
.store-box-main{
    width:100%;
    display: block;
}
.store-list{
    width:100%;
    color:#555;
    font-size:14px;
    line-height: 28px;
    display: block;
    border-bottom:1px solid #e6e6e6;
    padding:20px 0;
}
.store-list:hover{
    background: #f2f2f2;
}
.store-list h2{
    font-size:16px;
}
.store-box-main{
    width:100%;
    height: calc(100vh - 190px - 69px - 74px);
    overflow:hidden;
}
.store-box-main-scroll{
    width:100%;
    height: 100%;
    overflow-y: auto;
    display: block;
}


.store-box-main-scroll::-webkit-scrollbar-track {
    background-color: #fff;
}
.store-box-main-scroll::-webkit-scrollbar {
    width: 3px;
}
.store-box-main-scroll::-webkit-scrollbar-thumb {
    background-color: #000;
}

@media screen and (max-width: 960px) {
    .store-main{
        width:100%;
    }
    .store-map{
        width:100%;
        height: 320px;
        position: unset;
        right:unset;
    }
    .store-search{
        padding:0 2% 20px;
    }
    .store-search-title{
        padding:20px 0 10px;
    }
}

.history{
    width: 100%;
    background: url("../images/history_bg.jpg") center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 235px;
}
.history .main{
    overflow:hidden;
}
.history .swiper-slide{
    width:25%;
    padding:0 5px;
    box-sizing: border-box;
}
.history .swiper-slide:nth-child(2n){
    margin-top:85px;
}
.history .swiper-slide .swiper-slide-box{
    width:100%;
    min-height: 245px;
    position: relative;
    box-sizing: border-box;
    display: block;
    position: relative;
    border-left:1px solid #000;
}
.swiper-slide-box-main{
    width:100%;
    padding:0 12% 0 8%;
    position: relative;
    box-sizing: border-box;
    display: block;
}
.history .swiper-slide span{
    width:10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top:0;
    left:-5px;
    background:#000;
    display: block;
}
.history .swiper-slide .swiper-slide-box h2{
    width: 100%;
    font-size:28px;
    line-height: 32px;
    color:#0c0c0c;
    margin-bottom: 10px;
}
.history .swiper-slide .swiper-slide-box p{
    width:100%;
    font-size:14px;
    line-height: 28px;
    color:#777;
    text-align: justify;
}
.history .swiper-slide .swiper-slide-box i{
    width:13px;
    height: 13px;
    line-height: 13px;
    border-radius: 50%;
    font-size:15px;
    color:#000;
    margin-top:15px;
    display: block;
    transition: height .2s linear;
}
.swiper-slide-box-img{
    width:100%;
    padding:0 12% 0 8%;
    box-sizing: border-box;
    max-width: 500px;
    position: relative;
    top:0;
    right:0;
    left:0;
    opacity: 0;
    transition: opacity .5s linear;
}
.swiper-slide-box-img img{
    width:100%;
    object-fit: contain;
    display: block;
    transition: all .5s linear;
}
.history .swiper-slide:hover .swiper-slide-box-img{
    opacity: 1;
}
.history .swiper-slide:hover .swiper-slide-box i{
    opacity: 0;
    height: 0;
}
@media screen and (max-width: 1600px) {
    .history{
        padding-bottom: 14.5875vw;
    }
    .history .main{
        width:96%;
        margin:0 auto;
    }
}
@media screen and (max-width: 1200px) {
    .history .swiper-slide{
        width:33.33%;
    }
}
@media screen and (max-width: 500px) {
    .history .swiper-slide{
        margin-top:0 !important;
    }
    .history .swiper-slide .swiper-slide-box{
        padding-right: 0;
    }
}

.article-title{
    padding-bottom: 80px;
}
.article-content{
    width:100%;
    font-size:16px;
    line-height: 30px;
    margin:0 auto 50px;
    display: block;
}
.article-content img{
    max-width: 100% !important;
    margin:0 auto;
    display: block;
}
@media screen and (max-width: 1600px) {
    .article-title{
        padding-bottom: 5vw;
    }
    .article-content{
        width:96%;
        margin:0 auto 50px;
    }
}
@media screen and (max-width: 1200px) {
    .article-content{
        margin:0 auto 4.166vw;
    }
}

/*   椤甸潰璁剧疆涓�80%澶у皬   */
@media screen and (max-width: 1800px) and (min-width: 1200px) {
    .eighty_percent .product-content h2{font-size:2vw;line-height: 7vw;}
    .eighty_percent .product-imgtext-img{width:38.752%;}
    .eighty_percent .product-imgtext-left .product-imgtext-text{width:56%;}
    .eighty_percent .info-title,.info-title.eighty_percent{font-size:32px;line-height: 40px;}
    .eighty_percent .about-two-text{padding-bottom: 2vw;}
    .eighty_percent .news-list a .news-list-img{height:16.125vw;}
    .eighty_percent .news-list{width:30.33%;margin:0 1.5%;}
    .eighty_percent .product-detail-main,.eighty_percent .product-detail-big-img{height: 37.3125vw;}
}</pre></body></html>