* {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align:center;
    outline: none;
}

body {
    min-width: 1200px;
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
    font-family: "microsoft yahei","微软雅黑";
    -webkit-text-size-adjust: 100%;
    background-color: #fafafa;
}
table{border-collapse: collapse;}
img {
    border: 0;
    padding: 0;
    display: inline;
}

a {
    text-decoration: none;
    color: #727272;
}

li {
    list-style: none;
}
h1,h2,h3,h4,h5,h6,pre{font-weight: normal;font-size: 12px;font-family: "microsoft yahei","微软雅黑";}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{display: block;}

.topbox{
    width: 100%;
}
.topbox .top{
    height: 40px;
    line-height: 40px;
    background-color: #01204d;
}
.topbox .top h2{
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    background: url("../img/top_icon.png") no-repeat center left;
    padding-left: 30px;
    margin-right: 40px;
}

.footer{
    width: 100%;
    background-color: #01204d;
}
.footer .footing{
    width: 1180px;
    margin: 0 auto;
    padding: 58px 10px;
    color: #fff;
    font-size: 16px;
}
.footer .footing ul{
    float: left;
}
.footer .footing .left_ul{
    margin-right: 115px;
}
.footer .footing .left_ul li{
    margin-bottom: 15px;
    position: relative;
}
.footing .left_ul li a{
    margin-right: 20px;
}
.footer .footing  .right_ul{
    float: right;
}
.footer .footing  .right_ul li{
    text-align: right;
    margin-bottom: 15px;
}
