body{
    background: #f7fefb url("../image/body-bg.png") repeat-x bottom;
    background-size: cover;
}
.main{
    width: 1024px;
    margin: 0 auto;
}
/*轮播图*/
.banner{
    width: 100%;
}
.slider-wrapper{
    width: 100%;
    height: 400px;
}
.nivo-control{
    width: 0;
    height: 0;
    color:transparent;
}

/*轮播插件样式修改*/
.nivo-caption {
     position: absolute;
     left: 67px;
     bottom: 0px;
     text-align: center;
     background: #018FD7;
     color: #fff;
     -moz-opacity: 0.8;
     filter: alpha(opacity=80);
     width: 890px;
     z-index: 8;
     padding:5px 0;
    box-sizing: content-box;
     border-radius: 5px 5px 0 0;
     -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
}
/*内容区域*/
.wrapper{
    width: 1024px;
    margin: 0 auto;
    background:#feffff url("../image/about-bottom-bg.png") repeat-x bottom;
    background-size: cover;
}
.header{
    margin-bottom: 40px;
}
.inner-wrapper{
    width: 900px;
    margin: 0 auto;
}
/*内容区域-侧边栏*/
.slide-nav{
    float: left;
    width: 185px;
    /*height: 240px;*/
    border-radius: 8px;
    overflow: hidden;
    /*background: url("../image/slide-nav-bg.png") no-repeat 0 0;*/
    background-size: cover;
}
.slide-nav-title{
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color:#ebeced;
    background: url("../image/title-bg.png") no-repeat 0 0;
    background-size: cover;
}
.slide-nav li{
    height: 39px;
    background: #3b4550;
    box-sizing: border-box;
    border-bottom: 2px solid rgba(0,0,0,0.3)
}
.slide-nav li:last-child{
    position: relative;
}
.slide-nav li:last-child:after{
    content: '';
    display: block;
    left: 0;
    top:-8px;
    width: 100%;
    height: 8px;
    border-radius: 0 0 5px 5px;
    background: #3b4550;
}
.slide-nav li a{
    font-size: 14px;
    color: #ebeced;
    text-align: center;
    line-height: 39px;
}
.slide-nav li:hover{
    background:#1d2740;
}
/*内容区域-内容*/
.content{
    float: right;
    width: 605px;
    background: #fff;
    padding:30px;
}
.title{
    width: 600px;
    margin: 0 auto;
    background: #778ba4;
    text-align: center;
    height: 30px;
    line-height:30px;
    font-size: 16px;
    font-weight: bold;
    color:#ebeced;
    border-radius: 5px;
    margin-bottom: 20px;
}
/*视频播放*/
.video-wrapper{
    width: 320px;
    height: 215px;
    margin: 0 auto;
}
.video-wrapper video{
    position: relative;
    width: 320px;
    height: 215px;
}
.my-video-dimensions{
    width: 320px;
    height: 215px;
}
.text{
}
.text p{
    text-indent: 30px;
    margin-top: 30px;
    color:#333;
    line-height: 1.7;
}
.content-img{
    text-align: center;
    margin: 20px 0 40px;
}
.content-img img{
    width: 120px;
    height: auto;
}
.footer{
    background-color: #1d1f21;
}

/*视频播放器*/
button{
    background: transparent;
    outline: none;
    border: none;
}
.jp-video{
    width: 320px;
    height: 215px;
    background: #000;
    position: relative;
}
.jp-type-single{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.jp-jplayer{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.jp-gui{
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    bottom:0;
    background: rgba(0,0,0,.3);
}

/*视频按钮*/
.jp-video-play{
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    margin-top: -110px;
    background: url("../image/play.png") no-repeat 0 0;
    cursor: pointer;
}
.jp-progress{
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom:9px;
    cursor: pointer;
}
.jp-seek-bar{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaa;
    cursor: pointer;
}
.jp-play-bar{
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    background: #eee;
}
.jp-play{
    width: 20px;
    height: 20px;
    background: url("../image/play-icon.png") no-repeat 0 0;
    overflow: hidden;
    position: absolute;
    left: 6px;
    top: 5px;
    cursor: pointer;
}
.jp-current-time{
    position: absolute;
    right: 60px;
    top: 8px;
    color:#fff;
}
.jp-duration{
    position: absolute;
    right: 50px;
    top: 8px;
    color:transparent;
}
.volume-icon{
    position: absolute;
    left: -24px;
    top: -6px;
    width: 15px;
    height: 15px;
    background: url("../image/volume.png") no-repeat 0 0;
}
.jp-volume-controls{
    position: absolute;
    left: 60px;
    top: 15px;
    width: 60px;
    height: 3px;

}
.jp-volume-bar{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #aaa;
    cursor: pointer;
}
.jp-volume-bar-value{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #ccc;
}
.jp-full-screen{
    position: absolute;
    right: 10px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url("../image/full.png") no-repeat 0 0;
    cursor: pointer;
}
.jp-title{
    color:transparent;
}
.must-pause{
    background: url("../image/pause-icon.png") no-repeat  0 0;
}