.homeBan {
  width: 100%;
  height: 10.8rem;
}

.homeBan img {
  /*opacity: .47;*/
}

.homeBan .text {
  position: absolute;
  top: 3.92rem;
  top: 2.43rem;
  left: 3.85rem;
  max-width: 50%;
}

.homeBan .text .tit0{
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-weight: 500;
    font-size: .32rem;
    color: rgba(62, 95, 162, 1);
    margin-bottom: .12rem;
    /*letter-spacing: .07rem;*/
    display: block;
}

.homeBan .text .tit {
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  font-size: .46rem;
  color: rgba(51, 51, 51, 1);
  display: flex;
  /*letter-spacing: .1rem;*/
  gap: .6rem;
  margin-bottom: 1.97rem;
}

.homeBan .text .tit .tip {
  position: absolute;
      top: 0.4rem;
    right: 1.3rem;
  width: 1.4rem;
  height: .63rem;
  /*width: .44rem;*/
  /*height: 2.4rem;*/
  padding: 0 .1rem;
  border-radius: .1rem;
  background: rgba(62, 95, 162, 1);
  font-family: AlibabaPuHuiTi-3-65-Medium;
  font-weight: 500;
  font-size: .24rem;
  color: rgba(255, 255, 255, 1);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  word-break: break-all;
}

.homeBan .text .txt1 {
  display: block;
  font-family: AlibabaPuHuiTi-3-45-Light;
  font-weight: 300;
  font-size: .16rem;
  color: rgba(153, 153, 153, 1);
  margin-bottom: .15rem;
}

.homeBan .text .txt2 {
  font-family: AlibabaPuHuiTi-3-85-Bold;
  font-weight: 700;
  font-size: .2rem;
  color: rgba(102, 102, 102, 1);
}

.homeBan .swiper-pagination {
  display: flex;
  align-items: flex-end;
  width: fit-content;
  left: auto;
  right: 0;
  bottom: .86rem;
  border-top: .01rem solid rgba(153, 153, 153, 1);
  padding-top: .15rem;
  padding-right: 1.28rem;
  gap: .74rem;
}

.homeBan .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  font-family: AlibabaPuHuiTi-3-55-Regular;
  font-weight: 400;
  font-size: .24rem;
  color: rgba(153, 153, 153, 1);
  opacity: 1;
}

.homeBan .swiper-pagination-bullet-active {
  font-family: AlibabaPuHuiTi-3-65-Medium;
  font-weight: 500;
  font-size: .32rem;
}

.title {
  display: flex;
  justify-content: space-between;
}

.title .left {
  display: flex;
  align-items: center;
  gap: .45rem;
  position: relative;
  height: .56rem;
}

.title .left .tit1 {
  font-family: AlibabaPuHuiTi-3-65-Medium;
  font-weight: 500;
  font-size: .4rem;
  color: rgba(0, 0, 0, 1);
}

.title .left .titen {
  font-family: AlibabaPuHuiTi-3-105-Heavy;
  font-weight: 900;
  font-size: .96rem;
  line-height: 1.34rem;
  position: absolute;
  color: rgba(62, 95, 162, .1);
  top: 50%;
  transform: translateY(-50%);
  left: .36rem;
  z-index: -1;
}

.title .right {
  font-family: AlibabaPuHuiTi-3-55-Regular;
  font-weight: 400;
  font-size: .32rem;
  color: rgba(102, 102, 102, 1);
  margin-top: .18rem;
}

.goods {
  width: 100%;
  height: 10.8rem;
  padding-top: .97rem;
  padding-bottom: 1.05rem;
  position: relative;
}

.goods .goodBack {
  width: 100%;
  height: 100%;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}

.goods .content {
  margin-top: .71rem;
}

.goods .content .tab {
  width: fit-content;
  margin-left: auto;
  display: flex;
  /*justify-content: flex-end;*/
  padding-right: 1.52rem;
  gap: 1.2rem;
  border-bottom: 0.5px solid rgba(179, 179, 179, 1);
  padding-bottom: .37rem;
  width: 8.5rem;
}

.goods .content .tab .item {
  cursor: pointer;
  font-family: AlibabaPuHuiTi-3-85-Bold;
  font-weight: 700;
  font-size: .3rem;
  color: rgba(51, 51, 51, 1);
  position: relative;
}

.goods .content .tab .item.act {
  color: rgba(62, 95, 162, 1);
}

.goods .content .tab .item.act::after {
  content: '';
  width: .32rem;
  height: .03rem;
  background: rgba(62, 95, 162, 1);
  position: absolute;
  bottom: -0.38rem;
  left: 50%;
  transform: translateX(-50%);
}

.goods .content .list .item {
  /* display: flex; */
  display: none;
}

.goods .content .list .item.act {
  display: flex;
}

.goods .content .list .item img {
  width: 11.13rem;
  height: 6rem;
}

.goods .content .list .item .text {
  padding-top: 1.08rem;
  margin-left: -0.48rem;
}

.goods .content .list .item .text .tit {
  font-family: AlibabaPuHuiTi-3-105-Heavy;
  font-weight: 900;
  font-size: .4rem;
  color: rgba(62, 95, 162, 1);
  margin-bottom: .23rem;
}

.goods .content .list .item .text .txt {
  font-family: AlibabaPuHuiTi-3-45-Light;
  font-weight: 300;
  font-size: .32rem;
  color: rgba(102, 102, 102, 1);
}

