html{
    position: relative;
    height: 100%;
}
body {
    /* background: #eee; */
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    /*position: relative;*/
    height: 100%;
}
ul,li{
    list-style: none;
}
/* html{font-size:62.5%;} */
/* body {font:normal 100% Arial,sans-serif;font-size:14px; font-size:1.4rem; } */
p,ul,li,h2,h3,h4,h1,h5,a,input,textarea,button{
    font-family: '微软雅黑' !important;
}
a{
    text-decoration: none !important;
    cursor: pointer;
}
button{
    outline: 0 !important;
}
button:focus{
    outline: 0 !important;
    /*background: #0a1742 !important;*/
    color: #fff !important;
}


/*******************************首页的样式**********s************/
.nav-icon,.sub-nav-icon{
    /*position: absolute;*/
    position: fixed;
    display: flex;
    align-items: center;
    cursor: pointer;
    left:30px;
    z-index: 9;
    width: 40px;
    height: 40px;
    top:50px;
}

.closeImg{
    position: absolute;
    top:30px;
    right:20px;
    width: 20px;
}
.sub-nav-icon{
    display: flex !important;
}
.nav{
    position: fixed;
    z-index: -1;
    top:0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width:280px;
    background: rgba(255,255,255,0.9);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.nav-down{
    font-size: 16px;
    margin-left: 10px;
}
.nav-white{
    background: #fff;
}
.nav.active{
    opacity: 1;
    /*left: 0;*/
    z-index: 99999999999999999;
    /* width:480px; */
}
.nav ul{
    padding-top:80px;
    list-style: none;
    padding-left:40px;
    max-height: calc(100% - 100px);
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; /* IE 10+ */
}
.nav ul::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.nav ul li{
    margin-bottom: 30px;
    color: rgba(102,102,102,0.95) !important;
    font-size: 20px;
    cursor:pointer;
}
.nav ul li a{
    /*color: #959595 !important;*/
    color: rgba(102,102,102,0.95);
    cursor:pointer;
}
.nav ul li:hover p{
    font-weight: bold;
}
.nav ul li dd.navactive {
    font-weight: bold;
}
.nav ul li.navactive p{
    font-weight: bold;
}
.nav ul li p{
    color:rgba(102,102,102,0.95) !important
}
.nav ul li a{
    cursor: pointer;
    text-decoration: none;
    color: #959595;
}
.nav ul li dl{
    margin-bottom: 0;
    margin-top:20px;
    /*display: none;*/
}

.nav ul li dl dd{
    font-size: 16px;
    margin-left:10px;
    margin-bottom: 10px;
    color:rgba(102,102,102,0.95) !important
}
.nav ul li dl a:last-child{
    margin-bottom: 0; 
}
.nav ul h2{
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 80px;
    /* margin-top:0;
    position: absolute;
    left: 100px;
    top:50px;
    z-index: 9999;
    width: 80px; */
}
.nav ul h2 img{
    width: 100%;
}
.index-title{
    position: absolute;
    left: 90px;
    top:30px;
    z-index: 9;
    width: 80px
}
.index-title img{
    width: 100%;
}
/***********************二级页面左侧导航******************/
.nav-icon-toggle{
    top:50px;
}
.nav-icon-toggle img:last-child{
    width: 0;
    opacity: 0;
}
.nav-icon-toggle.active img:first-child{
    width: 0;
    opacity: 0;
}
.nav-icon-toggle.active img:last-child{
    width: auto;
    opacity: 1;
}

/************二级页面的导航样式**********************/
.index-footer{
    position: absolute;
    z-index: 99999;
    bottom: 40px;
    left:40px;
    max-width:80%;
}
.index-footer ul{
    display: flex;
    padding: 0;
}
.index-footer ul li{
    border:1px #9d9d9d solid;
    border-radius:4px;
    padding: 0;
    display: flex;
    align-items: flex-start;
    padding:5px;
    margin-right: 10px;
}
.index-footer ul li img{
    width: 22px;

}
.index-footer p{
    color:  rgba(102,102,102,0.95);
    word-break: break-all !important;
    word-wrap:break-word !important;
    font-size: 12px;
}
.index-footer span{
    color: rgba(102,102,102,0.95);
    margin-left: 5px;
}
.index-footer div{
    display: flex;
    height: 18px;
    align-items: center;
    
}
.nav-toggle .index-footer{
    opacity:1;
    bottom: 20px;
    -webkit-transition: all 0.8s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.3s;
    -o-transition: all 0.8s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.3s;
    -moz-transition: all 0.8s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.3s;
    transition: all 0.8s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.3s;
}
.nav-toggle .index-footer ul li{
    margin-bottom: 0;
}

.info-right{
    position: absolute;
    top:300px;
    right: 300px;
}

/***************************************百影摄影得布局********************************************/
.business-content{
    padding:30px 30px;
}
.business-content h2{
    margin: 0;

}
.business-content .h2{
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 40px;
    text-align: center;
}
/***************************************百影影像得布局********************************************/
.business-content .con-title{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.business-content .con-title h2{
    width: 80px;
    margin-left: 60px;
}
.business-content .con-title h2 img{
    width: 100%;
}
.business-content .con-title ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    justify-content: flex-end;
}
.business-content .con-title ul li{
    font-size: 1.8rem;
    padding-left: 2rem;
    color: #000;
}
.business-content .con-title ul li.active{
    color: #fe003c;
}
.business-content .con-content{
    margin-top: 20px;
}
.business-content .con-content .business-list{
    margin:0;
}
.business-content .con-content .item{
    padding: 0;
    overflow: hidden;
}
.business-content .con-content .img{
    width: 100%;
}

/**********************************二级页面样式**************************************/
.sub-content{
    min-height: 100%;
    display: flex;
    position: relative;
    
}
.sub-content .nav-icon{
    width: 28px;
    height: 28px;
    top: 500px;
}
.sub-content .index-footer{
    left: 0;
    padding-left: 120px;
    width: 25%;
}
.sub-content-left{
    width: 25%;
    height: 100%;
    
}
.sub-nav-col{
    position: absolute;
    height: 100%;
    display: flex;
}
.sub-nav-col h2{
    margin-top:0;
    margin-bottom: 30px;
    max-width: 80px;
}
.sub-nav-col h2 img{
    width: 100%;
}
.sub-nav-col ul{
    padding-top: 60px;
    padding-left: 120px;
    margin: 0;
}
.sub-nav-col ul li{
    font-size: 20px;
    margin-bottom: 30px;
}
.sub-nav-col ul li p{
    color: #959595;
    cursor: pointer;
}
.sub-nav-col ul li a{
    font-size: 20px;
    color: #959595;
}
.sub-nav-col ul li dl{
    margin-bottom: 0;
    margin-top:20px;
    display: none;
    cursor: pointer;
}
.sub-nav-col ul li dl dd{
    font-size: 16px;
    margin-left:10px;
    margin-bottom: 10px;
    color: #959595;

}
.sub-nav-col ul li dl a:last-child{
    margin-bottom: 0; 
}
.sub-content-right{
    /*width: 75%;*/
    height: auto;
    /*border-left: 1px #cacaca solid;*/
    /*padding:60px 120px 130px 100px;*/
    -moz-box-sizing: border-box;  /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;


}

.sub-content-right .bread-crumbs{
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}
.sub-content-right .bread-crumbs span{
    padding: 0 5px;
}
.sub-content-right .bread-crumbs a{
    font-size: 14px;
    color: #959595;
    cursor: pointer;
}

.sub-content-right h1{
    font-size: 30px;
    font-weight: normal;
    margin: 20px 0 30px 0;
}
.team-descrip{
    display: flex;
}
.team-descrip p{
    font-size: 20px;
    padding-right:80px;
    line-height: 32px;
}
.team-cooperate{
    font-size: 18px;
    color: #ff0000;
}
.team-cooperate img{
    width: 80%;
    max-width: 120px;
}
.team-cooperate a{
    text-decoration:none;
    color: #ff0000;
    font-size:20px;
}
.team-contact{
    display: flex;
    justify-content: left;
}
.team-contact p{
    font-size: 20px;
}

.team-contact ul{
    padding:0;

}
.team-contact ul li{
    font-size:16px;
    margin-bottom:40px ;
}
.team-contact .right{
    padding-left: 100px;
}
.team-contact .right p{
    font-size: 20px;
}
.team-contact .right h2{
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 35px;
    text-align: left;
}
.team-contact .mobile-person{
    display: none;
}
.team-creator h2{
    font-size: 24px;
}
.team-creator p{
    font-size: 16px;
    line-height: 24px;
}
.team-creator ul{
    padding:0;
    display: flex;
}
.team-creator ul li{
    max-width: 25%;
    margin-right: 100px;
    
}
.team-creator img{
    width: 100%;
}
.team-creator p{
    margin:0;
}

.team-client  img{
    width: 100%;
}
/********************************新闻列表*********************************/
.content-list{
    /* padding: 100px 0 0 0; */
}
.content-list a{
    text-decoration: none !important;
}
.content-list .row{
    margin-bottom: 60px;
    display: flex;
}
.content-list .thumbnails .thu-img{
    overflow: hidden;
}
.content-list .thumbnails .thu-img img{
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    width: 100%;
}
.content-list .thumbnails:hover .thu-img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.content-list .description{
    position: relative;
    color: #282828;
    margin-left: 40px;
}
.content-list .description h2{
    font-size: 28px;
    margin:0;
    color: #000;
}
.content-list .description p{
    font-size: 14px;
    color: #000;
}
.content-list .description .des{
    padding: 25px 0;
    color: #000;
}
.content-list .description span{
    font-size: 14px;
    color: #282828;
}
.content-list .description .datesee{
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.content-list .description p{
    margin:0;
} 
.content-list .description .date{
    margin-right: 10px;
}
.content-list .description .num{
    margin-left: 10px;
}


.content-list .pagination li{
    overflow: hidden;
    display: inline-block;
    margin-right: 15px;
    border:1px #cfcfcf solid;
}
.content-list .pagination li a,.content-list .pagination li span{
    border:none;
    color: #000;
}
.content-list .pagination li.active a{
    color: #fff;
}

/*********************************新闻详情********************************/
.news-detail{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px #e2e1e1 solid;
}
.news-detail h2{
    font-size:28px;

}
.news-detail .intro{
    font-size: 14px;
    padding:20px 0;
    border-bottom: 1px #e2e1e1 solid;
    margin-bottom: 20px;
}
.news-detail .intro span:first-child{
    margin-right: 40px;
}
.news-detail .intro span:last-child{
    margin-left: 40px;
}
.news-detail  p{
    font-size: 14px;
    text-align: left;
    line-height: 30px;
}
.related-list{

}
.related-list h3{
    font-size: 28px;
    padding:25px 0 40px 0;
}
.related-list img{
    width: 100%;
}
.related-list h2{
    font-size: 28px;
}

/****************联系我们*****************/
.map{
    width: 100%;
    height: 505px;
}
.contact-descrip p{
    font-size: 16px;
    margin:10px 0 60px 0;
}
.contact-form{
    width: 80%;
}
.contact-form input{
    height: 55px;
    
}
.contact-form textarea{
    margin-top: 25px;
}
.contact-form .form-control{
    background: #f6f6f6;
    border-radius: 0;
}
.contact-form button{
    width: 190px;
    height: 50px;
    background: #0a1742;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    padding: 0;
    border-radius: 50px;
    margin-top: 100px;
}

/********************vr全景***********************/
.sub-content-vr{
    display: flex;
}
.sub-content-vr .vr-right{
    width: 100%;
}
.sub-content-vr .vr-right .item{
    margin-bottom: 30px;
    
}
.sub-content-vr .vr-right .item:last-child{
    margin-bottom: 0;
}
.sub-content-vr .vr-right .vr-view{
    width: 100%;
    position: relative;
}
.sub-content-vr .vr-right .vr-view video{
    width: 100%;
}
.sub-content-vr .vr-right .vr-view iframe{
    width: 100%;
    height:800px;
}
.sub-content-vr .vr-right .vr-view img{
    width: 100%;
}
.sub-content-vr .vr-right .des{
    width: 80%;
    margin-bottom: 0;
}
.sub-content-vr .vr-right h3{
    font-size: 28px;
    margin:40px 0 40px 0;
}
.sub-content-vr .vr-right  p{
    font-size: 16px;
}
.sub-content-vr .vr-right .see{
    display: flex;
    font-size: 14px;
    margin-top: 30px;
    width: 80%;
}
.sub-content-vr .vr-right .see .date{
    margin-right: 30px;
}
.sub-content-vr .vr-right .see span{
    font-size: 14px;
}
.sub-content-vr .vr-right .play{
    width: 116px;
    height: 116px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -58px;
    margin-top: -58px;
}
.sub-content-vr .vr-right .play img{
    width: 100%;
}

.pc-show{
    display: block;
}
.mobile-show{
    display: none !important;
}
.liuyan_message{
    display: none;
    text-align: left;
    font-size: 1.6rem;
    color: red !important;
}
/**********************增加的相关课程****************/
.course-realated{

}
.course-realated h2{
    padding:20px 0;
    font-size: 28px;
}
.course-realated p{
    margin:10px 0;
    font-size: 16px;
    text-align: center;
    color: #000;
}
.index-footer-bottom{
    left: 20px !important;

}
/**********************悬浮窗样式************/
.floating-window{
    position: fixed;
    bottom: 80px;
    right: 80px;
    /*overflow: hidden;*/
    display: flex;
    justify-content:space-between;
    align-items: flex-end;
    z-index: 9999999999999999;

}
.floating-window .floating-info{
    background: #fff;
    text-align: center;
    padding:50px 0;
    border-radius: 20px;
    box-shadow: 0 0 10px #1a87bf;
    margin-right: 10px;
    display: none;
}
.floating-window .floating-info.activefloat{
    display: block;
}
.floating-window .floating-info img{
    width: 170px;
    height: 170px;
}
.floating-window .floating-info h3{
    font-size: 22px;
    font-weight: bold;
    margin:0;
    padding: 10px 0 15px 0;
    border-bottom: 1px #000 dashed;
}
.floating-window .floating-info p{
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding:0 20px;

}
.floating-window .floating-info .tele{
    margin-top:30px;
    margin-bottom: 10px;
}

.floating-img{

}
.floating-img img:first-child{
    display: block;
}
.floating-img img:last-child{
    display: none;
}
.floating-img.activefloat img:first-child{
    display: none;
}
.floating-img.activefloat img:last-child{
    display: block;
}
.floating-window-mobie{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999999999999999;
}
.floating-window-mobie img{
    width: 50px;
    height: 50px;
}
@media screen and (max-width: 768px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .floating-window{
        display: none;
    }
    .floating-window-mobie{
        display: block;
    }
}