/* 头部开始 */
.fat>li:nth-child(2) .sz {
    margin-left: 23% !important;
}
.fat>li:nth-child(3) .sz {
    /*margin-left: 33% !important;*/
    margin-left: 9% !important;
}
.fat>li:nth-child(4) .area{
    display: flex;
    justify-content: center;
}
.fat>li:nth-child(5) .sz {
    margin-left: 54% !important;
}
.fat>li:nth-child(6) .sz {
    margin-left: 65% !important;
}
.pc-nav{

    display: flex;

    justify-content: space-between;

    padding: 22px 99px;

    position: relative;

}

.pc-nav .logo{

    width: 15.82%;

}

.pc-nav .navList{

    width: 56%;

}

.pc-nav .navList .fat{

    display: flex;

    justify-content: space-between;

    align-items: center;

    height: 100%;

}

.pc-nav .yy-ss{

    width: 17.5%;

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.pc-nav .navList ul a{

    transition: all .3s;

    font-size: 18px;

	letter-spacing: 1px;

	color: #0f0f0f;

}

.pc-nav .navList ul a:hover{

    color: #3eaac3;

}

.n-active{

    color: #3eaac3 !important;

}

.pc-nav .yy-ss input{

    outline: none;

    height: 28px;

	background-color: #f7f7f7;

	border-radius: 14px;

    padding-left: 12px;

}

.pc-nav .yy-ss .inp{

    position: relative;

}

.pc-nav .yy-ss .inp img{

    cursor: pointer;

    position: absolute;

    right: 10px;

    top: 50%;

    transform: translateY(-50%);

}

.pc-nav .yy-ss .yy span{

    display: inline-block;

    margin: 0 8px;

}

.pc-nav .yy-ss .yy a:hover{

    color: #3eaac3;

}



.son{

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;

    height: 50px;

    display: none;

    z-index: 99;

    background-color: rgba(255, 255, 255, .2);

}

.son .area{

    height: 100%;

    position: relative;

        /* display:flex;

    justify-content: center; */

}

.son .sz{

    width: unset;

    display: flex;

    /*position: absolute;*/

    top: 0;

    left: 0;

    height: 100%;

}

.son .sz li{

    display: flex;

    align-items: center;

    margin: 0 30px;

}

.son .sz li a{

    color: #fff;

}

/* 头部结束 */

@media (max-width:1550px){

    .pc-nav{

        padding: 22px 40px;

    }

    .pc-nav .navList ul a{

        font-size: 14px;

    }

    .pc-nav .yy-ss{

        width: 21%;

    }

}