#guide {
  background-image: url(../image/contact/contact.jpg);
}
.contact-container{
  width: 100%;
  min-width: 1200px;
}
.contact-container .img-block {
  display: block;
  width: 100%;
  height: auto;
  font-size: 0;
}
.contact-container .g-box {
  width: 1200px;
  margin: 0 auto;
}
.contact-container .title {
  color: #000000;
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
  margin-bottom: 45px;
  display: inline-block;
  margin-top: 41px;
}
.contact-container .contact-detail {
  height: 445px;
  background: #f7f8f8;
  overflow: hidden;
}
.contact-container .contact-detail .g-box {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.contact-container .contact-detail .left {
  width: 350px;
}
.contact-container .contact-detail .left.left-en {
  width: 450px;
}
.contact-container .contact-detail .left .l_title {
  white-space: nowrap;
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  height: 40px;
  border-bottom: 2px solid #064db7;
}
.contact-container .contact-detail .left li {
  height: 56px;
  border-bottom: 1px solid #6d6d6d;
  line-height: 56px;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #727171;
}
.contact-container .contact-detail .left.left-en li:last-child {
  height: fit-content;
  line-height: 2;
}
.contact-container .contact-detail .left li img {
  margin-left: 21px;
  margin-right: 30px;
}
.contact-container .contact-detail .map {
  width: 755px;
  height: 290px;
  border: 1px solid #064db7;
}
.contact-container .contact-detail .map.map-en {
  width: 720px;
}
.contact-container .contact-list {
  margin-top: 40px;
  border-bottom: 1px solid #000000;
  display: flex;
  margin-bottom: 100px;
}
.contact-container .contact-list .left {
  width: 682px;
}
.contact-container .contact-list .right {
  width: 518px;
}
.contact-container .contact-list .l_title {
  white-space: nowrap;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  border-bottom: 2px solid #064db7;
}
.contact-container .contact-list .con {
  display: flex;
}
.contact-container .contact-list .con .c_title {
  white-space: nowrap;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  height: 54px;
  line-height: 52px;
  border-bottom: 1px solid #6d6d6d;
}
.contact-container .contact-list .con li {
  height: 54px;
  line-height: 52px;
  border-bottom: 1px solid #6d6d6d;
  color: #727171;
  font-size: 15px;
}
/*# sourceMappingURL=contact.css.map */
