﻿
body {
    min-width: 100%;
}

.swiper-container-body {
    position: relative;
    width: 100%;
    height: 400px;
}

    .swiper-container-body .swiper-container {
        width: 100%;
        margin: 0 auto;
        height: 400px;
    }

        .swiper-container-body .swiper-container .swiper-wrapper .slide1 {
            background: url(../images/product/banner.png) no-repeat;
        }

        .swiper-container-body .swiper-container .swiper-wrapper .slide2 {
            background: url(../images/product/banner.png) no-repeat;
        }

        .swiper-container-body .swiper-container .swiper-wrapper .slide3 {
            background: url(../images/product/banner.png) no-repeat;
        }

    .swiper-container-body .left {
        width: calc(50vw - 600px);
        height: 400px;
        background: #531E56;
        position: absolute;
        left: 0;
        top: 0;
    }

    .swiper-container-body .right {
        background: #303985;
        position: absolute;
        top: 0;
        right: 0;
        width: calc(50vw - 600px);
        height: 400px;
    }

.news-detail-body {
    /*font-family: '微软雅黑','Microsoft YaHei';*/
    width: 96%;
    background: #fff;
    padding: 2%;
}

.news-detail-content img {
    width: 100% !important;
    height:auto !important;
}

.news-detail-body > div {
    width: 100%;
    margin: 0 auto;
}

.news-detail-body .news-detail-location {
    color: #898989;
    padding-bottom: 20px;
}

    .news-detail-body .news-detail-location > img {
        margin-right: 5px;
    }

    .news-detail-body .news-detail-location > a {
        color: #898989;
    }

    .news-detail-body .news-detail-location .last-a {
        color: #343434;
    }

.news-detail-body .news-detail-title {
    /*border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #d9d9d9;*/
    text-align: center;
}

    .news-detail-body .news-detail-title h2 {
        font-size: 24px;
        padding-top: 0px;
        font-weight: bold;
        color: #2193E0;
    }

    .news-detail-body .news-detail-title p {
        padding-top: 15px;
        padding-bottom: 25px;
    }

        .news-detail-body .news-detail-title p span {
            display: inline-block;
            margin-right: 40px;
            font-size: 13px;
            color: #898989;
        }

            .news-detail-body .news-detail-title p span:nth-child(3) {
                margin-right: 0px;
            }

.news-detail-body .news-detail-content {
    letter-spacing: 1px;
    color: #828282;
    padding: 40px 0 60px;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
}

    .news-detail-body .news-detail-content .img {
        width: 80%;
        margin: 60px 10%;
        height: 330px;
        background: url(../images/news_details/content1.png) no-repeat 100%;
        background-size: cover;
    }

    .news-detail-body .news-detail-content p {
        line-height: 30px;
    }

.news-detail-body .news-detail-more {
    height: 130px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
}

    .news-detail-body .news-detail-more .prev {
        padding-top: 40px;
    }

        .news-detail-body .news-detail-more .prev a {
            color: #828282;
        }

            .news-detail-body .news-detail-more .prev a:hover {
                color: #33b0ff;
            }

    .news-detail-body .news-detail-more .next {
        margin-top: 15px;
    }

        .news-detail-body .news-detail-more .next a {
            color: #828282;
        }

            .news-detail-body .news-detail-more .next a:hover {
                color: #33b0ff;
            }

.news-detail-body .news-detail-recommend h3 {
    padding-top: 40px;
    font-size: 18px;
    color: #343434;
}

.news-detail-body .news-detail-recommend .more p {
    display: inline-block;
    width: 570px;
    padding: 30px 0 10px;
    font-size: 16px;
    color: #666;
}

    .news-detail-body .news-detail-recommend .more p span {
        float: right;
        opacity: 0.6;
    }

    .news-detail-body .news-detail-recommend .more p.one {
        margin-right: 54px;
        border-bottom: 1px solid #eaeaea;
    }

    .news-detail-body .news-detail-recommend .more p.two {
        border-bottom: 1px solid #eaeaea;
    }

    .news-detail-body .news-detail-recommend .more p:hover {
        cursor: pointer;
    }

.news-detail-recommend a {
    color: #828282;
}

    .news-detail-recommend a:hover {
        color: #33b0ff;
    }

