.w {
  width: 100%;
}
.contact_us_container {
  margin-top: 94px;
}
.contact_us_container .contact_us_title {
  text-align: center;
  padding-top: 30px;
  background: url(../images/contact_title_bg.png) no-repeat top center;
}
.contact_us_container .contact_us_title h1 {
  font-size: 80px;
  color: #8f1819;
}
.contact_us_container .contact_us_title span {
  font-size: 32px;
  color: #999;
}
.contact_us_container .container_box {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contact_us_container .container_box .container_l {
  width: 680px;
  height: 420px;
  padding: 30px;
  background-color: #ffffff;
}
.contact_us_container .container_box .container_l .map_cont {
  width: 100%;
  height: 100%;
  position: relative;
}
.contact_us_container .container_box .container_l .map_cont img {
  width: 100%;
  height: 100%;
}
.contact_us_container .container_box .container_l .map_cont .lssws_box {
  width: 193px;
  padding: 10px;
  background-color: #8f1819;
  border-radius: 5px;
  position: absolute;
  top: 25px;
  right: 50%;
  transform: translateX(50%);
}
.contact_us_container .container_box .container_l .map_cont .lssws_box img {
  width: 100%;
}
.contact_us_container .container_box .container_l .map_cont .lssws_box span {
  font-size: 14px;
  color: #fff;
}
.contact_us_container .container_box .container_l .map_cont .lssws_box .close {
  width: 16px;
  height: 16px;
  background-color: #8f1819;
  border-radius: 2px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: -20px;
  top: -10px;
}
.contact_us_container .container_box .container_r {
  width: 680px;
  height: 420px;
  padding: 30px;
  background-color: #ffffff;
}
.contact_us_container .container_box .container_r .contact_us_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact_us_container .container_box .container_r .contact_us_info:first-child {
  justify-content: flex-start;
}
.contact_us_container .container_box .container_r .contact_us_info:first-child .info_text:nth-child(2) {
  margin-left: 162px;
}
.contact_us_container .container_box .container_r .contact_us_info .info_text {
  display: flex;
  line-height: 2;
}
.contact_us_container .container_box .container_r .contact_us_info .info_text .yb {
  font-weight: 600;
  font-size: 20px;
  color: #8f1819;
}
.contact_us_container .container_box .container_r img {
  margin-top: 20px;
}
