@charset "utf-8";
/* CSS Document */
* {	margin:0 auto;}
body {	font-family: 微软雅黑;	margin:0 auto;	font-size:14px; }
h1, h2, h3, h4, h5, h6, ul, ol, li, p, div {	list-style: none;	margin: 0px;	padding: 0px;	border: 0px;	border-image: none;}
a:link {	text-decoration: none;	cursor: pointer;	color:#444444;}
a:visited {	text-decoration: none;	cursor: pointer;	color:#444444;}
a:hover {
	text-decoration: none;
	cursor: pointer;
	color:#F00;
}
a:active {	text-decoration: none;	cursor: pointer;	color:#444444;}
img {	border:0px;}

.zttop {
	max-width:1920px;
	height: 25px;
	background-image: url(/images_zt/topbg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.zttop1 {
	width:1200px;
	margin: 0px auto;
	height: 25px;
}
.zttop1 img {	float:left;}
.zttop1 a {	padding: 0px 0px;	color:#ffffff;	float:left;	display:block;}

.ztlogo {
	height: 80px;
	max-width: 1920px;
	background-image: url(/images_zt/logobg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.ztlogo1 {
	width:1200px;
	margin: 0px auto;
	height: 80px;
	background-image: url(/images_zt/logo.png);
	background-repeat: repeat-x;
	background-position: top;
}
.ztbanner {
	height: 400px;
	max-width: 1920px;
	background-image: url(/images_zt/banner.png); background-repeat: repeat-x;	background-position: top;}
.zttitle {
	max-width: 1200px;
	line-height: 180%;
	font: 微软雅黑;
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 15px;
	text-align: left;
	
}
.ztcontent {
	width: 1100px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 20px 50px 20px 50px;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;

}
.ztfoot {
	height: 40px;
	max-width: 1920px;
	background-image: url(/images_zt/footbg.png); background-repeat: repeat-x;	background-position: top;}
.ztfoot1 {
	width:1200px;
	margin: 0px auto;
	height: 40px;
	background-image: url(/images_zt/foot.png);background-repeat: repeat-x;	background-position: top;}
.ztlink {
	background: #CCC;
	padding: 5px 15px 5px 15px;
	border:1px solid #666;
	display:inline;
	zoom:1;
	font-size: 16px;
	line-height: 240%;
}