*{
    margin: 0;
}
h1,p{
    margin:20px 0;
    line-height: 30px;
}
body{
    font-family: microsoft yahei;
}
.fontcolororage{
    color:#F13A3A;
}


/*ͷ��*/
header{
    text-align: center;
}
#headcenterbox{
    width:85%;
    min-width: 900px;
    height:80px;
    display:inline-block;

}
#logo{
    /*border:1px solid red;*/
    width:20%;
    height:50px;
    float:left;
}
#nav{
    width:77%;
    height:50px;
    float:right;
}
#nav>ul{
    list-style: none;
    margin-top:15px;
}
#nav>ul>li{
    float:left;
    width:14%;
    margin-left: 10px;
    cursor: pointer;
    padding: 15px 0;
}
.navon,#nav>ul>li:hover{
    color:#F13A3A;
    border-bottom:2px solid red;
}

.navtitle>h1{
    display: inline-block;
    font-weight: normal;
    width:90%;
    padding:50px 0;
}


/*β��*/
footer{
    text-align: center;
    height:300px;
    background-color: #1B252E;
}
#us{
    display:inline-block;
    border-bottom:1px solid #8B939D;
    color:#8B939D;
    width:90%;
    height:150px;
    padding-top: 50px;
    min-width: 990px;
}
#us>div{
    display: inline-block;
    width:24%;
    min-width: 235px;
}
#bottomnav>ul{
    list-style: none;
    color:#8B939D;
    margin-top: 30px;
}
#bottomnav>ul>li{
    display: inline-block;
    cursor: pointer;
    margin-left: 30px;
}
#bottomnav>ul>li:hover{
    color:#fff;
}