
/* VR全景 */
.jgyj_vr{
    height: 820px;
    background: url(../images/yangbanjian/vr_bg.jpg)no-repeat center/cover;
    padding-top: 59px;
    box-sizing: border-box;
}
.jgyj_vr .jgyj_title h1{
    color:#fff;
}
.jgyj_vr .jgyj_title p{
    color:rgba(255,255,255,0.55);
}
.jgyj_vr .jgyj_vr_content{
    width: 1500px;
    margin: 45px auto 0;
}
.jgyj_vr .jgyj_vr_content .jgyj_vr_left{
    width: 490px;
    height: 570px;
    background: #252525;
    position: relative;
    font-size: 0;
    overflow: hidden;
}
.jgyj_vr .jgyj_vr_content .jgyj_vr_left>iframe{
    width: 100%;
    height: 100%;
}
.jgyj_vr .jgyj_vr_content .jgyj_vr_left .jgyj_vr_left_xf01{
    position: absolute;
    top: 23px;
    left: 19px;
}
.jgyj_vr .jgyj_vr_content .jgyj_vr_left .jgyj_vr_left_xf02{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.jgyj_vr .jgyj_vr_content .jgyj_vr_left .jgyj_vr_left_xf03{
    position: absolute;
    bottom: 0;
    left: 0;
}
.jgyj_vr_content .jgyj_vr_right{
    width: 995px;
    flex-wrap: wrap;
    font-size: 0;
}
.jgyj_vr_content .jgyj_vr_right .vr_right_li{
    width: 490px;
    height: 280px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.jgyj_vr_content .jgyj_vr_right .vr_right_li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
.jgyj_vr_content .jgyj_vr_right .vr_right_li:hover>img{
    transform: scale(1.1);
}
.jgyj_vr_right .vr_right_li .vr_right_li_zz{
    width: 407px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    color:#fff;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jgyj_vr_right .vr_right_li .vr_right_li_zz02{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s ease;
}
.jgyj_vr_content .jgyj_vr_right .vr_right_li:hover .vr_right_li_zz02{
    opacity: 1;
}
.jgyj_vr_form{
    height: 95px;
    background: url(../images/yangbanjian/vr_formbg.jpg)no-repeat center;
    box-shadow: 0 10px 32px rgba(178, 54, 54,0.25);
}
.jgyj_vr_form .vr_form_box{
    width: 1500px;
    margin: 0 auto;
    height: 100%;
}
.jgyj_vr_form .vr_form_box input{
    width: 230px;
    height: 50px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 13px;
    box-sizing: border-box;
    outline: none;
    margin-right: 16px;
}
.jgyj_vr_form .vr_form_box a{
    width: 198px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color:#fff;
    background: #252525;
    border-radius: 5px;
}