.cUBanner {
  width: 100%;
  height: 600px;
  background: url(../images/myPic17.png) center top no-repeat;
  min-width: 1200px;
}
.contactUs {
  padding-top: 80px;
  padding-bottom: 60px;
}
.contactUsImg {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 60px;
}
.contactUsImg img {
  display: block;
  width: 394px;
  height: 466px;
}
.mapWrap {
  width: 100%;
  height: 100%;
  background: #f6f9fb;
  padding-top: 80px;
  padding-bottom: 80px;
}
.mapWrap .des_wrap .map_link a {
  display: inline-block;
  width: 100%;
}

.title {
  font-family: PingFangSC;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
}
.mapWrap .des_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.mapWrap .des_wrap .tel_wrap {
  width: 571px;
  /* height: 510px; */
  margin-right: 40px;
}
.mapWrap .des_wrap .tel_wrap .items {
  width: 570px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.mapWrap .des_wrap .tel_wrap .items:last-child{
  border-bottom: 0;
}
.mapWrap .des_wrap .tel_wrap .items .icons {
  width: 52px;
  height: 52px;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mapWrap .des_wrap .tel_wrap .items .icons img {
  display: block;
}
.mapWrap .des_wrap .tel_wrap .items .details {
  width: 508px;
  text-align: left;
  margin-left: 10px;
}
.mapWrap .des_wrap .tel_wrap .items .details .tits {
  font-family: PingFangSC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.mapWrap .des_wrap .tel_wrap .items .details .cons {
  font-family: PingFangSC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
.mapWrap .des_wrap .map_link {
  width: 828px;
  /* height: 520px; */
}
.mapWrap .des_wrap .map_link img {
  display: block;
  width: 100%;
  height: 100%;
}
