﻿@charset "utf-8";

.content-01 {
    padding: 275px 0px 185px 0;
}

    .content-01 .left,
    .content-01 .right {
        width: 50%;
        display: table;
    }

        .content-01 .left b {
            display: block;
            height: 340px;
        }

    .content-01 .right {
        background: #fff;
        padding: 0 55px;
    }

        .content-01 .right > div {
            display: table-cell;
            vertical-align: middle;
        }

            .content-01 .right > div .tit {
                font-size: 24px;
                color: #000;
                margin-bottom: 5px;
            }

            .content-01 .right > div .subtit {
                font-size: 13px;
                color: #999;
                text-transform: uppercase;
            }

            .content-01 .right > div .ms {
                line-height: 24px;
                font-size: 13px;
                margin-top: 20px;
                padding-bottom: 25px;
                border-bottom: 1px solid #eee;
                max-height: 100px;
                overflow: hidden;
            }

            .content-01 .right > div a {
                width: 110px;
                height: 35px;
                line-height: 33px;
                text-align: center;
                display: block;
                font-size: 12px;
                text-transform: uppercase;
                margin-top: 30px;
            }

                .content-01 .right > div a:hover {
                    color: #fff;
                }

@media screen and (max-width: 1200px) {
    .content-01 {
        padding: 13% 5px;
    }
}

@media screen and (max-width: 1024px) {
    .content-01 .right {
        padding: 0px 30px;
    }
}

@media screen and (max-width: 768px) {
    .content-01 .left,
    .content-01 .right {
        width: 100%;
    }

        .content-01 .left b {
            height: auto;
            padding-top: 67%;
        }

    .content-01 .right {
        height: auto !important;
        padding: 15px;
    }

        .content-01 .right > div .tit {
            font-size: 16px;
        }

        .content-01 .right > div .ms {
            height: auto;
            max-height: inherit;
            margin-top: 10px;
            line-height: 22px;
            padding-bottom: 15px;
        }

        .content-01 .right > div a {
            margin-top: 15px;
        }
}

@media screen and (max-width: 640px) {
    .content-01 .right > div a {
        width: 100%;
    }
}

section.content-02 {
    padding: 0;
}

.content-02 > div {
    width: 50%;
    float: left;
}

.content-02 .left b {
    display: block;
    padding: 450px 0;
}

.content-02 .right {
    padding-left: 70px;
    display: table;
}

    .content-02 .right > div {
        display: table-cell;
        vertical-align: middle;
    }

    .content-02 .right h2 {
        color: #000;
    }

    .content-02 .right h6 {
        color: #999;
        text-transform: uppercase;
        margin-top: 5px;
    }

    .content-02 .right .contxt {
        line-height: 24px;
        max-width: 530px;
        border-bottom: 1px solid #eee;
        padding-bottom: 50px;
        margin-top: 20px;
    }

    .content-02 .right a {
        width: 110px;
        height: 35px;
        display: block;
        text-align: center;
        line-height: 35px;
        border-radius: 30px;
        margin-top: 60px;
    }

@media screen and (max-width: 1024px) {
    .content-02 .left b {
        padding-top: 66%;
        padding-bottom: 0;
    }

    .content-02 .right {
        padding-left: 30px;
        padding-right: 15px;
    }

        .content-02 .right .contxt {
            padding-bottom: 20px;
            margin-top: 10px;
            max-width: inherit;
        }

        .content-02 .right a {
            margin-top: 20px;
        }
}

@media screen and (max-width: 769px) {
    .content-02 > div {
        width: 100%;
        float: none;
    }

    .content-02 .right {
        padding: 15px;
        height: auto !important;
        padding-bottom: 40px;
    }

        .content-02 .right h2 {
            font-size: 16px;
        }
}

.content-03 .w1200 > div {
    width: 50%;
    float: left;
    position: relative;
}

.content-03 .left {
    overflow: hidden;
    padding-top: 30%;
}

.content-03 .right {
    padding-left: 70px;
    display: table;
}

    .content-03 .right > div {
        display: table-cell;
        vertical-align: middle;
    }

    .content-03 .right h2 {
        color: #000;
    }

    .content-03 .right h6 {
        color: #999;
        text-transform: uppercase;
        margin-top: 5px;
    }

    .content-03 .right .contxt {
        line-height: 24px;
        max-width: 530px;
        border-bottom: 1px solid #eee;
        padding-bottom: 50px;
        margin-top: 20px;
    }

    .content-03 .right a {
        width: 110px;
        height: 35px;
        display: block;
        text-align: center;
        line-height: 35px;
        border-radius: 30px;
        margin-top: 60px;
    }

@media screen and (max-width: 1024px) {
    .content-03 .right {
        padding-left: 30px;
        padding-right: 15px;
    }

        .content-03 .right .contxt {
            padding-bottom: 20px;
            margin-top: 10px;
        }

        .content-03 .right a {
            margin-top: 20px;
        }
}

@media screen and (max-width: 768px) {
    .content-03 .w1200 > div {
        width: 100%;
        padding: 0px 15px;
        height: auto !important;
        padding-bottom: 40px;
    }

    .content-03 .w1200 .left {
        padding-top: 55%;
        margin-bottom: 15px;
    }

    .content-03 .right h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .content-03 > div {
        width: 100%;
        float: none;
    }

    .content-03 .right {
        padding: 15px;
        height: auto !important;
    }
}

.content-04 {
    padding: 275px 0px 185px 0;
}

    .content-04 .left,
    .content-04 .right {
        width: 50%;
        display: table;
    }

    .content-04 .left {
        position: relative;
        padding-top: 30%;
    }

    .content-04 .right {
        background: #fff;
        padding: 0 55px;
    }

        .content-04 .right > div {
            display: table-cell;
            vertical-align: middle;
        }

            .content-04 .right > div .tit {
                font-size: 24px;
                color: #000;
            }

            .content-04 .right > div .subtit {
                font-size: 13px;
                color: #999;
                text-transform: uppercase;
            }

            .content-04 .right > div .ms {
                line-height: 24px;
                font-size: 13px;
                margin-top: 20px;
                padding-bottom: 25px;
                border-bottom: 1px solid #eee;
                max-height: 100px;
                overflow: hidden;
            }

            .content-04 .right > div a {
                color: #000;
                font-size: 12px;
                text-transform: uppercase;
                margin-top: 30px;
                display: block;
            }

@media screen and (max-width: 1200px) {
    .content-04 {
        padding: 10% 5px;
    }
}

@media screen and (max-width: 1024px) {
    .content-04 .right {
        padding: 0px 30px;
    }
}

@media screen and (max-width: 768px) {
    .content-04 .left,
    .content-04 .right {
        width: 100%;
    }

    .content-04 .left {
        padding-top: 55%;
    }

    .content-04 .right {
        height: auto !important;
        padding: 15px;
    }

        .content-04 .right > div .ms {
            height: auto;
            max-height: inherit;
            margin-top: 15px;
            padding-bottom: 15px;
        }

        .content-04 .right > div .tit {
            font-size: 16px;
        }

        .content-04 .right > div a {
            margin-top: 15px;
        }
}
/*从06开始*/
.list-01 {
    margin: 0px -7.5px;
}

    .list-01 h6 {
        text-transform: uppercase;
    }

    .list-01 .list {
        padding: 0px 7.5px;
        float: left;
        width: 33.33%;
        text-align: center;
        margin-bottom: 15px;
    }

        .list-01 .list .img {
            overflow: hidden;
        }

            .list-01 .list .img a {
                position: relative;
                display: block;
                padding-top: 55%;
                overflow: hidden;
            }

                .list-01 .list .img a b {
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                }

        .list-01 .list .con {
            border: 1px solid #eee;
            border-top: none;
            padding: 25px 10px;
            border-bottom: 2px solid #eee;
            position: relative;
            background: #fff;
        }

            .list-01 .list .con:after {
                position: absolute;
                height: 2px;
                width: 0;
                left: 50%;
                -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
                content: '';
                bottom: -2px;
                transition: 300ms ease-out;
                -webkit-transition: 300ms ease-out;
                -ms-transition: 300ms ease-out;
                -moz-transition: 300ms ease-out;
                -o-transition: 300ms ease-out;
            }

            .list-01 .list .con .tit {
                color: #222;
                font-size: 16px;
                margin-bottom: 20px;
                padding: 0px 15px;
            }

                .list-01 .list .con .tit a {
                    color: #222;
                }

            .list-01 .list .con .line {
                width: 40px;
                height: 1px;
                background: #eee;
                margin: 0 auto;
            }

            .list-01 .list .con .ms {
                color: #999;
                line-height: 24px;
                height: 50px;
                overflow: hidden;
                padding: 0px 25px;
                margin-top: 15px;
            }

        .list-01 .list:hover .con:after {
            width: 100%;
        }

