/* .container {
  width: 1200px;
} */
.aboutPage img {
  max-width: 100%;
}
.banner img {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .cultureItem {
    flex: 1;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
    border-radius: 10px;
    overflow: hidden;
  }
  .cultureItem .desc {
    padding: 8px 18px 22px;
  }
  .cultureItem .point {
    position: relative;
    padding-left: 15px;
  }
  .cultureItem .point::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 8px;
    background: url(../images/about/get.png) no-repeat center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .contactWrap {
    background: #FAFBFD;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
    border-radius: 10px;
    padding: 15px 25px 28px;
  }
  .contactWrap .contact {
    flex: 1;
  }
  .contactWrap .location,
   .contactWrap .calendar {
    flex: 0 0 60%;
    align-items: flex-start;
    margin-right: 10px;
  }
  .contactWrap .calling,
  .contactWrap .email {
    width: fit-content;
    align-items: flex-start;
  }
  .contactWrap .contact img {
    position: relative;
    top: 6px;
  }
  .contactWrap .route {
    flex: 0 0 500px;
  }
  .contactWrap .route img {
    width: 100%;
    height: 100%;
  }
  .mapBox {
    position: relative;
    margin: 0 auto 40px;
  }
  .mapItem {
    position: absolute;
    color: #2571B1;
  }
  .mapItem .popover {
    display: none;
    z-index: 99;
    position: absolute;
    margin-top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 368px;
    border-radius: 20px;
    border: 1px solid #BCD6FD;
    padding: 10px 20px;
  }
  .mapItem .popover::before,
  .mapItem .popover::after {
    content: '';
    border: 6px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .mapItem .popover::before {
    border-bottom-color: #BCD6FD;
    top: -13px;
  }
  .mapItem .popover::after {
    border-bottom-color: #fff;
    top: -12px;
  }
  .mapItem:hover .popover {
    display: block;
  }
  .mapItem .address {
    border-bottom: 1px dashed #CBCCCC;
  }
}

/* 移动端样式 */
@media screen and (max-width: 960px) {
  .aboutWrap {
    background: #F1F6FF;
    border-radius: 1.33rem;
    padding: 4rem 3.2rem 4.27rem;
  }
  .aboutText {
    padding: 4.27rem 3.47rem 5.07rem;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
    border-radius: 5px;
    line-height: 5.07rem;
  }
  .cultureItem {
    box-shadow: 0 .53rem 2.4rem 0 rgba(0,0,0,.15);
    border-radius: 2.4rem;
    overflow: hidden;
  }
  .cultureItem .desc {
    padding: 2.4rem 3.2rem 4.93rem;
  }
  .cultureItem .point {
    position: relative;
    padding-left: 3.33rem;
  }
  .cultureItem .point::before {
    content: '';
    position: absolute;
    width: 2.67rem;
    height: 2rem;
    background: url(../images/about/get.png) no-repeat center;
    background-size: 100% 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .contactBox {
    background: #F1F6FF;
    border-radius: 1.33rem;
    padding: 4rem 3.07rem 4.4rem;
  }
  .contactWrap {
    padding: 6rem 0 3.87rem;
    color: #000;
    box-shadow: 0 .27rem 1.33rem 0 rgba(0,0,0,.15);
    border-radius: .67rem;
  }
  .contactWrap .contactItem {
    align-items: flex-start;
    padding: 0 3.2rem 0 2.93rem;
  }
  .contactWrap .contactItem img {
    width: 4rem;
    margin-top: .4rem;
  }
  .detailItem {
    padding: 3.2rem 3.33rem 2.27rem 9.73rem;
    background: #fffffffa;
    border: 1px solid #2275f74d;
    border-radius: .67rem;
    position: relative;
  }
  .detailItem:last-child {
    margin-bottom: 0;
  }
  .detailItem::before {
    content: '';
    position: absolute;
    width: 4.13rem;
    height: 4.93rem;
    background: url(../images/about/vector.png) no-repeat center;
    background-size: 100% 100%;
    top: 5.33rem;
    left: 2.53rem;
  }
  .address {
    margin: .4rem 0 2.4rem;
    padding-bottom: 1.6rem;
    border-bottom: .27rem dashed #99999980;
  }
}