.page-title.con_ban{
  background: url(../images/con_ban.jpg) center center/cover no-repeat local;
}
.con_bg{
  background: #ecf5f7;
}
.con_box{
  padding: 30px;
}
/* .con_txt .con_inf{
  position: relative;
  text-align: center;
  margin: 30px 0;
} */
.con_txt > div{
  border: 1px solid #e6e8eb;
  padding: 25px 35px 25px 100px;
  position: relative;
}
.con_txt > div img{
  position: absolute;
  left: 20px;
}
.con_txt > div h4 {
  line-height: 28px;
  color: #57667e;
  margin: 0;
}
.con_txt > div h4 a{
  color: #57667e;
}
.con_txt > div h4 a:hover{
  color: #23527c;
}
.con_left_bg{
  background: url(../images/header_BG2.png) right 30px no-repeat;
  padding: 80px 0;
}
.map_box{
  padding: 15px;
  margin-top: 100px;
  box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1);
}
@media screen and (max-width:991px){
  .map_box{
    margin-top: 30px;
  }
}
