.why-pace .banner {
  width: 100%;
  position: relative;
}

.why-pace .banner img {
  width: 100%;
  height: auto;
  display: block;
}

.why-pace .banner .title {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  font-size: 64px;
  font-weight: bold;
  color: #ffffff;
}

.why-pace .content .title {
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  padding: 54px 0 82px;
}

.why-pace .content .introduce {
  width: 970px;
  height: 319px;
  display: flex;
  margin: 0 auto 58px;
}

.why-pace .content .introduce .introduce-text {
  width: 474px;
  height: 259px;
  background: #F6F6F6;
  margin-top: 58px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  padding: 36px 24px;
}

.why-pace .content .introduce .introduce-img {
  flex: 1;
  height: 100%;
  background-size: 100% 100%;
}

.why-pace .content .introduce .introduce-img-1 {
  background-image: url('../../images/pace-1.png');
}

.why-pace .content .introduce .introduce-img-2 {
  background-image: url('../../images/pace-2.png');
}

.why-pace .footer {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(90deg, #22408F 0%, #0F1E56 100%);
  padding: 75px 0;
}


.why-pace .footer .main {
  width: 1366px;
  padding: 75px 64px;
  margin: 0 auto;
  display: flex;
  background-image: url('../../images/pace-map.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.why-pace .footer .main .text {
  width: 500px;
}

.why-pace .footer .main .text .text-1 {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
}

.why-pace .footer .main .text .text-2 {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 16px;
}

.why-pace .footer .main .map {
  width: 634px;
  height: 349px;
  background-size: 100% 100%;
  margin-left: 13px;
}

.why-pace .tablist {
  font-family: OPPOSans-R!important;
  -webkit-text-size-adjust: 100%!important;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 80px;
  color: #ADACAD;
}

.why-pace .tablist .scroll {
  display: flex;
  align-items: center;
  overflow-x: auto;
}

.why-pace .tablist .scroll .cont {
  display: flex;
  align-items: center;
}

.why-pace .tablist .scroll .cont .item {
  margin-left: 30px;
  cursor: pointer;
  white-space: nowrap;
}

.why-pace .tablist .scroll .cont .item.actived {
  color: #124DA9;
  border-bottom: 2px solid #1d3e97;
}

.why-pace .tablist .scroll .cont .item.actived3 {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.why-pace .contentlist {
  display: none;
  width: 70%;
  margin-left: 15%;
  height: 700px;
  padding-top: 10px;
}

.why-pace .contentlist.actived {
  display: block;
}

.why-pace .contentlist.list1 {
  background: url(../../images/1.0/Tech_slices/Tech_Acceleration.png);
  background-repeat: no-repeat;
  background-position-y: 20px;
  background-size: 70%;
  background-position-x: 200px;
}

.why-pace .contentlist.list2 {
  background: url(../../images/1.0/Tech_slices/Tech_Acceleration.png);
  background-repeat: no-repeat;
  background-position-y: 20px;
  background-size: 70%;
  background-position-x: 200px;
}

.why-pace .contentlist.list3 {
  background: url(../../images/1.0/Tech_slices/BG.png);
  background-repeat: no-repeat;
  width: 100%;
  margin-left: 0%;
  margin-top: -85px;
  padding-top: 80px;
  background-size: 100% 100%;
}

.why-pace .contentlist .contenttitle {
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #06357E;
  line-height: 80px;
  margin-top: 30px;
  text-align: center;
}

.why-pace .contentlist .contenttitle2 {
  text-align: center;
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #06357E;
  line-height: 80px;
  margin-top: 30px;
}
.why-pace .contentlist .contenttitle.title2 {
}

.why-pace .contentlist .contenttitle.title3 {
  color: #ffffff;
}

.why-pace .contentlist .content {
  text-align: center;
  font-size: 19px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 33px;
}

.why-pace .contentlist .content.content3 {
  color: #ffffff;
}

.why-pace .contentlist .contentfooter img{
  width: 60%;
  margin-left: 20%;
  margin-top: 40px;
}
.why-pace .contentlist .contentfooter3 img{
  width: 48%;
  margin-top: 60px;
  margin-left: 26%;
}
