#container {
	background-color:#f6f6f6;
}
.video {
	padding:60px 0;
	margin-bottom:70px;
	background-color:#fff;
}
.breadnav ul {
    padding: 0;
    margin:30px 0;
}
.breadnav ul li {
    display: inline-block;
}
.breadnav a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}
.video-text p {
	color:#666;
    font-size: 16px;
    line-height: 2;
    padding:0 130px;
}
.video-text h2 {
    margin-bottom: 40px;
    padding:0 130px 0 130px;
    line-height: 36px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.video-time {
	display:block;
	color:#666;
	padding:50px 0 0 130px;
}
.video_con {
	text-align:center;
    z-index:10;
} 
.video_con{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    background-color: #ffffff;
}
.video_content{
    position: relative;
    width:100%;
    display: block;
    height: 100%;
}
.video_title{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    font-size: 20px;
    color:#003c54;
    /* margin-bottom: 20px;*/
     padding-bottom: 10px;
    margin: 50px 30px 20px 50px;
}
.video_title:after{
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    display: block;
    left:0;
    bottom: 0;
    background-color: #58beca;
}
.video_mmb{
    position: absolute;
    width: 100%;
    height:auto;
    display: block;
    left:0;
    top:104%;
    margin-top: 100%;
}
.video_mmb1{
    display: none;
}
/*mbb road end*/


/*video start*/
.video_box {
    width: 100%;
    position: relative;
}
.video_box a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/index/video_btn.png") center center no-repeat;
}
.video_box a:hover {
    background: url("../img/index/video_btn.png") center center no-repeat;
}
.video_box a.play_gray_btn{
    background: url("../img/index/video_btn_gray.png") center center no-repeat;
}
.video_box a.play_gray_btn:hover{
    background: url("../img/index/video_btn_gray.png") center center no-repeat;
}
.player-outer-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/*video end*/

@media screen and (min-width:1px) and (max-width:768px){
    .video{
        padding: 0;
    }
    .video-text h2{
        font-size: 16px;
        text-align: center;
        padding:0;
        margin-bottom: 20px;
    }
    .video-text p{
        padding: 0 15px;
        font-size: 14px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .video-time{
        padding: 0 15px;
        font-size: 14px;
        margin-bottom: 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .breadnav ul{
        margin:20px 0;
        padding:0 10px;
        box-sizing: border-box;
    }
    .breadnav a{
        font-size: 14px;
    }
}



