.bannerBottom{
    background: #f7f7f7;
    padding: 1rem 0;
}
.bannerBottom li{
    width: 50%;
    float: left;
    text-align: center;
    padding: 1.5rem 0;
}
.bannerBottom li:nth-child(1){
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.bannerBottom li:nth-child(2){
    border-bottom: 1px solid #ebebeb;
}
.bannerBottom li:nth-child(3){
    border-right: 1px solid #ebebeb;
}
.bannerBottom li h3{
    font-size: 1.8rem;
    font-weight: normal;
    color: #333;
}
.bannerBottom li p{
    font-size: 1.0rem;
    color: #666;
}
/*part2*/
.part2{
    padding-bottom: 1rem;
    border-bottom: 1px solid #ededed;
}
.p2Cont{margin: 0 -0.2rem}
.p2Cont li{
    display: inline-block;
    float: left;
    padding: 0 0.2rem;
}
.p2Cont li:nth-child(1){
    width: 45%;
}
.p2Cont li:nth-child(2){
    width: 55%;
}
.p2Cont li>div{
    position: relative;
}
.p2Cont li>div > img{
    width: 100%;
    height: auto;
    display: block;
}
.p2Cont li:nth-child(2) .top{
    padding-left: 2rem;
    margin-bottom: 0.4rem;
}
.p2Cont li:nth-child(2) .bottom{
    padding-right: 2rem;
}
.p2Cont li>div p{
    padding: 0.5rem;
    background: #f05824;
    color: #fff;
    font-size: 1.4rem;
    position: absolute;
    width: 75%;
    top:0;
    text-align: center;
}
.p2Cont li:nth-child(1)>div p{
    left: 50%;
    margin-left: -36%;
    top:40%;
}
.p2Cont li:nth-child(2) .top p{
    width: 65%;
    left: 0;
    top:25%;
}
.p2Cont li:nth-child(2) .bottom p{
    width: 65%;
    right: 0;
    top:25%;
}

/*part3*/
.p3Cont{
    margin: 0 -0.2rem;
}
.p3Cont li{
    float: left;
    width: 33.33%;
    padding:0.5rem 0.2rem;
}
.p3Cont li a{
    display: block;
    position: relative;
    text-align: center;
}
.p3Cont li a>img{
    display: block;
    width: 100%;
    height: auto;
}
.p3Cont li .del{
    position: absolute;
    bottom: 1.2rem;
    width: 100%;
    left: 0;
    text-align: center;
}
.p3Cont li .del h3{
    color: #fff;
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
    font-weight: bolder;
}

/*part4*/
.part4{
    background:url("../img/p4Bg.jpg") no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 2rem;
}
.p4Ul{
    margin-top: 2rem;
}
.p4Ul li{
    width: 25%;
    float: left;
    display: inline-block;
    text-align: center;
    opacity: 0.5;
}
.p4Ul li img{
    width: 5rem;
    height: 5rem;
}
/*.p4Ul li:nth-child(2)>span{
    display: inline-block;
    position: relative;
}
.p4Ul li:nth-child(2)>span:before{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 4rem;
    height: 1.0rem;
    background: url("../img/p4logo.png") no-repeat center center;
    background-size: auto 100%;
    top:1.2rem;
    right: -2rem;

}*/
.p4Ul li.act{
    opacity: 1;
}
.p4Cont{}
.p4Cont .divBox{
    width: 230px;
    height:230px;
   /* background: #f85923;*/
    margin: auto;
    position: relative;

    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
}
.p4Cont .divBox .del{}
.p4Cont .divBox .del h3{
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: normal;
}
.p4Cont .divBox .del .money{
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
}
.p4Cont .divBox .del p.delP{
    text-align: center;
}
.p4Cont .divBox .del p.delP span{
    display: inline-block;
    background: #fff;
    color: #333;
    font-size: 1.2rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    border-radius: 1rem;
}
.p4Cont .divBox .cavDiv{
    position: absolute;
    width: 100%;
    height: 100%;
    /*border-radius: 100%;*/
    /*background: #f85923;*/
    top:0;
    left: 0;
}
canvas{
    display: block;
    margin: auto;
}
#delSt{
    color: #f05824;
    font-weight: bold;
    font-size: 1.2rem;
    padding-top: 1rem;
}



