@charset "utf-8";
/* CSS Document */

.banner {
    width: 100%;
    margin: 0 auto;
    height: 305px;
    background: url("../images/banner.jpg") no-repeat center;
}
.banner .top {
    width: 1200px;
    margin: 0px auto;
    padding-top: 100px;
    height: 205px;
    overflow: hidden;
    position: relative;
}
.banner  .top .logo {
    width: 632px;
    height: 86px;
    display: inline-block;
}
.hero-search-form {
    display: block;
    width: 430px;
    overflow: hidden;
    height: 50px;
    float: right;
    margin-top: 25px;
    margin-left: 100px;
    background: #fff;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari 和 Chrome */
    border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.search-form {
    position: relative;
    height: 50px;
    font-size: 18px;
    line-height: 1;
    padding-right: 15px;
}
.search-form-input {
    -webkit-appearance: none;
    border-radius: 0;
    height: 100%;
    border: none;
    background-color: #fff;
    outline: 0;
    line-height: 30px;
    padding: 2px;
    font-size: 18px;
    margin-right: 5px;
    width: 320px;
    color: #666;
    transition: all .4s ease;
    padding-left: 12px;
}
.hero-search-form .search-form-submit {
    font-weight: 700;
}
.search-form-submit {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    height: 100%;
    border: none;
    width: 100px;
    text-align: center;
    background-color: #f13939;
    font-size: 18px;
    color: #fff;
    outline: 0;
    cursor: pointer;
    transition: all .4s ease;
}
.zzms {
    width: 567px;
    height: 82px;
    margin-top: 20px;
    position: absolute;
    margin-left: 125px;
}