.common-banner p {
  font-size: 30px;
  color: #FFFFFF;
  margin-top: 30px;
}

.app1 {
  padding: 97px 0 101px;
}

.app1 .common-title h2 {
  font-size: 24px;
  font-weight: normal;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  margin-top: 40px;
  color: #050505;
  width: 90%;
}

.app1 .common-title p {
  margin-top: 50px;
  font-size: 24px;
  color: #050505;
  max-width: 816px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  width: 90%;
}

.app2 {
  padding: 78px 0;
  background: #FAFAFA;
}


.app2 .tabbar .bar {
  width: 31%;
  height: 54px;
  border: 1px solid #A5B8CC;
  font-size: 18px;
  color: #3E5063;
  transition: all ease 0.4s;
  cursor: pointer;
}

.app2 .tabbar .bar.current {
  background: url('/static/img/tabbar-bg.png') no-repeat left top/cover;
  color: #FFFFFF;
}

.app2 main {
  padding-top: 62px;
}

.app2 .every {
  display: none;
}

.app2 .every.current {
  display: block;
}

.app2 .common-pic-title {
  font-weight: bold;
  margin-bottom: 36px;
}

.app2 .left {
  padding-top: 17px;
  width: 50%;
}

.app2 .left ul {
  margin-bottom: 50px;
  max-width: 600px;
}

.app2 .left ul h2 {
  margin-bottom: 1.1em;
  font-size: 22px;
}

.app2 .left ul li {
  margin-bottom: 1em;
  font-size: 20px;
  color: #4D4D4D;
  position: relative;
}

.app2 .left ul li p {
  display: inline;
  line-height: 1.6;
}

/* .app2 .left ul li::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  border-radius: 50%;
  border: 1px solid #979797;
}

.app2 .left ul li::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #979797;
  border-radius: 50%;
  position: absolute;
  left: 9px;
  top: 0.7em;
  transform: translate(-50%, -50%);
} */

.app2 .right {
  width: 38%;
}

.app2 .right img {
  margin-bottom: 80px;
  max-width: 100%;
}

.app2 .right img:last-child {
  margin-bottom: 0;
}

.app3 {
  padding: 100px 0 152px;
}

.app3 .common-pic-title {
  font-weight: bold;
  margin-bottom: 40px;
  color: #060E16;
}

.app3 .pic-title-bottom {
  font-size: 25px;
  color: #060E16;
}

.app3 main {}

.app3 main img {
  max-width: 100%;
  width: 1093px;
  margin: 0 auto;
  display: block;
}

.app3-logo {
  height: 124px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.echarts-desc {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  color: #060E16;
  line-height: 1.4;
}

.app4 {
  padding: 0 0 211px;
}

.app4 .tabbar {
  margin-bottom: 63px;
}

.app4 .tabbar .bar {
  width: 18%;
  margin-right: 2%;
  height: 54px;
  border: 1px solid #A5B8CC;
  font-size: 18px;
  color: #3E5063;
  transition: all ease 0.4s;
  cursor: pointer;
}

.app4 .tabbar .bar:last-child {
  margin-right: 0;
}

.app4 .tabbar .bar.current {
  background: url('/static/img/tabbar-bg.png') no-repeat left top/cover;
  color: #FFFFFF;
}

.app4 img {
  max-width: 100%;
  width: 850px;
  margin: 0 auto;
  display: none;
}

.app4 img.current {
  display: block;
}

.app5 {
  padding-bottom: 252px;
}

.app5 .common-pic-title {
  font-weight: bold;
  margin-bottom: 40px;
  color: #060E16;
}

.app5 .left {
  width: 59.7%;
}

.app5 .left .intr {
  margin-top: 48px;
  max-width: 614px;
  width: 90%;
}

.app5 .left .intr p {
  line-height: 2.1;
  font-size: 20px;
  color: #333333;
}

.app5 .right {
  width: 40.3%;
}

.app5 .right img {
  width: 100%;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1919px) {}

/* 
*---------------------------------------------1519
*/
@media screen and (max-width:1519px) {


  .common-banner p {
    font-size: 24px;
  }

  .app1 .common-title h2,
  .app1 .common-title p {
    font-size: 22px;
  }

  .app2 .left ul li {
    font-size: 18px;
  }

  .app2 .left ul li::after {
    top: 0.6em;
  }

  .app3 .pic-title-bottom {
    font-size: 20px;
  }

  .app4 .tabbar .bar {
    height: 45px;
    font-size: 16px;
  }

  .app4,
  .app5 {
    padding: 0 0 151px;
  }
}

/* 
*---------------------------------------------1280
*/
@media screen and (max-width:1280px) {}

/* 
*---------------------------------------------991
*/
@media screen and (max-width:991px) {

  .common-banner p {
    font-size: 20px;
  }

  .app2 .right,
  .app2 .left {
    width: 100%;
  }

  .app1 .common-title h2,
  .app1 .common-title p {
    font-size: 18px;
  }

  .app3 .pic-title-bottom {
    font-size: 16px;
    line-height: 1.4;
  }

  .app4 .tabbar .bar {
    width: 20%;
    font-size: 16px;
  }

  /* .app4 main {
    overflow: auto;
  }

  .app4 table {
    width: max-content;
    min-width: 800px;
  } */

  .app4,
  .app5 {
    padding: 0 0 88px;
  }

  .app5 .right,
  .app5 .left {
    width: 100%;
  }

  .app5 .left .intr {
    margin-top: 45px;
    margin-bottom: 20px;
  }

  .app5 .left .intr p {
    font-size: 18px;
  }
}

/* 
*---------------------------------------------768
*/
@media screen and (max-width:768px) {

  .app4 .tabbar .bar:nth-of-type(2) {
    margin-right: 0;
  }

  .app1 .common-title p br {
    display: none;
  }

  .common-banner p {
    font-size: 16px;
    line-height: 1.4;
  }

  .app2 .left ul li {
    font-size: 16px;
  }

  .app2 .tabbar .bar {
    font-size: 16px;
    height: 45px;
  }

  .app3 {
    padding: 44px 0 44px;
  }

  .app4 .tabbar .bar {
    width: 30%;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .app4 .tabbar {
    margin-bottom: 0;
  }

  .app4,
  .app5 {
    padding: 0 0 44px;
  }

  .app5 .left .intr p {
    font-size: 16px;
  }

  .echarts-desc {
    margin-top: 30px;
    font-size: 16px;
  }
}

/* 
*---------------------------------------------480
*/
@media screen and (max-width:480px) {
  .common-banner p {
    font-size: 12px;
  }

  .app2 .left ul li {
    font-size: 14px;
  }

  .app2 .tabbar .bar {
    font-size: 14px;
    height: 40px;
  }

  .app4 .tabbar .bar {
    width: 40%;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .echarts-desc {
    margin-top: 20px;
    font-size: 14px;
  }
}