.home_title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

}

.home_title div {

    font-family: Robotp_Regular;
    font-weight: 400;
    font-size: calc(4px + 1rem);
    color: #666666;

}

.home_title p:nth-of-type(1) {
    font-family: Arial_bold;
    font-weight: normal;
    font-size: calc(10px + 1.5rem);
    color: #3A4046;
    text-align: center;
    margin-bottom: calc(8px + 0.5rem);

}

.home_title p:not(:first-child) {
    width: max-content;

    font-family: Robotp_Regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(8px + 1rem);
    text-align: center;
}

.title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* gap: calc(1px + 0.5rem); */
}

.title p:nth-of-type(1) {
    font-family: Arial_bold;
    font-weight: normal;
    font-size: calc(10px + 1.5rem);
    color: #3A4046;
    text-align: center;
    margin-bottom: calc(5px + 2rem);
}

.title p:not(:first-child) {
    width: max-content;
    /* width: calc(52px + 30rem); */
    font-family: Robotp_Regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(0px + 1.5rem);
    text-align: center;
}

.title div {
    font-family: Robotp_Regular;
    font-weight: 400;
    font-size: calc(4px + 1rem);
    color: #666666;
}

.nei_ban {
    width: 100%;
    height: calc(200px + 20rem);
    position: relative;
}

.nei_ban img {
    width: 100%;
    height: 100%;
}

.nei_ban div {
    max-width: 1440px;
    width: 80%;
    height: max-content;
    font-family: GOTHICB;
    font-weight: bold;
    font-size: calc(10px + 2rem);
    color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;

}

.comb_box {
    width: 100%;
    padding: calc(8px + 1rem) 0;
    background: #FFFFFF;
    box-shadow: 0px calc(1px + 0.25rem) calc(1px + 0.25rem) 0px rgba(219, 219, 219, 0.3);
}

.comb {
    max-width: 1440px;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comb_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(2px + 0.5rem);
}

.comb_left .comb_position {
    width: calc(1px + 1rem);
}

.comb_left .comb_jt {
    width: calc(0px + 0.25rem);
    height: calc(3px + 0.25rem);
}

.comb_left p {
    font-family: Robotp_Regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #777777;
}

.comb_left a:nth-last-of-type(1) p {
    color: #333333;
}

.comb_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: calc(2px + 2rem);
}

.comb_right p {
    font-family: Robotp_Regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
}

.comb_right .comb_right_act {
    color: #1E5CB2;
}


/* 屏幕宽度小于1100px */
@media (max-width: 1100px) {
    .title p:nth-of-type(1) {
        width: 100%;
        font-size: calc(17px + 1rem);
    }

    .title p:not(:first-child) {
        width: 100% !important;
        font-size: calc(12px + 1rem);
        width: 100%;
        line-height: 1.5;
        text-align: justify;
    }

    .title div {
        font-size: calc(10px + 1rem);
    }

    .nei_ban {
        height: calc(200px + -13rem);
    }
}