/* å¤´éƒ¨ */
.header01_left{
    float: left;
    margin-top:40px;
    max-width: 400px;
}
.header01_dqwz{
    position: relative;
    float: left;
    margin-left:30px;
    margin-top:98px;
}
.header01_dqwz span{
    margin-left:13px ;
}
.header01_back{
    position: fixed;
    display: block;
    width: 77px;
    height: 67px;
    background: #3c6bca;
    text-align: center;
    color: #fff;
    padding: 6px;
    top: 0;
    right: 350px;
    z-index: 999;
}
.header01_back span{
    display: block;
    margin-top:7px ;
    font-size: 16px;
    color: #fff;
}
.header01_box{
    width: 1500px;
    margin: 0 auto;
    height: 150px;
}
.header01_dqwz{
    font-size: 20px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
}
.header01_dqwz span{
    text-decoration: underline;
    vertical-align: bottom;
}
.header01_dqwz ul{
    padding: 20px;
    display: none;
    position: absolute;
    top: 36px;
    left: 50px;
    z-index: 999;
    /* background: url(../images/public/xlcdbg.png) no-repeat; */
    width: auto;
    /* height: 238px; */
    background: #fff;
    border-radius: 5px;
}

.header01_dqwz ul li{
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    /* background: url(../images/public/xlcdyd.png) no-repeat 0 16px; */
}
.header01_dqwz ul li:hover a{
    color: #154cbc;
}
.header01_dqwz ul li a{
    padding-left: 10px;
    font-weight: bold;
    white-space: nowrap;
}

@media (max-width: 1500px){
    .header01_box{
        width: 1200px;
    }
    .header01_back{
        right: 73px;
    }
}
@media (max-width: 768px) {
    .header01_box{
        width: 100%;
        height: auto;
    }
    .header01_left{
        text-align: center;
        float: none;
    }
    .header01_dqwz{
        text-align: center;
        margin:30px 0;
        float: none;
    }
    .header01_left img{
        width: 80%;
    }
    .header01_back{
        display: none;
    }
}