@media screen and (max-width: 1200px) {
    .list-01 {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .list-01 .list .con {
        padding: 20px 0;
    }

        .list-01 .list .con .tit {
            margin-bottom: 10px;
        }

        .list-01 .list .con .ms {
            margin-top: 10px;
        }
}

@media screen and (max-width: 640px) {
    .list-01 .list {
        width: 100%;
        margin-bottom: 15px;
    }

        .list-01 .list .con .tit {
            height: auto;
            overflow: auto;
            white-space: inherit;
        }

        .list-01 .list .con .ms {
            height: auto;
        }
}

.list-02 {
    color: #000;
    margin: 0px -10px;
}

    .list-02 h6 {
        color: #999;
        text-transform: uppercase;
    }

    .list-02 .list {
        width: 33.33%;
        float: left;
        padding: 0px 10px;
        margin-bottom: 20px;
    }

        .list-02 .list .box {
            border: 1px solid #eee;
            position: relative;
        }

            .list-02 .list .box .img {
                position: relative;
                overflow: hidden;
                border-bottom: 1px solid #eee;
            }

                .list-02 .list .box .img a {
                    position: relative;
                    overflow: hidden;
                    padding-top: 56%;
                    display: block;
                }

                    .list-02 .list .box .img a b {
                        display: block;
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                    }

            .list-02 .list .box .con {
                padding: 30px 10px;
                background: #fff;
                height: 78px;
            }

                .list-02 .list .box .con .tit a {
                    font-size: 16px;
                    color: #000;
                }

                .list-02 .list .box .con .tit02 {
                    color: #999;
                }

    .list-02 > a {
        width: 180px;
        height: 50px;
        display: block;
        margin: 0 auto;
        line-height: 48px;
        color: #333;
        font-size: 16px;
        text-align: center;
        border-radius: 30px;
        margin-top: 20px;
    }

        .list-02 > a:hover {
            color: #fff;
        }

@media screen and (max-width: 1200px) {
    .list-02 {
        margin: 0;
    }

        .list-02 .list .box .con {
            padding: 15px 10px;
        }
}

@media screen and (max-width: 768px) {
    .list-02 .list {
        width: 50%;
        padding: 0px 5px;
        margin-bottom: 10px;
    }

    .list-02 > a {
        width: 100px;
        height: 35px;
        line-height: 33px;
        font-size: 12px;
    }

    .list-02 .list .box .con {
        height: 70px;
    }
}

@media screen and (max-width: 400px) {
    .list-02 .list {
        width: 100%;
    }

        .list-02 .list .box .con {
            height: auto;
        }

            .list-02 .list .box .con .tit {
                margin-bottom: 5px;
            }

            .list-02 .list .box .con .tit,
            .list-02 .list .box .con .tit02 {
                overflow: auto;
                white-space: inherit;
            }
}

.list-03 {
    color: #000;
    margin: 0px -10px;
}

    .list-03 h6 {
        color: #999;
        text-transform: uppercase;
    }

    .list-03 .list {
        width: 50%;
        float: left;
        padding: 0px 10px;
        margin-top: 20px;
    }

        .list-03 .list .box {
            border: 1px solid #eee;
            height: 180px;
            padding-top: 30px;
            position: relative;
            background: #fff;
        }

            .list-03 .list .box .img {
                position: absolute;
                left: 50px;
                width: 80px;
                height: 80px;
            }

                .list-03 .list .box .img b {
                    border-radius: 100%;
                    width: 100%;
                    display: block;
                    height: 100%;
                    position: absolute;
                }

            .list-03 .list .box .con {
                width: 100%;
                padding-left: 155px;
                padding-right: 50px;
            }

                .list-03 .list .box .con .name a {
                    font-size: 16px;
                    color: #000;
                }

                .list-03 .list .box .con .ms {
                    color: #999;
                    font-size: 12px;
                    margin: 10px 0;
                }

                .list-03 .list .box .con .contxt {
                    line-height: 20px;
                    color: #666;
                    height: 60px;
                    overflow: hidden;
                }

@media screen and (max-width: 1024px) {
    .list-03 {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .list-03 .list {
        width: 100%;
        margin-top: 15px;
    }

        .list-03 .list .box {
            height: auto;
            padding: 15px 0;
        }

            .list-03 .list .box .img {
                left: 15px;
                width: 50px;
                height: 50px;
            }

            .list-03 .list .box .con {
                padding-left: 80px;
                padding-right: 15px;
            }

                .list-03 .list .box .con .name {
                    height: auto;
                    overflow: auto;
                }

                .list-03 .list .box .con .ms {
                    margin: 5px 0;
                    height: auto;
                    overflow: auto;
                }

                .list-03 .list .box .con .contxt {
                    height: auto;
                    overflow: auto;
                }
}

.list-04 {
    color: #000;
    margin: 0px -10px;
}

    .list-04 h6 {
        color: #999;
        text-transform: uppercase;
    }

    .list-04 .list {
        width: 50%;
        float: left;
        padding: 0px 10px;
        margin-top: 20px;
    }

        .list-04 .list .box {
            border: 1px solid #eee;
            height: 180px;
            padding: 30px;
            position: relative;
            background: #fff;
        }

            .list-04 .list .box .name {
                margin-bottom: 10px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

                .list-04 .list .box .name a {
                    font-size: 16px;
                    color: #000;
                }

            .list-04 .list .box .contxt {
                line-height: 20px;
                color: #666;
                height: 60px;
                overflow: hidden;
                font-size: 12px;
            }

    .list-04 > a {
        width: 180px;
        height: 50px;
        display: block;
        margin: 0 auto;
        line-height: 48px;
        border: 1px solid #999;
        color: #333;
        font-size: 16px;
        text-align: center;
        border-radius: 30px;
        margin-top: 40px;
    }

        .list-04 > a:hover {
            color: #fff;
        }

@media screen and (max-width: 1200px) {
    .list-04 {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .list-04 .list {
        width: 100%;
        margin-top: 15px;
        padding: 0;
    }

        .list-04 .list .box {
            height: auto;
            padding: 20px;
        }

            .list-04 .list .box .name {
                overflow: auto;
                white-space: inherit;
            }

            .list-04 .list .box .contxt {
                height: auto;
                overflow: auto;
            }

    .list-04 > a {
        width: 100px;
        height: 35px;
        line-height: 33px;
        font-size: 12px;
    }
}

.list-05 {
    color: #000;
    margin: 0px -7.5px;
}

    .list-05 h6 {
        color: #999;
        text-transform: uppercase;
    }

    .list-05 .list {
        width: 33.33%;
        float: left;
        padding: 0px 10px;
        margin-top: 20px;
        text-align: center;
    }

        .list-05 .list .box {
            border-bottom: 2px solid #eee;
            position: relative;
            padding-bottom: 40px;
            background: #fff;
        }

            .list-05 .list .box .img {
                position: relative;
            }

                .list-05 .list .box .img a {
                    position: relative;
                    display: block;
                    padding-top: 70%;
                }

            .list-05 .list .box .title {
                padding: 0px 10px;
                margin-top: 15px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .list-05 .list .box .title a {
                    font-size: 16px;
                    color: #222;
                }

            .list-05 .list .box .line {
                width: 40px;
                height: 1px;
                background: #eee;
                margin: 15px auto;
            }

            .list-05 .list .box .contxt {
                line-height: 24px;
                color: #666;
                height: 50px;
                overflow: hidden;
                font-size: 12px;
                max-width: 325px;
                margin: 0 auto;
            }

    .list-05 > a {
        width: 180px;
        height: 50px;
        display: block;
        margin: 0 auto;
        line-height: 48px;
        border: 1px solid #999;
        color: #333;
        font-size: 16px;
        text-align: center;
        border-radius: 30px;
        margin-top: 40px;
    }

        .list-05 > a:hover {
            background: #000;
            color: #fff;
            border: 1px solid #000;
        }

@media screen and (max-width: 1200px) {
    .list-05 {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .list-05 .list {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }

        .list-05 .list .box {
            height: auto;
            padding-bottom: 20px;
        }

            .list-05 .list .box .img a {
                padding-top: 45%;
            }

            .list-05 .list .box .title {
                overflow: auto;
                white-space: inherit;
            }

            .list-05 .list .box .line {
                margin: 15px auto;
            }

            .list-05 .list .box .contxt {
                height: auto;
                overflow: auto;
                width: 100%;
                max-width: inherit;
                padding: 0px 10px;
            }

    .list-05 > a {
        width: 100px;
        height: 35px;
        line-height: 33px;
        font-size: 12px;
    }
}

.list-06 {
    padding: 80px 0;
    padding-bottom: 65px;
    background: #f5f5f5;
}

    .list-06 .list-con {
        margin: 0px -15px;
    }

    .list-06 .list {
        width: 50%;
        float: left;
        padding: 0px 15px;
        margin-bottom: 30px;
    }

        .list-06 .list .data {
            width: 120px;
            float: left;
            background: #999;
            height: 135px;
        }

            .list-06 .list .data span {
                display: block;
                color: #fff;
                font-weight: bold;
            }

                .list-06 .list .data span.day {
                    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
                    line-height: 69px;
                    font-size: 30px;
                }

                .list-06 .list .data span.month {
                    line-height: 65px;
                }

        .list-06 .list .con {
            height: 135px;
            border: 2px solid #e8e8e8;
            border-left: none;
            padding: 20px 30px;
            margin-left: 120px;
            background: #fff;
        }

            .list-06 .list .con .tit a {
                font-size: 16px;
                color: #333;
            }

            .list-06 .list .con .ms {
                line-height: 24px;
                color: #999;
                margin-top: 15px;
                height: 50px;
                overflow: hidden;
            }

@media screen and (max-width: 1200px) {
    .list-06 .list-con {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .list-06 {
        padding: 60px 0 45px 0;
    }

        .list-06 .list {
            width: 100%;
            margin-bottom: 15px;
            padding: 0;
        }

            .list-06 .list .data {
                height: 115px;
            }

                .list-06 .list .data span.day {
                    line-height: 55px;
                }

                .list-06 .list .data span.month {
                    line-height: 60px;
                }

            .list-06 .list .con {
                height: 115px;
                padding: 15px;
            }

                .list-06 .list .con .tit a {
                    font-size: 16px;
                }

                .list-06 .list .con .ms {
                    margin-top: 10px;
                }
}

@media screen and (max-width: 640px) {
    .list-06 .list .data {
        width: 75px;
    }

    .list-06 .list .con {
        margin-left: 75px;
        padding: 20px 15px;
    }
}

.list-07 {
    padding: 80px 0;
    padding-bottom: 65px;
    background: #000 !important;
    position: relative;
}

    .list-07 .w1200 {
        position: relative;
        z-index: 2;
    }

    .list-07 .index-tit22 h2,
    .list-07 .index-tit22 h6 {
        color: #fff;
    }

    .list-07 b.bg-cover {
        opacity: .3;
    }

    .list-07 .list-con {
        margin: 0px -15px;
    }

    .list-07 .list {
        width: 50%;
        float: left;
        padding: 0 15px;
        margin-bottom: 30px;
    }

        .list-07 .list .box {
            border: 2px solid #fff;
            height: 136px;
        }

        .list-07 .list .data {
            width: 115px;
            float: left;
            height: 95px;
            margin-top: 20px;
            padding-top: 12px;
            position: relative;
        }

            .list-07 .list .data:before {
                content: '';
                position: absolute;
                width: 1px;
                background: rgba(255, 255, 255, 0.3);
                right: 0;
                height: 100%;
                top: 0;
            }

            .list-07 .list .data span {
                display: block;
                color: #fff;
                font-weight: bold;
            }

                .list-07 .list .data span.day {
                    margin-bottom: 15px;
                    font-size: 30px;
                }

        .list-07 .list .con {
            height: 132px;
            border-left: none;
            padding: 28px 30px;
            margin-left: 114px;
        }

            .list-07 .list .con .tit a {
                font-size: 16px;
                color: #fff;
            }

            .list-07 .list .con .ms {
                line-height: 24px;
                color: #999;
                margin-top: 15px;
                height: 50px;
                overflow: hidden;
            }

@media screen and (max-width: 1200px) {
    .list-07 .list-con {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .list-07 {
        padding: 60px 0 45px 0;
    }

        .list-07 .list {
            width: 100%;
            margin-bottom: 15px;
            padding: 0;
        }

            .list-07 .list .con .tit a {
                font-size: 16px;
            }

            .list-07 .list .con .ms {
                margin-top: 10px;
            }
}

@media screen and (max-width: 640px) {
    .list-07 .list .data {
        width: 75px;
    }

    .list-07 .list .con {
        margin-left: 75px;
        padding: 28px 15px;
    }
}

.list-08 .list {
    padding: 40px 0;
    background: #fff;
    border-top: 1px solid #ddd;
    position: relative;
}

    .list-08 .list:before {
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        left: 0;
        top: 0;
        transition: 300ms ease-out;
        -webkit-transition: 300ms ease-out;
        -ms-transition: 300ms ease-out;
        -moz-transition: 300ms ease-out;
        -o-transition: 300ms ease-out;
        z-index: 1;
    }

    .list-08 .list .w1200 {
        position: relative;
        z-index: 2;
    }

    .list-08 .list:hover::before {
        width: 100%;
    }

    .list-08 .list:last-child {
        border-bottom: 1px solid #ddd;
    }

    .list-08 .list .data {
        width: 120px;
        float: left;
        height: 95px;
        padding-top: 20px;
        border-right: 1px solid #ccc;
    }

        .list-08 .list .data span {
            display: block;
            font-weight: bold;
        }

            .list-08 .list .data span.day {
                font-size: 30px;
            }

    .list-08 .list .con {
        padding-left: 30px;
        padding-top: 5px;
        margin-left: 120px;
    }

        .list-08 .list .con .tit a {
            font-size: 16px;
            color: #333;
        }

        .list-08 .list .con .ms {
            line-height: 24px;
            color: #999;
            margin-top: 15px;
            height: 50px;
            overflow: hidden;
        }

    .list-08 .list:hover:before {
        width: 100%;
        opacity: 1;
    }

    .list-08 .list:hover .data,
    .list-08 .list:hover .con .tit a,
    .list-08 .list:hover .con .ms {
        color: #fff;
    }

.list-08 > a {
    margin-top: 55px;
}

@media screen and (max-width: 1200px) {
    .list-08 .list-con {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .list-08 .list {
        width: 100%;
    }

        .list-08 .list .con {
            padding-top: 10px;
        }

            .list-08 .list .con .tit a {
                font-size: 16px;
            }

            .list-08 .list .con .ms {
                margin-top: 10px;
            }
}

@media screen and (max-width: 640px) {
    .list-08 .list {
        padding: 20px 0;
    }

        .list-08 .list .data {
            width: 75px;
        }

        .list-08 .list .con {
            margin-left: 75px;
            padding-left: 10px;
        }

    .list-08 > a {
        width: 120px;
        height: 40px;
        line-height: 38px;
        margin-top: 40px;
    }
}

.list-09 .list-con {
    margin: 0px -12.5px;
}

    .list-09 .list-con .list {
        width: 33.33%;
        float: left;
        padding: 0px 12.5px;
        margin-top: 45px;
    }

        .list-09 .list-con .list .box .tit {
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
            margin-top: 5px;
        }

            .list-09 .list-con .list .box .tit a {
                color: #333;
                font-size: 16px;
            }

        .list-09 .list-con .list .box .ms {
            color: #999;
            line-height: 24px;
            height: 50px;
            overflow: hidden;
            margin-top: 15px;
        }

.list-09 > a {
    margin-top: 55px;
}

@media screen and (max-width: 1200px) {
    .list-09 .list-con {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .list-09 .list-con .list {
        width: 50%;
        padding: 0px 5px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 500px) {
    .list-09 .list-con .list {
        width: 100%;
        margin-top: 20px;
    }

        .list-09 .list-con .list .box .tit {
            padding-bottom: 10px;
        }

        .list-09 .list-con .list .box .ms {
            margin-top: 10px;
        }
}

.list-10 .list {
    width: 25%;
    float: left;
    text-align: center;
}

    .list-10 .list .img a {
        position: relative;
        padding-top: 56%;
        display: block;
    }

        .list-10 .list .img a i {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: 11px;
            text-align: center;
            display: block;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
            line-height: 11;
            opacity: 0;
        }

            .list-10 .list .img a i:before {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 30px;
                height: 30px;
                margin: -15px 0px 0px -15px;
                font-size: 30px;
                display: block;
                line-height: 30px;
            }

        .list-10 .list .img a:after {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: 10px;
        }

    .list-10 .list .con {
        padding: 20px 10px;
        line-height: 30px;
    }

        .list-10 .list .con .tit a {
            font-size: 16px;
            position: relative;
            color: #333;
        }

@media screen and (max-width: 768px) {
    .list-10 .list .con {
        padding: 10px;
    }

    .list-10 .list {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .list-10 .list {
        width: 100%;
    }

        .list-10 .list .con .tit,
        .list-10 .list .con p {
            overflow: auto;
            white-space: inherit;
        }
}

.list-11 {
    overflow: hidden;
}

    .list-11 .list {
        width: 25%;
        float: left;
        text-align: center;
    }

        .list-11 .list .box {
            position: relative;
            padding-top: 56%;
            display: block;
        }

            .list-11 .list .box .bg {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
                display: block;
                z-index: 1;
            }

            .list-11 .list .box .txt {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                display: table;
                color: #fff;
                opacity: 0;
                z-index: 2;
            }

                .list-11 .list .box .txt > div {
                    display: table-cell;
                    vertical-align: middle;
                    line-height: 24px;
                }

                .list-11 .list .box .txt:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    margin: 10px;
                    border: 1px solid #fff;
                }

                .list-11 .list .box .txt p {
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    padding: 0px 20px;
                }

                .list-11 .list .box .txt .tit {
                    font-size: 16px;
                }

            .list-11 .list .box a {
                color: #fff;
                display: block;
                position: relative;
                z-index: 1;
            }

            .list-11 .list .box:hover .bg {
                opacity: .8;
            }

            .list-11 .list .box:hover .txt {
                opacity: 1;
            }

@media screen and (max-width: 768px) {
    .list-11 .list .con {
        padding: 10px;
    }

    .list-11 .list {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .list-11 .list {
        width: 100%;
        margin-bottom: 10px;
    }

        .list-11 .list:last-child {
            border-bottom: 0;
        }
}

.list-12 {
    overflow: hidden;
}

    .list-12 .list {
        width: 33.33%;
        float: left;
        text-align: center;
    }

        .list-12 .list .box {
            position: relative;
            padding-top: 56%;
            display: block;
        }

            .list-12 .list .box .bg {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
                display: block;
                z-index: 1;
            }

            .list-12 .list .box .txt {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                display: table;
                color: #fff;
                opacity: 0;
                z-index: 2;
            }

                .list-12 .list .box .txt > div {
                    display: table-cell;
                    vertical-align: middle;
                    line-height: 24px;
                }

                .list-12 .list .box .txt:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    margin: 10px;
                    border: 1px solid #fff;
                }

                .list-12 .list .box .txt p {
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    padding: 0px 20px;
                }

                .list-12 .list .box .txt .tit {
                    font-size: 16px;
                }

            .list-12 .list .box a {
                position: relative;
                z-index: 2;
                display: block;
                color: #fff;
            }

            .list-12 .list .box:hover .bg {
                opacity: .8;
            }

            .list-12 .list .box:hover .txt {
                opacity: 1;
            }

@media screen and (max-width: 768px) {
    .list-12 .list .con {
        padding: 10px;
    }

    .list-12 .list {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .list-12 .list {
        width: 100%;
        margin-bottom: 10px;
    }

        .list-12 .list:last-child {
            border-bottom: 0;
        }
}

.list-13 .list-con {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.list-13 .list {
    width: 25%;
    float: left;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

    .list-13 .list a {
        display: block;
        height: 160px;
        background: #fff;
        position: relative;
    }

        .list-13 .list a img {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            max-width: 100%;
            max-height: 100%;
            /*-webkit-filter: grayscale(1);*/
            /*filter: gray;*/
            /*filter: grayscale(1);*/
            /*cursor: pointer;*/
            max-height: 90%;
        }

        .list-13 .list a:hover img {
            -webkit-filter: none;
            filter: none;
        }

@media screen and (max-width: 768px) {
    .list-13 .list a {
        height: 100px;
    }
}

@media screen and (max-width: 640px) {
    .list-13 .list {
        width: 50%;
    }
}

.list-14 {
    overflow: hidden;
}

    .list-14 .title {
        margin-bottom: 60px;
    }

        .list-14 .title .bigtit {
            font-size: 22px;
            color: #333;
        }

        .list-14 .title .subtit {
            color: #999;
            margin-top: 15px;
            margin-left: 10px;
        }

    .list-14 .list-con {
        margin: 0px -20px;
    }

        .list-14 .list-con .list {
            width: 25%;
            float: left;
            padding: 0px 20px;
            margin-bottom: 140px;
        }

            .list-14 .list-con .list a {
                display: block;
                position: relative;
            }

            .list-14 .list-con .list .img {
                position: relative;
                display: block;
                padding-top: 100%;
            }

            .list-14 .list-con .list .box {
                border: 10px solid transparent;
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                height: 100%;
                margin: 0px;
            }

                .list-14 .list-con .list .box .contxt {
                    text-align: center;
                    background: #fff;
                    padding: 25px 10px;
                    position: absolute;
                    height: 110px;
                    bottom: -110px;
                    left: -10px;
                    right: -10px;
                    overflow: hidden;
                }

                    .list-14 .list-con .list .box .contxt .tit {
                        color: #333;
                        font-size: 16px;
                    }

                    .list-14 .list-con .list .box .contxt .post {
                        color: #999;
                        margin: 10px 0;
                    }

                    .list-14 .list-con .list .box .contxt .ms {
                        text-align: left;
                        opacity: 0;
                        line-height: 24px;
                        color: #fff;
                        height: 50px;
                        overflow: hidden;
                    }

                .list-14 .list-con .list .box:hover .tit {
                    color: #fff;
                }

                .list-14 .list-con .list .box:hover .post {
                    color: rgba(255, 255, 255, 0.5);
                }

                .list-14 .list-con .list .box:hover .contxt {
                    height: 170px;
                }

                    .list-14 .list-con .list .box:hover .contxt .ms {
                        opacity: 1;
                    }

    .list-14 .more {
        width: 180px;
        height: 50px;
        display: block;
        margin: 0 auto;
        border-radius: 3px;
        border: 1px solid #ccc;
        line-height: 48px;
        color: #333;
        text-align: center;
    }

        .list-14 .more i {
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
        }

        .list-14 .more:hover {
            color: #fff;
        }

@media screen and (max-width: 1200px) {
    .list-14 .list-con {
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 768px) {
    .list-14 .title {
        margin-bottom: 20px;
    }

    .list-14 .list-con {
        margin: 0px -10px;
        margin-bottom: 30px;
    }

        .list-14 .list-con .list {
            width: 50%;
            margin-bottom: 115px;
            padding: 0px 7.5px;
        }
}

@media screen and (max-width: 500px) {
    .list-14 .list-con .list {
        width: 100%;
    }
}

.list-15 {
    position: relative;
}

    .list-15 .index-tit22 h6 {
        color: #fff;
    }

    .list-15 .index-tit22,
    .list-15 .index-tit22 .index-tit {
        color: #fff;
        position: relative;
    }

    .list-15 .list {
        width: 25%;
        float: left;
    }

        .list-15 .list a {
            display: block;
            height: 160px;
            background: #fff;
            position: relative;
        }

            .list-15 .list a img {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                max-width: 90%;
                max-height: 90%;
                -webkit-filter: grayscale(1);
                filter: gray;
                filter: grayscale(1);
                cursor: pointer;
            }

            .list-15 .list a:hover {
                box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
                position: relative;
                z-index: 2;
            }

                .list-15 .list a:hover img {
                    -webkit-filter: none;
                    filter: none;
                }

@media screen and (max-width: 768px) {
    .list-15 .list a {
        height: 100px;
    }
}

@media screen and (max-width: 640px) {
    .list-15 .list {
        width: 50%;
    }
}

.list-16 .list-con {
    margin: 0px 15px;
}

    .list-16 .list-con .list {
        padding: 0px 15px;
        width: 33.33%;
        float: left;
        text-align: center;
        margin-bottom: 30px;
    }

        .list-16 .list-con .list .box {
            height: 320px;
            background: #fff;
            padding: 0px 20px;
            padding-top: 50px;
        }

            .list-16 .list-con .list .box i {
                width: 100px;
                height: 100px;
                display: block;
                margin: 0 auto;
                font-size: 60px;
                line-height: 100px;
            }

            .list-16 .list-con .list .box .tit {
                margin: 15px 0;
                font-size: 16px;
                color: #333;
            }

            .list-16 .list-con .list .box .ms {
                line-height: 30px;
                height: 90px;
                overflow: hidden;
            }

            .list-16 .list-con .list .box:hover,
            .list-16 .list-con .list .box:hover .tit {
                color: #fff;
            }

@media screen and (max-width: 1200px) {
    .list-16 .list-con {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .list-16 .list-con .list {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .list-16 .list-con .list {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

        .list-16 .list-con .list .box {
            height: auto;
            padding: 15px;
        }

            .list-16 .list-con .list .box .tit {
                overflow: auto;
                white-space: inherit;
                margin: 10px 0;
            }

            .list-16 .list-con .list .box .ms {
                height: auto;
                line-height: 22px;
            }

            .list-16 .list-con .list .box i {
                height: 80px;
                line-height: 80px;
            }
}

section.list-17 {
    min-height: 140px;
    padding: 30px 0;
}

.list-17 .list {
    width: 25%;
    float: left;
}

    .list-17 .list a {
        display: block;
        position: relative;
        height: 80px;
    }

        .list-17 .list a img {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            max-width: 95%;
            max-height: 90%;
            margin: auto;
        }

@media screen and (max-width: 768px) {
    section.list-17 {
        padding: 15px 0;
    }

    .list-17 .list {
        width: 50%;
    }

        .list-17 .list a {
            height: 70px;
        }
}

section.list-18 {
    background: none;
}

.list-18 .list {
    width: 33.33%;
    float: left;
    padding: 0px 1px;
    margin-bottom: 2px;
}

    .list-18 .list .box {
        position: relative;
        height: 300px;
    }

        .list-18 .list .box b {
            display: block;
            height: 100%;
        }

        .list-18 .list .box .bg-full {
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
        }

        .list-18 .list .box .txt {
            position: absolute;
            width: 100%;
            bottom: 20px;
            padding: 0px 10%;
            z-index: 2;
            color: #fff;
            height: 30px;
            overflow: hidden;
        }

            .list-18 .list .box .txt h5 {
                font-size: 16px;
            }

            .list-18 .list .box .txt p {
                margin-top: 20px;
                line-height: 24px;
                height: 50px;
                overflow: hidden;
            }

            .list-18 .list .box .txt a {
                width: 140px;
                height: 40px;
                border-radius: 30px;
                line-height: 40px;
                display: block;
                text-align: center;
                color: #fff;
                margin-top: 20px;
            }

    .list-18 .list:hover .box .txt {
        height: 160px;
    }

    .list-18 .list:hover .box .bg-full {
        opacity: 1;
    }

@media screen and (max-width: 768px) {
    .list-18 .list {
        width: 100%;
    }

        .list-18 .list .box {
            height: 220px;
        }

            .list-18 .list .box .txt h5 {
                font-size: 16px;
            }

            .list-18 .list .box .txt p {
                margin-top: 10px;
                line-height: 20px;
                height: auto;
                font-size: 12px;
            }

            .list-18 .list .box .bg-full {
                opacity: 1;
            }

            .list-18 .list .box .txt,
            .list-18 .list:hover .box .txt {
                height: auto;
                padding: 0px 15px;
            }

                .list-18 .list .box .txt a {
                    width: 100px;
                    height: 30px;
                    line-height: 30px;
                    font-size: 12px;
                }
}

.list-19 .list {
    width: 25%;
    float: left;
    position: relative;
}

    .list-19 .list a {
        display: block;
        padding-bottom: 120px;
    }

    .list-19 .list b {
        display: block;
        padding-top: 117%;
    }

    .list-19 .list .bottom {
        height: 120px;
        background: #fff;
        text-align: center;
        padding: 0px 15px;
        padding-top: 30px;
        bottom: 0;
        left: 0;
        position: absolute;
        z-index: 2;
        width: 100%;
        overflow: hidden;
    }

        .list-19 .list .bottom h5 {
            font-size: 16px;
        }

        .list-19 .list .bottom h6 {
            margin-top: 10px;
        }

        .list-19 .list .bottom i {
            font-size: 28px;
            display: block;
            margin: 0 auto;
            -webkit-transform: translateY(100px);
            -ms-transform: translateY(100px);
            -o-transform: translateY(100px);
            transform: translateY(100px);
            opacity: 1;
            margin-top: 40px;
        }

    .list-19 .list:hover .bottom {
        height: 240px;
        padding-top: 55px;
    }

        .list-19 .list:hover .bottom * {
            color: #fff;
        }

        .list-19 .list:hover .bottom i {
            animation: add .5s linear forwards;
            -moz-animation: add .5s linear forwards;
            -o-animation: add .5s linear forwards;
            -ms-animation: add .5s linear forwards;
            -webkit-animation: add .5s linear forwards;
            -webkit-animation-delay: .2s;
            -o-animation-delay: .2s;
            animation-delay: .2s;
        }

.list-19 .more {
    width: 120px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ccc;
    line-height: 38px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}

@keyframes add {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    50% {
        opacity: 1;
        transform: rotate(0deg);
    }

    100% {
        opacity: 1;
        transform: rotate(-135deg);
    }
}

@-webkit-keyframes add {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
    }

    50% {
        opacity: 1;
        -webkit-transform: rotate(0deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(-135deg);
    }
}

@-mox-keyframes add {
    0% {
        opacity: 0;
        -mox-transform: translateY(100px);
    }

    50% {
        opacity: 1;
        -mox-transform: rotate(0deg);
    }

    100% {
        opacity: 1;
        -mox-transform: rotate(-135deg);
    }
}

@-ms-keyframes add {
    0% {
        opacity: 0;
        -ms-transform: translateY(100px);
    }

    50% {
        opacity: 1;
        -ms-transform: translateY(70px);
    }

    100% {
        opacity: 1;
        -ms-transform: rotate(-135deg);
    }
}

@media screen and (max-width: 768px) {
    .list-19 .list {
        width: 50%;
    }

        .list-19 .list a {
            padding-bottom: 90px;
        }

        .list-19 .list .bottom {
            height: 90px;
            padding-top: 20px;
        }

            .list-19 .list .bottom h5 {
                font-size: 16px;
            }

            .list-19 .list .bottom i {
                margin-top: 15px;
            }

        .list-19 .list:hover .bottom {
            height: 130px;
            padding-top: 20px;
        }

    .list-19 .more {
        margin-top: 30px;
    }
}

.list-20 .list-con {
    margin: 0px -10px;
}

.list-20 .list {
    width: 50%;
    float: left;
    padding: 0px 10px;
    position: relative;
    margin-bottom: 20px;
}

    .list-20 .list a {
        display: block;
        background: #e6e6e6;
        padding-left: 210px;
        padding-right: 25px;
    }

    .list-20 .list .box {
        height: 200px;
    }

        .list-20 .list .box .img {
            border: 10px solid #fff;
            width: 180px;
            position: absolute;
            left: 20px;
            top: 10px;
        }

            .list-20 .list .box .img b {
                padding-top: 100%;
                display: block;
            }

        .list-20 .list .box .right {
            padding-top: 25px;
        }

            .list-20 .list .box .right h5 {
                font-size: 16px;
                margin-bottom: 20px;
                display: block;
                color: #333;
            }

            .list-20 .list .box .right p {
                line-height: 20px;
                height: 82px;
                overflow: hidden;
            }

    .list-20 .list:hover .box .right h5,
    .list-20 .list:hover .box .right p {
        color: #fff;
    }

.list-20 .more {
    width: 120px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ccc;
    line-height: 38px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    .list-20 .list {
        width: 100%;
        margin-bottom: 15px;
    }

        .list-20 .list a {
            padding-left: 160px;
        }

        .list-20 .list .box {
            height: 150px;
        }

            .list-20 .list .box .img {
                width: 130px;
                border: 5px solid #fff;
            }

            .list-20 .list .box .right {
                padding-top: 10px;
            }

                .list-20 .list .box .right h5 {
                    font-size: 16px;
                    margin-bottom: 10px;
                }

    .list-20 .more {
        margin-top: 15px;
    }
}

@media screen and (max-width: 420px) {
    .list-20 .list .box .img {
        width: 100px;
    }

    .list-20 .list a {
        padding-left: 120px;
    }

    .list-20 .list .box {
        height: 120px;
    }

        .list-20 .list .box .right p {
            height: 60px;
        }
}

.list-21 {
    overflow: hidden;
}

    .list-21 .list-con {
        margin: 0px -15px;
    }

        .list-21 .list-con .list {
            width: 33.33%;
            float: left;
            padding: 0px 15px;
            margin-bottom: 30px;
        }

            .list-21 .list-con .list .img {
                background: #000;
                position: relative;
            }

                .list-21 .list-con .list .img .data {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    height: 40px;
                    line-height: 40px;
                    padding: 0px 10px;
                    color: #fff;
                    font-size: 18px;
                    font-style: italic;
                }

                .list-21 .list-con .list .img b {
                    display: block;
                    padding-top: 52%;
                }

            .list-21 .list-con .list .title {
                line-height: 50px;
                border-bottom: 1px solid #eee;
                margin-top: 5px;
            }

                .list-21 .list-con .list .title a {
                    color: #333;
                    font-size: 16px;
                }

            .list-21 .list-con .list p {
                color: #999;
                line-height: 24px;
                margin-top: 10px;
                height: 75px;
                overflow: hidden;
            }

    .list-21 .more {
        width: 120px;
        height: 40px;
        border-radius: 3px;
        border: 1px solid #ccc;
        line-height: 38px;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
    }

    .list-21 .list-con .list:hover .img b {
        opacity: .5;
    }

@media screen and (max-width: 768px) {
    .list-21 .list-con {
        margin: 0;
    }

        .list-21 .list-con .list {
            padding: 0px 5px;
        }

            .list-21 .list-con .list .title {
                line-height: 40px;
            }

                .list-21 .list-con .list .title a {
                    font-size: 16px;
                }

    .list-21 .more {
        margin-top: 15px;
    }
}

@media screen and (max-width: 640px) {
    .list-21 .list-con .list {
        width: 100%;
        margin-bottom: 15px;
    }

        .list-21 .list-con .list .img .data {
            font-size: 16px;
            height: 30px;
            line-height: 30px;
        }

        .list-21 .list-con .list p {
            height: auto;
        }
}

.list-22 .list {
    text-align: center;
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}

    .list-22 .list a {
        display: block;
    }

    .list-22 .list .b-bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(128, 128, 128, 0.6);
        z-index: 2;
    }

    .list-22 .list b {
        display: block;
        padding-top: 145%;
    }

    .list-22 .list i {
        font-size: 60px;
    }

    .list-22 .list .box {
        position: absolute;
        top: 35%;
        width: 100%;
        color: #fff;
        z-index: 3;
    }

        .list-22 .list .box h5 {
            font-size: 24px;
            margin-top: 45px;
            position: relative;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding: 0px 10px;
        }

            .list-22 .list .box h5:before {
                content: '';
                position: absolute;
                left: 50%;
                margin-left: -10px;
                width: 20px;
                height: 6px;
                bottom: -15px;
            }

    .list-22 .list .bottom {
        position: absolute;
        bottom: -100%;
        width: 100%;
        left: 0;
        overflow: hidden;
        z-index: 3;
        padding: 40px;
    }

        .list-22 .list .bottom p {
            height: 85px;
            color: #fff;
            line-height: 28px;
            overflow: hidden;
        }

    .list-22 .list:hover .bottom {
        bottom: 0;
    }

    .list-22 .list:hover .box {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .list-22 .list:hover .b-bg {
        opacity: 0;
    }

@media screen and (max-width: 1024px) {
    .list-22 .list i {
        font-size: 40px;
    }

    .list-22 .list .box {
        top: 20%;
    }

        .list-22 .list .box h5 {
            font-size: 20px;
            margin-top: 20px;
        }

    .list-22 .list .bottom {
        padding: 20px;
    }

        .list-22 .list .bottom p {
            height: auto;
            line-height: 24px;
        }
}

@media screen and (max-width: 768px) {
    .list-22 .list {
        width: 50%;
    }

        .list-22 .list .box {
            top: 40%;
        }
}

@media screen and (max-width: 500px) {
    .list-22 .list {
        width: 100%;
    }

        .list-22 .list .box {
            top: 30%;
        }

        .list-22 .list .bottom {
            bottom: 0;
            padding: 10px;
        }
}

.list-23 .list-con {
    margin: 0px 15px;
}

    .list-23 .list-con .list {
        width: 33.33%;
        float: left;
        padding: 0px 15px;
        margin-bottom: 30px;
    }

        .list-23 .list-con .list a {
            display: block;
            position: relative;
            overflow: hidden;
        }

            .list-23 .list-con .list a b {
                display: block;
                padding-top: 70%;
            }

            .list-23 .list-con .list a .txt {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                z-index: 2;
                background: rgba(0, 0, 0, 0.6);
                padding: 40px 50px;
                color: #fff;
                opacity: 0;
            }

                .list-23 .list-con .list a .txt h5 {
                    font-size: 16px;
                    position: relative;
                    -webkit-transform: translateX(-100%);
                    -ms-transform: translateX(-100%);
                    -o-transform: translateX(-100%);
                    transform: translateX(-100%);
                    opacity: 0;
                }

                .list-23 .list-con .list a .txt .line {
                    width: 90px;
                    height: 3px;
                    background: #fff;
                    margin: 25px 0px 20px 0;
                }

                .list-23 .list-con .list a .txt p {
                    color: #ccc;
                    line-height: 24px;
                    overflow: hidden;
                    height: 50px;
                    -webkit-transform: translateX(100%);
                    -ms-transform: translateX(100%);
                    -o-transform: translateX(100%);
                    transform: translateX(100%);
                    opacity: 0;
                }

            .list-23 .list-con .list a:hover .txt {
                opacity: 1;
            }

                .list-23 .list-con .list a:hover .txt h5,
                .list-23 .list-con .list a:hover .txt p {
                    -webkit-transform: translateX(0%);
                    -ms-transform: translateX(0%);
                    -o-transform: translateX(0%);
                    transform: translateX(0%);
                    opacity: 1;
                }

.list-23 .more {
    width: 120px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ccc;
    line-height: 38px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .list-23 .list-con {
        margin: 0;
    }

        .list-23 .list-con .list {
            padding: 5px;
            margin-bottom: 10px;
        }

            .list-23 .list-con .list a .txt {
                padding: 15px;
            }

                .list-23 .list-con .list a .txt .line {
                    margin: 15px 0px 10px 0;
                }

    .list-23 .more {
        margin-top: 15px;
    }
}

@media screen and (max-width: 600px) {
    .list-23 .list-con .list {
        width: 50%;
    }
}

@media screen and (max-width: 420px) {
    .list-23 .list-con .list {
        width: 100%;
        padding: 0;
    }
}

.list-24 {
    position: relative;
    overflow: hidden;
}

    .list-24 .list-con {
        margin: 0px -20px;
    }

        .list-24 .list-con .list {
            padding: 0px 20px;
            width: 25%;
            float: left;
            margin-bottom: 40px;
        }

            .list-24 .list-con .list a {
                display: block;
                height: 130px;
                background: #fff;
                position: relative;
            }

                .list-24 .list-con .list a img {
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto;
                    -webkit-filter: grayscale(1);
                    filter: #808080;
                    filter: grayscale(1);
                    cursor: pointer;
                    max-width: 90%;
                    max-height: 90%;
                }

                .list-24 .list-con .list a:hover img {
                    -webkit-filter: none;
                    filter: none;
                }

    .list-24 .more {
        width: 120px;
        height: 40px;
        border-radius: 3px;
        border: 1px solid #fff;
        color: #fff;
        line-height: 38px;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        position: relative;
        z-index: 2;
    }

@media screen and (max-width: 768px) {
    .list-24 .list-con {
        margin: 0;
    }

        .list-24 .list-con .list {
            padding: 0 7.5px;
            margin-bottom: 15px;
        }
}

@media screen and (max-width: 640px) {
    .list-24 .list-con .list {
        width: 50%;
    }

        .list-24 .list-con .list a {
            height: 80px;
        }
}

.list-25 {
    overflow: hidden;
}

    .list-25 .list-con {
        margin: 0px -20px;
    }

        .list-25 .list-con .list {
            padding: 0px 20px;
            width: 50%;
            float: left;
            margin-bottom: 40px;
        }

            .list-25 .list-con .list .img * {
                display: block;
            }

            .list-25 .list-con .list .img b {
                padding-top: 45%;
            }

            .list-25 .list-con .list .contxt {
                position: relative;
                margin-top: -30px;
                padding-left: 40px;
            }

                .list-25 .list-con .list .contxt .box {
                    background: #fff;
                    position: relative;
                    padding: 25px 30px;
                }

                    .list-25 .list-con .list .contxt .box .data {
                        color: #999;
                    }

                    .list-25 .list-con .list .contxt .box .title {
                        position: relative;
                        padding-right: 35px;
                    }

                        .list-25 .list-con .list .contxt .box .title a {
                            display: block;
                            font-size: 16px;
                            margin: 15px 0;
                        }

                        .list-25 .list-con .list .contxt .box .title i {
                            position: absolute;
                            right: 0;
                            top: 0;
                            font-size: 36px;
                            line-height: 26px;
                        }

                    .list-25 .list-con .list .contxt .box p {
                        line-height: 28px;
                        color: #999;
                        height: 56px;
                        overflow: hidden;
                    }

    .list-25 .more {
        width: 120px;
        height: 40px;
        border-radius: 3px;
        border: 1px solid #ccc;
        line-height: 38px;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-top: 50px;
    }

@media screen and (max-width: 768px) {
    .list-25 .list-con {
        margin: 0;
    }

        .list-25 .list-con .list {
            padding: 0px 5px;
            margin-bottom: 10px;
        }

            .list-25 .list-con .list .contxt {
                padding-left: 0;
                margin-top: 0;
            }

                .list-25 .list-con .list .contxt .box {
                    padding: 15px;
                }

                    .list-25 .list-con .list .contxt .box .title a {
                        margin: 10px 0;
                        font-size: 16px;
                    }

                    .list-25 .list-con .list .contxt .box a i {
                        font-size: 26px;
                        line-height: 22px;
                    }

                    .list-25 .list-con .list .contxt .box p {
                        line-height: 22px;
                        height: 45px;
                    }

    .list-25 .more {
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .list-25 .list-con .list {
        width: 100%;
    }
}

.list-26 .list {
    width: 33.33%;
    float: left;
    color: #fff;
    position: relative;
    padding-bottom: 280px;
}

    .list-26 .list .img {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

        .list-26 .list .img b {
            display: block;
            height: 280px;
        }

    .list-26 .list .bottom {
        background: #ccc;
        padding-left: 20%;
        height: 280px;
        display: table;
        width: 100%;
    }

        .list-26 .list .bottom > div {
            display: table-cell;
            vertical-align: middle;
        }

        .list-26 .list .bottom h4 {
            font-size: 18px;
        }

        .list-26 .list .bottom p {
            padding-left: 20px;
            max-width: 205px;
            line-height: 28px;
            margin-top: 10px;
        }

    .list-26 .list:nth-child(3n+2) {
        padding-bottom: 0;
    }

        .list-26 .list:nth-child(3n+2) .img {
            position: static;
        }

@media screen and (max-width: 1024px) {
    .list-26 .list .bottom {
        padding-left: 25px;
    }
}

@media screen and (max-width: 768px) {
    .list-26 .list {
        padding-bottom: 200px;
    }

        .list-26 .list .img b,
        .list-26 .list .bottom {
            height: 200px;
        }

        .list-26 .list .bottom {
            padding-left: 15px;
        }

            .list-26 .list .bottom p {
                line-height: 22px;
                padding-right: 15px;
            }
}

@media screen and (max-width: 640px) {
    .list-26 .list {
        padding-bottom: 0;
        width: 100%;
    }

        .list-26 .list .img {
            position: static;
        }

            .list-26 .list .img b {
                height: auto;
                padding-top: 70%;
                background-size: cover;
            }

        .list-26 .list .bottom {
            padding: 15px;
            height: auto;
        }

            .list-26 .list .bottom p {
                max-width: inherit;
            }
}

.list-27 .list-con {
    margin: 0px -5px;
}

    .list-27 .list-con .list {
        padding: 0px 5px;
        margin-top: 10px;
        width: 25%;
        float: left;
    }

        .list-27 .list-con .list .box {
            background: #ededed;
            position: relative;
            height: 100px;
            overflow: hidden;
        }

            .list-27 .list-con .list .box img {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                display: block;
                max-width: 90%;
                max-height: 90px;
            }

            .list-27 .list-con .list .box:hover img {
                -webkit-transform: rotatey(-360deg);
                -ms-transform: rotatey(-360deg);
                -o-transform: rotatey(-360deg);
                transform: rotatey(-360deg);
            }

@media screen and (max-width: 640px) {
    .list-27 .list-con .list {
        width: 50%;
    }
}

.list-29 {
    position: relative;
    overflow: hidden;
}

    .list-29 .index-tit22 h2,
    .list-29 .index-tit22 h6 {
        color: #fff;
    }

    .list-29 .w1200 {
        position: relative;
        z-index: 2;
    }

    .list-29 .list-con {
        margin: 0px -12px;
    }

        .list-29 .list-con .list {
            padding: 0px 12px;
            width: 25%;
            float: left;
            margin-bottom: 24px;
        }

            .list-29 .list-con .list .box {
                background: #fff;
                overflow: hidden;
            }

                .list-29 .list-con .list .box b {
                    display: block;
                    height: 190px;
                }

            .list-29 .list-con .list .bottom-con {
                padding: 0px 20px;
                padding-top: 1px;
                padding-bottom: 20px;
            }

                .list-29 .list-con .list .bottom-con h3 {
                    font-size: 16px;
                    color: #333;
                    margin: 15px 0;
                    text-align: center;
                }

                .list-29 .list-con .list .bottom-con p {
                    font-size: 16px;
                    line-height: 24px;
                    height: 98px;
                    overflow: hidden;
                }

            .list-29 .list-con .list .box:hover b {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
            }

            .list-29 .list-con .list .box:hover .bottom-con {
                -webkit-transform: translateY(10px);
                -ms-transform: translateY(10px);
                -o-transform: translateY(10px);
                transform: translateY(10px);
            }

@media screen and (max-width: 768px) {
    .list-29 .list-con {
        margin: 0;
    }

        .list-29 .list-con .list {
            width: 50%;
            padding: 0px 4px;
            margin-bottom: 8px;
        }

            .list-29 .list-con .list .box b {
                height: auto;
                padding-top: 65%;
            }

            .list-29 .list-con .list .bottom-con {
                padding: 15px;
                padding-top: 0;
            }

                .list-29 .list-con .list .bottom-con h3 {
                    font-size: 16px;
                    margin: 10px 0;
                }

                .list-29 .list-con .list .bottom-con p {
                    font-size: 14px;
                    line-height: 20px;
                    height: 80px;
                }
}

@media screen and (max-width: 420px) {
    .list-29 .list-con .list {
        width: 100%;
    }
}

.list-30 {
    padding: 0px 2px;
    padding-top: 4px;
}

.list-30-item {
    float: left;
    width: 25%;
    padding: 4px 2px;
    padding-top: 0;
}

.list-30-itemCon {
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
}

    .list-30-itemCon .txtBox {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 15px 30px;
    }

        .list-30-itemCon .txtBox h4 {
            width: 100%;
            font-size: 16px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .list-30-itemCon .txtBox .line {
            display: block;
            width: 15px;
            height: 1px;
            background: #fff;
            opacity: .5;
            transition: width .6s, opacity .4s;
            margin-top: 10px;
        }

    .list-30-itemCon b {
        display: block;
        transition: all .6s;
        padding-top: 59%;
    }

    .list-30-itemCon:hover b {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .list-30-itemCon:hover .txtBox .line {
        width: 40px;
        opacity: 1;
    }

@media screen and (max-width: 768px) {
    .list-30-item {
        width: 50%;
    }

    .list-30-itemCon .txtBox {
        padding: 0 10px 20px;
    }
}

@media screen and (max-width: 500px) {
    .list-30-item {
        width: 100%;
    }

    .list-30-itemCon .txtBox h4 {
        font-size: 14px;
    }
}

.list-31 {
    padding-bottom: 65px;
    overflow: hidden;
}

    .list-31 .binddatahere {
        margin: 0px -12.5px;
    }

    .list-31 a {
        color: #333;
    }

.list-31-item {
    float: left;
    width: 33.33%;
    padding: 0 12.5px;
    margin-bottom: 15px;
}

    .list-31-item .img {
        overflow: hidden;
    }

    .list-31-item b {
        display: block;
        width: 100%;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        padding-top: 56%;
    }

    .list-31-item .img:hover b {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .list-31-item .txtBox a {
        display: block;
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 15px 0 10px 0;
        color: #333;
    }

    .list-31-item .txtBox .desc {
        color: #666;
        height: 50px;
        line-height: 25px;
        overflow: hidden;
    }

@media screen and (max-width: 1200px) {
    .list-31 {
        padding-bottom: 40px;
    }

        .list-31 .binddatahere {
            margin: 0;
        }
}

@media screen and (max-width: 640px) {
    .list-31-item {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }

        .list-31-item:last-child {
            margin-bottom: 0;
        }

        .list-31-item .txtBox h4 {
            font-size: 16px;
            margin: 10px 0 7px 0;
        }

        .list-31-item .txtBox a {
            margin-top: 10px;
        }

        .list-31-item .txtBox .desc {
            height: auto;
            line-height: 20px;
        }
}

section.list-32 {
    padding: 110px 0;
}

.list-32 .index-tit22 {
    position: relative;
    z-index: 3;
}

    .list-32 .index-tit22 h2,
    .list-32 .index-tit22 h6 {
        color: #fff;
    }

.list-32 .list-32-bg {
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.list-32 b {
    display: block;
}

.list-32 > b {
    padding-top: 44.792%;
}

.list-32 .w1200 {
    background: rgba(255, 255, 255, 0.2);
    padding: 15px 7px;
    position: relative;
    z-index: 3;
}

.list-32 .list {
    width: 33.33%;
    float: left;
    padding: 0px 7px;
    position: relative;
}

    .list-32 .list .swiper-slide .box a {
        display: block;
        -webkit-filter: grayscale(1);
        filter: gray;
        filter: grayscale(1);
    }

    .list-32 .list:hover .swiper-slide .box a {
        -webkit-filter: none;
        filter: none;
    }

    .list-32 .list .swiper-slide .box b {
        padding-top: 134.565%;
    }

    .list-32 .list .txt {
        position: absolute;
        width: 100%;
        top: 50%;
        text-align: center;
        padding: 0px 15px;
        z-index: 3;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
    }

        .list-32 .list .txt h3 {
            font-size: 16px;
            margin-bottom: 5px;
        }

    .list-32 .list .swiper-arrow {
        position: absolute;
        bottom: 60px;
        background: rgba(0, 0, 0, 0.5);
        z-index: 3;
        height: 90px;
        left: 0;
        right: 0;
        display: none;
    }

        .list-32 .list .swiper-arrow > div {
            width: 32px;
            height: 32px;
            border-radius: 100%;
            border: 2px solid #fff;
            line-height: 30px;
            font-size: 12px;
            font-weight: bold;
            margin-top: -16px;
            opacity: 1 !important;
            z-index: 2;
            display: block !important;
        }

        .list-32 .list .swiper-arrow .swiper-button-prev {
            left: auto;
            right: 60px;
        }

        .list-32 .list .swiper-arrow .swiper-button-next {
            right: 20px;
        }

    .list-32 .list:hover .txt {
        bottom: 85px;
        top: auto;
        text-align: left;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        width: auto;
        max-width: 65%;
    }

    .list-32 .list:hover .swiper-arrow {
        display: block;
    }

        .list-32 .list:hover .swiper-arrow .swiper-button-prev,
        .list-32 .list:hover .swiper-arrow .swiper-button-next {
            opacity: 1;
        }

@media screen and (max-width: 768px) {
    section.list-32 {
        padding: 40px 0;
    }

    .list-32 .list:hover .txt {
        bottom: 85px;
    }
}

@media screen and (max-width: 640px) {
    .list-32 .list {
        width: 100%;
    }
}

.list-36 {
    overflow: hidden;
}

    .list-36 .list-con {
        margin: 0px -10px;
    }

        .list-36 .list-con > div {
            width: 50%;
            float: left;
        }

        .list-36 .list-con .list {
            margin-bottom: 20px;
            padding: 0px 10px;
        }

            .list-36 .list-con .list .box {
                position: relative;
                overflow: hidden;
            }

                .list-36 .list-con .list .box b {
                    display: block;
                    padding-top: 100%;
                }

                .list-36 .list-con .list .box a {
                    display: block;
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                }

                    .list-36 .list-con .list .box a .txt-box {
                        padding: 0px 10px;
                        display: flex;
                        display: -webkit-flex;
                        display: -ms-flex;
                        justify-content: center;
                        -webkit-justify-content: center;
                        -moz-justify-content: center;
                        -ms-align-items: center;
                        align-items: center;
                        -webkit-align-items: center;
                        -moz-align-items: center;
                        -webkit-flex-direction: column;
                        -moz-flex-direction: column;
                        -ms-flex-direction: column;
                        -o-flex-direction: column;
                        flex-direction: column;
                        width: 100%;
                        height: 100%;
                    }

                        .list-36 .list-con .list .box a .txt-box * {
                            display: block;
                        }

                        .list-36 .list-con .list .box a .txt-box h2,
                        .list-36 .list-con .list .box a .txt-box h6 {
                            opacity: 0;
                            width: 100%;
                            text-align: center;
                        }

                        .list-36 .list-con .list .box a .txt-box h2 {
                            font-size: 16px;
                            -webkit-transform: translateY(-15px);
                            -ms-transform: translateY(-15px);
                            -o-transform: translateY(-15px);
                            transform: translateY(-15px);
                        }

                        .list-36 .list-con .list .box a .txt-box h6 {
                            -webkit-transform: translateY(15px);
                            -ms-transform: translateY(15px);
                            -o-transform: translateY(15px);
                            transform: translateY(15px);
                        }

                        .list-36 .list-con .list .box a .txt-box span {
                            width: 0;
                            margin: 10px auto;
                            height: 1px;
                            background: #000;
                        }

                .list-36 .list-con .list .box:hover {
                    box-shadow: rgba(0, 0, 0, 0.188235) 0px 17px 50px 0px;
                    -webkit-transform: translate3d(0px, -2px, 0px);
                    transform: translate3d(0px, -2px, 0px);
                }

                    .list-36 .list-con .list .box:hover a .txt-box {
                        background: rgba(255, 255, 255, 0.75);
                    }

                        .list-36 .list-con .list .box:hover a .txt-box h2,
                        .list-36 .list-con .list .box:hover a .txt-box h6 {
                            -webkit-transform: translateY(0);
                            -ms-transform: translateY(0);
                            -o-transform: translateY(0);
                            transform: translateY(0);
                            opacity: 1;
                        }

                        .list-36 .list-con .list .box:hover a .txt-box span {
                            width: 70px;
                        }

                    .list-36 .list-con .list .box:hover b {
                        transition: 5s ease-out;
                        -webkit-transition: 5s ease-out;
                        -ms-transition: 5s ease-out;
                        -moz-transition: 5s ease-out;
                        -o-transition: 5s ease-out;
                        -webkit-transition-delay: .5s;
                        -o-transition-delay: .5s;
                        transition-delay: .5s;
                        -webkit-transform: scale(1.2);
                        -ms-transform: scale(1.2);
                        -o-transform: scale(1.2);
                        transform: scale(1.2);
                    }

        .list-36 .list-con .right .list {
            width: 50%;
            float: left;
        }

@media screen and (max-width: 768px) {
    .list-36 .list-con {
        margin: 0;
    }

        .list-36 .list-con .left,
        .list-36 .list-con .right {
            width: 100%;
        }

        .list-36 .list-con .list {
            padding: 0px 5px;
            margin-bottom: 10px;
        }

            .list-36 .list-con .list .box a .txt-box h2 {
                font-size: 16px;
            }

            .list-36 .list-con .list .box a .txt-box span {
                margin: 5px auto;
            }
}

.banner-01 .contxt {
    padding: 10% 0;
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
    max-width: 705px;
    margin: 0 auto;
}

    .banner-01 .contxt h1 {
        font-size: 44px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .banner-01 .contxt p {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .banner-01 .contxt a {
        display: inline-block;
        padding: 16px 30px;
        border: 2px solid #fff;
        border-radius: 3px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }

        .banner-01 .contxt a:hover {
            background: #fff;
            color: #000;
        }

@media screen and (max-width: 768px) {
    .banner-01 .contxt {
        padding: 8% 20px;
    }

        .banner-01 .contxt h1 {
            font-size: 24px;
        }

        .banner-01 .contxt p {
            font-size: 16px;
        }

        .banner-01 .contxt a {
            padding: 10px 20px;
            font-size: 16px;
        }
}

.banner-02 {
    padding: 19% 0;
}

@media screen and (max-width: 640px) {
    .banner-02 {
        padding-top: 50%;
        padding-bottom: 0;
    }
}

.banner-03 a {
    position: relative;
    padding-top: 45%;
    display: block;
}

@media screen and (max-width: 640px) {
    .banner-03 a {
        padding-top: 50%;
    }
}

.banner-04 a {
    position: relative;
    padding-top: 31%;
    display: block;
}

@media screen and (max-width: 768px) {
    .banner-04 a {
        padding-top: 50%;
    }
}

.banner-05 .banner-img {
    position: relative;
    padding-top: 31%;
    display: block;
}

.banner-05 .txt {
    position: absolute;
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

    .banner-05 .txt h2 {
        font-size: 36px;
    }

    .banner-05 .txt h5 {
        font-size: 16px;
        margin-top: 10px;
        max-width: 540px;
    }

@media screen and (max-width: 1200px) {
    .banner-05 .txt {
        padding-left: 80px;
    }
}

@media screen and (max-width: 768px) {
    .banner-05 .banner-img {
        padding-top: 70%;
    }

    .banner-05 .txt {
        padding: 0px 15px;
    }

        .banner-05 .txt h2 {
            font-size: 24px;
        }

        .banner-05 .txt h5 {
            font-size: 14px;
        }
}

.banner-06 {
    position: relative;
}

    .banner-06 b {
        display: block;
        padding-top: 46%;
    }

    .banner-06 .swiper-pagination {
        bottom: 230px;
    }

        .banner-06 .swiper-pagination span {
            width: 11px;
            height: 11px;
            opacity: .5;
            background: #fff;
            border: none;
        }

            .banner-06 .swiper-pagination span.swiper-pagination-bullet-active {
                opacity: 1;
            }

    .banner-06 .bottom-swiper {
        width: 100%;
        height: 200px;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 10;
        padding-top: 20px;
    }

        .banner-06 .bottom-swiper .bottom-swiper-content {
            max-width: 1600px;
            margin: 0 auto;
        }

        .banner-06 .bottom-swiper .swiper-slide a {
            display: block;
            position: relative;
            padding-left: 45%;
            height: 160px;
        }

        .banner-06 .bottom-swiper .swiper-slide b {
            position: absolute;
            height: 160px;
            display: block;
            width: 45%;
            left: 0;
        }

        .banner-06 .bottom-swiper .swiper-slide .right {
            width: 100%;
            padding-left: 35px;
            padding-top: 10px;
        }

            .banner-06 .bottom-swiper .swiper-slide .right h5 {
                font-size: 16px;
                color: #fff;
            }

            .banner-06 .bottom-swiper .swiper-slide .right span,
            .banner-06 .bottom-swiper .swiper-slide .right p {
                color: #999;
            }

            .banner-06 .bottom-swiper .swiper-slide .right span {
                margin: 10px 0px 20px 0;
                display: block;
            }

            .banner-06 .bottom-swiper .swiper-slide .right p {
                line-height: 24px;
                height: 72px;
                overflow: hidden;
            }

        .banner-06 .bottom-swiper .swiper-button-next,
        .banner-06 .bottom-swiper .swiper-button-prev {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            margin-top: -15px;
        }

@media screen and (max-width: 1600px) {
    .banner-06 .bottom-swiper .bottom-swiper-content {
        padding: 0px 15px;
    }
}

@media screen and (max-width: 768px) {
    .banner-06 .swiper-pagination {
        bottom: 10px;
    }

        .banner-06 .swiper-pagination span {
            width: 8px;
            height: 8px;
            margin: 0px 3px;
        }

    .banner-06 .bottom-swiper {
        position: static;
        height: 130px;
        padding-top: 15px;
    }

        .banner-06 .bottom-swiper .swiper-slide .right {
            padding-left: 15px;
            padding-top: 5px;
        }

            .banner-06 .bottom-swiper .swiper-slide .right h5 {
                font-size: 14px;
            }

        .banner-06 .bottom-swiper .swiper-slide b,
        .banner-06 .bottom-swiper .swiper-slide a {
            height: 100px;
        }

        .banner-06 .bottom-swiper .swiper-slide .right span,
        .banner-06 .bottom-swiper .swiper-slide .right p {
            color: #fff;
        }

        .banner-06 .bottom-swiper .swiper-slide .right span {
            margin: 5px 0px;
        }

        .banner-06 .bottom-swiper .swiper-slide .right p {
            height: 45px;
            line-height: 22px;
            font-size: 12px;
        }
}

.banner-07 .banner-img {
    position: relative;
    padding-top: 44%;
    display: block;
}

.banner-07 .txt {
    position: absolute;
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

    .banner-07 .txt h2 {
        font-size: 44px;
    }

    .banner-07 .txt h5 {
        font-size: 24px;
        margin-top: 10px;
        max-width: 520px;
        max-height: 95px;
        overflow-y: auto;
    }

    .banner-07 .txt a {
        display: inline-block;
        font-size: 13px;
        padding: 10px 40px;
        border: 1px solid #fff;
        border-radius: 50px;
        color: #fff;
        margin-top: 20px;
    }

.banner-07 .swiper-pagination {
    bottom: 10%;
}

    .banner-07 .swiper-pagination span {
        width: 42px;
        height: 2px;
        opacity: .5;
        background: #fff;
        border: none;
        border-radius: 0;
    }

        .banner-07 .swiper-pagination span.swiper-pagination-bullet-active {
            opacity: 1;
        }

@media screen and (max-width: 1200px) {
    .banner-07 .txt {
        padding-left: 80px;
    }

        .banner-07 .txt h2 {
            font-size: 30px;
        }

        .banner-07 .txt h5 {
            font-size: 22px;
            margin-top: 10px;
            max-height: 90px;
        }

    .banner-07 .swiper-pagination span {
        width: 32px;
    }
}

@media screen and (max-width: 768px) {
    .banner-07 .banner-img {
        padding-top: 60%;
    }

    .banner-07 .txt {
        padding: 0px 15px;
    }

        .banner-07 .txt h2 {
            font-size: 24px;
        }

        .banner-07 .txt h5 {
            font-size: 14px;
            max-width: 180px;
        }

        .banner-07 .txt a {
            font-size: 12px;
            padding: 5px 20px;
        }

    .banner-07 .swiper-pagination {
        bottom: 10px;
    }

        .banner-07 .swiper-pagination span {
            width: 20px;
        }
}

@media screen and (max-width: 420px) {
    .banner-07 .txt h2 {
        font-size: 16px;
    }

    .banner-07 .txt h5 {
        font-size: 12px;
    }

    .banner-07 .txt a {
        padding: 2px 15px;
    }
}
/*banner08*/
.banner08 .banner-list .w1200 {
    position: relative;
    height: 100%;
}

.banner08 .banner-list .txt {
    position: absolute;
    right: 0;
    bottom: 120px;
    text-align: left;
    color: #fff;
    padding-right: 20px;
    max-width: 405px;
}

.banner08 .banner-list b {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner08 .banner-list > a {
    display: block;
    padding-top: 40%;
    position: relative;
    width: 100%;
}

.banner08 .txt h2 {
    font-size: 48px;
    font-weight: bold;
}

.banner08 .txt p,
.banner08 .txt span {
    font-size: 20px;
    display: block;
    padding-bottom: 10px;
}

.banner08 .txt p {
    border-bottom: 1px solid #fff;
    margin: 10px 0;
}

.banner08 .swiper-pagination span {
    background-color: #fff;
    border: none;
}

.banner08 .swiper-pagination-bullet {
    opacity: 1;
}

.banner08 .swiper-pagination-fraction,
.banner08 .swiper-pagination-custom,
.banner08 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
}

.banner08 .swiper-pagination span {
    width: 12px;
    height: 12px;
}

@media screen and (max-width: 1200px) {
    .banner08 .txt h2 {
        font-size: 30px;
    }

    .banner08 .banner-list .txt {
        bottom: 80px;
    }

    .banner08 .txt p,
    .banner08 .txt span {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .banner08 .txt h2 {
        font-size: 18px;
    }

    .banner08 .swiper-pagination span {
        width: 8px;
        height: 8px;
    }

    .banner08 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .banner08 .swiper-pagination-fraction,
    .banner08 .swiper-pagination-custom,
    .banner08 .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 10px;
    }

    .banner08 .txt p,
    .banner08 .txt span {
        line-height: 20px;
        max-height: 44px;
        font-size: 14px;
        max-width: none;
        overflow: hidden;
    }

    .banner08 .banner-list .txt {
        bottom: 65px;
        left: 0;
        text-align: center;
        width: 100%;
        padding: 0 10px;
    }

    .banner08 .txt p {
        border: none;
        margin: 5px 0;
    }

    .banner08 .banner-list > a {
        padding-top: 55%;
    }
}
/*banner09*/
.banner09 .banner-list .w1200 {
    position: relative;
    height: 100%;
}

.banner09 .banner-list .txt {
    width: 390px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -195px;
    margin-top: -75px;
    height: 150px;
}

.banner09 .banner-list .box {
    width: 360px;
    height: 300px;
    border: 5px solid #eb2235;
    position: absolute;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -180px;
}

.banner09 .banner-list b {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner09 .banner-list .img {
    padding-top: 40%;
    width: 100%;
}

.banner09 .txt h2 {
    font-size: 48px;
    font-weight: bold;
}

.banner09 .txt p,
.banner09 .txt span {
    font-size: 18px;
    line-height: 48px;
    overflow-y: auto;
    max-height: 100px;
    display: block;
}

.banner09 .banner-list .txt span {
    font-size: 12px;
    line-height: 24px;
}

.banner09 .swiper-button-next,
.banner09 .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0);
}

.banner09 .swiper-pagination span {
    background-color: #fff;
    border: none;
}

.banner09 .swiper-pagination-bullet {
    opacity: 1;
}

.banner09 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #ff0000;
}

.banner09 .swiper-pagination-fraction,
.banner09 .swiper-pagination-custom,
.banner09 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
}

.banner09 .swiper-pagination span {
    width: 12px;
    height: 12px;
}

@media screen and (max-width: 1024px) {
    .banner09 .txt h2 {
        font-size: 30px;
    }

    .banner09 .txt p {
        font-size: 16px;
    }

    .banner09 .banner-list .box {
        width: 230px;
        height: 220px;
        margin-left: -115px;
        margin-top: -110px;
    }

    .banner09 .banner-list .txt {
        width: 290px;
        margin-left: -145px;
    }
}

@media screen and (max-width: 640px) {
    .banner09 .txt h2 {
        font-size: 18px;
    }

    .banner09 .txt p {
        border: none;
        margin: 5px 0;
    }

    .banner09 .banner-list b,
    .banner09 .banner-list .img {
        padding-top: 60%;
    }

    .banner09 .banner-list .w1200 {
        position: static;
    }

    .banner09 .txt p,
    .banner09 .txt span {
        line-height: 26px;
    }

    .banner09 .banner-list .txt span {
        line-height: 18px;
        max-height: 54px;
    }

    .banner09 .txt p {
        font-size: 14px;
    }

    .banner09 .banner-list .box {
        height: 120px;
        margin-top: -70px;
        border-width: 2px;
    }

    .banner09 .banner-list .txt {
        height: 110px;
        margin-top: -55px;
    }

    .banner09 .banner-list .txt {
        width: 260px;
        margin-left: -130px;
    }

    .banner09 .swiper-pagination span {
        width: 10px;
        height: 10px;
    }

    .banner09 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .banner09 .swiper-pagination-fraction,
    .banner09 .swiper-pagination-custom,
    .banner09 .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 10px;
    }
}
/*banner10*/
.banner10 .list {
    position: relative;
}

    .banner10 .list .img {
        padding-top: 67%;
    }

        .banner10 .list .img b {
            display: block;
            height: 100%;
            width: 100%;
        }

    .banner10 .list .info {
        position: absolute;
        top: 20%;
        color: #fff;
    }

        .banner10 .list .info h2 {
            position: relative;
            font-size: 144px;
            color: #ff0000;
            font-weight: bold;
        }

            .banner10 .list .info h2:after {
                content: "";
                height: 6px;
                width: 60px;
                display: block;
                background: #ff0000;
                margin-bottom: 30px;
            }

        .banner10 .list .info span {
            font-size: 20px;
            line-height: 48px;
        }

        .banner10 .list .info h3 {
            font-size: 36px;
            line-height: 48px;
        }

        .banner10 .list .info p {
            font-size: 12px;
            line-height: 48px;
        }

        .banner10 .list .info a {
            color: #fff;
            display: block;
            width: 180px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            color: #ff0000;
            border-radius: 50px;
            border: 1px solid #ff0000;
            margin-top: 10px;
        }

.banner10 .swiper-button-next,
.banner10 .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0);
}

.banner10 .swiper-pagination span {
    background-color: #fff;
    border: none;
}

.banner10 .swiper-pagination-bullet {
    opacity: 1;
}

.banner10 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #ff0000;
}

.banner10 .swiper-pagination-fraction,
.banner10 .swiper-pagination-custom,
.banner10 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
}

.banner10 .swiper-pagination span {
    width: 12px;
    height: 12px;
}

@media screen and (max-width: 1200px) {
    .banner10 .list .info {
        padding-left: 80px;
        top: 10%;
    }

        .banner10 .list .info h2 {
            font-size: 120px;
        }

        .banner10 .list .info h3 {
            font-size: 30px;
        }
}

@media screen and (max-width: 768px) {
    .banner10 .list .info .content * {
        line-height: 30px;
    }

    .banner10 .list .info a {
        width: 120px;
        height: 35px;
        line-height: 35px;
        border-radius: 35px;
    }
}

@media screen and (max-width: 640px) {
    .banner10 .list .img {
        padding-top: 80%;
    }

    .banner10 .list .info {
        padding-left: 0;
        top: 5%;
    }

        .banner10 .list .info h2 {
            font-size: 60px;
        }

            .banner10 .list .info h2:after {
                height: 3px;
                width: 30px;
                margin-bottom: 10px;
            }

        .banner10 .list .info h3 {
            font-size: 24px;
        }

        .banner10 .list .info span {
            font-size: 18px;
        }

        .banner10 .list .info h3 {
            font-size: 20px;
        }

        .banner10 .list .info .content * {
            line-height: 26px;
        }

        .banner10 .list .info a {
            font-size: 12px;
            width: 90px;
            height: 26px;
            line-height: 26px;
            border-radius: 26px;
        }

    .banner10 .swiper-pagination span {
        width: 10px;
        height: 10px;
    }

    .banner10 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .banner10 .swiper-pagination-fraction,
    .banner10 .swiper-pagination-custom,
    .banner10 .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 10px;
    }
}
/*banner11*/
.banner11 .list {
    position: relative;
}

    .banner11 .list .img {
        padding-top: 67%;
    }

        .banner11 .list .img b {
            display: block;
            height: 100%;
            width: 100%;
        }

    .banner11 .list .info {
        position: absolute;
        top: 12%;
        color: #fff;
        left: 50%;
        width: 630px;
        margin-left: -315px;
        text-align: center;
    }

        .banner11 .list .info .content {
            margin-bottom: 12%;
        }

        .banner11 .list .info .content {
            -webkit-transform: translate(80%, 0);
            -moz-transform: translate(80%, 0);
            -ms-transform: translate(80%, 0);
            -o-transform: translate(80%, 0);
            transform: translate(80%, 0);
            opacity: 0;
        }

.banner11 .swiper-slide-active .info .content {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.banner11 .list .info .content span {
    font-size: 24px;
    line-height: 48px;
}

.banner11 .list .info .content h3 {
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
}

.banner11 .list .info .content p {
    font-size: 12px;
    line-height: 24px;
}

.banner11 .list .info b {
    display: block;
    width: 100%;
    height: 484px;
}

.banner11 .swiper-button-next,
.banner11 .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0);
}

.banner11 .swiper-pagination span {
    background-color: #fff;
    border: none;
}

.banner11 .swiper-pagination-bullet {
    opacity: 1;
}

.banner11 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #ff0000;
}

.banner11 .swiper-pagination-fraction,
.banner11 .swiper-pagination-custom,
.banner11 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
}

.banner11 .swiper-pagination span {
    width: 12px;
    height: 12px;
}

@media screen and (max-width: 768px) {
    .banner11 .list .info .content span {
        font-size: 16px;
        line-height: 22px;
    }

    .banner11 .list .info .content h3 {
        font-size: 22px;
    }

    .banner11 .list .info {
        width: 450px;
        margin-left: -225px;
    }
}

@media screen and (max-width: 640px) {
    .banner11 .list .info .content span {
        font-size: 14px;
        line-height: 22px;
    }

    .banner11 .list .info .content h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .banner11 .list .info .content p {
        line-height: 20px;
    }

    .banner11 .list .info {
        width: 300px;
        margin-left: -150px;
    }

    .banner11 .list .img {
        padding-top: 80%;
    }

    .banner11 .list .info .content {
        margin-bottom: 5%;
    }

    .banner11 .swiper-pagination span {
        width: 10px;
        height: 10px;
    }

    .banner11 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .banner11 .swiper-pagination-fraction,
    .banner11 .swiper-pagination-custom,
    .banner11 .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 10px;
    }
}
/*banner12*/
.banner12 .list {
    position: relative;
}

    .banner12 .list .img {
        padding-top: 67%;
    }

        .banner12 .list .img b {
            display: block;
            height: 100%;
            width: 100%;
        }

    .banner12 .list .info {
        position: absolute;
        top: 30%;
        color: #fff;
        left: 15%;
        text-align: left;
    }

        .banner12 .list .info .content {
            -webkit-transform: translate(80%, 0);
            -moz-transform: translate(80%, 0);
            -ms-transform: translate(80%, 0);
            -o-transform: translate(80%, 0);
            transform: translate(80%, 0);
            opacity: 0;
        }

.banner12 .swiper-slide-active .info .content {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.banner12 .list .info .content h3 {
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
}

.banner12 .list .info .content p {
    font-size: 20px;
    line-height: 48px;
}

.banner12 .list .info .content a {
    display: block;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid #ff0000;
    color: #ff0000;
    margin-top: 20px;
}

.banner12 .swiper-button-next,
.banner12 .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0);
}

.banner12 .swiper-pagination span {
    background-color: #fff;
    border: none;
}

.banner12 .swiper-pagination-bullet {
    opacity: 1;
}

.banner12 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #ff0000;
}

.banner12 .swiper-pagination-fraction,
.banner12 .swiper-pagination-custom,
.banner12 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
}

.banner12 .swiper-pagination span {
    width: 12px;
    height: 12px;
}

@media screen and (max-width: 768px) {
    .banner12 .list .info .content h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 640px) {
    .banner12 .list .info .content h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .banner12 .list .info .content p {
        line-height: 20px;
        font-size: 12px;
    }

    .banner12 .list .img {
        padding-top: 80%;
    }

    .banner12 .list .info {
        left: 5%;
    }

        .banner12 .list .info .content a {
            width: 100px;
            height: 35px;
            line-height: 35px;
            border-radius: 35px;
            font-size: 12px;
        }

    .banner12 .swiper-pagination span {
        width: 10px;
        height: 10px;
    }

    .banner12 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .banner12 .swiper-pagination-fraction,
    .banner12 .swiper-pagination-custom,
    .banner12 .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 10px;
    }
}
/*banner13*/
.banner13 .list {
    position: relative;
}

    .banner13 .list .img {
        padding-top: 67%;
    }

        .banner13 .list .img b {
            display: block;
            height: 100%;
            width: 100%;
        }

    .banner13 .list .info {
        position: absolute;
        top: 30%;
        left: 0;
        width: 100%;
        color: #fff;
        text-align: center;
    }

        .banner13 .list .info .content {
            text-transform: uppercase;
            -webkit-transform: translate(0%, -15%);
            -moz-transform: translate(0%, -15%);
            -ms-transform: translate(0%, -15%);
            -o-transform: translate(0%, -15%);
            transform: translate(0%, -15%);
            opacity: 0;
        }

        .banner13 .list .info .butn {
            text-transform: uppercase;
            -webkit-transform: translate(0%, 15%);
            -moz-transform: translate(0%, 15%);
            -ms-transform: translate(0%, 15%);
            -o-transform: translate(0%, 15%);
            transform: translate(0%, 15%);
            opacity: 0;
        }

.banner13 .swiper-slide-active .info .butn {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.banner13 .swiper-slide-active .info .content {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.banner13 .list .info .content span {
    font-size: 24px;
}

.banner13 .list .info .content h3 {
    margin: 10px 0;
    position: relative;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
}

    .banner13 .list .info .content h3:after {
        position: absolute;
        left: 50%;
        margin-left: -15px;
        content: "";
        display: block;
        width: 30px;
        height: 3px;
        background: #fff;
        margin-top: 15px;
    }

.banner13 .list .info .content p {
    font-size: 18px;
    line-height: 48px;
    margin-top: 20px;
}

.banner13 .list .info .butn a {
    display: inline-block;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid #ff0000;
    color: #ff0000;
    margin-top: 30px;
}

.banner13 .icon-right02:hover,
.banner13 .icon-left02:hover {
    color: #ff0000;
}

.banner13 .swiper-button-next,
.banner13 .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0);
}

.banner13 .swiper-pagination span {
    background-color: #fff;
    border: none;
}

.banner13 .swiper-pagination-bullet {
    opacity: 1;
}

.banner13 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #ff0000;
}

.banner13 .swiper-pagination-fraction,
.banner13 .swiper-pagination-custom,
.banner13 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
}

.banner13 .swiper-pagination span {
    width: 30px;
    height: 3px;
    border-radius: 0;
}

@media screen and (max-width: 768px) {
    .banner13 .list .info .content span {
        font-size: 18px;
    }

    .banner13 .list .info .content h3 {
        font-size: 24px;
        margin: 0;
    }

        .banner13 .list .info .content h3:after {
            margin-top: 0;
        }
}

@media screen and (max-width: 640px) {
    .banner13 .list .img {
        padding-top: 80%;
    }

    .banner13 .list .info {
        top: 20%;
    }

        .banner13 .list .info .content p {
            margin-top: 10px;
        }

        .banner13 .list .info .content h3 {
            font-size: 20px;
            line-height: 30px;
        }

            .banner13 .list .info .content h3:after {
                height: 2px;
            }

        .banner13 .list .info .content p {
            line-height: 20px;
            font-size: 12px;
        }

        .banner13 .list .info .butn a {
            width: 100px;
            height: 30px;
            line-height: 30px;
            border-radius: 30px;
            font-size: 12px;
            margin-top: 15px;
        }

    .banner13 .swiper-pagination span {
        width: 25px;
        height: 2px;
    }

    .banner13 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .banner13 .swiper-pagination-fraction,
    .banner13 .swiper-pagination-custom,
    .banner13 .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 20px;
    }
}
/*banner14*/
.banner14 .list {
    position: relative;
}

    .banner14 .list .img {
        padding-top: 67%;
    }

        .banner14 .list .img b {
            display: block;
            height: 100%;
            width: 100%;
        }

    .banner14 .list .container {
        position: absolute;
        top: 0;
        width: 100%;
        color: #fff;
        text-align: center;
        padding: 5% 10px 6% 0;
    }

        .banner14 .list .container .left {
            position: relative;
            padding-top: 50%;
            width: 50%;
        }

            .banner14 .list .container .left b {
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                width: 100%;
                height: 100%;
            }

    .banner14 .list .info {
        width: 50%;
        text-align: left;
        padding: 16.5% 0;
        padding-left: 50px;
    }

        .banner14 .list .info .butn a {
            display: inline-block;
            width: 180px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            border-radius: 50px;
            border: 1px solid #ff0000;
            color: #ff0000;
            margin-top: 30px;
        }

        .banner14 .list .info .content h3 {
            margin: 10px 0;
            font-size: 48px;
            line-height: 48px;
            text-transform: uppercase;
        }

        .banner14 .list .info .content p {
            font-size: 30px;
            line-height: 48px;
            margin-top: 20px;
        }

.banner14 .icon-right02:hover,
.banner14 .icon-left02:hover {
    color: #ff0000;
}

.banner14 .swiper-button-next,
.banner14 .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0);
}

.banner14 .swiper-pagination span {
    background-color: #fff;
    border: none;
}

.banner14 .swiper-pagination-bullet {
    opacity: 1;
}

.banner14 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #ff0000;
}

.banner14 .swiper-pagination-fraction,
.banner14 .swiper-pagination-custom,
.banner14 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
}

.banner14 .swiper-pagination span {
    width: 30px;
    height: 3px;
    border-radius: 0;
}

@media screen and (max-width: 1024px) {
    .banner14 .list .info {
        padding: 15% 0 15% 3%;
    }

        .banner14 .list .info .content h3 {
            margin: 10px 0;
            font-size: 36px;
            line-height: 48px;
        }

        .banner14 .list .info .content p {
            font-size: 24px;
            margin-top: 0px;
        }
}

@media screen and (max-width: 768px) {
    .banner14 .list .info {
        padding: 13% 0 13% 2%;
    }

        .banner14 .list .info .content h3 {
            font-size: 24px;
            margin: 0;
        }

        .banner14 .list .info .content p {
            font-size: 18px;
        }
}

@media screen and (max-width: 640px) {
    .banner14 .list .info {
        padding: 9% 0 9% 2%;
    }

        .banner14 .list .info .content p {
            line-height: 20px;
            font-size: 12px;
            margin-top: 10px;
        }

        .banner14 .list .info .content h3 {
            font-size: 18px;
            line-height: 20px;
        }

    .banner14 .list .container {
        padding: 12% 10px 14% 0;
    }

    .banner14 .list .img {
        padding-top: 80%;
    }

    .banner14 .list .info .butn a {
        width: 100px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        font-size: 12px;
        margin-top: 15px;
    }

    .banner14 .swiper-pagination span {
        width: 25px;
        height: 2px;
    }

    .banner14 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .banner14 .swiper-pagination-fraction,
    .banner14 .swiper-pagination-custom,
    .banner14 .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 20px;
    }
}
/*banner15*/
.banner15 .list {
    position: relative;
}

    .banner15 .list .img {
        padding-top: 67%;
    }

        .banner15 .list .img b {
            display: block;
            height: 100%;
            width: 100%;
        }

    .banner15 .list .container {
        position: absolute;
        top: 0;
        width: 100%;
        color: #fff;
        text-align: center;
        padding: 5% 10px 6% 0;
    }

        .banner15 .list .container .left {
            position: relative;
            padding-top: 50%;
            width: 50%;
        }

            .banner15 .list .container .left b {
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                width: 95%;
                height: 100%;
            }

    .banner15 .list .info {
        width: 50%;
        text-align: left;
        padding: 16.5% 10px 16.5% 3%;
    }

        .banner15 .list .info .content h3 {
            margin: 10px 0;
            font-size: 30px;
            line-height: 30px;
            text-transform: uppercase;
        }

        .banner15 .list .info .content p {
            font-size: 14px;
            line-height: 24px;
            margin-top: 20px;
        }

        .banner15 .list .info .butn a {
            display: inline-block;
            width: 180px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            border-radius: 50px;
            border: 1px solid #ff0000;
            color: #ff0000;
            margin-top: 30px;
        }

.banner15 .icon-right02:hover,
.banner15 .icon-left02:hover {
    color: #ff0000;
}

.banner15 .swiper-button-next,
.banner15 .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0);
}

.banner15 .swiper-pagination span {
    background-color: #fff;
    border: none;
}

.banner15 .swiper-pagination-bullet {
    opacity: 1;
}

.banner15 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #ff0000;
}

