﻿.wrap {
    width: 100%;
    height: 100%;
    font-size: 0;
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
    z-index: 1;
    font-family: "微软雅黑";
}

/*清除浮动*/
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

/* 头部 */
.wrap_header {
    width: 100%;
    height: 90px;
    padding: 0 calc((100% - 1450px) / 2);
    box-sizing: border-box;
}

    .wrap_header > img {
        width: auto;
        height: 46px;
        margin: 22px 0 22px 50px;
        float: left;
    }

        .wrap_header > img.header_img2 {
            width: 30px;
            height: 30px;
            position: absolute;
            margin: 0;
            top: 30px;
            right: 20px;
            z-index: 3;
            cursor: pointer;
            display: none;
        }

.wrap_header_tab {
    display: inline-block;
    float: left;
    margin: 26px 0 26px 50px;
}

    .wrap_header_tab p {
        width: 52px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        display: inline-block;
        margin-right: 28px;
        font-size: 18px;
        /*color: #000;*/
        color: #d26666;
        border: 1px solid #7f7f7f;
        cursor: pointer;
    }

        .wrap_header_tab p.active {
            background: #000;
            color: #fff;
        }

.wrap_header_list {
    display: inline-block;
    float: right;
}

    .wrap_header_list a {
        height: 28px;
        line-height: 28px;
        display: inline-block;
        font-size: 20px;
        cursor: pointer;
        color: #000;
        padding: 0 12px;
        margin: 31px 0;
        margin-left: 10px;
    }

        .wrap_header_list a.active {
            border-right: 1px solid #000;
            border-left: 1px solid #000;
        }

/* 底部 */
.wrap_footer {
    width: 100%;
    height: 450px;
    background: #000;
    padding: 0 calc((100% - 1500px) / 2);
    box-sizing: border-box;
}

    .wrap_footer img {
        width: auto;
        height: 160px;
        margin: 145px 0;
        display: inline-block;
    }

.wrap_footer_c {
    max-width: 420px;
    margin-top: 66px;
    margin-left: 50px;
    display: inline-block;
    vertical-align: top;
}

    .wrap_footer_c .d1 {
        margin-bottom: 35px;
    }

        .wrap_footer_c .d1 p {
            width: 100%;
            font-size: 16px;
            line-height: 1;
            font-size: 16px;
            color: #f0f0f0;
            margin-bottom: 35px;
        }

        .wrap_footer_c .d1 a {
            width: 64px;
            display: inline-block;
            font-size: 16px;
            line-height: 1;
            font-size: 16px;
            color: #f0f0f0;
            margin-bottom: 30px;
            margin-right: 50px;
        }

            .wrap_footer_c .d1 a:nth-child(4n+1) {
                margin-right: 0;
            }

    .wrap_footer_c .d2 {
        margin-bottom: 35px;
    }

        .wrap_footer_c .d2 p {
            width: 100%;
            font-size: 16px;
            line-height: 1;
            font-size: 16px;
            color: #f0f0f0;
            margin-bottom: 35px;
        }

        .wrap_footer_c .d2 a, .wrap_footer_c .d2 span {
            width: 100%;
            display: inline-block;
            font-size: 16px;
            line-height: 1;
            font-size: 16px;
            color: #f0f0f0;
            margin-bottom: 30px;
            margin-right: 50px;
        }

.wrap_footer_r {
    max-width: 369px;
    margin-top: 66px;
    margin-left: 50px;
    display: inline-block;
    vertical-align: top;
}

    .wrap_footer_r p {
        width: 100%;
        font-size: 16px;
        line-height: 1;
        font-size: 16px;
        color: #f0f0f0;
        /*color: #171515;*/
        margin-bottom: 35px;
    }

    .wrap_footer_r a {
        width: 115px;
        height: 47px;
        line-height: 47px;
        text-align: center;
        font-size: 15px;
        background: #fff;
        color: #000;
        margin-right: 12px;
        margin-bottom: 12px;
    }

        .wrap_footer_r a:nth-child(3n+1) {
            margin-right: 0;
        }

/**/
.wrap_swiper {
    width: 100%;
    height: 780px;
}

    .wrap_swiper a {
        width: 100%;
        height: 100%;
    }


/**/
.wrap_div1 {
    width: 1450px;
    margin: 80px auto 100px;
}

    .wrap_div1 a {
        width: 220px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        color: #fff;
        background: #000;
        display: block;
        margin: 0 auto;
    }

    .wrap_div1 li {
        width: 700px;
        border: 1px solid #929292;
        box-sizing: border-box;
        margin-right: 50px;
        margin-bottom: 50px;
        display: inline-block;
    }

        .wrap_div1 li:nth-child(2n) {
            margin-right: 0;
        }

        .wrap_div1 li img {
            width: 100%;
            height: 600px;
        }

        .wrap_div1 li div {
            width: 100%;
            height: 138px;
        }

            .wrap_div1 li div p {
                display: inline-block;
                font-size: 34px;
                color: #000;
                width: 320px;
                line-height: 1;
                padding-bottom: 20px;
                border-bottom: 1px solid #ddd;
                margin-left: 45px;
                vertical-align: top;
                margin-top: 40px;
                float: left;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .wrap_div1 li div a {
                display: inline-block;
                width: 86px;
                height: 86px;
                line-height: 86px;
                text-align: center;
                border-radius: 50%;
                background: #000;
                color: #fff;
                font-size: 30px;
                margin-right: 45px;
                margin-top: 26px;
                vertical-align: top;
                float: right;
            }

.wrap_div2 {
    width: 100%;
}

    .wrap_div2 li {
        width: 100%;
        height: 720px;
        position: relative;
        margin-top: 20px;
    }

        .wrap_div2 li:first-child {
            margin-top: 0;
        }

        .wrap_div2 li div {
            width: 610px;
            height: 470px;
            padding: 0 70px;
            box-sizing: border-box;
            background: rgba(256,256,256,0.9);
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
        }

        .wrap_div2 li:nth-child(2n-1) div {
            position: absolute;
            left: calc(50% + 305px);
            top: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
        }

        .wrap_div2 li:nth-child(2n) div {
            position: absolute;
            left: calc(50% - 305px);
            top: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
        }

        .wrap_div2 li div .p1 {
            width: 100%;
            font-size: 14px;
            line-height: 1.8;
            color: #7f7f7f;
            margin-top: 48px;
        }

        .wrap_div2 li div .p2 {
            width: 100%;
            font-size: 36px;
            line-height: 1;
            color: #333333;
            padding-bottom: 22px;
            margin-top: 20px;
            position: relative;
        }

            .wrap_div2 li div .p2:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 66px;
                height: 2px;
                background: #ccc;
            }

        .wrap_div2 li div .p3 {
            width: 100%;
            font-size: 14px;
            line-height: 1.8;
            color: #7f7f7f;
            margin-top: 28px;
            text-align: justify;
        }

        .wrap_div2 li div .p4 {
            width: 100%;
            font-size: 14px;
            line-height: 1.8;
            color: #7f7f7f;
            margin-top: 28px;
            text-align: justify;
        }

        .wrap_div2 li div .p5 {
            width: 150px;
            height: 56px;
            line-height: 56px;
            font-size: 16px;
            color: #fff;
            background: #6c6d6b;
            margin-top: 36px;
            border-radius: 4px;
            text-align: center;
        }


.wrap_div3 {
    width: 100%;
    height: 1080px;
    overflow: hidden;
    position: relative;
}

