@charset "UTF-8";
.header-tel{
    display: flex;
}
.header-tel .header-tel-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-tel .header-tel-item:nth-child(1){
    width: 35%;
}
.header-tel .header-tel-item:nth-child(2){
    flex-wrap: wrap;
    width: 65%;
}
.header-tel .header-tel-item .header-tel-item-link{
    display: flex;
}
.header-tel .header-tel-item .header-tel-item-link:nth-child(1){
    width: 100%;
    display: flex;
}
.header-tel .header-tel-item .header-tel-item-link:nth-child(2){
    width: 100%;
    display: flex;
}
.header-tel label{
    font-size: 14px;
    color: #878787;
}
.header-tel span{
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 18px;
    color: #003e95;
    font-weight: bold;
}
.header-tel p{
    font-size: 14px;
    color: #878787;
}

.user-logo-box{
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.user-logo-box img{
    display: inherit;
    margin-top: 0 !important;
    object-fit: none;
}
.user-logo-box p{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.user-logo-box p span{
    /*font-size: 18px;*/
    /*color: #003e95;*/
    /*font-weight: bold;*/
    /*border-left: 1px #ddd solid;*/
    /*padding: 0 0 0 6%;*/
}
.user-logo-box p span label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-weight: normal;
    color: #3e3e3e;
    white-space: nowrap;
    font-size: 16px;
}

.fix-header{

}
.fix-header-pos{
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 9999;
    background-color: #fff;
}
.fix-header-pos header{
    //height: 80px;
}
.fix-header-pos header .header-log img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.fix-header-pos header .header-right{
    margin-top: 20px;
    height: auto;
}
.fix-header-pos header .header-right .w2{
    display: none;
}

.banner-top{
    padding-top: 208px;
}