

.back{
    width: 100%;
    background: #fff;
    padding: 0.15rem 0.3rem;
    display: flex;
    align-items: center;
    border-bottom:1px solid #ddd ;
    box-sizing: border-box;
}
.back img{
    transform: rotate(180deg);
    width: 0.2rem;
}
.back span{
    font-size: 0.28rem;
    color: #666;
    padding-left: 0.1rem;
}
.logo{
    height: 82px;
    line-height: 82px;
    background: #fff;
}
.logo img{
    width: 78%;
    margin-left: 20px;
}
.qsng {
    position: relative;
   height: 212px;
}
.qsng img{
    width: 100%;
}
.qsng {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.sw_back{
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url(../images/sw_back.png);
    height: 38px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
}

.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color:rgb(0, 0, 0,0) !important;
    border: 1px solid #adafa8;
    
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    background-color: #08c9c9 !important;
    /* border-radius: 6px; */
    border: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    left: 34% !important;
    z-index: 3;
    bottom: 15px !important;
}
/* .swiper-slide  div{

} */
.swiper-slide  div{
    position: absolute;
    left: 10px;
    bottom: 14px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #fff;
    z-index: 4;
}

.block{
    display: flex;
    justify-content: center;
    padding: 10px;
    flex-wrap: wrap;
    margin-top: 28px;
}
.block1{
    background-image: url(../images/in1.png);
    margin-right: 5%;
}
.block2{
    background-image: url(../images/in2.png);
}
.block3{
    background-image: url(../images/in3.png);
    margin-right: 5%;
}
.block4{
    background-image: url(../images/in4.png);
}
.block5{
    height: 122px;
    margin-bottom: 20px;
    width: 46%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.block a{
    display: inline-block;
}
.block5 a {
    font-size: 0.35rem;
    color: rgb(255, 255, 255);
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 42px;
    padding-top: 82px;
}
  