
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {
	margin:0;
	padding:0;
}
fieldset,img {
	border:0 none;
}
dl,ul,ol,menu,li {
	list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content:'';
	content:none;
}
input,select,textarea,button {
	vertical-align:middle;
}
button {
	border:0 none;background-color:transparent;cursor:pointer;
}
body {background:#fff}
body,th,td,input,select,textarea,button {
	font-size:12px;line-height:1 ;font-family:"微软雅黑", "黑体","宋体";color:#666;
}
a {
	color:#666;text-decoration:none;
	outline: none;
}
a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	outline: none;
}
address,caption,cite,code,dfn,em,var {
	font-style:normal;font-weight:normal;
}
caption {display:none;}
table {
	width:100%;border-collapse:collapse;border-spacing:0;
}
img{vertical-align:top}





.head-wrap{
	background: #fff;
	width:100%;

}
.headR .kf{
	float: right;
	position: relative;
}
.headR .kf a{
	display: block;
	background: url(../img/kf01.png) no-repeat 0 0;
}
.headR .cz{
	float: right;
	position: relative;
}
.headR .cz a{
	display: block;
	background: url(../img/cz01.png) no-repeat 0 0;
}
.headR .tel{
	float: right;
	position: relative;
}
.headR .tel a{
	display: block;
	background: url(../img/tel01.png) no-repeat 0 0;
}

.headR .yx{
	float: right;
	position: relative;
}
.headR .yx a{
	display: block;
	background: url(../img/email1.png) no-repeat 0 0;
}


.headR .d-none{
	display: none;
}
.headR .d-block{

	display: block;
	text-align: center;
	color:#cc5f29;
	background: url(../img/headLinkBox.png) no-repeat 0 0;
	background-size: contain;
	opacity: .99;
	font-family: "黑体";
	cursor: pointer;
	z-index: 9999;
}

.navb-wrap{
	background: #004a94;
	z-index: 99;
	margin:0;
}

.navb-wrap li .firstT{
	color:#fff;
	padding:15px 40px;
	font-size: 16px;
}

.navb-wrap .firstTit a:link{
	background: #004a94;
	color:#fff;
}
.navb-wrap .firstTit a:visited{
	background: #004a94;
	color:#fff;
}
.navb-wrap .firstTit a:hover{
	background: #fff;
	color:#004a94;
}
.navb-wrap .firstTit a:active{
	background: #004a94;
	color:#fff;
}
.navb-wrap .firstTit .dropdown-menu{
	background: #004a94;
}

.navb-wrap .navLiS .active .firstT{
	background: #fff;
	color:#004a94;
}
.navb-wrap .navLiS{
	background: #004a94;
}
.navb-wrap .navLiS li{
	position: relative;
}
.navb-wrap .navLiS li span{
	position: absolute;
	color:#004a94;
	z-index: 9999;
}



.foot-wrap{
	padding-top:24px;
	padding-bottom: 26px;
	background: #001a33;
}
.foot-wrap p{
	line-height: 24px;
	/*text-align: center;*/
	color:#fff;
	font-size: 12px;
}


@media only screen and (min-width:768px ) {
	body{
		padding-top:132px;
	}
	.head-wrap{
		height:80px;
		position: fixed;
		left: 0;
		top:0;
		z-index: 999;
	}
	.headC{
		background: #fff;
		height:80px;
	}
	.headC .headL a{
		display: block;
		padding-top:15px;
	}
	.headC .headL a img{
		height:44px;
	}

	.headC .headR{
		padding-top:30px;
	}
	.headC .headR a{
		width:21px;
		height:50px;
		margin-left: 20px;
	}
	.headR .d-block{
		position: absolute;
		z-index: 999;
		right:-10px;
		top:25px;
		width:160px;
		height:50px;
		line-height: 60px;
		font-size: 16px;
		font-weight: 900;
	}

	.navb-wrap{
		height:52px;
		position: fixed;
		left:0;
		top:80px;
	}
	.navLiS ul{
		padding-top:2px;

	}
	.navLiS ul li{
		padding-bottom: 0;
	}
	.navb-wrap .navLiS li span{
		position: absolute;
		left:50%;
		top:0;
		margin-left:-4px;
	}

}

@media only screen and (min-width: 100px) and (max-width: 768px) {
	body{
		padding-top: 102px;
	}
	.head-wrap{
		height:50px;
		position: fixed;
		left: 0;
		top:0;
		z-index: 999;
	}
	.headC{
		background: #fff;
		height:50px;
	}
	.headC .headL a{
		display: block;
		padding-top:10px;
	}
	.headC .headL a img{
		height:30px;
	}

	.headC .headR{
		padding-top:20px;
	}
	.headC .headR a{
		width:15px;
		height:30px;
		margin-left: 10px;
		background-size: contain;
	}
	.headR .d-block{
		position: absolute;
		right:-5px;
		top:20px;
		width:100px;
		height:30px;
		line-height: 36px;
		font-size: 12px;
		font-weight: 900;
	}

	.navb-wrap{
		height:52px;
		position: fixed;
		left:0;
		top:50px;
	}
	.dropdown-menu .navDivider{
		border-bottom: 1px solid #ccc;
	}
	.navb-wrap .navLiS li span{
		position: absolute;
		left:50%;
		top:0;
		margin-left:-4px;
	}
	.navb-wrap .navLiS li a{
		text-align: center;
	}
}

.pre{
	padding:20px 0 40px;
}
.pre{
	float: right;
}
.pre a{
	display: inline-block;
	height:28px;
	padding:0 10px;
	border:1px solid #bcc0c5;
	line-height: 28px;
	border-radius: 2px;
	color:#333;
	margin-left:5px;
	background: #e3e3e3;
}
.pre .more{
	border-color:transparent;
	background: transparent;
	font-weight: 900;
}
.pre .active{
	background: url(../img/preBg.png) repeat-x;
	border:1px solid #a5c4f3;
	color:#0a5cd6;
}
.pre a:hover{
	background: url(../img/preBg.png) repeat-x;
	border:1px solid #a5c4f3;
	color:#0a5cd6;
}

.Validform_checktip{
	margin-left:8px;
	line-height:20px;
	height:20px;
	overflow:hidden;
	color:#999;
	font-size:12px;
}
.Validform_right{
	color:#71b83d;
	padding-left:20px;
	background:url(http://www.zzml.com.cn/css/images/right.png) no-repeat left center;
}
.Validform_wrong{
	color:red;
	padding-left:20px;
	white-space:nowrap;
	background:url(http://www.zzml.com.cn/css/images/error.png) no-repeat left center;
}
.Validform_loading{
	padding-left:20px;
	background:url(http://www.zzml.com.cn/css/images/onLoad.gif) no-repeat left center;
}
.Validform_error{
	background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#999;
background: -moz-linear-gradient(top, #999, #666 100%); background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666)); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#ccc;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #bbb; border-top:none; text-align:left;}


.bannerP img{
    max-height: 300px;
    object-fit: cover;
    object-position: center;
}