.header-box .header {
    width: 100%;
    height: 148px;
    box-sizing: border-box;
    background: url(../image/bg_top.png) no-repeat;
    background-size: 100% 100%;
}
.header-box .header .header_content{
    width: 75.67%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.header-box .header .header_content .header_left{
    width: 80.695%;
    font-size: 0;
}
.header-box .header .header_content .header_left img{
    width: 100%;
}
.header-box .header .header_content .header_right{ 
    display: flex;
    justify-content: end;
    align-items: center;
}
.header-box .header .header_content .header_right input {
    border: 1px solid #CCCCCC;
    background-color: rgba(250,250,250,0);
    border-right: 0;
    color: #CCCCCC;
    padding: 12px;
    font-size: 12px;
}

.header-box .header .header_content .header_right input:focus {
    outline: none;
}

.header-box .header .header_content .header_right input::placeholder {
    color: #CCCCCC;
    font-size: 12px;
    -webkit-text-fill-color: #CCCCCC;
}

.header-box .header .header_content .header_right .search-icon{
    width: 40px;
    height: 40px;
    background: #B80001;
    border: 1px solid #B80001;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header-box .header_menu{
    width: 100%;
    height: 80px;
    background-color: #0562CC;
}

.header-box .header_menu .one_ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-box .header_menu .one_ul .lif{
    width: 8.33%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}


.header-box .header_menu .one_ul .lif a,
.header-box .header_menu .one_ul .lif span,
.header-box .header_menu .one_ul .lif .hover_ul li a{
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}

.header-box .header_menu .one_ul .lif a,
.header-box .header_menu .one_ul .lif span{
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 24px;
    color: #F8F8F8;
    line-height: 80px;
}

.header-box .header_menu .one_ul .lif .hover_ul{
    width: 100%;
    display: none;
    position: absolute;
    background: #0459BB;
    z-index: 99;
}

.header-box .header_menu .one_ul .lif .hover_ul li a{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
}



.header-box .header_menu .one_ul .lif:hover  a,
.lif-active{
    background: #0459BB;
}



.header-box .header_menu .one_ul .lif:hover .hover_ul{
    display: block;
}

.yd_dh,
.navv {
    display: none;
}

.navv {
    width: 100%;
    height: 100%;
    position: fixed !important;
    right: 0;
    top: 0;
    display: none;
    z-index: 999;
    background-color: #f7f7f7;
}

.navv .navv_top {
    line-height: 50px;
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.navv .navv_top .span1 {
    display: inline-block;
    font-size: 30px;
    color: #acacac;
    margin-right: 2%;
    font-family: 'iconfont' !important;
    cursor: pointer;
}

#navv1 {
    width: 100%;
    height: 100%;
    text-align: left;
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 16px;
    overflow-y: auto;
}

#navv1 .ul {
    margin: 0 30px;
    box-sizing: border-box;
}

#navv1 li {
    border-bottom: 1px solid #e9e9e9;
    line-height: 50px;
    color: #444444;
    margin: 0 8%;
    font-weight: 600;
}

#navv1 .ie_line .litop {
    width: auto;
    display: flex;
    justify-content: space-between;

    /* position: relative; */
}

.sousuo1 {
    width: 302px;
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
}

.sousuo1 input {
    height: 40px;
    width: 100%;
    border: 1px solid #40b6ed;
    border-radius: 40px;
    padding-left: 20px;
}

.sousuo1 span {
    position: absolute;
    top: 1px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #079fe6;
    border-radius: 40px;
    text-align: center;
    line-height: 50px;
}

.sousuo1 input::placeholder {
    color: #CCCCCC;
    font-size: 12px;
    -webkit-text-fill-color: #CCCCCC;

}

.sousuo1 input:focus {
    outline: none;
}

#navv1 .select .select1,
#navv1 .select .select2 {
    cursor: pointer;
}

#navv1 li a {
    width: 100%;
    color: #1a1a1a;
    text-decoration: none !important;
    /* font-weight: 700; */
}

.ydhover {
    display: none;
}

.ydhover li {
    line-height: 30px !important;
    border: 0 !important;
    margin: 0 !important;
}