.goods .content .list .item .text .more {
  width: fit-content;
  padding: 0 .15rem;
  height: .5rem;
  border-radius: .5rem;
  background: rgba(62, 95, 162, 1);
  margin-top: 1.45rem;
  font-family: AlibabaPuHuiTi-3-55-Regular;
  font-weight: 400;
  font-size: .24rem;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.news {
  width: 100%;
  height: 10.8rem;
  padding-top: .8rem;
  padding-bottom: .93rem;
  position: relative;
}

.news .newBack {
  width: 100%;
  height: 100%;
  opacity: .15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}

.news .right {
  color: rgba(51, 51, 51, 1);
}

.news .body {
  display: flex;
  margin-top: 1.2rem;
  gap: .4rem;
  margin-bottom: .75rem;
}

.news .body .item {
  width: 4.11rem;
  height: 5.9rem;
  border: .01rem solid rgba(215, 215, 215, 1);
  box-shadow: 0rem .08rem .19rem 0rem rgba(163, 163, 163, 0.1);
  padding: .57rem .32rem;
  position: relative;
  transition: all .3s;
  background: #fff;
}

.news .body .item * {
  transition: all .3s;
}

/* .news .body .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(71, 71, 71, 0) 0%, #2C2C2C 100%);
  opacity: 0;
} */

/* .news .body .item.act::before {
  opacity: 1;
  z-index: 1;
} */

.news .body .item.act {
  width: 7.98rem;
}

.news .body .item .itemImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 0;
}

.news .body .item.act .itemImg {
  opacity: 1;
}

.news .body .item .line2 {
  font-family: AlibabaPuHuiTi-3-65-Medium;
  font-weight: 500;
  font-size: .32rem;
  color: rgba(51, 51, 51, 1);
}

.news .body .item.act .line2 {
  position: absolute;
  bottom: .24rem;
  left: 0;
  width: 100%;
  padding: 0 .4rem;
  color: #fff;
  z-index: 2;
}

.news .body .item .place {
  height: .57rem;
  border-bottom: .01rem solid rgba(215, 215, 215, 1);
  margin-bottom: .49rem;
}

.news .body .item.act .place {
  opacity: 0;
}

.news .body .item .line3 {
  font-family: AlibabaPuHuiTi-3-45-Light;
  font-weight: 300;
  font-size: .24rem;
  color: rgba(102, 102, 102, 1);
  margin-bottom: .91rem;
}

.news .body .item.act .line3 {
  opacity: 0;
}

.news .body .item .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news .body .item .foot .time {
  display: flex;
  flex-direction: column;
}

.news .body .item.act .foot .time {
  position: absolute;
  top: .27rem;
  right: .25rem;
  align-items: flex-end;
  z-index: 2;
}

.news .body .item .foot .time .yyyymm {
  font-family: AlibabaPuHuiTi-3-65-Medium;
  font-weight: 500;
  font-size: .2rem;
  color: rgba(102, 102, 102, 1);
}

.news .body .item.act .foot .time .yyyymm {
  color: #fff;
}

.news .body .item .foot .time .date {
  font-family: AlibabaPuHuiTi-3-65-Medium;
  font-weight: 500;
  font-size: .36rem;
  color: rgba(102, 102, 102, 1);
}

.news .body .item.act .time .date {
  color: #fff;
}

.news .body .item .foot img {
  width: .38rem;
}

.news .body .item.act .foot img {
  opacity: 0;
}

.news .more {
  width: fit-content;
  margin: 0 auto;
  font-family: AlibabaPuHuiTi-3-55-Regular;
  font-weight: 400;
  font-size: .32rem;
  color: rgba(0, 0, 0, 1);
}

.about {
  width: 100%;
  height: 10.8rem;
  position: relative;
  padding-top: .99rem;
}

.about .aboutBack {
  position: absolute;
  right: 0;
  top: 0;
  width: 12.7rem;
  height: 100%;
  object-fit: cover;
}

.about .text {
  font-family: AlibabaPuHuiTi-3-55-Regular;
  font-weight: 400;
  font-size: .3rem;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 1.13rem;
  margin-top: 1.38rem;
  width: 10.64rem;
  margin-left: .52rem;
}

.about .more {
  width: 1.4rem;
  height: .7rem;
  border-radius: 2rem;
  background: rgba(71, 103, 166, 1);
  font-family: AlibabaPuHuiTi-3-55-Regular;
  font-weight: 400;
  font-size: .32rem;
  color: rgba(255, 255, 255, 1);
  margin-left: .52rem;
  display: flex;
  align-items: center;
  justify-content: center;
}



@media only screen and (max-width: 1024px) {
  .homeBan{
    height: 100vh;
  }
.homeBan .text{
  top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}
.homeBan .text .txt1,.homeBan .text .txt2{
  font-size: 12px;
}
.swiper-slide>img{
  object-fit: fill;
}
.goods .content{
  width: 94%;
    margin: 0.71rem auto 0;
}
.goods .content .tab{
  margin-left: 0;
    padding-right: 0;
}
.goods .content .list .item.act{
  display: block;
}
.goods .content .list .item img{
  width: auto;
    height: 2rem;
    margin: 0 auto;
}
.goods .content .list .item .text{
  padding-top: 0.48rem;
    margin-left: 0;
}
.goods,.news,.about{
  height: 100vh;
  padding-top: 1.67rem;
}
.news .body{
      gap: 0;
    justify-content: space-between;
}
.news .body .item{
  height: 4.9rem;
  padding: 0.17rem 0.12rem;
  flex: 0 0 32%;
}
.news .body .item.act .foot .time{
  top: auto;
    bottom: -0.4rem;
    right: 0.1rem;
}
.news .body .item .foot .time .yyyymm,.news .body .item .line3{
  font-size: 12px;
}
.news .body .item .foot .time .date{
  font-size: 14px;
}
.news .body .item.act .line2{
  padding: 0 0.12rem;
  font-size: 14px;
}
.about .text{
  width: 100%;
  margin-left: 0;
}
}