@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:24px;
	font-family:"Î¢ÈíÑÅºÚ";
	color:#000;
	background:url(/zt/20180428/images/banner_bgc.jpg) left top repeat-x;
	}
a {
	color:#333;
	text-decoration:none;
	}
a:hover {
	color:#f08300;
	}
.banner {
	height:400px;
	background:url(/zt/20180428/images/banner_bgc2.jpg) center top no-repeat;
	text-align:center;
	}
.nav {
	background-color:#788790;
	height:60px;
	}
.nav ul {
	padding:0;
	margin:0 auto;
	width:700px;
	}
.nav ul li {
	margin:0;
	padding:0;
	width:159px;
	float:left;
	height:60px;
	line-height:60px;
	color:#FFF; 
	text-align:center;
	font-size:18px;
	list-style:none;
	}
.nav ul li a {
	color:#fff;
	}
.nav ul li a:hover {
	color:#f08300;
	}

.content {
	width:800px;
	margin:0 auto;
	padding:60px 100px;
	background:url(/zt/20180428/images/bgc.jpg) center top repeat-y;
	}
.content .button {
	width:200px;
	height:50px;
	background-color:#f08300;
	font-size:18px;
	color:#fff;
	line-height:50px;
	margin:0 auto;
	text-align:center;
	margin-top:40px;
	}
.content .button a {
	display:block;
	width:200px;
	height:50px;
	color:#fff;
	}
.content .button a:hover {
	width:200px;
	height:50px;
	color:#f08300;
	background-color:#FFF;
	border:1px solid #f08300;
	}
.content dl {
	margin:0;
	padding:0;
	padding:30px 0px;
	}
.content dl dt {
	margin:0;
	padding:0;
	font-size:24px;
	color:#f08300;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #999;
	padding-bottom:20px;
	}
.content dl dd {
	margin:0;
	padding:0;
	padding-top:30px;
	font-size:16px;
	line-height:30px;
	}
.content dl dd td {
	border-bottom:1px solid #999;
	}
.content dl dd ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.content dl dd ul li {
	text-align:center;
	}
.content dl dd ul li.f_l {
	width:220px;
	float:left;
	}
.content dl dd ul li.f_r {
	width:220px;
	float:right;
	}
.content dl dd ul li.f_c {
	width:220px;
	margin:0 auto;
	}
footer {
	background-color:#495f6a;
	color:#FFF;
	text-align:center;
	height:100px;
	line-height:100px;
	color:#FFF;
	font-size:18px;
	}