body,
ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

.index_header {
    position: relative;
    width: 100%;
    height: 180px;
    background-image: url('../img/header/index_header.png');
    margin: auto;
}

.index_header_box {
    width: 100%;
    background-color: #0C5FB8;
}

.active {
    padding-bottom: 0;
    border-bottom: 4px solid #0BB1E0;
}

.index_header .logo {
    margin: auto;
    width: 1200px;
    padding: 18px 0 29px 0px;

}

.index_header .nav {
    margin: auto;
    width: 1200px;
}

.index_header .nav .nav_ul a {
    color:#fff;
    display: inline-block;
    height: 95%;
}

.index_header .nav .nav_ul {
    height: 60px;
    /* margin: -5px 0 0 0; */
    overflow: hidden;
}


.index_header .nav .nav_ul li {
    float: left;
    height: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    text-align: left;
}

.index_header .nav .nav_ul :nth-child(1){
    margin-left: 0px;
}
.index_header .nav .nav_ul :nth-child(2) {
    margin-left: -20px;
}
.index_header .nav .nav_ul li {
    display: inline-block;
    margin-right: 160px;
}

.index_footer {
    margin-top: 20px;
    clear: both;
    width: 100%;
    height: 60px;
    background: #004794;
}
.index_footer_box {
    width: 1200px;
    margin: auto;
}
.index_footer_box .index_footer_info{
    width: 850px;
    margin: auto;
}
.index_footer_box .index_footer_info div {
    display: inline-block;
    line-height: 60px;
    margin-left:40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.index_footer_box .index_footer_info div:nth-child(1){
    margin-left: 0;
}