.header .top {
    background: url("/publicM/header_m.jpg") no-repeat;
    background-size: 100% 100%;
}

.header .top .content {
    width: 96%;
    margin: 0 auto;
    padding: .2rem 0;
}

.header .top .content .logo {
    width: 57%;

}

.header .top .content .logo img {
    width: 100%;
}

.header .top .content .search {
    width: 42%;
}

.header .top .content .search form {
    border: 1px solid #c1c1c1;
    border-radius: .25rem;
    height: .5rem;
    line-height: .5rem;
    background: #FFFFFF;
    position: relative;
}

.header .top .content .search form input {
    width: 72%;
    height: 100%;
    text-indent: .15rem;
    font-size: .26rem;
    display: block;
    border: none;
    outline: none;
    border-radius: .25rem;
}

.header .top .content .search form .searchBtn {
    width: 28%;
    background: #c22022;
    border: 1px solid #c22022;
    height: .525rem;
    border-radius: .3rem;
    display: block;
    right: -2px;
    top: -1px;
    outline: none;
    position: absolute;
}

.header .top .content .search form .searchBtn img {
    width: 40%;
    display: block;
    margin: 0 auto;
}

.header .nav {
    background: #c22022;
}

.header .nav ul li {
    display: inline-block;
    float: left;
    text-align: center;
    color: #FFFFFF;
    width: 25%;
    line-height: .9rem;
}

.header .nav ul li.current {
    font-weight: bold;
}

.header .nav ul li.current a {
    border-bottom: 3px solid #FFFFFF;
    padding-bottom: .05rem;
}

.header .nav ul .line {
    width: 100%;
    height: 1px;
    float: left;
    background: rgba(138, 9, 11, 0.5);
}

.header .nav ul li span {
    width: 1px;
    height: .28rem;
    margin-top: .3rem;
    background: rgba(255, 255, 255, 0.4);
    float: right;
}
