﻿/* CSS Document */
#header{}
#header .top{ height:95px}
#header .logo{ padding-top:15px;}
#header .top_right{ width:500px; text-align:right; padding-top:24px;}
#header .wx{ width:94px; background:url(../images/logo-wx.jpg) left no-repeat;float:right;}
#header .tel{ width:100%;font-size:19px;font-family:'Arial'; color:#686868; padding-top:5px;}
#header .tel p{ background:url(../images/header-tel.jpg) left no-repeat; width:260px;}
#header .nav{ background-color:#026ec8;}
#header .nav ul{}
#header .nav ul li{ float:left;width:133px;}
#header .nav ul li a{ background:url(../images/nav.jpg) right no-repeat; color:#fff; display:block; text-align:center; font-size:16px; padding:15px 0;}
#header .nav ul li a:hover{ background-color:#139ce0; text-decoration:none}
#header .nav ul li .hover{ background-color:#139ce0; text-decoration:none}

#header .search{
    position: relative;
}
#header .search input[name="keyword"]{
    border-radius: 20px;
    outline: none;
    font-size: 14px;
    border: 1px solid #cec8c8;
    padding: 6px 35px 6px 20px;
    width: 175px;
}
#header .search .search_btn{
    position:absolute;
    top: 1px;
    right: 6px;
    display: block;
    width: 28px;
    height: 28px;
    background:url(../images/search.png) no-repeat;
    background-size: cover;
}

































































