.wrapper{
    background: url(/uploads/image/images/2025_cjjqybs_body_bg.png) no-repeat center top;
    background-size: 100% 100%;
    overflow: auto;
}

.wrapper2{
    background: url(/uploads/image/images/2025_cjjqybs_body_bg2.png) no-repeat center top;
    background-size: cover;
    overflow: auto;
}

.head{
    height: 415px;
}

.header-warpper{
    margin: 0 auto;
}

.header_container{
    width: 40%;
    box-shadow: 3px 0px 11px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    font-size: 17px;
    color: #552c07;
}

.header{
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 17px;
    color: #552c07;
}

/* banner */
.banner{
    width: 50%;
    margin: 0 auto;    
}

.video_list_wrapper .video_list .m_video_list{
    display: none;
}

.ag7-main{padding-top:25px; margin: 0 auto;}
.ag7-main .phone-index-banner{display: none;}
.ag7-bannerslide{position: relative; margin-bottom: 0px; }
.ag7-bannerslide .slidebox{position: relative; height: 370px;}
.ag7-bannerslide .slidebox li{display:block; position: absolute; width:100%; height: 100%; left:0px; top:0px;}
.ag7-bannerslide a img{display:block; width: 70%; height:370px;}
.ag7-bannerslide .slideinfo{width:100%; position: absolute; left:0px; bottom:0; z-index: 10;}
.ag7-bannerslide .slidetitle{width:370px;color: #fff;background:rgba(0,0,0,0.2);}
.ag7-bannerslide .slidetitle h2{font-size: 16px; height:40px; line-height: 40px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;margin:0 15px;}
.ag7-bannerslide .slidelist{ position:absolute;right:0;bottom:0;width: 30%;height: 370px;color: #552c07;font-size: 16px; background-color: #fefefe;}
.ag7-bannerslide .slidelist ul{ position:absolute; z-index:10; width:100%;text-align: center;}
.ag7-bannerslide .slidelist ul li{width: 96%; height: 91px; line-height: 30px; cursor: pointer; border-bottom:2px solid #fff; text-align: left; padding-left: 10px; display: flex; align-items: center}
.ag7-bannerslide .slidelist ul li:nth-last-child(){border-bottom: none;}
.ag7-bannerslide .slidelist ul li:hover{color: #fff;}
.ag7-bannerslide .slidelist .mask{width:100%; height: 91px; position: absolute;  left: 0; top:0px; background-color:#fca252; display: block; color:#fff;}

.line_wrapper{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.line{
    width: 50%;
    height: 3px;
    background: #fca252;
    margin: 0 auto;
}

.line_wrapper2{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    position: absolute;
    top: 34%;
}

.video_list_wrapper{
    margin: 0 auto;
    position: relative;
}

.video_list{
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px;
    /* align-items: center; */
    align-content: center;
}

.video_item{
    width: 29%;
    /* height: 250px; */
    background-color: #fefefe;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
}

.video_item_img{
    width: 100%;
    height: 75%;
    /* background: #fca252; */
}

.video_item_img img{
    width: 100%;
    height: 100%;
}

.video_item_title{
    font-size: 16px;
    color: #552c07;
    padding: 5px 0 0 5px;
}

.title-wrapper .title{
    line-height: 40px;
    color: #552c07;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}

.content-wrapper .content{
    margin: 0 auto;
    width: 750px;
    line-height: 30px;
    margin-top: 70px;
    margin-bottom: 70px;
}

@media screen and (max-width: 767px){

    html, body{width:750px; margin:0 auto;min-width:inherit; overflow-x:hidden; transform:''}

    .video_list_wrapper .video_list .m_video_list{
        display: block !important;
    }

    .wrapper,.wrapper2{
        background: url(/uploads/image/images/m_2025_cjjqybs_body_bg.png) no-repeat center top;
        width: 750px;
        background-size: contain;
    }

    .header_container{
        width: 100%;
        box-shadow: none;
    }

    .header{
        font-size: 25px;
    }

    .banner{
        display: none;
    }

    .line_wrapper{
        display: none;
    }

    .line_wrapper2{
        display: none;
    }

    .video_list{
        margin: 0;
        display: block;
        width: 100%;
    }

    .video_item{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        padding: 0 35px;
        border-top: 1px solid #dddddd;
        margin-top: 20px;
    }

    .video_item_img{
        width: 30%;
    }

    .video_item_title{
        width: 60%;
        font-size: 26px;
        padding: 5px 0 0 30px;
    }

    footer .link li{
        margin: 0 5px;
    }

    .pagination{
        margin-bottom: 50px;
    }

    .content-wrapper .content{
        width: 685px;

    }

    .content-wrapper .content{
        line-height: 40px;
        font-size: 20px;
    }

    
    
}