.news-detail-bank-body {
    width: 96%;
    margin: 1%;
    background: #f6f6f6;
    padding: 0px 0 80px 0;
    /*font-family: '微软雅黑','Microsoft YaHei';*/
}

    .news-detail-bank-body .news-detail-location {
        width: 100%;
        margin: 0 auto;
        color: #898989;
        padding-bottom: 20px;
    }

        .news-detail-bank-body .news-detail-location > img {
            margin-right: 5px;
        }

        .news-detail-bank-body .news-detail-location > a {
            color: #898989;
        }

        .news-detail-bank-body .news-detail-location .last-a {
            color: #343434;
        }

    .news-detail-bank-body .news-detail-title {
        width: 100%;
        margin: 0 auto;
        height: 160px;
        /*border-top: 1px solid #d9d9d9;*/
        text-align: center;
    }

        .news-detail-bank-body .news-detail-title h2 {
            font-size: 24px;
            padding-top: 80px;
            font-weight: bold;
            color: #2193E0;
        }

        .news-detail-bank-body .news-detail-title p {
            padding-top: 15px;
            padding-bottom: 25px;
        }

            .news-detail-bank-body .news-detail-title p span {
                display: inline-block;
                margin-right: 40px;
                font-size: 13px;
                color: #898989;
            }

                .news-detail-bank-body .news-detail-title p span:nth-child(3) {
                    margin-right: 0px;
                }

    .news-detail-bank-body .news-detail-content {
        width: 100%;
    }

        .news-detail-bank-body .news-detail-content > div {
            width: 100%;
            margin: 0 auto;
        }

        .news-detail-bank-body .news-detail-content .head {
            padding: 40px 0 40px;
        }

            .news-detail-bank-body .news-detail-content .head > div {
                display: inline-block;
                width: 560px;
                color: #828282;
            }

            .news-detail-bank-body .news-detail-content .head .left {
                float: left;
                margin-right: 60px;
                height: 240px;
                background: url(../images/news_details/content1.png) no-repeat 100%;
                background-size: cover;
            }

            .news-detail-bank-body .news-detail-content .head .right {
                height: 240px;
                float: left;
            }

                .news-detail-bank-body .news-detail-content .head .right h2 {
                    padding-top: 20px;
                    font-size: 18px;
                    font-weight: bold;
                    color: #343434;
                    margin-bottom: 15px;
                }

                .news-detail-bank-body .news-detail-content .head .right p {
                    line-height: 30px;
                    font-size: 14px;
                    color: #828282;
                }

        .news-detail-bank-body .news-detail-content .content {
            width: 100%;
            background: #fff;
            padding: 50px 0;
            color: #828282;
        }

            .news-detail-bank-body .news-detail-content .content .all {
                width: 100%;
                margin: 0 auto;
            }

                .news-detail-bank-body .news-detail-content .content .all > div {
                    display: inline-block;
                    width: 47%;
                }

                .news-detail-bank-body .news-detail-content .content .all .right {
                    min-height: 500px;
                    float: left;
                    margin-left: 60px;
                    width: 540px;
                }

                    .news-detail-bank-body .news-detail-content .content .all .right img {
                        width: 100%;
                        margin-bottom: 20px;
                    }

                .news-detail-bank-body .news-detail-content .content .all .left {
                    min-height: 500px;
                    width: 600px;
                    float: left;
                }

                    .news-detail-bank-body .news-detail-content .content .all .left h4 {
                        margin-bottom: 12px;
                    }

                        .news-detail-bank-body .news-detail-content .content .all .left h4 span {
                            display: inline-block;
                            width: 10px;
                            height: 10px;
                            background: #878787;
                            border-radius: 2px;
                            margin-right: 5px;
                        }

                    .news-detail-bank-body .news-detail-content .content .all .left h2 {
                        font-size: 24px;
                        font-weight: bold;
                        color: #343434;
                        margin-bottom: 20px;
                    }

                    .news-detail-bank-body .news-detail-content .content .all .left p {
                        line-height: 30px;
                        margin-bottom: 40px;
                        color: #828282;
                    }

        .news-detail-bank-body .news-detail-content .foots {
            color: #828282;
            padding: 60px 0 30px 0;
            color: #969696;
        }

            .news-detail-bank-body .news-detail-content .foots h2 {
                font-size: 24px;
                font-weight: bold;
                color: #343434;
                margin-bottom: 20px;
            }

            .news-detail-bank-body .news-detail-content .foots p {
                line-height: 30px;
                margin-bottom: 15px;
                color: #828282;
            }

            .news-detail-bank-body .news-detail-content .foots .content_ {
                margin-bottom: 40px;
            }

                .news-detail-bank-body .news-detail-content .foots .content_ h4 {
                    line-height: 30px;
                }

                    .news-detail-bank-body .news-detail-content .foots .content_ h4 span {
                        display: inline-block;
                        width: 10px;
                        height: 10px;
                        background: #878787;
                        border-radius: 2px;
                        margin-right: 5px;
                    }

                .news-detail-bank-body .news-detail-content .foots .content_ p {
                    line-height: 30px;
                }

.clear {
    clear: both;
}
