ul,li{
    list-style-type: none;
}
body {
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
}
.yd{
    display: none;
}
.pc{
    display: block;
}
h2{
    font-size: .4rem;
    color: #333333;
}
.headerImg{
    width: 100%;
    height: 8rem;
    position: relative;
    overflow: hidden;
}
.headerImg img{
    display: block;
    width: 100%;
    height: 8rem;
    position: absolute;
    top: 0;
    left: 0;
}
.headerImgBtn{
    position: absolute;
    top: 5.3rem;
    left: 2.3rem;
    display: flex;
}
.headerImgBtnL,.headerImgBtnR{
    padding: .02rem .3rem;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.3);
    font-size: .2rem;
    cursor: pointer;
    border-radius: .05rem;
}
.headerImgBtnL{
    color: #ffcc00;
}
.headerImgBtnR{
    color: #fff;
    margin-left: .5rem;
}
/*  */
.Cls01{
    width: 100%;
    background: #fff;
    padding: .5rem 0;
}
.Cls01_C{
    width: 15rem;
    margin: auto;
    display: flex;
}
.Cls01_CL{
    width: 50%;
}
.Cls01_CL img{
    display: block;
    width: 100%;
}
.Cls01_CR{
    width: 50%;
    padding-top:.4rem;
    padding-left: .3rem;
    box-sizing: border-box;
}
.Cls01_CR h2{
    text-align: center;
}
.Cls01_CR p{
    font-size: .22rem;
    color: #666;
    margin-top: .2rem;
}
.Cls01_CRBtn{
    display: flex;
    margin-top: .3rem;
    align-items: center;
    width: 100%;
    justify-content: center;
    /* margin: auto; */
}
.Cls01_CRBtnL,.Cls01_CRBtnR{
    padding: .05rem .3rem;
    background: #ffcc00;
    color: #333333;
    font-size: .2rem;
    border-radius: .05rem;
    cursor: pointer;
}
.Cls01_CRBtnR{
    margin-left: .2rem;
}
/*  */
.Cls02{
    width: 100%;
    padding: .5rem 0;
    background: url("../img/Cls03Back.jpg") no-repeat;
    background-size: cover;
}
.Cls02 h2{
    color: #ffcc00;
    text-align: center;
}
.Cls02 .Cls02P{
    font-size: .2rem;
    color: #999999;
    width: 6.5rem;
    margin: auto;
    text-align: center;
    margin-top: .2rem;
}
.Cls02_swiper{
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
    margin-top: .5rem;
    padding-bottom: .8rem;
}
.Cls02_swiper {
    /* background: #eee; */
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    /* margin: 0; */
    /* padding: 0; */
}
.Cls02_swiper .swiper-container {
    width: 100%;
    height: 100%;
}
.Cls02_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    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;
}
.Cls02_swiper .swiper_LI{
    width: 100%;
    border-radius: .05rem;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: .25rem .1rem;
    box-sizing: border-box;
    display: flex;
}
.Cls02_swiper .swiper_LIicon{
    width: 25%;
}
.Cls02_swiper .swiper_LIicon img{
    /* width: 100%; */
    /* height: 100%; */
    display: block;
}
.Cls02_swiper .swiper_LIText{
    width: 75%;
}
.Cls02_swiper .swiper_LITextT{
    font-size: 0.3rem;
    text-align: left;
}
.Cls02_swiper .swiper_LITextP{
    font-size: .22rem !important;
    color: #cccccc !important;
    margin-top: .1rem;
    text-align: left;
}
.Cls02_swiper .swiper_LITextP i{
    background: url("../img/PF.png") no-repeat;
    background-size:100%;
    width: .24rem;
    height: .13rem;
    display: inline-block;
    margin-right: .1rem;
}
.Cls02_swiper .swiper-button-next, .Cls02_swiper .swiper-button-prev{
    top: 1.82rem;
    width: .6rem;
    height: .4rem;
    color: #fff;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    font-size: .3rem;
    margin-top: .25rem;
}
.Cls02_swiper .swiper-button-next{
    right: 44%;
}
.Cls02_swiper .swiper-button-prev{
    left: 44%;
}
/*  */
.Cls03{
    width: 100%;
    background: #fff;
    padding: .5rem 0;
}
.Cls03_C{
    width: 15rem;
    margin: auto;
}
.Cls03_C h2{
    text-align: center;
}
.Cls03_CUl{
    width: 100%;
    display: flex;
    margin-top: .5rem;
}
.Cls03_CLi{
    width: 32%;
    margin-right: 1%;
    background-size: 100%;
    height: 5rem;
    border-radius: .1em;
    overflow: hidden;
    position: relative;
}
.Cls03_CLi:nth-child(1){
    background: url("../img/PPS.jpg") no-repeat;
}
.Cls03_CLi:nth-child(2){
    background: url("../img/PPS1.jpg") no-repeat;
}
.Cls03_CLi:nth-child(3){
    background: url("../img/PPS2.jpg") no-repeat;
}
.Cls03_CLi:last-child{
    margin-right: 0;
}
.Cls03_CLiC{
    position: absolute;
    width: 100%;
    top: 5rem;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: .6rem;
    box-sizing: border-box;
    transition: all .5s;
}
.Cls03_CLiT{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: .2rem;
}
.Cls03_CLiT div{
    font-size: .26rem;
    text-align: center;
    color: #333333;
}
.Cls03_CLiT p{
    text-align: center;
    font-size: .22rem;
    color: #666;
    margin-top: .05rem;
}
.Cls03_CLiC p{
    font-size: .22rem;
    color: #fff;
    margin-top: .1rem;
}
.Cls03_CLiCBtn{
    background-color: #ffcc00;
    border-radius: .05rem;
    padding: .05rem 0;
    font-size: .22rem;
    color: #333333;
    margin-top: .4rem;
    text-align: center;
    cursor: pointer;
}
.Cls03_CLi:hover .Cls03_CLiC{
    top: 0;
}
/*  */
.Cls04{
    width: 100%;
    padding: .5rem 0;
    background: url("../img/AppB.jpg") no-repeat;
    background-size: 100%;
}
.Cls04 h2{
    color: #ffcc00;
    text-align: center;
}
.Cls04 .Cls04P{
    text-align: center;
    color: #666;
    font-size: .2rem;
    margin-top: .2rem;
}
.Cls04_swiper {
    width: 15rem;
    margin: auto;
    position: relative;
    height: 4rem;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    overflow: hidden;
    margin-top: .5rem;
}
.Cls04_swiper .swiper-container {
    width: 100%;
    height: 100%;
}
.Cls04_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
    transition: 300ms;
    transform: scale(0.8);
    border-radius: .1rem;
    overflow: hidden;
}
.Cls04_swiper .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1) !important;
}
.Cls04_swiper .swiper-backface-hidden .swiper-slide{
    transform: rotateX(30deg);
}
.swiper_slideLi{
    width: 100%;
    height: 100%;
    /* background: url("../img/AppB1.jpg") no-repeat; */
    /* background-size:cover; */
    position: relative;
}
.swiper_slideLi img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.swiper_slideLiT{
    padding: .05rem .1rem;
    background: rgba(0, 0, 0, 0.5);
    font-size: .2rem;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: .3rem;
}
/*  */
.Cls05{
    width: 100%;
    background: #fff;
    padding: .5rem 0;
}
.Cls05_C{
    width: 15rem;
    margin: auto;
}
.Cls05_CT{
    width: 100%;
    display: flex;
}
.Cls05_CTL{
    width: 50%;
}
.Cls05_CTR{
    width: 50%;
}
.Cls05_CTL h2{
    text-align: center;
}
.Cls05_CTL p{
    font-size: .22rem;
    color: #666;
    margin-top: .2rem;
}
.Cls05_CTR img{
    display: block;
    width: 100%;
    height: 100%;
}
.Cls05_CB{
    width: 100%;
    margin-top: .3rem;
}
.Cls05_CBUL1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Cls05_CBUL1Li{
    width: 24%;
    border-radius: .1rem;
    overflow: hidden;
}
.Cls05_CBUL1Li1{
    width: 32%;
    border-radius: .1rem;
    overflow: hidden;
    margin-top: .3rem;
}
.Cls05_CBUL1Li img,.Cls05_CBUL1Li1 img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .4s;
}
.Cls05_CBUL1Li:hover img,.Cls05_CBUL1Li1:hover img{
    transform: scale(1.1);
}