body{
    padding: 0;
    margin:0;
}
a:hover{
    display: flex;
}
#head{
    width: 100%;
    height: 157px;
    background-color: #ffffff;
    display: flex;
    position: relative;
}
.head-log{
    width: 15.58%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #DEE2E6;
    z-index: 110;
    position: relative;
}
.head-log>img{
    width: 144px;
}
.head-right{
    flex-direction: column;
    width: 84.43%;
    overflow: hidden;
}
.head-title{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #DEE2E6;

}
.head-title2{
    position: absolute;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: "TsangerJinKai01-9128";
    font-weight: normal;
    color: #010101;
    line-height: 24px;
    z-index: 1;
    border: none;

}
.head_navV{
    width: 100%;
    height: 106px;
    display: flex;
    align-items: center;
}
.headNav{
    margin-left: 5%;
    display: flex;
    width: 75.6%;
}
.headNav a{
    text-decoration:none;
}
@media screen and (min-width: 1900px) {
    .headNav-content,#search {
        font-size: 20px;
        line-height: 20px;    
        
    }
    
    #head,.displayW{
        width: 100%;
    }
}
@media screen and (max-width: 1900px) and (min-width: 1280px) {
    .headNav-content,#search {
        font-size: 14px;
        line-height: 14px;
    }
    #head,.displayW{
        width: 100%;
    }
}
@media screen and (max-width: 1280px) {
    .headNav-content,#search {
        font-size: 10px;
        line-height: 10px;
    }
    #head,.displayW,.contentV{
        width: 1280px !important;
    }
}

.headNav-content{
    display: flex;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #656565;
    position: relative;
    margin-right: 3.55%;
    text-decoration:none;
}
.headNav-content:hover{
    color: #656565;
    
}
.headNav_choose{
    color: #33A1FF !important;
}
.headNav_choose>div::after{
    content: "";
    display: flex;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #33A1FF;
    margin-top: 6px;
}
.headNav-searchV{
    width: 11.56%;
    height: 40px;
    border: 1px solid #999999;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.headNav-searchV>input{
    width: 70%;
    padding: 0;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-left: 5%;
    border: none;
    outline: none;
}
.headNav-searchV>input:hover{
    border: none;
}
.headNav-searchV>div{
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headNav-searchV img{
    width: 26px;
    height: 26px;
}

.active>span{
    background-color: #33a1ff !important;
    border-color:  #33a1ff !important;
}