﻿body {
    line-height: 1.5;
    max-width: 1920px;
    margin: auto;
    color: #787878;
}

body, html {
    height: 100%;
}

.buy-btn {
    text-align: center;
    margin-top: 6%;
}

    .buy-btn h2 {
        color: #113c2b;
        margin-bottom: 50px;
    }

    .buy-btn a {
        display: inline-block;
        margin: 0 8px;
        width: 240px;
        line-height: 50px;
        text-align: center;
        border-radius: 8px;
        border-top-right-radius: 0;
        background: #009a3d;
        font-size: 20px;
        color: #fff;
    }

        .buy-btn a:hover {
            border-top-right-radius: 8px;
            border-bottom-left-radius: 0px;
        }

        .buy-btn a img {
            width: 27px;
            margin: -3px 10px 0 0;
        }

    .buy-btn .code {
        display: none;
    }
.line3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: 72px;
}

.line4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    height: 96px;
}

.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 48px;
}

.line5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    height: 120px;
}
.lazy_load {
    display: none;
}

.line6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    height: 144px;
}

.pic {
    overflow: hidden;
}

    .pic:hover img, li:hover .pic img, .swiper-slide:hover .pic img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
.phone {
    display: none;
}

.editor, .fontp {
    font-size: 14px;
    color: #787878;
    line-height: 24px;
    text-align: justify;
}

    .editor table, .editor img, .editor embed, .editor iframe {
        margin: 12px 0;
        max-width: 100%;
    }

    .editor img {
        height: auto !important;
    }

.bdsharebuttonbox a {
    float: none !important;
    display: inline-block !important;
    margin: 0 8px !important;
    padding: 0 !important;
    line-height: inherit;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.bdsharebuttonbox {
    text-align: center;
    margin-top: 60px;
}

.pos_re {
    position: relative;
}

    .pos_re > a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
    }

.wrapper {
    max-width: 1600px;
    margin: auto;
    width: 90%;
}

.hei100 {
    height: 100%;
}

.f48 {
    font-size: 44px;
}

.f36 {
    font-size: 36px;
}

.f32 {
    font-size: 32px;
}

.f30 {
    font-size: 30px;
}

.f28 {
    font-size: 28px;
}

.f26 {
    font-size: 26px;
}

.f24 {
    font-size: 24px;
}

.f20 {
    font-size: 20px;
}

.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}

.cfff {
    color: #fff;
}

