@charset "UTF-8";
.home_head_bg_div {
    height: 600px;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home_head_bg_img_div {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}

.home_head_bg_div_img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;

}

.home_head_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home_head_navigation_div {
    height: 64px;
    text-align: center;
    width: 100%;
    display: flex;
}

.hover-denglu_btn {
    margin-left: 100px;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 92px;
    height: 14px;
    opacity: 1;
    border-radius: 4px;

    border: 1px solid rgba(255, 255, 255, 1);
}

.hover-denglu_btn-label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 14px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}

.hover-tiyan_btn {
    margin-left: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 92px;
    height: 14px;
    border-radius: 4px;
    background: rgba(250, 157, 25, 1);
}

.hover-tiyan_btn-label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 14px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}


.hover-div {
    display: none;
    position: absolute;
    top: 100%;
    left: 80%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 0px rgba(18, 77, 164, 1);
}
.div_top_list{
            width: 34%;
    text-align: left;
            display:inline;
        }
        .div_top_list div {
    margin-top: 10px;
        margin-left: 60px
}
.div_top_list_label{
            font-size: 18px;
    text-align: left;
    vertical-align: top;

    letter-spacing: 0px;
    line-height: 20px;
    display: flex;
    margin-top: 30px;
            text-align: left;
vertical-align: top;
            color: rgba(51, 51, 51, 1);
            text-decoration: none;
        }
        .div_top_list_a {
    font-size: 20px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 20px;
    display: flex;
            height: 34px;
    margin-top: 30px;
            text-align: left;
vertical-align: top;
            color: rgba(51, 51, 51, 1);
            text-decoration: none;
}
.div_top_list_a:hover {
            color: rgba(0,109,254, 1);
        }
        .div_top_list_a_yin {
    font-size: 20px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 20px;
    display: flex;
            height: 34px;
    margin-top: 30px;
            text-align: left;
vertical-align: top;
            color: rgba(51, 51, 51, 1);
            text-decoration: none;
}
.div_top_list_a_yin:hover {
            color: rgba(0,109,254, 1);
        }
        .container{
            width: 25%;
    margin-top: 20px
}
.container{
            width: 25%;
    margin-top: 20px
        }
.image-div {
    
}

.image-div img {

    transition: transform 0.3s ease-in-out;
}

.image-div:hover img {
    transform: rotate(180deg);
}

.home_head_neirong_bg_div {
    height: 100%;
    text-align: center;
    display: flex;
}

.home_head_neirong_left_div {
    width: 50%;
    text-align: right;
}

.home_head_neirong_left_div img {
    width: auto;
    height: 517px;
    margin-top: 36px
}

.home_head_neirong_right_div {
    width: 50%;
    height: 100%;
    text-align: center;
}

.home_head_neirong_label {
    width: 588px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: top;
}

.home_head_neirong_anniu_div {
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    width: 96px;
    height: 28px;
    border-radius: 2px;
    position: relative;
    padding-top: 5px;

}

.home_head_neirong_anniu_label {
    color: rgba(25, 137, 250, 1);
    font-size: 16px;
    margin: auto;
}