.w1050,
.w1090,
.w1150,
.w1168,
.w1200,
.w1360,
.w1400,
.w1600 {
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
}
.xe-banner1 .w1200 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.profile-desc-box {
  background-color: #f3f7ff;
  margin-top: 80px;
}

.profile-desc-wrapper {
  padding: 96px 0;
}

.profile-desc-wrapper .profile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile-desc-wrapper .profile-list .profile-item {
  width: 370px;
  height: 232px;
  background: #fff;
  -webkit-box-shadow: 0 6px 18px 0 rgba(20, 114, 255, 0.08);
  box-shadow: 0 6px 18px 0 rgba(20, 114, 255, 0.08);
  border-radius: 8px;
  padding: 60px 40px 40px 40px;
  text-align: center;
}
.profile-desc-wrapper .profile-list .profile-item p {
  font-size: 24px;
}

.profile-desc-wrapper .profile-list .profile-item img {
  margin-bottom: 24px;
  width: 100%;
  border-radius: 8px;
}

.profile-desc-wrapper .profile-list .profile-item p {
  margin-bottom: 9px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 24px;
}

.profile-culture .culture .culture-item .culture-item-title,
.profile-desc-wrapper .profile-list .profile-item h6 {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 28px;
}
.profile-title {
  margin-bottom: 64px;
  font-size: 36px;
  text-align: center;
  font-family: PingFangSC-Medium, PingFang SC;
}

.profile-culture {
  padding-bottom: 96px;
}

