.head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background-color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    line-height: 72px;
    white-space: nowrap;
    z-index: 99;
    box-shadow: 0 2px 4px 0 rgba(133, 138, 180, .14);
}


a:visited {
    color: #666666
}

a {
    color: #666666
}

a:hover {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 20px;
    color: #2C63FC;
}

.head-content {
    margin: 0 auto;
    max-width: 1480px;
    /* max-width: 1980px; */
    padding: 0 5%;
}

.dh {
    background: #F4F6F8;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 13%;
    color: #2C63FC;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    box-shadow: 0px 2px 23px 0px #D0D8E6;
    border-radius: 80px;
    font-size: 16px;
    padding: 0px 30px;
    height: 36px;
    line-height: 36px;
}

.dh img {
    height: 20px;
    margin-right: 10px;
}

.mfsy {
    cursor: pointer;
    background: #2C63FC;
    position: absolute;
    right: 5%;
    background: linear-gradient(270deg, #59A7FF 0%, #2C63FC 100%);
    box-shadow: 0px 2px 23px 0px #D0D8E6;
    border-radius: 80px;
    color: #fff;
    font-size: 16px;
    padding: 0px 30px;
    height: 36px;
    line-height: 36px;
}

.head-title.active a {
    color: #2C63FC;
}

.head-title.active .head-title-line {
    border-bottom: 4px solid #2E71FF;
    width: 41px;
    margin: 0 auto;
    border-radius: 3px 3px 3px 3px;
    margin-top: -9px;
    /* font-size: 20px; */
    /* color: #2C63FC !important; */
    /* background-color: #409eff; 示例：蓝色背景 */
    /* border-radius: 4px; */
}

.head-title:hover a {
    color: #2C63FC;
}

.head-title:hover .head-title-line {
    border-bottom: 4px solid #2E71FF;
    width: 41px;
    margin: 0 auto;
    border-radius: 3px 3px 3px 3px;
    margin-top: -9px;
}

.head-title {
    height: 72px;
    /* border-bottom: 2px solid #FFFFFF; */
    font-size: 20px;
    cursor: pointer;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    font-style: normal;
    text-transform: none;
    margin: 0 27px;
}

.head-index-list {
    display: none;
    position: absolute;
    top: 81px;
    transform: translateX(-32%);
    padding: 17px 10px;
    background: #FFFFFF;
    box-shadow: 0 4px 36px 0 rgba(0, 0, 0, .26);
    border-radius: 10px;
}

.head-index-list1 {
    display: none;
    position: absolute;
    top: 81px;
    transform: translateX(-35%);
    padding: 17px 10px;
    background: #FFFFFF;
    box-shadow: 0 4px 36px 0 rgba(0, 0, 0, .26);
    border-radius: 10px;
}

.head-index-list2 {
    display: none;
    position: absolute;
    top: 81px;
    transform: translateX(-35%);
    padding: 17px 10px;
    background: #FFFFFF;
    box-shadow: 0 4px 36px 0 rgba(0, 0, 0, .26);
    border-radius: 10px;
}

.head-index-list3 {
    display: none;
    position: absolute;
    top: 81px;
    transform: translateX(-35%);
    padding: 17px 10px;
    background: #FFFFFF;
    box-shadow: 0 4px 36px 0 rgba(0, 0, 0, .26);
    border-radius: 10px;
}

.head-index-item {
    line-height: 22px;
    text-align: left;
    margin-bottom: 8px;
    padding: 8px 10px;
    border-radius: 8px;
}

.head-index-item:hover {
    background-color: #f4f9ff;
}

.head-index-item:last-child {
    margin-bottom: 0 !important;
}

.head-index-item-icon img {
    width: 28px;
    height: 28px;
}

.head-index-item-icon img.zlimg {
    width: 23px;
    height: 23px;
}

.head-index-item-content {
    margin-left: 12px;
}

.head-index-item-content-title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.head-index-item-content-desc {
    margin-top: 6px;
    font-weight: 500;
    font-size: 14px;
    color: #A3A3A3;
}

a.head-index-item-content-desc,
a.head-index-item-content-desc:visited {
    color: #A3A3A3;
}