.pro1 {
  height: 200px;
  background: url(../images/contact/contact1.jpg) no-repeat;
  background-size: cover;
  padding-top: 60px;
}
.pro1 .title_main {
  color: #fff;
}
.pro1 .title_vice {
  color: #fff;
  text-indent: 2em;
  line-height: 28px;
}
.pro1 .title_vice::before,
.pro1 .title_vice::after {
  background: #fff !important;
}
.pro2 .cont_name {
  text-align: left;
}
.pro2 .contact_box {
  height: 300px;
}
.pro2 .contact_box li {
  text-align: left;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}
.pro2 .contact_box li::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #D0111B;
  left: 0;
  margin-top: 8px;
}
.pro2 .contact_box .con_left {
  width: 60%;
}
.pro2 .contact_box .con_right {
  width: 40%;
  position: relative;
}
.pro2 .contact_box .con_right .qr_code {
  width: 200px;
  position: absolute;
  right: 0px;
  height: 300px;
  border: 1px solid #ccc;
}
.pro2 .contact_box .con_right .qr_code img {
  display: block;
  width: 180px;
  height: 180px;
  margin: 10px auto;
}
.pro2 .contact_box .con_right .qr_code .title_vice {
  font-size: 14px;
}
