/*顶部*/
body{min-width:1300px;}

.headbar{height:174px;background:url(images/header_bac.jpg) no-repeat;position: relative;}
.header{width:1250px;margin:0 auto;overflow:hidden}
.logo{padding:24px 0;}

#header_t a{color:red;}

.listSearch{width: 480px;border: 3px #ff7f2b solid;height: 42px;box-sizing: border-box;border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;margin:auto;position: absolute;top: 0;left: 0;right: 0;
bottom: 0;}
.listSearch #keyword{border:none;background:none;height:36px;float:left;color: #fff;margin-left: 42px;}
.listSearch .submitBtn{background: url(images/listSearch.png) 38px center no-repeat;border:none;width:132px;height: 36px;float: right;border-radius: 15px;padding-left: 38px;color: #fff;background-color:#ff7f2b;}


/*底部*/
#footer{background:#376eb6;height: 80px;line-height: 80px;}
#footer .inner{width: 1180px;margin: 0 auto;overflow: hidden;}
.copyright{text-align: center;}  
.copyright span{color:#ffffff;display: block;}
.copyright span:first-child{background: url(images/ficon.png) 330px center no-repeat;}
