@charset "UTF-8";

/* CSS Document */

* {
    margin: 0;
}

.w1200 {
    max-width: 1200px;
    margin: auto;
}


/* 头部背景 */

.banner {
    background: url("../images/bg.png") no-repeat center #045e88;
    min-height: 178px;
    width: 100%;
}

.logo {
    float: left;
}

.bj_top {
    float: left;
    color: #fff;
    margin: 24px 0;
}

.bj_top a {
    line-height: 36px;
    height: 36px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.bj_nav {
    background: #074C6C;
    line-height: 60px;
    min-height: 60px
}

.bj_nav ul {
    margin: auto;
    max-width: 1200px;
    margin-bottom: 0;
}

.bj_nav ul li {
    float: left;
    list-style: none;
    line-height: 60px;
    height: 60px;
}

.bj_nav ul li a {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 50px;
    margin: 22px;
    text-decoration: none;
}

.bj_nav ul li:hover,
.active_li {
    background: #003954;
}

.zi_l {
    text-align: left;
    font-size: 16px;
    color: red;
    float: left;
}

.search_all {
    margin: 24px 20px 0 0px;
    background: url("../images/ss_bj.png") no-repeat 90% rgba(255, 255, 255, .6);
    float: left;
    width: 247px;
    height: 36px;
    border-radius: 18px;
}

.search_all .search_k {
    width: 200px;
    background: none;
    border: 0;
    float: left;
    text-indent: 10px;
    line-height: 34px;
}

.search_all .search_tj {
    width: 47px;
    height: 40px;
    background: none;
    border: 0;
    float: left;
    text-indent: 20000px;
}

.logo img {
    margin: 41px auto 0;
}

.el-upload__input{
    display: none !important;
}
