.bread-crumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 0.5rem;
  border-bottom: 1px solid #C0C0C0;
  background: #F2F4F8;
}

.bread-crumb--inner {
  display: -ms-flexbox;
  display: flex;
  width: 14.4rem;
  margin: 0 auto;
  line-height: 0.5rem;
}

.bread-crumb__item {
  color: #676767;
  font-size: 0.14rem;
  font-weight: 400;
  white-space: nowrap;
}

.bread-crumb__link {
  font-size: 0.14rem;
}

.bread-crumb__link,
.bread-crumb__divider {
  font-family: PingFangSC-Regular, PingFang SC;
  color: #676767;
  font-weight: 300;
}

.bread-crumb__divider {
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}

.bread-crumb__item:last-child {
  color: #000;
}

.bread-crumb__link:hover {
  color: #0032B4;
}

@media screen and (max-width: 768px) {
  .bread-crumb--inner {
    width: 100%;
  }

  .bread-crumb {
    min-height: 0.6rem;
    padding: 0 .32rem;
  }

  .bread-crumb__item,
  .bread-crumb__link,
  .bread-crumb__divider {
    font-size: .24rem;
  }

  .bread-crumb__item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.big-picture {
  position: relative;
  overflow: hidden;
  background: #000;
}

.big-picture-pc {
  display: block;
  width: 100%;
  position: relative;
}

.big-picture-content {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.big-picture-content-text {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: center;
      justify-content: center;
}

.big-picture-content-title {
  width: 14.4rem;
  font-size: .42rem;
  font-weight: 600;
  color: #FFF;
  line-height: .58rem;
}

.big-picture-content-desc {
  width: 8rem;
  margin-top: .14rem;
  font-size: .16rem;
  line-height: .28rem;
  color: #D8D8D8;
  font-weight: 400;
  overflow: hidden;
}

.big-picture-content-link {
  display: block;
  -ms-flex-align: center;
      align-items: center;
  width: 1.8rem;
  height: 0.4rem;
  margin-top: 0.2rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 400;
  text-align: center;
  line-height: 0.4rem;
}

@media screen and (max-width: 768px) {
  .big-picture,
  .big-picture-pc,
  .big-picture-content {
    width: 100%;
    height: 3.4rem;
  }

  .big-picture-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .big-picture-content-text {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: .8rem .32rem 0;
  }

  .big-picture-content-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 7.09rem;
    font-size: .5rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: .7rem;
  }

  .big-picture-content-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 7.09rem;
    margin-top: .2rem;
    font-size: .3rem;
    line-height: .42rem;
    color: #d8d8d8;
  }

  .pattern-flow .big-picture-content {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .pattern-flow.big-picture,
  .pattern-flow .big-picture-pc,
  .pattern-flow .big-picture-content {
    height: auto;
  }

  .pattern-flow .big-picture-content-text {
    padding: 0.3rem 0.32rem 0.47rem;
  }

  .big-picture-content-title {
    font-size: 0.54rem;
    line-height: 0.75rem;
  }

  .big-picture-content-link {
    width: 2.9rem;
    height: 0.84rem;
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.84rem;
  }
}
.common-tab {
  width: 14.4rem;
  margin: 0 auto;
  background: #FFFFFF;
  text-align: center;
  padding: 0.8rem 0;
}

.common-tab-content{
  overflow: hidden;
}

.common-tab-tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.common-tab-nav-container {
  border-bottom: 0.01rem solid #D8D8D8;
}

.common-tab-tag li {
  cursor: pointer;
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #1D1D1D;
  line-height: 0.54rem;
  letter-spacing: 0.01rem;
  margin-right: 0.69rem;
  white-space: nowrap;
}

.common-tab-tag li:hover {
  color: #0032B4;
}

.common-tab-tag li.common-tab-current {
  border-bottom: 0.03rem solid #0032B4;
  color: #0032B4;
  font-weight: 600;
}

.common-tab-detail-container >div{ display: none;}
.common-tab-detail-container >div.common-container-current{ display:block;}

@media screen and (max-width: 768px) {
  .common-tab {
    width: 100%;
  }

  .common-tab-nav-container {
    padding: 0 .32rem;
  }

  .common-tab-tag li {
    text-align: left;
    line-height: 0.64rem;
    font-size: 0.3rem;
  }
}

.common-tab-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.common-tab-detail li {
  width: 7.1rem;
  height: 2.28rem;
  text-align: left;
  margin-top: .2rem;
  background: #F2F4F8;
}

.common-tab-detail li dl {
  padding: .4rem .4rem 0;
}

.common-tab-detail li dt {
  font-size: .2rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #1C1C1C;
  line-height: .28rem;
  margin-bottom: .14rem;
}

.common-tab-detail li dd {
  font-size: .16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4E4E4E;
  line-height: .28rem;
}

@media screen and (max-width: 768px) {
  .common-tab-detail li {
    width: 7.04rem;
    height: 3.47rem;
    margin: .2rem .32rem 0;
  }

  .common-tab-detail li dl {
    padding: .48rem .32rem 0;
  }

  .common-tab-detail li dt {
    font-size: .36rem;
    color: #1D1D1D;
    line-height: .5rem;
  }

  .common-tab-detail li dd {
    font-size: .28rem;
    line-height: .48rem;
    color: #232323;
  }
}

.branch-map,
.branch-map-moblie {
  display: none;
}

.branch-map-block {
  display: block;
}

.branch-map {
  width: 1250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto;
}

.china-map-box {
  width: 830px;
  height: 660px;
  padding-top: 100px;
  position: relative;
}

.china-map {
  width: 100%;
  height: 660px;
}

.china-map-more {
  width: 75px;
  height: 105px;
  position: absolute;
  bottom: 10px;
  right: 80px;
}

.org-info {
  width: 380px;
  margin-top: 140px;
}

.org-info ul {
  width: 90%;
  margin-top: 33px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.branch-map-moblie {
  width: 7.04rem;
  margin: 0 auto;
}

.branch-map-moblie-map {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.branch-map-moblie ul {
  width: 6.2rem;
  margin: 0 auto;
  padding-top: 33px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.branch-map-moblie li,
.org-info li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-size: .24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: .24rem;
}

.branch-map-moblie li img,
.org-info li img {
  width: .29rem;
  margin-right: .08rem;
  vertical-align: middle;
}

.org-info li {
  font-size: 14px;
}

.org-info li img {
  width: 16px;
}

.org-info-list {
  border: 1px solid #C0C0C0;
}

.org-info-list h2 {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  background: #0032B4;
}

.org-info-list__mian {
  height: 300px;
  overflow-y: auto;
}

.org-info-list__mian dl {
  padding: 20px;
}

.org-info-list__mian dl:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}

.org-info-list__mian dt {
  margin-bottom: 0.06rem;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #1C1C1C;
  line-height: 28px;
}

.org-info-list__mian dd {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
