.hilot_one {
    display: flex;
    align-items: center;
    width: 95vw;
    height: 14.2rem;
    margin: auto;
    background-color: #487bc7;
    background-image: url(../image/1-1.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 90% center;
}

.hilot_one_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50vw;
    height: auto;
}

.hilot_one_logo {
    display: flex;
    flex-direction: column;
    margin-bottom: .75rem;
}


.hilot_one_logo span {
    font-size: 1rem;
    font-weight: 300;
    color: #FFF;
    font-family: "Georgia", "Times", "Garamond", sans-serif;
}

.hilot_one_des {
    display: flex;
    margin-bottom: .75rem;
}

.hilot_one_des span {
    font-size: .75rem;
    font-weight: 300;
    color: #FFF;
}



.hilot_one_infor p:nth-child(1) {
    font-size: .4rem;
    font-size: 300;
    color: #FFF;
    margin-bottom: .25rem;
}

.hilot_one_infor p:nth-child(2) {
    font-size: .4rem;
    font-size: 300;
    color: #FFF;
}

.hilot_one_content .more {
    margin-top: .75rem;
}

.hilot_one_content .more span {
    font-size: .4rem;
    font-size: 300;
    color: #005691;
    padding: .25rem .5rem;
    background-color: #FFF;
    transition: all .5s ease;
}

.hilot_one_content .more span:hover {
    color: #FFF;
    background-color: #7fc6e7;
}


@media screen and (max-width:1000px) {
    .hilot_one {
        width: 100vw;
        background-image: none;
    }

    .hilot_one .pace {
        width: 100vw;
    }

    .hilot_one_content {
        align-items: center;
        width: 100vw;
    }
}




.hilot_two {
    width: 95vw;
    height: auto;
    margin: auto;
    background-color: #FFF;
    padding: .75rem 0;
}

.hilot_two .pace {
    border-bottom: 1px solid #e7ecf0;
    padding-bottom: 1.25rem;
}

.hilot_two_tit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 10vh;
}

.hilot_two_tit h2 {
    font-size: 0.6rem;
    font-weight: 400;
    color: #202124;
}

.hilot_two_tit p {
    font-size: .4rem;
    font-weight: 300;
    letter-spacing: .05rem;
    color: #202124;
    padding-top: .5rem;
}

.hilot_two_content {
    width: 100%;
    height: auto;
    margin-top: .75rem;
}

.hilot_two_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hilot_two_content ul li {
    width: 22%;
    height: auto;
    margin-top: .5rem;
    padding: .125rem .25rem;
    border: 1px solid transparent;
    border-radius: .125rem;
    transition: all 0.3s ease;
}

.hilot_two_content ul li:hover {
    border: 1px solid #4c8bf3;
}

.hilot_two_content_img {
    width: 100%;
}

.hilot_two_content_img img {
    width: 80%;
}


.hilot_two_content_type {
    display: flex;
    align-items: center;
    width: 100%;
}


.hilot_two_content_type span {
    font-size: .35rem;
    font-weight: 300;
    color: #202124;
}

.hilot_two_content_name {
    display: flex;
    margin: .5rem 0;
}

.hilot_two_content_name span {
    font-size: .4rem;
    font-weight: 300;
    color: #008ed8;
}

.hilot_two_content_des {
    display: flex;
}

.hilot_two_content_des span {
    font-size: .35rem;
    font-weight: 300;
    color: #202124;
}


@media screen and (max-width:1000px) {
    .hilot_two {
        width: 100vw;
    }

    .hilot_two_content ul li {
        width: 48%;
        height: auto;
        border: 1px solid #4c8bf3;
    }
}




.hilot_three {
    width: 95vw;
    height: auto;
    margin: auto;
    background-color: #FFF;
    border-bottom: 1px solid #dddddd;
}

