*{
    padding: 0;
    margin: 0;
}

html,body{
    width: 100%;
    min-width: 1200px;
    font-size: 14px;
    /* font-family: Arial, Helvetica, sans-serif; */
}
ul,li{
    list-style: none;
}
.head{
    position: relative;
    width: 100%;
}
.head .headbg{
    width: 100%;
}
.fl{
    float: left;
}
.fr{
    float: right;
    position: relative;
    display: flex;
    align-items: center;
}
.head_content{
    width: 1200px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
#toolbarSwitch{
    background: url('../images/wza_icon.png') no-repeat 4px center;
     padding: 10px 0 10px 30px;
}
.home-ma {
    position: absolute;
    top: 34px;
    right: 15px;
    display: none;
    transition: all .3s;
    width: 150px;
    height: 150px;
}
#wxSwitch{
    background: url('../images/wjw-wx.jpg') no-repeat 4px center;
    padding: 12px 0 10px 30px;
    display: inline-block;
    width: 53px;
    cursor: pointer;
}
.top_nav{
    color: #893a34;
    height: 24px;
    line-height: 24px;
}
.top_nav a{
    color: #893a34;
    font-size: 16px;
    text-decoration: none;
}
.top_nav a:hover{
    text-decoration: underline;
}
.head .logo{
    width: 620px;
    text-align: center;
    margin: 60px auto 40px;
}
.head .search{
    width: 550px;
    height: 48px;
    background: url('../images/search.png') no-repeat ;
    background-size: 100% 100%;
    margin: 0 auto;
}
.head .search .searchtext{
    outline: none;
    border: 0;
    line-height: 40px;
    height: 43px;
    width: 460px;
    margin-top: 3px;
    margin-left: 10px;
    background-color: transparent;
    vertical-align: middle;
    font-size: 16px;
}
.head .search .submit{
    width: 65px;
    height: 45px;
    margin-left: 10px;
    background-color: transparent;
    outline: none;
    border: 0;
    margin-top: 3px;
    vertical-align: middle;
}
.searchlist{
    width: 550px;
    margin: 10px auto;
    color: #fff;
    text-align: center;
}
.searchlist span{
    margin-right: 10px;
}
.searchlist b{
    font-weight: 500;
    margin-right: 10px;
}
.head .nav{
    width: 100%;
    height: 70px;
    background-color: #bd0729;
    top: -20px;
    position: relative;
    padding: 0;
}
.head .nav ul{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.head .nav .line{
    width: 1px;
    height: 20px;
    line-height: 70px;
    background-color: #ffe2c4;
    vertical-align: middle;
}
.head .nav ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    line-height: 70px;
}
.head .nav ul li{
    padding: 0 30px;
}
.head .nav ul li.active a{
    font-size: 26px;
    font-weight: 900;
}
.head .nav ul li.active{
    position: relative;
}
.head .nav ul li.active::after{
    content: "";
    display: inline-block;
    position: absolute;
    bottom:0;
    width: 100%;
    height: 5px;
    background:url('../images/nav_active.png');
    background-repeat: no-repeat;
    background-position: top center;
    left: 0;
}
