body {
  background-color: #F7F7F9;
}

.section1 .wrap {
  width: 1560px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 130px;
}

.section1 .wrap .tab {
  display: flex;
  gap: 26px;
  margin-bottom: 30px;
}

.section1 .wrap .tab .item {
  padding: 15px 30px;
  border: 1px solid #D5D7DE;
  border-radius: 40px;
  display: flex;
  align-items: center;
  transition: all 0.6s;
  position: relative;
}

.section1 .wrap .tab .item:hover .text p:nth-child(1) {
  opacity: 0;
}

.section1 .wrap .tab .item:hover .text p:nth-child(2) {
  opacity: 1;
}

.section1 .wrap .tab .item:hover .text::before {
  opacity: 0;
}

.section1 .wrap .tab .item:hover .text::after {
  opacity: 1;
}

.section1 .wrap .tab .item.active {
  padding-left: 50px;
}

.section1 .wrap .tab .item.active .icon {
  opacity: 1;
  transform: translateX(0);
}

.section1 .wrap .tab .item.active .text p:nth-child(1) {
  opacity: 0;
}

.section1 .wrap .tab .item.active .text p:nth-child(2) {
  opacity: 1;
}

.section1 .wrap .tab .item.active .text::before {
  opacity: 0;
}

.section1 .wrap .tab .item.active .text::after {
  opacity: 1;
}

.section1 .wrap .tab .item .icon {
  width: 22px;
  opacity: 0;
  transition: all 0.6s;
  margin-right: 5px;
  position: absolute;
  left: 20px;
  transform: translateX(-10px);
}

.section1 .wrap .tab .item .text {
  position: relative;
}

.section1 .wrap .tab .item .text::before,
.section1 .wrap .tab .item .text::after {
  content: attr(data-text);
  font-weight: 700;
  transition: all 0.6s;
  font-size: 16px;
}

.section1 .wrap .tab .item .text::before {
  color: #111;
}

