        .home-nav {
            width: 100%;
            min-height:80px;
            background-color: #fff;
            padding-top: 10px;
            box-shadow: 0 2px 5px rgba(000,000,000,.5);
            overflow:hidden;
            position:fixed;
            z-index:999;
        }
        .home-contain {
            margin-top: 120px;
            max-width: 500px;
            width: 95%;
            margin-left: auto;
            margin-right: auto;
            margin-bottom:110px;
            cursor:default;
        }
        .home-top {
            border: 1px solid #DDDDDD;
            background-color: #fff;
            border-radius: 4px 4px 0 0;
            padding: 10px 0;
            font-size: 18px;
            font-weight: bold;
            position:relative;
            height:61px;
        }
            .home-top i {
                position: absolute;
                left: 10px;
                top: 9px;
                font-size: 40px;
                color: #1E76AE;
            }
                .home-top i:hover {
                    color: #3291CD;
                }
        .home-info {
            color:#444;
            overflow: hidden;
            border-bottom: 1px solid #DDDDDD;
            border-top: 1px solid #fff;
            border-radius:0 0 4px 4px;
            padding: 30px 25px 30px 25px;
            margin-bottom:45px;
            background-color: rgba(255,255,255,.9);
            position:relative;
        }