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

.container {
  padding: 5rem 0;
} 
.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;
  } 
}


.slogan{
  width: fit-content;
  height: 17.2rem;
  /* box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1); */
  margin: 0 auto;
  margin-top: 15rem;
}
.slogan img{
  width: 150.5rem;
  height: 100%;
}
.s-title{
  font-weight: bold;
  font-size: 3.6rem;
  color: #333333;
  line-height: 3.6rem;
  text-align: center;
}
.s-sub-title{
  font-weight: 400;
  font-size: 2rem;
  color: #666666;
  line-height: 2.8rem;
  margin: 1.9rem 0 4.5rem;
  text-align: center;
}

/* 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: 49rem;
  bottom: 2rem;
  width: 14.7rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-align: right;
  padding-right: 1rem;
  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.8rem;
}
.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: var(--theme);
  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) {
  .slogan{
    width: fit-content;
    height: auto;
    margin-top: 1rem;
  }
  .slogan img{
    width: 100%;
    height: auto;
  }
  .part-1 .top-title{
    font-size: 2.6rem;
  }
  .part-1 .top-subtitle{
    line-height: 2.5rem;
    margin: 1.7rem 5rem  4rem ;
  }
  .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
  }
}

.com-title{
  width: 100%;
  padding: 0 8.5rem;
  margin: 4rem 0 3rem;
}
.com-title img{
  width: 52.5rem;
  height: 1.6rem;
}
.com-title span{
  font-weight: bold;
  font-size: 4rem;
  color: var(--theme);
  line-height: 4rem;
}
.com-title span:nth-of-type(2){
  color: #C81F24;
}
.part-2 .am-g, .part-3 .am-g{
  gap: 4rem;
}
.part-3 .tabs-panel .tabs-header .item{
  width: 14rem;
}
.part-3 .tabs-panel .text-list .item .state{
  padding: 0.3rem 0.5rem;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #008001;
  font-size: 1.2rem;
  color: #008001;
  line-height: 2.4rem;
  text-align: center;
  margin-left: 1rem;
}

@media only screen and (max-width: 641px) {
  .com-title{
    width: 100%;
    padding: 0 ;
    flex-direction: row;
    justify-content: space-between;
  }
  .com-title img{
    width: 28%;
    height: auto;
  }
  .com-title span{
    font-size: 3rem;
  }
  .part-2 .tabs-list, .part-3 .tabs-list{
    width: 100%;
  }
  .part-2 .tabs-panel, .part-3 .tabs-panel{
    width: 100%;
  }
  .tabs-panel .tabs-header{
    gap: 0.6rem;
    justify-content: center;
  }
  .tabs-panel .tabs-header .item::after{
    content: none;
  }
}