@charset "utf-8";
/* CSS Document */

.banner{ width: 7.5rem; height: 2.86rem; background-image: url(../images/banner.jpg); background-size: 100% 100%; overflow: hidden;}

.logo{ display: block; width: 6.76rem; height: 0.97rem; margin: 0.6rem auto 0.4rem; }

.search{ position: relative; width: 3.2rem; height: 0.48rem; margin: 0 auto; background: #fff; border-radius: 0.24rem; }

.keyword{ position: absolute; top: 0; left: 0; width: 2.4rem; height: 0.48rem; font: 0.24rem/0.48rem "Microsoft Yahei"; color: #666; text-indent: 1em; border: none; border-right: 0; background-color: transparent; box-sizing: border-box; outline: none;}

input.keyword:-moz-placeholder{ color: #ccc; }
input.keyword:-ms-input-placeholder{color:#ccc;}
input.keyword::-webkit-input-placeholder{color:#ccc;}
a.btn_search{ position: absolute; top: 0; right: 0; width: 0.72rem; height: 0.48rem;  background: url(../images/icon_search.png) no-repeat center center #0267b7; background-size: 0.28rem 0.28rem; border-radius: 0.24rem; cursor: pointer;}
/*a.btn_search:hover{ color: #fff;}*/

.nav{ padding: 0 0.2rem; margin-bottom: 0.4rem; background-color: #0267b7}
.nav a{ float: left; width: 25%; height: 0.7rem; font-size: 0.28rem; line-height: 0.7rem; color: #fff; text-align: center;}

footer{ padding: 0.24rem 0.2rem; background-color: #ebebeb;}
footer p{ font-size: 0.24rem; line-height: 0.38rem; text-align: center; color: #888;}