.ydhover li a {
    color: #888887 !important;
    font-size: 15px !important;
    margin-left: 20px !important;
    font-weight: 500 !important;
}

.animenu__toggle {
    cursor: pointer;
    background: #66666600;
    border: 0;
    padding: 10px;
    height: 40px;
    width: 40px;
    /* position: absolute;
    right: 10px;
    top: 31px; */

    border-radius: 4px;
    outline: none;
}

.animenu__toggle__bar:nth-child(1),
.animenu__toggle__bar:nth-child(3) {
    width: 15px;
}

.animenu__toggle__bar {
    display: block;
    height: 2px;
    background-color: #fff;
    -webkit-transition: .15s cubic-bezier(.75, -.55, .25, 1.55);
    -o-transition: .15s cubic-bezier(.75, -.55, .25, 1.55);
    transition: .15s cubic-bezier(.75, -.55, .25, 1.55);
}

.animenu__toggle__bar:nth-child(2) {
    width: 20px;
}

.animenu__toggle__bar+.animenu__toggle__bar {
    margin-top: 4px;
}

.ms {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: -41px;
    right: 0;
}
@media (min-width:1920px) {
    .header-box .header_menu .one_ul{
        width: 1903px;
        margin: auto;
    }
    .header-box .header .header_content{
        width: 1440px;
    }
}
@media (max-width:1600px) {
    .header-box .header .header_content{
        width: 78%;
    }
}
@media (max-width:1400px) {
    .header-box .header{
        height: 130px;
    }
    .header-box .header .header_content{
        width: 80%;
    }
    .header-box .header_menu .one_ul .lif a,
    .header-box .header_menu .one_ul .lif span{
        font-size: 20px;
    }
    .header-box .header_menu .one_ul .lif .hover_ul li a{
        font-size: 16px;
    }
}
@media (max-width:1200px) {
    .header-box .header .header_content{
        width: 85%;
    }
    .header-box .header{
        height: 110px;
    }
    .header-box .header_menu{
        height: 60px;
    }
    .header-box .header_menu .one_ul .lif a,
    .header-box .header_menu .one_ul .lif span{
        line-height: 60px;
        font-size: 18px;
    }
    .header-box .header_menu .one_ul .lif .hover_ul li a{
        font-size: 14px;
    }
}
@media (max-width:1100px){
    .header-box .header_menu .one_ul .lif a,
    .header-box .header_menu .one_ul .lif span{
        font-size: 16px;
    }
}
@media (max-width:1000px) {
    
    .header-box .header{
        height: 90px;
    }
    .header-box .header_menu{
        height: 50px;
    }
    .header-box .header_menu .one_ul .lif a,
    .header-box .header_menu .one_ul .lif span{
        font-size: 15px;
        line-height: 50px;
    }
    .header-box .header_menu .one_ul .lif .hover_ul li a{
        font-size: 13px;
    }
}
@media (max-width:900px) {
    .header-box .header .header_content{
        width: 90%;
    }
    .header-box .header_menu{
        display: none;
    }
   
    .yd_dh {
        display: block;
        position: fixed;
        right: 2%;
        top: 20px;
        z-index: 999;
        background: rgba(0, 0, 0, 0.3);
    }

    .animenu__toggle {
        padding: 7.5px;
        width: 35px;
        height: 35px;
    }
    .header-box .header .header_content .header_right {
        display: none;
    }
}
@media (max-width:750px) {
    .header-box .header{
        height: 70px;
    }
    .header-box .header .header_content{
        width: 95%;
    }
    .yd_dh{
        top: 18px;
    }
    .header-box .header .header_content .header_right input{
        display: none;
        padding: 9px;
        position: absolute;
        right: 75px;
    }
    .header-box .header .header_content .header_right .search-icon{
        position: absolute;
        height: 33px;
        width: 33px;
        top: 18px;
        right: 40px;
    }
}
@media (max-width:500px){
    .header-box .header{
        height: 60px;
    }
}
@media (max-width:350px){
    .sousuo1{
        width: 250px;
    }
}