/* 正文 */

.txt_container{

    display: flex;

    justify-content: center;

    margin: 20px auto 40px;

}

.box{

    width: 1180px;

    height: 100%;

    border: 1px solid #c0956c;

}

.box h2{

    height: 48px;

    width: 100%;

    padding-left: 15px;

    background-color: #d6bdac;

    box-sizing: border-box;

    font-size: 20px;

    color: #111;

    font-weight: normal;

    line-height: 48px;

}





.box_text{

    padding: 21px;

}

.box_text ul{

    width: 100%;

    height: 203px;

    display: flex;

    justify-content: space-between;

    align-items: flex-start;

}

.box_text li{

    width: 270px;

    height: 184px;

    background-image: url(../img/c5.png);

    background-size: 100% 100%;

    background-repeat: no-repeat;

    padding: 45px 23px 55px;

    box-sizing: border-box;

    position: relative;

}

.box_text h3{

    padding-bottom: 26px;

    box-sizing: border-box;

}

.box_icon{

    position: absolute;

    right: 27px;

    bottom: 20px;

}



.map_img{

    width: 100%;

	height: 422px;

}