.zy_header{
   width: 100%;
    background-color: #f1f1f1;
    height: 60px;
    line-height: 60px;
}
.zy_header_wrap{
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background-image: url("http://dykct.com/Web/template/css/img/5bc249a1225ac0ee53df3b979a12ad04.png");*/
    background-position: -340px 0;
    background-repeat: no-repeat;
}

.zy_header_wrap .zy_left{
    font-size: 24px;
    color: #007de4;
    text-shadow: 5px 5px 10px #e2e2e2;
    font-weight: bolder;
}

.zy_header_wrap .zy_right{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.zy_header_wrap .zy_right .zy_help{
    margin-right: 10px;
    cursor: pointer;
}
.zy_header_wrap .zy_right .zy_help i{
    margin-right: 2px;
    color: #000000;
}
.zy_account_opening{
    padding: 5px 10px;
    color: #FFFFFF;
    margin-right: 10px;
    border-radius: 100px;
    background-color: #a7a7a7;
}

.zy_content{
    text-align: left;
    width: calc(100% - 250px);
}
.zy_content ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.zy_content ul li{
    width: 120px;
    position: relative;
    height: 100%;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
}

.zy_content ul li a{
    color:#000000;
}


.zy_content ul li.active{
    color: #007de4;
    font-weight: bold;
    font-size: 18px;
}
.zy_content ul li:hover{
    color: #007de4;
    font-weight: bold;
}


.zy_content ul li.active:before{
    content: '';
    display: block;
    border: 10px solid;
    border-color: #007de4 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 44%;
}
.zy_content ul li.active:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 4px;
    height: 4px;
    width: 50%;
    left: 25%;
    background-color: #007de4;
}
.zy_content ul li:hover:before{
    content: '';
    display: block;
    border: 10px solid;
    border-color: #007de4 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 44%;
}
.zy_content ul li:hover:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 4px;
    height: 4px;
    width: 50%;
    left: 25%;
    background-color: #007de4;
}

.zy_declare_content_title::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 3px;
    background: rgb(4 82 161);
    margin: 5px;
}
.zy_declare_content_title::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 3px;
    background: rgb(4 82 161);
    margin: 5px;
}