.background_contact {
  background: url(../images/contact.png) no-repeat center top;
  background-size: cover;
}
.list_box {
  width: 1200px;
}
.company_name {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  font-weight: bold;
}
.company_box {
  margin: 20px 0;
  width: 100%;
  height: 540px;
  display: flex;
  flex-direction: row;
}
.box_left {
  width: 400px;
  height: 100%;
  background-color: #057ee5;
}
.box_left ul {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5% 10%;
  box-sizing: border-box;
}
.box_left ul li {
  display: block;
  height: 60px;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #e6dfdf;
}
.box_left ul li img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.specialLi {
  margin-top: 30px;
}
.special_icon {
  width: 30px;
  height: 30px;
}
.special_wx {
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
}
.special_row {
  display: flex;
  flex-direction: row;
}
.special_row_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 30px;
  letter-spacing: 1px;
}
#container {
  width: 800px;
  height: 100%;
}