.con_bg {
  width: 1308px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/bj_bj.png) repeat-y;
  padding-bottom: 50px;
}
.con_bg .con {
  height: auto;
  overflow: hidden;
  padding: 40px 65px 0 65px;
}
.con_bg .con .contact {
  width: 100%;
  height: auto;
}
.con_bg .con .contact .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.con_bg .con .contact .setion {
  display: flex;
  width: 100%;
  height: auto;
}
.con_bg .con .contact .setion .box {
  width: 50%;
  height: auto;
}
.con_bg .con .contact .setion .box .bigtit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.con_bg .con .contact .setion .box .list {
  margin-bottom: 20px;
}
.con_bg .con .contact .setion .box .list .tit {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #034e85;
}
.con_bg .con .contact .setion .box .list p {
  font-size: 14px;
  margin-bottom: 5px;
}
