﻿@charset "UTF-8";
.big_backgroud {
    width:100%;
    box-shadow:6px 6px 10px 10px #fdf2d2,3px 3px 10px #fdf2d2,3px 3px 10px 4px #fdf2d2,3px 3px 80px 20px #fdf2d2 inset;
    -webkit-box-shadow:6px 6px 10px 10px #fdf2d2,3px 3px 10px #fdf2d2,3px 3px 10px 4px #fdf2d2,3px 3px 80px 20px #fdf2d2 inset;
    -moz-box-shadow:6px 6px 10px 10px #fdf2d2,3px 3px 10px #fdf2d2,3px 3px 10px 4px #fdf2d2,3px 3px 80px 20px #fdf2d2 inset;
}
/*-----------------banner样式开始------------------*/

.banner img {
    float: left;
    width: 100%;
}

.line {
    width: 100%;
}

    .line span {
        display: block;
        width: 50%;
        height: 5px;
        float: left;
    }

        .line span:first-of-type {
            background: #c7c7c7;
        }

        .line span:last-of-type {
            background: #d7e8f1;
        }

/*-----------------banner样式结束------------------*/
.share_con {
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
}

    .share_con li {
        border-radius: 14px;
        margin-top: 20px;
        overflow: hidden;
        width: 100%;
        box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
        position: relative;
    }

        .share_con li a {
            display: block;
            width: 100%;
            color:#fff;
            position:relative;
        }

            .share_con li a img {
                float: left;
                width: 100%;
            }

        .share_con li .title_bt{
            width: 100%;
            height:30px;
            line-height:30px;
            background:rgba(0,0,0,0.3);
            color:#fff;
            text-align: center;
            position: absolute;
            bottom: 0;
            font-size:13px;
        }