

.container .w {
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 70px;
}

    .container .w .caption {
        width: 100%;
        text-align: center;
    }

        .container .w .caption h1 {
            font-size: 26px;
            color: #333;
            margin-top: 40px;
            margin-bottom: 6px;
        }

        .container .w .caption h3 {
            font-size: 16px;
            color: #666;
            margin-bottom: 40px;
        }
    /*  简介  */
    .container .w .synopsis li {
        float: left;
        border-right: 1px solid #eee;
    }

        .container .w .synopsis li:first-child,
        .container .w .synopsis li:last-child {
            width: 315px;
            text-align: left;
        }

        .container .w .synopsis li:nth-child(2),
        .container .w .synopsis li:nth-child(3) {
            width: 333px;
            text-align: left;
            padding-left: 50px;
            box-sizing: border-box;
        }

        .container .w .synopsis li:last-child {
            border-right: none;
            padding-left: 50px;
            box-sizing: border-box;
        }

        .container .w .synopsis li div {
            float: left;
            width: 38px;
            height: 38px;
            margin-right: 7px;
            margin-top: 5px;
        }

            .container .w .synopsis li div img {
                width: 100%;
            }

        .container .w .synopsis li h3 {
            font-size: 18px;
            margin-bottom: 6px;
            color: #1b1b1b;
        }

        .container .w .synopsis li p {
            font-size: 12px;
            color: #333;
        }
    /* 列表  */
    .container .w .list ul li {
        float: left;
        width: 633px;
        margin-right: 34px;
        margin-bottom: 15px;
    }

        .container .w .list ul li:nth-child(2n) {
            margin-right: 0;
        }

        .container .w .list ul li div {
            position: relative;
            width: 100%;
            height: 220px;
            border-radius: 3px;
            margin-bottom: 10px;
            overflow: hidden;
        }

            .container .w .list ul li div img {
                width: 100%;
            }

            .container .w .list ul li div span {
                display: none;
                position: absolute;
                bottom: 0;
                width: 100%;
                height: 30px;
                line-height: 30px;
                font-size: 14px;
                padding-left: 20px;
                color: #fff;
                box-sizing: border-box;
                background: rgba(0,0,0,0.3);
            }

            .container .w .list ul li div:hover span {
                display: block;
            }

        .container .w .list ul li a.list_text {
            display: block;
            width: max-content;
        }

        .container .w .list ul li p {
            font-size: 18px;
            color: #333;
        }

            .container .w .list ul li p:hover {
                color: #000;
                text-decoration: underline;
            }

    .container .w .list .caption_project {
        width: 100%;
        margin-top: 30px;
    }

        .container .w .list .caption_project a {
            display: block;
            width: 114px;
            height: 36px;
            line-height: 36px;
            margin: 0 auto;
            font-size: 16px;
            text-align: center;
            color: #333;
            border: 1px solid #333;
            border-radius: 3px;
        }

            .container .w .list .caption_project a:hover {
                color: #181c21;
                background-color: transparent;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.24);
                border-color: currentColor;
            }
    /*    地图   */
    .container .w .earth {
        width: 100%;
        overflow: hidden;
    }

        .container .w .earth:hover img {
            transform: scale(1.05);
        }

        .container .w .earth img {
            width: 100%;
            transition: all 1.5s ease-out;
        }
    /*   摄影师    */
    .container .w .photographer ul li {
        float: left;
        width: 50%;
        padding: 0 20px;
        border-right: 1px solid #dedede;
        box-sizing: border-box;
    }

        .container .w .photographer ul li:last-child {
            border-right: none;
        }

        .container .w .photographer ul li > div {
            height: 180px;
        }

            .container .w .photographer ul li > div a {
                float: left;
                width: 180px;
                height: 180px;
                border-radius: 50%;
                margin-right: 15px;
                cursor: auto;
            }

            .container .w .photographer ul li > div div {
                display: table-cell;
                height: 180px;
                vertical-align: middle;
            }

                .container .w .photographer ul li > div div h4 {
                    font-size: 20px;
                    margin-top: -22px;
                    margin-bottom: 16px;
                    color: #333;
                }

                .container .w .photographer ul li > div div p {
                    font-size: 16px;
                    color: #666;
                }

        .container .w .photographer ul li > a {
            display: block;
            margin-top: 40px;
        }

            .container .w .photographer ul li > a.more {
                display: block;
                width: max-content;
                color: #666;
                margin-top: 0;
            }

                .container .w .photographer ul li > a.more:hover {
                    color: #333;
                    text-decoration: underline;
                }

            .container .w .photographer ul li > a div {
                width: 100%;
                border-radius: 3px;
                margin-bottom: 15px;
                overflow: hidden;
            }

                .container .w .photographer ul li > a div img {
                    width: 100%;
                    transition: all 1.5s ease-out;
                }

                    .container .w .photographer ul li > a div img:hover {
                        transform: scale(1.05);
                    }

            .container .w .photographer ul li > a p {
                font-size: 18px;
                color: #333;
            }

.container .collect_tip {
    display: none;
    position: fixed;
    left: 50%;
    top: 35%;
    margin-left: -115px;
    width: 230px;
    color: #f29600;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
    border-radius: 2px;
    z-index: 999;
}
/*背景音乐*/
.container .banner {
    position: relative;
}

    .container .banner #toggle {
        position: absolute;
        left: 20px;
        top: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 9;
        background: url(/Content/Index/images/audio.png);
    }

        .container .banner #toggle.pause {
            background: url(/Content/Index/images/audio1.png);
        }

.SuggestFramework_List {
    top: 41px !important;
    left: -2px !important;
    width: calc(100% - 40px) !important;
    background: #fff;
    border: 1px solid #dedede;
}
