
.flexs {
    display: flex;
    justify-content: space-around;
}

.pad {
    padding: 60px 0px;
}

.bg {
    background-size: cover;
}

.about_contact .contant {
    background-image: url('../../images/about/contact/bg.jpg');
    text-align: center;
}

.about_contact .contant_title {
    text-align: center;
}

.about_contact .contant_title p {
    margin: 0px;
}

.about_contact .contant_title .big_title {
    font-size: 28px;
    color: #333;
}

.about_contact .contant_title .small_title {
    font-size: 14px;
    color: #666;
}

.about_contact .contant .contant_details {
    padding: 30px 0px;
    width: 70%;
    margin: 0 auto;
    display: flex;
}

.about_contact .contant .contant_details img {
    height: 51px;
    margin-bottom: 15px;
}

.about_contact .contant .contant_details .xue {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 12px;
}

.about_contact .contant .contant_details .address,
.contant_details .tel {
    padding: 30px 0px;
    border-radius: 5px;
    margin: 20px 3% 0px;
    width: 44%;
    line-height: 1.7;
    float: left;
}

.about_contact .contant .contant_details .address {
    background: #fff5df;
}

.about_contact .contant .contant_details .tel {
    background: #e0f2ff;
}

.about_contact .contant .contant_details .xiao {
    font-size: 16px;
}

.about_contact .traffic {
    background-image: url('../images/02.png');
}

.about_contact .traffic .sanda {
    width: 75%;
    margin: 45px auto;
}

.about_contact .traffic .sanda .icons {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.about_contact .traffic .sanda .metro {
    background: #fff;
    padding: 30px 30px;
    border-radius: 5px;
    line-height: 1.7;
    width: 335px;
    font-size: 15px;
    box-sizing: content-box;
}

.about_contact .traffic .sanda .icons img {
    margin-right: 10px;
    vertical-align: middle;
}

.about_contact .rim {
    background: #fff;
}

.about_contact .rim .rim_contant {
    padding-top: 70px;
}

.about_contact .rim .rim_contant .square {
    margin-bottom: 15px;
    justify-content: flex-start;
}

.about_contact .rim .rim_contant .square img {
    /* height: 169px; */
}

.about_contact .rim .rim_contant .square .rim_intor {
    /* height: 169px; */
    margin-left: 25px;
    /* padding-bottom: 10px; */
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.about_contact .rim .rim_contant .square .rim_smalltitle {
    color: #000;
    font-size: 20px;
    margin: 0px;
}

.about_contact .rim .rim_contant .square .rim_text {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.about_contact .recreation {
    background: #F7F7F7;
}

.about_contact .recreation .wds {
    max-width: 1139px;
    margin: 0 auto;
}

.about_contact .recreation .rec_left {
    float: left;
    width: 57%;
}

.about_contact .recreation .rec_right {
    float: right;
    width: 42.4%;
}

.about_contact .recreation .rec_one img {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.about_contact .recreation .recreation_content {
    display: block;
    float: left;
    padding-top: 70px;
}

.about_contact .recreation .recreation_content .rec_two .rec_left img:nth-child(1),
.about_contact .recreation .recreation_content .rec_two,
.about_contact .recreation .recreation_content>div {
    margin-bottom: 20px;
}

.about_contact .recreation .recreation_content .rec_three img:nth-child(2) {
    margin: 0 15px;
}

.buttons {
    text-align: center;
    margin: 25px 0 10px;
}

.buttons span {
    cursor: pointer;
    background: #2c2d41;
    padding: 10px 65px;
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}