*{
    margin:0;padding:0
}
html
body{
    background:#fafafa
} 
.header_title {
    width: 1200px;
    margin: 21px auto 22px;
}
.header_title .header_title_left {
    display: inline-block;
    margin-right: 70px;
    overflow: hidden;
}
.header_title .header_title_right {
    float: right;
    margin-top: 7px;
}

.header_title .header_title_left .img_box{
    width: 434px;
}

.header_title .header_title_left .img_box img{
    width: 100%;
}

.header_title .header_title_right ul li{
    list-style-type:none;
    float: left;
    cursor: pointer;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin-right: 52px;
    line-height: 44px;
}
.header_title .header_title_right ul li:last-child{
    margin-right: 0;
}
.header_title .header_title_right ul li .el-button {
    /* width: 110px; */
    height: 44px;
    padding: 0;
    background: #34B0FF;
    border-color: #34B0FF;
    border-radius: 2px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 20px;
}
.header_title .header_title_right ul li:hover {
    color: #34B0FF;
}