.header_logo .logo {
    width: 100%;
    display: block;
}

#header {
    /* margin-top: 35px; */
}

.header_logo {
    position: relative;
    overflow:hidden;
}

.header_QRcode_box {
    position: absolute;
    right: 19%;
    top: 6%;
}

.header_QRcode_box1 div:nth-child(2) {
    font-size: 12px;
    color: #000000;
}

.header_QRcode_box1 {
    float: left;
    margin-right: 20px;
}

.header_name {
    height: 47px;
    color: #4b4b4b;
    font-size: 16px;
    width: 1180px;
    margin: auto;
    line-height: 47px;
}

.header_tab_box {
    width: 100%;
    margin: auto;
    background-color: red;
    height: 135px;
}

.header_tab {
    display: flex;
    width: 1180px;
    margin: auto;
    justify-content: center;
}

.header_tab div {
    width: 110px;
    height: 60px;
    margin-left: 20px;
    position: relative;
}

.index_subMenu_box {
    position: absolute;
    width: 110px;
    background-color: #fda335;
    height: auto;
    display: none;
    z-index: 999;
    margin: 0;
    padding: 0;
}

.index_subMenu_box li {
    list-style: none;
    text-align: center;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
}

.index_subMenu_box li a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0;
    white-space: nowrap;
    box-sizing: border-box;
    text-decoration: none;
}

.index_subMenu_box p {
    height: 30px;
}

.header_tab a {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.header_tab a:hover {
    color: #ffffff;
    text-decoration: none;
}

.header_tabBackground {
    background-color: #fda335 !important;
}

.index_subMenu_li {
    background-color: #ffe8ce;
}

.index_subMenu_li1 {
    color: #e8000e !important;
    background-color: #ffe8ce !important;
    font-weight: 500 !important;
}

.Line {
    border-top: 1px solid #faece7;
    width: 100%;
    opacity: .7;
}

.header_tab .indexico {
    background: url("../images/indexico.png") no-repeat center center;
    background-position-x: 27%;
    background-position-y: 50%;
    background-size: 21px;
    text-align: right;
    width: 100%;
    padding: 0 11px;
}

.input_box {
    float: right;
    display: flex;
    margin-top: 22px;
}

.input_name {
    background-color: #ffffff;
    height: 35px;
}

.input_box span {
    background: url("../images/sousu.png") no-repeat center center;
    background-position-x: 50%;
    background-position-y: 38%;
    background-size: auto;
    display: inline-block;
    width: 40px;
    height: 30px;
    float: right;
    border-left: 1px solid #e2e2e2;
    margin-top: 4px;
}

.search_btn {
    width: 70px;
    height: 35px;
    background-color: #fda335;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.input_box input {
    border: none;
    width: 250px;
    height: 35px;
    margin-left: 20px;
}

input::placeholder {
    color: #959595;
    font-size: 16px;
}

.erweima {
    position: absolute;
    right: 27px;
    top: 50px;
    z-index: 99999;
    display: none;
}

@media screen and (max-width: 1600px) {
    .header_QRcode_box {
        right: 13%;
    }
}

@media screen and (max-width: 1440px) {
    .header_QRcode_box {
        right: 9%;
    }
}

@media screen and (max-width: 1366px) {
    .header_QRcode_box {
        right: 6%;
    }
}

@media (min-width: 1200px) {
    .container1,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        margin: auto;
    }
    .container {
        max-width: 100%;
    }
}