.img-box {
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.swiper-slide:hover .img-box, li:hover .img-box {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.storeh select {
    margin: 35px 0 0 0;
    width: 280px;
    line-height: 48px;
    height: 48px;
    border-radius: 3px;
    border: 1px solid #b1b2b3;
    padding: 0 25px;
    display: block;
    outline: none;
    font-size: 18px;
    color: #262626;
    background: url(../image/icon01b.png) no-repeat right 25px center/16px;
}

.video-alert .video {
    width: 100%;
    height: 100%;
}

.video-alert {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background: #fff;
}

    .video-alert video, .video-alert iframe {
        width: 100%;
        height: 100%;
    }

    .video-alert .close {
        width: 64px;
        z-index: 8;
        height: 64px;
        display: block;
        background: #e72922 url(../image/close.png) no-repeat center center/80%;
        position: absolute;
        right: 0;
        top: 0;
    }

.more {
    font-size: 16px;
    display: inline-block;
    color: #009a3d;
}

    .more img {
        width: 10px;
        margin: -3px 0 0 8px;
    }

    .more:hover {
        text-decoration: underline;
    }


body {
    padding-top: 147px;
}

.header {
    position: fixed;
    z-index: 8;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
}

.product .pic {
    text-align: center;
}

.yytya {
    font-size: 18px;
	font-weight:bold;
    color: #009A3D;
    display: block;
    text-align: center;
    width: 120px;
    position: fixed;
    right: 6.33%;
    top: 160px;
    z-index: 8;
}

    .yytya img {
        display: block;
        height: 160px;
        margin: 0 auto 15px auto;
    }

.indexa {
    overflow: hidden;
}

.header .san {
    width: 24px;
    height: 16px;
    margin-top: 14px;
    box-sizing: border-box;
    cursor: pointer;
    position:absolute;right:15px;top:0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

    .header .san span {
        width: 100%;
        position: absolute;
        ;
        height: 2px;
        background: #38a35a;
        display: block;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

        .header .san span:nth-child(1) {
            top: 0;
        }

        .header .san span:nth-child(2) {
            top: 50%;
            margin-top: -1px;
        }

        .header .san span:nth-child(3) {
            bottom: 0;
        }

    .header .san.cur span:nth-child(1) {
        top: 50%;
        margin-top: -1px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.page-index {
    display: none;
}

.header .san.cur span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header .san.cur span:nth-child(3) {
    display: none;
}

.w1320 {
    max-width: 1320px;
}

.header-top {
    position: relative;
    line-height: 65px;
    border-bottom: 1px solid #f4f4f4;
}

.vorwerk {
    width: 150px;
    float: left;
}

.header-top .link {
    position: relative;
    float: right;
}

    .header-top .link a {
        font-size: 16px;
        color: #009a3d;
        margin-left: 64px;
    }

    .header-top .link:before {
        content: "";
        display: block;
        width: 1px;
        height: 14px;
        background: #e0e0e1;
        position: absolute;
        right: 97px;
        top: 50%;
        margin-top: -7px;
    }

    .header-top .link a:hover {
        text-decoration: underline;
    }

.logo {
    width: 110px;
    position: absolute;
    left: 50%;
    z-index: 3;
    margin-left: -55px;
    top: 34px;
    padding: 0 16px;
    box-sizing: border-box;
    background: #fff;
}

    .logo .san {
        float: right;
    }

.nav {
    text-align: center;
}

    .nav ul {
        padding: 28px 0 10px;
    }

    .nav li {
        position: relative;
        line-height: 40px;
        display: inline-block;
        padding: 0 27px;
    }

        .nav li > a {
            font-size: 16px;
            color: #3a3c42;
            display: inline-block;
        }

        .nav li.er > a {
            padding-right: 23px;
            background: url(../image/icon01.png) no-repeat right center/10px;
        }

        .nav li:hover > a, .nav li.cur > a {
            color: #009a3d;
        }

        .nav li.er:hover > a, .nav li.er.cur > a {
            background: url(../image/icon01h.png) no-repeat right center/10px;
        }

        .nav li > dl {
            position: absolute;
            z-index: 2;
            padding-top: 10px;
            width: 200px;
            left: 50%;
            margin-left: -90px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            -webkit-transform: translateY(15px);
            -moz-transform: translateY(15px);
            -ms-transform: translateY(15px);
            -o-transform: translateY(15px);
            transform: translateY(15px);
        }

            .nav li > dl > dd {
				position:relative;
                background: #fff;
            }

                .nav li > dl > dd a {
                    display: block;
                    font-size: 14px;
                    color: #787878;
                    line-height: 28px;
                    padding: 14px 18px;
                    text-align: center;
                    border-bottom: 1px solid #e0e0e1;
                }

                .nav li > dl > dd:nth-child(1) > a {
                    border-top: 1px solid #fafafa;
                }

                .nav li > dl > dd a:hover {
                    color: #009a3d;
                }

                .nav li > dl > dd dl {
                    width: 180px;
                    background: #fafafa;
                    position: absolute;
                    left: 200px;
                    top: 0;
                    display: none;
                }

                .nav li > dl > dd > a {
                    font-size: 14px;
                }

                .nav li > dl > dd:hover > a {
                    color: #009a3d;
                }

                .nav li > dl > dd dl a {
                    text-align: left;
                }

            .nav li > dl dd:nth-last-child(1) > a {
                border-bottom: 0;
            }

@media only screen and (min-width: 1023px) {
    .nav li dd:hover > dl {
        display: block;
    }

    .nav li:hover > dl {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.banner {
    position: relative;
}
    .banner .txt{
        position:absolute;
        top:50%;
        left:0;
        width:100%;
        transform:translateY(-50%);
        text-align:center;
    }
    .banner .t1.shadow {
        text-shadow: 3px 3px 0 #555;
    }
    .banner .t1 {
        font-size: 40px;
        font-weight: bold;
        line-height: 1.5;
        color: #fff;
        
    }
    .banner .btn{
        margin-top:30px;
    }
        .banner .btn a{
            display:inline-block;
            width:150px;
            height:50px;
            line-height:50px;
            color:#fff;
            background:#059B38;
            border-radius:8px 0 8px 8px;
            font-size:18px;
        }
            .banner .btn a:hover{
                border-top-right-radius:8px;
                border-bottom-left-radius:0;
            }
            .banner .icon-div {
                background: rgba(0,110,42,.75);
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                z-index: 3;
            }

    .banner li {
        padding: 48px 0;
        float: left;
        width: 33.3%;
        text-align: center;
    }

        .banner li h3 {
            margin-top: 10px;
        }

        .banner li img {
            width: 50px;
        }

        .banner li:hover img {
            -webkit-transform: translateY(-15px);
            -moz-transform: translateY(-15px);
            -ms-transform: translateY(-15px);
            -o-transform: translateY(-15px);
            transform: translateY(-15px);
        }

.pad {
    padding: 50px 0;
}

.index {
    background: #fafafa;
}

    .index ul {
        border-bottom: 1px solid #e0e0e1;
    }

    .index li {
        float: left;
        width: 25%;
        text-align: center;
    }

        .index li > img {
            width: 50px;
        }

        .index li h5 {
            color: #009a3d;
            margin-top: 20px;
        }

        .index li h3 {
            margin-top: 15px;
        }

        .index li p {
            margin: 20px 0 8px 0;
            text-align: center;
        }

        .index li:nth-child(1) p {
            margin: 0;
        }

        .index li .more {
            margin-top: 4px;
        }

        .index li:hover > img {
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -o-transform: translateY(-10px);
            transform: translateY(-10px);
        }

        .index li .code {
            display: none;
        }
		.index li .code2 {
            display: none;
        }
		.index li .code3 {
            display: none;
        }

.indexa .img {
    padding-top: 16px;
    max-width: 306px;
}

.indexa .wenz {
    max-width: 550px;
}

    .indexa .wenz img {
        height: 50px;
    }

    .indexa .wenz p {
        margin-top: 20px;
    }

.f16p {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}

.totop {
    position: fixed;
    display: block;
    bottom: 100px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    right: 20px;
    z-index: 8;
    background: #009A3D url(../image/top.png) no-repeat center center/32px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

    .totop:hover {
        background-color: #95c11c !important;
    }

.footer {
    line-height: 60px;
    background: #113c2b;
}

    .footer a {
        font-size: 14px;
        color: #fff;
        display: inline-block;
    }

    .footer .fl a {
        margin-right: 35px;
    }

    .footer .fr a {
        margin-left: 35px;
    }

    .footer a:hover {
        text-decoration: underline;
    }

.ny-banner {
    position: relative;
}

.bf {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    z-index: 2;
    background: url(../image/bf.png) no-repeat center center/100%;
}

.video-path {
    display: none;
}

.ny-banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 4;
    display: none;
}

.ny-banner .close {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 64px;
    background: #009a3d url(../image/close.png) no-repeat center center/40px;
    z-index: 5;
}

.pad1 {
    padding: 5% 0;
}

.product {
}

.ny-tit {
    text-align: center;
    margin-bottom: 60px;
}

    .ny-tit h2.f48 {
        color: #113c2b;
        font-weight: bold;
    }

    .ny-tit p {
        line-height: 32px;
        font-size: 18px;
        color: #262626;
        margin-top: 10px;
    }

    .ny-tit .more {
        margin-top: 34px;
    }

.product .yyty {
    width: 160px;
    line-height: 42px;
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
    background: #249A3E;
    border-radius: 8px;
    border-top-right-radius: 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

    .product .yyty:hover {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 0px;
    }

.w1440 {
    max-width: 1440px;
}

.pro-ul {
}

    .pro-ul li {
        text-align: center;
        background: #f6f6f9;
        float: left;
        margin: 20px 0 0 0;
        width: calc(50% - 10px);
        box-sizing: border-box;
        padding: 70px;
    }
	.pro-ul li small{
		color:#666;
		display:block;
		margin-top:15px;
	}

        .pro-ul li:nth-child(2n) {
            float: right;
        }

        .pro-ul li h3 {
            font-weight: bold;
            color: #003d2a;
            position: relative;
            z-index: 3;
        }

        .pro-ul li p {
            position: relative;
            z-index: 3;
            margin-top: 4px;
            color: #262626;
            font-size: 18px;
            height: 32px;
            line-height: 32px;
        }

        .pro-ul li .img {
            position: relative;
            height: 650px;
            margin-top: 48px;
        }

            .pro-ul li .img img {
                position: absolute;
                left: 50%;
                bottom: 0;
                max-width: 100%;
                max-height: 100%;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
            }

.pro02 {
    padding-bottom: 6%;
}

.pro-table {
    width: 100%;
    border-collapse: collapse;
}

    .pro-table h4 {
        text-align: center;
        font-size: 20px;
        color: #2a2a2a;
        margin-top: 20px;
    }

    .pro-table .img {
        height: 108px;
        text-align: center;
    }

        .pro-table .img img {
            max-height: 100%;
        }

    .pro-table td {
        font-size: 20px;
        color: #000;
        padding: 40px 20px;
        border-bottom: 1px solid #e0e0e1;
        border-top: 1px solid #e0e0e1;
    }

    .pro-table th {
        width: 100px;
        font-size: 20px;
        color: #000000;
        font-weight: bold;
        border: 1px solid #e0e0e1;
        border-left: 0;
    }

    .pro-table td span {
        width: 15px;
        height: 15px;
        display: block;
        margin: auto;
        border-radius: 50%;
        background: #009e2d;
    }

.pro-ul li.full .img img {
    width: calc(100% + 140px);
    max-width: calc(100% + 140px);
    max-height: inherit;
    bottom: -70px;
    left: -70px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.padb0 {
    padding-bottom: 0;
}

.pro-table td > img {
    width: 60px;
}

.pro03 th {
    min-width: 180px;
    border-right: 0;
    text-align: left;
}

.pro-dl {
    margin: 0 auto 60px auto;
    text-align: center;
}

    .pro-dl dd {
        0float:left;
        display: inline-block;
        width: 20%;
        text-align: center;
    }

    .pro-dl.w8 dd {
        width: 12%;
    }

    .pro-dl dd img {
        width: 75px;
    }

    .pro-dl dd p {
        font-size: 20px;
        color: #262626;
        margin-top: 10px;
    }

    .pro-dl dd:hover img {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

.pro04 {
    position: relative;
}

    .pro04 .ny-tit {
        position: absolute;
        z-index: 2;
        width: 100%;
        left: 0;
        top: 60px;
    }

.ny-banner h3 {
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -100px;
}

.b01 .bf {
    margin-top: 0px;
}

.pro02 .pic {
    margin-bottom: 60px;
}

.pro02 .f20 {
    color: #262626;
    margin-top: 30px;
}

.marb0 {
    margin-bottom: 0;
}

.pro05 {
    position: relative;
}

    .pro05 .ny-tit {
        left: 0;
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: 2;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.ny-tit .cfff {
    color: #fff !important;
}

.pro06 {
    background: #fafafa;
}

    .pro06 .pic {
        width: 47.2%;
        max-width: 623px;
    }

    .pro06 .wenz {
        width: 45%;
        max-width: 600px;
        padding-top: 120px;
    }

        .pro06 .wenz .ny-tit {
            text-align: left;
            margin-bottom: 0;
        }

            .pro06 .wenz .ny-tit .yyty {
                margin-left: 0;
            }

.store-banner {
    position: relative;
}

    .store-banner h2 {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        z-index: 2;
        text-align: center;
        font-weight: bold;
        color: #fff;
        line-height: 60px;
        margin-top: -30px;
    }

.storeh {
    line-height: 120px;
    color: #262626;
}

    .storeh font {
        color: #b1b2b3;
        padding: 0 17px;
    }

.store {
    background: #fafafa;
}

.w1200 {
    max-width: 1200px;
}

.store {
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}

    .store li {
        float: left;
        width: 30.58%;
        margin-right: 4.13%;
    }

        .store li:nth-child(3n) {
            margin-right: 0;
        }

    .store dl {
        margin-top: 80px;
    }

    .store dt {
        margin-bottom: -30px;
        font-weight: bold;
        color: #333;
        padding-bottom: 12px;
        border-bottom: 1px solid #e6e6e6;
    }

    .store dl {
        float: left;
        width: 48%;
    }

        .store dl:nth-child(2n) {
            float: right;
        }

    .store dd {
        margin-top: 80px;
    }

        .store dd h4 {
            color: #333;
            margin-bottom: 14px;
        }

        .store dd p {
            font-size: 18px;
            line-height: 40px;
            color: #262626;
            padding-left: 25px;
        }

            .store dd p:nth-child(2) {
                background: url(../image/sicon02.png) no-repeat left center/18px;
            }

            .store dd p:nth-child(3) {
                background: url(../image/sicon01.png) no-repeat left center/18px;
            }

    .store .dl-div {
        position: relative;
    }

        .store .dl-div:before {
            content: "";
            display: block;
            width: 1px;
            background: #e6e6e6;
            position: absolute;
            left: 50%;
            top: 80px;
            margin-left: -.5px;
            height: 100%;
        }

        .store .dl-div dl.w100 {
            width: 100%;
        }

            .store .dl-div dl.w100 dd {
                float: left;
                width: 48%;
            }

                .store .dl-div dl.w100 dd:nth-child(2n) {
                    float: right;
                }

        .store .dl-div dd p.sml {
            font-size: 14px;
            color: #999;
            line-height: 24px;
        }




@media only screen and (max-width: 1600px) {
    .totop {
        width: 60px;
        height: 60px;
        background-size: 24px !important;
    }

    .banner li img {
        width: 42px;
    }

    .banner li {
        padding: 36px 0;
    }

    .bf {
        width: 90px;
        height: 90px;
        margin: -45px 0 0 -45px;
    }

    .f48 {
        font-size: 38px;
    }

    .ny-tit p {
        font-size: 15px;
        line-height: 30px;
    }

    .pro-dl dd p {
        font-size: 18px;
    }

    .pro-ul li p {
        font-size: 15px;
        line-height: 26px;
        height: 26px;
    }

    .pro-ul li {
        padding: 55px;
    }

        .pro-ul li.full .img img {
            width: calc(100% + 110px);
            max-width: calc(100% + 110px);
            bottom: -55px;
            left: -55px;
        }

        .pro-ul li .img {
            height: 480px;
        }

    .pro-table td {
        font-size: 18px;
        padding: 30px 16px;
    }

    .pro-table h4 {
        font-size: 18px;
        margin-top: 15px;
    }

    .wrapper {
        max-width: 1200px;
    }


}

@media only screen and (max-width: 1200px) {
    .f48 {
        font-size: 32px;
    }

    .pro06 .wenz {
        padding-top: 20px;
    }

    .pro-dl dd img {
        width: 60px;
    }
}






@media only screen and (max-width: 1023px) {
    .phone {
        display: block;
    }
	.buy-btn a {
    width: 200px;
    display: block;
    font-size: 16px;
    margin: 12px auto;
}

    .pc {
        display: none;
    }

    .yytya {
        font-size: 14px;
        width: 90px;
		right:0;
    }


    .yytya img {
        width: 70px;
height: auto;
margin-bottom: 8px;
    }

    .wrapper {
        width: 90%;
    }

    .header, .header.on {
        z-index: 9;
        background: #fff;
    }

    .nav {
        overflow-y: auto;
        display: none;
        background: rgba(255,255,255,1);
        border-top: 1px solid #54c8d1;
        top: 84px;
        box-sizing: border-box;
        z-index: 9;
        position: fixed;
        width: 100%;
        left: 0;
        height: calc(100% - 84px);
    }

        .nav li {
            padding: 0;
            margin: 0;
            border-bottom: 1px solid #ddd;
            width: 100%;
            box-sizing: border-box;
            float: none;
        }

            .nav li > a {
                line-height: 55px !important;
                text-align: left;
                color: #333;
                display: block;
                padding: 0 30px;
                width: 100%;
                box-sizing: border-box;
            }

            .nav li.er > a {
                padding-right: 30px;
            }

            .nav li dd > a {
                color: #333;
            }

            .nav li:hover > a, .nav li.cur > a {
                background-color: transparent !important;
            }

            .nav li dl {
                padding: 4px 0;
                box-shadow: none;
                position: relative;
                background: #f2f2f2;
                display: none;
                top: auto;
            }

            .nav li dd {
                text-align: left;
            }

                .nav li dd a {
                    box-sizing: border-box;
                    line-height: 30px;
                    display: block;
                    font-size: 14px;
                    padding: 5px 0 5px 40px;
                    text-align: left;
                }
    
    .header {
        left: 0;
        top: 0;
        width: 100%;
        position: fixed;
    }

    .header-top {
        line-height: 42px;
        height: 82px;
    }

    .logo {
        bottom: 0;
        top: auto;
        left: 0;
        margin: 0;
        width: 100%;
        text-align: center;
        border-top: 1px solid #eaeaea;
        line-height: 40px;
    }

        .logo img {
            width: 60px;
        }

    .header-top .link a {
        font-size: 12px;
        margin-left: 30px;
    }

    .header-top .link:before {
        right: 65px;
    }

    body {
        padding-top: 82px;
    }

    .pad {
        padding: 34px 0;
    }

    .nav li > a:before {
        display: none !important;
    }

    .nav li dl:before {
        display: none !important;
    }

    .nav li dl {
        opacity: 1;
        visibility: visible;
        left: 0;
        width: 100%;
        display: block;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .nav li > dl {
        margin-left: 0;
    }

        .nav li > dl > dd dl {
            display: block;
            position: relative;
            left: 0;
            top: 0;
            width: 100%;
        }

        .nav li > dl > dd > a {
            text-align: left;
            font-size: 14px;
            width: 100%;
        }

        .nav li > dl > dd a {
            padding: 10px 0 10px 40px;
        }

        .nav li > dl > dd dd a {
            padding: 10px 0 10px 55px;
        }

    .fl {
        width: 100% !important;
        float: none;
        position: relative !important;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .fr {
        width: 100% !important;
        float: none;
        position: relative !important;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

        .fr.wenz {
            padding-top: 20px !important;
        }

    .nav ul {
        padding: 0;
    }

    .fl.wenz {
        padding-top: 20px !important;
    }

    .f48 {
        font-size: 28px;
    }

    .f36 {
        font-size: 24px;
    }

    .f32 {
        font-size: 24px;
    }

    .f30 {
        font-size: 24px;
    }

    .f28 {
        font-size: 20px;
    }

    .f26 {
        font-size: 20px;
    }

    .f24 {
        font-size: 18px;
    }

    .f20 {
        font-size: 16px;
    }

    .f18 {
        font-size: 14px;
    }

    .nav li.er > a {
        background-position: right 35px center !important;
    }

    .nav li dd:nth-child(1) > a {
        border-top: 0;
    }

    .nav li dl {
        padding: 0;
    }

    .banner .icon-div {
        position: relative;
    }

    .banner li img {
        width: 24px;
    }

    .banner li {
        padding: 14px 0;
    }

        .banner li h3 {
            font-size: 14px;
            margin-top: 8px;
        }

    .index li {
        box-sizing: border-box;
        width: 50%;
        padding: 22px 10px;
        min-height: 186px;
        border-bottom: 1px solid #eaeaea;
    }

        .index li > img {
            width: 30px;
        }

    .index .f20, .index .f16 {
        font-size: 14px;
    }

    .index li .more {
        font-size: 14px;
    }

    .index li p {
        font-size: 12px;
        display: none;
    }

    .more img {
        width: 7px;
        margin: -1px 0 0 6px;
    }

    .indexa .img {
        width: 100%;
        padding: 0;
        text-align: center;
        max-width: 100%;
    }

    .indexa .wenz img {
        height: 40px;
    }

    .f16p {
        font-size: 14px;
        line-height: 24px;
    }

    .footer .fl a {
        font-size: 12px;
        margin: 0 10px;
    }

    .footer .fl, .footer .fr {
        text-align: center;
        line-height: 26px;
    }

    .footer {
        padding: 20px 0;
    }

        .footer .fr a {
            font-size: 12px;
            margin: 0 10px;
        }

    .ny-banner {
        overflow: hidden;
    }

        .ny-banner img {
            max-width: 150%;
            margin-left: -25%;
        }

    .totop {
        width: 40px;
        height: 40px;
        background-size: 15px !important;
    }

    .bf {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
    }

    .ny-banner .close {
        width: 48px;
        height: 48px;
        background-size: 32px !important;
    }

    .f48 {
        font-size: 22px;
    }

    .ny-tit p {
        font-size: 14px;
        line-height: 24px;
    }

    .pad1 {
        padding: 34px 0;
    }

    .pro-dl.w8 dd {
        width: 30%;
        padding: 10px 0;
    }

    .pro-dl dd img {
        width: 34px;
    }

    .pro-dl dd p {
        font-size: 14px;
        margin-top: 8px;
    }

    .pro-ul li {
        width: 100%;
        padding: 30px;
    }

        .pro-ul li p {
            font-size: 14px;
            line-height: 24px;
            height: auto;
        }

        .pro-ul li h3 {
            white-space: normal;
        }

        .pro-ul li .img {
            height: 200px;
            margin-top: 20px;
        }

        .pro-ul li.full .img img {
            max-width: calc(100% + 60px);
            left: -30px;
            bottom: -30px;
        }
        
        .pro-ul li.full .img {
            height: 300px;
        }

    .ny-tit {
        margin-bottom: 22px;
    }

    .pro-table .img {
        height: 35px;
    }

    .table-box {
        overflow-x: auto;
    }

        .table-box table {
            width: 600px;
        }

    .pro-table th {
        font-size: 14px;
    }

    .pro-table td {
        font-size: 14px;
        padding: 12px 14px;
    }

    .pro-table h4 {
        font-size: 14px;
        margin-top: 3px;
    }

    .pro-table td span {
        width: 10px;
        height: 10px;
    }

    .pro03 th {
        min-width: 120px;
    }

    .pro02 .f20 {
        margin-top: 15px;
        font-size: 14px;
    }

    .pro05 .ny-tit p {
        padding: 0 30px;
    }

    .pro05 {
        overflow: hidden;
    }

        .pro05 img {
            max-width: 150%;
            margin-left: -25%;
        }

    .pro-ul li {
        margin: 15px 0 0 0;
    }

    .product .yyty {
        font-size: 14px;
        width: 130px;
        line-height: 36px;
        margin-top: 20px;
    }

    .pro04 {
        overflow: hidden;
    }

        .pro04 > img {
            max-width: 160%;
            width: 160%;
            margin-left: -30%;
        }

    .ny-tit .more {
        margin-top: 20px;
    }

    .pro04 .ny-tit {
        position: relative;
        top: auto;
    }

    .nav li > dl > dd dl {
        display: block;
    }

    .nav li > dl {
        display: none;
    }

    .ny-banner h3 {
        margin-top: -50px;
    }

    .store-banner {
        overflow: hidden;
    }

        .store-banner img {
            max-width: 150%;
            margin-left: -25%;
        }

    .storeh {
        line-height: 30px;
        padding: 20px 0;
    }

    .store dl {
        margin-top: 30px;
        width: 100%;
    }

    .store dd p {
        font-size: 14px;
        line-height: 26px;
    }

    .store dd {
        margin-top: 20px;
    }

    .store dt {
        margin-bottom: 0;
    }

    .store dd h4 {
        margin-bottom: 8px;
    }

    .store .dl-div:before {
        display: none;
    }
}


.page-index {
    display: none;
}

.service_guide_1 {
    padding-bottom: 70px
}

.service_guide_2 {
    position: relative;
    background: url(../image/bg_1.png) no-repeat center center /cover;
    padding: 12% 0;
    text-align: center;
}

    .service_guide_2 .pdf {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: url(../image/pdf.png) no-repeat center center /cover;
    }

    .service_guide_2 .cont {
        text-align: center;
        display: inline-block;
        box-sizing: border-box;
        padding: 0 15px;
        color: #fff;
    }

    .service_guide_2 .t1 {
        display: inline-block;
        font-size: 24px;
        line-height: 60px;
    }

    .service_guide_2 .t2 {
        display: inline-block;
        font-size: 18px;
        line-height: 36px;
        color: #fff;
    }

        .service_guide_2 .t2:hover {
            color: #009a3d;
        }

.service_guide_1 .wrapper {
    max-width: 1200px;
}

.service_guide_1 .tabs {
    margin-top: 30px;
    text-align: center;
}

    .service_guide_1 .tabs a {
        display: inline-block;
        font-size: 20px;
        margin: 0 25px;
        padding: 5px 0;
        color: #113c2b;
    }

        .service_guide_1 .tabs a.on {
            color: #009a3d;
            border-bottom: 1px solid #009a3d;
        }

.service_guide_1 .title, .service_qa_1 .title, .service_bgwx .title, .service_privacy .title {
    margin-top: 70px;
    font-weight: bold;
    font-size: 30px;
    line-height: 60px;
    color: #113c2b;
}

.service_guide_1 .pic {
    position: relative;
    background: #000;
}

.video_list li .poster {
    transition: all 0.4s;
}

.service_guide_1 .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 72px;
    height: 72px;
    margin-left: -36px;
    margin-top: -36px;
    background: url(../image/play.png) no-repeat 0 0 /cover;
}

.video_list {
    display: none;
    margin: 30px -15px 0;
}

    .video_list.on {
        display: block;
    }

    .video_list li {
        box-sizing: border-box;
        padding: 0 15px;
        width: 33.33333%;
        float: left;
        margin-bottom: 50px;
    }

    .video_list .tit {
        font-size: 18px;
        text-align: center;
        line-height: 80px;
        border-bottom: 1px solid #e5e5e5;
    }

    .video_list li:hover .poster {
        opacity: 0.75;
    }

    .video_list li:hover .tit {
        color: #059B38;
        font-weight: bold;
        border-bottom-color: #059B38;
    }

    .video_list li:nth-child(n+7) {
        display: none;
    }

.service_guide_1 .more {
    display: block;
    text-align: center;
}

    .service_guide_1 .more a {
        display: inline-block;
        font-size: 18px;
        color: #fff;
        width: 210px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #059B38;
        border-radius: 8px 0 8px 8px;
    }

.service_guide .more a:hover {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
}

.service_qa {
    padding-bottom: 70px;
}

    .service_qa .wrapper {
        max-width: 1200px;
    }

.service_qa_1 .list {
    margin: 30px -15px 0;
}

    .service_qa_1 .list li {
        box-sizing: border-box;
        float: left;
        width: 33.33%;
        padding: 0 15px;
        border-bottom: 1px solid #e6e6e6;
    }

        .service_qa_1 .list li:hover, .service_qa_1 .list li.on {
            border-bottom-color: #059B38;
        }

            .service_qa_1 .list li:hover .tit, .service_qa_1 .list li.on .tit {
                color: #059B38;
                font-weight: bold;
            }

.service_qa_1 .tit {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    padding: 25px 0 30px;
}

.service_qa_2 {
    margin-top: 50px;
}

    .service_qa_2 dl {
        border-bottom: 1px solid #e6e6e6;
    }

    .service_qa_2 dt {
        line-height: 120px;
        font-size: 20px;
        padding-right: 50px;
        position: relative;
        cursor: pointer;
    }

        .service_qa_2 dt:hover {
            font-weight: bold;
        }

        .service_qa_2 dt .icon {
            position: absolute;
            display: inline-block;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background: url(../image/add.png) no-repeat center center;
        }

    .service_qa_2 dd {
        display: none;
        font-size: 18px;
        line-height: 1.8;
        padding-bottom: 50px;
    }

    .service_qa_2 dl.on {
        border-bottom-color: #059B38;
    }

        .service_qa_2 dl.on dt {
            color: #059B38;
            font-weight: bold;
        }

        .service_qa_2 dl.on dd {
            display: block;
        }

        .service_qa_2 dl.on .icon {
            background: url(../image/sub.png) no-repeat center center;
        }

.service_bgwx {
    padding-bottom: 70px;
}

    .service_bgwx .wrapper {
        max-width: 1200px;
    }

.service_bgwx_1 .content {
    margin-top: 20px;
}

.service_bgwx_1 .contentL {
    float: left;
    width: 32.75%;
    overflow: hidden;
}

    .service_bgwx_1 .contentL img:hover {
        transform: scale(1.2);
    }

.service_bgwx_2 .contentL img:hover {
    transform: scale(1.2);
}

.service_bgwx_1 .contentR {
    box-sizing: border-box;
    padding-left: 40px;
    float: right;
    width: 67.25%;
    font-size: 16px;
    line-height: 36px;
}

    .service_bgwx_1 .contentR p {
        margin-bottom: 15px;
    }

.service_bgwx_items {
    padding-bottom: 70px;
    border-bottom: 1px solid #e6e6e6;
}

    .service_bgwx_items li {
        float: left;
        width: 33.33333%;
        text-align: center;
    }

    .service_bgwx_items .icon {
        padding: 70px 0 20px;
        height: 50px;
    }

    .service_bgwx_items .tit {
        font-size: 20px;
        line-height: 40px;
    }

    .service_bgwx_items .link a {
        font-size: 16px;
        line-height: 40px;
        color: #059B38;
    }

.service_bgwx_2 .content {
    margin-top: 25px;
}

.service_bgwx_2 .contentL {
    float: left;
    width: 45%;
    overflow: hidden;
}

.service_bgwx_2 .contentR {
    box-sizing: border-box;
    float: right;
    width: 55%;
    padding-left: 40px;
    padding-top: 30px;
    font-size: 16px;
    line-height: 36px;
}

    .service_bgwx_2 .contentR p, .service_bgwx_2 .content2 p {
        margin-bottom: 15px;
    }

.service_bgwx_2 .content2 {
    margin-top: 40px;
    font-size: 16px;
    line-height: 36px;
}

    .service_bgwx_2 .content2 a {
        color: #787878;
    }

        .service_bgwx_2 .content2 a:hover {
            color: #059B38;
        }

.service_privacy {
    padding-bottom: 70px;
}

    .service_privacy .wrapper {
        max-width: 1200px;
    }

    .service_privacy .content {
        margin-top: 50px;
        font-size: 16px;
    }

.service_zj .table {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
}

.service_zj th {
    background: #009a3d;
    color: #fff;
}

.service_zj th, .service_zj td {
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 6px 10px;
}

.service_book {
    padding-bottom: 70px;
}

    .service_book .wrapper {
        max-width: 1200px;
    }

    .service_book .title {
        margin-top: 70px;
        font-weight: bold;
        font-size: 30px;
        line-height: 60px;
    }

    .service_book .book_list {
        margin-top: 30px;
    }

        .service_book .book_list li:nth-child(1) {
            border-top: 1px solid #e5e5e5;
        }

        .service_book .book_list li {
            box-sizing:border-box;
            position:relative;
            padding: 40px 50px 40px 0;
            border-bottom: 1px solid #e5e5e5;
        }

        .service_book .book_list a {
            color: #333;
            font-size: 20px;
        }

            .service_book .book_list a:hover {
                color: #009a3d;
                text-decoration: underline;
            }
        .service_book .book_list .down {
            position: absolute;
            width: 32px;
            height: 32px;
            background: url(../image/download.png) no-repeat center center;
            background-size: contain;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .about .wrapper {
            max-width: 1200px;
        }

.about_b1 {
    margin-top: 120px;
}

    .about_b1 .left h2 {
        font-size: 42px;
        font-weight: bold;
        margin-bottom: 30px;
        line-height: 1.5;
        color: #113c2b;
    }

    .about_b1 .left {
        float: left;
        padding-right: 60px;
        box-sizing: border-box;
        text-align: justify;
        font-size: 18px;
        line-height: 2;
        width: 51%;
    }

    .about_b1 .right {
        float: left;
        width: 49%;
    }

.about_b2 {
    margin-top: 200px;
    padding-bottom:100px;
    background:url(../image/bg_2.jpg) no-repeat center bottom;
}
    .about_b2 .content{
        font-size:18px;
        margin-top:45px;
		text-align:center;
    }
    .about_b2 .more{
        width:100%;
        margin-top:45px;
        text-align:center;
    }
        .about_b2 .more a {
            display: inline-block;
            font-size: 18px;
            color: #fff;
            width: 210px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            background: #059B38;
            border-radius: 8px 0 8px 8px;
        }
            .about_b2 .more a:hover {
                border-top-right-radius: 8px;
                border-bottom-left-radius: 0px;
            }

    .about_b2 h2, .about_b3 h2 {
        font-size: 42px;
        font-weight: bold;
        text-align: center;
        color: #113c2b;
        line-height: 2;
    }

    .about_b2 h3, .about_b3 h3 {
        font-size: 18px;
        text-align: center;
        color: #009a3d;
        line-height: 2;
        margin-bottom: 30px;
    }
.about_b3 {
    padding:70px 0 100px;
    
}
    .about_b3 .years, .about_b3 .historys {
        margin-top: 30px;
    }
    .about_b3 .historys {
        padding: 0 150px;
    }
    .about_b3 .years .swiper-wrapper{
        padding-top:30px;
    }
    .about_b3 .years .swiper-slide::after {
        content: "";
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        border-top: 1px solid #CCC;
        z-index:100;
    }
    .about_b3 .years .swiper-slide{
        font-size:18px;
        line-height:2;
        text-align:center;
        cursor:pointer;
    }
        .about_b3 .years .swiper-slide::before{
            content:"";
            position:absolute;
            top:-6px;
            left:50%;
            margin-left:-6px;
            width:12px;
            height:12px;
            border-radius:12px;
            background:#ccc;
            z-index:200;
            
        }
    .about_b3 .years .swiper-slide-active {
        color: #009a3d;
    }
        .about_b3 .years .swiper-slide-active::before {
            background: #009a3d;
        }
    .about_b3 .historys .left{
        float:left;
        width:50%;
    }
    .about_b3 .historys .right {
        float: left;
        box-sizing:border-box;
        width:50%;
        padding-left:80px;
        font-size:18px;
    }
    .about_b3 .historys .year{
        padding-top:80px;
        margin-bottom:30px;
    }
        .about_b3 .historys .year span {
            font-size: 50px;
            color: #333;
            margin-right: 5px;
        }
    .about_b3 .historys .swiper-button-prev{
        width:70px;
        height:70px;
        background:url(../image/left1.png) no-repeat center /cover;
    }
    .about_b3 .historys .swiper-button-next {
        width: 70px;
        height: 70px;
        background: url(../image/right1.png) no-repeat center /cover;
    }
    .about_b3 .historys .swiper-button-prev.swiper-button-disabled {
        background: url(../image/left_disabled.png) no-repeat center /cover;
    }
    .about_b3 .historys .swiper-button-next.swiper-button-disabled {
        background: url(../image/right_disabled.png) no-repeat center /cover;
    }
        @media (max-width:1203px) {
            .service_bgwx_1 .contentL {
                width: 40%;
            }

            .service_bgwx_1 .contentR {
                width: 60%;
                padding-left: 40px;
                font-size: 14px;
                line-height: 30px;
            }

            .service_bgwx_2 .contentL {
                width: 50%;
            }

            .service_bgwx_2 .contentR {
                width: 50%;
                padding-left: 40px;
                font-size: 14px;
                line-height: 30px;
            }

            .service_bgwx .title {
                margin-top: 50px;
            }

            .service_bgwx .content2 {
                font-size: 14px;
                line-height: 30px;
            }
            .about_b2{
                margin-top:100px;
            }
            .about_b1 .left h2 {
                font-size: 30px;
            }
            .about_b2 h2, .about_b3 h2 {
                font-size: 30px;
            }
            .about_b3 .historys .year span{
                font-size:40px;
                
            }
        }

        @media (max-width:961px) {
            .service_guide_1 .icon {
                width: 50px;
                height: 50px;
                margin-left: -25px;
                margin-top: -25px;
            }
            .banner .t1 {
                font-size:30px;
            }

            .service_guide_2 {
                padding-bottom: 40%;
            }

            .service_bgwx_1 .contentL, .service_bgwx_2 .contentL {
                width: 100%;
                text-align: center;
            }

            .service_bgwx_1 .contentR, .service_bgwx_2 .contentR {
                width: 100%;
                padding-left: 0;
                margin-top: 20px;
            }

            .service_privacy .content {
                margin-top: 30px;
            }

            .service_privacy {
                padding-bottom: 30px;
            }
            .about_b1 .left h2 {
                font-size: 25px;
            }

            .about_b2 h2, .about_b3 h2 {
                font-size: 25px;
            }
            .about_b3 .historys{
                padding:0 50px;
            }
                .about_b3 .historys .swiper-button-prev, .about_b3 .historys .swiper-button-next{
                    width:50px;
                    height:50px;
                }
                .about_b3 .historys .left {
                    width:40%;
                }
                    .about_b3 .historys .right {
                    float: left;
                    box-sizing: border-box;
                    width: 60%;
                    padding-left: 30px;
                    font-size: 18px;
                }
                .about_b3 .historys .year{
                    padding-top:15px;
                    margin-bottom:15px;
                }
                    .about_b3 .historys .year span{
                        font-size:30px;
                    }
        }

        @media (max-width:767px) {
            .service_guide_1 .icon {
                width: 40px;
                height: 40px;
                margin-left: -20px;
                margin-top: -20px;
            }
            .about_b3 .historys{
                padding:0 30px;
            }
            .banner .t1{
                font-size:16px;
            }
            .banner .txt{
                margin-top:30px;
            }
            .banner .btn a {
                width: 80px;
                height: 35px;
                font-size: 14px;
                line-height: 35px;
            }
            .banner .btn{
                margin-top:5px;
            }
            .service_zj .table {
                font-size: 14px;
            }

            .video_list li {
                width: 50%;
                margin-bottom: 30px;
            }

            .service_guide_1 .title, .service_qa_1 .title, .service_bgwx .title, .service_privacy .title, .service_book .title {
                font-size: 20px;
                margin-top: 30px;
                line-height: 40px;
            }

            .video_list {
                margin-top: 30px;
            }

                .video_list .tit {
                    font-size: 14px;
                    line-height: 40px;
                    height:40px;
                    overflow:hidden;
                    text-overflow:ellipsis;
                    white-space:nowrap;
                }
            .banner .swiper-pagination{
                bottom:0!important;
            }
            .service_guide_1 .tabs a {
                font-size: 14px;
                margin: 0;
                width: 50%;
                font-weight: bold;
            }

            .service_guide_1 .more a {
                font-size: 16px;
                width: 120px;
                height: 40px;
                line-height: 40px;
            }

            .service_book .book_list li {
                padding: 15px 50px 15px 0;
            }

            .service_book .book_list a {
                font-size: 14px;
            }

            .service_guide_2 {
                padding-bottom: 50%;
            }

                .service_guide_2 .t1 {
                    display: inline-block;
                    font-size: 18px;
                    line-height: 40px;
                }

                .service_guide_2 .t2 {
                    display: inline-block;
                    font-size: 14px;
                    line-height: 30px;
                }

            .service_qa_1 .tit {
                font-size: 14px;
                line-height: 1.5;
                height: 3em;
                padding: 10px 0;
            }

            .service_qa_2 {
                margin-top: 30px;
            }

                .service_qa_2 dt {
                    font-size: 16px;
                    line-height: 50px;
                }

                .service_qa_2 dd {
                    font-size: 14px;
                    padding-bottom: 30px;
                }

            .service_bgwx_items {
                padding-bottom: 40px;
            }

                .service_bgwx_items .tit {
                    font-size: 16px;
                }

                .service_bgwx_items .link a {
                    font-size: 14px;
                }

                .service_bgwx_items .icon {
                    padding-top: 40px;
                }
            .about_b1, .about_b2{
                margin-top: 50px;
            }
            .about_b1 .left, .about_b1 .right {
                width: 100%;
            }
                .about_b1 .left, .about_b2 .content {
                    font-size: 14px;
                    padding:0;
                }
                .about_b2 h3, .about_b3 h3{
                    font-size:16px;
                }
                .about_b1 .right {
                    margin-top: 30px;
                }
                .about_b1 .left h2 {
                    font-size: 20px;
                }

            .about_b2 h2, .about_b3 h2 {
                font-size: 20px;
            }
            .about_b3{
                padding-bottom:50px
            }
            .about_b3 .historys .right {
                font-size: 14px;
                padding-left: 0;
            }
            .about_b3 .historys .year span{
                font-size:18px;
            }
            .about_b3 .historys .swiper-button-prev, .about_b3 .historys .swiper-button-next{
                width:30px;
                height:30px;
            }
            .about_b3 .historys .right, .about_b3 .historys .left{
                width:50%;
            }
        }
        
        .video-box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 999;
}

    .video-box .video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #333;
    }

    .video-box .btn_close {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 50px;
        height: 50px;
        line-height: 45px;
        font-size: 40px;
        text-align: center;
        color: #fff;
        background: rgba(255,255,255,0.5);
        cursor: pointer;
    }

        .video-box .btn_close:hover {
            background-color: #009a3d;
        }


.ms_pro08 {
    padding: 5% 0;
}

    .ms_pro08 .left {
        box-sizing: border-box;
        padding-right: 40px;
        float: left;
        width: 60%;
    }

    .ms_pro08 .right {
        float: right;
        width: 40%;
        text-align: center;
    }

    .ms_pro08 h2, .ms_pro07 h2 {
        font-weight: bold;
        margin-bottom: 20px;
    }

    .ms_pro08 h3, .ms_pro07 h3 {
        font-weight: bold;
        font-size: 24px;
        line-height: 2;
    }

    .ms_pro08 p, .ms_pro07 p {
        font-size: 18px;
        line-height: 2;
    }


.ms_pro07 {
    padding: 5% 0;
}

    .ms_pro07 .col {
        padding: 10px;
        box-sizing: border-box;
        width: 50%;
    }

        .ms_pro07 .col > .box {
            padding: 50px;
            background: #f6f6f6;
        }

.ms_pro07_01 {
    display: flex;
    align-items: stretch;
}

    .ms_pro07_01 .col {
        margin: 10px;
        padding: 0;
        background: #f6f6f6;
    }

        .ms_pro07_01 .col:nth-child(2n+1) {
            margin-left: 0;
        }

        .ms_pro07_01 .col:nth-child(2n) {
            margin-right: 0;
        }

.ms_pro07 .pic {
    text-align: left;
}

@media (max-width:1023px) {
    .ms_pro08 .left {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .ms_pro08 .right {
        width: 100%;
    }

    .ms_pro08 h3, .ms_pro07 h3 {
        font-size: 18px;
    }

    .ms_pro08 p, .ms_pro07 p {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .ms_pro07_01 {
        display: block;
    }

    .ms_pro07 .col {
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .ms_pro07 .col > .box {
            padding: 20px;
        }
}



.about_join {
    padding: 70px 0;
}
    .about_join .wrapper{
        max-width:1200px;
    }

    .about_join h1.title {
        font-size: 42px;
        font-weight: bold;
        margin-bottom: 30px;
        line-height: 1.5;
        color: #113c2b;
    }
.tvc_btn {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #059B38;
    border-radius: 8px 0 8px 8px;
}
    .tvc_btn:hover {
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px;
    }
    .about_join .col {
        box-sizing: border-box;
        float: left;
        width: 50%;
    }
    .about_join .p{
        margin-bottom:30px;
    }
    .about_join .txt, .about_join .sel {
        width: 95%;
        box-sizing: border-box;
        border: 1px solid #ccc;
        height: 50px;
        padding: 5px 10px;
    }
    .about_join .txtArea {
        width: 100%;
        border: 1px solid #ccc;
        box-sizing: border-box;
        height: 100px;
        padding: 5px 10px;
        font-size:14px;
    }
.about_join .btn{
    text-align:center;
    margin-top:50px;
}
    .about_join .btn a {
        display: inline-block;
        font-size: 18px;
        color: #fff;
        width: 210px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #059B38;
        border-radius: 8px 0 8px 8px;
    }
    .about_join .btn a:hover {
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px;
    }

@media (max-width:961px){
    .about_join h1.title{
        font-size:25px;
    }
}
@media (max-width:768px) {
    .about_join{
        padding:30px 0;
    }
    .about_join h1.title {
        font-size: 20px;
    }
}



.product-table {
    padding: 50px 0;
}
.product-table .h1 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1.5;
    color: #113c2b;
    text-align: center;
}
.product-table .h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #113c2b;
}
.product-table .h2::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 30px;
    background: #059B38;
    vertical-align: middle;
    margin-right: 10px;
}
    .product-table .table {
        border-collapse: collapse;
		border-spacing:0;
        min-width: 640px;
		margin-bottom:50px;
    }
.product-table th, .product-table td {
    border: 1px solid #ccc;
	border-left:none;
	border-right:none;
    padding:15px;
    font-size:18px;
}
.product-table th{
	font-size:20px;
	font-weight:bold;
}
    .product-table caption {
        font-size: 18px;
        font-weight: bold;
		line-height:3;
    }
.table-responsive {
    overflow-x:auto;
}
@media (max-width:961px) {
    .product-table .h1{
        font-size:30px;
    }
    .product-table .h2{
        font-size:18px;
    }
}
@media (max-width:767px) {
    .product-table .h1 {
        font-size: 20px;
    }

    .product-table .h2 {
        font-size: 16px;
    }
    .product-table caption {
        font-size: 16px;
    }
    .product-table th, .product-table td {
        font-size:14px;
    }
    }



.nav .dl{display:none;}
.index {padding:1px 0;}
.index .indexB {display:none;}
.icon-div2 {display:none;}
.wap {display:none!important;}
@media (max-width:1023px){
	.nav .dl {display:block;padding:30px 0;}
	.nav .dl .code4,
	.nav .dl .code5,
	.nav .dl .code6{
		display:none;
	}
	.nav .dl dd{
		box-sizing:border-box;
		float:left;
		width:25%;
		margin-bottom:15px;
	}
	.nav .dl dd a{
		display:block;
	}
	.nav .dl dd .pic img{
		height:50px;
	}
	.nav .dl dd .txt{
		line-height:1.5;
		font-size:16px;
	}
	.wap {display:block!important;}
	.header-top .link{display:none;}
	
}
@media (max-width:767px){
	.index ul{
		display:none;
	}	
	.index .indexa {
		display:none;
	}
	.index .indexB {
		display:block;
		box-sizing:border-box;
		border:1px solid #666;
		border-radius:15px;
		padding:20px;
		margin-top:30px;
	
	}
	.index .indexB .pic{
float: left;
width: 35%;
box-sizing: border-box;
0padding: 15px;
0background: rgba(255,255,255,0.5);
border-radius: 10px;
	}
	.index .indexB .cont{
		box-sizing:border-box;
		padding-left:10px;
		float:left;
		width:65%;		
	}
	.index .indexB .t1{
		font-size:18px;
		font-weight:bold;
		color:#009a3d;
		line-height:2;
	}
	.index .indexB .t2{
		font-size:14px;
		font-weight:bold;
	}
	.index .indexB .btn{	
		margin-top:15px;
		display:inline-block;
		text-align:center;
		background:#249A3E;
		border-radius:8px;
		border-top-right-radius:0;
		font-size:14px;
		color:#fff;
		padding:5px 20px;
		font-weight:bold;
	}
	.banner .icon-div{
		display:none;
	}
	.icon-div2 {
		display:block;
		padding:30px 0;
	}
	.icon-div2 .icon-item {
		float:left;
		width:33.33333%;
		text-align:center;
	}
	.icon-div2 .icon-item img{
		width:40px;
	}
	.icon-div2 .icon-item .tit{
		line-height:3;
		font-size:14px;
	}
	.icon-div2 .icon-item .tit a{
		color:#333;
	}
}
@media (max-width:480px){
	.nav .dl dd{
		width:50%;
	}
	.nav .dl dd .pic img{
		height:40px;
	}
}