/*part5*/
.part5{
    border-bottom: 1px solid #ededed;
    padding-bottom:2.5rem;
}
.p5Swiper{
    padding:0.5rem  0;

}
.p5Swiper .swiper-container{}
.p5Swiper .swiper-container .swiper-wrapper{}
.p5Swiper .swiper-container .swiper-slide{}
.p5Swiper .p2Div{
    padding: 2rem 1rem;
    position: relative;
}
.p5Swiper .swiper-slide-active .p2Div{
    padding: 0 1rem;
}
.p5Swiper .p2Div > div:nth-child(1){
    width: 100%;
    background: #cccccc;
}
.p5Swiper .p2Div img{
    width: 100%;
    height: auto;
    display: block;
}
.p5Swiper .swiper-slide-active .p2Div > div:nth-child(1){
    width: 100%;
    background: #f05824;
    box-shadow: 0 5px 15px 2px rgba(0,0,0,0.1)
}
.p5Swiper .pop{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 100%;
    padding: 0 1rem 0 2.5rem;

    display: flex;
    align-items: center;

}
.p5Swiper .pop h3{
    font-size: 3.0rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0.5rem;
}
.p5Swiper .pop p{
    position: relative;
    color: #fff;
    font-size: 1.4rem;
    margin: 0.3rem;
}
.p5Swiper .pop p:before{
    content: '';
    display: block;
    clear: both;
    width: 1.2rem;
    height: 1.2rem;
    background: url("../img/p5Icon.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: -1.5rem;
    top:0.3rem;
}
.p5Swiper .leftWord{
    position: absolute;
    left: -3.5rem;
    top: 50%;
    color: #546184;
    font-size: 2rem;
    line-height: 1;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.p5Swiper .p2Div .del{
    text-align: center;
    font-size: 1.6rem;
    color: #333;
    margin-top: 1rem;
    opacity: 0;
}
.p5Swiper .swiper-slide-active .p2Div .del{
    opacity: 1;
}

.p5Swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.p5Swiper .swiper-pagination-switch {
    display: inline-block;
    width: 1.0rem;
    height: 1.0rem;
    border-radius: 1.0rem;
    background: #d2d6d9;
    margin: 0 0.4rem;
    opacity: 0.8;
    cursor: pointer;
}
.p5Swiper .swiper-active-switch {
    width:3rem;
    background: #f05824;
}


/*part6*/
.part6{
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #ededed;
}

.part6 .ulBox{
    margin: 0 -0.5rem;
}
.part6 .ulBox li{
    width:50%;
    float: left;
    padding:0.5rem;
}

.part6 .ulBox li .img_box{
    position: relative;
}
.part6 .ulBox li .img_box img{
    width: 100%;
    height: auto;
    display: block;
}
.part6 .ulBox li .img_box .del{
    position: absolute;
    top:50%;
    left: 50%;
    width: 86%;
    height:86%;
    margin-left: -43%;
    margin-top: -43%;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.8);
}
.part6 .ulBox li .img_box .del h3{
    color: #222;
    font-size: 1.4rem;
}
.part6 .ulBox li .img_box .del p{
    color: #333;
    font-size: 1.2rem;
    padding: 0.3rem 0.5rem;
}
.part6 .ulBox li .img_box .del .icon{
    width: 3rem;
    height: 3rem;
    display: inline-block;
    background:url("../img/p6Icon.png") no-repeat center top;
    position: relative;
}
.part6 .ulBox li:nth-child(1) .img_box .del .icon{
    background-position: center 0;
    background-size: 100% auto;
}
.part6 .ulBox li:nth-child(2) .img_box .del .icon{
    background-position: center -3rem;
    background-size: 100% auto;
}
.part6 .ulBox li:nth-child(3) .img_box .del .icon{
    background-position: center -6rem;
    background-size: 100% auto;
}
.part6 .ulBox li:nth-child(4) .img_box .del .icon{
    background-position: center -9rem;
    background-size: 100% auto;
}
.part4 .p4Ul li p{
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    margin-top: 0.2rem;
}

/*part7*/
.p7Swiper{
    width: 100%;
    background: url("../img/p7Bg.jpg") no-repeat center 3rem;
    background-size: 100% auto;
    padding-bottom: 3rem;
}
.p7Swiper .divBox{
    width: 100%;
    background: url("../img/p7ContBg.jpg") no-repeat 2rem 2rem;
    background-size: 100% auto;
    padding-left: 3rem;
    padding-bottom: 1rem;
}
.p7Swiper .left{
    float: left;
    width: 50%;
}
.p7Swiper .left > img{
    width: 100%;
    height: auto;
    display: block;
}
.p7Swiper .right{
    float: right;
    width: 47%;
    position: relative;
    padding: 1rem;
    margin-top: 2rem;
}
.p7Swiper .right h3{
    color: #1a1a1a;
    font-size: 1.4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.p7Swiper .right .tip{
    position: absolute;
    background: #b5b7b9;
    font-size: 1.0rem;
    color: #fff;
    display: inline-block;
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0 0.3rem;
    top:-1rem;
    left: 1rem;
    z-index: 1;
}
.p7Swiper .right h3 span{
    font-weight: normal;
    padding: 0.5rem 0 0.5rem 0.8rem;
    font-size: 1.2rem;
}
.p7Swiper .right p{
    font-size: 1.2rem;
    text-align: justify;
}
.p7Swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0.5rem;
    width: 100%;
    text-align: center;
}
.p7Swiper .swiper-pagination-switch {
    display: inline-block;
    width: 1.0rem;
    height: 1.0rem;
    border-radius: 1.0rem;
    background: rgba(255,255,255,0.5);
    margin: 0 0.4rem;
    opacity: 0.8;
    cursor: pointer;
}
.p7Swiper .swiper-active-switch {
    width:3rem;
    background: #fff;
}


/*part8*/
.part8{

}
.p8Cont{
    margin: 0 -1rem;
}
.p8Cont li{
    float: left;
    width: 33.33%;
    padding:0.5rem 1rem;
}
.p8Cont li >div> img{
    width: 100%;
    display: block;
    height: auto;
}
.p8Cont .del{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top:0;

    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
}
.p8Cont li .del h3{
    color: #f85923;
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
}

/*表单*/
.formPart{
    width: 100%;
    overflow: hidden;
    background: url(../img/formBg.jpg) no-repeat center bottom #2b2b2b;
    padding-bottom: 2rem;
    background-size: 100%;
}
.formPart .tit{
    margin-bottom: 1rem;
}
.form form{
    width:80%;
    margin: auto;
}
.form input[type="text"]{
    margin-top:1rem;
    width:100%;
    height:4.6rem;
    line-height: 4.6rem;
    display:block;
    text-indent:6rem;
    color:#9f9f9f;
    border:1px solid #9f9f9f;
    border-radius:0.3rem;
    font-size: 1.6rem;
}
.form input.name{
    background:url("../img/form-tag1.png") no-repeat 18px center;
}
.form input.phone{
    background:url("../img/form-tag2.png") no-repeat 18px center;
}
.form-btn{
    margin-top:2rem;
}
.form-btn input[type="submit"]{
    float:right;
    width:100%;
    height:4.6rem;
    line-height:4.6rem;
    display:block;
    font-size:1.6rem;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
    background:#f05824;
    border-radius:0.3rem;
    border:none;
}



