* {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

body {
    margin: 0 auto;
    font-family: "SimHei";
    overflow-x: hidden;
}

#top {
    height: 112px;
    background: url("/static/image/top.png") no-repeat center;
}

#top div {
    display: inline-block;
}

#logo1 {
    background: url("/static/image/logo1.png") no-repeat;
    z-index: 3;
    height: 100%;
    width: 180px;
    position: relative;
    top: 20%;
    margin-left: 18%;
}

#navigation {
    height: 112px;
}

#navigation li {
    float: left;
    height: 112px;
    width: 150px;
    position: relative;
    left: 30px;
}

#navigation li a {
    text-align: center;
    display: block;
    line-height: 112px;
}

.choose {
    font-size: 20px;
    background-color: #000000;
}

.choose a {
    color: #FFFFFF;
}

.no_choose {
    font-size: 20px;
}

.no_choose a {
    color: #A9A9AA;
}

.foot {
    height: 230px;
    background-color: #202125;
    //color: #636467;
    color:white;
    font-size: 18px;
    line-height: 35px;
}

.foot p {
    margin-left: 320px;
}

.foot p a {
    color:white;
}

@media screen and (max-width: 1440px){
    #navigation li{width: 110px;}
}
