.header{
    position: relative;
}
.top{
    height: 305px;
    background: url("../png/1wlhp5.png") no-repeat center top;
}
.top-con{
    width: 1400px;
    position: relative;
    margin: 0 auto;
}
.wytg{
    position: absolute;
    right: 20px;
    top: 10px;
    background: #690101;
    background: rgba(255,255,255,.25);
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 15px;
}
.wytg:hover{
    color: #333;
}
.logo{
    text-align: center;
    padding-top: 35px;
}
.logo h4{
    color: #e8ad17;
    font-weight: normal;
    font-size: 17px;
    margin-top: 20px;
    line-height: 30px;
}
.logo p{
    color: #fff;
    font-size: 17px;
}
.navbg{
    height: 60px;
    background: #e4e3e3;
}
.navbar{
    width: 1400px;
    margin: 0 auto;
    height: 100%;
}
.nav{
    float: left;
    height: 100%;
    box-sizing: border-box;
}
.nav li{
    float: left;
    line-height: 60px;
    margin-right: 5px;
}
.nav li a{
    color: #000;
    font-size: 18px;
    padding: 7px 15px;
    border-radius: 20px;
    font-weight: bold;
}
.nav li a.on{
    background: #d70d0d;
    color: #fff;
}
.nav li a:hover{
    background: #d70d0d;
    color: #fff;
}
.search-box{
    width: 270px;
    height: 36px;
    float: right;
    margin-top: 12px;
    border-radius: 18px;
    background: #fff;
    position: relative;
}
.search-input{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    background: none;
    padding-left: 20px;
    padding-right: 45px;
}
.search-bt{
    position: absolute;
    right: 15px;
    top: 9px;
    width: 18px;
    height: 18px;
    background: url(../png/e2hgm4.png) no-repeat center center;
    cursor: pointer;
    border: none;
}
.footer{
    height: 230px;
    box-sizing: border-box;
    background: #dc161d;
    padding-top: 10px;
}
.f-title{
    height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #ae070d;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}
.f-border{
    height: 1px;
    background: #faabad;
    background: rgba(250,171,173,.37);
}
.yqlj a{
    font-size: 15px;
    color: #fff;
    padding: 0 14px;
    line-height: 24px;
    margin-left: 10px;
}
.yqlj a:first-child{
    margin-left: 0;
}
.f-info{
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    margin-top: 30px;
}
.f-info a{
    color: #fff;
}