.banner15 .swiper-pagination-fraction,
.banner15 .swiper-pagination-custom,
.banner15 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
}

.banner15 .swiper-pagination span {
    width: 30px;
    height: 3px;
    border-radius: 0;
}

@media screen and (max-width: 1024px) {
    .banner15 .list .info {
        padding: 15% 10px 15% 3%;
    }

        .banner15 .list .info .content h3 {
            margin: 10px 0;
            font-size: 24px;
            line-height: 24px;
        }
}

@media screen and (max-width: 768px) {
    .banner15 .list .info {
        padding: 13% 10px 13% 2%;
    }

        .banner15 .list .info .content h3 {
            font-size: 24px;
            margin: 0;
        }
}

@media screen and (max-width: 640px) {
    .banner15 .list .info {
        padding: 0% 10px 0% 2%;
    }

        .banner15 .list .info .content h3 {
            font-size: 18px;
            line-height: 18px;
        }

        .banner15 .list .info .content p {
            line-height: 18px;
            font-size: 12px;
            margin-top: 10px;
        }

        .banner15 .list .info .butn a {
            width: 100px;
            height: 30px;
            line-height: 30px;
            border-radius: 30px;
            font-size: 12px;
            margin-top: 15px;
        }

    .banner15 .list .container {
        padding: 12% 10px 14% 0;
    }

    .banner15 .list .img {
        padding-top: 80%;
    }

    .banner15 .swiper-pagination span {
        width: 25px;
        height: 2px;
    }

    .banner15 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .banner15 .swiper-pagination-fraction,
    .banner15 .swiper-pagination-custom,
    .banner15 .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 20px;
    }
}
/*banner16*/
.banner16 .list {
    position: relative;
}

    .banner16 .list .img {
        padding-top: 67%;
    }

        .banner16 .list .img b {
            display: block;
            height: 100%;
            width: 100%;
        }

    .banner16 .list .container {
        position: absolute;
        left: 0;
        top: 60%;
        width: 100%;
        color: #fff;
        text-align: center;
    }

        .banner16 .list .container .info {
            position: absolute;
            left: 0;
            width: 100%;
        }

            .banner16 .list .container .info h3 {
                font-size: 48px;
                text-transform: uppercase;
            }

            .banner16 .list .container .info p {
                font-size: 24px;
                line-height: 48px;
            }

            .banner16 .list .container .info a {
                display: inline-block;
                width: 180px;
                height: 50px;
                border: 1px solid #d6b96c;
                line-height: 50px;
                color: #d6b96c;
            }

            .banner16 .list .container .info .butn {
                margin-top: 10px;
            }