.section1 .wrap .tab .item .text::after {
  position: absolute;
  /* top: 0; */
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.section1 .wrap .tab .item .text p {
  font-weight: 700;
  transition: all 0.6s;
  font-size: 16px;
}

.section1 .wrap .tab .item .text p:nth-child(1) {
  color: #111;
}

.section1 .wrap .tab .item .text p:nth-child(2) {
  position: absolute;
  top: 0;
  opacity: 0;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.section1 .wrap .main .swiper-slide-active .item {
  transform: translateY(0);
  opacity: 1;
}

.section1 .wrap .main .item {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s;
}

.section1 .wrap .main .item1 table {
  width: 100%;
}

.section1 .wrap .main .item1 table th {
  font-size: 18px;
  text-align: left;
}

.section1 .wrap .main .item1 table th:nth-child(1) {
  width: 150px;
}

.section1 .wrap .main .item1 table th:nth-child(2) {
  width: 140px;
}

.section1 .wrap .main .item1 table th:nth-child(3) {
  width: 200px;
}
.section1 .wrap .main .item1 table th span:not(:last-child){
  margin-right: 120px;
}

.section1 .wrap .main .item1 table th:nth-child(4) {
  width: 950px;
}
.section1 .wrap .main .item1 table th:nth-child(5) {
  text-align: center;
}


.section1 .wrap .main .item1 table td {
  font-size: 16px;
}

.section1 .wrap .main .item1 table td .progress {
  display: flex;
  align-items: center;
}

/* .section1 .wrap .main .item1 table td .progress.three::before {
  width: 220px;
}

.section1 .wrap .main .item1 table td .progress.two::before {
  width: 110px;
}

.section1 .wrap .main .item1 table td .progress.one::before {
  width: 60px;
} */
.section1 .wrap .main .item1 table td .progress.dashed::before{
    border: 2px dashed #a6a6a6;
    background: none;
}
.section1 .wrap .main .item1 table td .progress::before {
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  height: 18px;
  width: 100%;
  content: "";
  display: block;
  border-radius: 10px;
}

.section1 .wrap .main .item1 table td .progress p {
  margin-left: 10px;
  white-space: nowrap;
}

.section1 .wrap .main .item1 table td,
.section1 .wrap .main .item1 table th {
  border: 1px solid #D5D7DE;
  padding: 15px 20px;
  font-weight: 700;
}

.section1 .wrap .main .item1 table td .keynote,
.section1 .wrap .main .item1 table th .keynote {
  font-weight: 700;
  width: fit-content;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  position: relative;
  cursor: pointer;
  transition: all .6s;
}
/* .section1 .wrap .main .item1 table td .keynote:hover{
  color: #23528E;
} */
/* .section1 .wrap .main .item1 table td .keynote::after,
.section1 .wrap .main .item1 table th .keynote::after {
  content: "";
  left: 0;
  width: 100%;
  height: 2px;
  bottom: 2px;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  position: absolute;
} */

.section1 .wrap .main .item2 table {
  width: 100%;
}

.section1 .wrap .main .item2 table th {
  font-size: 18px;
  text-align: left;
}

.section1 .wrap .main .item2 table th:nth-child(1) {
  width: 80px;
}

.section1 .wrap .main .item2 table th:nth-child(2) {
  width: 150px;
}

.section1 .wrap .main .item2 table td {
  font-size: 16px;
}

.section1 .wrap .main .item2 table td .progress {
  display: flex;
  align-items: center;
}

.section1 .wrap .main .item2 table td .progress.three::before {
  width: 220px;
}

.section1 .wrap .main .item2 table td .progress.two::before {
  width: 110px;
}

.section1 .wrap .main .item2 table td .progress.one::before {
  width: 60px;
}

.section1 .wrap .main .item2 table td .progress::before {
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  height: 18px;
  content: "";
  display: block;
  border-radius: 10px;
}

.section1 .wrap .main .item2 table td .progress p {
  margin-left: 10px;
}

.section1 .wrap .main .item2 table td,
.section1 .wrap .main .item2 table th {
  border: 1px solid #D5D7DE;
  padding: 15px 20px;
}

.section1 .wrap .main .item2 table td .keynote,
.section1 .wrap .main .item2 table th .keynote {
  font-weight: 700;
  width: fit-content;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  position: relative;
  cursor: pointer;
}

.section1 .wrap .main .item2 table td .keynote::after,
.section1 .wrap .main .item2 table th .keynote::after {
  content: "";
  left: 0;
  width: 100%;
  height: 2px;
  bottom: 2px;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  position: absolute;
}

.section2 {
  background-color: #FBFBFC;
}

.section2 .wrap {
  width: 1560px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 60px;
}

.section2 .wrap .main {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.section2 .wrap .main .left {
  width: 996px;
  min-height: 740px;
}

.section2 .wrap .main .left .map {
  width: 996px;
  position: absolute;
  left: 0;
}

.section2 .wrap .main .right {
  width: 640px;
  padding-top: 70px;
  position: relative;
  height: 740px;
}

.section2 .wrap .main .right .scroll {
  height: 100%;
  overflow: auto;
  padding-bottom: 100px;
}

.section2 .wrap .main .right .scroll::-webkit-scrollbar {
  width: 0;
}

.section2 .wrap .main .right .trem {
  display: flex;
}

.section2 .wrap .main .right .trem:not(:last-child) {
  margin-bottom: 10px;
}

.section2 .wrap .main .right .trem .assemble {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  margin-right: 30px;
  width: 140px;
}

.section2 .wrap .main .right .trem .list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px 0;
}

.section2 .wrap .main .right .trem .list .item {
  font-size: 18px;
  color: #666;
  margin-right: 30px;
}

.section2 .wrap .main .right::after {
  content: "";
  width: 100%;
  height: 176px;
  background: linear-gradient(180deg, rgba(251, 251, 252, 0) 0%, #FBFBFC 100%);
  display: block;
  position: absolute;
  bottom: 0;
}

.reactions_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s;
}

.reactions_mask .color {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.reactions_mask.active {
  opacity: 1;
  pointer-events: all;
}

.reactions_mask.active .box {
  transition-delay: 0.3s;
  transform: translateY(0);
  opacity: 1;
}

.reactions_mask .box {
  width: 860px;
  border-radius: 10px;
  background-color: #fff;
  padding: 34px 60px 56px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.6s;
}

.reactions_mask .box .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #D5D7DE;
}

.reactions_mask .box .title h3 {
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  width: fit-content;
  font-size: 28px;
}

.reactions_mask .box .content {
  padding-top: 20px;
}

.reactions_mask .box .content h4 {
  font-size: 24px;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  width: fit-content;
  margin-bottom: 10px;
}

.reactions_mask .box .content p {
  color: #333;
  font-size: 16px;
  line-height: 36px;
}

.reactions_mask .box .commonButton {
  margin: 40px auto 0;
}

.reactions_mask .box .commonButton::before {
  opacity: 0;
}

.reactions_mask .box .commonButton::after {
  opacity: 1;
}

.reactions_mask .box .commonButton .icon {
  filter: brightness(0) invert(1);
}

.reactions_mask .box .commonButton span {
  color: #fff;
}

.reactions_mask .box .commonButton .appoint {
  color: #fff;
}

.section1 .wrap .main .item1 table td img{
  width: 100%;
}

@media screen and (max-width: 1919px) {
  .section1 .wrap {
    width: 81.25vw;
    padding-top: 3.6458333333vw;
    padding-bottom: 6.7708333333vw;
  }

  .section1 .wrap .tab {
    gap: 1.3541666667vw;
    margin-bottom: 1.5625vw;
  }

  .section1 .wrap .tab .item {
    padding: 0.78125vw 1.5625vw;
    border-radius: 2.0833333333vw;
  }

  .section1 .wrap .tab .item.active {
    padding-left: 2.6041666667vw;
  }

  .section1 .wrap .tab .item .icon {
    width: 1.1458333333vw;
    margin-right: 0.2604166667vw;
    left: 1.0416666667vw;
    transform: translateX(-0.5208333333vw);
  }

  .section1 .wrap .tab .item .text::before,
  .section1 .wrap .tab .item .text::after {
    font-size: 0.8333333333vw;
  }

  .section1 .wrap .tab .item .text p {
    font-size: 0.8333333333vw;
  }

  .section1 .wrap .main .item {
    transform: translateY(1.0416666667vw);
  }

  .section1 .wrap .main .item1 table th {
    font-size: 0.9375vw;
  }

  .section1 .wrap .main .item1 table th:nth-child(1) {
    width: 7.8125vw;
  }
  
  .section1 .wrap .main .item1 table th:nth-child(2) {
    width: 7.2916666vw;
  }
  
  .section1 .wrap .main .item1 table th:nth-child(3) {
    width: 10.416666666vw;
  }
  .section1 .wrap .main .item1 table th span:not(:last-child){
    margin-right: 6.25vw;
  }
  
  .section1 .wrap .main .item1 table th:nth-child(4) {
    width: 49.4791666666vw;
  }


  .section1 .wrap .main .item1 table td {
    font-size: 0.8333333333vw;
  }

  .section1 .wrap .main .item1 table td .progress.three::before {
    width: 11.4583333333vw;
  }

  .section1 .wrap .main .item1 table td .progress.two::before {
    width: 5.7291666667vw;
  }

  .section1 .wrap .main .item1 table td .progress.one::before {
    width: 3.125vw;
  }

  .section1 .wrap .main .item1 table td .progress::before {
    height: 0.9375vw;
    border-radius: 0.5208333333vw;
  }
  .section1 .wrap .main .item1 table td .progress.dashed::before {
    border: 0.10416666vw dashed #a6a6a6;
  }
  .section1 .wrap .main .item1 table td .progress p {
    margin-left: 0.5208333333vw;
  }

  .section1 .wrap .main .item1 table td,
  .section1 .wrap .main .item1 table th {
    padding: 0.78125vw 1.0416666667vw;
  }

  .section1 .wrap .main .item1 table td .keynote::after,
  .section1 .wrap .main .item1 table th .keynote::after {
    height: 0.1041666667vw;
    bottom: 0.1041666667vw;
  }

  .section1 .wrap .main .item2 table th {
    font-size: 0.9375vw;
  }

  .section1 .wrap .main .item2 table th:nth-child(1) {
    width: 4.1666666667vw;
  }

  .section1 .wrap .main .item2 table th:nth-child(2) {
    width: 7.8125vw;
  }

  .section1 .wrap .main .item2 table td {
    font-size: 0.8333333333vw;
  }

  /* .section1 .wrap .main .item2 table td .progress.three::before {
    width: 11.4583333333vw;
  }

  .section1 .wrap .main .item2 table td .progress.two::before {
    width: 5.7291666667vw;
  }

  .section1 .wrap .main .item2 table td .progress.one::before {
    width: 3.125vw;
  } */

  .section1 .wrap .main .item2 table td .progress::before {
    height: 0.9375vw;
    border-radius: 0.5208333333vw;
  }

  .section1 .wrap .main .item2 table td .progress p {
    margin-left: 0.5208333333vw;
  }

  .section1 .wrap .main .item2 table td,
  .section1 .wrap .main .item2 table th {
    padding: 0.78125vw 1.0416666667vw;
  }

  .section1 .wrap .main .item2 table td .keynote::after,
  .section1 .wrap .main .item2 table th .keynote::after {
    height: 0.1041666667vw;
    bottom: 0.1041666667vw;
  }

  .section2 .wrap {
    width: 81.25vw;
    padding-top: 4.1666666667vw;
    padding-bottom: 3.125vw;
  }

  .section2 .wrap .main {
    margin-top: 1.5625vw;
  }

  .section2 .wrap .main .left {
    width: 51.875vw;
    min-height: 38.5416666667vw;
  }

  .section2 .wrap .main .left .map {
    width: 51.875vw;
  }

  .section2 .wrap .main .right {
    width: 33.3333333333vw;
    padding-top: 3.6458333333vw;
    height: 38.5416666667vw;
  }

  .section2 .wrap .main .right .scroll {
    padding-bottom: 5.2083333333vw;
  }

  .section2 .wrap .main .right .trem:not(:last-child) {
    margin-bottom: 0.5208333333vw;
  }

  .section2 .wrap .main .right .trem .assemble {
    font-size: 0.9375vw;
    margin-right: 1.5625vw;
    width: 7.2916666667vw;
  }

  .section2 .wrap .main .right .trem .list {
    gap: 0.5208333333vw 0px;
  }

  .section2 .wrap .main .right .trem .list .item {
    font-size: 0.9375vw;
    margin-right: 1.5625vw;
  }

  .section2 .wrap .main .right::after {
    height: 9.1666666667vw;
  }

  .reactions_mask .box {
    width: 44.7916666667vw;
    border-radius: 0.5208333333vw;
    padding: 1.7708333333vw 3.125vw 2.9166666667vw;
    transform: translateY(1.5625vw);
  }

  .reactions_mask .box .title {
    padding-bottom: 0.5208333333vw;
  }

  .reactions_mask .box .title h3 {
    font-size: 1.4583333333vw;
  }

  .reactions_mask .box .content {
    padding-top: 1.0416666667vw;
  }

  .reactions_mask .box .content h4 {
    font-size: 1.25vw;
    margin-bottom: 0.5208333333vw;
  }

  .reactions_mask .box .content p {
    font-size: 0.8333333333vw;
    line-height: 1.875vw;
  }

  .reactions_mask .box .commonButton {
    margin: 2.0833333333vw auto 0px;
  }
}

@media screen and (max-width: 1024px) {
  .section1 .wrap .main .item .img{
    overflow: scroll;
  }
  .section1 .wrap .main .item .img img{
    width: 1000px;
    max-width: none;
  }
  .banner .img{
    height: 700px;
  }
  .section1 .wrap{
    width: 90%;
    padding: 60px 0;
  }
  .section1 .wrap .tab .item.active{
    padding-left: 36px;
  }
  .section1 .wrap .tab .item .icon{
    width: 16px;
    margin-right: 10px;
    left: 10px;
  }
  .section1 .wrap .tab .item .text::before, .section1 .wrap .tab .item .text::after{
    font-size: 14px;
  }
  .section1 .wrap .tab .item{
    padding: 10px 15px;
    border-radius: 20px;
  }
  .section1 .wrap .tab{
    margin-bottom: 20px;
    gap: 20px;
  }
  .section1 .wrap .main .item1 table td,
  .section1 .wrap .main .item1 table th{
    font-size: 14px;
  }
  .section1 .wrap .main .item1 table td, .section1 .wrap .main .item1 table th{
    padding: 10px;
  }
  .section1 .wrap .main .item1 table th:nth-child(1){
    width: 40px;
  }
  .section1 .wrap .main .item1 table td .progress::before{
    height: 12px;
  }
  .section1 .wrap .main .item1 table td .progress.one::before{
    width: 40px;
  }
  .section1 .wrap .main .item1 table td .progress.two::before{
    width: 80px;
  }
  .section1 .wrap .main .item1 table td .progress.three::before{
    width: 120px;
  }
  .section1 .wrap .main .item1 table th:nth-child(1) {
    width: 120px;
  }
  .section1 .wrap .main .item1 table th:nth-child(2){
    width: 120px;
  }
  .section1 .wrap .main .item1 table th:nth-child(3){
    width: 160px;
  }
  .section1 .wrap .main .item1 table th:nth-child(4){
    width: 800px;
  }
  .section1 .wrap .main .item1 table th:nth-child(5){
    width: 160px;
  }

  .section1 .wrap .main table{
    width: 100%;
    display: block;
    overflow-x: auto;
  }
  .section1 .wrap .main table tbody{
    width: max-content;
    display: inline-table;
    margin-right: 1px;
  }
  .section2 .wrap{
    width: 90%;
    padding: 60px 0;
  }
  .section2 .wrap .main{
    margin-top: 20px;
  }
  .section2 .wrap .main .right .trem .assemble{
    font-size: 14px;
  }
  .section2 .wrap .main .right .trem .list .item{
    font-size: 14px;
    margin-right: 10px;
  }
  .section2 .wrap .main .left{
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .section2 .wrap .main .left .map{
    width: 100%;
    position: static;
  }
  .section2 .wrap .main{
    flex-direction: column;
  }
  .section2 .wrap .main .right{
    width: 100%;
  }
  .section2 .wrap .main .right .trem .assemble{
    width: 120px;
  }

  .section2 .wrap .main .right{
    padding-top: 20px;
    height: 300px;
  }
  .reactions_mask .box .commonButton{
    margin-top: 30px;
  }
  .reactions_mask .box{
    width: 90%;
    padding: 20px;
    border-radius: 10px;
  }
  .reactions_mask .box .title h3{
    font-size: 24px;
  }
  .reactions_mask .box .title{
    padding-bottom: 10px;
  }
  .reactions_mask .box .content h4{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .reactions_mask .box .content{
    padding-top: 20px;
  }
  .reactions_mask .box .content p{
    font-size: 14px;
    line-height: 2;
  }
  .section1 .wrap .main .item2 table td,
  .section1 .wrap .main .item2 table th{
    font-size: 14px;
  }
  .section1 .wrap .main .item2 table td, .section1 .wrap .main .item2 table th{
    padding: 10px;
  }
  .section1 .wrap .main .item2 table th:nth-child(1){
    width: 50px;
  }
  .section2 .wrap .main .right::after{
    height: 80px;
  }
  .section2 .wrap .main .right .scroll{
    padding-bottom: 40px;
  }
  .section1 .wrap .main .item1 table td .progress p{
    margin-left: 10px;
  }
  .section1 .wrap .main .item1 table td .progress::before{
    border-radius: 20px;
  }
  .section1 .wrap .main .item1 table td .keynote::after, .section1 .wrap .main .item1 table th .keynote::after{
    height: 1px;
  }

}
@media screen and (max-width: 767px) {
  .section1 .wrap{
    padding: 50px 0;
  }
  .section2 .wrap{
    padding: 50px 0;
  }
}