body{
    background: url("../images/dark-planingwood.png");
    font-family: "Microsoft YaHei","Arial" !important;
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-bottom-p {
    color: #9d9d9d;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.navbar-bottom-p2 {
    color: #9d9d9d;
    width: 100%;
    text-align: center;
}


.navbar-bottom-p > a {
    color: #9d9d9d;
}

.navbar-bottom-p > a:hover
.navbar-bottom-p > a:focus{
    color: #9d9d9d;
}

.carousel-container {
    margin-top: 56px;
    margin-bottom: 30px;
    width: 1500px;
    height: 480px;
}

.row-top {
    width: 1170px;
    margin-bottom: 40px;
    margin-top: 45px;
}

.row-default {
    width: 1170px;
    margin-bottom: 40px;
    text-align: center;
}

.row-margin-bottom {
    margin-bottom: 50px;
    min-width: 1170px;
    text-align: center;
}

.row-margin-right {
    min-width: 1170px;
    text-align: right;
    padding-right: 35px;
}

.block_bottom {
    width: 100%;
    height: 80px;
}

.col-xs-title {
    margin-bottom: 5px;
    text-align: center;
}

.col-xs-subtitle {
    margin-bottom: 20px;
    padding-left: 18px;
    font-size: 20px;
}

.col-xs-more {
    text-align: right;
    padding-right: 18px;
}

.col-xs-bottom {
    margin-bottom: 30px;
    text-align: center;
}

.movie-title {
    font-size: 16px;
}

/*图片遮罩动画效果*/
.view {
    padding-left: 36px;
    padding-right: 36px;
}

.view img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view .mask,.view .content {
    position: absolute;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 36px;
    width: 220px;
    height: 288px;
    text-decoration: none;
}

.view .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0,0,0,0.8);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.view:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.mask-only-title {
    height: 125px;
    color: #9d9d9d;
    font-size: 20px;
    line-height: 140px;
}

.mask-detail {
    height: 120px;
    font-size: 20px;
    color: #9d9d9d;
}

.play-times {
    font-size: 40px;
    font-weight: bold;
    color: #f9751a;
}

.strong-num {
    font-size: 30px;
    font-weight: bold;
    color: #f9751a;
}

.mask-bottom {
    color: #9d9d9d;
    height: 40px;
    line-height: 10px;
}

.modal-pic {
    text-align: center;
}

.modal-info {
    text-align: left;
    padding-right: 40px;
}

.block-area {
    height: 20px;
}

.block-area-s {
    height: 15px;
}

.block-area-m {
    height: 35px;
}

.block-area-top {
    height: 100px;
}

.watch-btn {
    margin-top: 20px;
    margin-left: 115px;
    width: 100px;
    height: 60px;
    float: left;
    background: url("../images/watch-btn.png") no-repeat 0px 0px
}

.watch-btn:hover {
    background: url("../images/watch-btn-hover.png") no-repeat 0px 0px;
}

.btn-detail {
    width: 200px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    color: #9d9d9d;
    background: rgba(0,0,0,0.3);
    border-color: #9d9d9d;
    text-decoration: none;
}

.btn-detail:hover{
    color: #9a9a9a;
    background: rgba(0,0,0,0.5);
    border-color: #9a9a9a;
    text-decoration: none;
}

.btn-more {
    width: 1100px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    color: #9d9d9d;
    background: rgba(0,0,0,0.3);
    border-color: #9d9d9d;
    text-decoration: none;
}

.btn-more:hover{
    color: #9a9a9a;
    background: rgba(0,0,0,0.5);
    border-color: #9a9a9a;
    text-decoration: none;
}

.staff-pic-area {
    margin-left: 18px;
    float: left;
    width: 220px;
    height: 288px;
}

.staff-info-area {
    color: #9a9a9a;
    float: left;
    width: 300px;
    height: 288px;
    background-color: rgba(0,0,0,0.4);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    text-align: left;
}

.staff-name{
    font-size: 22px;
    margin-bottom: 0;
}

.news-info {
    width: 70%;
    font-size: 15px;
    color: #9a9a9a;
    text-align: left;
    margin: auto;
}

.news-info > a {
    color: #9a9a9a;
    text-decoration: none;
}

.news-info > a:hover {
    color: #6a6a6a;
    text-decoration: none;
}

