/*头部*/
.headerContainer{width:100%;background-color:#203559;height:120px;}
.header{width:1000px;height:120px;margin:0 auto;}
.hImg{width: 67%;float:left;height:100%;background-image:url(../images/header.jpg);background-repeat:no-repeat;background-position:left; background-size:contain;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header.jpg',  sizingMethod='scale');}
.search{float:right;margin-top:45px;margin-right:40px;width:214px;height:25px;}
.keyword{margin-right:0px;background-color:#EBEBEB;height:20px;color:gray; width: 160px;float:left;}
.query{width: 35px;height: 22px;float: right;padding-top: 4px;padding-left: 5px;background-color: #EBEBEB;border-left:solid 1px gray;}


/*目录*/
.navContainer{width:100%;background-color:#4F7A9B;height:55px;}
.nav{width:1000px;margin:0 auto;height:55px;background-color:#4F7A9B;}
.menu{width:100%;height:100%;float:left;margin:0 auto;padding:0;}
.menu li{list-style-type:none;display:inline-block;*+display:inline;zoom:1;width:12%;text-align:center;height:100%;float:left;}
.menu li a{color:white;display:inline-block;width:100%;height:63%;padding-top: 15px;font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size:18px;}
.menu li:hover{background-color:#346B8E;}
.menu li ul{display:none;}
