﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
    background-color: #fbe7ac;
}

body {
    min-height: 100%;
    color: #1b1b1b;
    background-color: #f1f5fd;
}


body, ul, li, input, img, a, dl, dt, dd, textarea, button, input, select {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Arial, Helvetica, "微软雅黑";
    font-weight: normal;
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border: 0;
}

a {
    text-decoration: none;
}

    a:link {
        cursor: pointer;
    }
/*common style start*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.pointer {
    cursor: pointer;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}


.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.block-center {
    margin-left: auto;
    margin-right: auto;
}

button {
    border: none;
    cursor: pointer;
}

.bg-blue a:link {
    color: #ddd;
    text-decoration: none;
}

.bg-blue a:hover {
    color: #fff;
}

.bg-blue a:visited {
    color: #ddd;
}

.text-white {
    color: #FFF;
}

.text-gray {
    color: #666;
    font-size: 16px;
    margin-left: 10px;
}

.text-red {
    color: #d50808;
}

.text-lightblue {
    color: #00a0e9;
}

.container {
    width: 1120px; /*本次项目设计宽度*/
    margin: 0 auto;
    position: relative;
}

.bg-blue {
    background-color: #1d2088;
    min-width: 1188px;
}

.top-bar {
    height: 57px;
    color: #fff;
    text-decoration: none;
    padding-left: 14px;
}

    .top-bar ul li {
        list-style: none;
        float: left;
        line-height: 57px;
        margin-right: 5px;
    }

        .top-bar ul li a {
            margin-right: 5px;
            font-size: 15px;
        }

.banner {
    background: url('http://www.newsimg.cn/money/pafh2018/img/banner.jpg') no-repeat center;
    height: 700px;
    min-width: 1188px;
}

.page-container {
    background: url('http://www.newsimg.cn/money/pafh2018/img/bg-page.png') repeat center top #f1f5fd;
    min-width: 1188px;
    padding-bottom: 30px;
}

.navbar {
    height: 59px;
    text-align: center;
}

    .navbar .item {
        display: inline-block;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        line-height: 59px;
        letter-spacing: 1px;
        position: relative;
    }

        .navbar .item.right-space {
            margin-right: 100px;
        }

        .navbar .item .item-tag {
            position: absolute;
            left: 50%;
            margin-left: -7px;
            bottom: 8px;
            width: 14px;
            height: 3px;
            background-color: #fff;
            display: none;
        }

        .navbar .item.active .item-tag {
            display: block;
        }

    .navbar a:hover .item-tag {
        display: block;
    }

.bg-block {
    padding: 40px 0 0;
}

