/******************** banner start ********************/

header {
    /* background-image: url('../images/banner.png'); */
    height: auto !important;
    position: absolute;
}
/******************** banner end ********************/


.qj-qj720{
    height:1080px;
    position:relative;
}
.panorama-container{
    position: relative;
    height: 21.6rem;
}
#panorama{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.qj-qj720>.panorama-container>.content {
    background-image: url('../images/qjbk.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 6.72rem;
    height: 3.56rem;
    position: absolute;
    top: 4.76rem;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qj-qj720>.panorama-container>.content>p {
    text-align: center;
    line-height: 100%;
    letter-spacing: 3px;
}

.qj-qj720>.panorama-container>.content>p:first-child {
    font-size: 0.72rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.6rem;
}

.qj-qj720>.panorama-container>.content>p:last-child {
    font-size: 0.48rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom:1.28rem;
}

.panorama-icon {
    width: 28%;
    height: auto;
    margin-top: -1rem;
}

.panorama-icon, .panorama-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.panorama-link {
    cursor: pointer;
    /* margin-top: 100px; */
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 4rem;
    height: 0.8rem;
    border: 2px solid #FFFFFF;
    border-radius: 0.78rem;
    font-size: 0.4rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height:40px;
}
.panorama-dot {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 100px;
    transform: translate(-50px,2.8rem);

}
.panorama-dot-item {
    cursor: pointer;
    width: 8px;
    height: 8px;
    background:rgba(0,0,0,.5);
    border-radius:4px;
    font-size: 0;
}
.panorama-dot-item.active{
    background:#fff;
}

.panorama-container>.prev,
.panorama-container>.next{
    position: absolute;
    width: 0.5rem;
    height:0.92rem;
    top:12.68rem;
    cursor: pointer;
}
.panorama-container>.prev{
    left:0.48rem;
}
.panorama-container>.next{
    right:0.48rem;
}