html,body{
	width: 100%;
	box-sizing: border-box;
	overflow-x:hidden;
}
body{
	width: 100%;
	color:#666; 
	background-color:#fff; 
	background:url(/static/dynamic/bmzh/images/bg.png) repeat; 
	min-width:960px; 
	overflow:scroll; 
	margin:0 auto;
	word-break: break-all;
}
.bmzhbox{
	background: #FFF;
	padding-left: 20px;
	padding-right: 20px;
}
h2.zttit{
    background-color: #ffd101;
    color: #003c62;
    font-size: 24px;
    line-height: 30px;
    padding: 8px;
    overflow: hidden;
    margin: 30px auto;
}
.bmzhbox>img{
	margin: 30px auto;
	width: auto;
	max-width: 100%;
}
.bmzhbox>p{
	text-indent: 2em;
}
.bmzhbox h3{
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 30px;
}
.bmzhpic li {
	margin-top: 30px;
	text-align: center;
}
.bmzhpic li img{
	width: auto;
	margin: 0 auto;
	border: 2px solid #ffd101;
}
.bmzhpic li h4{
	color: #003c62;
    background-color: #ffd101;
	display: inline-block;
    padding: 3px 10px;
}
.ztproduct li{
	margin-bottom: 20px;
	width: 18%;
}
.ztproduct li h4{
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	padding: 10px 0;
}
.ztproduct li a:hover h4{
	color: #00559d;
}
.drypic{
	width: 43%;
}
.drytxt{
	width: 45%;
	box-sizing: border-box;
	padding-left: 5%;
}
.drytxt p{
	line-height: 1.5em;
}
.drytxt h3{
	margin: 20px 0;
}
.drytxt h4{
	font-size: 24px;
}
.zttablebox{
	width: 80%;
	margin:60px auto 0;
}
.zttablebox table{
	width: 100%;
}