/*VR*/
.vr{
    width: 100%;
}
.vr .vr_content{
    width: 100%;
    height: 529px;
    margin-top: 20px;
    background: url("../images/VR_.bg.jpg") no-repeat center #f1f1f1;
}
.vr .vr_content .vr_cont{
    position: relative;
    overflow: visible;
    width: 1277px;
    height: 529px;
    margin: 0 auto;
}
.vr .vr_content .vr_cont .center{
    position: absolute;
    width: 72px;
    height: 72px;
    background: url("../images/vryj.png") no-repeat center;
    z-index: 1000;
    left: 50%;
    top: -180px;
    margin-left: -36px;
}
.vr .vr_content .vr_cont .carousel-feature .carousel-caption{
}
.vr .vr_content .vr_cont .carousel-container{
    width: 100%;
    height: 529px;
}
.vr .vr_content .vr_cont #carousel{
    height: 529px;
    width: 100%;;
    background: none;
    margin-bottom: 0.5em;
    font-size: 12px;
}
.vr .vr_content .vr_cont .carousel-feature{
    border:12px solid #fff;
    overflow: hidden;
}
.vr .vr_content .vr_cont .carousel-feature .carousel-caption p {
    text-align: center;
    height:50px;
    line-height:50px;
    margin: 0;
    font-size: 18px;
    padding: 0;
    color: #fff;
    background: rgba(0,0,0,0.6);
}
.vr .vr_content .vr_cont #carousel-left{
    width: 44px;
    height: 44px;
    position: absolute;
    left: -59px;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
}
.vr .vr_content .vr_cont #carousel-right{
    width: 44px;
    height: 44px;
    position: absolute;
    right: -59px;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
}
.vr .wraper{
    width: 1200px; margin: 0 auto; overflow: hidden;
}
.vr .subtitle{
    padding-top: 50px;
    text-align: center;
}
.vr .subtitle h2{
    width: 100%;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    font-weight: bold;
    color: #2e2e2e;
}
.vr .subtitle span{
    display:block;
    width: 41px;
    border-top: 3px solid #eb6100;
    margin: 6px auto 0;
}
.vr .subtitle a{
    font-size:14px;
    color: #eb6100;
    display: inline-block;
    padding-top: 15px;
}
.vr .carousel-container {
    position:relative;
    width:960px;
}
.vr #carousel {
    height:280px;
    width:960px;
    background-color:#CCC;
    position:relative;
    margin-bottom:0.5em;
    font-size:12px;
    font-family: Arial;
}
.vr .carousel-image {
    border:0;
    display:block;
}
.vr .carousel-feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:2px solid #5d5d5d;
    cursor:pointer;
}
.vr .carousel-feature .carousel-caption {
    position:absolute;
    bottom:0;
    width:100%;
    background-color:#000;
}
.vr .carousel-feature .carousel-caption p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:12px;
    color:white;
}
.vr #carousel-left {
    position:absolute;
    bottom:33px;
    left:220px;
    cursor:pointer;
}
.vr #carousel-right {
    position:absolute;
    bottom:33px;
    right:220px;
    cursor:pointer;
}