.profile-culture .culture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile-culture .culture .culture-item {
  width: 368px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-culture .culture .culture-item .culture-item-title {
  margin-bottom: 7px;
}

.profile-culture .culture .culture-item .culture-item-desc {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 24px;
}

.profile-culture .culture .culture-item .culture-item-img {
  margin-right: 16px;
  width: 64px;
  height: 64px;
}

.contact[data-v-e65710f2] {
  width: 100%;
  margin: 30px 0 40px;
}

.contact .title[data-v-e65710f2] {
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 32px;
  text-align: center;
}

.contact .content[data-v-e65710f2] {
  position: relative;
  width: 1140px;
  height: 318px;
  margin: 0 auto 40px;
  border: 1px solid #ededed;
  border-radius: 6px;
}

.contact .content .page[data-v-e65710f2] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.contact .content .page .map[data-v-e65710f2] {
  height: 296px;
  width: 520px;
  margin-left: 12px;
  background-color: #f2f2f2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 10px;
}

.contact .content .page .map .anchor[data-v-e65710f2] {
  position: absolute;
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  background-color: rgba(0, 104, 255, 0.82);
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: background-color 0.3s ease;
}

.contact .content .page .map .anchor[data-v-e65710f2]:after {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  top: 30px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 9px solid rgba(0, 104, 255, 0.82);
  transition: border-color 0.3s ease;
}

.contact .content .page .map:hover .anchor[data-v-e65710f2] {
  background-color: #0068ff;
}

.contact .content .page .map:hover .anchor[data-v-e65710f2]:after {
  border-top-color: #0068ff;
}

.contact .content .page .address[data-v-e65710f2] {
  flex: 1;
  padding: 0 40px 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact .content .page .address .zone[data-v-e65710f2] {
  padding-left: 38px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #0e1421;
  background: url(../static/picture/location.svg) 0 no-repeat;
  background-size: contain;
}

.contact .content .page .address .desc[data-v-e65710f2] {
  display: flex;
  align-items: flex-end;
  padding-top: 15px;
}

.contact .content .page .address .desc .left[data-v-e65710f2] {
  flex: 1;
  white-space: pre-line;
  font-size: 14px;
  line-height: 35px;
  color: #494d5a;
}

.contact .content .page .address .desc .right[data-v-e65710f2] {
  height: 130px;
  width: 120px;
  text-align: center;
  border-left: 1px solid #e0e0e0;
}

.contact .content .page .address .desc .right .qrcode[data-v-e65710f2] {
  height: 95px;
  width: 95px;
}

.contact .content .page .address .desc .right .qrcode-caption[data-v-e65710f2] {
  font-size: 14px;
  line-height: 40px;
  color: #494d5a;
}
@media (max-width: 1024px) {
}

@media (max-width: 820px) {
  .focusOnNiuGaidun li {
    position: relative;
  }
  .focusOnNiuGaidun li .scanCodeToDownload {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateX(0) scale(1);
    right: 0;
    top: 0;
    box-shadow: none;
  }
  .about-section {
    padding: 0 2rem;
  }
  .about-row {
    align-items: center;
    justify-content: center;
  }
  .about-row>div {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
    max-width: 370px;
  }
  .about-section .col-md-8 {
    flex: 0 0 auto;
    width: 100%;
}
  .about-row>div{
    flex: 1;
  }
  .profile-desc-box {
    margin-top: 0;
  }
  .profile-title {
    margin-bottom: 5rem;
  }
  .profile-desc-wrapper {
    padding: 5rem 0;
  }
  .profile-desc-wrapper .profile-list {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
    align-items: center;
  }
  .profile-desc-wrapper .profile-list .profile-item {
    width: 100%;
    margin-bottom: 2rem;
    padding: 30px 20px 20px 20px;
    height: auto;
    max-width: 370px;
  }
  .w1200 {
    width: 100%;
    
  }
  .profile-culture .culture {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 2rem;
  }
  .profile-culture .culture .culture-item {
    width: 50%;
    margin-bottom: 20px;
    max-width: 300px;

  }
  .profile-culture {
    padding-bottom: 5rem;
  }
  .contact .content[data-v-e65710f2] {
    width: 100%;
  }
  .contact .content .page .map[data-v-e65710f2] {
    width: 100%;
    padding-top: 60%;
    margin-left: 0;
    height: auto;
  }
  .contact .content .page[data-v-e65710f2] {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
    position: relative;
  }
  .anchor {
    left: 58vw;
    top: 20vw;
    border-radius: 20px;
  }
  .contact .content[data-v-e65710f2] {
    width: 100%;
    height: 100%;
  }
  .contact .content .page .address {
    margin-top: 2rem;
    width: 70%;
  }
  .contact .content .page .address .desc[data-v-e65710f2] {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 0;
  }
  .contact .content .page .map .anchor[data-v-e65710f2]:after {
    left: calc(50% - 10px);
  }
  .contact .content .page .address[data-v-e65710f2] {
    padding: 0;

  }
  .contact .content .page .address .desc .left[data-v-e65710f2] {
    flex: 100%;
  }
  .contact .content .page .address .zone[data-v-e65710f2] {
    padding-left: 0;
    text-align: center;
  }
  .contact .content .page .address .desc .right[data-v-e65710f2] {
    margin: 30px auto;
    padding-left: 2rem;
  }
}

@media (max-width: 750px) {
  h2 {
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
  }
  .contact .content .page .address .desc .right[data-v-e65710f2] {
    border-left: 0;
  }
}

@media (max-width: 720px) {
}

@media (max-width: 640px) {
}

@media (max-width: 415px) {
  .focusOnNiuGaidun li {
    position: relative;
  }
  .focusOnNiuGaidun li .scanCodeToDownload {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateX(0) scale(1);
    right: 0;
    top: 0;
    box-shadow: none;
  }
  .about-section {
    padding: 0 2rem;
  }
  .profile-desc-box {
    margin-top: 0;
  }
  .profile-title {
    margin-bottom: 5rem;
  }
  .profile-desc-wrapper {
    padding: 5rem 0;
  }
  .profile-desc-wrapper .profile-list {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
  }
  .profile-desc-wrapper .profile-list .profile-item {
    width: 100%;
    margin-bottom: 2rem;
    padding: 30px 20px;
    height: auto;
  }
  .w1200 {
    width: 100%;
  }
  .profile-culture .culture {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
  }
  .profile-culture .culture .culture-item {
    width: 100%;
    margin-bottom: 20px;

  }
  .profile-culture {
    padding-bottom: 5rem;
  }
  .contact .content[data-v-e65710f2] {
    width: 100%;
  }
  .contact .content .page .map[data-v-e65710f2] {
    width: 100%;
    padding-top: 60%;
    margin-left: 0;
    height: auto;
  }
  .contact .content .page[data-v-e65710f2] {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
    position: relative;
  }
  .anchor {
    left: 118px;
    top: 70px;
    border-radius: 20px;
  }
  .contact .content[data-v-e65710f2] {
    width: 100%;
    height: 100%;
  }
  .contact .content .page .address {
    margin-top: 2rem;
  }
  .contact .content .page .address .desc[data-v-e65710f2] {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }
  .contact .content .page .map .anchor[data-v-e65710f2]:after {
    left: calc(50% - -31px);
  }
  .contact .content .page .address[data-v-e65710f2] {
    padding: 0;
    width: 100%;
  }
  .contact .content .page .address .desc .left[data-v-e65710f2] {
    flex: 100%;
  }
  .contact .content .page .address .zone[data-v-e65710f2] {
    padding-left: 0;
    text-align: center;
  }
  .contact .content .page .address .desc .right[data-v-e65710f2] {
    margin: 30px auto;
    padding-left: 0;
  }

}

@media (max-width: 376px) {
    .anchor {
        left: 120px;
        top: 30px;
        border-radius: 20px;
    }
}

@media (min-width: 1200px) {
  .about-section-image .drop-shadow-1 {
    /* width: 500px;
    height: 500px; */
  }
  .anchor {
    left: 276px;
    top: 105px;
    border-radius: 20px;
  }
}
