@charset "utf-8";
/*基础CSS设置*/

body { background: #fff; font-family: "微软雅黑"; font-size: 14px; color: #666; }
* { margin: 0; padding: 0; }
ul { list-style: none; }
a { text-decoration: none; }
img { display: block; border: 0; }
.clear { clear: both; }
.clearfix:before,  .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.container { width: 1180px; margin: 0 auto; }
.l { float: left; }
.r { float: right; }
.pt20{padding-top:20px}
header { height: 134px; }
/*logo*/
header .l { margin-top: 30px; }
/*导航栏*/
header ul { height: 134px; }
header ul li { padding: 58px 12px 48px; display: inline-block; *display:inline;
*zoom:1;
margin-right: -5px; }
header ul li a { font-size: 14px; color: #383838; line-height: 28px; }
header .r .green { background: #006934; }
header .r .green a { color: #fff; }
.footer { height: 320px; background: url(../img/footer_b_02.png) no-repeat center; }
.footer figure { width: 147px; height: 175px; margin-top: 62px; float: left; }
.footer figure p { text-align: center; color: #fff; line-height: 24px; font-size: 12px; }
.footer ul { width: 600px; height: 175px; float: left; padding-top: 62px; margin-left: 20px; }
.footer ul li img { display: inline-block; margin-bottom: -2px; margin-right: 10px; }
.footer ul li { color: #fff; line-height: 30px; font-size: 16px; width:;
}
.bq { height: 63px; line-height: 63px; font-size: 14px; color: #bdbdbd; text-align: center; }
.bq a { color: #bdbdbd; }

