*{
    line-height: 1.5;
}
body{
    background: #f7f7f7;
}
.header{
    width: 100%;
    height: 1rem;
    background: #fff;
    text-align: center;
    font-size: 0.38rem;
    line-height: 1rem;
    position: relative;
}
.header .return{
    display: block;
    position: absolute;
    top:0;left: 0;
    width: .8rem;
    height: 100%;
    background: url(../images/return.png)no-repeat;
    background-size: .23rem .41rem;
    background-position: center center;
}
img{
    width: 100%;
    display: block;
}
.titleOne{
    width: 100%;
    padding-top: .4rem;
    position: relative;
}
.titleOne h5{
    color: rgba(51,51,51,0.06);
    font-size: .86rem;
}
.One-title{
    width: 100%;
    background: url(../images/ricon.png)no-repeat;
    background-position: right 0.25rem;
    background-size: .9rem .22rem;
    position: absolute;
    left: 0;right: 0;
    top: 0.85rem;
    margin: auto;
    text-align: center;
}
.One-title span{
    font-size: .28rem;
    color: #333333;
    font-weight: 600;
    line-height: .7rem;
    position: relative;
}
.One-title span:after{
    content: "";
    width: .37rem;
    height: .52rem;
    background: url(../images/bollleft.png)no-repeat;
    background-size: cover;
    position: absolute;
    top:-0.1rem;left: -0.50rem;
}
.One-title span:before{
    content: "";
    width: .37rem;
    height: .52rem;
    background: url(../images/bollright.png)no-repeat;
    background-size: cover;
    position: absolute;
    top:-0.1rem;right: -0.50rem;
}

.titleOne p{
    font-size: .24rem;
    line-height: .5rem;
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
}
.back01{
    width: 100%;
    height: 4.9rem;
    background: url(../images/back01.jpg)no-repeat;
    background-size: cover;
    padding-left: 3.1rem;
    padding-top: 1.2rem;
    box-sizing: border-box;
}
.back01 ul li{
    font-size: .24rem;
    color: #666666;
    line-height: .6rem;
    position: relative;
}
.back01 ul li:after{
    content: "";
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
    border: 0.02rem solid #4672f6;
    box-sizing: border-box;
    position: absolute;
    top:0.23rem;left: -0.2rem;
}
.back02{
    width: 100%;
    height: 4.69rem;
    background: url(../images/back02.png)no-repeat;
    background-size: cover;
    padding-left: 1.48rem;
    position: relative;
    box-sizing: border-box;
}
.back02 ul{
    position: absolute;
    top:-0.05rem;
}
.back02 ul li{
    color: #666666;
    font-size: .24rem;
    line-height: .53rem;
}
.back03{
     width: 100%;
     height: 3.98rem;
     background: url(../images/back03.jpg)no-repeat;
     background-size: cover;
     padding-left: 3.2rem;
     padding-top: 0.18rem;
     box-sizing: border-box;
 }
.back03 ul li{
    color: #666666;
    font-size: .24rem;
    line-height: .53rem;
    position: relative;
}
.back03 ul li:after{
    content: "";
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
    border: 0.02rem solid #4672f6;
    box-sizing: border-box;
    position: absolute;
    top:0.23rem;left: -0.2rem;
}
.footer{
    width: 100%;
    height: 4.2rem;
    background: url(../images/icon03.jpg)no-repeat;
    background-position: right 1.25rem;
    background-size:1.32rem 1.03rem;
    position: relative;
}
.footer .One-title{
    background: none;
}
.footer .One-title a{
    display: block;
    width: 5.85rem;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    color: #ffffff;
    font-size: 0.3rem;
    background: url(../images/buticon.png)no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-top: 0.25rem;
}
.fixFooter{
    position: fixed;
    left: 0;right: 0;
    bottom: 0;
    width: 100%;
    height: 1rem;
    background: #c0d7ff;
    z-index: 9888;
}
.fixFooter a{
    display: block;
    width: 50%;
    height: 100%;
    line-height: 1rem;
    font-size: .3rem;
    float: left;
    text-align: center;
    color: #5381f9;
}
.fixFooter a:first-child{
    background: url(../images/fixbtn.png)no-repeat;
    background-size: cover;
    color: #ffffff;
}

#certify{
    position: relative;
    width: 100%;
    margin: 0 auto
}
#certify .swiper-container {
    padding-bottom: 0.2rem;
}

#certify  .swiper-slide {
    width: 5.70rem;
    height: 7.57rem;
    background: url(../images/swiper-slide.png)no-repeat;
    background-size: cover;
}

#certify .swiper-pagination {
    width: 100%;
    height: .2rem;
    bottom: 0;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border-radius: 50%;
    background-color: rgba(81, 164, 244, 0.35);
    width: 6px;
    height: 6px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #0a56e3;
}

#certify  .swiper-button-prev{
    width: .4rem;
    height: .8rem;
    background: url(../images/butright.png)no-repeat;
    background-size: cover;
    position: absolute;
    top:3rem;left: 0;
}
#certify  .swiper-button-next{
    width: .4rem;
    height: .8rem;
    background: url(../images/butleft.png)no-repeat;
    background-size: cover;
    position: absolute;
    top:3rem;right: 0;
}
#certify .swiper-slide img{
    width: 100%;
}

.swiper-slide{
    opacity: 0.7 !important;
}
.swiper-slide.swiper-slide-active{
    opacity: 1!important;
}
