/* CSS Document */
*{ margin:0; padding:0; list-style:none;font-family:"Microsoft YaHei", 'Roboto', sans-serif; text-decoration:none; border:none; font-style:normal; font-size:14px; color:#555; font-weight:100;}
nav a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
	outline:none;
	}
.box{ width:1200px; margin:0 auto; clear:both;}
.top{ background:url(../img/bj_top.jpg) repeat-x; height:35px; line-height:35px;}
.top dd,.top dt{ width:50%; float:left; height:35px;}
.top dd{ text-align:right;}
.top dd a{ padding-left:22px; margin-left:30px;}
.top dd a:hover{ color:#c00;}
.top dd .dl{ background:url(../img/icon01.png) no-repeat center left;}
.top dd .zc{ background:url(../img/icon02.png) no-repeat center left;}
.top dd .lx{ background:url(../img/icon03.png) no-repeat center left;}
.banner{ height:45px; text-align:center; background:url(../img/banner.jpg) no-repeat center; padding-top:325px;}
.nav{ background:url(../img/bj_nav.png) no-repeat center; height:45px;}
.nav a{ display:block; width:120px; height:45px; line-height:45px; color:#fff; text-align:center; float:left;}
.nav a:hover{ font-size:16px;}


.foot{ height:240px; background:url(../img/bj_bottom.jpg) repeat-x; text-align:center; clear:both;}
.foot h2{ height:100px; line-height:100px; color:#fff; padding-bottom:10px; border-bottom:1px #fff solid; margin-bottom:30px;}
.foot h2 a{ padding:0 25px; color:#fff;}
.foot p{ color:#FFF; line-height:30px;}






