@CHARSET "UTF-8";
/*安氧特视频CSS*/
div#shipin_mobile,dl#shipin_show_front_mobile{
	display:none;
}
div#shipin{
    width:1200px;
    height:450px;
    margin:10px auto;
    display:table;
}
div#shipin dl{
    width:386px;
    height:420px;
    margin:20px 6px;
    float:left;
    border:1px solid #ddd;
}
div#shipin dl:hover{
    box-shadow:0 10px 10px #999;
}
div#huozai dl dt{
    
}
div#shipin dl dt img{
    width:386px;
    height:260px;
}
div#shipin dl dd{
    width:90%;
    line-height:180%;
    margin:5px auto;
    font-size:13px;
    color:#666;
    
}
div#shipin dl dd.shipin_title{
    height:30px;
    line-height:30px;
    font-size:16px;
    margin:10px auto;
    border-bottom:1px solid #ccc;
    text-align:center;
	margin-top:-50px;
}

/*视频显示页面CSS*/
dl#shipin_show_front{
	width:1200px;
	margin:10px auto;
	background:#eee;
}
dl#shipin_show_front dd{
	display:table;
	width:600px;
	height:30px;
	line-height:30px;
	margin:3px auto;
	color:#444;
}
dl#shipin_show_front dd.shipin{
	margin:10px auto;
	width:700px;
	height:400px;
	text-align:center;
}

/*媒体查询*/
@media (max-width: 479px){
	div#shipin,p.fenge,dl#shipin_show_front{
		display:none;
	}
	div#shipin_mobile{
		width:100%;
		height:200px;
		display:block;
	}
	p.fenge_mobile{
		width:100%;
		height:40px;
		line-height:40px;
		font-size:18px;
		text-align:center;
		color:#333;
		background:#eee;
	}
	p.fenge_mobile span{
		float:right;
		font-size:15px;
		margin-right:7px;
	}
	dl.shipin_mobile{
		padding:7px 0;
		width:90%;
		margin:10px auto;
		background:#eee;
	}
	dl.shipin_mobile dd.shipin_title{
		font-size:16px;
		text-align:center;
		margin:10px auto;
	}
	dl.shipin_mobile dd.shipin_simple{
		font-size:14px;
		width:90%;
		margin:5px auto;
		color:#555;
	}
	
	/*视频显示页面手机端CSS*/
	dl#shipin_show_front_mobile{
		width:100%;
		margin:10px auto;
		background:#eee;
		display:block;
	}
	dl#shipin_show_front_mobile dd{
		display:table;
		width:93%;
		height:30px;
		line-height:30px;
		margin:3px auto;
		color:#444;
	}
	dl#shipin_show_front_mobile dd.shipin{
		width:93%;
		margin:10px auto;
		text-align:center;
		color:#444;
	}
}