.location_con{
    height:640px;
}
.locationtitle{
    margin:80px auto;
    border-top:1px solid #b9b8b8 ;
    border-bottom:1px solid #b9b8b8 ;
    height:50px;
    padding:20px 10px;
}


.locationtitle b{
    font-size:20px;
    font-weight:bold;
    color:#003c86;
    line-height:35px;
}
.locationtitle h5{
    background:url(../images/address.png) no-repeat left center;
    padding-left:50px;
}
.locationtitle  p{
    color:#595757;
    font-size:12px;
    line-height:22px;
}

.contact_cons{

}

.contact_cons .contact_title{
    margin-top:80px;
    text-align:center;
}
.contact_title b{
    color:#003b80;
    font-size:20px;
    line-height:35px;
    font-weight:bold;
}

.contact_cons .contact_title:first-child{
    margin-top:10px;
}
.contact_title p{
    color:#b8b8b8;
    line-height:20px;
}
.contact_title_line{
    height:2px;
    border-bottom:2px solid #003b80;
    margin:20px auto;

}
.center_line{
    width:580px;
    margin:0px auto;
    height:5px;
    background:#eba93e;
}

.contact_con{
    color: #595757!important;
}
.contact_con ul li{
    width:585px;
    padding:15px;
    float:left;
    border-bottom:1px dashed #ddd;
    display:flex;
    align-items:center;
    justify-content:flex-start
}

.contact_con ul li h6{
    width:160px;
    padding:0px 20px;
    border-right:1px solid #acabab;
    font-size:16px;

    line-height:20px;
}
.contact_con ul li h6 i{
    font-size:12px;
    line-height:16px;
}

.contact_con ul li p{
    font-size:16px;padding-left:15px;
    
}
.contact_con ul li p span{
    display: inline-flex;
 
}

.contact_con ul:last-child li h6{
    width:270px;
}




