a{ text-decoration:none}
.container{
    width: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

.content .banner1{
     width: 100%;
     position: relative;
}
.content .banner1 img{
    width: 100%;
}

.banner1 .banner_txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5rem;
    margin: auto;
    text-align: center;
    color: #fff;
}

.banner1 .banner_txt .bd_p1 {
    font-size: 0.4rem;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255 );
}

.banner1 .banner_txt .bd_p2 {
    font-size: 0.57rem;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    margin: 0.18rem 0 0.8rem 0;
}

.banner1 .banner_txt .bd_p3 {
    font-size: 0.57rem;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255 );
    margin-bottom: 0.7rem;
}
.banner1 .banner_txt .bd_p4 {
    line-height: 1.667;
    font-size: 0.22rem;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255 );
    padding: 0 0.6rem;
}


 .banner2{
    width: 100%;
    position: relative;
}
.banner2 img{
    width: 100%;
}

.banner2 .con{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.banner2 .con .title{
    width: 100%;
    text-align: center;
    margin-top: 1.55rem;
    margin-bottom: 1.15rem;
}
.banner2 .con .title .p1{
    font-size: 0.40rem;
    font-family: "Microsoft YaHei";
    color: rgb( 0, 0, 0 );
}
.banner2 .con .title .p2{
    font-size: 0.57rem;
    font-family: "Microsoft YaHei";
    color: rgb( 0, 0, 0 );
    font-weight: bold;
    line-height: 1.62;
}
.banner2 .con .swiper1{
    padding-bottom: 2rem;
    width: 100%;
}
.banner2 .con .swiper1 .swiper-slide{
    text-align: center;
    width: 3.95rem;
    height: 5.05rem;
    border-radius: 8px;
    background-color: rgb( 255, 255, 255 );
    box-shadow: 0px 0.1rem 0.3rem 0px rgba( 0, 0, 0 ,0.6);
}
.banner2 .con .swiper1 .swiper-slide .icon{
    width: 1.48rem;
    height: 1.48rem;
    display: inline-block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.banner2 .con .swiper1 .swiper-slide .p1{
    font-size: 0.3rem;
    font-family: "Microsoft YaHei";
    color: rgb( 0, 0, 0 );
    font-weight: bold;
}
.banner2 .con .swiper1 .swiper-slide .line{
    background-color: #d7000f;
    width: 0.3rem;
    height: 0.02rem;
    margin: 0.3rem auto 0.3rem;
}
.banner2 .con .swiper1 .swiper-slide .p2{
    font-size: 0.2rem;
    font-family: "Microsoft YaHei";
    color: rgba( 0, 0, 0, 0.6 );
}

.banner2 .swiper-pagination{
    position: absolute;
    bottom:1rem;
}
.banner2  .swiper-pagination-bullet {
    width: 0.21rem;
    height: 0.21rem;
    text-align: center;
    opacity: 1;
    background: none;
    background-image: url("../../images/wap/caseswpier-pag-icon.png");
    background-size: 100%;
}
.banner2  .swiper-pagination-bullet-active {
    width: 0.21rem;
    height: 0.21rem;
    background: none;
    background-image: url("../../images/wap/caseswpier-pag-icon-active.png");
    background-size: 100%;
}
.banner2  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}

.content .banner3{
    width: 100%;
    position: relative;
}
.content .banner3 img{
    width: 100%;
}

.banner3 .con{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.banner3 .con .p1{
    width: 100%;
    text-align: center;
    font-size: 0.40rem;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255 );
    margin-top: 1.4rem;
    margin-bottom: 0.25rem;

}

.banner3 .con .p2{
    width: 100%;
    text-align: center;
    font-size:0.5rem;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    line-height: 0.776;
    margin-bottom: 0.5rem;
}
.banner3 .con .item{
    width: 6.41rem;
    margin: auto;
    margin-top: 0.65rem;
}
.banner3 .con .item img{
    width: 100%;
}
.banner3 .con .item .text{
    background-color: rgb( 215, 0, 15 );
    padding: 0.3rem 0.7rem;
    padding-bottom: 0.2rem;
    font-size: 0.22rem;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255 );
    line-height: 1.667;
}
.banner3 .con .item .arrow_icon{
    display: block;
    background-color: rgb( 215, 0, 15 );
    padding-left: 0.7rem;
    padding-bottom: 0.7rem;
}
.banner3 .con .item .arrow_icon img{
    width: 20%;
}