.box1 {
    width: 100%;
    height: 480px;
    background: url('../../img/talent/banner_erji.jpg')no-repeat top center;
    background-size: auto 100%;
    position: relative;
    overflow: hidden;
}

.nav {
    width: 100%;
    height: 120px;
}

.limg {
    margin-left: 20px;
}

.guohui {
    width: 3.802vw;
    margin-right: 12px;
}

.gov {
    width: 9.0625vw;
}

.nav ul {
    border-radius: 15px;
}

.nav ul li {
    margin-right: 1px;
    background-color: #f5e238;
    text-align: center;
}

.nav ul li:nth-child(1) {
    width: 140px;
    border-radius: 20px 0 0 20px;
}

.nav ul li:nth-child(2) {
    width: 290px;
}

.nav ul li:nth-child(3) {
    width: 294px;
}

.nav ul li:last-child {
    width: 156px;
    margin-right: 0;
    border-radius: 0 20px 20px 0;
}

.nav ul li:hover {
    background-color: #13288a;
}

.nav ul li a {
    font-size: 18px;
    line-height: 40px;
    color: #13288a;
}

.nav ul li:hover a {
    color: #ffffff;
}

.rimg {
    width: 7.916vw;
    margin-right: 30px;
}

.toptit {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    top: -40px;
}

.toptit img {
    display: block;
    width: auto;
}

.footer {
    background: #14288c;
}