.header {
    background: url(../images/public/header_bg.png) no-repeat center;
    height: 559px;
    position: relative;
}

.hd_top {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
}

.split img {
    vertical-align: middle;
    margin-right: 4px;
}

.wza_a {
    margin-right: 20px;
}

.slb_a {
    height: 24px;
    opacity: 1;
    border-radius: 280px;
    background: rgba(247, 207, 166, 1);
    padding: 2px 12px;
}

.logo {
    width: 450px;
    margin: 70px auto 40px;
}

.logo img {
    width: 100%;
}

.search {
    width: 76%;
    margin: 0 auto;
    position: relative;
}

#ctl00_Button1 {
    height: 60px;
    opacity: 1;
    border-radius: 0px 2px, 2px, 0px;
    background: rgba(202, 43, 29, 1);
    border: none;
    color: #fff;
    padding: 0 40px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

form#search {
    display: flex;
    justify-content: center;
}

.input-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    width: 55%;
}

.input-wrapper::before {
    display: block;
    width: 29px;
    height: 29px;
    content: '';
    position: absolute;
    top: 15px;
    left: 10px;
    background: url(../images/public/search_icon.png) no-repeat center;
    z-index: 99;
}

.input-wrapper::after {
    display: block;
    width: 1px;
    height: 23px;
    content: '';
    position: absolute;
    top: 18px;
    left: 57px;
    background: rgba(186, 186, 186, 1);
    z-index: 99;
}

#ctl00_keyword {
    padding: 13px;
    padding-left: 74px;
    height: 60px;
    width: 100%;
    font-size: 20px;
    color: #999;
    border: 0;
    vertical-align: top;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border: 1px solid rgba(25, 82, 132, 1);
    position: relative;
    border: none;
}

.header_nav {
    background: url(../images/public/hdnav_bg.png) no-repeat center;
    height: 65px;
    line-height: 65px;

}

.header_nav ul li {
    float: left;
    width: 16.6%;
    text-align: center;
    font-size: 1.25em;
    position: relative;

}

.header_nav ul li::before {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    opacity: 1;
    right: 0;
    position: absolute;
    top: 20px;
    background: rgba(255, 255, 255, 1);

}

.header_nav ul li:last-child::before {
    width: 0;
}

.header_nav ul li a {
    color: rgba(244, 211, 169, 1);
    font-size: 22px;
    font-weight: 700;
}

@media (max-width:1280px) {
    .input-wrapper {
        width: 80%;
    }
}

@media (max-width:992px) {
    .header_nav {
        background-size: 100% 100%;
        height: 130px;
    }

    .header_nav ul li {

        width: 33.3%;
    }

    .header_nav ul li:nth-child(3)::before {
        width: 0;
    }
}

@media (max-width:480px) {
    .header_nav ul li {
        width: 48%;
    }

    .header_nav {
        background-size: 100% 100%;
        height: 195px;
    }

    .header_nav ul li:nth-child(3)::before {
        width: 1px;
    }

    .header_nav ul li:nth-child(2n)::before {
        width: 0px;
    }

    .logo {
        width: 318px;
    }

    .header {

        height: 477px;
    }

    .split {
        margin-top: 20px;
    }

    .input-wrapper {
        width: 100%;
    }
}
</style>