﻿.s18_top header{
    height: 100px;
    line-height: 100px;
    width: 100%;
    background: #eeeeee;
    color: #464646;
    top: 0;
    z-index: 99;
    position: fixed;
    left: 0;
    min-width: 1024px;
}
.s18_top header .h-wrapper{
    width: 90%;
    height: 100px;
    margin: 0 auto;
    min-width: 1024px;
   	position: relative;
}
.s18_top header .logo{
    margin-top: 24.5px;
    float: left;
    height: 51px;
}
.s18_top header .h-wrapper>ul{
    font-size: 15px;
}
.s18_top header .h-wrapper>ul>li{
    float: left;
}
.s18_top header .h-wrapper>ul>li a{
    color:#000;
    padding:0 20px;
}
.s18_top header .h-wrapper>ul>li a:hover{
    color: #d80000;
}
.s18_top header .h-wrapper>ul>li>ul{
    background: #eeeeee;
}
.s18_top header .h-wrapper>ul>li>ul>li{
    line-height:50px;
    text-align: center;
}
.s18_top header .tel{
    font-size: 15px;
}
.s18_top header .tel img{
    vertical-align: middle;
    margin: -5px 10px 0 50px;
}
.s18_top .header-on{
    color: #E33F4B;
}
.s18_top .sear {
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    margin: 35px 0 0;
    background: #fff;
    height: 30px;
    line-height: 30px;
    border: 1px solid #E4E4E4;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: -2px 2px 3px -2px #9A958C inset;
    -webkit-box-shadow: -2px 2px 3px -2px #9A958C inset;
    box-shadow: -2px 2px 3px -2px #9A958C inset;
}
.s18_top .sear .txt {
    width: 70%;
    padding: 0 4%;
    height: 30px;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: none;
    background: none;
}
.s18_top .sear .txt::-webkit-input-placeholder{
    color: #c6c6c6;
}
.s18_top .sear .button {
    float: right;
    width: 16%;
    border: none;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    background: url(/template/common/top/top18/images/search.png) center center no-repeat;
}