.per_right{
    padding: 0px !important;
    background-color: initial !important;
}
.phone_list{
    width: 830px;
    margin: -50px auto 0px;
    position: relative;
    z-index: 10;
}
.phone_list:after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.phone_list_item{
    width: 400px;
    height: 450px;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    float: left;
}
.phone_list_item .phone_list_item{
    margin-left: 30px;
}
.phone_list_icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: linear-gradient(-24deg,#0082fb 0%,#13a3ff 100%),linear-gradient(#1076d5,#1076d5);
    margin: -30px auto 0px;
    text-align: center;
    line-height: 60px;
}
.phone_list_title{
    display: block;
    margin-top: 16px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
}
.phone_list_box{
    width: 320px;
    height: 320px;
    margin: 26px auto 0px;
    padding-top: 26px;
    background-color: #ffffff;
    border-radius: 10px;
    border: dashed 1px #2077c8;
    position: relative;
}
.phone_list_title2{
    position: absolute;
    top: -22px;
    width: 100px;
    padding: 10px;
    background-color: #ffffff;
    left: 50%;
    margin-left: -50px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #058afc;
}
.phone_list_box_list{
    overflow: hidden;
}
.phone_list_box_list .phone_list_box_list{
    margin-top: 18px;
}
.phone_list_box_left{
    width: 48%;
    float: left;
    text-align: right;
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    vertical-align: middle;
}
.phone_list_box_right{
    display: block;
    float: left;
    margin-left: 4%;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    vertical-align: middle;
}
.business_address{
    width: 890px;
    height: 860px;
    background-color: #ffffff;
    margin-top: 60px;
    padding: 30px;
}
.business_address_title{
    display: block;
    width: 100px;
    margin: 0px auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    position: relative;
}
.business_address_title:before,.business_address_title:after{
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #1076d5;
    position: absolute;
}
.business_address_title:before{
    left: -40px;
    top: 50%;
}
.business_address_title:after{
    right: -40px;
    top: 50%;
}
#map{
    width: 100%;
    height: 360px;
    background-color: #666666;
    margin-top: 30px;
}
#map1{
    width: 100%;
    height: 360px;
    background-color: #666666;
    margin-top: 30px;
}
.mapaddress{
    display: block;
    width: 100%;
    white-space: normal;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.triangle{
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid white;
}
.bmaplabel{
    max-width: none !important;
}