*{margin: 0;padding: 0;font-family:'Microsoft YaHei';}
ul,ol,li{list-style: none;}
li{cursor: pointer;}
img{vertical-align: top;}
a{text-decoration: none;cursor: pointer;}

body{
    width: 1920px;
    background: #000;
    overflow-x: hidden;
}
input{
    outline: none;
    background: none;
    border: none;
}
#main{
    width: 1920px;
    position: relative;
    height: 1299px;
}
.screenshot-main{
    background: url(../images/screenshot_main_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.jt-banner{
    width: 1920px;
    height: 714px;
    position: relative;
}
.jt-banner video{
    width: 100%;
    height: 100%;
}
.down{
    width: 355px;
    height: 144px;
    background: url(../images/jt_sp_down_bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 283px;
    left: 930px;
}
.down .code{
    width: 108px;
    height: 108px;
    margin: 18px 0 0 63px;
}
.down-btn{
    width: 151px;
    height: 118px;
    position: absolute;
    top: 14px;
    right: 18px;
    cursor: pointer;
    background: #65290C;
    border-radius: 5px;
}
.down-btn img{
    margin: 16px 0 0 33px;
}
.down-btn:hover img{
    animation: move .8s infinite;
}
.down-btn:hover{
    background: rgb(133, 55, 16);
}
@keyframes move{
    0%{
        margin-top: 16px;
    }   

    100%{
        margin-top: 20px;
    }
}

.mian-list{
    position: absolute;
    top: 425px;
    left: 313px;
    width: 1303px;
    height: 810px;
    background: url(../images/screenshot_bg.png) no-repeat;
    background-size: 100% 100%;
}
#tit{
    height: 122px;
    margin-left: 63px;
}
#tit h3{
    font-size: 34px;
    color: #452516;
    margin-top: 50px;
    float: left;
}
#tit p{
    float: right;
    font-size: 15px;
    color: #926648;
    margin: 86px 130px 0 0;
}
#pageMain{
    width: 1170px;
    margin-left: 63px;
}
#pageMain li {
    list-style: none;
    width: 264px;
    margin: 0 26px 6px 0;
    float: left;
    position: relative !important;
}
.imgs_li{
    height: 179px;
}
.video-li{
    height:203px;
}
#pageMain li .imgdata{
    width: 264px;
    height: 145px;
}

.imgs_li:hover img{
    position: absolute;
    top: -2px;
    left: -2px;
    width: 268px;
    height: 149px;
}
.imgs_li p{
    position: absolute!important;
    left: 0;
    bottom: 0;
}
#pageMain li p,#pageMain li h4{
    font-size: 14px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-weight: 400;
    color: #000000;
    width: 264px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
._mask{
    position: absolute;
    width: 100%;
    height: 70px;
    top: 644px;
    left: 0;
    background: -moz-linear-gradient(top, RGBA(0,0,0,0) 0%, RGBA(5,4,2,1) 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,RGBA(0,0,0,0)), color-stop(100%,RGBA(5,4,2,1)));
    background: -webkit-linear-gradient(top, RGBA(0,0,0,0) 0%,RGBA(5,4,2,1) 100%);
    background: -o-linear-gradient(top, RGBA(0,0,0,0) 0%,RGBA(5,4,2,1) 100%);
    background: -ms-linear-gradient(top, RGBA(0,0,0,0) 0%,RGBA(5,4,2,1) 100%);
    background: linear-gradient(to bottom RGBA(0,0,0,0) 0%,RGBA(5,4,2,1) 100%);

}

/* 分页 */

#page{ 
    bottom: 40px;
}
.page-wrap{
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    margin: 0 auto;
    text-align: center;
    user-select: none;
}
.page-wrap div{
    text-align: center;
}
.page-prev,.page-next{
    width: 60px;
    height: 23px;
}

.page-prev,.page-next,.page-list li{
    border: 1px solid #424A55;
    cursor: pointer;
}
.page-content{
    height: 25px;
    margin: 34px auto 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}


/* 视频 */
.video-main{
    background: #000;
}
#pageMain li{
    position: relative;
}
.video_mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 264px;
    height: 145px;
    background: rgba(0,0,0,.5);
    opacity: 0;
}
.video_mask:hover{
    opacity: 1;
}
.video_mask img{
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -23px auto 0;
}
.video-list #tit{
    height: 105px !important;
}
.video-list #tit h3{
    margin-top: 50px !important;
}
.video-list #tit p{
    margin-top: 56px !important;
}
.video-list #tit p a{
    color: #926648;
}
.video-li p,.video-li h4{
    text-align: left !important;
}
.video-li .date{
    position: absolute;
    top: 130px;
    right: 12px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 0;
}
.video-li .by{
    line-height: 0 !important;
    margin-top: 0 !important;
    color: #5C5C5C !important;
    line-height: 24px !important;
    height: 24px !important;
}


.video-down{
    width: 359px;
    height: 186px;
    background: url(../images/video_sp_down_bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 176px;
    left: 1003px;
}
.video-down .code{
    width: 101px !important;
    height: 101px !important;
    margin: 68px 0 0 58px !important;
}
.video-down-btn{
    width: 165px;
    height: 109px;
    position: absolute;
    top: 63px;
    right: 23px;
    cursor: pointer;
    border: rgba(255,255,255,0.3) solid 1px;
}
.video-down-btn img{
    margin: 16px 0 0 43px;
}
.video-down-btn:hover img{
    animation: move .8s infinite;
}
.video-down-btn:hover{
    background: rgba(133, 55, 16, .3);
}