@charset "UTF-8";
.bg-main-box{
  width: 100%;
  background-color: #f2f2f2;
  margin-top: 8rem;
 }

.container {
  padding: 3.5rem 3.5rem 4.5rem;
  background-color: #ffffff;
} 
.am-g{
  content: none;
  padding: 0;
  /* margin: 0; */
}
.am-g:before, .am-g:after{
  content: none;
}
@media only screen and (max-width: 641px) {
  .bg-main-box{
    padding-top: 2rem;
    margin-top: 0;
    background-size: contain;
    }
  .container {
    padding: 2rem 1.5rem;
  } 
}



/* part1 */
.part-1 .swiper-news{
  width: 65.3rem;
  height: 44.4rem;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
}
.part-1  .am-u-sm-6{
  padding: 0;
}
.part-1  .swiper-news .swiper-container {
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  /* justify-content: center; */
}
.part-1  .swiper-news .swiper-container img{
  width: 61.7rem;
  height: 35.2rem;
  background: rgba(0,0,0,0);
  border-radius: 0;
  margin: 0 auto;
}
.part-1 .swiper-news  .news-title{
  width: 100%;
  height: 3.6rem;
  font-weight: 400;
  font-size: 2rem;
  color: #333333;
  line-height: 3.6rem;
  z-index: 9;
  padding-right: 17rem;
  margin-top: 2rem;
}
.part-1  .swiper-news .swiper-pagination{
  position: absolute;
  background: #F1F5FA;
  border-radius: 18px;
  text-align: center;
  float: right;
  left: 52rem;
  bottom: 2rem;
  width: 10.7rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  z-index: 10;
}
.part-1  .swiper-news .pagination-no{
  position: absolute;
  float: right;
  right: 11rem;
  bottom: 2.5rem;
  z-index: 11;
}
.part-1  .swiper-news .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #C7C7C7;
  display: inline-block;
  margin: 0 5px;
}
.part-1  .swiper-news .swiper-pagination-bullet-active {
  background: #B0282C;
}

