.heard {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-bottom: #0081CC solid 3px;
}
.heard .heard_main {
    width: 1200px;
    margin: 0 auto;
}
.heard .heard_main .heard_top {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.heard .heard_main .heard_top .heard_top_item {
    width: 550px;
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
}
.heard .heard_main .heard_top .heard_top_item .heard_icon {
    margin: 0 7px;
}
.heard .heard_main .heard_top .heard_top_item .heard_span {
    margin: 0 10px;
}
.heard .heard_main .heard_top .heard_top_item .heard_span1 {
    color: #666;
}
.heard .heard_main .heard_top .heard_top_item span {
    color: #333333;
}
.heard .heard_main .heard_top .heard_top_item .heard_search {
    width: 170px;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: 15px;
}
.heard_search .el-input__inner {
    border-radius: 20px;
    height: 25px;
}
.heard_search .el-input__icon {
    line-height: 25px;
}
.heard_bottom {
    width: 100%;
    height: 70px;
    display: flex;
}
.heard_bottom_left {
    width: 410px;
    height: 57px;
}
.heard_bottom_right {
    display: flex;
    flex: 1;
    margin-left: 35px;
    cursor: pointer;
}
.heard .heard_main .heard_bottom .heard_bottom_right .heard_bottom_right_item {
    width: 90px;
    height: 67px;
    text-align: center;
    line-height: 67px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.heard .heard_main .heard_bottom .heard_bottom_right .heard_bottom_right_item:hover {
    background: #0081CC;
    color: #ffffff;
}
.heard .heard_main .heard_bottom .heard_bottom_right .heard_bottom_right_item1 {
    width: 90px;
    height: 67px;
    position: relative;
}
.heard .heard_main .heard_bottom .heard_bottom_right .heard_bottom_right_item1 .text {
    text-align: center;
    line-height: 67px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.heard .heard_main .heard_bottom .heard_bottom_right .heard_bottom_right_item1:hover {
    background: #0081CC;
}
.heard .heard_main .heard_bottom .heard_bottom_right .heard_bottom_right_item1:hover .text {
    color: #ffffff;
}
.heard .heard_main .heard_bottom .heard_bottom_right .heard_bottom_right_item1:hover .heard_bottom_right_item1_bottom {
    width: 600px;
    height: 252px;
}
.heard .heard_main .heard_bottom .heard_bottom_right .heard_bottom_right_item1 .heard_bottom_right_item1_bottom {
    background: #ffffff;
    position: absolute;
    top: 60px;
    left: -150px;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 9;
    display: flex;
}
.heard .heard_main .heard_bottom .heard_bottom_right .heard_bottom_right_item1 .heard_bottom_right_item1_bottom .bottom_left {
    display: block;
    width: 240px;
    height: 200px;
    margin: 25px 0 0 20px;
}
.heard .heard_main .heard_bottom .heard_bottom_right .heard_bottom_right_item1 .heard_bottom_right_item1_bottom .bottom_right {
    display: flex;
    margin: 10px 0 0 35px;
}
.heard .heard_main .heard_bottom .heard_bottom_right .heard_bottom_right_item1 .heard_bottom_right_item1_bottom .bottom_right .right_item {
    width: 126px;
    height: 100px;
    margin-left: 20px;
}
.heard .heard_main .heard_bottom .heard_bottom_right .heard_bottom_right_item1 .heard_bottom_right_item1_bottom .bottom_right .right_item .right_item_box {
    width: 100%;
    height: 30px;
    margin: 10px 3px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px dashed #999999;
    box-sizing: border-box;
}
.heard .heard_main .heard_bottom .heard_bottom_right .heard_bottom_right_item1 .bottom_type1 {
    left: -250px;
}
.heard .heard_main .heard_bottom .heard_bottom_right .heard_bottom_right_item1 .bottom_type6 {
    left: -400px;
}
.heard .heard_box2 {
    width: 100%;
    height: 180px;
    border-top: #0081CC solid 3px;
    padding: 10px 0;
}
.heard .heard_box2 .heard_box2_main {
    width: 100%;
    height: 180px;
    background: url("/img/heard/sanji_banner01.png") no-repeat;
    background-size: 100% 100%;
}