.hilot_three_content {
    width: 80vw;
    height: 70vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hilot_three_text {
    width: 32vw;

}

.hilot_three_text_tit h2 {
    font-size: 0.6rem;
    font-weight: 300;
    color: #202124;
    margin: .5rem 0;
}

.hilot_three_text_des p {
    font-size: .5rem;
    font-weight: 300;
    color: #202124;
    line-height: 30px;
    letter-spacing: .025rem;
    margin-bottom: .5rem;
}

.hilot_three_text_infor ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.hilot_three_text_infor ul li {
    display: flex;
    align-items: center;
    margin-top: .5rem;
}

.hilot_three_text_infor .num {
    display: flex;
}

.hilot_three_text_infor .num svg {
    width: .5rem;
    height: .5rem;
    vertical-align: middle;
}

.hilot_three_text_infor .content {
    display: flex;
    align-items: center;
    margin-left: .25rem;
}

.hilot_three_text_infor .content span {
    font-size: .4rem;
    font-weight: 300;
    color: #202124;
}

.hilot_three_img {
    width: 40vw;
}

.hilot_three_img_yd {
    display: none;
}

.hilot_three_img_yd img {
    width: 100%;
    border: .125rem solid #e7ecf0;
    border-radius: .125rem;
    
}

.hilot_three_img img {
    width: 100%;
    border: .125rem solid #e7ecf0;
    border-radius: .125rem;
    
}


@media screen and (max-width:1000px) {
    .hilot_three {
        width: 100vw;
    }

    .hilot_three_content {
        height: auto;
        flex-direction: column;
    }

    .hilot_three_text {
        width: 100%;
    }

    .hilot_three_text_infor ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }


    .hilot_three_text_infor ul li {
        width: 50%;
    }

    .hilot_three_img {
        display: none;
    }

    .hilot_three_img_yd {
        display: block;
    }
}




.hilot_four {
    width: 95vw;
    height: auto;
    margin: auto;
    background-color: #FFF;
    padding-top: .75rem;
    border-bottom: 1px solid #dddddd;
}

.hilot_four_tit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hilot_four_tit h2 {
    font-size: .6rem;
    font-weight: 300;
    color: #202124;
    margin-top: 1.25rem;
}

.hilot_four_tit p {
    font-size: .5rem;
    font-weight: 400;
    color: #000;
    margin: .75rem 0;
}

.hilot_four_content {
    width: 100%;
}

.hilot_four_content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .75rem;
}

.hilot_four_content ul li {
    width: 23%;
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: .25rem;
    margin-bottom: .75rem;
    border: 1px solid #dadfe3;
    border-top: 4px solid #1b71de;
}

.hilot_four_content ul li:hover {
    box-shadow: 0 1px 2px 0 rgba(5, 137, 239, 0.3), 0 1px 3px 1px rgba(4, 141, 245, 0.15);
}


.hilot_four_content_img {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hilot_four_content_img img {
    width: .75rem;
}

.hilot_four_content_img span {
    font-size: .4rem;
    font-weight: 400;
    color: #202124;
    margin: .5rem 0;
}

.hilot_four_content_img p {
    font-size: .35rem;
    font-weight: 300;
    text-align: left;
    line-height: .65rem;
    color: #202124;
}

.hilot_four_content_des {
    width: 100%;
    margin-top: .75rem;
    display: flex;
}

.hilot_four_content_des span {
    font-size: .35rem;
    font-weight: 400;
    color: #1b71de;
}


@media screen and (max-width:1000px) {
    .hilot_four {
        width: 100vw;
    }

    .hilot_four_tit p {
        font-size: .75rem;
        text-align: center;
    }

    .hilot_four_content ul li {
        width: 100%;
        height: auto;
    }

    .hilot_four_content_img img {
        width: 1.25rem;
    }

    .hilot_four_content_img p {
        line-height: 1rem;
    }
}




.hilot_five {
    width: 95vw;
    height: 31vh;
    position: relative;
    margin: auto;
    background-color: #FFF;
}

.hilot_five_bg {
    width: 95vw;
    height: 30vh;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../image/5-1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    opacity: 0.1;
}

.hilot_five_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    height: 30vh;
}

.hilot_five_content h2 {
    font-size: .75rem;
    font-weight: 400;
    color: #000;
    font-family: "Georgia", "Times", "Garamond", sans-serif;
}

.hilot_five_content h2::after {
    content: '';
    display: block;
    width: 1rem;
    height: .1rem;
    margin: .5rem 0;
    background: #F0CC71;
}

.hilot_five_content p {
    width: 60%;
    font-size: .4rem;
    font-weight: 400;
    line-height: .625rem;
    letter-spacing: .05rem;
    color: #202124;
    font-family: "Georgia", "Times", "Garamond", sans-serif;
}

.hilot_five_space {
    width: 100%;
    height: 1vh;
    background-color: #ffd546;
}


@media screen and (max-width:1000px) {
    .hilot_five {
        width: 100vw;
    }

    .hilot_five_content p {
        width: 100%;
    }

    .hilot_five_bg {
        opacity: 0.05;
    }
}