#zhyHomeHeader .header {
    display: flex;
    align-items: center;
    height: 70px;
    margin: 0 auto;
    background-color: white;
}
#zhyHomeHeader .title {
    display: flex;
}
#zhyHomeHeader .title a{
    cursor: pointer;
}
#zhyHomeHeader .logo {
    height: 37px;
    margin-left: 24px;
}
#zhyHomeHeader .zihaiyun {
    width: 98px;
    margin-left: 10px;
}
#zhyHomeHeader ul li{
    float:left; /* 往左浮动 */
}
#zhyHomeHeader #text-1{
    flex: 1;
}
#zhyHomeHeader #text-1 ul  li{
    padding: 0;
    margin-left: 40px;
    height: 67px;
    line-height: 67px;
}
#zhyHomeHeader #text-1 ul  li a{
    font-size: 14px;
    color: #999999;
}
#zhyHomeHeader #text-1 ul  li a:hover{
    color: #333333;
}
#zhyHomeHeader #text-1 .active{
    box-sizing: border-box;
    border-bottom: 4px solid #bc0210;
}
#zhyHomeHeader #text-1 .active a{
    color: #333333;
}

#zhyHomeHeader #text-2 ul  li{
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 20px;
    line-height: 70px;
}
#zhyHomeHeader #text-2 ul li img{
    margin-right: 5px;
    width: 18px;
}
#zhyHomeHeader #text-2 ul  li a{
    font-size: 15px;
}
#zhyHomeHeader #text-2 ul  li:hover img{
    transform: translateY(-50px);
    filter: drop-shadow(#bc0210 0 50px);
}
#zhyHomeHeader #text-2 ul  li:hover a{
    color: #bc0210;
}

#zhyHomeHeader #login a:nth-child(1){
    margin-left: 45px;
    margin-right: 30px;
    color: rgba(0,0,0,0.65);
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
#zhyHomeHeader #login a:nth-child(1):hover{
    color: #bc0210;
}
#zhyHomeHeader #login a:nth-child(2){
    margin-right: 60px;
    padding: 10px 20px;
    background-color: #bc0210;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 0;
    cursor: pointer;
}
#zhyHomeHeader #avatar{
    position: relative;
}
#zhyHomeHeader #avatar img{
    margin-right: 20px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 17px;
}


#zhyHomeHeader .posiabox{
    position:absolute;
    top:40px;
    left: -60px;
    display: none;
    padding-top:10px;
    text-align: center;
}
#zhyHomeHeader #seledbox{
    width:100px;
    background:#ffffff;
    box-shadow:0 0 8px #999999;
    border-radius: 5px;
    font-size:14px;
    padding:5px 0;
    overflow:hidden;
}
#zhyHomeHeader #seledbox a{
    color:#444;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-decoration:none;
    width:100px;
    overflow:hidden;
    display:block;
    border-bottom:1px dotted #DDD;
}
#zhyHomeHeader #seledbox a:last-child{
    border-bottom:0px dotted #DDD;
}
#zhyHomeHeader #seledbox a:hover{
    color: #bc0210;!important;
}

/*云产品 弹窗*/
#zhyHomeHeader .sanjiao{
    position: absolute;
    top: 65px;
    margin-left: 20px;
    width:0;
    height:0;
    overflow:hidden;
    border-width:7px;
    border-color:transparent transparent white transparent;
    border-style:dashed dashed solid dashed;
}
#zhyHomeHeader #dropdown_menu{
    position: absolute;
    top: 79px;
    z-index: 9999;
    background-color: #ffffff;
    border-radius: 5px;
}
#zhyHomeHeader #dropdown_menu >li{
    float: left;
    height: auto !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
}
#zhyHomeHeader #dropdown_menu >li:last-child{
    margin-right: 20px !important;
}

#zhyHomeHeader #dropdown_menu >li ul{
    width: 120px;
}
#zhyHomeHeader #dropdown_menu >li ul >li{
    /*margin-bottom: 15px;*/
    height: 30px;
    line-height: 30px;
}
#zhyHomeHeader #dropdown_menu >li ul >li:nth-child(1) {
    margin-top: 10px;
}
#zhyHomeHeader #dropdown_menu >li ul >li a{
    margin-left: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #666666 !important;
}
#zhyHomeHeader #dropdown_menu >li ul >li a:hover{
    color: #bc0210 !important;
}
#zhyHomeHeader #dropdown_menu >li ul >li:nth-child(1){
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
}
#zhyHomeHeader #dropdown_menu >li ul >li:nth-child(1) p{
    width: 9px;
    height: 3px;
    margin-right: 6px;
    background-color: #bc0210;
}
