/*
* logo
 */
.content-2{
    width: 100%;
    float: left;
}
.box-2{
    width: 1050px;
    height: 40px;
    line-height: 40px;
    margin:0 auto;
    display: block;
    padding:10px 0px;
}

.qy-2-1{
    width: 120px;
    height: 40px;
    text-align:left;
    line-height: 40px;
}
.font-3{
    display: block;
    height: 40px;
    line-height: 40px;
}


/*
* 登录注册 按钮
 */
.content-3{
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    float: left;
}
.box-3{
    width: 1050px;
    height: 68px;
    line-height: 68px;
    margin:0 auto;
    display: block;

}
.box-3 .font-11 a:hover{
    color:#fff;
}
.font-11{
    border-radius: 5px;
    /* 绿色 */
    box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
    background: rgb(0, 165, 120);
    padding:5px 10px;
    margin-right: 2px !important;
}
.font-11-1{
    margin-right: 2px !important;
}
.font-10{
    color: rgb(255, 255, 255);
    font-family: "HarmonyOS Sans SC";
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;

}
.font-12{
    box-sizing: border-box;
    border: 1px solid rgb(0, 165, 120);
    border-radius: 5px;
    padding:5px 10px;
    /* 绿色 */
    box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
    margin-left: 2px !important;
}
.font-13{
    color: rgb(0, 165, 120);
    font-family: "HarmonyOS Sans SC";
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}

/*
* 导航
 */
.qy-6{
    text-align: left;
}
.qy-6 li{
    float:left;
    margin: 0 50px 0 0;
}
.qy-6 a{
    color: rgb(115, 119, 159);
    font-family: "HarmonyOS Sans SC";
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
}
.qy-6 .active{
    color: rgb(40, 45, 108);
    font-family: "HarmonyOS Sans SC";
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}
.qy-6-1{

}