.header{
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
}
.header_box01{
    width: 100%;
    border-bottom:1px solid #a8a6a633;
    padding: 10px 0;
    margin-bottom: 15px;
}
.header_box01_a{
    width:70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_box01_left{
    font-size:14px;
    color: #656262;
}
.header_box01_right{
    display: flex;
    align-items: center;
}
.headerbox01_icon{
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    padding: 0 26px;
    position: relative;
}

.headerbox01_icon img{
    width: 28px;
    height: 28px;
    margin-right: 14px;
}
.header_ewm{
    width: 135px;
    height: 30px;
    line-height: 30px;
    background: #06348A;
    border-radius: 8px;
    display: flex;
    position: relative;
    margin-left: 14px;
}
.headerbox01_btn{
    width: 100%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerbox01_btn .hd_icon{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.header_ewm:hover{
    cursor: pointer;
}
.header_ewm .ewm_img{
    width: 100%;
    position: absolute;
    top:28px;
    left: 0;
    opacity: 0;
    z-index: -1;
}
.header_ewm:hover .ewm_img{
    opacity:1;
    z-index: 9;
}

.header_box02{
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_box02_left{
    display: flex;
    align-items: center;  
}
.header_box02_left img{
    width: 210px;
    margin:10px 0;
}
.header_box02_right{
    width: 550px;
    height: 43px;
    line-height: 43px;
    display: flex;
    align-items: center;
    background-color: #06348A;
    padding-left: 2px;
}
.header_box02_right input{
    width: 80%;
    height: 41px;
    line-height: 41px;
    background: #fff;
    font-size: 12px;
    color: #333;
    padding-left: 19px;
    border: none;
    outline: none;
}
.header_box02_right input::placeholder{
    font-size:15px;
    color: rgb(123, 120, 120);
}
.header_box02_right div{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.header_box02_right div:hover{
    opacity: 0.5;
}
.header_box02_tel{
    display: flex;
    align-items: center;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 22px;
    color: #06348A;
}
.header_box02_tel img{
    width: 30px;
    height: 30px;
    margin-right: 11px;
}

.active_nav{
    background-color:rgba(33,41,122,0.7);
    text-align: center;
    position: absolute;
    top:45px;
    left: 50%;
    transform: translate(-50%,0%);
    z-index: 999;
    display: none;
    line-height:23px !important;
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
}
.active_nav a{
    width: 100%;
    display: inline-block;
    color: #fff !important;
    white-space: nowrap;
    font-size: 15px !important;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    padding: 5px 10px;
}
.active_nav a:last-child{
    margin-bottom: 0 !important;
}
.active_nav a:hover{
    /* color: #fff !important; */
    cursor: pointer;
    background-color:#ffffff2b;
}