.head{
    width: 100%;
    margin-bottom: 3px;
}
.head-logo-line{
    width:100%;
    height:106px;
    border-bottom: 1px solid #e5e5e5;
}
.head-logo-line-box{
    width: 1200px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-img{
    display: inline-block;
    width:336px;
    height: 50px;
}
.head-pos,.head-wx{
    display: inline-block;
    width:24px;
    height: 28px;
    overflow: hidden;
    margin-right: 47px;
}
.head-info{
    display: flex;
    align-items: center;
}
.head-num{
    display: inline-block;
    width:322px;
    height:106px;
    background:rgba(30,189,157,1);
    padding-left: 17px;
    padding-top: 29px;
}
.head-num>i{
    width:32px;
    height:32px;
    display: inline-block;
    overflow: hidden;
    margin-right: 9px;
}
.head-num>p{
    color: #fff;
    font-size: 18px;
    display: inline-block;
}
.head-num>p>i{
    font-style:normal;
    display: block;
    margin-top: 10px;
}
.head-nav{
    width: 100%;
    height: 83px;
}
.head-nav-ul{
    width: 1200px;
    margin:0 auto;
    height: 100%;
    line-height: 83px;
    font-size:16px;
}
.head-nav-ul li{
    display: inline-block;
    width:167px;
    text-align: center;
}
.head-nav-ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color:#595959;
}
.head-nav-ul li .head-nav-ul-active{
    border-bottom: 3px solid #0e997e;
    color: #0e997e;
}
