section {
    width: 100%;
    padding: 120px 0;
    box-sizing: border-box;
}

section .cont {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    box-sizing: border-box;
}

section .cont .cont-title {
    width: 100%;
    height: 250px;
    background: url(http://adj.chiefgr.com/qifugroup/qifu-contact-title-bcak.png) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 50px;
    padding-left: 40px;
    box-sizing: border-box;
    margin-bottom: 48px;
}

section .cont .cont-title h3 {
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.7;
}

section .cont .cont-title .title-flow {
    width: 340px;
    height: 1px;
    opacity: 0.2;
    background-color: #fff;
    margin: 10px 0;
}

section .cont .cont-title p {
    width: 100%;
    height: 60px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
}

section .cont .cont-title span {
    display: block;
    width: 100%;
    height: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.25;
}

.cont .howto {
    width: 100%;
}

h2 {
    width: 100%;
    height: 90px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 90px;

}

.howto .how-map {
    width: 1200px;
    height: 348px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3px;
    box-sizing: border-box;
    margin-top: 13px;
}

.how-map .map-left {
    width: 650px;
    height: 340px;
    border-radius: 5px 0px 0px 5px;
}

.how-map .map-right {
    width: calc(100% - 650px);
    height: 100%;
    padding: 20px 36px;
    box-sizing: border-box;
}

.how-map .map-right .right-top {
    width: 100%;
    height: 140px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map-right .right-top .top-box1 {
    width: 220px;
    height: 120px;
}

.map-right .right-top .top-box1 .phone {
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.map-right .right-top .top-box1 .phone img {
    margin-right: 5px;
}

.map-right .right-top .top-box1 .number {
    width: 100%;
    height: 40px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
}

.map-right .right-top .top-box1 .sever {
    width: 100%;
    height: 30px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
}

.map-right .right-top .top-box2 {
    width: 94px;
    height: 120px;
}

.map-right .right-top .top-box2 p {
    width: 100%;
    height: 24px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center;
}

.right-bottom {
    width: 100%;
    height: 140px;
    padding-top: 20px;
}

.right-bottom p {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    display: flex;
    align-items: center;
}

.right-bottom p img {
    margin-right: 5px;
}

#allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}