* {
    margin: 0;
    padding: 0;
    /*	width: 1000px;*/
}

ul, ol, li {
    list-style: none;
    list-style-type: none;
    font-family: "微软雅黑"
}

.top {
    height: 80px;
    width: 100%;
    display: block;
    /*float:bottom;*/
    background: rgba(73, 117, 176, 0.34);
}

.logo {
    float: left;
    margin-left: 0px;
    margin-top: 15px
}

    .logo a {
        font-family: "Times New Roman", Times, serif;
        font-size: 25px;
        font-weight: bold;
        text-decoration: none;
        color: black;
        position: absolute;
        top: 15px;
        left: 10px;
    }

.detail {
    display: inline-block; /*top右边信息栏为行内块,不影响下边内容显示*/
    float: right;
}

    .detail a {
        text-decoration: none;
        color: rgba(58, 135, 209, 0.76);
    }

    .detail ul li {
        float: left;
        width: 180px;
        position: relative; /*设置信息栏在top相对位置*/
        top: 20px;
        margin-left: 5px;
        margin-top: 0px;
        text-align: center;
        font-family: "微软雅黑";
        font-size: 20px
    }

        .detail ul li a:hover {
            color: #f15e5e;
            font-weight: 400;
            font-size: 22px;
        }
.content{
    height:1300px;
    text-align:center;
}
.content img {
    margin-top:20px;
    width: 50%;
    height: 400px;
    align-content: center;
}
#goal {
    background-color: rgba(135, 218, 251, 0.91);
    padding: 5em 0;
    height: 250px;
}

    #goal h2 {
        font-size: 2.2em;
        color: #FFF;
        text-align: center;
        letter-spacing: 10px;
        -webkit-text-stroke-width: 2px;
    }

    #goal h4 {
        color: #FFF;
        font-size: 1.2em;
        text-align: center;
        margin: 0 auto;
        padding-top: 20px;
    }

.line {
    text-align: center;
}

    .line span {
        display: inline-block;
        padding: 2px 85px;
        vertical-align: middle;
    }

.green span {
    background: #FFF;
}

.grid {
    display: block;
    margin: 20px;
    width: 50%;
    margin-left: 255px;
    padding: 1.5%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 35px;
}
.grid span {
        margin: 30px;
        font-size: 18px;
        color:#FFF;
        text-align: center;
        font-weight: 800;
        text-transform: uppercase;
    }


