
.p1 {
    padding-top: 1.55rem;
    height: 8.3rem;
    background: url(../img/index/p1-bg.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.p1 .video-box {
    position: relative;
  }
  .p1 .video-box  .cover-img{
    width: 100%;
  }
  .p1 .video-box .play-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 2;
  }
  
  .p1 .video-box .play-bg img {
    width: .73rem;
    height: .73rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.36rem;
    margin-left: -.36rem;
  }
  
  .p1 .video-box,
  .p1 video {
    width: 100%;
    height: 100%;
  }
  
  .p1 video {
    object-fit: cover;
  }
  
.p1 .p1-left{
    width: 7.34rem;
    float: left;
    margin-right: .5rem;
}
.p1 .p1-left .video-box{
    height: 4.4rem;
    overflow: hidden;
}
.p1 .p1-left .video-desc{
    position: relative;
    padding-left: .55rem;
    position: relative;
    height: .74rem;
    line-height: .74rem;
    background: #e9142a;
    font-size: .18rem;
    color: #fff;
}
.p1 .p1-left .video-desc .more{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 12px;
    color: #fff;
    width: 1.2rem;
    height: .26rem;
    line-height: .26rem;
    border-radius: .13rem;
    border:1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.p1 .p1-left .video-desc .more img{
    width: .22rem;
    margin-left: .02rem;
}
.p1 .p1-right {
   float: left;
   margin-top: -.4rem;
  }
  
  .p1 .p1-right>img {
    margin-bottom: .3rem;
    width:3.47rem;
    display: block;
  }
  
  .p1 .p1-right .info-list {
    display: inline-block;
    padding-left: .5rem;
  }
  
  .p1 .p1-right .info-list li {
    position: relative;
    font-size: .24rem;
    line-height: .42rem;
    color: #333333;
  }
  
  .p1 .p1-right .info-list li strong {
    color: #e9142a;
  }
  
  .p1 .p1-right .info-list li::before {
    content: "";
    position: absolute;
    left: -.45rem;
    top: 50%;
    margin-top: -.05rem;
    width: .39rem;
    height: .11rem;
    background: url(../img/pp/pp3-ar.png) center no-repeat;
    background-size: 100%;
  }
  
  .p1 .p1-right .info-list li::after {
    content: "";
    position: absolute;
    right: -.45rem;
    top: 50%;
    margin-top: -.05rem;
    width: .39rem;
    height: .11rem;
    background: url(../img/pp/pp3-ar.png) center no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
  }
  

.p2 {
    height: 8.3rem;
    background: url(../img/index/p2-bg.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.p2-tit{
    width: 7.02rem;
    display: block;
    margin: 0 auto .55rem auto; 
}
.p2-cont{
    height: 3.65rem;
    display: flex;
    justify-content: space-between;
}
.p2-cont .p2-left{
    width: 5.4rem;
    flex: 0 0 5.4rem;
    background: #fff url(../img/index/p2-txt.jpg) center bottom no-repeat;
    background-size: 100%;
}
.p2-cont .p2-left .left-tit{
    font-size: .53rem;
    color: #fff;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    background: #e9142a;
}
.p2-cont .p2-left .left-cont{
    display: flex;
    justify-content: center;
    padding-top: .65rem;
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
}
.p2-cont .p2-right{
    display: flex;
    width: 6.45rem;
    flex: 0 0 6.45rem;
    justify-content: space-between;
    align-content:space-between;
    flex-wrap: wrap;
}
.p2-cont .p2-right .item{
    width: 3.15rem;
    height: 1.75rem;
    background: #fff;
}
.p2-cont .p2-right .item .item-tit{
    position: relative;
    font-size: .22rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    background: #e9142a;
    color: #fff;
}
.p2-cont .p2-right .item .item-tit::before,
.p2-cont .p2-right .item .item-tit::after{
    content: "";
    position: absolute;
    width: .25rem;
    height: 1px;
    background: #fff;
    top: 50%;
}
.p2-cont .p2-right .item .item-tit::before{
    left: .2rem;
}
.p2-cont .p2-right .item .item-tit::after{
    right: .2rem;
}
.p2-cont .p2-right .item .item-cont{
    padding: .18rem  .2rem 0;
    display: flex;
    justify-content: center;
    font-size: .21rem;
    color: #333333;
    text-align: justify;
}


.p3 {
    padding-top: .9rem;
    height: 8.3rem;
    background: url(../img/index/p3-bg.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.p3-tit {
    display: block;
    width: 5.9rem;
    margin: 0 auto .55rem auto;
}
.p3-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p3-list ul li{
    margin-bottom: .25rem;
    width: 2.3rem;
}
.p3-list ul li img{
    width: 2.3rem;
    height: 1.6rem;
}
.p3-list ul li .desc{
    margin: .1rem auto 0 auto;
    width: 1.9rem;
    height: .38rem;
    line-height: .38rem;
    border-radius: .19rem;
    border:1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: .21rem;
}

.p4 {
    padding-top: 1.25rem;
}

.p4 .p4-tit {
    margin-bottom: .8rem;
}

.p4 .p4-tit .tit-img {
    width: 4.59rem;
    display: block;
    margin: 0 auto .15rem auto;
}

.p4 .p4-tit .tit-desc {
    position: relative;
    text-align: center;
}

.p4 .p4-tit .tit-desc span {
    display: inline-block;
    width: 4.6rem;
    height: .56rem;
    line-height: .56rem;
    border-radius: .28rem;
    font-size: .35rem;
    text-align: center;
    color: #fff;
    background: #e9142a;
}

.p4 .p4-tit .tit-desc span::after,
.p4 .p4-tit .tit-desc span::before {
    content: "";
    position: absolute;
    width: 3.5rem;
    height: 1px;
    background: #e9142a;
    top: 50%;
}

.p4 .p4-tit .tit-desc span::before {
    left: 0;
}

.p4 .p4-tit .tit-desc span::after {
    right: 0;
}

.p4 .p4-cont {
    padding-bottom: .65rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9142a;
}

.p4 .p4-cont .item {
    width: 4rem;
}

.p4 .p4-cont .item .img-box {
    width: 4rem;
    height: 2.48rem;
    overflow: hidden;
}

.p4 .p4-cont .item img {
    width: 100%;
}

.p4 .p4-cont .item .item-info {
    position: relative;
    padding-top: .5rem;
    height: 2.5rem;
    text-align: center;

    box-sizing: border-box;
}

.p4 .p4-cont .item .item-info::after {
    content: "";
    position: absolute;
    top: .15rem;
    left: 0;
    width: 100%;
    height: .16rem;
    background: url(../img/index/p4-icon.jpg) center top no-repeat;
    background-size: 100%;
}

.p4 .p4-cont .item:nth-of-type(2) .item-info {
    padding-top: .75rem;

}

.p4 .p4-cont .item:nth-of-type(2) .item-info:after {
    bottom: .15rem;
    top: unset;
    transform: rotateX(180deg);
}

.p4 .p4-cont .item .item-info .big {
    margin-bottom: .15rem;
    font-size: .53rem;
    font-weight: bold;
    color: #333333;
}

.p4 .p4-cont .item .item-info .small {
    width: 2.05rem;
    display: inline-block;
    font-size: .21rem;
    color: #fff;
    padding: 2px 0;
    border-top: 1px solid #e9142a;
    border-bottom: 1px solid #e9142a;

}

.p4 .p4-cont .item .item-info .small span {
    display: inline-block;
    width: 100%;
    background: #e9142a;
}

.p5 {
    margin-top: .45rem;
    padding-bottom: 1.45rem;
}

.p5 .p5-tit {
    width: 8.16rem;
    margin: 0 auto .75rem auto;
    display: block;
}

.p5 .p5-cont {
    position: relative;
}

.p5 .p5-cont .swiper-button-next::after,
.p5 .p5-cont .swiper-button-prev::after {
    display: none;
}

.p5 .p5-cont .swiper-button-next,
.p5 .p5-cont .swiper-button-prev {
    top: 0;
    width: .65rem;
    height: 100%;
    margin-top: 0;
}

.p5 .p5-cont .swiper-button-next {
    right: -.65rem;
    background: url(../img/index/next.jpg) center no-repeat;
    background-size: .28rem;
}

.p5 .p5-cont .swiper-button-prev {
    left: -.65rem;
    background: url(../img/index/prev.jpg) center no-repeat;
    background-size: .28rem;
}

.p5 .p5-cont .slide-box {
    width: 2.95rem;
    height: 3.78rem;
    background: #e71c24;
    text-align: center;
}

.p5 .p5-cont .swiper-slide img {
    width: 2.95rem;
    height: 3.18rem;
}

.p5 .p5-cont .slide-box span {
    color: #fff;
    font-size: .28rem;
    line-height: .55rem;
}

.p6 {
    padding-top: 1.35rem;
    height: 8.3rem;
    background: url(../img/index/p6-bg.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.p6 .img-box {
    width: 7.4rem;
    float: left;
}

.p6 .img-box .img1,
.p6 .img-box .img2 {
    display: flex;
    justify-content: space-between;
}

.p6 .img-box .img1 {
    margin-bottom: .06rem;
}

.p6 .img-box .img1 img {
    width: 3.67rem;
}

.p6 .img-box .img2 img {
    width: 2.41rem;
}

.p6 .p6-right {
    float: right;
    width: 3.82rem;
}

.p6 .p6-right .p6-tit {
    width: 3.82rem;
}

.p6 .p6-right .tit-desc {
    position: relative;
    margin-top: .25rem;
    margin-bottom: 1.1rem;
    padding-bottom: .45rem;
    font-size: .24rem;
    line-height: .34rem;
    color: #fff;
}

.p6 .p6-right .tit-desc::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.07rem;
    height: .17rem;
    background: url(../img/index/p6-icon.png) center no-repeat;
    background-size: 100%;
}

.p6 .p6-right .more a {
    width: 1.5rem;
    height: .42rem;
    line-height: .42rem;
    font-size: .16rem;
    font-weight: bold;
    text-align: center;
    color: #e71c24;
    border-radius: .21rem;
    background: #fff;
}

.p7 {
    height: 8.3rem;
    background: url(../img/index/p7-bg.jpg) top center no-repeat;
    background-size: cover;
}

.p7 .p7-tit {
    padding-top: 1.3rem;
    margin-bottom: .55rem;
}

.p7 .p7-tit img {
    width: 6.86rem;
}

.p7-list ul {
    width: 6.8rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p7-list ul li {
    margin-bottom: .12rem;
    width: 3.35rem;
    height: 1.78rem;
    border-radius: .2rem;
    background: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.p7-list ul li .desc {
    font-size: .24rem;
    line-height: .3rem;
    font-weight: bold;
    color: #e71c24;
}

.p8 {
    padding-top: .75rem;
    padding-bottom: .8rem;
}

.p8 .p8-tit {
    font-size: 0.45rem;
    color: #e9142a;
    font-weight: bold;
    padding-bottom: .2rem;
    border-bottom: #e9142a solid 2px;
    position: relative;
    margin-bottom: 0.3rem;
}

.p8 .p8-tit span {
    font-size: .18rem;
    font-weight: normal;
}

.p8-cont .left {
    width: 8.5rem;
    float: left;
}

.p8-cont .left .new-img {
    width: 4.34rem;
    height: 3.2rem;
    float: left;
    border-right: 1px solid #c9c9c9;
    position: relative;
}

.p8-cont .left .new-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: -.33rem;
    width: 1px;
    height: 100%;
    background: #d3d3d3;
}

.p8-cont .left .new-img a {
    width: 4.46rem;
    height: 3.26rem;
}

.p8-cont .left .new-text {
    width: 3.25rem;
    float: right;
    margin-right: .3rem;
}

.p8-cont .left .new-img img {
    width: 4.34rem;
}

.p8-cont .left .new-img .cont {
    padding: 0 .2rem;
    box-sizing: border-box;
    background: rgba(51, 51, 51, .75);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: .46rem;
    line-height: .46rem;
    font-size: .16rem;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.p8-cont .left .new-img .time {
    position: absolute;
    bottom: -.4rem;
    font-size: .14rem;
    color: #333333;
}

.p8-cont .left .new-text .new-item {
    position: relative;
    padding-bottom: .15rem;
    margin-bottom: .3rem;
    border-bottom: 1px solid #dadada;
}

.p8-cont .left .new-text .new-item::before {
    content: "";
    position: absolute;
    width: .03rem;
    height: .7rem;
    background: #a6a7a7;
    left: -.3rem;
    top: .1rem;
    display: none;
    z-index: 2;
}

.p8-cont .left .new-text .new-item:hover:before {
    display: block;

}

.p8-cont .left .new-text .new-item h2 a {
    margin-bottom: .08rem;
    font-size: .18rem;
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.p8-cont .left .new-text .new-item p a {
    display: block;
    font-size: .16rem;
    line-height: .22rem;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.p8-cont .left .new-text .more a {
    width: 1.5rem;
    height: .42rem;
    border-radius: .21rem;
    background: #e9142a;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    line-height: .42rem;
}

.p8-cont .right {
    width: 3.5rem;
    float: right;
    box-sizing: border-box;
}

.p8-cont .right .form-wrap {
    padding: 0 .25rem 1px .25rem;
    border-left: 1px dashed #c4c4c4;
}

.p8-cont .right .form-tit {
    margin-bottom: .2rem;
}

.p8-cont .right .form-tit h2 {
    font-size: .26rem;
    line-height: .4rem;
    color: #e9142a;
}

.p8-cont .right .form-tit h3 {
    font-size: .18rem;
    color: #4d4d4d;
}
.p8-cont .right .form-tit h3 span{
    font-weight: normal;
}
.p8-cont .right .form-cont .item {
    margin-bottom: .2rem;
    display: flex;
}

.p8-cont .right .form-cont .item label {
    font-size: .16rem;
    color: #333333;
    vertical-align: bottom;
    margin-right: .1rem;
}

.p8-cont .right .form-cont .item input,
.p8-cont .right .form-cont .item textarea {
    width: 2.45rem;
    height: .2rem;
    border-bottom: 1px solid #dadada;
    background: transparent;
    font-size: .16rem;
    color: #333;
    resize: none;
}

.p8-cont .right .form-cont .item textarea {
    height: .9rem;
    border: 1px solid #dadada;
}

.p8-cont .right .sub-btn {
    margin-top: .27rem;
    margin-left: .3rem;
    width: 1.5rem;
    height: .42rem;
    border-radius: .21rem;
    background: #e9142a;
    font-size: .16rem;
    color: #fff;
    cursor: pointer;
}