/* 基本样式 */  
*{
    padding: 0;
    margin: 0;
    list-style: none;
}
.Box{
    width:100% ;
    position: relative;
    background-image: url("../img/pcbg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.Box>img{
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
}
.Box .top{
    width: 100%;
}
.Box .top img{
    width: 100%;
}
.Box .bg{
    width: 100%;
} 

   
.gohome{
    position: absolute;
    display: block;
    width: 2.6rem;
    height: 1rem;
    right: .4rem;
    top: 0.2rem;
    z-index: 9;
}
.PC{
    display: block !important;
}
.mo{
    display: none !important;
}

.footer { 
	width: 100%;
    text-align: center;
    position: absolute;
    bottom: 6px;
    left: 0;
    color: #fff;
    font-size: .2rem;
}  


.videoBox{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1.3rem;
    padding-top:11rem;
}
.videoBox .tit{
    text-align: center;
}
.videoBox .tit img{
    width: 4rem;
    display: block;
    margin:.6rem 0 .2rem .6rem;
}
.video-swiper-box{
    width: 82%;
    height: 7.6rem;
    margin: .4rem auto 0;
    position: relative;
}
.video-swiper-btn{
    width: .6rem;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.video-swiper-btn.left{
    left: -1rem;

}
.video-swiper-btn.right{
    right: -1rem;

}
.swiper-video{
    width: 100%;
    height: 100%;
}
.video-swiper-box video{
    width: 100%;
    height: 100%;
}
.botBox{
    width: 100%;
    position: relative;
}
.botBox .tit{
    width: 80%;
    margin: 0 auto;
}

.botBox .tit img{
    width: 4rem;
    display: block;
    margin:.6rem 0 .2rem .6rem;
}

#video {
	padding-top: .1rem;
	width: 100%;
	height: 7.8rem;
	margin: 0 auto;
	position: relative;
}

#video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.swiper-car-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}
.swiper-car-pagination span{
    width: 1rem;
    height: 4px;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
}
.imgBox{
    width: 100%;
    position: relative;
    padding-bottom: 1.6rem;
}

.imgBox .tit{
    width: 80%;
    margin: 0 auto;
}
.imgBox .tit img{
    width: 4rem;
    display: block;
    margin:1rem 0 1.4rem .6rem;

}
.htmleaf-container img{
    width: 100%;
}
.htmleaf-container .swiper-slide{
    transform: scale(.9);
    transition:.4s;
}
.htmleaf-container .swiper-slide-active{
    transform: scale(1);
}

/* 响应式布局 */  
@media screen and (max-width: 750px){
    .Box{
        background-image: url("../img/mobg.jpg");
    }
    .PC {
        display: none !important;
    }
    .mo {
        display: block !important;
    }
    .videoBox{
        width: 90%;
    }
    .imgBox .tit{
        width: 90%;
    }
    .botBox .tit{
        width: 90%;
    }
    .gohome {
        width: 5rem;
        height: 1.2rem;
        right: .4rem;
        top: 0.4rem;
    }
    .videoBox{
        padding-top:21rem;
    }
    .video-swiper-box{
        height: 8.6rem;
        margin-top: .8rem;
    }
    .videoBox .tit img{
        width: 6rem;
        margin-left: .4rem;
    }
    .botBox .tit img{
        width: 6rem;
        margin-left: .4rem;
        margin-top: 3rem;
    }
    #video{
        margin-top: 1.8rem;
    }
    .imgBox .tit img{
        width: 6rem;
        margin-left: .4rem;
        margin-top: 4rem;
    }
    .swiper-car-pagination{
        margin-top: 2rem;
    }
    .imgBox{
        padding-bottom: 5rem;
    }
    .footer{
        font-size: .5rem;
    }
}