.content {
  width: 100%;
  background-color: #f7f7f7;
}
.content .top {
  min-width: 1200px;
  height: 520px;
  position: relative;
}
.content .top .MP-banner {
  display: none;
}
.content .top > img {
  width: 100%;
  height: 100%;
}
.content .top .titleinfo {
  width: 62.5%;
  min-width: 1200px;
  position: absolute;
  top: 252px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
}
.content .top .titleinfo > h1 {
  font-size: 47px;
  letter-spacing: 9px;
}
.content .top .titleinfo > h5 {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 3px;
}
.content .top .crumbs {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.content .top .crumbs .crumbs-info {
  margin: 0 auto;
  width: 62.5%;
  min-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #ccc;
  font-size: 14px;
}
.content .top .crumbs .crumbs-info > img {
  margin-right: 6px;
  width: 18px;
  height: 18px;
}
.content .top .crumbs .crumbs-info > a {
  color: #ccc;
}
.content .top .crumbs .crumbs-info > a:hover {
  color: #fff;
}
.content h2{
	width: 100%;
	font-size: 36px;
	color: #2e2e2e;
	text-align: center;
	padding: 20px 0 40px;
}
.content .part-two {
  width: 100%;
  text-align: center;
  margin-top: 36px;
  padding-bottom: 83px;
}
.content .part-two .info {
  margin: 0 auto;
  width: 62.5%;
  min-width: 1200px;
  background-color: #fff;
  display: flex;
}
.content .part-two .info > div:not(:last-child) {
  border-right: 2px solid #f7f7f7;
}
.content .part-two .info > div {
  height: 170px;
  padding-left: 80px;
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.content .part-two .info > div > h6 {
  text-align: left;
  margin-bottom: 9px;
  font-size: 16px;
}
.content .part-two .info .detail {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
}
.content .part-two .info .detail > p {
  margin-right: 6px;
}
.content .part-two .info .detail .code {
  position: relative;
  top: 22px;
  margin-left: 23px;
  width: 81px;
  height: 81px;
}
.content .part-two .map {
  margin: 0 auto;
  width: 62.5%;
  min-width: 1200px;
  height: 470px;
  background-color: #ccc;
}
@media screen and (max-width: 1230px) {
  .content .top {
    min-width: 1000px;
  }
  .content .top .titleinfo {
    min-width: 1000px;
  }
  .content .top .crumbs .crumbs-info {
    min-width: 1000px;
  }
  .content .part-two .info {
    min-width: 1000px;
  }
  .content .part-two .map {
    min-width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .content .top {
    min-width: auto;
    height: auto;
  }
  .content .top .MP-banner {
    display: block;
    width: 100%;
  }
  .content .top .PC-banner {
    display: none;
  }
  .content .top .titleinfo {
    min-width: auto;
  }
  .content .top .titleinfo {
    display: none;
  }
  .content .top .crumbs .crumbs-info {
    width: 92%;
    min-width: auto;
	font-size: 12px;
  }
  .content .part-two .info {
    width: 92%;
    min-width: auto;
    flex-direction: column;
    padding-bottom: 4vw;
  }
  .content .part-two .info > div {
    width: 100%;
    height: 28vw;
    padding-left: 7vw;
    flex: auto;
  }
  .content .part-two .info > div > h6 {
    /* font-size: 5vw; */
	font-size: 18px;
  }
  .content .part-two .info > div:not(:last-child) {
    border-right: none;
    border-bottom: 2px solid #f7f7f7;
  }
  .content .part-two .info .detail {
    width: 100%;
    /* font-size: 4vw; */
	font-size: 14px;
    line-height: 5vw;
  }
  .content .part-two .map {
    width: 92%;
    min-width: auto;
  }
}
/*# sourceMappingURL=relationOur.css.map */