.banner {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 400px;
    background-image: url(../img/metral_center.png);
    background-position: 100% 100%;
    background-size: cover;
}

.about {
    background-color: #EEF4FF;

}

.about_xiehui {
    margin-top: 320px;
    color: #FFFFFF;
    font-size: 28px;
}

.about_address {
    color: #FFFEFE;
    text-align: right;
}

.xh_detail {
    padding-top: 450px;
    background-color: #fff;
    padding-bottom: 20px;
}

.xh_detail img{
    max-width:100%;
}

.title {
    margin-top: 40px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    border-bottom: 1px solid #a6a6a6;
    padding-bottom: 20px;
    /*color: #1F73FF;*/
}

.xh_time, .xh_img {
    margin-top:20px;
    font-size: 20px;
}

.xh_time {
    display: flex;
    justify-content: center;
}

.xh_time_li {
    margin-right: 100px;
    font-size: 18px;
}

.xh_time_li:last-child {
    margin-right: 0;
}

.xh_footer{
   height: 50px;
    border-top: 1px dashed #a6a6a6;
    padding-top: 20px;

}

.xh_li_footer a{
    color: #000;
}

.xh_li_footer{

    height:25px;

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.xh_li_footer:last-child{

    justify-content: flex-end;
}



.fenye-cion{
    height: 25px;
    width: 25px;
}

.acticle2 > p {
    margin-top: 30px;
    font-size: 24px;
}
.acticle2 > p：first-child{
    margin-top: 10px;
    font-size: 24px;
}

p {
    margin-top: 5px;
    text-indent: 2em;
    font-size: 18px;
    color: #4F4F4F;
}

.acticle2 > a {
    color: #000;
}

.footer_link {
    margin-top: 0;
}


.acticle2 >h2{
    color: #000 !important;
}