.bg-zhuanti {
}

    .bg-zhuanti .item {
        position: relative;
    }

    .bg-zhuanti .item-desc {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 58px;
        line-height: 58px;
        background: rgba(0,0,0,0.73);
        font-size: 18px;
        text-align: center;
        color: #ffffff;
        z-index: 2;
    }

    .bg-zhuanti .item-container {
        position: relative;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .bg-zhuanti .arrow {
        position: absolute;
        z-index: 3;
        bottom: 0;
        text-align: center;
        cursor: pointer;
        opacity: 0.3;
        width: 42px;
        height: 58px;
    }

        .bg-zhuanti .arrow:hover {
            opacity: 1;
        }

        .bg-zhuanti .arrow img {
            width: 50%;
            margin-top: 20px;
        }

        .bg-zhuanti .arrow.arrow-left {
            left: 0;
        }

        .bg-zhuanti .arrow.arrow-right {
            right: 0;
        }

.bg-video {
}

    .bg-video .video-container {
        text-align: center;
    }

    .bg-video .text-container {
        margin: 20px auto 0;
        display: none;
    }

        .bg-video .text-container.active {
            display: block;
        }

        .bg-video .text-container p {
            font-size: 14px;
            margin-top: 20px;
            line-height: 24px;
        }

        .bg-video .text-container .viewmore {
            cursor: pointer;
        }

.bg-zhibo {
}

    .bg-zhibo .iframe-container {
        width: 100%;
        margin: 20px auto 0;
        height: 700px;
        min-height: 50px;
    }

.bg-zhibo-itemlist {
    padding: 10px 30px;
    background-color: #ffffff;
}

    .bg-zhibo-itemlist .item {
        border-bottom: 1px solid #eeeeee;
    }

        .bg-zhibo-itemlist .item .title {
            font-size: 16px;
            font-weight: bold;
            margin-top: 25px;
            color: #00a0e9;
        }

        .bg-zhibo-itemlist .item .content {
            margin-top: 25px;
        }

            .bg-zhibo-itemlist .item .content p {
                font-size: 14px;
                line-height: 24px;
                color: #5f5f5f;
            }

        .bg-zhibo-itemlist .item .image-container {
            width: 885px;
            margin: 30px auto;
        }

            .bg-zhibo-itemlist .item .image-container img {
                width: 100%;
            }

.bg-yicheng {
}

    .bg-yicheng .tab {
        float: left;
        width: 50%;
        height: 42px;
        line-height: 42px;
        font-size: 34px;
        text-align: center;
        background-color: #dde7fb;
        color: #96d4f6;
        cursor: pointer;
    }

        .bg-yicheng .tab.active {
            background-color: #00a0e9;
            color: #ffffff;
        }

    .bg-yicheng .content-container {
        background-color: #ffffff;
        height: 600px;
        overflow-y: auto;
        padding: 40px;
    }

        .bg-yicheng .content-container .content {
            border-left: 1px solid #43d3fe;
            padding-left: 45px;
            display: none;
        }

            .bg-yicheng .content-container .content.active {
                display: block;
            }

        .bg-yicheng .content-container .item {
            font-size: 14px;
            line-height: 14px;
            padding-bottom: 30px;
        }

            .bg-yicheng .content-container .item > div {
                margin-bottom: 14px;
            }

            .bg-yicheng .content-container .item .title {
                color: #00a0e9;
                font-weight: bold;                
            }
            .bg-yicheng .content-container .item .pingan {
                color:#ff5c1d;
                font-weight:bold;
            }

                .bg-yicheng .content-container .item .title:before {
                    content: url('http://www.newsimg.cn/money/pafh2018/img/circle.png');
                    margin-left: -52px;
                    margin-right: 39px;
                    width: 13px;
                }

            .bg-yicheng .content-container .item .name {
                display: inline-block;
                min-width: 3em;
                margin-right: 1em;
            }

.bg-jiabin {
}

    .bg-jiabin .item {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        background: url('http://www.newsimg.cn/money/pafh2018/img/bg-jiabin.png') top center no-repeat;
        background-size: 100% auto;
        padding: 7% 7% 0 7%;
    }

    .bg-jiabin .jiabin-container {
        position: relative;
        border-radius: 50%;
        overflow: hidden;
    }

        .bg-jiabin .jiabin-container .img-jiabin {
            position: absolute;
            left: 7%;
            width: 86%;
            top: 8%;
            height: 84%;
        }

    .bg-jiabin .item .name {
        color: #0068b7;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        margin-top: 20px;
    }

    .bg-jiabin .item .desc {
        font-size: 14px;
        line-height: 24px;
    }

    .bg-jiabin .arrow {
        position: absolute;
        top: 42%;
        margin-top: -40px;
        width: 25px;
        height: 80px;
        background-color: rgba(0,0,0,0.15);
        border-radius: 5px;
        cursor: pointer;
    }

        .bg-jiabin .arrow.active {
            background-color: rgba(0,0,0,0.6);
        }

        .bg-jiabin .arrow.arrow-left {
            left: -30px;
        }

        .bg-jiabin .arrow.arrow-right {
            right: -30px;
        }

        .bg-jiabin .arrow img {
            margin-left: 8px;
            margin-top: 26px;
        }

.bg-zhanguan {
}

    .bg-zhanguan .arrow {
        position: absolute;
        top: 50%;
        margin-top: -40px;
        width: 25px;
        height: 80px;
        background-color: rgba(0,0,0,0.15);
        border-radius: 5px;
        cursor: pointer;
    }

        .bg-zhanguan .arrow.active {
            background-color: rgba(0,0,0,0.6);
        }

        .bg-zhanguan .arrow.arrow-left {
            left: -30px;
        }

        .bg-zhanguan .arrow.arrow-right {
            right: -30px;
        }

        .bg-zhanguan .arrow img {
            margin-left: 8px;
            margin-top: 26px;
        }

    .bg-zhanguan .item {
        background-color: #fff;
        padding: 15px 30px;
    }

        .bg-zhanguan .item .title {
            color: #00a0e9;
            opacity: 0.6;
            font-size: 24px;
            letter-spacing: 1px;
            line-height: 24px;
            font-weight: bold;
            margin-bottom: 10px;
            margin-top: 10px;
        }

.bg-guandian {
}

    .bg-guandian .item-container {
        margin-top: 45px;
        position: relative;
    }

    .bg-guandian .item-list {
        width: 50%;
        float: right;
        min-height:275px;
    }

        .bg-guandian .item-list .item {
            font-size: 16px;
            line-height: 24px;
            margin-top: 15px;
        }

    .bg-guandian .item .image-container {
        position: absolute;
        left: 2%;
        top: 0;
        width: 46%;
        text-align: center;
        display: none;
    }

    .bg-guandian .item.active .image-container {
        display: block;
    }

    .bg-guandian .guandian-title {
        font-size: 16px;
        color: #1b1b1b;
    }

    .bg-guandian .item.active .guandian-title {
        color: #0068b7;
        font-weight: bold;
    }

.bg-zixun {
}

    .bg-zixun .arrow {
        position: relative;
        background-color: #ebecee;
        height: 28px;
        width: 100%;
    }

        .bg-zixun .arrow.valid {
            cursor: pointer;
        }

        .bg-zixun .arrow img {
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -19px;
            margin-top: -5px;
            width: 38px;
            display: none;
        }

        .bg-zixun .arrow.valid img {
            display: block;
        }

        .bg-zixun .arrow img {
            opacity: 0.5;
        }

        .bg-zixun .arrow.active img {
            opacity: 1;
        }

    .bg-zixun .item-list {
        background: #fff;
    }

        .bg-zixun .item-list .item {
            padding: 20px 10px;
            border-bottom: 1px solid #e4e4e4;
            display: none;
        }

            .bg-zixun .item-list .item.active {
                display: block;
            }

            .bg-zixun .item-list .item .w200 {
                float: left;
                width: 200px;
                text-align: center;
            }

            .bg-zixun .item-list .item .content {
                margin-left: 210px;
            }

                .bg-zixun .item-list .item .content .title {
                    font-size: 20px;
                    color: #0068b7;
                    margin-bottom: 20px;
                }

                .bg-zixun .item-list .item .content .desc {
                    color: #313131;
                    font-size: 14px;
                    line-height: 24px;
                    margin-right: 50px;
                    height: 48px;
                    overflow: hidden;
                }

                .bg-zixun .item-list .item .content .time {
                    margin-top: 10px;
                    color: #959595;
                    font-size: 14px;
                    text-align: right;
                }

    .bg-zixun a:hover {
        font-weight: bold;
    }

.block-half-container {
    width: 50%;
    float: left;
}

.block-half {
    width: 95%;    
    margin: 0 auto;
}

.img-title {
    background: url('http://www.newsimg.cn/money/pafh2018/img/bg-title.png') center center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 8px;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}




.footer {
    color: #CCC;
    line-height: 65px;
}


.carousel-container {
    margin: 0 auto;
}

/*移动端适配*/
.show-xs {
    display: none;
}

.show-lg {
    display: block;
}

/*RTools*/
.RTools {
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 160px;
    width: 60px;
    z-index: 10000;
    display: none;
}

    .RTools .qrcode {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 5px 0;
        border: 1px solid #ccc;
        background-color: #f7f7f7 !important;
        right: 0;
        bottom: 70px;
        position: absolute;
    }

        .RTools .qrcode canvas {
            width: 100%;
            height: auto;
        }

        .RTools .qrcode:hover::after {
            content: '扫描分享';
            width: 100%;
            color: #333;
            font-size: 16px;
            display: block;
            text-align: center;
        }

        .RTools .qrcode:hover {
            transform: translate(0, 0);
            animation: change 1s;
            -moz-animation: change 1s;
            -webkit-animation: change 1s;
            -mozanimation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
            overflow: hidden;
            width: 100%;
        }

@keyframes change {
    from {
        width: 48px;
        height: 48px;
        opacity: 1;
    }

    to {
        width: 100px;
        height: 125px;
        opacity: 1;
    }
}

.RTools .gototop {
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #1d2088 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///0RERMf1+eoAAAACdFJOU/8A5bcwSgAAAE1JREFUeNrs0yEOwDAQA8HN/z9ddiy2krJ2j1gGg6xjvTjEYrFY/CEM9xiyptioaTZpqg2aaCfO8KCkKTZq+kg3eFP8KrFYLP4pfgQYAJQnDccrVqXcAAAAAElFTkSuQmCC) no-repeat 50% 50%;
    transition: .3s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.show {
    display: block;
}


@media (max-width: 768px) {
    ::-webkit-scrollbar {
        width: 0px;
        height: 0px;
        background: transparent;
    }

    .show-lg {
        display: none;
    }

    .show-xs {
        display: block;
    }

    .banner-m {
        width: 100%;
        min-height: 200px;
    }

    .bg-blue {
        width: 100%;
        min-width: 100%;
    }

    .navbar {
        height: 45px;
    }

        .navbar .item {
            font-size: 16px;
            line-height: 45px;
            float: left;
            width: 33%;
        }

            .navbar .item.right-space {
                margin-right: 0;
            }

            .navbar .item.active {
                background: rgba(255,255,255,0.3);
            }

                .navbar .item.active .item-tag {
                    display: none;
                }

        .navbar a:hover .item-tag {
            display: none;
        }

    .container {
        margin: 0 15px;
        width: auto;
    }

    .bg-block {
        padding: 20px 0 5px;
    }

    .page-container {
        background: url('http://www.newsimg.cn/money/pafh2018/img/bg-page.png') repeat-y center top #f1f5fd;
        min-width: 100%;
        width: 100%;
        background-size: 100%;
        padding-bottom: 20px;
    }

    .bg-video .text-container p {
        margin-top: 10px;
    }

    .bg-zhuanti .item-container {
        width: 100%;
    }

    .bg-zhuanti .item-desc {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .img-title {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 18px;
        margin-bottom: 15px;
        background-size: 150% 100%;
        padding-bottom: 5px;
    }

    .bg-zhibo-itemlist {
        padding: 10px 20px;
    }

        .bg-zhibo-itemlist .item .title {
            margin-top: 15px;
        }

        .bg-zhibo-itemlist .item .content {
            margin-top: 15px;
        }

        .bg-zhibo-itemlist .item .image-container {
            width: auto;
            margin: 20px 10px;
        }

    .bg-blue.footer {
        font-size: 14px;
        padding: 10px;
        line-height: 25px;
    }

    .bg-yicheng .tab {
        height: 28px;
        line-height: 28px;
        font-size: 20px;
    }

    .bg-yicheng .content-container {
        height: auto;
        padding: 20px;
    }

        .bg-yicheng .content-container .item {
            font-size: 12px;
            line-height: 12px;
            padding-bottom: 15px;
        }

        .bg-yicheng .content-container .content {
            padding-left: 20px;
        }

        .bg-yicheng .content-container .item > div {
            margin-bottom: 10px;
        }

        .bg-yicheng .content-container .item .title:before {
            content: url('http://www.newsimg.cn/money/pafh2018/img/circle.png');
            margin-left: -27px;
            margin-right: 14px;
        }

    .bg-jiabin .item {
        width: 90%;
    }

        .bg-jiabin .item .name {
            color: #0068b7;
            font-size: 14px;
            font-weight: bold;
            line-height: 24px;
            margin-top: 15px;
        }

        .bg-jiabin .item .desc {
            font-size: 12px;
            line-height: 24px;
        }

    .bg-zhanguan .item {
        padding: 10px 15px;
    }

        .bg-zhanguan .item .title {
            font-size: 16px;
            letter-spacing: 1px;
            line-height: 16px;
            margin-bottom: 5px;
            margin-top: 5px;
        }

    .bg-guandian .item-container {
        margin-top: 0;
    }

    .bg-guandian .item-list {
        width: 100%;
        min-height:0px;
    }

    .bg-guandian .item.active .image-container {
        display: none;
    }

    .bg-guandian .item-list .item {
        font-size: 12px;
        line-height: 24px;
        margin-top: 5px;
    }

    .bg-guandian .item .guandian-title {
        font-size: 14px;
    }

    .bg-guandian .item.active .guandian-title {
        color: #1b1b1b;
        font-weight: normal;
    }

    .bg-zixun .arrow {
        height: 24px;
    }

    .bg-zixun .item-list .item .w200 {
        width: 30%;
    }

        .bg-zixun .item-list .item .w200 img {
            width: 100%;
        }

    .bg-zixun .item-list .item .content {
        margin-left: 32%;
    }

    .bg-zixun .item-list .item {
        padding: 10px 5px;
    }

        .bg-zixun .item-list .item .content .title {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 5px;
            height: 24px;
            overflow: hidden;
        }

        .bg-zixun .item-list .item .content .desc {
            font-size: 12px;
            line-height: 20px;
            margin-right: 0;
            height: 40px;
            overflow: hidden;
        }

        .bg-zixun .item-list .item .content .time {
            margin-top: 8px;
            font-size: 12px;
        }

    .bg-zixun a:hover {
        font-weight: normal;
    }

    .RTools {
        right: 5px;
        bottom: 46px;
        width: 40px;
    }

        .RTools .qrcode {
            display: none;
        }

        .RTools .gototop {
            width: 40px;
            height: 40px;
        }
}
