.header {
    width: 100%;
    height: 125px;
    overflow: hidden;
    background-color: #f5f5f5;
    display: flex;
    padding: 0 10%;
    box-sizing: border-box;
    position: relative;
    /* justify-content: space-around; */
}
a{
    color: #000;
}
.header-logo-image {
    width: 220px;
    height: 125px;
}

.header-tabs {
    margin-left: 5%;
    width: 100%;
}

.header-tabs-ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-tabs-li {
    cursor: pointer;
    color: #666;
    display: block;
    line-height: 54px;
    padding: 0 30px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: 700;
}

.header-tabs-li:hover {
    color: #00357e;
}

.header-tabs-tel {
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 32px;
    color: #58b530;
    position: absolute;
    top: 10px;
    right: 10%;
}

.active {
    color: #00357e;
}

.footer {
    width: 100%;
    padding: 20px 20%;
    box-sizing: border-box;
    background-color: #cccccc;
    display: flex;
}

.code {
    width: 100px;
    text-align: center;
    margin-right: 30px;
}

.contentlist {
    line-height: 25px;
}

.partner {
    padding: 30px 20% 0;
    box-sizing: border-box;
    position: relative;
    height: 225px;
}

.ptitle {
    height: 58px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #00357e;
    font-weight: bold;
    line-height: 58px;
}

.carousels-left {
    position: absolute;
    top: 50%;
    left: 18%;
    z-index: 999;
    transform: translateY(-50%);
    width: 11px;
    height: 18px;
}

.carousels-right {
    position: absolute;
    top: 50%;
    right: 18%;
    z-index: 999;
    transform: translateY(-50%);
    width: 11px;
    height: 18px;
}