@charset "utf-8";  
/*head*/
.beadbox{background: url(../images/topbg.png) center center;}
.header{width:100% ;height: 200px;max-width:1920px;margin: auto;}
.head,.container{width: 1200px;margin: 0 auto;}
.logo{line-height: 200px;}
.logo img{display: inline-block;max-width: 100%;}
.search-box{position: relative;width: 387px;margin-top: 90px;background: url(../images/search.png) no-repeat left center;height: 48px;padding-left: 20px;}
.form-control{width:305px;height: 46px;line-height: 46px;color:#999;font-size: 14px;border: 0;background: none;}
.btn-search{position: absolute;right: 0px;top: 0;height: 48px;width: 83px;background: url(../images/btn.png) no-repeat center;border: 0;line-height: 46px;color:#fff;text-align: center;font-size: 16px;cursor: pointer;}
/* nav */
.nav-box {position: relative;z-index: 1000;background: #2b5aaa;}
.nav-list li{ float: left; position: relative;width:12.5%;text-align: center;}
.nav-list li a{ display: block; font-size: 16px; color: #fff; line-height: 50px; }
.nav-list .navLi:hover>a{color:#fff;background: #1c3e79; }
.nav-list li.active a{color:#fff;background: #1c3e79; }
.nav-down{ position: absolute; left: 0; top: 100%; width: 100%; background: #2b5aaa; display: none;z-index: 999;color:#fff; }
.nav-down li{ float: none; width: 100%;}
.nav-down li a{ line-height: 40px; padding:0 5px;  text-align: center; font-size: 16px; color: #fff; }
.nav-down li a:hover{color: #fff;background: #2b5aaa; }
.nav-list li:hover .nav-down{ display: block; }
.nav-list li{ position: relative; }
.nav-click{ display: none; }
/* foot */
.footer{width:100%;height: 128px;background: #2b5aaa;padding-top:25px;    max-width: 1920px;
    margin: 0 auto;}
.footer .container{position: relative;}
.bz{position: absolute;top:10px;left:130px;}
.footer p{font-size:16px;color:#fff;text-align: center;line-height: 28px;}