.header {
    height: 68px;
    width: 100%;
    background-color: #E9536B;
    display: flex;
    align-items: center;
}

.header img {
    width: 359px;
    height: 34px;
    margin-left: 181px;
}

.home_main_banner {
    width: 100%;
    height: 316px;
    background-size: cover;
    display: flex;
    align-items: flex-end;

}

.home_main_banner .yiluxiangban {
    width: 367px;
    height: 191px;
    margin-bottom: 82px;
    margin-left: 22%;
    margin-right: 20px;
}

.home_main_banner .liangzhimao {
    width: 373px;
    height: 266px;
}

.home_main_introduce {
    width: 100%;
    height: 380px;
    display: flex;
    align-items: flex-start;
}

.home_main_introduce .mao {
    width: 250px;
    height: 333px;
    margin-left: 22%;
    margin-top: 42px;
}

.home_main_introduce .wenzijieshao {
    width: 370px;
    height: 200px;
    margin-left: 59px;
    margin-top: 84px;
}

.home_main_achievement {
    width: 100%;
    height: 400px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_main_achievement .results-show {
    width: 718px;
    height: 340px;
}

.home_main_adopt {
    width: 100%;
    height: 380px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_main_adopt .yinjianceng {
    width: 718px;
    height: 278px;
}

.home_bottom {
    width: 100%;
    height: 160px;
    background: #E9536B;
    padding-left: 180px;
    padding-right: 180px;
}

.home_bottom .home_bottom_logo {
    width: 100%;
    height: 102px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #FFFFFF;
}

.home_bottom .home_bottom_logo .logo_image {
    width: 138px;
    height: 41px;
}

.home_bottom .home_bottom_logo .home_bottom_logo_right {
    display: flex;
    align-items: center;
}

.home_bottom .home_bottom_logo .home_bottom_logo_right .wenzixiazai {
    width: 82px;
    height: 43px;
    margin-right: 12px;
}

.home_bottom .home_bottom_logo .home_bottom_logo_right .erweima {
    width: 64px;
    height: 64px;
}

.home_bottom .home_bottom_records .home_bottom_records_top {
    display: flex;
    justify-content: start;
    margin-top: 10px;
}

.national_emblem {

}
.national_emblem img {
    width: 10px;
    height: 10px;
    vertical-align:middle;
}
.national_emblem span {
    font-size: 8px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 20px;
}

.home_bottom_records_bottom {
    font-size: 8px;
    font-weight: 400;
    color: #FFFFFF;
}

.home_bottom_records_bottom a {
    color: #ffffff;
}