.news-title {
    font-size: 25px;
    font-weight: bold;
}

.news-title1 {
    font-size: 30px;
    font-weight: bold;
    color: #9a9a9a;
    text-align: center;
}

.news-title2 {
    font-size: 18px;
    font-weight: bold;
    color: #9a9a9a;
    text-align: center;
}

.connect-info {
    font-size: 15px;
    color: #9a9a9a;
    text-align: center;
    margin-bottom: 20px;
}

.buy-info {
    font-size: 15px;
    color: #9a9a9a;
    text-align: left;
    margin-bottom: 20px;
    padding: 60px;
}

.intro-title {
    text-align: left;
    font-size: 22px;
    color: #9a9a9a;
    margin-bottom: 30px;
    margin-left: 50px;
}

.intro-info {
    text-align: left;
    font-size: 14px;
    color: #9a9a9a;
    margin-left: 90px;
}

#loading{
    background-color: #212121;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    margin-top: 0px;
    top: 0px;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.object{
    width: 20px;
    height: 20px;
    background-color:#FFF;
    position: absolute;
    left: 65px;
    top: 65px;
}
.object:nth-child(2n+0) {
    margin-right: 0px;
}
#object_one {
    -webkit-animation: object_one 2s infinite;
    animation: object_one 2s infinite;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#object_two {
    -webkit-animation: object_two 2s infinite;
    animation: object_two 2s infinite;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#object_three {
    -webkit-animation: object_three 2s infinite;
    animation: object_three 2s infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#object_four {
    -webkit-animation: object_four 2s infinite;
    animation: object_four 2s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#object_five {
    -webkit-animation: object_five 2s infinite;
    animation: object_five 2s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
#object_six {
    -webkit-animation: object_six 2s infinite;
    animation: object_six 2s infinite;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
#object_seven {
    -webkit-animation: object_seven 2s infinite;
    animation: object_seven 2s infinite;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
#object_eight {
    -webkit-animation: object_eight 2s infinite;
    animation: object_eight 2s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
#object_big{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50px;
    top: 50px;
    -webkit-animation: object_big 2s infinite;
    animation: object_big 2s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@-webkit-keyframes object_big {
    50% { -webkit-transform: scale(0.5); }
}
@keyframes object_big {
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}
@-webkit-keyframes object_one {
    50% { -webkit-transform: translate(-65px,-65px)  ; }
}
@keyframes object_one {
    50% {
        transform: translate(-65px,-65px) ;
        -webkit-transform: translate(-65px,-65px) ;
    }
}
@-webkit-keyframes object_two {
    50% { -webkit-transform: translate(0,-65px) ; }
}
@keyframes object_two {
    50% {
        transform: translate(0,-65px) ;
        -webkit-transform: translate(0,-65px) ;
    }
}
@-webkit-keyframes object_three {
    50% { -webkit-transform: translate(65px,-65px) ; }
}
@keyframes object_three {
    50% {
        transform: translate(65px,-65px) ;
        -webkit-transform: translate(65px,-65px) ;
    }
}
@-webkit-keyframes object_four {

    50% { -webkit-transform: translate(65px,0) ; }

}
@keyframes object_four {
    50% {
        transform: translate(65px,0) ;
        -webkit-transform: translate(65px,0) ;
    }
}
@-webkit-keyframes object_five {

    50% { -webkit-transform: translate(65px,65px) ; }
}
@keyframes object_five {
    50% {
        transform: translate(65px,65px) ;
        -webkit-transform: translate(65px,65px) ;
    }
}

@-webkit-keyframes object_six {
    50% { -webkit-transform: translate(0,65px) ; }
}

@keyframes object_six {
    50% {
        transform:  translate(0,65px) ;
        -webkit-transform:  translate(0,65px) ;
    }
}
@-webkit-keyframes object_seven {
    50% { -webkit-transform: translate(-65px,65px) ; }
}
@keyframes object_seven {
    50% {
        transform: translate(-65px,65px) ;
        -webkit-transform: translate(-65px,65px) ;
    }
}
@-webkit-keyframes object_eight {
    50% {
        -webkit-transform: translate(-65px, 0);
    }
}
@keyframes object_eight {
    50% {
        transform: translate(-65px,0) ;
        -webkit-transform: translate(-65px,0) ;
    }
}

.banner_img {
    width: 100%;
    height: 500px;
}