@charset "utf-8";
/* CSS Document */
/*小屏幕电脑样式*/
@media (max-width: 1200px) {
	.big-title{
		min-height: 650px;
	}
	.video-box2 .img-box img{
		width: 100%;
		height: 110px;	
	}
	.video-box1 img{
		width: 100%;
		height: 411px;
	}
	.img-h img{
		height: 196px;
	}
	
}

/*平板样式*/

@media (max-width: 992px) {

	.big-title{
		min-height: 650px;
		background: url(../img/title-bg.png) top center no-repeat;
        background-size: contain;
	}

	.video-box1 .button-v{
		width: 40px;
		height: 40px;
		margin-left:-20px;
		margin-top: -20px;
	}
	.video-box2 .img-box img{
		width: 100%;
		height: 80px;	
	}
	.video-box1 p{
		padding: 5px;
	}

	.video-box1 img{
		width: 100%;
		height: 314px;
	}
	.img-h img{
		height: 146px;
	}


	
	
}

@media (max-width: 768px) {
	.video-box1 .button-v{
		width: 30px;
		height: 30px;
		margin-left:-15px;
		margin-top: -15px;
	}
	.pr{
	padding-right: 5px;
	}
	.pl{
		padding-left: 5px;
	}
	.logo-box{
		background: url(../img/web-logo.png) left center no-repeat;
		background-size: 152px;
		padding-left: 152px;
		margin-top: 40px;
	}
	.logo-box h2{
		font-size:16px;
		padding: 0px;
		height: 44px;
		line-height: 44px;
	}
   .big-title{
		min-height: 450px;
		background: url(../img/title-bg.png) top center no-repeat;
        background-size: contain;
        margin-top:20px;
        padding-top: 100px;
	}
	.big-title h3{
		font-size: 14px;
		line-height: 20px;
		padding: 0px 10px;
		padding-top: 35px;
	}
	.big-title p{
		font-size: 14px;
		line-height: 24px;
	}
	.big-title p span{
		font-size: 14px;
		line-height: 24px;

	}
	.title {
	    margin-top: 30px;
	    margin-bottom: 20px;
	    background: none;
	    font-size: 20px;
	}

	.col-xs-6{
		width: 50%;
	}

	.video-box2 .img-box span{
		font-size: 12px;
		bottom: 5px;
		right: 5px;
	}
	.mt20{
		margin: 0px;
	}
	.video-box1 p{
		padding:3px;
		font-size: 14px;
	}
    .input-box{
    	width: 100%;
    	height: auto !important;
    }
	.input-box input{
		width: 100% !important;
	}
	.input-box .btn2{
		margin: 0px;
		margin-top: 20px;
	}

	.foot-bar{
		margin-top: 20px;
		margin-bottom:20px;
	}
	.danmu .input-box{
		width: 86%;
		left: 5%;
	}

	.video-box2 .img-box img{
		width: 100%;
		height: 93px;	
	}

	.video-box1 img{
		width: 100%;
		height: auto;
	}
	.img-h img{
		height: 100px;
	}

	
	
}
