/*ie6 7*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main {
    width: 1100px;
    margin: 0 auto;
}

.index_mid {
    width: 1100px;
    margin: 0 auto;
}

.header {
    float: left;
    height: 29px;
    background: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    overflow: hidden;
}

.header p {
    float: left;
    line-height: 29px;
    height: 29px;
    color: #666;
}

.header ul {
    float: right;
    text-align: center;
    width: 707px;
}

.header ul li {
    float: left;
}

.header ul a {
    color: #666;
    font-size: 12px;
    vertical-align: middle;
    height: 29px;
    line-height: 29px;
    display: block;
    margin-left: 12px;
}

.header ul a.now, .header a:hover {
    text-decoration: none;
    color: #929292;
}

/*logo*/
.logo_box {
    width: 100%;
    float: left;
    margin: 6px 0 5px;
    position: relative;
}

.logo {
    float: left;
}

.logo img {
    float: left;
    width: 200px;
}

.logo p {
    float: left;
    margin-top: 5px;
}

.logo p img {
    width: 226px;
}

.search {
    float: left;
    width: 380px;
    margin-top: 12px;
    margin-left: 119px; /* border: 2px solid #0e9fd8; */
    background: #ffffff;
    border-radius: 4px;
}

.search input {
    width: 305px;;
    line-height: 40px;
    height: 40px;
    float: left;
    color: #b9b9b9;
    border-top: 1px solid #368bb2;
    border-left: 1px solid #368bb2;
    border-bottom: 1px solid #368bb2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 24px;
    font-size: 18px;
}

.search button {
    border: none;
    outline: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 40px;
    width: 60px;
    color: #fff;
    font-size: 20px;
    background-color: #368bb2;
    cursor: pointer;
}


.nav {
    width: 100%;
    height: 45px;
    float: left;
    background: #368bb2;
}

.nav .on, .nav ul li:hover {
    background: #169fb5;
}

.nav .on a, .nav ul li:hover a {
    color: #fff !important;
}

.nav ul {
    width: 1100px;
    margin: 0 auto;
}

.nav ul li {
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
    padding: 0px 19.5px;
}

.nav ul li a {
    font-size: 17px;
    color: #fff;
}