@import url('normalize.css');
*{margin:0;padding:0;}
html,body{
	background: #fffedf;
	width: 100%;
	font-size: 12px;
}
.zt20{
	width: 100%;

}
.zt20 .header{
	
	width: 100%;
	border-bottom: 1px dotted #6b6e65;
	padding: 0 0 1px;
	margin:0 0 1px;
}
.zt20 .header .top{
	padding: 2% 0 0;
	width: 100%;
	background: #8f0100;
}
.zt20 .header .con{
	background: url(../image/head_bg.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	padding: 33.645% 0 0;
}

.zt20 .content,.zt20 .footer{
	margin: 0 auto;
	width: 100%;
	max-width: 950px;
}
.zt20 .content .box-con{
	text-align: center;
}
.zt20 .content .box-con .title{
	overflow: hidden;
	max-height: 137px;
	width: 100%;
	
}
.zt20 .content .box-con img{
	text-align: center;
	max-width: 100%;
}
.zt20 .content .box-con .con img{
	max-width: 90%;
	padding:0;
	
}
.zt20 .content .box-con .con{
	background: url(../image/box_bg.gif) repeat-y left top;
	background-size: 100% auto;
	text-align: center;
	width: 100%;
	padding: 10px 0 10px;
	
	margin-top: -3px;
}
.zt20 .content .box-con .con .txt p{
	margin:10px 0 10px;	    
}
.zt20 .content .box-con .con .txt{
	 width: 90%;
	 margin: 0 auto;
}
.zt20 .content .box-con .con .txt p{	
    text-align: left;
    line-height: 30px;
    font-size: 14px;
    color: #790f0f;
    font-weight: bold;
    text-indent: 2em;
   
}
.zt20 .footer{
	background: url(../image/foot_bg.jpg) no-repeat center;
	background-size: cover;
	width:100%;
	padding: 14.21% 0 0;
	text-align: center;
	position: relative;
}
.zt20 .footer .txt{
	position: absolute;
	top: 50%;
	left:0;
	width: 100%;
	color: #fff;
}
.zt20 .content .box-con .con video{
	width: 90%;
	height: 100%;
	margin: 20px 0 0;
}
.zt20 .content .box-con .video {
	
}

 @media (max-width: 768px){  
       .zt20 .content .box-con .con video{
			margin: 0;
		}	
 }