.banner16 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #d6b96c;
}

.banner16 .swiper-pagination-fraction,
.banner16 .swiper-pagination-custom,
.banner16 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
}

.banner16 .swiper-pagination span {
    border: none;
    width: 30px;
    height: 3px;
    border-radius: 0;
    background: #fff;
}

.banner16 .swiper-pagination-bullet {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .banner16 .list .container {
        top: 50%;
    }
}

@media screen and (max-width: 768px) {
    .banner16 .list .container {
        top: 40%;
    }

        .banner16 .list .container .info h3 {
            font-size: 24px;
        }

        .banner16 .list .container .info p {
            font-size: 18px;
        }

        .banner16 .list .container .info a {
            width: 90px;
            height: 35px;
            line-height: 35px;
            font-size: 12px;
        }
}

@media screen and (max-width: 640px) {
    .banner16 .list .container {
        top: 20%;
    }

    .banner16 .swiper-pagination span {
        width: 20px;
        height: 2px;
    }

    .banner16 .list .container .info p {
        line-height: 30px;
    }

    .banner16 .swiper-pagination-fraction,
    .banner16 .swiper-pagination-custom,
    .banner16 .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 15px;
    }
}

.banner17 img {
    display: block;
}

.slider-01 .owl-carousel {
    padding-bottom: 70px;
}

    .slider-01 .owl-carousel .list {
        width: 100%;
        float: left;
        padding: 0px 8px;
    }

        .slider-01 .owl-carousel .list .box {
            border: 1px solid #eee;
        }

            .slider-01 .owl-carousel .list .box .img a {
                position: relative;
                padding-top: 56%;
                overflow: hidden;
                display: block;
            }

            .slider-01 .owl-carousel .list .box .con {
                padding: 30px 0;
                background: #fff;
                border-top: 1px solid #eee;
            }

                .slider-01 .owl-carousel .list .box .con .tit a {
                    font-size: 16px;
                    color: #000;
                }

                .slider-01 .owl-carousel .list .box .con .tit02 {
                    color: #999;
                }

