.container {
    width: 100%;
}


/*header */

.header {
    width: 100%;
    height: 4.8rem;
    position: relative;
    overflow: hidden;
    margin-top: 1.2rem;
}

.header img {
    width: 100%;
    height: 100%;
}

.header .mdwz {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.7rem;
    color: #FFFFFF;
}

.header .mdwz span {
    font-size: 0.7rem;
    color: #FFFFFF;
    display: block;
}


/* contact */

.contact {
    width: 100%;
    background: #F6F8FE;
}

.contact_box {
    width: 16rem;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0.9rem;
    padding-bottom: 0.8rem;
}

.contact_box .contact_one {
    width: 7.85rem;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    float: left;
    overflow: hidden;
    border-radius: 0.1rem;
}

.contact_box .contact_one .img_box {
    width: 100%;
    height: 4.1rem;
    overflow: hidden;
}

.contact_box .contact_one:hover img {
    transform: scale(1.2);
}

.contact_box .contact_one:nth-child(2n) {
    margin-right: 0;
}

.contact_box .contact_one img {
    width: 100%;
    transition: transform 0.4s;
}

.contact_box .contact_one .contact_intr {
    width: 100%;
    padding: 0.4rem 0.6rem 0.6rem 0.6rem;
    overflow: hidden;
    background: #FFFFFF;
    font-size: 0;
}

.contact_one .contact_intr .right_phone {
    display: inline-block;
}

.contact_one .contact_intr .left_location {
    margin-right: 1.06rem;
    display: inline-block;
    vertical-align: top;
}

.contact_one .contact_intr .right_phone .phone1 {
    font-size: 0.18rem;
    line-height: 0.33rem;
    color: #333333;
}

.contact_one .contact_intr .left_location .location_name {
    font-size: 0.34rem;
    color: #222222;
    text-align: center;
}

.contact_one .contact_intr .left_location .location_sub {
    font-size: 0.24rem;
    color: #222222;
    text-align: center;
}