.container {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.header {
    width: 100%;
    height: 110px;
    background-color: #fff;
}
.head {
    width: 1100px;
    height: 110px;
    line-height: 110px;
    margin: 0 auto;
}
.serach {
    width: 1100px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}
.serach input {
    float: right;
    width: 150px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-radius: 15px;
    text-indent: 5px;
}
.logo {
    float:left;
    width: 366px;
    height: 96px;
    margin-top: -34px;
    margin-left: 20px;
    /*background-color: blue;  */
    background-image: url('http://www.jw-sc.cn/assets/logo.png');
    background-repeat: no-repeat;
}

.logo span {
    font-size: 3em;
    color: #233b6f;
    margin-left: 150px;
}

ul.navlist {
    float: right;
    width: 340px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    text-align: center;
}
ul.navlist li {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}
ul.navlist li a {
    color: #000;
}
ul.navlist li a:hover {
    color: rgb(221, 60, 60);
}