.banner{
	width: 100%;
	height: 700px;
	text-align: center;
	padding: auto;
	position: relative;
	top: 0;
	left: 0;
}
.banner >img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 0;
	transform: translate(-50%,-50%);
	height: 100%;
}
.about-detail{
    height: 806px;
    width: 100%;
    background: #FFFFFF;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}
.left-img{
    width:981px;
    height:620px;
    border-radius:0 10px 10px 0;
    float: left;
    margin-top: 87px;
    overflow: hidden;
    position: relative;
}
.left-img img{
    width:981px;
    height:620px;
}
.left-img >div{
    position: absolute;
    top: 273px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}
.left-img >div >p:first-child{
    font-size: 40px;
    font-weight: 600;
}
.left-img >div >p:last-child{
    font-size: 16px;
    margin-top: 25px;
}
.right-p{
    display: inline-block;
    float: left;
    margin-left: 109px;
    margin-right: 40px;
    line-height: 28px;
    width: 470px;
}
.right-p h4{
    font-size:36px;
    font-weight:400;
    color:rgba(58,66,107,1);
    margin-top: 259px;
}
.right-p >p{
    color: #3A426B;
    font-size: 14px;
    margin-top: 50px;
}
.right-p >p:last-child{
    color: #3A426B;
    font-size: 14px;
    margin-top: 45px;
}
.map{
    display: block;
    height: 660px;
    width: 100%;
    text-align: center;
    padding: auto;
    position: relative;
    margin-bottom: 122px;
}
.map >img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 0;
    transform: translate(-50%,-50%);
    height: 100%;
}
.map >div{
    width:336px;
    height:180px;
    background:rgba(255,255,255,1);
    box-shadow:0 7px 10px 0 rgba(38,38,38,0.27);
    border-radius:10px;
    position: absolute;
    z-index: 11;
    top: 237px;
    left: 50%;
    margin-left: -168px;
    color: #3A426B;
}
.map >div >p:first-child{
    position: absolute;
    left: 25px;
    top: 33px;
    font-size:18px;
    font-weight:600;
}
.map >div >p:nth-child(2){
    position: absolute;
    left: 26px;
    top: 78px;
    font-size:14px;
}
.map >div >p:nth-child(3){
    position: absolute;
    left: 26px;
    top: 108px;
    font-size:14px;
}
.map >div >p:nth-child(4){
    position: absolute;
    left: 26px;
    top: 138px;
    font-size:14px;
}