@charset "utf-8";
:root{
    --themes_color: #e50000;
    --font_color: #fff;
}
body{
    overflow-Y: hidden;
}
.cover{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    z-index: 9999;
    transition: all 0.3s;
    left: 0;
    top: 0;
}
.cover video{
    width: 100%;
    height: 100%;
}
.close{
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    box-sizing: border-box;
    position: absolute;
    right: 30px;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    user-select: none;
    border-radius: 50%;
    color: #fff;
    line-height: 0;
    cursor: pointer;
}
.tips{
    position: absolute;
    left: 50%;
    top: 50px;
    color: #fff;

}
.p1{
    width: 1300px;
    height: 522px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 100px;
}
.swiper_normal_title_down{
    width: 820px;
    height: 100%;
    float: left;
}
.p1 .lists_title_des{
    width: calc(100% - 840px);
    float: right;
}
.lists_title_des_item{
    margin-bottom: 38px;
    padding-bottom: 38px;
    border-bottom-style: dashed;
}
.p2{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 80px;
}
.p2_item{
    width: 630px;
    height: auto;
    overflow: hidden;
    float: left;
}
.p2_item:last-of-type{
    float: right;
}
.title{
    width: 100%;
    height: 71px;
    text-align: center;
    display: block;
}
.title img{
    width: auto;
    height: 100%;
    display: inline-block;
}
.bigImg{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    display: block;
}
.bigImg_img{
    width: 100%;
    height: 402px;
    overflow: hidden;
}
.bigImg_text{
    width: 100%;
    height: 60px;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bigImg:hover .bigImg_text{
    color: var(--themes_color);
    font-weight: bold;
}
.lists_title_des{
    margin-top: 10px;
}
.more{
    width: 140px;
    height: 40px;
    border: 1px solid var(--themes_color);
    color: var(--themes_color);
    padding-left: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 50px;
    display: block;
    background: url(../../images/zt/zt_renMinYiShu/arrow_red.png) no-repeat right center;
    background-position: 105px center;
}
.more:hover{
    background: url(../../images/zt/zt_renMinYiShu/arrow_white.png) no-repeat right center;
    background-color: var(--themes_color);
    background-position: 105px center;
    color: #fff;
    border-color: #fff;
}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
    body{
        overflow-Y: auto;
    }
    .cover{
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        background: #fff;
        transition: none;
        padding: 0 0.2rem;
        box-sizing: border-box;
        margin-top: 0.3rem;
    }
    .p1{
        width: 100%;
        height: auto;
        margin-top: 0.5rem;
        padding:  0 0.2rem;
        box-sizing: border-box;
    }
    .swiper_normal_title_down{
        width: 100%;
        height: auto;
        float: none;
    }
    .p1 .lists_title_des{
        width: 100%;
        float: none;
        margin-top: 0.4rem;
    }
    .lists_title_des_item{
        margin-bottom: 0.3rem;
        padding-bottom: 0.3rem;
    }
    .p2{
        width: 100%;
        height: auto;
        margin-top: 0;
        padding:  0 0.2rem;
        box-sizing: border-box;
    }
    .p2_item{
        width: 100%;
        float: none;
        margin-top: 1rem;
    }
    .p2_item:last-of-type{
        float: none;
    }
    .title{
        height: 1rem;
    }
    .bigImg{
        margin-top: 0.4rem;
    }
    .bigImg_img{
        height: 4.33rem;
    }
    .bigImg_text{
        width: 100%;
        height: auto;
        margin-top: 0.1rem;
    }
    .bigImg:hover .bigImg_text{
        color: #333;
        font-weight: normal;
    }
    .lists_title_des{
        margin-top: 0.3rem;
    }
    .more{
        width: 2.6rem;
        height: 0.6rem;
        padding-left: 0.5rem;
        border-radius: 0.3rem;
        line-height: 0.6rem;
        margin-top: 0.6rem;
        background-position: 2rem center;
        background-size: 0.26rem 0.18rem;
    }
    .more:hover{
        background: url(../../images/zt/zt_renMinYiShu/arrow_red.png) no-repeat right center;
        background-color: #fff;
        background-position: 2rem center;
        color: var(--themes_color);
        border-color: var(--themes_color);
    }
}
	