*{
    font-family: 'siyuanheiti';
}
.main {
	font-family: futura, sans-serif;
    overflow-x: hidden;
    background: transparent;
}
section{
    background: transparent;
    position: relative;
}

.wrap_1{
    width: 100%;
    height: 560px;
    background: url('/static/images/relation/bg1.jpg');
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap_1 h1{
    width: 100%;
    color: white;
    text-align: center;
    font-size: 2.1rem;
    letter-spacing: .3rem;
}

.wrap_2{
    width: 100%;
    background: white;
}

.wrap_2>.invite>h1{
    font-size: 42px;
    text-align:center;
    /* line-height: 5rem; */
    margin-bottom: 1.3rem;
}
.relation-box{
    padding: 0;
    list-style: none;
    line-height: 1.8;
	margin-bottom: 20px;
}
.relation-box>dl>dt{
    height: 5rem;
    min-height: 80px;
    position: relative;
}

.relation-box>dl>dt>img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 60%;
    max-width: 50%;
}
.relation-box>dl>dd{
    padding:0.5rem;
    box-sizing: border-box;
}
.relation-box>dl>dd>p:first-child{
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}
.relation-box>dl>dd>p:last-child{
    text-align: center;
    font-size: 14px;
}

.wrap_3{
    width: 100%;
    background: #eeeeee;
    padding-bottom: 1.5rem;
    box-sizing: border-box;
}
.map-box>h1{
    width: 100%;
    text-align: center;
    font-size: 42px;
    padding: 3.5rem 0;
    box-sizing: border-box;
}
.map-body{
    width: 100%;
}

.map-body>div:last-child{
    margin: 0;
}
.map{
    width: 560px;
    height:300px;
    border:#ccc solid 1px;font-size:12px;
    box-sizing: border-box;
}
.map .BMap_bubble_title{
    font-size: 14px;
}
.map .BMap_bubble_content{
    font-size: 12px;
    color: gray;
}
.address{
    width: 40%;
    padding:4.75rem 2rem;
    box-sizing: border-box;
}
.address>div{
    padding: 0.5rem 0;
    box-sizing: border-box;
}
.address>p:nth-child(2){
    font-size: 16px;
    line-height: 1.6rem;
}
.address>p:nth-child(3){
    font-size: 14px;
    line-height: 1.7rem;
    color: gray;
}
@media (min-width:741px){
    
    .wrap_2>.invite{
        max-width: 1040px;
        margin: 0 auto;
        padding: 90px 0 70px 0;
        box-sizing: border-box;
    }
    .map-body>div{
        width: 100%;
        padding: 1.2rem;
        display: flex;
        margin-bottom: 1.5rem;
        background: white;
    }

}
@media (max-width:741px),(max-width:1200px){
    .wrap_1{
        min-height: 50vh !important;
        height: 50vh !important;
        background-size: auto 100%;
        background-position-x: 85%;
    }
    .wrap_2>.invite{
        padding: 4.5rem 0;
        box-sizing: border-box;
    }
    .wrap_2>.invite>h1{
        font-size: 30px;
        text-align:center;
    }
    .map-box>h1{
        font-size: 30px;
    }
    .map-body>div{
        width: 100%;
        padding: 1.2rem;
        margin-bottom: 1.5rem;
        background: white;
    }
    .map{
        width: 100%;
        height: 200px;
    }
    .address{
        width: 100%;
        height: 100%;
        padding:3rem 0;
        box-sizing: border-box;
    }
    .address>p:nth-child(2){
        font-size:16px !important;
    }

}