@charset "utf-8";
/* CSS Document */

*{ padding:0; margin: 0; list-style: none;}
body{ font-family:"Microsoft YaHei", Arial, Helvetica, Tahoma, sans-serif; font-size:14px; color: #666; min-width:1200px;}
a{ text-decoration: none; color: #666;}
.wrap{ width:1200px; margin: 0 auto; overflow: hidden;}
header{ height: 139px; background: url(../images/index_01.jpg) top center no-repeat;}
nav{ height:56px; background: #00468f;}
nav ul{ width:1000px; float: left;}
nav ul li{ float:left;}
nav ul li a{ color:#fff; font-size: 18px; padding:0 20px; line-height: 56px;}
.search-wrap{ width:200px; float:left; padding:16px 0 0 0;}
.search-wrap .search-input{ height: 15px; padding:5px; border: none; background: rgba(255,255,255,0.1); width: 160px; color: #fff; float: left;}
.search-wrap .search-btn{ border: none; background: rgba(255,255,255,0.1); font-size:14px; float: left; color: #fff; padding:5px;}
.mt10{ margin-top: 10px;}
footer{ border-top:#00468f 2px solid; line-height: 2;}
footer .wrap{ padding:10px; text-align: center;}