/*add*/
header { margin-bottom: 20px; }
.article { border: 1px solid #e5e5e5; padding: 25px; line-height: 2; margin-bottom: 20px; }
.article .info { border: 1px dashed #ccc; border-left: none; border-right: none; line-height: 25px; color: #999; text-align: center; margin: 20px 8%; }
.article p { font-size: 14px;}
.article table { align:"center";margin:0 auto;   border='2'}
.article table th{text-align: center;}
.article table tr{text-align: center;}
.about { border: 1px solid #e5e5e5; padding: 15px; }
.about ul li a { font-size: 14px; line-height: 2; }
.video { height: 500px; margin-bottom: 20px;text-align:center; }
.xgwz{padding-left: 15px;}
/*媒体查询*/
@media (min-width:1200px) { }
@media (min-width:992px) and (max-width:1200px) { }
@media (min-width:768px) and (max-width:992px) { }
@media (max-width:768px) {
	.cumb {display: none;}
	.mynav { margin: 0 15px; }
	.mynav ul li { margin: 5px 0; padding: 10px 0; }
	.mynav ul li a { padding: 10px; }
	.video { height: 520px; }
	.article { padding: 10px; margin-top:50px;}
        .article img{max-width:100%;height:auto;margin:0 auto;}
	.about ul li { padding: 0; }
	.link{display: none;}
}

/*iphone 6 plus*/
@media (max-width:414px) {
	.video { height: 270px; }
        .video .ccH5playerBox,.video video,.video .ccH5Poster,.video img{width:100% !important;height:auto !important;}
/*iphone 6*/
@media (max-width:375px) {
	.video { height: 240px; }
}

/*iphone 5*/
@media (max-width:320px) {
	.video { height: 200px; }
}