.live_top {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    padding-bottom: 50px;
}
.heighter {
    position: relative;
    overflow: hidden;
}
.honer-history {
    position: relative;
    z-index: 2  ;
}
.live_top_bg {
    left: 0;
    right: 0;
    top: -1px;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: 1;
}
.live_top_one {
    float: left;
    width: 25%;
}
.live_top_item {
    width: 310px;
    height: 310px;
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
.live_top_item .live_top_box {
    position: relative;
}

.live_top_nor {
    position: relative;
    width: 310px;
    height: 310px;
    opacity: 1;
    transition: all 0.5s;
}
.live_top_nor .live_top_line {
    position: absolute;
    left: 95px;
    top: 0px;
    height: 5px;
    width: 120px;
    background-color: #d61518;
}
.live_top_nor img {
    padding-top: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.live_top_nor span {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #d61518;
    margin-top: 25px;
}
.live_top_hover {
    position: absolute;
    left: 0;
    top: 310px;
    width: 310px;
    height: 310px;
    background-color: #d61518;
    transition: all 0.5s;
    z-index: 2;
}
.live_top_hover .live_top_hover_title {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    padding-top: 70px;
}
.live_top_hover .live_top_hover_title:after {
    content: " ";
    height: 2px;
    display: block;
    position: absolute;
    left: 43%;
    right: 43%;
    bottom: 0px;
    background-color: #fff;
}
.live_top_hover p {
    margin-top: 26px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 1.75;
    padding-left: 20px;
    padding-right: 20px;
}
.live_top_footer {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 45px;
    color: #f5f5f5;
    font-weight: 600;
    z-index: 3;
    transition: all 0.3s;
}
.live_top_item:hover .live_top_footer {
    color: #e72e31;
}
.live_top_item:hover .live_top_box .live_top_hover{
    top: 0px;
}
.live_top_item:hover .live_top_box .live_top_nor {
    opacity: 0.3;
    transform: scale(0.6);
}


@media screen and (max-width: 1700px) {
    .box {
        width: 1400px;
    }
}

@media screen and (max-width: 1401px) {
    .box {
        width: 1200px;
    }
    .live_top_item {
        width: 211px;
        height: 211px;
    }
    .live_top_nor {
        width: 211px;
        height: 211px;
    }
    .live_top_nor img {
        padding-top: 57px;
    }
    .live_top_nor span {
        margin-top: 18px;
    }
    .live_top_hover {
        top: 211px;
        width: 211px;
        height: 211px;
    }
    .live_top_nor .live_top_line {
        left: 68px;
        width: 86px;
    }
    .live_top_footer {
        font-size: 22px;
    }
    .live_top_hover .live_top_hover_title {
        padding-bottom: 10px;
        padding-top: 50px;
    }
    .live_top_hover p {
        margin-top: 18px;
        line-height: 1.55;
        padding-left: 14px;
        padding-right: 14px;
    }
}


/*.live_hd*/
.live_hd {
    overflow: hidden;
    position: relative;
}

.live_hd .hd_warp {
    position: relative;
    transition: all 0.8s;
    left: 0;
}
.live_hd .live_hd_lt {
    position: absolute;
    left: 10px;
    top: 43%;
    z-index: 3;
}
.live_hd .live_hd_rt {
    position: absolute;
    right: 10px;
    top: 43%;
    z-index: 3;
}

.live_hd .live_hd_lt img,
.live_hd .live_hd_rt img {
    cursor: pointer;
    transition: all, 0.6s;
}
.live_hd .live_hd_lt img:hover,
.live_hd .live_hd_rt img:hover {
    opacity: 0.6;
    transform: scale(1.03);
}
.hd_one {
    width: 1680px;
    float: left;
}
.hd_item {
    position: relative;
}
.hd_item_left {
    width: 475px;
    height: 518px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.hd_item_mid {
    width: 700px;
    height: 518px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.hd_item_right {
    width: 475px;
    height: 518px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.hd_item_left a, .hd_item_right a, .hd_item_mid a {
    display: block;
}
.hd_item_left a img, .hd_item_right a img, .hd_item_mid a img {
    display: block;
    width: 100%;
}
.hd_item_left a img, .hd_item_right a img {
    height: 248px;
}
.hd_item_mid a img {
    height: 515px;
}
@media screen and (max-width: 1700px) {
    .hd_one {
        width: 1400px;
    }
    .hd_item_left, .hd_item_right {
        width: 392px;
        height: 420px;
    }
    .hd_item_left a img, .hd_item_right a img {
        height: 206px;
    }
    .hd_item_mid {
        width: 582px;
        height: 420px;
    }
}
@media screen and (max-width: 1401px) {
    .hd_one {
        width: 1200px;
    }
    .hd_item_left, .hd_item_right {
        width: 338px;
        height: 369px;
    }
    .hd_item_left a img, .hd_item_right a img {
        height: 176px;
    }
    .hd_item_mid {
        width: 500px;
        height: 370px;
    }
}

/*.nor_box*/
.nor_one {
    float: left;
    width: 25%;
}
.nor_item {
    width: 380px;
    height: 450px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #ffffff;
    margin-bottom: 60px;
}
.nor_item .avatar {
    width: 380px;
    height: 330px;
    overflow: hidden;
}
.nor_item .avatar a {
    display: block;
}
.nor_item .avatar img {
    display: block;
    width: 380px;
    height: 330px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s;
}
.nor_item .title a {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 24px;
    color: #333;
    text-align: center;
    transition: all 0.3s;
}
.nor_item:hover img {
    transform: scale(1.05);
    opacity: 0.8;
}
.nor_item:hover .title a {
    color: #9f041b;
}

@media screen and (max-width: 1700px) {
    .box {
        width: 1400px;
    }
    .nor_item {
        width: 316px;
        height: 375px;
        margin-bottom: 50px;
    }
    .nor_item .avatar {
        width: 316px;
        height: 275px;
    }
    .nor_item .title a {
        padding-top: 33px;
        padding-bottom: 33px;
    }
}
@media screen and (max-width: 1401px) {
    .box {
        width: 1200px;
    }
    .nor_item {
        width: 271px;
        height: 321px;
        margin-bottom: 42.5px;
    }
    .nor_item .avatar {
        width: 271px;
        height: 235px;
    }
    .nor_item .title a {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

