.logo {
    display: block;
    width: 45%;}

.seacher-box {
    width: 20%;}

.seacher {
    width: 80%;
    height: 30px;
    border: 1px solid #c9c9c9;
    border-radius: 20px;
    overflow: hidden;
    behavior: url("PIE.htc");}

.seacher-input {
    width: 80%;
    height: 30px;
    line-height: 30px;
    outline: none;
    border: 0;
    text-indent: 10px;
    font-size: 12px;
    color: #959595
;}

.seacher-button {
    width: 20%;
    background: url(icon.png) no-repeat 8px 6px #f9b730;
    height: 32px;
    border: 0;
    outline: none;
    cursor: pointer;}

.en-r {
    line-height: 30px;}

.en-r span {
    margin: 5px;}

.index-header-nav {
    width: 45%;
    margin-left: 3%;
    margin-top: 1.6%;
    font-family: "Microsoft Yahei", "微软雅黑";}

.index-header-nav ul li {
    float: left;
    font-size: 0.9em;
    height: 28px;
    line-height: 28px;
    width: 14%;
    text-align: center;
    overflow: hidden
;}

.index-header-nav ul li a {
    display: block;}

.index-header-nav ul li a:hover,
.index-header-nav ul li.hover {
    background: url(hover_nav.png) no-repeat center;
    color: #fff;}

.index-header-nav ul li.hover a {
    color: #fff;}

.index-nav {
    width: 100%;
    height: 65px;
    border-bottom: 3px #f9b730 solid;
    background: #276fc1;}

.index-nav ul li {
    float: left;
    width: 13.5%;
    border-right: 1px solid #93b7e0;
    height: 66px;
    line-height: 66px;
    text-align: center;}

.index-nav ul li a {
    color: #fff;
    font-size: 18px;}

.index-nav ul li.on,
.index-nav ul li:hover {
    background: #f9b730;
    border-right: 1px solid #f9b730;}

.index-nav ul li:hover {}