@media screen and (max-width: 500px) {
    .slider-01 .owl-carousel .list .box .con {
        padding: 20px 0;
    }
}

.slide-01 {
    color: #000;
}

    .slide-01 .slide-01-container {
        margin-top: 35px;
        padding-bottom: 100px;
    }

        .slide-01 .slide-01-container .list {
            width: 100%;
            float: left;
            padding: 0px 8px;
        }

            .slide-01 .slide-01-container .list .box {
                border: 1px solid #eee;
            }

                .slide-01 .slide-01-container .list .box .img a {
                    position: relative;
                    display: block;
                    overflow: hidden;
                    padding-top: 56%;
                    border-bottom: 1px solid #eee;
                }

                .slide-01 .slide-01-container .list .box .con {
                    padding: 30px 10px;
                    background: #fff;
                }

                    .slide-01 .slide-01-container .list .box .con .tit a {
                        font-size: 16px;
                        color: #000;
                    }

                    .slide-01 .slide-01-container .list .box .con .tit02 {
                        color: #999;
                    }

        .slide-01 .slide-01-container .swiper-bottom {
            position: absolute;
            bottom: 0;
            width: 280px;
            left: 50%;
            margin-left: -140px;
        }

            .slide-01 .slide-01-container .swiper-bottom > * {
                border: 1px solid #eee;
                color: #c4c4c4;
                height: 60px;
                text-align: center;
                line-height: 58px;
                background: #fff;
            }

            .slide-01 .slide-01-container .swiper-bottom a {
                display: block;
                margin: 0 auto;
                width: 140px;
                font-size: 22px;
            }

        .slide-01 .slide-01-container .swiper-button-prev,
        .slide-01 .slide-01-container .swiper-button-next {
            top: auto;
            bottom: 0;
            width: 60px;
            font-size: 18px;
            left: 0;
            right: 0;
            opacity: 1;
        }

        .slide-01 .slide-01-container .swiper-button-next {
            right: 0;
            left: auto;
        }

        .slide-01 .slide-01-container .swiper-bottom > *:hover {
            color: #fff;
        }

@media screen and (max-width: 500px) {
    .slide-01 .slide-01-container {
        padding-bottom: 80px;
    }

        .slide-01 .slide-01-container .list {
            padding: 0;
        }

            .slide-01 .slide-01-container .list .box .con {
                padding: 20px 0;
            }

        .slide-01 .slide-01-container .swiper-bottom {
            width: 240px;
            margin-left: -120px;
        }

            .slide-01 .slide-01-container .swiper-bottom > * {
                height: 40px;
                line-height: 38px;
            }

        .slide-01 .slide-01-container .swiper-button-prev,
        .slide-01 .slide-01-container .swiper-button-next {
            width: 40px;
        }
}

.slide-02 .index-tit22 {
    margin-bottom: 60px;
}

.slide-02 .swiper-container {
    margin: 0 auto;
}

    .slide-02 .swiper-container .swiper-button-prev,
    .slide-02 .swiper-container .swiper-button-next {
        color: #999;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -90px;
        font-size: 12px;
        background: #fff;
        opacity: .5 !important;
    }

    .slide-02 .swiper-container:hover .swiper-button-next,
    .slide-02 .swiper-container:hover .swiper-button-prev {
        opacity: .8 !important;
        color: #fff;
    }

.slide-02 .swiper-slide {
    text-align: center;
}

    .slide-02 .swiper-slide .img {
        position: relative;
    }

        .slide-02 .swiper-slide .img b {
            display: block;
            padding-top: 75%;
        }

        .slide-02 .swiper-slide .img img {
            width: 100%;
            display: block;
        }

        .slide-02 .swiper-slide .img .img-box {
            position: absolute;
            left: 0;
            top: 0;
            background: rgba(245, 245, 245, 0.8);
            display: table;
            width: 100%;
        }

            .slide-02 .swiper-slide .img .img-box > div {
                display: table-cell;
                vertical-align: middle;
            }

    .slide-02 .swiper-slide h5 {
        font-size: 18px;
        color: #333;
        margin: 20px 0px 5px;
    }

    .slide-02 .swiper-slide h6 {
        font-size: 14px;
        margin-top: 5px;
    }

    .slide-02 .swiper-slide .contxt {
        display: none;
    }

        .slide-02 .swiper-slide .contxt p {
            line-height: 28px;
            height: 60px;
            overflow: hidden;
            margin-top: 20px;
        }

    .slide-02 .swiper-slide.swiper-slide-active .contxt {
        display: block;
    }

    .slide-02 .swiper-slide.swiper-slide-active .img h5 {
        transform: translateY(-100px);
        opacity: 0;
    }

    .slide-02 .swiper-slide.swiper-slide-active .img h6 {
        transform: translateY(100px);
        opacity: 0;
    }

    .slide-02 .swiper-slide.swiper-slide-active .img-box {
        opacity: 0;
    }

