body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
}

body {
    background: #fff;
    color: #000;
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}

input {
    font-family: 微软雅黑;
}

.clear {
    clear: both;
}

img {
    border: 0 none;
    display: inline-block !important;
    max-width: 100%;
}

a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #3b489c;
        text-decoration: none;
    }

ul, li {
    list-style-type: none;
}

del {
    color: #999999;
}

/*头部*/
.top{width:100%;background:#fff;}
.top_m{width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;}
.nav{display:flex;padding:0 0 0 20px;}
.nav_list{padding:0 16px;height:85px;display:flex;flex-flow:column;align-items:center;justify-content:center;text-align:center;}
.nav_list em{font-style:normal;color: #7a7a7a;font-size:10px;}
.nav_list em,.nav_list span{display:block;width:100%;white-space:nowrap;}
.nav_list.sel,.nav_list:hover{background:#3b499b;color:#fff;}
.nav_list.sel em,.nav_list:hover em{color:#fff;}
/*底部*/
.footer {
    width: 100%;
    background: #111963;
    color: #fff;
}

.footer_one {
    background: #3c4492;
}

.footer_one_m {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.lxwm_tit {
    margin-bottom: 20px;
}

.lxwm_icon {
    display: flex;
}

.lxwm_icon_list {
    margin-right: 10px;
}

.lxwm_lb {
    padding: 15px 0 0 0;
}

.lxwm_lb_list {
    margin-bottom: 10px;
}

    .lxwm_lb_list span {
        margin-right: 10px;
    }

    .lxwm_lb_list em {
        font-style: normal;
        margin-left: 10px;
    }

.footer_ewm {
    text-align: center;
}

.footer_two_m {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding: 15px 0 40px;
    text-align: center;
}

.footer_yqlj {
    overflow: hidden;
}

.yqlj_list {
    float: left;
    margin: 0 40px;overflow:hidden;
}

.yqlj_link {
    display: block;
    color: #fff;
    margin-bottom: 5px;
}

    .yqlj_link:hover {
        color: #fff;
    }

.yqlj_tit {
    font-weight: bold;
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px){
    .top{width:1200px;}
    .footer {
        width: 1200px;
    }
}