.part-1 .tabs-panel{
  flex: 1;
  padding-left: 3rem;
}
.tabs-panel .tabs-header {
  /* margin-bottom: 0.6rem; */
  border-bottom: 1px solid #DBDBDB;
  align-items: flex-start;
  gap: 4.6rem;
  margin-bottom: 1.9rem;
}
.tabs-panel .tabs-header .item{
  width: 10rem;
  font-weight: 400;
  font-size: 2.4rem;
  color: #666666;
  line-height: 2.4rem;
}
.tabs-panel .tabs-header .item.active{
  font-weight: bold;
  color: #B0282C;
  border-bottom: none;
}
 .tabs-panel .tabs-header .item::after {
  position: absolute;
  content: ' ';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #999999;
  border: 1px solid #999999;
  left: -23px;
  top: 30%;
  transform: translate(0, -50%);
}
.part-1 .tabs-panel .text-list .item{
  padding: 0.4rem 0 0.4rem 1.5rem; 
  border-bottom: 1px solid #E5E5E5;
}
.part-1 .tabs-panel .text-list .item .item-first-news{
  width: 13.5rem;
  height: 8.5rem;
  background-image: url(index-2.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 8.5rem 8.5rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part-1 .tabs-panel .text-list .item .item-first-news span{
  font-weight: bold;
  font-size: 2rem;
  color: #333333;
  line-height: 2rem;
}
.part-1 .tabs-panel .text-list .item .item-first-news span:last-of-type{
  font-weight: 400;
  font-size: 1.6rem;
  color: #666666;
  line-height: 1.6rem;
}
.part-1 .tabs-panel .text-list .item.item-{
  padding: 0.4rem 0 ;
}
.part-1 .tabs-panel .text-list .item.item-::before {
  content: none;
}
.part-1 .tabs-panel .text-list .item-first-news-title{
  justify-content: space-between;
  height: 7.1rem;
  margin-left: 1.5rem;
}
.part-1 .tabs-panel .text-list .item-first-news-title .title{
  font-weight: 400;
  font-size: 1.8rem;
  color: #333333;
  line-height: 1.8rem;
  margin-left: 0;
}
.part-1 .tabs-panel .text-list .item-first-news-title .sub-title{
  font-weight: 400;
  font-size: 1.4rem;
  color: #999999;
  line-height: 2rem;
}


@media only screen and (max-width: 641px) {
  .part-1 .top-title{
    font-size: 2.6rem;
  }
  .part-1 .top-subtitle{
    line-height: 2.5rem;
    margin: 1.7rem 5rem  4rem ;
  }
  .tabs-panel .tabs-header .item::after{
    content: none;
  }
  .part-1 .swiper-news{
    width: 100%;
    height: auto;
  }
  .part-1 .swiper-news .swiper-container{
    height: initial
  }
  .part-1  .swiper-news .swiper-container img{
    width: 100%;
    height: auto;
  }
  .part-1 .swiper-news .pagination-no{
    bottom: 1.5rem;
  }
  .part-1 .swiper-news .swiper-pagination{
    width: 100%;
    bottom: 1rem;
    left: 0;
    background: none;
  }
.tabs-panel .tabs-header{
    overflow: hidden;
    background: #E7ECF4;
    padding: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 4px;
    font-size: 2rem;
    /* flex-wrap: wrap; */
  }
  .part-1 .tabs-panel{
    width: 100%;
    padding-left: 0;
    color: #333;
    margin-top: 2rem;
  }
  .tabs-panel .tabs-header .item{
    width: 25%;
   font-size: 1.8rem;
    line-height: 2.4rem;
    text-align: center;
    height: 100%;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    white-space: wrap;
    padding: 1rem 0.5rem;
  }
.tabs-panel .tabs-header .item.active{
    color: #2B58A8;
    font-weight: 700;
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    box-shadow:0px 4px 16px 0px rgba(122, 140, 168, 0.16);
    border-bottom: none;
  }
  .tabs-panel .tabs-header .item::after{
    top: 50%;
  }
  .part-1 .tabs-panel .text-list .item .item-first-news{
    width: auto;
    padding: 0 1rem;
  }
 .tabs-panel .text-list .item .title{
    color: #333;
    font-size: 1.6rem;
  }
 .tabs-panel .text-list .item .date{
    font-size: 1.6rem;
  }
.tabs-panel .tabs-header .item,  .tabs-panel .text-list .item,  .tabs-panel .text-list .item .date{
    color: #333
  }
}

.common-title{
  font-weight: bold;
  font-size: 2.4rem;
  color: #B0282C;
  line-height: 2.2rem;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2rem;
}
.common-title span{
  padding-bottom: 2.2rem;
  border-bottom: 3px solid #B0282C;
}
/* part-2 */
.part-2{
  margin: 4rem 0;
}
.part-2 .left{
  width: 74.3rem;
  padding: 0;
}
.part-2 .left .tabs-panel .tabs-header{
  margin-bottom: 2rem;
}
.part-2 .left .tabs-panel .tabs-header .item.active{
  font-weight: bold;
  color: #B0282C;
  border-bottom: 3px solid #B0282C;
}
.part-2 .right{
  width: 63.7rem;
  height: 53.2rem;
  padding: 0;
  background: #F8F8F8;
  border-radius: 0px;
  margin-left: 2rem;
  padding: 3.4rem 3rem 0 3rem;
}
.text-list .item .title{
  margin-left: 0;
}
.part-2 .right .text-list{
  margin-bottom: 4rem;
}
.part-2 .right .zzjg{
  margin-bottom: 0;
  font-size: 1.8rem;
}
.part-2 .right .zzjg .item{
  line-height: 3.6rem;
  padding: 0;
  text-align: left;
}
.part-2 .right .zzjg .item::before{
  content: none;
}
@media only screen and (max-width: 641px) {
  .part-2 .left, .part-2 .right{
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .part-2{
    margin: 3rem 0;
  }
  .part-2 .left{
    margin-bottom: 2rem;
  }
  .part-2 .right{
    padding-bottom: 1.5rem;
  }
  .part-2 .left .tabs-panel .tabs-header .item.active{
    border-bottom: none;
  }
}




.part-3 img{
  width: 34.4rem;
  height: 21.9rem;
  padding: 0;
}
.part-3 .swiper-container{
  width: 100%;
  height: 27.7rem;
}
.part-3 .swiper-button-next.swiper-button-white,  .part-3 .swiper-button-prev.swiper-button-white{
  width: 2.4rem;
  height: 4rem;
  right: 0;
  top: 45%;
  background-color: #026AB6;
  border-radius: 0px;
  transform: rotate(0);
  background-size: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
}
.part-3 .swiper-button-prev.swiper-button-white{
  left: 0;
}
.part-3 .news-title{
  width: 34.4rem;
  height: 5.8rem;
  background: #F8F8F8;
  font-size: 1.8rem;
  color: #333333;
  line-height: 1.8rem;
  padding: 0 2rem;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 641px) {
  .bottom-cards{
    height: auto;
  }
  .part-3 img{
    width: 100%;
    margin-bottom: 1rem;
  }
  .bottom-cards  .b-title{
    flex-direction: row;
    }
    .part-3{
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 1.5rem;
    }
    .common-title{
      flex-direction: row;
      justify-content: space-between;
    }
    .part-3 .news-title{
      width: 100%;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.tabs-panel .tabs-header .item {
    margin-right: 4.6rem;
}

.part-1 .tabs-panel .text-list .item-first-news-title{
	width: calc(100% - 13.5rem);
}
}