.slide-02 .more {
    width: 120px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ccc;
    line-height: 38px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

.slide-03 .swiper-slide .img b {
    display: block;
    padding-top: 110%;
}

.slide-03 .swiper-container .swiper-button-prev,
.slide-03 .swiper-container .swiper-button-next {
    color: #999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    font-size: 12px;
    background: #fff;
    opacity: .5 !important;
}

.slide-03 .swiper-container:hover .swiper-button-next,
.slide-03 .swiper-container:hover .swiper-button-prev {
    opacity: .8 !important;
    color: #fff;
}

.slide-03 .swiper-slide .bottom {
    height: 80px;
    color: #fff;
    text-align: center;
    padding: 0px 10px;
    line-height: 24px;
    padding-top: 15px;
}

    .slide-03 .swiper-slide .bottom h5 {
        font-size: 16px;
    }

.slide-03 .more {
    width: 120px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ccc;
    line-height: 38px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .slide-03 .more {
        margin-top: 15px;
    }

    .slide-03 .swiper-slide .bottom {
        height: 70px;
        padding-top: 10px;
    }
}

.slide-04 {
    overflow: hidden;
}

    .slide-04 .swiper-container {
        margin: 20px -10%;
    }

    .slide-04 .list {
        text-align: center;
    }

        .slide-04 .list .bg {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 2;
            opacity: 1;
        }

        .slide-04 .list b {
            display: block;
            padding-top: 72%;
        }

        .slide-04 .list .txt {
            height: 60px;
            line-height: 60px;
            color: #fff;
            position: absolute;
            bottom: -60px;
            left: 0;
            background: rgba(217, 80, 64, 0.8);
            width: 100%;
            font-size: 18px;
            z-index: 3;
            padding: 0px 10px;
        }

    .slide-04 .swiper-slide-next .list .txt {
        bottom: 0;
    }

        .slide-04 .swiper-slide-next .list .txt h5 {
            display: block;
        }

    .slide-04 .swiper-slide-next .list .bg {
        opacity: 0;
    }

    .slide-04 .swiper-arrow {
        max-width: 1060px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
    }

    .slide-04 .more {
        width: 120px;
        height: 40px;
        border-radius: 3px;
        border: 1px solid #ccc;
        line-height: 38px;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-top: 50px;
    }

@media screen and (max-width: 768px) {
    .slide-04 .swiper-container {
        margin: 0;
    }

    .slide-04 .more {
        margin-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    .slide-04 .swiper-slide-next .list .txt {
        bottom: inherit;
    }

    .slide-04 .swiper-slide-next .list .bg {
        opacity: inherit;
    }

    .slide-04 .swiper-slide-active .list .txt {
        bottom: 0;
    }

    .slide-04 .swiper-slide-active .list .bg {
        opacity: 0;
    }
}

.slide-06 .index-tit22 h2 {
    font-size: 48px;
}

.slide-06 .index-tit22 h6 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.slide-06 .more {
    display: block;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    background: #333;
    margin: 0 auto;
}

    .slide-06 .more:after {
        display: inline-block;
        content: '';
        width: 7px;
        height: 7px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg) translateY(-1px);
        margin-left: 2px;
    }

.slide-06 b {
    display: block;
    padding-top: 55%;
}

.slide-06 .swiper-button-next,
.slide-06 .swiper-button-prev {
    border-radius: 50%;
}

.slide-06 .swiper-button-next {
    right: 10px;
}

.slide-06 .swiper-button-prev {
    left: 10px;
}

@media screen and (max-width: 768px) {
    .slide-06 .index-tit22 {
        margin-bottom: 15px;
    }

        .slide-06 .index-tit22 h2 {
            font-size: 20px;
        }

        .slide-06 .index-tit22 h6 {
            font-size: 14px;
            margin: 15px 0;
        }

    .slide-06 .more {
        width: 110px;
        height: 30px;
        line-height: 30px;
    }
}
/*.slide-07*/
section.slide-07 {
    padding-bottom: 30px;
    position: relative;
    background: none;
}

.slide-07 > b {
    display: block;
    margin-bottom: 30px;
    height: inherit;
    top: 0;
    bottom: 0;
}

.slide-07 > div {
    height: 600px;
}

.slide-07 .swiper-wrapper {
    margin-bottom: 30px;
}

.slide-07 .w1200 {
    padding-left: 30px;
    position: relative;
}

.slide-07 .tit {
    text-align: center;
    color: #fff;
    padding: 90px 0;
}

    .slide-07 .tit h2 {
        font-size: 30px;
    }

    .slide-07 .tit p {
        padding-top: 4px;
    }

.slide-07 .content {
    position: relative;
}

    .slide-07 .content .left b {
        display: block;
        height: 360px;
        position: relative;
        z-index: 1;
    }

    .slide-07 .content .left {
        width: 35%;
        position: relative;
    }

.slide-07 .box {
    position: absolute;
    bottom: -30px;
    left: 0px;
    width: 36.6%;
    height: 260px;
    background: #d95040;
    z-index: 0;
}

.slide-07 .content .right {
    width: 65%;
    height: 360px;
    padding: 60px;
    background: #fff;
}

    .slide-07 .content .right .info {
        margin-bottom: 15px;
    }

        .slide-07 .content .right .info h2 {
            font-size: 18px;
            color: #333;
        }

        .slide-07 .content .right .info p {
            padding-top: 5px;
        }

    .slide-07 .content .right p {
        line-height: 24px;
        color: #888;
        padding-right: 50px;
        text-align: justify;
    }

    .slide-07 .content .right > p {
        height: 72px;
        overflow: hidden;
    }

    .slide-07 .content .right a {
        margin-top: 50px;
        display: inline-block;
        padding: 12px 30px;
        border-radius: 6px;
    }

        .slide-07 .content .right a:hover {
            color: #fff;
        }

        .slide-07 .content .right a i {
            padding-left: 10px;
        }

.slide-07 .content .list {
    position: relative;
}

.slide-07 .content .prev,
.slide-07 .content .next {
    cursor: pointer;
    top: 50%;
    margin-top: -30px;
    position: absolute;
    z-index: 5;
    width: 60px;
    height: 60px;
    color: #fff;
    background: #999;
    text-align: center;
    line-height: 60px;
}

.slide-07 .content > div > i {
    font-size: 20px;
}

.slide-07 .content .prev {
    left: 1px;
}

.slide-07 .content .next {
    right: 0;
}

@media screen and (max-width: 1024px) {
    .slide-07 .tit {
        padding: 40px 0;
    }

    .slide-07 > div {
        height: 500px;
    }

    .slide-07 .box {
        width: 36.5%;
    }
}

@media screen and (max-width: 768px) {
    .slide-07 .box {
        width: 37.1%;
    }
}

@media screen and (max-width: 640px) {
    section.slide-07 {
        padding-bottom: 0;
    }

    .slide-07 > b {
        margin-bottom: 15px;
    }

    .slide-07 .w1200 {
        padding-left: 10px;
    }

    .slide-07 > div {
        height: 100%;
    }

    .slide-07 .tit {
        padding: 20px 0;
    }

        .slide-07 .tit h2 {
            font-size: 18px;
        }

    .slide-07 .box {
        display: none;
    }

    .slide-07 .content .left b {
        height: 0;
        padding-top: 80%;
    }

    .slide-07 .content .left,
    .slide-07 .content .right {
        width: 100%;
    }

    .slide-07 .content .right {
        padding: 15px;
        height: 100%;
    }

        .slide-07 .content .right .info {
            margin-bottom: 10px;
        }

        .slide-07 .content .right > p {
            padding: 0;
        }

        .slide-07 .content .right a {
            padding: 8px 12px;
            margin-top: 15px;
        }
}
/*slide-08*/
.slide-08 .tit {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

    .slide-08 .tit h2 {
        font-size: 30px;
    }

    .slide-08 .tit p {
        color: #999;
        line-height: 22px;
    }

.slide-08 .list {
    text-align: center;
}

    .slide-08 .list .box .img {
        display: block;
        position: relative;
        padding-top: 100%;
        border-radius: 100%;
        overflow: hidden;
    }

        .slide-08 .list .box .img b {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            height: 100%;
            width: 100%;
            border-radius: 50%;
        }

    .slide-08 .list .box h3 {
        font-size: 18px;
        color: #333;
        line-height: 28px;
        margin-top: 15px;
        display: block;
    }

    .slide-08 .list .box p {
        color: #333;
        line-height: 28px;
    }

.slide-08 .swiper-button-next,
.slide-08 .swiper-button-prev {
    width: 25px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin-top: -45px;
}

@media screen and (max-width: 1024px) {
    .slide-08 .tit {
        margin-bottom: 30px;
    }

        .slide-08 .tit h2 {
            font-size: 26px;
        }
}

@media screen and (max-width: 640px) {
    .slide-08 .tit {
        margin-bottom: 20px;
    }

        .slide-08 .tit h2 {
            font-size: 18px;
        }

    .slide-08 .list .box h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .slide-08 .list .box p {
        line-height: 20px;
        font-size: 12px;
    }
}
/*slide-09*/
.slide-09 .content {
    margin: 0 50px;
    min-height: 320px;
    padding-bottom: 30px;
}

    .slide-09 .content .list {
        padding: 2px;
    }

        .slide-09 .content .list > a {
            position: static;
        }

        .slide-09 .content .list .box {
            text-align: center;
            position: absolute;
            left: 2px;
        }

            .slide-09 .content .list .box .img {
                width: 230px;
                height: 230px;
                border-radius: 100%;
                overflow: hidden;
            }

            .slide-09 .content .list .box p {
                font-size: 18px;
                margin-top: 15px;
            }

    .slide-09 .content .list {
        position: relative;
        padding-left: 230px;
    }

        .slide-09 .content .list .box .img b {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

        .slide-09 .content .list .info {
            padding: 0 45px;
        }

            .slide-09 .content .list .info h2 {
                font-size: 30px;
            }

            .slide-09 .content .list .info span {
                color: #999;
            }

            .slide-09 .content .list .info p {
                text-align: justify;
                line-height: 28px;
                margin-top: 30px;
                height: 140px;
                overflow: hidden;
            }

.slide-09 .swiper-button-next,
.slide-09 .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0);
}

.slide-09 .swiper-pagination span {
    background-color: #999;
    border: none;
}

.slide-09 .swiper-pagination-bullet {
    opacity: 1;
}

.slide-09 .swiper-pagination-fraction,
.slide-09 .swiper-pagination-custom,
.slide-09 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
}

.slide-09 .swiper-pagination span {
    width: 12px;
    height: 12px;
}

@media screen and (max-width: 1024px) {
    .slide-09 .content .list .box,
    .slide-09 .content .list .box .img {
        width: 180px;
        height: 180px;
    }

    .slide-09 .content .list {
        padding-left: 180px;
    }

        .slide-09 .content .list .info p {
            height: 112px;
        }

    .slide-09 .content {
        min-height: 265px;
    }

        .slide-09 .content .list .info h2 {
            font-size: 22px;
        }

        .slide-09 .content .list .info p {
            margin-top: 20px;
        }
}

@media screen and (max-width: 640px) {
    .slide-09 .content .list .box {
        position: static;
        margin: 0 auto;
    }

        .slide-09 .content .list .box p {
            font-size: 16px;
            margin-top: 10px;
        }

    .slide-09 .content .list {
        padding-left: 0;
    }

        .slide-09 .content .list .info {
            padding: 0;
            margin-top: 50px;
        }

            .slide-09 .content .list .info h2 {
                font-size: 18px;
            }

            .slide-09 .content .list .info p {
                height: auto;
            }

    .slide-09 .content {
        margin: 0 10px;
    }

        .slide-09 .content .list .info p {
            margin-top: 10px;
            line-height: 24px;
        }

    .slide-09 .swiper-pagination span {
        width: 10px;
        height: 10px;
    }

    .slide-09 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .slide-09 .swiper-pagination-fraction,
    .slide-09 .swiper-pagination-custom,
    .slide-09 .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 0;
    }
}
/*slide-10*/
.slide-10 .content {
    margin: 0 50px;
    min-height: 260px;
    padding-bottom: 30px;
}

    .slide-10 .content .list > a {
        position: static;
    }

    .slide-10 .content .list .box {
        width: 30%;
        text-align: center;
        position: absolute;
        left: 0;
    }

    .slide-10 .content .list .box {
        width: 230px;
        height: 230px;
        border-radius: 100%;
        overflow: hidden;
    }

        .slide-10 .content .list .box .img {
            width: 100%;
            height: 100%;
        }

    .slide-10 .content .list {
        position: relative;
        padding-left: 230px;
    }

        .slide-10 .content .list .box .img b {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

        .slide-10 .content .list .info {
            padding: 0 45px;
        }

            .slide-10 .content .list .info h2 {
                font-size: 20px;
            }

            .slide-10 .content .list .info span {
                color: #999;
            }

            .slide-10 .content .list .info p {
                text-align: justify;
                line-height: 28px;
                margin-top: 30px;
                height: 140px;
                overflow: hidden;
            }

.slide-10 .swiper-pagination span {
    background-color: #ccc;
    border: none;
}

.slide-10 .swiper-pagination-bullet {
    opacity: 1;
}

.slide-10 .swiper-pagination-fraction,
.slide-10 .swiper-pagination-custom,
.slide-10 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
}

.slide-10 .swiper-pagination span {
    width: 40px;
    height: 3px;
    border-radius: 0;
}

@media screen and (max-width: 1024px) {
    .slide-10 .content .list .box {
        width: 180px;
        height: 180px;
    }

    .slide-10 .content .list {
        padding-left: 180px;
    }

        .slide-10 .content .list .info p {
            height: 112px;
        }

    .slide-10 .content {
        min-height: 220px;
    }

        .slide-10 .content .list .info h2 {
            font-size: 18px;
        }

        .slide-10 .content .list .info p {
            margin-top: 20px;
        }
}

