/* * {
    width: 100%;
    height:100%;
} */

.top_son {
    height: 1.27rem;
}

.top {
    position: fixed;
    background-color: #fff;
    padding: 0.33rem 1.43rem 0.27rem 1.43rem;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.top_title {
    width: 1.29rem;
    height: 0.67rem;
}

.top_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_navigation {
    width: 8.24rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.20rem;
    color: #282828;
    font-weight: 600;
}
.top_img {
    display: none;
}
.top_name {
    color: #E82D37;
    font-size: 0.20rem;
    font-weight: 600;
}
.top_noName:hover {
    color: #E82D37;
    font-size: 0.20rem;
    font-weight: 600;
}

.bottom_box {}

.bottom {
    /* width: 100%; */
    margin-top: 0.09rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F6F6F6; 
    padding: 0.69rem 4%;
}
.bottom_right {
    margin-left: 1rem;
}


.bottom_left_img {
    width: 90%;
}


.bottom_contact {
    color: #444444;
    font-size: 0.24rem;
    font-weight: 600;
}

.botttom_content {
    margin-top: 0.37rem;
    line-height: 0.4rem;
}

.bottom_item {
    display: flex;
    align-items: center;
}
.bottom_item1 {
    display: flex;
}

.icon_dz {
    width: 0.15rem;
    height: 0.19rem;
}

.icon_dh {
    width: 0.17rem;
    height: 0.17rem;
}

.icon_cz {
    width: 0.18rem;
    height: 0.16rem;
}

.icon_yj {
    width: 0.17rem;
    height: 0.13rem;
}

.bottom_text {
    color: #444444;
    font-size: 0.2rem;
    margin-left: 0.18rem;
}

.bottom_note {
    width: 100%;
    /* height: 0.84rem; */
    background-color: #ECECEC;
    text-align: center;
    line-height: 0.84rem;
}
.bottom_note_text{
    color: #838383;
    font-size: 0.2rem;
    font-weight: 600;
    text-align: center;
}
.top_broadside {
    width: 4.2rem;
    /* height: 4rem; */
    line-height: 1rem;
    font-size: 0.2rem;
    color: #282828;
    font-weight: 600;
}
.broadside_name {
    width: 4.2rem;
    /* height: 4rem; */
    line-height: 1rem;
    font-size: 0.2rem;
    color: #E82D37;
    font-weight: 600;
}
.top_icon {
    width: 0.6rem;
    height: 0.5rem;
}


@media screen and (max-width: 600px) {
    .top {
        padding: 0.33rem 0.7rem 0.3rem 0.7rem;
    }

    .top_son {
        height: 1.05rem;
    }

    .top_title {
        width: 1rem;
        height: 0.5rem;
    }
    .top_navigation {
        display: none;
    }
    .top_img {
        display: block;
        margin-left: 3.3rem;
    }
    .bottom {
        display: block;
        margin-top: 0.09rem;
        background: #F6F6F6; 
        padding: 0.69rem 8%;
    }
    .bottom_contact {
        color: #444444;
        font-size: 0.24rem;
        font-weight: 600;
        margin-top: 0.3rem;
    }
    .bottom_right {
        margin-left: 0;
    }
}