@charset "utf-8";
:root{
    --themes_color: #b23e0f;
    --font_color: #ffffff;
}
.focus {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.focus_main{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 90px;
    position: relative;
}
.focus_l{
    width: 748px;
    height: auto;
    overflow: hidden;
    float: left;
}
.swiper_focus{
    width: 100%;
    height: 476px;
}
.swiper_focus .title_img_linear{
    padding-bottom: 30px;
}
.focus_r{
    width: 524px;
    float: right;
}
.focus_r .lists_title_des_item{
    margin-bottom: 17px;
    padding-bottom: 17px;
}
.focus_r .lists_title_des_item:last-of-type{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.p3{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.p3_mian{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.p3_item{
    display: block;
    width: 630px;
    height: 354px;
    overflow: hidden;
    float: left;
    position: relative;
}
.p3_item:last-of-type{
    float: right;
}
.p3_item_img{
    width: 100%;
    height: 100%;
}
.p3_itme_text{
    width: 100%;
    height: 100px;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
}
.p3_itme_text p{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
}
.p3_play{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.swiper_multi_full{
    margin-top: 50px;
}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
    .focus{
        background-size: 100% auto;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .focus_main{
        width: 100%;
        margin-top: 0.6rem;
        padding-bottom: 0;
    }
    .focus_l{
        width: 100%;
        float: none;
    }
    .swiper_focus{
        height: 4.33rem;
    }
    .focus_r{
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #fff;
        float: none;
        margin-top: 0.4rem;
    }
    .p3{
        width: 100%;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .p3_mian{
        margin-top: 0.5rem;
    }
    .p3_item{
        width: 3.3rem;
        height: 2.45rem;
    }
    .p3_item_img{
        height: 1.85rem;
    }
    .p3_itme_text{
        height: 0.6rem;
        background: var(--themes_color);
        position: initial;
    }
    .p3_itme_text p{
        padding: 0 0.1rem;
        position: initial;
        line-height: 0.6rem;
    }
    .p3_play{
        width: 0.6rem;
        height: 0.6rem;
    }
}
	