/* 携手同行，成就未来 */
.bulid_box {
    padding: 78px 0;
    background-image: url(../assets/imgs/bulid.png);
    background-size: auto 100%;
}

.bulid_title {
    font-size: 42px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(1,0,66,1);
    padding: 0px 0 36px 0;
    margin: 0 auto;
    text-align: center;
}

.call_box {
    height: 340px;
}

.left_box {
    width: 32%;
    margin-top: 75px;
}

.left_title {
    margin-bottom: 28px;
}

.big_title {
    font-size:36px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(52,102,217,1);
    line-height:20px;
    margin-bottom: 10px;

}

.small_title {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:300;
    line-height:36px;
}

.left_content .address {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:36px;
}

.right_box {
    width: 68%;
    margin-top: 75px;
}

.table_a {
    padding: 0 70px;
}
.table_a .qrcode{
    width: 120px;
    height: 120px;
}

.table_a:last-child {
    padding-right: 0px;
}

.table_title {
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:20px;
}

.table_line {
    width:10px;
    height:1px;
    background:rgba(143,143,143,1);
    margin: 14px 0 20px 0;
}

.table_content {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:20px;
    margin-bottom: 18px;

}

.table_content:last-child {
    margin-bottom: 0px;
}

.er_wei_ma {
    width: 120px;
    height: 120px;
}

/* 备注 */
.ps_box {
    background:rgba(247,247,247,1);
    height: 80px;
}

.footer_txt {
    font-size:12px;
    font-family:PingFang SC;
    font-weight:500;
    color: #8f8f8f!important;
    line-height:80px;
    text-align: center;
}

.add_b {
    text-decoration: none;
    color: rgba(52,102,217,1)!important;
    transition-duration: .5s;
    -moz-transition-duration: .5s; /* Firefox 4 */
    -webkit-transition-duration: .5s; /* Safari 和 Chrome */
    -o-transition-duration: .5s; /* Opera */


}

.add_b:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: rgba(52,102,217,1)!important;
    transition-duration: .5s;
    -moz-transition-duration: .5s; /* Firefox 4 */
    -webkit-transition-duration: .5s; /* Safari 和 Chrome */
    -o-transition-duration: .5s; /* Opera */

}

.add_b:visited {
    text-decoration: none;
}
