.banner {
  height: 3.5rem;
  position: relative;
  background: url(../img/aboutlrppg/aboutIr_img1.jpg) no-repeat center / cover;
}
.banner ul {
  position: absolute;
  bottom: 0;
  display: flex;
}
.banner ul li {
  margin-right: 0.2rem;
  width: 1.65rem;
  height: 0.48rem;
  border-radius: 0rem 0rem 0rem 0rem;
  border-bottom: 0.02rem solid #E11932;
}
.banner ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.24rem;
  font-family: Catamaran-Medium, Catamaran;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.active {
  background: #E11932 !important;
}
.banner span {
  font-size: 0.4rem;
  position: absolute;
  left: 2.4rem;
  top: 1.09rem;
  font-weight: bold;
  font-family: Catamaran-ExtraBold, Catamaran;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 0.4rem;
}
.lrpgg-title {
  position: relative;
  font-size: 0.36rem;
  height: 0.59rem;
  line-height: 0.59rem;
  margin-top: 1rem;
  margin-bottom: 0.53rem;
  font-family: Catamaran-ExtraBold, Catamaran;
  font-weight: 800;
  color: #193158;
}
.lrpgg-title::after {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0.8rem;
  height: 0.04rem;
  background: #E11932;
  border-radius: 0rem 0rem 0rem 0rem;
  opacity: 1;
}
.lrpgg-text {
  font-size: 0.16rem;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.93rem;
}
.lrpgg-box {
  height: 5.63rem;
  position: relative;
  margin-bottom: 1.08rem;
  background: #193158;
}
.lrpgg-box .trapezoid {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8.2rem;
  height: 0;
  z-index: 1;
  border-top: 5.63rem solid #193158;
  border-right: 1.94rem solid transparent;
}
.lrpgg-box img {
  position: absolute;
  right: 0;
  height: 100%;
  bottom: 0;
}
.lrpgg-box .lrpgg-info {
  position: absolute;
  z-index: 2;
  top: 1.07rem;
  left: 0.84rem;
}
.lrpgg-box .lrpgg-info .lrpgg-title {
  position: relative;
  margin: 0;
  color: #fff;
  margin-bottom: 0.6rem;
}
.lrpgg-box .lrpgg-info .lrpgg-title::after {
  content: '';
  left: 0;
  bottom: -0.15rem;
  transform: none;
}
.lrpgg-box .lrpgg-info p {
  width: 7.44rem;
  height: 1.3rem;
  font-size: 0.16rem;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.36rem;
}



@media only screen and (max-width:1024px){
    .banner{
        margin-top: 50px;
    }
    .banner span{
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        white-space: nowrap;
    }
    .lrpgg-title{
        margin: 0;
        padding: 15px 15px 0;
        height: auto;
        font-size: 16px;
    }
    .centerBox{
        margin-top: 15px;
    }
    .lrpgg-text{
        margin-bottom: 15px;
        font-size: 14px;
    }
    .lrpgg-box{
        display: flex;
        flex-direction: column;
        padding: 15px;
        height: auto;
        margin-bottom: 15px;
    }
    .lrpgg-box .lrpgg-info{
        position: static;
    }
    .lrpgg-box .lrpgg-info p{
        width: auto;
        height: auto;
        font-size: 12px;
    }
    .lrpgg-box .trapezoid{
        display: none;
    }
    .lrpgg-box img{
        position: static;
        margin-top: 15px;
    }
}
