.wrap-main {
    // background: #fff url(../images/h_bg.png) no-repeat left bottom;
    position: relative;
    padding-bottom: 66px;
    margin-top: -288px;
    z-index: 99;
}
.wrap-content {
	overflow: hidden;
}
.abwrap-main {
	padding-bottom: 0;
}
.ab-text p{
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    text-align: justify;
    margin-bottom: 15px;
}
.contact-us{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 150px;
}
.contact-us .contact-us-t{
    display: flex;
}
.contact-us .contact-us-t .img-l{
    flex: 7;
    margin-right: 30px;
}
.contact-us .contact-us-t .img-l img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.contact-us .contact-us-t .img-r{
    flex: 5;
}
.contact-us .contact-us-t .img-r img:first-child{
    margin-bottom: 20px;
}
.contact-us .contact-us-t img{
    width: 100%;
    object-fit: cover;
}
.contact-us-b{
    margin-top: 12px;
    background-color: #2d8d5a;
}
.contact-us-b p{
    color: #fff;
    padding-left: 50px;
    padding-top: 20px;
}
.contact-us-b p:last-child{
    padding-bottom: 30px;
}
.ab-text{
    padding: 50px 100px;
}