@media screen and (max-width: 640px) {
    .slide-10 .content .list .box {
        position: static;
        margin: 0 auto;
    }

    .slide-10 .content .list {
        padding-left: 0;
    }

        .slide-10 .content .list .info {
            padding: 0;
            margin-top: 20px;
        }

            .slide-10 .content .list .info h2 {
                font-size: 18px;
            }

            .slide-10 .content .list .info p {
                height: auto;
            }

    .slide-10 .content {
        margin: 0 10px;
    }

        .slide-10 .content .list .info p {
            margin-top: 10px;
            line-height: 24px;
        }

    .slide-10 .swiper-pagination span {
        width: 30px;
    }
}
/*slide-11*/
.slide-11 .content .list .box .img {
    width: 210px;
    height: 210px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

    .slide-11 .content .list .box .img b {
        display: block;
        width: 210px;
        height: 210px;
    }

.slide-11 .content .list:hover .box .img b {
    transform: scale(1.1);
}

.slide-11 .content .list .info {
    text-align: center;
    padding: 0 160px;
}

    .slide-11 .content .list .info h2 {
        font-size: 18px;
        color: #333;
        margin: 30px 0 10px 0;
    }

    .slide-11 .content .list .info span {
        color: #999;
    }

    .slide-11 .content .list .info p {
        line-height: 28px;
        margin-top: 20px;
    }

.slide-11 .swiper-pagination {
    bottom: 0;
}

.slide-11 .swiper-button-next,
.slide-11 .swiper-button-prev {
    opacity: 1 !important;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #e0e0e0;
}

@media screen and (max-width: 768px) {
    .slide-11 .content .list .info {
        padding: 0 30px;
    }
}

@media screen and (max-width: 768px) {
    .slide-11 .content .list .info {
        padding: 0px;
    }

        .slide-11 .content .list .info p {
            line-height: 24px;
            margin-top: 10px;
        }

        .slide-11 .content .list .info h2 {
            margin: 20px 0 10px 0;
        }
}
/*.slide-12*/
/*.slide-12 .content{padding-left: 70px;}*/
.slide-12 .content .list {
    position: relative;
    padding-right: 240px;
    padding-top: 30px;
}

    .slide-12 .content .list .info {
        background: #ebebeb;
        padding: 40px 100px;
        min-height: 320px;
    }

        .slide-12 .content .list .info h2 {
            font-size: 18px;
            color: #333;
            margin-bottom: 5px;
            position: relative;
        }

            .slide-12 .content .list .info h2:after {
                position: absolute;
                display: block;
                content: "";
                width: 70px;
                height: 2px;
                background: #999;
                left: -100px;
                top: 50%;
            }

        .slide-12 .content .list .info span {
            color: #999;
        }

        .slide-12 .content .list .info a {
            position: absolute;
            right: 0;
            top: 0;
            display: block;
            width: 40px;
            height: 40px;
            border: 1px solid #d4d4d4;
            line-height: 40px;
            border-radius: 50%;
            text-align: center;
        }

            .slide-12 .content .list .info a:hover i {
                color: #fff;
            }

        .slide-12 .content .list .info i {
            font-size: 30px;
            color: #d4d4d4;
        }

        .slide-12 .content .list .info p {
            line-height: 28px;
            margin-top: 40px;
            max-height: 84px;
            overflow: hidden;
        }

        .slide-12 .content .list .info .tit {
            position: relative;
        }

    .slide-12 .content .list .box b {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 240px;
        height: 300px;
    }

.slide-12 .bottom {
    position: relative;
    left: 0px;
    bottom: 30px;
}

.slide-12 .swiper-button-next,
.slide-12 .swiper-button-prev {
    opacity: 1 !important;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #e0e0e0;
}

.slide-12 .swiper-button-next {
    left: 70px;
}

@media screen and (max-width: 1024px) {
    .slide-12 .content .list .info {
        padding: 20px 50px;
    }

        .slide-12 .content .list .info h2:after {
            width: 35px;
            left: -50px;
        }
}

@media screen and (max-width: 768px) {
    .slide-12 .content .list .info p {
        max-height: 140px;
    }
}

@media screen and (max-width: 640px) {
    .slide-12 .content .list {
        padding-top: 0;
    }

        .slide-12 .content .list .box b {
            position: static;
            margin: 0 auto;
            width: 100%;
            height: 0;
            padding-top: 100%;
        }

    .slide-12 .content .list {
        padding-right: 0;
    }

        .slide-12 .content .list .info {
            padding: 20px 15px;
            min-height: 0;
        }

            .slide-12 .content .list .info h2:after {
                display: none;
            }

            .slide-12 .content .list .info a {
                width: 30px;
                height: 30px;
                line-height: 30px;
            }

                .slide-12 .content .list .info a i {
                    font-size: 20px;
                }

            .slide-12 .content .list .info p {
                max-height: none;
                line-height: 24px;
                margin-top: 15px;
            }
}
/*.list-37*/
.list-37 .tit {
    text-align: center;
}

    .list-37 .tit h2 {
        font-size: 30px;
        line-height: 30px;
        color: #333;
    }

    .list-37 .tit h4 {
        text-transform: uppercase;
        line-height: 30px;
        color: #999;
    }

    .list-37 .tit p {
        line-height: 24px;
        padding: 20px 0 40px;
    }

.list-37 table {
    width: 100%;
    border-top: 3px solid #333;
}

    .list-37 table td {
        width: 25%;
        padding: 0 20px;
    }

    .list-37 table tr {
        border-bottom: 1px solid #ddd;
    }

    .list-37 table thead tr {
        height: 60px;
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }

    .list-37 table tbody tr {
        height: 140px;
    }

    .list-37 table tbody td {
        vertical-align: top;
        padding: 20px;
        line-height: 24px;
    }

@media screen and (max-width: 768px) {
    .list-37 .tit h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .list-37 .tit h4 {
        line-height: 24px;
    }

    .list-37 table td {
        padding: 0 10px;
    }

    .list-37 .tit p {
        padding: 10px 0 20px;
    }

    .list-37 table tbody td {
        padding: 10px;
    }
}

@media screen and (max-width: 640px) {
    .list-37 .tit h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .list-37 .tit p {
        padding: 5px 0 20px;
        line-height: 22px;
    }

    .list-37 table {
        border-top-width: 2px;
    }

        .list-37 table td {
            padding: 0 5px;
        }

        .list-37 table tbody td {
            padding: 5px;
            line-height: 22px;
        }

        .list-37 table thead tr {
            height: 40px;
            font-size: 14px;
        }
}
/*.list-38*/
.list-38 .tit {
    text-align: center;
}

    .list-38 .tit h2 {
        font-size: 30px;
        line-height: 30px;
        color: #333;
    }

    .list-38 .tit h4 {
        text-transform: uppercase;
        line-height: 30px;
        color: #999;
    }

.list-38 table {
    width: 100%;
    margin-top: 45px;
}

    .list-38 table td {
        width: 25%;
        padding: 0 20px;
    }

    .list-38 table tr {
        border-bottom: 1px solid #ddd;
    }

    .list-38 table thead tr {
        height: 60px;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        background: #333;
    }

    .list-38 table tbody tr {
        height: 140px;
    }

    .list-38 table tbody td {
        vertical-align: top;
        padding: 20px;
        line-height: 24px;
    }

@media screen and (max-width: 768px) {
    .list-38 .tit h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .list-38 .tit h4 {
        line-height: 24px;
    }

    .list-38 table {
        margin-top: 30px;
    }

        .list-38 table td {
            padding: 0 10px;
        }

        .list-38 table tbody td {
            padding: 10px;
        }
}

@media screen and (max-width: 640px) {
    .list-38 .tit h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .list-38 table {
        margin-top: 20px;
    }

        .list-38 table td {
            padding: 0 5px;
        }

        .list-38 table tbody td {
            padding: 5px;
            line-height: 22px;
        }

        .list-38 table thead tr {
            height: 40px;
            font-size: 14px;
        }
}
/*.list-39*/
.list-39 .tit {
    text-align: center;
}

    .list-39 .tit h2 {
        font-size: 30px;
        line-height: 30px;
        color: #333;
    }

    .list-39 .tit h4 {
        text-transform: uppercase;
        line-height: 30px;
        color: #999;
    }

.list-39 table {
    width: 100%;
    margin-top: 45px;
}

    .list-39 table td {
        width: 25%;
        padding: 0 20px;
    }

    .list-39 table tbody td {
        border: 1px solid #ddd;
    }

    .list-39 table thead tr {
        height: 60px;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        background: #2269de;
        border: 1px solid #2269de;
    }

    .list-39 table tbody tr {
        height: 140px;
    }

        .list-39 table tbody tr:nth-child(even) {
            background: #f5f5f5;
        }

    .list-39 table tbody td {
        vertical-align: top;
        padding: 20px;
        line-height: 24px;
    }

@media screen and (max-width: 768px) {
    .list-39 .tit h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .list-39 .tit h4 {
        line-height: 24px;
    }

    .list-39 table {
        margin-top: 30px;
    }

        .list-39 table td {
            padding: 0 10px;
        }

        .list-39 table tbody td {
            padding: 10px;
        }
}

@media screen and (max-width: 640px) {
    .list-39 .tit h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .list-39 table {
        margin-top: 20px;
    }

        .list-39 table td {
            padding: 0 5px;
        }

        .list-39 table tbody td {
            padding: 5px;
            line-height: 22px;
        }

        .list-39 table tbody tr {
            text-align: center;
            text-align: justify;
        }

        .list-39 table thead tr {
            height: 40px;
            font-size: 14px;
            text-align: center;
        }
}
/*.list-42*/
.list-42 .tit {
    text-align: center;
    padding-bottom: 50px;
}

    .list-42 .tit h3 {
        font-size: 30px;
        color: #010101;
    }

    .list-42 .tit p {
        color: #999;
        text-transform: uppercase;
        line-height: 20px;
    }

.list-42 .left {
    position: absolute;
    left: 20px;
    top: 20px;
}

    .list-42 .left b {
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

.list-42 .mid {
    padding-left: 100px;
    width: 75%;
}

    .list-42 .mid h3 {
        font-size: 16px;
        padding-top: 8px;
        color: #333;
        -ms-transition: all 0.6s ease-out;
        -moz-transition: all 0.6s ease-out;
        -o-transition: all 0.6s ease-out;
        -webkit-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
    }

    .list-42 .mid p {
        color: #999;
        padding-top: 15px;
        padding-bottom: 20px;
    }

.list-42 .list {
    border: 1px solid #ddd;
    width: 100%;
    padding: 20px;
    position: relative;
    -ms-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.list-42 .marg {
    width: 50%;
    padding: 0 20px;
    margin: 20px 0;
}

.list-42 .download {
    margin: -20px;
}

.list-42 .list .marg {
    margin: 0 20px;
}

.list-42 .list:hover {
    border-color: #333;
}

.list-42 .right i {
    font-style: normal;
    font-size: 16px;
    padding-right: 4px;
    font-weight: bold;
    margin: 0px;
}

.list-42 .right a {
    display: block;
    width: 100px;
    height: 40px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    margin-top: 20px;
    -ms-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.list-42 .list:hover a {
    color: #fff;
    background: #1fc355;
    border-color: #1fc355;
}

@media screen and (max-width: 1024px) {
    .list-42 .mid {
        width: 65%;
    }
}

@media screen and (max-width: 768px) {
    .list-42 .tit {
        padding-bottom: 30px;
    }

        .list-42 .tit h3 {
            font-size: 24px;
        }

    .list-42 .marg {
        width: 100%;
        margin: 10px 0;
    }

    .list-42 .download {
        margin: -10px;
    }

    .list-42 .list {
        padding: 15px;
    }

    .list-42 .left {
        left: 15px;
        top: 15px;
    }

    .list-42 .mid {
        padding-left: 100px;
    }
}

@media screen and (max-width: 640px) {
    .list-42 .right i {
        margin-right: 0;
    }

    .list-42 .mid {
        width: 70%;
        padding-left: 70px;
    }

        .list-42 .mid h3 {
            font-size: 14px;
        }

    .list-42 .left {
        left: 10px;
        top: 10px;
    }

        .list-42 .left b {
            width: 60px;
            height: 60px;
        }

    .list-42 .list {
        padding: 10px;
    }

    .list-42 .tit h3 {
        font-size: 20px;
    }

    .list-42 .tit {
        padding-bottom: 20px;
    }

    .list-42 .right a {
        width: 70px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-top: 15px;
    }

    .list-42 .mid p {
        padding-bottom: 0;
    }
}
/*.list-43*/
.list-43 .tit {
    text-align: center;
    padding-bottom: 50px;
}

    .list-43 .tit h3 {
        font-size: 30px;
        color: #010101;
    }

    .list-43 .tit p {
        color: #999;
        text-transform: uppercase;
        line-height: 20px;
    }

.list-43 .left {
    position: absolute;
    left: 20px;
    top: 20px;
}

    .list-43 .left b {
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

.list-43 .mid {
    padding-left: 100px;
    width: 75%;
}

    .list-43 .mid h3 {
        font-size: 16px;
        padding-top: 8px;
        color: #333;
        -ms-transition: all 0.6s ease-out;
        -moz-transition: all 0.6s ease-out;
        -o-transition: all 0.6s ease-out;
        -webkit-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
    }

    .list-43 .mid p {
        color: #999;
        padding-top: 15px;
        padding-bottom: 20px;
    }

.list-43 .list {
    border: 1px solid #ddd;
    width: 100%;
    padding: 20px;
    position: relative;
    -ms-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.list-43 .marg {
    width: 50%;
    padding: 0 20px;
    margin: 20px 0;
}

.list-43 .download {
    margin: -20px;
}

.list-43 .list .marg {
    margin: 0 20px;
}

.list-43 .list:hover {
    border-color: #333;
}

.list-43 .right i {
    font-style: normal;
    font-size: 16px;
    padding-right: 4px;
    font-weight: bold;
    margin: 0px;
}

.list-43 .right a {
    display: block;
    width: 100px;
    height: 40px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    margin-top: 20px;
    -ms-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.list-43 .list:hover a {
    color: #fff;
    background: #1fc355;
    border-color: #1fc355;
}

@media screen and (max-width: 1024px) {
    .list-43 .mid {
        width: 65%;
    }
}

@media screen and (max-width: 768px) {
    .list-43 .tit {
        padding-bottom: 30px;
    }

        .list-43 .tit h3 {
            font-size: 24px;
        }

    .list-43 .marg {
        width: 100%;
        margin: 10px 0;
    }

    .list-43 .download {
        margin: -10px;
    }

    .list-43 .list {
        padding: 15px;
    }

    .list-43 .left {
        left: 15px;
        top: 15px;
    }

    .list-43 .mid {
        padding-left: 150px;
    }
}

@media screen and (max-width: 640px) {
    .list-43 .right i {
        margin-right: 0;
    }

    .list-43 .mid {
        width: 70%;
        padding-left: 70px;
    }

        .list-43 .mid h3 {
            font-size: 14px;
        }

    .list-43 .left {
        left: 10px;
        top: 10px;
    }

        .list-43 .left b {
            width: 60px;
            height: 60px;
        }

    .list-43 .list {
        padding: 10px;
    }

    .list-43 .tit h3 {
        font-size: 20px;
    }

    .list-43 .tit {
        padding-bottom: 20px;
    }

    .list-43 .right a {
        width: 70px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-top: 15px;
    }

    .list-43 .mid p {
        padding-bottom: 0;
    }
}
/*.list-44*/
.list-44 .list {
    border: 1px solid #ddd;
    border-right: none;
    border-left: none;
    min-height: 120px;
    padding: 35px;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin-bottom: -1px;
}

    .list-44 .list h4 {
        font-size: 16px;
        color: #333;
        width: 100%;
    }

    .list-44 .list p {
        color: #999;
        padding-top: 10px;
    }

    .list-44 .list i {
        font-size: 24px;
        font-style: normal;
        font-weight: bold;
        color: #999;
        width: 60px;
        height: 60px;
        display: inline-block;
        text-align: center;
        line-height: 60px;
        border-radius: 50%;
        border: 1px solid #dfdfdf;
        -ms-transition: all 0.6s ease-out;
        -moz-transition: all 0.6s ease-out;
        -o-transition: all 0.6s ease-out;
        -webkit-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
    }

    .list-44 .list .left {
        width: 80%;
    }

    .list-44 .list:hover {
        border-color: #699e1e;
        background: #699e1e;
    }

        .list-44 .list:hover i {
            border-color: #fff;
            color: #fff;
        }

        .list-44 .list:hover h4,
        .list-44 .list:hover p {
            color: #fff;
        }

@media screen and (max-width: 768px) {
    .list-44 .list {
        padding: 25px;
    }

    .list-44 .list {
        min-height: 110px;
    }
}

@media screen and (max-width: 640px) {
    .list-44 .list .left {
        width: 75%;
    }

    .list-44 .list i {
        width: 50px;
        height: 50px;
        font-size: 22px;
        line-height: 50px;
    }
}
/*.list-45*/
/*.list-46{}*/
.list-46 .tit {
    text-align: center;
}

.list-46 h2 {
    font-size: 30px;
    line-height: 36px;
    color: #333;
}

.list-46 p {
    color: #999;
}

.list-46 .list {
    width: 33.3%;
    float: left;
    position: relative;
}

    .list-46 .list:hover a {
        box-shadow: 0px 0px 10px 1px #ddd;
    }

    .list-46 .list a:hover h3 {
        color: #d95040;
    }

    .list-46 .list b {
        display: block;
        padding-top: 57%;
        width: 100%;
        border: 1px solid #ddd;
    }

    .list-46 .list .info {
        text-align: center;
        width: 100%;
        padding: 20px 0;
        background: #fff;
    }

        .list-46 .list .info h3 {
            font-size: 16px;
            color: #333;
        }

    .list-46 .list a {
        margin: 0 3px 6px 3px;
        display: block;
    }

    .list-46 .list .border {
        text-align: center;
        width: 100%;
        height: 360px;
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px;
        -ms-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
    }

    .list-46 .list:hover .border {
        opacity: 1;
    }

    .list-46 .list .border i {
        font-size: 40px;
        color: #d95040;
        vertical-align: middle;
        line-height: 330px;
    }

.list-46 .content {
    padding-top: 50px;
}

    .list-46 .content .clearfix {
        margin: 0 -3px;
    }

@media screen and (max-width: 768px) {
    .list-46 h2 {
        font-size: 22px;
    }

    .list-46 .content {
        padding-top: 30px;
    }

    .list-46 .list {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .list-46 .content {
        padding-top: 20px;
    }
}
/*.list-47*/
.list-47 {
    position: relative;
}

    .list-47 b {
        display: block;
    }

    .list-47 .tit {
        color: #fff;
        text-align: center;
        padding-bottom: 50px;
    }

        .list-47 .tit h2 {
            font-size: 30px;
            line-height: 36px;
        }

        .list-47 .tit p {
            padding-top: 30px;
        }

    .list-47 .w1200 {
        position: relative;
        z-index: 2;
    }

        .list-47 .w1200 > .left,
        .list-47 .w1200 > .right {
            width: 50%;
            float: left;
        }

            .list-47 .w1200 > .left b {
                height: 360px;
                display: block;
                width: 100%;
            }

        .list-47 .w1200 > .left {
            padding-right: 30px;
        }

        .list-47 .w1200 > .right {
            color: #fff;
            padding-left: 20px;
            line-height: 24px;
        }

            .list-47 .w1200 > .right .list {
                padding-top: 35px;
            }

                .list-47 .w1200 > .right .list i {
                    font-style: normal;
                    font-size: 30px;
                    color: #fff;
                    display: block;
                    width: 60px;
                    height: 60px;
                    text-align: center;
                    line-height: 60px;
                    border-radius: 5px;
                    margin-right: 25px;
                    float: left;
                }

            .list-47 .w1200 > .right p {
                line-height: 20px;
            }

@media screen and (max-width: 768px) {
    .list-47 .tit h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 640px) {
    .list-47 .w1200 > .left,
    .list-47 .w1200 > .right {
        width: 100%;
    }

    .list-47 .w1200 > .left {
        padding-right: 0;
    }

        .list-47 .w1200 > .left b {
            padding-top: 63%;
            height: auto;
            margin-bottom: 15px;
        }

    .list-47 .w1200 > .right .list {
        padding-top: 10px;
    }

        .list-47 .w1200 > .right .list i {
            margin-right: 15px;
        }

    .list-47 .tit p {
        padding-top: 15px;
    }

    .list-47 .tit {
        padding-bottom: 15px;
    }
}
/*.list-48*/
.list-48 {
    color: #fff;
}

    .list-48 b {
        width: 100%;
        display: block;
    }

    .list-48 .w1200 {
        position: relative;
        z-index: 2;
    }

    .list-48 .list {
        width: 25%;
        float: left;
        text-align: center;
        padding-right: 6px;
    }

        .list-48 .list .margin {
            width: 100%;
            height: 100%;
            padding: 40px 10px;
            border: 1px solid #fff;
            margin: 0 3px 6px 3px;
        }

    .list-48 .marg {
        margin: 0 -3px;
    }

    .list-48 .list i {
        display: block;
        font-size: 25px;
    }

    .list-48 .list span {
        padding: 16px 0;
        display: inline-block;
        font-size: 18px;
        border-bottom: 1px solid #fff;
    }

    .list-48 .list .info {
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        margin-top: 15px;
    }

    .list-48 .tit {
        width: 50%;
        text-align: left;
        padding: 0;
        border: none;
    }

        .list-48 .tit h2 {
            font-size: 30px;
            padding-bottom: 30px;
        }

@media screen and (max-width: 1024px) {
    .list-48 .list {
        width: 33.3%;
    }

        .list-48 .list .margin {
            padding: 20px 10px;
        }

    .list-48 .tit {
        width: 100%;
    }

    .list-48 .tit {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .list-48 .list {
        width: 50%;
    }

    .list-48 .tit {
        width: 100%;
    }

        .list-48 .tit h2 {
            font-size: 24px;
            padding-bottom: 0;
        }
}

@media screen and (max-width: 640px) {
    .list-48 .list {
        width: 100%;
    }

        .list-48 .list span {
            padding: 10px 0;
            font-size: 16px;
        }

    .list-48 .tit {
        padding-bottom: 20px;
    }
}
/*.list-49*/
section.list-49 {
    color: #fff;
    position: relative;
    padding-top: 50px;
}

.list-49 b {
    display: block;
}

.list-49 .w1200 {
    position: relative;
    z-index: 2;
}

.list-49 .list {
    text-align: center;
    float: left;
    width: 33.3%;
    padding: 0 20px;
    margin-top: 30px;
}

    .list-49 .list h2 {
        font-size: 36px;
    }

    .list-49 .list span {
        font-size: 16px;
        line-height: 28px;
        display: block;
        padding-top: 5px;
    }

    .list-49 .list i {
        font-size: 24px;
        padding: 10px 0;
        display: inline-block;
    }

    .list-49 .list p {
        line-height: 24px;
        height: 48px;
        overflow: hidden;
    }

@media screen and (max-width: 1024px) {
    section.list-49 {
        padding-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    section.list-49 {
        padding-top: 40px;
    }

    .list-49 .list {
        padding: 15px 10px;
        margin-top: 0;
    }

        .list-49 .list h2 {
            font-size: 28px;
        }
}

@media screen and (max-width: 640px) {
    .list-49 .list {
        width: 100%;
    }

        .list-49 .list h2 {
            font-size: 24px;
        }

        .list-49 .list i {
            padding: 5px 0;
        }
}
/*.list-50*/
.list-50 .list {
    float: left;
    width: 25%;
    text-align: center;
    padding: 85px 10px;
    background: #eee;
}

    .list-50 .list h2 {
        font-size: 30px;
        color: #333;
        padding-bottom: 10px;
    }

    .list-50 .list p {
        line-height: 24px;
        height: 48px;
        overflow: hidden;
    }

@media screen and (max-width: 1024px) {
    .list-50 .list {
        width: 50%;
        padding: 55px 10px;
    }

        .list-50 .list h2 {
            font-size: 28px;
        }
}

@media screen and (max-width: 640px) {
    .list-50 .list h2 {
        font-size: 18px;
    }

    .list-50 .list {
        width: 100%;
        padding: 20px 10px;
    }
}
/*pagelist-23*/
.pagelist-23 .tit {
    text-align: center;
}

    .pagelist-23 .tit h2 {
        font-size: 30px;
        color: #333;
    }

    .pagelist-23 .tit p {
        color: #999;
    }

.pagelist-23 .content {
    padding-top: 45px;
    margin: 0 -12px;
}

    .pagelist-23 .content .margin {
        margin: 0 12px 24px 12px;
    }

.pagelist-23 .list {
    width: 33.3%;
    text-align: center;
    float: left;
}

    .pagelist-23 .list b {
        display: block;
        padding-top: 54%;
    }

    .pagelist-23 .list .title {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 20px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        display: block;
    }

    .pagelist-23 .list p {
        text-align: justify;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
    }

    .pagelist-23 .list .box {
        display: inline-block;
        position: relative;
        width: 85px;
        height: 85px;
        background: #fff;
        text-align: center;
        border: 1px solid #ddd;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -42px;
    }

        .pagelist-23 .list .box span {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            position: absolute;
            top: 30%;
            left: 25%;
        }

    .pagelist-23 .list .rec {
        text-align: center;
    }

    .pagelist-23 .list .border {
        border: 1px solid #ddd;
        padding: 0 30px 50px 30px;
        background: #fff;
    }

    .pagelist-23 .list .more {
        padding-top: 20px;
        display: block;
        text-transform: uppercase;
        vertical-align: middle;
    }

        .pagelist-23 .list .more i {
            font-size: 20px;
            padding-left: 5px;
            vertical-align: middle;
        }

@media screen and (max-width: 768px) {
    .pagelist-23 .tit h2 {
        font-size: 24px;
    }

    .pagelist-23 .content {
        padding-top: 30px;
    }

    .pagelist-23 .list .title {
        margin: 20px 0px 10px 0;
    }

    .pagelist-23 .list .border {
        padding: 0px 15px 20px 15px;
    }

    .pagelist-23 .list .more {
        padding-top: 15px;
    }
}

@media screen and (max-width: 640px) {
    .pagelist-23 .content {
        padding-top: 20px;
    }

    .pagelist-23 .tit .title {
        font-size: 18px;
    }

    .pagelist-23 .list {
        width: 100%;
    }

    .pagelist-23 .content .margin {
        margin: 0 0 15px 0;
    }

    .pagelist-23 .content {
        margin: 0;
    }
}
/*pagelist-24*/
.pagelist-24 > div > div {
    width: 50%;
    position: relative;
    height: 800px;
}

.pagelist-24 a {
    display: block;
}

.pagelist-24 .left b {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.pagelist-24 .left {
    overflow: hidden;
}

    .pagelist-24 .left:hover {
        padding: 20px;
    }

        .pagelist-24 .left:hover .box {
            border-color: #0fd200;
        }

        .pagelist-24 .left:hover b {
            transform: scale(1.05);
        }

    .pagelist-24 .left .box .text {
        width: 310px;
        display: table-cell;
        vertical-align: middle;
        height: 710px;
    }

.pagelist-24 h2 {
    font-size: 24px;
    color: #333;
    padding-bottom: 15px;
}

.pagelist-24 p {
    line-height: 24px;
}

.pagelist-24 .left .box {
    transition: all .5s;
    position: relative;
    padding: 45px;
    border: 1px solid rgba(15, 210, 0, 0);
    height: 100%;
    z-index: 2;
}

.pagelist-24 .right .l,
.pagelist-24 .right .r {
    width: 50%;
}

    .pagelist-24 .right .l div,
    .pagelist-24 .right .r div {
        height: 400px;
        overflow: hidden;
    }

    .pagelist-24 .right .l .bottom {
        width: 100%;
    }

    .pagelist-24 .right .l .top,
    .pagelist-24 .right .r .bottom {
        padding: 60px;
    }

    .pagelist-24 .right .r .top,
    .pagelist-24 .right .l .bottom {
        overflow: hidden;
    }

        .pagelist-24 .right .r .top:hover b,
        .pagelist-24 .right .l .bottom:hover b {
            transform: scale(1.05);
        }

        .pagelist-24 .right .r .top:hover .box,
        .pagelist-24 .right .l .bottom:hover .box {
            transform: scale(0.95);
            border-color: #0fd200;
        }

    .pagelist-24 .right .r .box,
    .pagelist-24 .right .l .box {
        border: 1px solid rgba(15, 210, 0, 0);
        position: relative;
        z-index: 1;
    }

    .pagelist-24 .right .r .top,
    .pagelist-24 .right .l .bottom {
        position: relative;
    }

    .pagelist-24 .right .r b,
    .pagelist-24 .right .l b {
        z-index: 0;
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

@media screen and (max-width: 1024px) {
    .pagelist-24 > div > div {
        width: 100%;
        height: 800px;
    }
}

@media screen and (max-width: 768px) {
    .pagelist-24 > div > div {
        height: 600px;
    }

    .pagelist-24 .left .box .text {
        height: 515px;
    }

    .pagelist-24 .right .l div,
    .pagelist-24 .right .r div {
        height: 300px;
    }
}

@media screen and (max-width: 640px) {
    .pagelist-24 > div > div {
        height: 300px;
    }

    .pagelist-24 .right .l div,
    .pagelist-24 .right .r div {
        height: 150px;
    }

    .pagelist-24 .left .box .text {
        height: 270px;
    }

    .pagelist-24 .left .box {
        padding: 15px;
    }

    .pagelist-24 h2 {
        font-size: 18px;
    }

    .pagelist-24 .right .l .top,
    .pagelist-24 .right .r .bottom {
        padding: 10px;
    }

        .pagelist-24 .right .l .top p,
        .pagelist-24 .right .r .bottom p {
            height: 90px;
            font-size: 12px;
            overflow: hidden;
        }

    .pagelist-24 p {
        line-height: 22px;
        text-align: justify;
    }

    .pagelist-24 .right .l .top h2,
    .pagelist-24 .right .r .bottom h2 {
        font-size: 16px;
        padding-bottom: 5px;
    }
}

section.list-51 {
    padding-bottom: 70px;
}

.list-51 .list-con {
    margin: 0px -10px;
}

    .list-51 .list-con .list {
        width: 50%;
        float: left;
        padding: 0px 10px;
        margin-bottom: 20px;
    }

        .list-51 .list-con .list .box {
            position: relative;
        }

            .list-51 .list-con .list .box b {
                display: block;
                padding-top: 76%;
            }

            .list-51 .list-con .list .box .txt {
                position: absolute;
                left: 0;
                width: 100%;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                text-align: center;
                padding: 0px 10px;
            }

                .list-51 .list-con .list .box .txt > * {
                    color: #fff;
                    -webkit-transform: translateY(20px);
                    -ms-transform: translateY(20px);
                    -o-transform: translateY(20px);
                    transform: translateY(20px);
                    opacity: 0;
                }

                .list-51 .list-con .list .box .txt .title {
                    font-size: 30px;
                    -webkit-transition-delay: .1s;
                    -o-transition-delay: .1s;
                    transition-delay: .1s;
                }

                .list-51 .list-con .list .box .txt .subtit {
                    font-size: 16px;
                    margin: 10px 0px 40px 0;
                    -webkit-transition-delay: .2s;
                    -o-transition-delay: .2s;
                    transition-delay: .2s;
                }

                .list-51 .list-con .list .box .txt a {
                    display: block;
                    width: 200px;
                    height: 49px;
                    line-height: 50px;
                    text-align: center;
                    margin: 0 auto;
                    border: 1px solid #fff;
                    font-size: 18px;
                    -webkit-transition-delay: .3s;
                    -o-transition-delay: .3s;
                    transition-delay: .3s;
                }

            .list-51 .list-con .list .box:hover .txt > * {
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0);
                opacity: 1;
            }

@media screen and (max-width: 1025px) {
    section.list-51 {
        padding-bottom: 30px;
    }

    .list-51 .list-con .list {
        padding: 0px 5px;
        margin-bottom: 10px;
    }

        .list-51 .list-con .list .box .txt > * {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

        .list-51 .list-con .list .box .txt .title {
            font-size: 16px;
        }

        .list-51 .list-con .list .box .txt .subtit,
        .list-51 .list-con .list .box .txt a {
            font-size: 14px;
        }

        .list-51 .list-con .list .box .txt .subtit {
            margin: 5px 0px 10px 0;
        }

        .list-51 .list-con .list .box .txt a {
            height: 31px;
            width: 120px;
            line-height: 30px;
        }
}

@media screen and (max-width: 640px) {
    .list-51 .list-con .list {
        width: 100%;
    }
}

section.list-52 {
    background: #333333;
}

.list-52 .index-tit22 h2 {
    color: #fff;
}

.list-52 .index-tit22 h6 {
    color: #999;
}

.list-52 .left h1 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.list-52 .left p {
    line-height: 28px;
    color: #999;
}

.list-52 .left .share {
    margin-top: 25px;
}

    .list-52 .left .share .box {
        float: left;
        margin-right: 20px;
    }

    .list-52 .left .share a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 100%;
        background: #484848;
        font-size: 24px;
        color: #fff;
        position: relative;
    }

        .list-52 .left .share a.qq {
            line-height: 38px;
            font-size: 28px;
        }

        .list-52 .left .share a:hover {
            background: #717171;
        }

        .list-52 .left .share a .box {
            position: absolute;
            width: 130px;
            height: 150px;
            padding-top: 20px;
            left: -45px;
            display: none;
            z-index: 2;
        }

            .list-52 .left .share a .box .ewm {
                background: #fff;
                font-size: 12px;
                color: #666;
                text-align: center;
                line-height: 16px;
                padding-top: 5px;
                padding-bottom: 5px;
                position: relative;
            }

                .list-52 .left .share a .box .ewm:before {
                    position: absolute;
                    border-bottom: 10px solid #fff;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    top: -10px;
                    left: 50%;
                    margin-left: -10px;
                    content: '';
                }

                .list-52 .left .share a .box .ewm img {
                    display: block;
                    margin: 0 auto;
                    width: 120px;
                    height: 120px;
                    margin-bottom: 5px;
                }

        .list-52 .left .share a:hover .box {
            display: block;
        }

.list-52 .right {
    width: 400px;
}

    .list-52 .right .list {
        margin-bottom: 10px;
        position: relative;
    }

        .list-52 .right .list:last-child {
            margin-bottom: 0;
        }

        .list-52 .right .list input,
        .list-52 .right .list textarea {
            border: 1px solid #666;
            width: 100%;
            height: 40px;
            background: #333;
            padding: 0px 10px;
            color: #fff;
            resize: none;
            -webkit-transition: 0.3s ease-out;
            -o-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
        }

        .list-52 .right .list textarea {
            height: 100px;
            padding: 10px;
        }

        .list-52 .right .list input[type="button"] {
            font-size: 16px;
        }

        .list-52 .right .list.list_yzm {
            padding-right: 105px;
        }

        .list-52 .right .list img {
            position: absolute;
            right: 0;
            top: 0;
            width: 95px;
            height: 100%;
        }

@media screen and (max-width: 1025px) {
    .list-52 .left,
    .list-52 .right {
        width: 100%;
    }

        .list-52 .left h1 {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .list-52 .left p {
            line-height: 22px;
        }

        .list-52 .left .share {
            margin-top: 15px;
        }

            .list-52 .left .share a {
                width: 35px;
                height: 35px;
                line-height: 35px;
            }

                .list-52 .left .share a.qq {
                    line-height: 33px;
                }

    .list-52 .right {
        margin-top: 20px;
    }

        .list-52 .right .list input,
        .list-52 .right .list textarea {
            height: 35px;
        }

        .list-52 .right .list textarea {
            height: 100px;
        }
}
/*# sourceMappingURL=Index.css.map */


/*2018-05-17 14:41:09*/
.list-20180517 {
    background: #21a9ac;
}

    .list-20180517 .swiper-slide {
        text-align: center;
        padding: 0 10px;
    }

        .list-20180517 .swiper-slide a {
            color: #fff;
            border-bottom: 1px solid #64c3c5;
            display: block;
            padding-bottom: 55px;
            position: relative;
        }

        .list-20180517 .swiper-slide h4 {
            font-size: 18px;
            margin: 45px 0 10px;
        }

        .list-20180517 .swiper-slide .tit-img {
            height: 148px;
            width: auto;
        }

        .list-20180517 .swiper-slide a .icon {
            position: absolute;
            bottom: 0;
            opacity: 0;
        }

        .list-20180517 .swiper-slide a .text {
            line-height: 24px;
            height: 48px;
            overflow: hidden;
        }

        .list-20180517 .swiper-slide a:hover {
            border-color: #fff;
        }

            .list-20180517 .swiper-slide a:hover .icon {
                opacity: 1;
            }

@media screen and (max-width: 640px) {
    .list-20180517 .swiper-slide h4 {
        margin: 25px 0 10px;
    }

    .list-20180517 .swiper-slide a .text {
        height: auto;
    }
}

/*2018-08-03 22:52:52*/
/*.aboutl-42*/
.aboutl-42 .clearfix {
    margin: 0 -10px;
}

.aboutl-42 .list {
    width: 20%;
    float: left;
    padding: 0 10px;
}

    .aboutl-42 .list a {
        display: block;
        background: #fff;
    }

    .aboutl-42 .list b {
        display: block;
        padding-top: 110%;
    }

    .aboutl-42 .list .cont {
        padding: 20px 15px;
    }

        .aboutl-42 .list .cont h3 {
            font-size: 18px;
            color: #229ba9;
        }

        .aboutl-42 .list .cont .text {
            margin-top: 12px;
            line-height: 24px;
            height: 48px;
            overflow-y: auto;
        }

@media screen and (max-width:768px) {
    .aboutl-42 .list {
        width: 33.33333%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:640px) {
    .aboutl-42 .list {
        width: 100%;
        margin-bottom: 20px;
    }

        .aboutl-42 .list .cont {
            padding: 15px;
        }

            .aboutl-42 .list .cont .text {
                max-height: 72px;
                height: auto;
            }
}


/*.aboutl-43*/
.aboutl-43 {
    overflow: hidden;
}

    .aboutl-43 .list-con {
        margin: 0 -15px;
        margin-top: -30px;
    }

        .aboutl-43 .list-con .list {
            width: 25%;
            float: left;
            text-align: center;
            padding: 0 15px;
            margin-top: 30px;
        }

            .aboutl-43 .list-con .list .box {
                box-shadow: 0 0 10px rgba(0,0,0,.05);
                border-radius: 10px;
                background: #fff;
                padding: 30px 15px;
            }

                .aboutl-43 .list-con .list .box i {
                    width: 120px;
                    height: 120px;
                    display: block;
                    margin: 0 auto;
                    line-height: 118px;
                    border-radius: 100%;
                    font-size: 60px;
                    border: 1px solid #229ba9;
                    color: #229ba9;
                }

            .aboutl-43 .list-con .list:hover i {
                color: #fff;
                border-color: #fff;
                background: #229ba9;
            }

            .aboutl-43 .list-con .list .box h2 {
                font-size: 18px;
                margin: 20px 0;
                color: #333;
            }

            .aboutl-43 .list-con .list .box p {
                text-align: left;
                line-height: 28px;
                height: 140px;
                overflow-y: auto;
            }

@media screen and (max-width:1024px) {
    .aboutl-43 .list-con .list {
        padding: 0 10px;
    }

    .aboutl-43 .list-con {
        margin: 0 -10px;
        margin-top: -30px;
    }
}

@media screen and (max-width:768px) {
    .aboutl-43 .list-con {
        margin: 0;
    }

        .aboutl-43 .list-con .list {
            padding: 0 7.5px;
            margin-top: 15px;
            width: 50%;
        }
}

@media screen and (max-width:640px) {
    .aboutl-43 .list-con .list {
        width: 100%;
    }

        .aboutl-43 .list-con .list .box {
            padding: 20px 15px;
        }

            .aboutl-43 .list-con .list .box i {
                width: 100px;
                height: 100px;
                font-size: 54px;
                line-height: 108px;
            }

            .aboutl-43 .list-con .list .box h2 {
                margin: 15px 0;
            }

            .aboutl-43 .list-con .list .box p {
                max-height: inherit;
                line-height: 22px;
            }
}

/*.aboutl-44*/
.aboutl-44 {
    overflow: hidden;
    padding-bottom: 50px;
}

    .aboutl-44 ul > li {
        float: left;
        width: 25%;
        cursor: default;
        padding: 0 10px;
        margin-bottom: 30px;
    }

        .aboutl-44 ul > li .tu {
            border: 2px solid #229ba9;
            color: #229ba9;
        }

        .aboutl-44 ul > li:hover .bt span {
            background: #999 !important;
        }

        .aboutl-44 ul > li:hover .bottom {
            border-bottom: 1px solid #229ba9;
        }

        .aboutl-44 ul > li .img {
            display: block;
            width: 100%;
            overflow: hidden;
            position: relative;
            padding-top: 56%;
        }

        .aboutl-44 ul > li .bottom {
            padding-top: 15px;
            border-left: 1px solid #eee;
            border-right: 1px solid #eee;
            border-bottom: 1px solid #eee;
            background: #fff;
        }

            .aboutl-44 ul > li .bottom .bt {
                height: 70px;
                line-height: 70px;
                text-align: center;
                position: relative;
                padding: 0 10px;
            }

                .aboutl-44 ul > li .bottom .bt a {
                    font-size: 18px;
                    color: #222;
                }

                .aboutl-44 ul > li .bottom .bt span {
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    width: 40px;
                    height: 1px;
                    margin-left: -20px;
                    background: #eee;
                }

            .aboutl-44 ul > li .bottom .js {
                font-size: 13px;
                color: #999;
                width: 85%;
                height: 40px;
                overflow: hidden;
                margin: 15px auto 0;
                text-align: center;
                line-height: 20px;
            }

            .aboutl-44 ul > li .bottom .tu {
                display: block;
                width: 40px;
                height: 40px;
                margin: 15px auto 40px;
                text-align: center;
                line-height: 36px;
            }

@media screen and (max-width:1024px) {
    .aboutl-44 ul > li .bottom {
        padding-top: 0;
    }

        .aboutl-44 ul > li .bottom .tu {
            margin: 15px auto 20px;
        }
}

@media screen and (max-width:768px) {
    .aboutl-44 ul {
        width: 100%;
    }

        .aboutl-44 ul > li {
            width: 50%;
        }
}

@media screen and (max-width:640px) {
    .aboutl-44 {
        padding-bottom: 25px;
    }

        .aboutl-44 ul {
            width: 100%;
        }

            .aboutl-44 ul > li {
                width: 100%;
                margin-right: 0;
                margin-bottom: 15px;
                padding: 0;
            }

                .aboutl-44 ul > li .bottom .bt {
                    white-space: inherit;
                    overflow: auto;
                    height: auto;
                    line-height: 24px;
                    padding: 10px 0;
                }

                    .aboutl-44 ul > li .bottom .bt span {
                        width: 1.4rem;
                        margin-left: -.7rem;
                    }

                .aboutl-44 ul > li .bottom .js {
                    height: auto;
                }

                .aboutl-44 ul > li .bottom .tu {
                    margin: 1rem auto 1.5rem;
                }
}

/*2018年8月7日 15:43:49*/
/*.pagelistl-13 */
.pagelistl-13 {
    overflow: hidden;
    padding-bottom: 50px;
}

    .pagelistl-13 ul > li {
        float: left;
        width: 33.333%;
        cursor: default;
        padding: 0 10px;
        margin-bottom: 30px;
    }

        .pagelistl-13 ul > li .tu {
            border: 2px solid #229ba9;
            color: #229ba9;
        }

        .pagelistl-13 ul > li:hover .bt span {
            background: #999 !important;
        }

        .pagelistl-13 ul > li:hover .bottom {
            border-bottom: 1px solid #229ba9;
        }

        .pagelistl-13 ul > li .img {
            display: block;
            width: 100%;
            overflow: hidden;
            position: relative;
            padding-top: 56%;
        }

        .pagelistl-13 ul > li .bottom {
            padding-top: 15px;
            border-left: 1px solid #eee;
            border-right: 1px solid #eee;
            border-bottom: 1px solid #eee;
            background: #fff;
        }

            .pagelistl-13 ul > li .bottom .bt {
                height: 70px;
                line-height: 70px;
                text-align: center;
                position: relative;
                padding: 0 10px;
            }

                .pagelistl-13 ul > li .bottom .bt a {
                    font-size: 18px;
                    color: #222;
                }

                .pagelistl-13 ul > li .bottom .bt span {
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    width: 40px;
                    height: 1px;
                    margin-left: -20px;
                    background: #eee;
                }

            .pagelistl-13 ul > li .bottom .js {
                font-size: 13px;
                color: #999;
                width: 85%;
                height: 40px;
                overflow: hidden;
                margin: 15px auto 0;
                text-align: center;
                line-height: 20px;
            }

            .pagelistl-13 ul > li .bottom .tu {
                display: block;
                width: 40px;
                height: 40px;
                margin: 15px auto 40px;
                text-align: center;
                line-height: 36px;
            }

@media screen and (max-width:1024px) {
    .pagelistl-13 ul > li .bottom {
        padding-top: 0;
    }

        .pagelistl-13 ul > li .bottom .tu {
            margin: 15px auto 20px;
        }
}

@media screen and (max-width:768px) {
    .pagelistl-13 ul {
        width: 100%;
    }

        .pagelistl-13 ul > li {
            width: 50%;
        }
}

@media screen and (max-width:640px) {
    .pagelistl-13 {
        padding-bottom: 25px;
    }

        .pagelistl-13 ul {
            width: 100%;
        }

            .pagelistl-13 ul > li {
                width: 100%;
                margin-right: 0;
                margin-bottom: 15px;
                padding: 0;
            }

                .pagelistl-13 ul > li .bottom .bt {
                    white-space: inherit;
                    overflow: auto;
                    height: auto;
                    line-height: 24px;
                    padding: 10px 0;
                }

                    .pagelistl-13 ul > li .bottom .bt span {
                        width: 1.4rem;
                        margin-left: -.7rem;
                    }

                .pagelistl-13 ul > li .bottom .js {
                    height: auto;
                }

                .pagelistl-13 ul > li .bottom .tu {
                    margin: 1rem auto 1.5rem;
                }
}


/*2018年9月28日 22:16:13*/
.list-47-l {
    position: relative;
}

    .list-47-l b {
        display: block;
    }

    .list-47-l .tit {
        color: #fff;
        text-align: center;
        padding-bottom: 50px;
    }

        .list-47-l .tit h2 {
            font-size: 30px;
            line-height: 36px;
        }

        .list-47-l .tit p {
            padding-top: 30px;
        }

    .list-47-l .w1200 {
        position: relative;
        z-index: 2;
    }

        .list-47-l .w1200 > .left, .list-47-l .w1200 > .right {
            width: 50%;
            float: left;
        }

            .list-47-l .w1200 > .left b {
                height: 360px;
                display: block;
                width: 100%;
            }

        .list-47-l .w1200 > .left {
            padding-right: 30px;
        }

        .list-47-l .w1200 > .right {
            color: #fff;
            padding-left: 20px;
            line-height: 24px;
        }

            .list-47-l .w1200 > .right .list {
                padding-top: 35px;
            }

                .list-47-l .w1200 > .right .list i {
                    font-style: normal;
			font-size: 30px;
			background-color: #6ee864;
			color: #fff;
			display: block;
			width: 60px;
			height: 60px;
			text-align: center;
			line-height: 60px;
			border-radius: 5px;
			margin-right: 25px;
			float: left;
                }

            .list-47-l .w1200 > .right p {
                line-height: 20px;
            }

    .list-47-l .swiper-pagination span {
        width: 30px;
        height: 3px;
        border-radius: 0;
        background: #fff;
        border: 0;
    }

    .list-47-l span.swiper-pagination-bullet-active {
        background: #6ee864;
    }

    .list-47-l .swiper-pagination-bullet {
        background: #fff;
    }

@media screen and (max-width:768px) {
    .list-47-l .tit h2 {
        font-size: 22px;
    }
}

@media screen and (max-width:640px) {
    .list-47-l .w1200 > .left, .list-47-l .w1200 > .right {
        width: 100%;
    }

    .list-47-l .w1200 > .left {
        padding-right: 0;
    }

        .list-47-l .w1200 > .left b {
            padding-top: 63%;
            height: auto;
        }

    .list-47-l .w1200 > .right .list {
        padding-top: 10px;
    }

        .list-47-l .w1200 > .right .list i {
            margin-right: 15px;
        }

    .list-47-l .tit p {
        padding-top: 15px;
    }

    .list-47-l .tit {
        padding-bottom: 15px;
    }
}
/* 2019-01-27 */
.list-53{ overflow: hidden;}
.list-53 .index-tit22 .text-dec{ font-size:14px; color: #9b9b9b; line-height:24px; margin-top:25px;}
.list-53 .index-tit22 .text-more{ font-size:14px; margin-top:15px;}
.list-53 .index-tit22 .text-more a{ color: rgb(220, 0, 121);}
.list-53 .more{ display:block; width: 180px; height: 50px; text-align:center; line-height: 48px; border: 1px solid #ccc; border-radius: 25px;font-size: 16px; margin: 0 auto; color: rgb(220, 0, 121); border-color: rgb(220, 0, 121);}
.list-53 .more:hover{ color:#fff; background:rgb(220, 0, 121);}
.list-53 .bd{ margin: 25px 0 50px;}
.list-53 .bd:after{ display:block; content: ''; clear: both; width: 100%; height:0;}
.list-53 .vBox{ float: left; width: 50%; height: 333px; overflow:hidden; background: #f1f1f1;}
.list-53 .vBox video{ width: 100%; height: 100%;}
.list-53 .news{ float:right; width: 45%;}
.list-53 .news li{ margin: 15px 0; position:relative; font-size:14px;}
.list-53 .news li a{ display: block; position:relative; padding-right: 90px;}
.list-53 .news li .time{ position:absolute; right:0; top: 2px; color: #999; width: 90px; text-align: right;}
.list-53 .news li:first-child{ margin-top: 0;}
.list-53 .news li:last-child{ margin-bottom: 0;}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 500px) {
	.list-53 .vBox{ width: 100%;}
	.list-53 .news{ width: 100%;}
	.list-53 .news li:first-child{ margin-top: 15px;}
}