@charset "utf-8";
.main{
    width: 1200px;
    margin: 0 auto;
}
/*top start*/
.top{
    overflow: hidden;
    margin-top: 30px;
}
.logo a{
    font-size: 24px;
    line-height: 50px;
    color: #003d6f;
    height: 100px;
    display: block;
}
.logo a img{
    display: inline-block;
    vertical-align: middle;
}
/*top end*/

/*nav start*/
.nav{
    background: #003d6f;
    width: 100%;
    height: 50px;
}
.nav ul{
    float: left;
    width: 1100px;
}
.nav ul li{
    width: 13%;
    float: left;
}
.nav ul li a{
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
.nav ul li a:hover{
    background: #e73134;
}
.nav ul li.on a{
    background: #e73134;
}
.search form{
    position: relative;
}
.search form .inp{
    width: 200px;
    height: 34px;
    line-height: 34px;
    border: none;
    margin-top: 8px;
    border-radius: 34px;
    outline: none;
    text-indent: 20px;
}
.search form .subm{
    position: absolute;
    top: 8px;
    right: 5px;
    background: transparent url("../img/search.png") no-repeat center;
    width: 34px;
    height: 34px;
    border: none;
}
/*nav end*/

/*footer start*/
footer{
    padding: 20px;
    background: #003d6f;
}
footer ul{
    overflow: hidden;
    width: 700px;
    margin: 0 auto;
}
footer ul li{
    width: 16.6666666666%;
    float: left;
}
footer ul li a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
footer ul li a:hover{
    text-decoration: underline;
}
.footer-contact{
    width: 400px;
    margin: 20px auto 0;
    overflow: hidden;
}
.fcontact{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

/*footer end*/

/*record*/
.record{
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #222;
}
.record span{
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
}
.record span a{
	color: #fff;
}
.record span a:hover{
    color: #0068be;
}