.wrap_div3_bg {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.wrap_div3_div {
    width: 1550px;
    height: 660px;
    margin: 210px auto;
    border-bottom: 4px solid #000;
    position: relative;
    z-index: 3;
}

.wrap_div3_div_l {
    width: 50%;
    height: 100%;
    background: rgba(256,256,256,0.9);
    display: inline-block;
    vertical-align: top;
    padding: 0 130px;
    box-sizing: border-box;
}

    .wrap_div3_div_l img {
        width: auto;
        height: 24px;
        margin: 100px auto 48px;
        display: block;
    }

    .wrap_div3_div_l > div {
        width: 100%;
        height: 390px;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 16px;
        line-height: 1.8;
        color: #000;
    }

        .wrap_div3_div_l > div::-webkit-scrollbar {
            width: 6px;
            background-color: #F5F5F5;
        }

        .wrap_div3_div_l > div::-webkit-scrollbar-track {
            background-color: #fff;
        }

        .wrap_div3_div_l > div::-webkit-scrollbar-thumb {
            border-radius: 20px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            background-color: #555;
        }

.wrap_div3_div_r {
    width: 50%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 124px 130px 0;
    box-sizing: border-box;
}

    .wrap_div3_div_r input {
        width: 100%;
        height: 46px;
        border: 1px solid #777777;
        font-size: 14px;
        margin-bottom: 18px;
        text-indent: 15px;
    }

    .wrap_div3_div_r textarea {
        width: 100%;
        height: 190px;
        border: 1px solid #777777;
        font-size: 14px;
        margin-bottom: 18px;
        padding: 15px;
        box-sizing: border-box;
        outline: none;
        resize: none;
    }

    .wrap_div3_div_r .btn {
        width: 100%;
        height: 56px;
        line-height: 56px;
        text-align: center;
        background: #000;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }

.wrap_div4 {
    width: 1450px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.wrap_div4_l {
    display: inline-block;
    width: 415px;
    margin-left: 115px;
    margin-top: 245px;
    vertical-align: top;
}

    .wrap_div4_l span {
        width: 100%;
        display: block;
        font-size: 12px;
        color: #929291;
        line-height: 1;
        margin-bottom: 20px;
    }

    .wrap_div4_l p {
        width: 100%;
        font-size: 38px;
        color: #333333;
        line-height: 1;
        position: relative;
        padding-bottom: 22px;
    }

        .wrap_div4_l p:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 55px;
            height: 2px;
            background: #b3b3b3;
        }

.wrap_div4_r {
    display: inline-block;
    vertical-align: top;
}

    .wrap_div4_r > p {
        width: 366px;
        margin-top: 160px;
        line-height: 1;
        font-size: 20px;
        text-align: center;
        margin-bottom: 60px;
    }

    .wrap_div4_r > div {
        width: 366px;
        margin-right: 50px;
        font-size: 12px;
        line-height: 2;
        color: #7f7f7f;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }



.wrap_div5 {
    width: 100%;
}

    .wrap_div5 a {
        width: 50%;
        height: 540px;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

        .wrap_div5 a p {
            position: absolute;
            left: 50%;
            transform: translate(-50%,0);
            -webkit-transform: translate(-50%,0);
        }

        .wrap_div5 a:nth-child(1) p {
            bottom: 0;
        }

        .wrap_div5 a:nth-child(2) p {
            bottom: 0;
        }

        .wrap_div5 a:nth-child(3) p {
            top: 0;
        }

        .wrap_div5 a:nth-child(4) p {
            top: 0;
        }

        .wrap_div5 a p.p1 {
            width: 120px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            background: #ffffff;
            color: #000;
            font-size: 34px;
        }

        .wrap_div5 a p.p2 {
            width: 120px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            background: #000;
            color: #fff;
            font-size: 34px;
        }


.wrap_div6 {
    width: 100%;
    height: 1080px;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .wrap_div6 .p1 {
        width: 100%;
        text-align: center;
        line-height: 1;
        font-size: 48px;
        margin-bottom: 56px;
    }

    .wrap_div6 .p2 {
        width: 100%;
        text-align: center;
        line-height: 1;
        font-size: 20px;
        margin-bottom: 40px;
    }

    .wrap_div6 a {
        width: 224px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        font-size: 20px;
        color: #000;
        border: 1px solid #000;
        margin-top: 30px;
    }


.wrap_div7 {
    width: 100%;
    height: 510px;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .wrap_div7 span {
        font-size: 14px;
        color: #cccccc;
        line-height: 1;
        margin-bottom: 18px;
    }

    .wrap_div7 p {
        font-size: 32px;
        line-height: 1;
        color: #fff;
    }

.wrap_div8 {
    width: 100%;
    height: 300px;
    background: #f5f5f5;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .wrap_div8 div {
        width: 650px;
        font-size: 14px;
        color: #777777;
        margin: 0 42px;
        line-height: 1.8;
        text-align: justify;
    }

.wrap_div9 {
    width: 1450px;
    margin: 0 auto;
    overflow: hidden;
}

    .wrap_div9 .wrap_div9_title {
        width: 100%;
        padding-top: 65px;
        padding-bottom: 14px;
        line-height: 1;
        font-size: 26px;
        color: #000;
        margin-bottom: 20px;
        position: relative;
    }

        .wrap_div9 .wrap_div9_title:after {
            content: "";
            width: 330px;
            height: 2px;
            background: #000;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
        }

    .wrap_div9 a {
        width: 710px;
        border-bottom: 6px solid #000;
        margin: 50px 30px 50px 0;
        display: inline-block;
    }

        .wrap_div9 a:nth-child(3) {
            margin-right: 0;
        }

        .wrap_div9 a:nth-child(6) {
            margin-right: 0;
        }

        .wrap_div9 a img {
            width: 100%;
            height: 550px;
        }

        .wrap_div9 a p {
            line-height: 82px;
            font-size: 26px;
            color: #000;
        }

    .wrap_div9 s {
        width: 100%;
        height: 1px;
        background: #dadada;
        display: block;
    }

.wrap_div9_btn {
    width: 100%;
    text-align: center;
    margin: 110px 0;
}

    .wrap_div9_btn img {
        width: auto;
        height: 60px;
        margin: 0 5px;
        cursor: pointer;
    }

.wrap_div10 {
    width: 1450px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 85px;
}

    .wrap_div10 .wrap_div10_title {
        width: 100%;
        padding-top: 65px;
        padding-bottom: 20px;
        line-height: 1;
        font-size: 26px;
        color: #000;
        margin-bottom: 84px;
        position: relative;
    }

        .wrap_div10 .wrap_div10_title:after {
            content: "";
            width: 330px;
            height: 2px;
            background: #000;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
        }

    .wrap_div10 > div {
        width: 100%;
    }

        .wrap_div10 > div img {
            width: 580px;
            height: 440px;
            display: inline-block;
            vertical-align: top;
            margin-right: 135px;
        }

.wrap_div10_c {
    width: 410px;
    height: 540px;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    overflow: hidden;
}

    .wrap_div10_c div {
        width: 100%;
        height: 60px;
        line-height: 57px;
        color: #333333;
        font-size: 30px;
        margin-bottom: 20px;
        border-bottom: 1px solid #efefef;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .wrap_div10_c span {
        width: 100%;
        display: block;
        font-size: 14px;
        line-height: 1;
        color: #000;
        padding-top: 6px;
        padding-bottom: 20px;
    }

    .wrap_div10_c p {
        width: 100%;
        display: block;
        line-height: 1;
        color: #777777;
        margin-bottom: 16px;
    }

        .wrap_div10_c p.p1 {
            font-size: 14px;
            position: relative;
            text-indent: 26px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            .wrap_div10_c p.p1:after {
                content: "";
                position: absolute;
                left: 8px;
                top: 50%;
                transform: translate(0,-50%);
                -webkit-transform: translate(0,-50%);
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: #777777;
            }

        .wrap_div10_c p.p2 {
            font-size: 13px;
            text-indent: 10px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

.wrap_div10_r {
    width: 275px;
    height: 440px;
    display: inline-block;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: auto;
}

    .wrap_div10_r > div {
        width: 100%;
        font-size: 14px;
        color: #777777;
        line-height: 1;
        padding: 12px 24px 20px 8px;
        box-sizing: border-box;
        border-bottom: 1px dashed #efefef;
    }

    .wrap_div10_r > li {
        width: 100%;
    }

        .wrap_div10_r > li p {
            width: 100%;
            height: 36px;
            line-height: 36px;
            font-size: 14px;
            color: #777777;
            border-bottom: 1px dashed #efefef;
            padding-left: 8px;
            padding-right: 24px;
            box-sizing: border-box;
            cursor: pointer;
            display: inline-flex;
            display: -webkit-inline-flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }

        .wrap_div10_r > li > div {
            display: none;
        }

        .wrap_div10_r > li.active > div {
            display: block;
        }

        .wrap_div10_r > li > div p {
            padding-left: 38px;
            position: relative;
        }

            .wrap_div10_r > li > div p:after {
                content: "";
                width: 18px;
                height: 2px;
                background: #e4e4e4;
                position: absolute;
                left: 9px;
                top: 50%;
                transform: translate(0,-50%);
                -webkit-transform: translate(0,-50%);
            }


.wrap_div11 {
    width: 100%;
    height: 350px;
    background: #f1f1f1;
    text-align: center;
}

    .wrap_div11 li {
        width: 114px;
        margin: 98px 75px;
        vertical-align: middle;
        display: inline-block;
    }

        .wrap_div11 li img {
            width: 100%;
        }

        .wrap_div11 li p {
            width: 100%;
            line-height: 1;
            font-size: 20px;
            color: #797979;
            margin-top: 20px;
        }

.wrap_div12 {
    width: 1450px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 62px;
    padding-bottom: 50px;
}

.wrap_div12_t {
    width: 100%;
}

    .wrap_div12_t li {
        width: 166px;
        height: 76px;
        line-height: 76px;
        text-align: center;
        border-radius: 6px 6px 0 0;
        margin-right: 6px;
        font-size: 22px;
        background: #2a2a2a;
        color: #fff;
        display: inline-block;
        cursor: pointer;
    }

        .wrap_div12_t li.active {
            background: #f8f8f8;
            color: #2a2a2a;
        }

.wrap_div12_b {
    width: 100%;
}

    .wrap_div12_b li {
        width: 100%;
        display: none;
    }

        .wrap_div12_b li.active {
            display: block;
        }


.wrap_div13 {
    width: 1450px;
    margin: 0 auto;
    overflow: hidden;
}

.wrap_div13_title {
    width: 100%;
    font-size: 30px;
    line-height: 1;
    padding-bottom: 60px;
}

.wrap_div13_div {
    width: 100%;
    padding-bottom: 96px;
    border-bottom: 2px solid #505050;
}

    .wrap_div13_div a {
        width: 380px;
        height: 340px;
        display: inline-block;
        margin-right: 155px;
    }

        .wrap_div13_div a:nth-child(3n) {
            margin-right: 0;
        }

    .wrap_div13_div p {
        width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 1;
        margin-top: 36px;
    }

.wrap_div13 > a {
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #272727;
    display: block;
    margin: 85px auto;
}


.wrap_div14 {
    width: 1450px;
    margin: 0 auto;
    overflow: hidden;
}

.wrap_div14_t {
    width: 100%;
    padding: 65px 0;
}

    .wrap_div14_t li {
        width: 228px;
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        font-size: 26px;
        padding-bottom: 15px;
        margin-right: 115px;
        position: relative;
        cursor: pointer;
    }

.wrap_div14_t {
    width: 100%;
}

.wrap_div14_c a {
    width: 100%;
    position: relative;
    padding-top: 54px;
}

    .wrap_div14_c a:first-child {
        padding-top: 0;
    }

    .wrap_div14_c a img {
        width: 100%;
    }

    .wrap_div14_c a div {
        width: 400px;
        height: 110px;
        border: 1px solid #d3d3d3;
        background: #fff;
        padding-left: 58px;
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
    }

        .wrap_div14_c a div p {
            width: 100%;
            font-size: 32px;
            line-height: 1;
            color: #000;
            padding-top: 21px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .wrap_div14_c a div span {
            width: 100%;
            display: block;
            line-height: 1;
            font-size: 18px;
            color: #000;
            padding-top: 15px;
        }

.wrap_div14_btn {
    width: 100%;
    text-align: center;
    margin: 130px 0;
}

    .wrap_div14_btn img {
        width: auto;
        height: 60px;
        margin: 0 5px;
        cursor: pointer;
    }


.wrap_div15 {
    width: 1450px;
    margin: 0 auto;
    overflow: hidden;
}

.wrap_div15_t1 {
    width: 375px;
    font-size: 26px;
    padding-top: 60px;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
}

.wrap_div15_t2 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 20px;
}

.wrap_div15_content {
    width: 100%;
    padding-bottom: 70px;
    font-size: 20px;
    color: #4d4d4d;
    line-height: 1.8;
}

    .wrap_div15_content > img {
        width: 100%;
    }

.wrap_div15 > a {
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #272727;
    display: block;
    margin: 85px auto;
}

.wrap_div16 {
    width: 100%;
    min-width: 1600px;
    margin: 0 auto 65px;
    overflow: hidden;
}

.wrap_div16_title {
    width: 370px;
    margin: 70px auto;
    font-size: 28px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
}

.wrap_div16 > a {
    width: 210px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 24px;
    margin: 100px auto 0;
    display: block;
}

.wrap_div16_div1 {
    width: 1600px;
    margin: 0 auto;
}

    .wrap_div16_div1 a {
        width: 780px;
        margin-right: 40px;
        margin-bottom: 40px;
        border: 1px solid #e2e2e2;
        box-sizing: border-box;
    }

        .wrap_div16_div1 a:nth-child(2n) {
            margin-right: 0;
        }

        .wrap_div16_div1 a > div {
            width: 100%;
            height: 92px;
            padding: 0 12px;
            box-sizing: border-box;
            display: inline-flex;
            display: -webkit-inline-flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            position: relative;
        }

            .wrap_div16_div1 a > div span {
                display: block;
                width: 110px;
                height: 26px;
                line-height: 26px;
                text-align: center;
                font-size: 14px;
                border: 1px solid #a3a3a3;
                color: #a3a3a3;
            }

            .wrap_div16_div1 a > div p {
                width: 72%;
                font-size: 24px;
                color: #000;
                margin-left: 13px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .wrap_div16_div1 a > div s {
                font-size: 14px;
                position: absolute;
                right: 12px;
                top: 50%;
                color: #666666;
                transform: translate(0,-50%);
                -webkit-transform: translate(0,-50%);
                text-decoration: none;
            }

.wrap_div16_div2 {
    width: 1450px;
    margin: 0 auto;
}

    .wrap_div16_div2 a {
        width: 470px;
        margin-right: 20px;
        margin-bottom: 20px;
        border: 1px solid #e2e2e2;
        box-sizing: border-box;
    }

        .wrap_div16_div2 a:nth-child(3n) {
            margin-right: 0;
        }

        .wrap_div16_div2 a > div {
            width: 100%;
            padding: 20px;
            box-sizing: border-box;
        }

            .wrap_div16_div2 a > div span {
                display: block;
                width: 100%;
                line-height: 1;
                font-size: 22px;
                padding-bottom: 24px;
                margin-bottom: 24px;
                color: #000;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                position: relative;
            }

                .wrap_div16_div2 a > div span:after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 110px;
                    height: 1px;
                    background: #cccccc;
                }

            .wrap_div16_div2 a > div p {
                width: 100%;
                font-size: 14px;
                line-height: 1;
                color: #666666;
            }

.wrap_div16_div3 {
    width: 100%;
    margin: 0 auto;
}

.wrap_div16_div3_banner {
    width: 100%;
    height: auto;
    margin-bottom: 130px;
}

.wrap_div16_div3 a {
    width: 1450px;
    margin: 0 auto 70px;
    display: block;
}

    .wrap_div16_div3 a:last-child {
        margin-bottom: 0;
    }

.wrap_div16_div3_l {
    width: 175px;
    height: 94px;
    padding-right: 33px;
    border-right: 2px solid #e1e1e1;
    vertical-align: top;
    box-sizing: border-box;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .wrap_div16_div3_l span {
        width: 100%;
        display: inline-block;
        line-height: 1;
        font-size: 37px;
        text-align: right;
        margin-bottom: 16px;
    }

    .wrap_div16_div3_l p {
        width: 100%;
        line-height: 1;
        font-size: 14px;
        text-align: right;
    }

.wrap_div16_div3_r {
    width: calc(100% - 175px);
    height: 94px;
    line-height: 94px;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 34px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.wrap_div17 {
    width: 1450px;
    margin: 0 auto;
    position: relative;
}

    .wrap_div17 > p {
        width: 630px;
        font-size: 28px;
        line-height: 1;
        padding-top: 50px;
        padding-bottom: 20px;
        margin-bottom: 25px;
        border-bottom: 2px solid #000000;
    }

    .wrap_div17 > span {
        width: 100%;
        display: block;
        font-size: 16px;
        color: #666666;
        line-height: 1;
        padding-bottom: 60px;
        border-bottom: 1px solid #b5b5b5;
    }

    .wrap_div17 > a {
        font-size: 24px;
        color: #000;
        line-height: 1;
        position: absolute;
        top: 86px;
        right: 0;
        z-index: 3;
    }

.wrap_div17_content {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #000;
    font-size: 18px;
    color: #4d4d4d;
    line-height: 1.8;
}

    .wrap_div17_content > img {
        width: 100%;
    }

.wrap_div17_div {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 30px;
}

    .wrap_div17_div a {
        width: 100%;
        font-size: 22px;
        color: #000;
        line-height: 1;
        margin-bottom: 36px;
    }

.wrap_div18 {
    width: 1450px;
    margin: 0 auto;
    position: relative;
}

.wrap_div18_title {
    width: 380px;
    line-height: 1;
    font-size: 29px;
    color: #000;
    border-bottom: 2px solid #000;
    padding-top: 50px;
    padding-bottom: 18px;
    margin-left: 18px;
    margin-bottom: 50px;
}

.wrap_div18 a {
    width: 100%;
    margin-bottom: 50px;
}

.wrap_div18_div {
    width: 100%;
    height: 84px;
    padding: 35px 0;
    background: #e5e7ea;
}

.wrap_div18_div_l {
    width: 50%;
    height: 100%;
    font-size: 22px;
    padding-right: 30px;
    box-sizing: border-box;
    color: #000;
    border-right: 1px solid #000;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    vertical-align: top;
}

.wrap_div18_div_r {
    width: 50%;
    height: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    vertical-align: top;
}

    .wrap_div18_div_r p {
        width: 100%;
        line-height: 1;
        font-size: 16px;
        color: #000;
    }


.wrap_div19 {
    width: 1450px;
    margin: 0 auto;
    position: relative;
}

.wrap_div19_title {
    width: 380px;
    line-height: 1;
    font-size: 29px;
    color: #808080;
    border-bottom: 2px solid #000;
    padding-top: 50px;
    padding-bottom: 18px;
    margin-left: 18px;
    margin-bottom: 50px;
}

    .wrap_div19_title font {
        color: #000;
    }

.wrap_div19_div {
    width: 100%;
    height: 490px;
    margin-bottom: 40px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}

    .wrap_div19_div > img {
        width: 735px;
        height: 490px;
        display: inline-block;
    }

.wrap_div19_div_r {
    width: calc(100% - 735px);
    height: 490px;
    display: inline-block;
    padding-left: 60px;
    padding-top: 60px;
    padding-right: 100px;
    box-sizing: border-box;
    vertical-align: top;
}

    .wrap_div19_div_r span {
        width: 100%;
        display: block;
        line-height: 1;
        font-size: 34px;
        padding-bottom: 6px;
        color: #000;
    }

    .wrap_div19_div_r p {
        width: 100%;
        line-height: 1.6;
        padding-top: 10px;
        font-size: 17px;
        color: #000;
    }

        .wrap_div19_div_r p.p1 {
            height: 110px;
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }

.wrap_div19_content {
    width: 100%;
}

    .wrap_div19_content img {
        width: 100%;
        margin-bottom: 40px;
    }

.wrap_div19_div_r div {
    width: 100%;
    margin-top: 40px;
}

.wrap_div19_div_r a {
    width: 145px;
    height: 47px;
    vertical-align: top;
    margin-left: 26px;
}

    .wrap_div19_div_r a:first-child {
        margin: 0;
    }

    .wrap_div19_div_r a.back {
        text-align: center;
        line-height: 47px;
        font-size: 17px;
        color: #fff;
        background: #000;
        margin-left: 65px;
    }


.wrap_div20 {
    width: 1450px;
    margin: 0 auto;
    position: relative;
}

.wrap_div20_title {
    width: 380px;
    line-height: 1;
    font-size: 29px;
    color: #000;
    border-bottom: 2px solid #000;
    padding-top: 50px;
    padding-bottom: 18px;
    margin-left: 18px;
    margin-bottom: 50px;
}

.wrap_div20_t {
    width: 100%;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 50px;
}

    .wrap_div20_t ul {
        width: 1206px;
        overflow-x: auto;
        white-space: nowrap;
    }

        .wrap_div20_t ul::-webkit-scrollbar {
            height: 0;
            background-color: #F5F5F5;
        }

        .wrap_div20_t ul::-webkit-scrollbar-track {
            background-color: #fff;
        }

        .wrap_div20_t ul::-webkit-scrollbar-thumb {
            border-radius: 6px;
            -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
            background-color: #555;
        }

    .wrap_div20_t li {
        width: 200px;
        height: 84px;
        line-height: 84px;
        text-align: center;
        border-right: 1px solid #e5e5e5;
        color: #808080;
        font-size: 24px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        position: relative;
    }

        .wrap_div20_t li:after {
            content: "";
            width: 1px;
            height: 46%;
            background: #fff;
            position: absolute;
            right: -1px;
            top: 50%;
            transform: translate(0,-50%);
            -webkit-transform: translate(0,-50%);
        }

        .wrap_div20_t li.active {
            color: #000000;
        }

            .wrap_div20_t li.active:before {
                content: "";
                width: 0;
                height: 0;
                border: 10px solid;
                border-color: transparent transparent #000;
                position: absolute;
                left: 50%;
                bottom: 0;
                transform: translate(-50%,0);
                -webkit-transform: translate(-50%,0);
            }

.wrap_div20_t_btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

    .wrap_div20_t_btn img {
        width: auto;
        height: 22px;
        cursor: pointer;
        padding: 20px 10px;
        margin: 0 10px;
    }

.wrap_div20_b {
    width: 100%;
    margin-bottom: 100px;
}

    .wrap_div20_b li {
        width: 100%;
        display: none;
    }

        .wrap_div20_b li.active {
            display: block;
        }

    .wrap_div20_b img {
        float: right;
        width: 760px;
        height: 570px;
    }

.wrap_div20_b_l {
    float: left;
    width: calc(100% - 760px);
    height: 570px;
    padding-right: 40px;
    padding-left: 20px;
    box-sizing: border-box;
}

    .wrap_div20_b_l .d1 {
        width: 100%;
        height: 82px;
        display: inline-flex;
        display: -webkit-inline-flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

        .wrap_div20_b_l .d1:after {
            content: "";
            position: absolute;
            top: 0;
            left: -20px;
            width: 2px;
            height: 100%;
            background: #000;
        }

        .wrap_div20_b_l .d1 span {
            width: 100%;
            font-size: 24px;
            color: #808080;
            line-height: 1;
        }

        .wrap_div20_b_l .d1 p {
            width: 100%;
            font-size: 34px;
            line-height: 1;
            color: #000;
            display: inline-flex;
            display: -webkit-inline-flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }

    .wrap_div20_b_l .d2 {
        width: 100%;
        height: 360px;
        margin-top: 24px;
        font-size: 18px;
        color: #4d4d4d;
        line-height: 1.6;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .wrap_div20_b_l .d2::-webkit-scrollbar {
            width: 4px;
            background-color: #F5F5F5;
        }

        .wrap_div20_b_l .d2::-webkit-scrollbar-track {
            background-color: #fff;
        }

        .wrap_div20_b_l .d2::-webkit-scrollbar-thumb {
            border-radius: 50px;
            -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
            background-color: #555;
        }

    .wrap_div20_b_l .d3 {
        width: 100%;
        margin-top: 20px;
        font-size: 18px;
        color: #4d4d4d;
        line-height: 1;
    }

    .wrap_div20_b_l .d4 {
        width: 100%;
        margin-top: 24px;
    }

        .wrap_div20_b_l .d4 a {
            width: 154px;
            height: 42px;
            line-height: 42px;
            font-size: 18px;
            text-align: center;
            background: #000;
            color: #fff;
            float: left;
        }

        .wrap_div20_b_l .d4 p {
            width: 73%;
            font-size: 14px;
            float: right;
            margin-top: 22px;
            text-align: right;
        }


.wrap_div21 {
    width: 1450px;
    margin: 0 auto 40px;
    position: relative;
    overflow: hidden;
}

.wrap_div21_title {
    width: 380px;
    line-height: 1;
    font-size: 29px;
    color: #000;
    border-bottom: 2px solid #000;
    padding-top: 50px;
    padding-bottom: 18px;
    margin-left: 18px;
    margin-bottom: 50px;
}

.wrap_div21_div {
    width: 100%;
}

    .wrap_div21_div li {
        width: 100%;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 40px;
    }

        .wrap_div21_div li span {
            width: 204px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            font-size: 24px;
            color: #000;
            display: inline-block;
            vertical-align: top;
        }

        .wrap_div21_div li p {
            width: calc(100% - 318px);
            height: 100px;
            line-height: 100px;
            text-align: left;
            padding: 0 25px;
            font-size: 24px;
            color: #000;
            border-left: 1px solid #e5e5e5;
            border-right: 1px solid #e5e5e5;
            box-sizing: border-box;
            display: inline-block;
            vertical-align: top;
            position: relative;
        }

            .wrap_div21_div li p:after {
                content: "";
                width: 1px;
                height: 46%;
                background: #fff;
                position: absolute;
                right: -1px;
                top: 50%;
                transform: translate(0,-50%);
                -webkit-transform: translate(0,-50%);
            }

            .wrap_div21_div li p:before {
                content: "";
                width: 1px;
                height: 46%;
                background: #fff;
                position: absolute;
                left: -1px;
                top: 50%;
                transform: translate(0,-50%);
                -webkit-transform: translate(0,-50%);
            }

        .wrap_div21_div li a {
            width: 114px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            font-size: 24px;
            color: #000;
            display: inline-block;
            vertical-align: top;
        }


.wrap_div22 {
    /*width: 1450px;*/
    width:100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.wrap_div22_title {
    width: 380px;
    line-height: 1;
    font-size: 29px;
    color: #000;
    border-bottom: 2px solid #000;
    padding-top: 50px;
    padding-bottom: 18px;
    margin-left: 18px;
    margin-bottom: 80px;
}

.wrap_div22_div {
    width: 100%;
    box-sizing: border-box;
}

    .wrap_div22_div > img {
        float: right;
        width: 820px;
        height: 630px;
    }

.wrap_div22_div_r {
    float: left;
    width: calc(100% - 820px);
    height: 630px;
    vertical-align: top;
    padding-right: 50px;
    box-sizing: border-box;
}

    .wrap_div22_div_r > img {
        width: auto;
        height: 30px;
        padding-top: 38px;
    }

    .wrap_div22_div_r > p {
        width: 100%;
        line-height: 1;
        font-size: 20px;
        padding-top: 55px;
        padding-bottom: 65px;
    }

    .wrap_div22_div_r > div {
        width: 100%;
        height: 410px;
        font-size: 18px;
        color: #4d4d4d;
        line-height: 1.6;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .wrap_div22_div_r > div::-webkit-scrollbar {
            width: 6px;
            background-color: #F5F5F5;
        }

        .wrap_div22_div_r > div::-webkit-scrollbar-track {
            background-color: #fff;
        }

        .wrap_div22_div_r > div::-webkit-scrollbar-thumb {
            border-radius: 20px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            background-color: #555;
        }

.wrap_div22_div_b {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 160px;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .wrap_div22_div_b li {
        max-width: 33%;
        display: inline-flex;
        display: -webkit-inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .wrap_div22_div_b li img {
            width: 50px;
            height:;
        }

        .wrap_div22_div_b li p {
            font-size: 18px;
            line-height: 1;
            margin-top: 24px;
        }


.wrap_div23 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.wrap_div23_img {
    width: 100%;
    font-size: 0;
    margin-bottom: 166px;
}

.wrap_div23_img2 {
    width: 1450px;
    margin: 0 auto 65px;
    font-size: 0;
}

.wrap_div23_div1 {
    width: 1450px;
    margin: 0 auto 65px;
}

.wrap_div23_div1_l {
    width: 495px;
    display: inline-block;
    vertical-align: top;
}

    .wrap_div23_div1_l p {
        font-size: 30px;
        line-height: 1;
    }

.wrap_div23_div1_r {
    width: calc(100% - 495px);
    display: inline-block;
    vertical-align: top;
}

    .wrap_div23_div1_r p.p1 {
        width: 100%;
        font-size: 15px;
        line-height: 2;
        color: #4d4d4d;
        text-align: justify;
    }

    .wrap_div23_div1_r p.p2 {
        width: 445px;
        font-size: 15px;
        line-height: 2;
        color: #4d4d4d;
        text-align: justify;
        display: inline-block;
        vertical-align: top;
        margin-right: 65px;
    }

        .wrap_div23_div1_r p.p2:last-child {
            margin-right: 0;
        }


.wrap_div24 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 110px;
}

.wrap_div24_title {
    width: 100%;
    margin-bottom: 26px;
    position: relative;
    overflow: hidden;
}

    .wrap_div24_title:after {
        content: "";
        position: absolute;
        width: 52px;
        height: 2px;
        background: #ececec;
        left: 50%;
        bottom: 0;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
    }

    .wrap_div24_title span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 36px;
        color: #333333;
        line-height: 1;
        margin-bottom: 27px;
    }

    .wrap_div24_title p {
        width: 100%;
        font-size: 12px;
        color: #6c6d6b;
        text-align: center;
        margin-bottom: 26px;
    }

.wrap_div24_div {
    width: 100%;
    padding: 70px calc((100% - 1120px) / 2) 15px;
    box-sizing: border-box;
    background: #f5f5f5;
    overflow: hidden;
}

    .wrap_div24_div > li {
        width: 180px;
        margin-right: 55px;
        margin-bottom: 55px;
        display: inline-block;
        vertical-align: top;
    }

        .wrap_div24_div > li:nth-child(5n) {
            margin-right: 0;
        }

    .wrap_div24_div li img {
        width: 100%;
    }

    .wrap_div24_div li p {
        width: 100%;
        font-size: 16px;
        line-height: 1;
        margin-top: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


.wrap_div25 {
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}

.wrap_div25_map {
    width: 1110px;
    height: 560px;
    margin: 0 auto -160px;
    position: relative;
    z-index: 3;
    background: #ddd;
}

    .wrap_div25_map > div {
        width: 100%;
        height: 500px;
    }

    .wrap_div25_map > p {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        text-align: center;
        background: #000;
        color: #fff;
    }

.amap-info-content {
    padding: 17px 14px;
}

.map_text {
    width: 200px;
    font-size: 14px;
    line-height: 1.6;
    color: #808080;
}

    .map_text.c1 {
        color: #000;
    }

.map_img {
    width: 200px;
}

    .map_img img {
        width: 100%;
    }

.wrap_div25_div {
    width: 100%;
    height: 1280px;
    position: relative;
}

.wrap_div25_div_d1 {
    width: 570px;
    position: absolute;
    bottom: 130px;
    right: 10%;
}

    .wrap_div25_div_d1 input {
        width: 100%;
        height: 46px;
        border: 1px solid #777777;
        font-size: 14px;
        margin-bottom: 18px;
        text-indent: 15px;
        background: #fff;
    }

    .wrap_div25_div_d1 textarea {
        width: 100%;
        height: 190px;
        border: 1px solid #777777;
        background: #fff;
        font-size: 14px;
        margin-bottom: 18px;
        padding: 15px;
        box-sizing: border-box;
        outline: none;
        resize: none;
    }

    .wrap_div25_div_d1 .btn {
        width: 100%;
        height: 56px;
        line-height: 56px;
        text-align: center;
        background: #fff;
        color: #000;
        font-size: 16px;
        cursor: pointer;
    }


/* ------------------------------------------------------------ */
@media screen and (min-width:100px) and (max-width:750px) {

    /* 头部 */
    .wrap_header {
        width: 100%;
        height: 90px;
        padding: 0;
        box-sizing: border-box;
        position: relative;
    }

        .wrap_header > img {
            width: auto;
            height: 46px;
            margin: 22px 15px;
            float: left;
        }

            .wrap_header > img.header_img2 {
                width: 30px;
                height: 30px;
                position: absolute;
                margin: 0;
                top: 30px;
                right: 15px;
                z-index: 3;
                cursor: pointer;
                display: block;
            }

    .wrap_header_tab {
        display: inline-block;
        float: left;
        margin: 26px 0 26px 0;
    }

        .wrap_header_tab p {
            width: 52px;
            height: 34px;
            line-height: 34px;
            text-align: center;
            display: inline-block;
            margin-right: 28px;
            font-size: 18px;
            color: #000;
            border: 1px solid #7f7f7f;
            cursor: pointer;
        }

            .wrap_header_tab p.active {
                background: #000;
                color: #fff;
            }

    .wrap_header_list {
        display: inline-block;
        float: right;
        position: absolute;
        background: #fff;
        top: 90px;
        right: 0;
        z-index: 3;
        display: none;
    }

        .wrap_header_list a {
            height: 28px;
            line-height: 28px;
            display: block;
            font-size: 20px;
            cursor: pointer;
            color: #000;
            padding: 0 12px;
            margin: 31px 0;
            margin-left: 10px;
            margin-right: 10px;
        }

            .wrap_header_list a.active {
                border-right: 1px solid #000;
                border-left: 1px solid #000;
            }

    /* 底部 */
    .wrap_footer {
        width: 100%;
        height: auto;
        background: #000;
        padding: 0;
        overflow: hidden;
        box-sizing: border-box;
    }

        .wrap_footer img {
            width: 90%;
            height: auto;
            margin: 30px auto;
            display: block;
        }

    .wrap_footer_c {
        width: 90%;
        margin-left: 0;
        display: block;
        vertical-align: top;
        margin: 0 auto;
        margin-top: 30px;
    }

        .wrap_footer_c .d1 {
            margin-bottom: 15px;
        }

            .wrap_footer_c .d1 p {
                width: 100%;
                font-size: 16px;
                line-height: 1;
                font-size: 16px;
                color: #f0f0f0;
                margin-bottom: 35px;
            }

            .wrap_footer_c .d1 a {
                width: 64px;
                display: inline-block;
                font-size: 16px;
                line-height: 1;
                font-size: 16px;
                color: #f0f0f0;
                margin-bottom: 30px;
                margin-right: 50px;
            }

                .wrap_footer_c .d1 a:nth-child(4n+1) {
                    margin-right: 0;
                }

        .wrap_footer_c .d2 {
            margin-bottom: 0;
        }

            .wrap_footer_c .d2 p {
                width: 100%;
                font-size: 16px;
                line-height: 1;
                font-size: 16px;
                color: #f0f0f0;
                margin-bottom: 35px;
            }

            .wrap_footer_c .d2 a, .wrap_footer_c .d2 span {
                width: 100%;
                display: inline-block;
                font-size: 16px;
                line-height: 1;
                font-size: 16px;
                color: #f0f0f0;
                margin-bottom: 30px;
                margin-right: 50px;
            }

    .wrap_footer_r {
        width: 90%;
        margin-left: 0;
        display: block;
        vertical-align: top;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 10px;
    }

        .wrap_footer_r p {
            width: 100%;
            font-size: 16px;
            line-height: 1;
            font-size: 16px;
            color: #f0f0f0;
            margin-bottom: 35px;
        }

        .wrap_footer_r a {
            width: 32%;
            height: 45px;
            line-height: 45px;
            text-align: center;
            font-size: 15px;
            background: #fff;
            color: #000;
            margin-right: 2%;
            margin-bottom: 2%;
        }

            .wrap_footer_r a:nth-child(3n+1) {
                margin-right: 0;
            }

    /**/
    .wrap_swiper {
        width: 100%;
        height: 300px;
    }

        .wrap_swiper a {
            width: 100%;
            height: 100%;
        }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 20px;
    }


    /**/
    .wrap_div1 {
        width: 100%;
        margin: 40px auto 40px;
        padding: 0 20px;
        box-sizing: border-box;
    }

        .wrap_div1 a {
            width: 220px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 20px;
            color: #fff;
            background: #000;
            display: block;
            margin: 0 auto;
        }

        .wrap_div1 li {
            width: 100%;
            border: 1px solid #929292;
            box-sizing: border-box;
            margin-right: 0;
            margin-bottom: 20px;
            display: inline-block;
        }

            .wrap_div1 li:nth-child(2n) {
                margin-right: 0;
            }

            .wrap_div1 li img {
                width: 100%;
                height: auto;
            }

            .wrap_div1 li div {
                width: 100%;
                height: auto;
            }

                .wrap_div1 li div p {
                    display: inline-block;
                    font-size: 28px;
                    color: #000;
                    width: calc(100% - 120px);
                    line-height: 60px;
                    padding-bottom: 0;
                    border-bottom: 1px solid #fff;
                    margin-left: 26px;
                    margin-top: 26px;
                    vertical-align: top;
                    float: left;
                }

                .wrap_div1 li div a {
                    display: inline-block;
                    width: 60px;
                    height: 60px;
                    line-height: 60px;
                    text-align: center;
                    border-radius: 50%;
                    background: #000;
                    color: #fff;
                    font-size: 20px;
                    margin: 26px 26px 26px 0;
                    vertical-align: top;
                    float: right;
                }


    .wrap_div2 {
        width: 100%;
    }

        .wrap_div2 li {
            width: 100%;
            height: 720px;
            position: relative;
            margin-top: 20px;
        }

            .wrap_div2 li:first-child {
                margin-top: 0;
            }

            .wrap_div2 li div {
                width: 9rem;
                height: auto;
                padding: 0 70px;
                box-sizing: border-box;
                background: rgba(256,256,256,0.9);
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
            }

            .wrap_div2 li:nth-child(2n-1) div {
                position: absolute;
                left: calc(50%);
                top: 50%;
                transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
            }

            .wrap_div2 li:nth-child(2n) div {
                position: absolute;
                left: calc(50%);
                top: 50%;
                transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
            }

            .wrap_div2 li div .p1 {
                width: 100%;
                font-size: 14px;
                line-height: 1.8;
                color: #7f7f7f;
                margin-top: 48px;
            }

            .wrap_div2 li div .p2 {
                width: 100%;
                font-size: 36px;
                line-height: 1;
                color: #333333;
                padding-bottom: 22px;
                margin-top: 20px;
                position: relative;
            }

                .wrap_div2 li div .p2:after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 66px;
                    height: 2px;
                    background: #ccc;
                }

            .wrap_div2 li div .p3 {
                width: 100%;
                font-size: 14px;
                line-height: 1.8;
                color: #7f7f7f;
                margin-top: 28px;
                text-align: justify;
            }

            .wrap_div2 li div .p4 {
                width: 100%;
                font-size: 14px;
                line-height: 1.8;
                color: #7f7f7f;
                margin-top: 28px;
                text-align: justify;
            }

            .wrap_div2 li div .p5 {
                width: 150px;
                height: 56px;
                line-height: 56px;
                display: block;
                font-size: 16px;
                color: #fff;
                background: #6c6d6b;
                margin: 0 auto;
                margin-top: 36px;
                border-radius: 4px;
                text-align: center;
                margin-bottom: 48px;
            }


    .wrap_div3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .wrap_div3_bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        display: none;
    }

    .wrap_div3_div {
        width: 100%;
        height: auto;
        margin: 20px auto;
        padding: 0 20px;
        box-sizing: border-box;
        border-bottom: 4px solid #fff;
        position: relative;
        z-index: 3;
    }

    .wrap_div3_div_l {
        width: 100%;
        height: auto;
        background: rgba(256,256,256,0.9);
        display: inline-block;
        vertical-align: top;
        padding: 0;
        box-sizing: border-box;
        margin-bottom: 50px;
    }

        .wrap_div3_div_l img {
            width: auto;
            height: 24px;
            margin: 48px auto 48px;
            display: block;
        }

        .wrap_div3_div_l > div {
            width: 100%;
            height: 390px;
            overflow-x: hidden;
            overflow-y: auto;
            font-size: 16px;
            line-height: 1.8;
            color: #000;
        }

            .wrap_div3_div_l > div::-webkit-scrollbar {
                width: 6px;
                background-color: #F5F5F5;
            }

            .wrap_div3_div_l > div::-webkit-scrollbar-track {
                background-color: #fff;
            }

            .wrap_div3_div_l > div::-webkit-scrollbar-thumb {
                border-radius: 20px;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
                background-color: #555;
            }

    .wrap_div3_div_r {
        width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 0;
        box-sizing: border-box;
    }

        .wrap_div3_div_r input {
            width: 100%;
            height: 46px;
            border: 1px solid #777777;
            font-size: 14px;
            margin-bottom: 18px;
            text-indent: 15px;
            box-sizing: border-box;
        }

        .wrap_div3_div_r textarea {
            width: 100%;
            height: 190px;
            border: 1px solid #777777;
            font-size: 14px;
            margin-bottom: 18px;
            padding: 15px;
            box-sizing: border-box;
            outline: none;
            resize: none;
            box-sizing: border-box;
        }

        .wrap_div3_div_r .btn {
            width: 100%;
            height: 56px;
            line-height: 56px;
            text-align: center;
            background: #000;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
        }


    .wrap_div4 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    .wrap_div4_l {
        display: inline-block;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin-left: 0;
        margin-top: 45px;
        vertical-align: top;
    }

        .wrap_div4_l span {
            width: 100%;
            display: block;
            font-size: 12px;
            color: #929291;
            line-height: 1;
            margin-bottom: 20px;
        }

        .wrap_div4_l p {
            width: 100%;
            font-size: 38px;
            color: #333333;
            line-height: 1;
            position: relative;
            padding-bottom: 22px;
        }

            .wrap_div4_l p:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 55px;
                height: 2px;
                background: #b3b3b3;
            }

    .wrap_div4_r {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
    }

        .wrap_div4_r > p {
            width: 100%;
            margin-top: 60px;
            line-height: 1;
            font-size: 20px;
            text-align: center;
            margin-bottom: 20px;
        }

        .wrap_div4_r > div {
            width: 100%;
            margin-right: 0;
            font-size: 12px;
            line-height: 2;
            color: #7f7f7f;
            display: inline-block;
            vertical-align: top;
            position: relative;
            margin-bottom: 20px;
        }


    .wrap_div5 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

        .wrap_div5 a {
            width: 50%;
            height: 140px;
            display: inline-block;
            vertical-align: top;
            position: relative;
        }

            .wrap_div5 a p {
                position: absolute;
                left: 50%;
                transform: translate(-50%,0);
                -webkit-transform: translate(-50%,0);
            }

            .wrap_div5 a:nth-child(1) p {
                bottom: 0;
            }

            .wrap_div5 a:nth-child(2) p {
                bottom: 0;
            }

            .wrap_div5 a:nth-child(3) p {
                top: 0;
            }

            .wrap_div5 a:nth-child(4) p {
                top: 0;
            }

            .wrap_div5 a p.p1 {
                width: 70px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                background: #ffffff;
                color: #000;
                font-size: 16px;
            }

            .wrap_div5 a p.p2 {
                width: 70px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                background: #000;
                color: #fff;
                font-size: 16px;
            }


    .wrap_div6 {
        width: 100%;
        height: 500px;
        padding: 0 20px;
        box-sizing: border-box;
        display: inline-flex;
        display: -webkit-inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .wrap_div6 .p1 {
            width: 100%;
            text-align: center;
            line-height: 2;
            font-size: 34px;
            margin-bottom: 56px;
        }

        .wrap_div6 .p2 {
            width: 100%;
            text-align: center;
            line-height: 2;
            font-size: 16px;
            margin-bottom: 40px;
        }

        .wrap_div6 a {
            width: 224px;
            height: 42px;
            line-height: 42px;
            text-align: center;
            font-size: 16px;
            color: #000;
            border: 1px solid #000;
            margin-top: 30px;
        }


    .wrap_div7 {
        width: 100%;
        height: 510px;
        display: inline-flex;
        display: -webkit-inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .wrap_div7 span {
            font-size: 14px;
            color: #cccccc;
            line-height: 1;
            margin-bottom: 18px;
        }

        .wrap_div7 p {
            font-size: 32px;
            line-height: 1;
            color: #fff;
        }


    .wrap_div8 {
        width: 100%;
        height: auto;
        background: #f5f5f5;
        padding: 20px 20px;
        box-sizing: border-box;
        display: inline-flex;
        display: -webkit-inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .wrap_div8 div {
            width: 100%;
            font-size: 14px;
            color: #777777;
            margin: 0 42px;
            line-height: 1.8;
            text-align: justify;
            margin-bottom: 20px;
        }


    .wrap_div9 {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
        overflow: hidden;
    }

        .wrap_div9 .wrap_div9_title {
            width: 100%;
            padding-top: 65px;
            padding-bottom: 14px;
            line-height: 1;
            font-size: 26px;
            color: #000;
            margin-bottom: 20px;
            position: relative;
        }

            .wrap_div9 .wrap_div9_title:after {
                content: "";
                width: 100%;
                height: 2px;
                background: #000;
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 2;
            }

        .wrap_div9 a {
            width: 100%;
            border-bottom: 3px solid #000;
            margin: 50px 30px 50px 0;
            display: inline-block;
        }

            .wrap_div9 a:nth-child(3) {
                margin-right: 0;
            }

            .wrap_div9 a:nth-child(6) {
                margin-right: 0;
            }

            .wrap_div9 a img {
                width: 100%;
                height: 550px;
            }

            .wrap_div9 a p {
                line-height: 62px;
                font-size: 26px;
                color: #000;
            }

        .wrap_div9 s {
            width: 100%;
            height: 1px;
            background: #dadada;
            display: block;
        }

    .wrap_div9_btn {
        width: 100%;
        text-align: center;
        margin: 50px 0;
    }

        .wrap_div9_btn img {
            width: auto;
            height: 60px;
            margin: 0 5px;
            cursor: pointer;
        }


    .wrap_div10 {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 65px;
        padding-bottom: 65px;
        padding: 0 20px;
        box-sizing: border-box;
    }

        .wrap_div10 .wrap_div10_title {
            width: 100%;
            padding-top: 65px;
            padding-bottom: 20px;
            line-height: 1;
            font-size: 26px;
            color: #000;
            margin-bottom: 84px;
            position: relative;
        }

            .wrap_div10 .wrap_div10_title:after {
                content: "";
                width: 100%;
                height: 2px;
                background: #000;
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 2;
            }

        .wrap_div10 > div {
            width: 100%;
        }

            .wrap_div10 > div img {
                width: 100%;
                height: auto;
                display: inline-block;
                vertical-align: top;
                margin-right: 135px;
            }

    .wrap_div10_c {
        width: 100%;
        height: 440px;
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
        overflow: hidden;
    }

        .wrap_div10_c div {
            width: 100%;
            height: 60px;
            line-height: 57px;
            color: #333333;
            font-size: 30px;
            margin-bottom: 20px;
            border-bottom: 1px solid #efefef;
        }

        .wrap_div10_c span {
            width: 100%;
            display: block;
            font-size: 14px;
            line-height: 1;
            color: #000;
            padding-top: 6px;
            padding-bottom: 20px;
        }

        .wrap_div10_c p {
            width: 100%;
            display: block;
            line-height: 1;
            color: #777777;
            margin-bottom: 16px;
        }

            .wrap_div10_c p.p1 {
                font-size: 14px;
                position: relative;
                text-indent: 26px;
            }

                .wrap_div10_c p.p1:after {
                    content: "";
                    position: absolute;
                    left: 8px;
                    top: 50%;
                    transform: translate(0,-50%);
                    -webkit-transform: translate(0,-50%);
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background: #777777;
                }

            .wrap_div10_c p.p2 {
                font-size: 13px;
                text-indent: 10px;
            }

    .wrap_div10_r {
        width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .wrap_div10_r > div {
            width: 100%;
            font-size: 14px;
            color: #777777;
            line-height: 1;
            padding: 12px 24px 20px 8px;
            box-sizing: border-box;
            border-bottom: 1px dashed #efefef;
        }

        .wrap_div10_r > li {
            width: 100%;
        }

            .wrap_div10_r > li p {
                width: 100%;
                height: 36px;
                line-height: 36px;
                font-size: 14px;
                color: #777777;
                border-bottom: 1px dashed #efefef;
                padding-left: 8px;
                padding-right: 24px;
                box-sizing: border-box;
                cursor: pointer;
                display: inline-flex;
                display: -webkit-inline-flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }

            .wrap_div10_r > li > div {
                display: none;
            }

            .wrap_div10_r > li.active > div {
                display: block;
            }

            .wrap_div10_r > li > div p {
                padding-left: 38px;
                position: relative;
            }

                .wrap_div10_r > li > div p:after {
                    content: "";
                    width: 18px;
                    height: 2px;
                    background: #e4e4e4;
                    position: absolute;
                    left: 9px;
                    top: 50%;
                    transform: translate(0,-50%);
                    -webkit-transform: translate(0,-50%);
                }


    .wrap_div11 {
        width: 100%;
        height: auto;
        padding: 20px 0;
        background: #f1f1f1;
        text-align: center;
    }

        .wrap_div11 li {
            width: 23%;
            margin: 3%;
            vertical-align: middle;
            display: inline-block;
        }

            .wrap_div11 li img {
                width: 100%;
            }

            .wrap_div11 li p {
                width: 100%;
                line-height: 1;
                font-size: 20px;
                color: #797979;
                margin-top: 20px;
            }


    .wrap_div12 {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        padding: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        box-sizing: border-box;
    }

    .wrap_div12_t {
        width: 100%;
    }

        .wrap_div12_t li {
            width: 32%;
            height: 50px;
            line-height: 50px;
            text-align: center;
            border-radius: 6px 6px 0 0;
            margin-right: 2%;
            font-size: 16px;
            background: #2a2a2a;
            color: #fff;
            display: inline-block;
            cursor: pointer;
        }

            .wrap_div12_t li:last-child {
                margin: 0;
            }

            .wrap_div12_t li.active {
                background: #f8f8f8;
                color: #2a2a2a;
            }

    .wrap_div12_b {
        width: 100%;
    }

        .wrap_div12_b li {
            width: 100%;
            display: none;
        }

            .wrap_div12_b li.active {
                display: block;
            }


    .wrap_div13 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
        overflow: hidden;
    }

    .wrap_div13_title {
        width: 100%;
        font-size: 30px;
        line-height: 1;
        padding-bottom: 60px;
    }

    .wrap_div13_div {
        width: 100%;
        padding-bottom: 26px;
        border-bottom: 2px solid #505050;
    }

        .wrap_div13_div a {
            width: 100%;
            height: auto;
            display: inline-block;
            margin-right: 0;
        }

            .wrap_div13_div a:nth-child(3n) {
                margin-right: 0;
            }

        .wrap_div13_div p {
            width: 100%;
            text-align: center;
            font-size: 18px;
            line-height: 1;
            margin-top: 36px;
            margin-bottom: 36px;
        }

    .wrap_div13 > a {
        width: 220px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        border: 1px solid #272727;
        display: block;
        margin: 55px auto;
    }


    .wrap_div14 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
        overflow: hidden;
    }

    .wrap_div14_t {
        width: 100%;
        padding: 35px 0;
        overflow-x: auto;
        white-space: nowrap;
    }

        .wrap_div14_t li {
            width: auto;
            padding-right: 50px;
            display: inline-block;
            vertical-align: top;
            line-height: 1;
            font-size: 22px;
            padding-bottom: 15px;
            margin-right: 30px;
            position: relative;
            cursor: pointer;
        }

    .wrap_div14_t {
        width: 100%;
    }

    .wrap_div14_c a {
        width: 100%;
        position: relative;
        padding-top: 54px;
    }

        .wrap_div14_c a:first-child {
            padding-top: 0;
        }

        .wrap_div14_c a img {
            width: 100%;
        }

        .wrap_div14_c a div {
            width: 4rem;
            height: 80px;
            border: 1px solid #d3d3d3;
            background: #fff;
            padding-left: 10px;
            padding-right: 10px;
            box-sizing: border-box;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 3;
        }

            .wrap_div14_c a div p {
                width: 100%;
                font-size: 20px;
                line-height: 1;
                color: #000;
                padding-top: 16px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .wrap_div14_c a div span {
                width: 100%;
                display: block;
                line-height: 1;
                font-size: 12px;
                color: #000;
                padding-top: 12px;
            }

    .wrap_div14_btn {
        width: 100%;
        text-align: center;
        margin: 50px 0;
    }

        .wrap_div14_btn img {
            width: auto;
            height: 60px;
            margin: 0 5px;
            cursor: pointer;
        }


    .wrap_div15 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
        overflow: hidden;
    }

    .wrap_div15_t1 {
        width: 375px;
        font-size: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #fff;
    }

    .wrap_div15_t2 {
        width: 100%;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #000;
        color: #fff;
        font-size: 18px;
    }

    .wrap_div15_content {
        width: 100%;
        padding-bottom: 0;
        font-size: 16px;
        color: #4d4d4d;
        line-height: 1.8;
    }

        .wrap_div15_content > img {
            width: 100%;
        }

    .wrap_div15 > a {
        width: 220px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        border: 1px solid #272727;
        display: block;
        margin: 45px auto;
    }


    .wrap_div16 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        min-width: 100%;
        margin: 0 auto 25px;
        overflow: hidden;
    }

    .wrap_div16_title {
        width: 100%;
        margin: 50px auto;
        font-size: 28px;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 2px solid #000;
    }

    .wrap_div16 > a {
        width: 100%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #000;
        color: #fff;
        font-size: 20px;
        margin: 30px auto 0;
        display: block;
    }

    .wrap_div16_div1 {
        width: 100%;
        margin: 0 auto;
    }

        .wrap_div16_div1 a {
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px;
            border: 1px solid #e2e2e2;
            box-sizing: border-box;
        }

            .wrap_div16_div1 a:nth-child(2n) {
                margin-right: 0;
            }

            .wrap_div16_div1 a > div {
                width: 100%;
                height: 70px;
                padding: 0 12px;
                box-sizing: border-box;
                display: inline-flex;
                display: -webkit-inline-flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                position: relative;
            }

                .wrap_div16_div1 a > div span {
                    display: block;
                    width: 60px;
                    height: 24px;
                    line-height: 24px;
                    text-align: center;
                    font-size: 10px;
                    border: 1px solid #a3a3a3;
                    color: #a3a3a3;
                }

                .wrap_div16_div1 a > div p {
                    width: 56.5%;
                    font-size: 20px;
                    color: #000;
                    margin-left: 13px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                .wrap_div16_div1 a > div s {
                    font-size: 12px;
                    position: absolute;
                    right: 12px;
                    top: 50%;
                    color: #666666;
                    transform: translate(0,-50%);
                    -webkit-transform: translate(0,-50%);
                    text-decoration: none;
                }

    .wrap_div16_div2 {
        width: 100%;
        margin: 0 auto;
    }

        .wrap_div16_div2 a {
            width: 100%;
            margin-right: 0;
            margin-bottom: 0;
            border: 1px solid #e2e2e2;
            box-sizing: border-box;
        }

            .wrap_div16_div2 a:nth-child(3n) {
                margin-right: 0;
            }

            .wrap_div16_div2 a > div {
                width: 100%;
                padding: 20px;
                box-sizing: border-box;
            }

                .wrap_div16_div2 a > div span {
                    display: block;
                    width: 100%;
                    line-height: 1;
                    font-size: 20px;
                    padding-bottom: 24px;
                    margin-bottom: 24px;
                    color: #000;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    position: relative;
                }

                    .wrap_div16_div2 a > div span:after {
                        content: "";
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 110px;
                        height: 1px;
                        background: #cccccc;
                    }

                .wrap_div16_div2 a > div p {
                    width: 100%;
                    font-size: 14px;
                    line-height: 1;
                    color: #666666;
                }

    .wrap_div16_div3 {
        width: 100%;
        margin: 0 auto;
    }

    .wrap_div16_div3_banner {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }

    .wrap_div16_div3 a {
        width: 100%;
        margin: 0 auto 30px;
        display: block;
    }

        .wrap_div16_div3 a:last-child {
            margin-bottom: 0;
        }

    .wrap_div16_div3_l {
        width: 100px;
        height: 60px;
        padding-right: 15px;
        border-right: 2px solid #e1e1e1;
        vertical-align: top;
        box-sizing: border-box;
        display: inline-flex;
        display: -webkit-inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .wrap_div16_div3_l span {
            width: 100%;
            display: inline-block;
            line-height: 1;
            font-size: 26px;
            text-align: right;
            margin-bottom: 10px;
        }

        .wrap_div16_div3_l p {
            width: 100%;
            line-height: 1;
            font-size: 12px;
            text-align: right;
        }

    .wrap_div16_div3_r {
        width: calc(100% - 100px);
        height: 60px;
        line-height: 60px;
        padding-left: 15px;
        box-sizing: border-box;
        font-size: 24px;
        color: #000;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


    .wrap_div17 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
        position: relative;
    }

        .wrap_div17 > p {
            width: 80%;
            font-size: 20px;
            line-height: 1;
            padding-top: 50px;
            padding-bottom: 20px;
            margin-bottom: 25px;
            border-bottom: 2px solid #000000;
        }

        .wrap_div17 > span {
            width: 100%;
            display: block;
            font-size: 16px;
            color: #666666;
            line-height: 1;
            padding-bottom: 20px;
            border-bottom: 1px solid #b5b5b5;
        }

        .wrap_div17 > a {
            font-size: 20px;
            color: #000;
            line-height: 1;
            position: absolute;
            top: 86px;
            right: 20px;
            z-index: 3;
        }

    .wrap_div17_content {
        width: 100%;
        padding: 30px 0;
        border-bottom: 1px solid #000;
        font-size: 14px;
        color: #4d4d4d;
        line-height: 1.8;
    }

        .wrap_div17_content > img {
            width: 100%;
        }

    .wrap_div17_div {
        width: 100%;
        padding-top: 36px;
        padding-bottom: 30px;
    }

        .wrap_div17_div a {
            width: 100%;
            font-size: 0.35rem;
            color: #000;
            line-height: 1;
            margin-bottom: 36px;
        }


    .wrap_div18 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
        position: relative;
    }

    .wrap_div18_title {
        width: 100%;
        line-height: 1;
        font-size: 29px;
        color: #000;
        border-bottom: 2px solid #000;
        padding-top: 50px;
        padding-bottom: 18px;
        margin-left: 0;
        margin-bottom: 50px;
    }

    .wrap_div18 a {
        width: 100%;
        margin-bottom: 50px;
    }

    .wrap_div18_div {
        width: 100%;
        height: 84px;
        padding: 35px 0;
        background: #e5e7ea;
    }

    .wrap_div18_div_l {
        width: 40%;
        height: 100%;
        font-size: 16px;
        padding-right: 20px;
        box-sizing: border-box;
        color: #000;
        border-right: 1px solid #000;
        display: inline-flex;
        display: -webkit-inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        vertical-align: top;
    }

    .wrap_div18_div_r {
        width: 60%;
        height: 100%;
        padding-left: 20px;
        box-sizing: border-box;
        display: inline-flex;
        display: -webkit-inline-flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        vertical-align: top;
    }

        .wrap_div18_div_r p {
            width: 100%;
            line-height: 1;
            font-size: 12px;
            color: #000;
        }



    .wrap_div19 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
        position: relative;
    }

    .wrap_div19_title {
        width: 100%;
        line-height: 1;
        font-size: 22px;
        color: #808080;
        border-bottom: 2px solid #000;
        padding-top: 30px;
        padding-bottom: 18px;
        margin-left: 0;
        margin-bottom: 30px;
    }

        .wrap_div19_title font {
            color: #000;
        }

    .wrap_div19_div {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
        border: 1px solid #e2e2e2;
        box-sizing: border-box;
    }

        .wrap_div19_div > img {
            width: 100%;
            height: auto;
            display: inline-block;
        }

    .wrap_div19_div_r {
        width: calc(100%);
        height: auto;
        display: inline-block;
        padding-left: 20px;
        padding-top: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        vertical-align: top;
    }

        .wrap_div19_div_r span {
            width: 100%;
            display: block;
            line-height: 1;
            font-size: 34px;
            padding-bottom: 6px;
            color: #000;
        }

        .wrap_div19_div_r p {
            width: 100%;
            line-height: 1.6;
            padding-top: 10px;
            font-size: 17px;
            color: #000;
        }

            .wrap_div19_div_r p.p1 {
                height: 110px;
                overflow: hidden;
                display: -webkit-box;
                text-overflow: ellipsis;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
            }

    .wrap_div19_content {
        width: 100%;
    }

        .wrap_div19_content img {
            width: 100%;
            margin-bottom: 40px;
        }

    .wrap_div19_div_r div {
        width: 100%;
        margin-top: 40px;
    }

    .wrap_div19_div_r a {
        width: 154px;
        height: 47px;
        vertical-align: top;
        margin-left: 10px;
    }

        .wrap_div19_div_r a:first-child {
            margin: 0;
        }

        .wrap_div19_div_r a.back {
            text-align: center;
            line-height: 47px;
            font-size: 17px;
            color: #fff;
            background: #000;
            margin-left: 0;
            display: block;
            margin: 20px 0;
        }


    .wrap_div20 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
        position: relative;
    }

    .wrap_div20_title {
        width: 100%;
        line-height: 1;
        font-size: 29px;
        color: #000;
        border-bottom: 2px solid #000;
        padding-top: 50px;
        padding-bottom: 18px;
        margin-left: 0;
        margin-bottom: 50px;
    }

    .wrap_div20_t {
        width: 100%;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 50px;
    }

        .wrap_div20_t ul {
            width: 100%;
            overflow-x: auto;
            white-space: nowrap;
        }

            .wrap_div20_t ul::-webkit-scrollbar {
                height: 0;
                background-color: #F5F5F5;
            }

            .wrap_div20_t ul::-webkit-scrollbar-track {
                background-color: #fff;
            }

            .wrap_div20_t ul::-webkit-scrollbar-thumb {
                border-radius: 6px;
                -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
                background-color: #555;
            }

        .wrap_div20_t li {
            width: 200px;
            height: 84px;
            line-height: 84px;
            text-align: center;
            border-right: 1px solid #e5e5e5;
            color: #808080;
            font-size: 24px;
            display: inline-block;
            vertical-align: top;
            cursor: pointer;
            position: relative;
        }

            .wrap_div20_t li:after {
                content: "";
                width: 1px;
                height: 46%;
                background: #fff;
                position: absolute;
                right: -1px;
                top: 50%;
                transform: translate(0,-50%);
                -webkit-transform: translate(0,-50%);
            }

            .wrap_div20_t li.active {
                color: #000000;
            }

                .wrap_div20_t li.active:before {
                    content: "";
                    width: 0;
                    height: 0;
                    border: 10px solid;
                    border-color: transparent transparent #000;
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    transform: translate(-50%,0);
                    -webkit-transform: translate(-50%,0);
                }

    .wrap_div20_t_btn {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        display: none;
    }

        .wrap_div20_t_btn img {
            width: auto;
            height: 22px;
            cursor: pointer;
            padding: 20px 10px;
            margin: 0 10px;
        }

    .wrap_div20_b {
        width: 100%;
        margin-bottom: 100px;
    }

        .wrap_div20_b li {
            width: 100%;
            display: none;
        }

            .wrap_div20_b li.active {
                display: block;
            }

        .wrap_div20_b img {
            float: left;
            width: 100%;
            height: auto;
        }

    .wrap_div20_b_l {
        float: left;
        width: calc(100%);
        height: auto;
        padding-right: 0;
        padding-left: 0;
        box-sizing: border-box;
        margin-top: 30px;
    }

        .wrap_div20_b_l .d1 {
            width: 100%;
            height: 82px;
            display: inline-flex;
            display: -webkit-inline-flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }

            .wrap_div20_b_l .d1:after {
                content: "";
                position: absolute;
                top: 0;
                left: -20px;
                width: 2px;
                height: 100%;
                background: #000;
                display: none;
            }

            .wrap_div20_b_l .d1 span {
                width: 100%;
                font-size: 24px;
                color: #808080;
                line-height: 1;
            }

            .wrap_div20_b_l .d1 p {
                width: 100%;
                font-size: 34px;
                line-height: 1;
                color: #000;
                display: inline-flex;
                display: -webkit-inline-flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }

        .wrap_div20_b_l .d2 {
            width: 100%;
            height: 360px;
            margin-top: 24px;
            font-size: 18px;
            color: #4d4d4d;
            line-height: 1.6;
            overflow-x: hidden;
            overflow-y: auto;
        }

            .wrap_div20_b_l .d2::-webkit-scrollbar {
                width: 4px;
                background-color: #F5F5F5;
            }

            .wrap_div20_b_l .d2::-webkit-scrollbar-track {
                background-color: #fff;
            }

            .wrap_div20_b_l .d2::-webkit-scrollbar-thumb {
                border-radius: 50px;
                -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
                background-color: #555;
            }

        .wrap_div20_b_l .d3 {
            width: 100%;
            margin-top: 20px;
            font-size: 18px;
            color: #4d4d4d;
            line-height: 1;
        }

        .wrap_div20_b_l .d4 {
            width: 100%;
            margin-top: 24px;
        }

            .wrap_div20_b_l .d4 a {
                width: 154px;
                height: 42px;
                line-height: 42px;
                font-size: 18px;
                text-align: center;
                background: #000;
                color: #fff;
                float: left;
            }

            .wrap_div20_b_l .d4 p {
                width: 100%;
                font-size: 14px;
                float: right;
                margin-top: 22px;
                text-align: left;
            }


    .wrap_div21 {
        width: 100%;
        margin: 0 auto 40px;
        padding: 0 20px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }

    .wrap_div21_title {
        width: 100%;
        line-height: 1;
        font-size: 29px;
        color: #000;
        border-bottom: 2px solid #000;
        padding-top: 50px;
        padding-bottom: 18px;
        margin-left: 0;
        margin-bottom: 50px;
    }

    .wrap_div21_div {
        width: 100%;
    }

        .wrap_div21_div li {
            width: 100%;
            border: 1px solid #e5e5e5;
            box-sizing: border-box;
            position: relative;
            margin-bottom: 40px;
        }

            .wrap_div21_div li span {
                width: 130px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                font-size: 16px;
                color: #000;
                display: inline-block;
                vertical-align: top;
            }

            .wrap_div21_div li p {
                width: calc(100% - 200px);
                height: 50px;
                line-height: 50px;
                text-align: left;
                padding: 0 15px;
                font-size: 16px;
                color: #000;
                border-left: 1px solid #e5e5e5;
                border-right: 1px solid #e5e5e5;
                box-sizing: border-box;
                display: inline-block;
                vertical-align: top;
                position: relative;
            }

                .wrap_div21_div li p:after {
                    content: "";
                    width: 1px;
                    height: 46%;
                    background: #fff;
                    position: absolute;
                    right: -1px;
                    top: 50%;
                    transform: translate(0,-50%);
                    -webkit-transform: translate(0,-50%);
                }

                .wrap_div21_div li p:before {
                    content: "";
                    width: 1px;
                    height: 46%;
                    background: #fff;
                    position: absolute;
                    left: -1px;
                    top: 50%;
                    transform: translate(0,-50%);
                    -webkit-transform: translate(0,-50%);
                }

            .wrap_div21_div li a {
                width: 70px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                font-size: 16px;
                color: #000;
                display: inline-block;
                vertical-align: top;
            }


    .wrap_div22 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .wrap_div22_title {
        width: 100%;
        line-height: 1;
        font-size: 29px;
        color: #000;
        border-bottom: 2px solid #000;
        padding-top: 50px;
        padding-bottom: 18px;
        margin-left: 0;
        margin-bottom: 80px;
    }

    .wrap_div22_div {
        width: 100%;
        box-sizing: border-box;
    }

        .wrap_div22_div > img {
            float: left;
            width: 100%;
            height: auto;
        }

    .wrap_div22_div_r {
        float: left;
        width: calc(100%);
        height: auto;
        vertical-align: top;
        padding-right: 0;
        box-sizing: border-box;
    }

        .wrap_div22_div_r > img {
            width: auto;
            height: 30px;
            padding-top: 38px;
        }

        .wrap_div22_div_r > p {
            width: 100%;
            line-height: 1;
            font-size: 20px;
            padding-top: 55px;
            padding-bottom: 65px;
        }

        .wrap_div22_div_r > div {
            width: 100%;
            height: auto;
            font-size: 18px;
            color: #4d4d4d;
            line-height: 1.6;
            overflow-y: auto;
            overflow-x: hidden;
        }

            .wrap_div22_div_r > div::-webkit-scrollbar {
                width: 6px;
                background-color: #F5F5F5;
            }

            .wrap_div22_div_r > div::-webkit-scrollbar-track {
                background-color: #fff;
            }

            .wrap_div22_div_r > div::-webkit-scrollbar-thumb {
                border-radius: 20px;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
                background-color: #555;
            }

    .wrap_div22_div_b {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-flex;
        display: -webkit-inline-flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

        .wrap_div22_div_b li {
            width: 100%;
            max-width: 100%;
            margin: 10px 0;
            display: inline-flex;
            display: -webkit-inline-flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
        }

            .wrap_div22_div_b li img {
                width: 50px;
                height: auto;
                margin-right: 20px;
            }

            .wrap_div22_div_b li p {
                width: calc(100% - 70px);
                font-size: 18px;
                line-height: 1;
                margin-top: 0;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }


    .wrap_div23 {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .wrap_div23_img {
        width: 100%;
        font-size: 0;
        margin-bottom: 36px;
    }

    .wrap_div23_img2 {
        width: 100%;
        margin: 0 auto 25px;
        font-size: 0;
    }

    .wrap_div23_div1 {
        width: 100%;
        margin: 0 auto 25px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .wrap_div23_div1_l {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

        .wrap_div23_div1_l p {
            font-size: 30px;
            line-height: 1;
        }

    .wrap_div23_div1_r {
        width: calc(100%);
        display: inline-block;
        vertical-align: top;
    }

        .wrap_div23_div1_r p.p1 {
            width: 100%;
            font-size: 15px;
            line-height: 2;
            color: #4d4d4d;
            text-align: justify;
        }

        .wrap_div23_div1_r p.p2 {
            width: 100%;
            font-size: 15px;
            line-height: 2;
            color: #4d4d4d;
            text-align: justify;
            display: inline-block;
            vertical-align: top;
            margin-right: 65px;
        }

            .wrap_div23_div1_r p.p2:last-child {
                margin-right: 0;
            }


    .wrap_div24 {
        width: 100%;
        position: relative;
        overflow: hidden;
        padding-top: 30px;
    }

    .wrap_div24_title {
        width: 100%;
        margin-bottom: 26px;
        position: relative;
        overflow: hidden;
    }

        .wrap_div24_title:after {
            content: "";
            position: absolute;
            width: 52px;
            height: 2px;
            background: #ececec;
            left: 50%;
            bottom: 0;
            transform: translate(-50%,0);
            -webkit-transform: translate(-50%,0);
        }

        .wrap_div24_title span {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 36px;
            color: #333333;
            line-height: 1;
            margin-bottom: 27px;
        }

        .wrap_div24_title p {
            width: 100%;
            font-size: 12px;
            color: #6c6d6b;
            text-align: center;
            margin-bottom: 26px;
        }

    .wrap_div24_div {
        width: 100%;
        padding: 70px calc((100% - 1120px) / 2) 15px;
        box-sizing: border-box;
        padding: 0 20px;
        box-sizing: border-box;
        background: #f5f5f5;
        overflow: hidden;
    }

        .wrap_div24_div > li {
            width: 48%;
            margin-right: 4%;
            margin-bottom: 4%;
            display: inline-block;
            vertical-align: top;
        }

            .wrap_div24_div > li:nth-child(5n) {
                margin-right: 4%;
            }

            .wrap_div24_div > li:nth-child(2n) {
                margin-right: 0;
            }

        .wrap_div24_div li img {
            width: 100%;
        }

        .wrap_div24_div li p {
            width: 100%;
            font-size: 16px;
            line-height: 1;
            margin-top: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }


    .wrap_div25 {
        width: 100%;
        margin: 0 auto;
        padding-top: 40px;
        position: relative;
        overflow: hidden;
    }

    .wrap_div25_map {
        width: 90%;
        height: 340px;
        margin: 0 auto -550px;
        position: relative;
        z-index: 3;
        background: #ddd;
    }

        .wrap_div25_map > div {
            width: 100%;
            height: 300px;
        }

        .wrap_div25_map > p {
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            text-align: center;
            background: #000;
            color: #fff;
        }

    .amap-info-content {
        padding: 17px 14px;
    }

    .map_text {
        width: 200px;
        font-size: 14px;
        line-height: 1.6;
        color: #808080;
    }

        .map_text.c1 {
            color: #000;
        }

    .map_img {
        width: 200px;
    }

        .map_img img {
            width: 100%;
        }

    .wrap_div25_div {
        width: 100%;
        height: 1280px;
        position: relative;
    }

    .wrap_div25_div_d1 {
        width: 90%;
        position: absolute;
        bottom: 13%;
        right: 5%;
    }

        .wrap_div25_div_d1 input {
            width: 100%;
            height: 46px;
            border: 1px solid #777777;
            font-size: 14px;
            margin-bottom: 18px;
            text-indent: 15px;
            background: #fff;
        }

        .wrap_div25_div_d1 textarea {
            width: 100%;
            height: 190px;
            border: 1px solid #777777;
            background: #fff;
            font-size: 14px;
            margin-bottom: 18px;
            padding: 15px;
            box-sizing: border-box;
            outline: none;
            resize: none;
        }

        .wrap_div25_div_d1 .btn {
            width: 100%;
            height: 56px;
            line-height: 56px;
            text-align: center;
            background: #fff;
            color: #000;
            font-size: 16px;
            cursor: pointer;
        }
}
