/*part2*/
.part2{
    margin-bottom: 2rem;
}
.p2Cont{
   width: 100%;
}
.p2Cont .swiper-container{
    width: 100%;
}
.p2Cont .swiper-container .swiper-wrapper{

}
.p2Cont .swiper-container .swiper-slide{
    padding-top: 2rem;
}
.p2Cont .slideBox{
    padding:0 0.8rem;
    text-align: center;
}
.p2Cont .slideCont{

}
.p2Cont .slideBox .slideCont> img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.p2Cont .slideCont .pop{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3c88dc;
    padding: 1.5rem 0.5rem;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p2Cont .slideCont .pop.pop_1{background: #c1042c;}
.p2Cont .slideCont .pop.pop_2{background: #3c88dc;}
.p2Cont .slideCont .pop.pop_3{background: #ff7300;}
.p2Cont .slideCont .pop >div img{
    max-width: 100%;
    height: auto;
    margin: auto;
}
.p2Cont .slideCont .pop p{
    color: #fff;
    font-size: 1.4rem;
    padding: 0.5rem 0 1.5rem;
}
.p2Cont .slideCont .pop a{
    width: 70%;
    height: 2.4rem;
    display: block;
    margin: auto;
    text-align: center;
    line-height: 2.4rem;
    color: #fff;
    background: #ffc000;
    font-size: 1.2rem;
}
.p2Cont .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.p2Cont .swiper-pagination-switch {
    display: inline-block;
    width: 2.4rem;
    height:  0.2rem;
    background: #d8d8d8;
    margin: 0 0.2rem;
    opacity: 0.8;
    cursor: pointer;
}
.p2Cont .swiper-active-switch {
    background: #3c88dc;
}

/*激活模块*/
.p2Cont .swiper-slide-active .pop{
    opacity: 1;
}
.p2Cont .swiper-container .swiper-slide.swiper-slide-active{
    padding-top: 0;
}

/*part3*/
.part3{
    background: url("../img/part3-bg.jpg") no-repeat center top #1d2026;
    background-size: 100% auto;
    padding-bottom: 1rem;
}
.p3Cont{
    position: relative;
    /*padding-right: 1rem;*/
}
.p3Cont .left{
    position: absolute;
    top:2rem;
    left: 0;
    width: 100%;
    z-index: 0;
    padding: 0 1.5rem;
}
.p3Cont .left img{
    display: block;
    width: 100%;
}
.p3Cont .right{
    float: right;
    width:36%;
    position: relative;
    z-index: 1;
}
.p3Cont .right img{
    width: 100%;
    height:auto;
    box-shadow:-3px 0 20px 1px rgba(0,0,0,0.2);
}
.part3 .text{
    padding: 0 1rem;
    color: #fff;
    font-size: 1.2rem;
}
.part3 .text p{
    text-align: right;
}
.part3 .text p span{
    display: inline-block;
    position: relative;
    font-size: 1.0rem;
}
.part3 .text p span:before{
    content: '';
    display: block;
    width: 0.5rem;
    height:0.5rem;
    border-radius: 100%;
    background: #3c88dc;
    position: absolute;
    left: -1rem;
    top:50%;
    margin-top: -0.2rem;
}
/*part4*/
.part4{}
.p4Cont{}
.p4Cont li{
    float: left;
    padding: 0 0.3rem;
}
.p4Cont li img{
    width: 100%;
    display: block;
    border-radius: 0.2rem;
}
.p4Cont li.li_1{
    width: 36.3%;
}
.p4Cont li.li_2{
    width: 63.7%;
}
.p4Cont li.li_2 .top{
    margin: 0 -0.3rem;
}
.p4Cont li.li_2 .top div{
    width: 50%;
    float: left;
    padding:0 0.3rem 0.6rem;
}
.p4Cont li.li_2 .top .topLeft{

}
.p4Cont li.li_2 .top{

}



.part4_head{
    background: #cae3ff;
    position: relative;
    height: 3.0rem;
    line-height: 3.0rem;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 1rem;
}
/*.part4_head:before{
    content: '';
    display: block;
    clear: both;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top:-0.5rem;
    left: 50%;
    margin-left: -0.5rem;
    transform: rotate(45deg);
    background: #4c97ce;
}*/
.part4_head li{
    float: left;
    width:25%;
    text-align: center;
    color: #3c88dc;
}
.part4_body{
    height: 26rem;
    overflow: hidden;
    margin-bottom: 2rem;
}
.part4_body ul{
    /* transition: 1s;*/
}
.part4_body li{
    float: left;
    width:100%;
    text-align: center;
    color: #333;
    height: 2.6rem;
    line-height:2.6rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #ebebeb;
}
.part4_body li span{
    display: block;
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 1.2rem;
    height: 2.6rem;
}
.part4_body li span:nth-child(1), .part4_head li:nth-child(1){width: 20%;}
.part4_body li span:nth-child(2), .part4_head li:nth-child(2){width: 40%;}
.part4_body li span:nth-child(3), .part4_head li:nth-child(3){width: 20%;}
.part4_body li span:nth-child(4), .part4_head li:nth-child(4){width: 20%;}


/*part5*/
.part5{
    margin-bottom: 1rem;
}
.p5Cont{
    width: 70%;
    margin:0 auto 2rem;

    perspective: 500px;
    -webkit-perspective: 500px;
}

.p5Cont .swiper-container{
    width: 100%;
}
.p5Cont .swiper-container .swiper-wrapper{}
.p5Cont .swiper-container .swiper-slide{}
.p5Cont .swiper-container .swiper-slide img{
    width: 100%;
}

.p5Cont .pagination {
    position: absolute;
    z-index: 20;
    bottom: -2rem;
    width: 100%;
    text-align: center;
}
.p5Cont .swiper-pagination-switch {
    display: inline-block;
    width: 0.8rem;
    height:  0.8rem;
    border-radius:  0.8rem;
    background: #fff;
    margin: 0 0.2rem;
    opacity: 0.8;
    border: 1px solid #3c88dc;
    cursor: pointer;
}
.p5Cont .swiper-active-switch {
    background: #3c88dc;
}

.p5Cont .titBox{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
.p5Cont .titBox > div{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.p5Cont .titBox p{
    display: inline-block;
   /* height: 100%;*/
    width: 1rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0 1rem;
}
.p5Cont .titBox .tit1{
    position: absolute;
    width: 26%;
    height: 70%;
    left: -3.5rem;
    top: 15%;
    background: #3192bb;
    transform: rotateY(70deg);
    z-index: 1;
}
.p5Cont .titBox .tit2{
    position: absolute;
    width: 26%;
    height: 64%;
    left: -6rem;
    top: 18%;
    background: #3f9690;
    transform: rotateY(76deg);
    z-index: 0;
}

.p5Cont .titBox .tit3{
    position: absolute;
    width: 26%;
    height: 70%;
    right: -3.5rem;
    top: 15%;
    background: #468ac9;
    transform: rotateY(-70deg);
    z-index: 1;
    text-align: center;
}
.p5Cont .titBox .tit4{
    position: absolute;
    width: 26%;
    height: 64%;
    right: -6rem;
    top: 18%;
    background: #5672ba;
    transform: rotateY(-76deg);
    z-index: 0;
    text-align: center;
}
.p5Cont .titBox .tit1 p, .p5Cont .titBox .tit2 p{
    padding-left: 1.3rem;
    transform: rotateZ(-1deg) rotateX(0deg) rotateY(-20deg);
}
.p5Cont .titBox .tit3 p, .p5Cont .titBox .tit4 p{
    position: absolute;
    right: 1.3rem;
    transform: rotateZ(0deg) rotateX(0deg);
}
.btnBox{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
.btnBox span{
    display: inline-block;
    width: 2.7rem;
    height:2.6rem;
    background: url("../img/part5-btn.jpg") no-repeat left center;
    background-size: auto 100%;
    position: absolute;
    top:50%;
    margin-top: -1.3rem;
}
.btnBox span:nth-child(1){
    left: -4rem;
}
.btnBox span:nth-child(2){
    right: -4rem;
    background-position: right center;
}
/*.btnBox span:focus{
    background:none;
}*/
/*part6*/
.part6{
    background: #f4f4f4;
    padding-bottom: 1rem;
}
.p6Cont{
   /* padding: 0 1rem;*/
    position: relative;
    margin-bottom: 2.5rem;
}
.p6Cont img{
    max-width: 100%;
    height: auto;
    border-radius: 0.3rem;
}
.p6Cont .right{
    width: 28%;
    position: absolute;
    right: 2rem;
    bottom: -2rem;
}
.p6Cont > img{
    box-shadow: 0 0 1.5rem rgba(0,0,0,0.2);
}
.p6Cont .right > img{
    box-shadow: 0 0 1.5rem rgba(0,0,0,0.2);
}
.p6Cont .img_01{
    animation: p6Animate 2s infinite alternate;
}
.p6Cont .img_02{
    animation: p6Animate2 3s infinite alternate;
}


@keyframes p6Animate {
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(14px);
    }
}

@keyframes p6Animate2 {
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateX(10px);
    }
}



/*part7*/
.part7{

}

/*part8*/
.part8{
  margin-bottom: 1rem;
}
.part8_cont{
    margin:0 auto;
    max-width:1000px;
    overflow:hidden;
    /* background:#818181;*/
}
#part8_sz{
    width:100%;
    overflow:hidden;
}
#part8_sz .swiper-slide{
    position:relative;
    overflow:hidden;
}
/*#part8_sz .swiper-slide img{
    width: 100%;
    display: block;
}*/

#part8_sz .swiper-box{
    width: 100%;
    position: relative;
}
#part8_sz .swiper-box .right{
    background: #4c97ce;
    color: #fff;
    border-radius: 0.5rem;
    float: right;
    width: 84%;
    padding: 3.5rem 1rem 3rem 22%;
}
#part8_sz .swiper-box .right h3{
    font-size: 1.8rem;
    padding-bottom: 0.5rem;
}
#part8_sz .swiper-box .right h3 span{
    font-size: 1.4rem;
    padding-left: 0.5rem;
}
#part8_sz .swiper-box .right p{
    font-size: 1.4rem;
    line-height: 1.8;
    height: 105px;
    text-align: justify;
}
#part8_sz .swiper-box .left{
    position: absolute;
    left: 0;
    width: 31%;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}
#part8_sz .swiper-box .left  img{
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}
#part8_sz .swiper-box .left div{
    position: relative;
    z-index: 1;
}
#part8_sz .swiper-box .left div:after{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    right: -0.5rem;
    width: 100%;
    height: 90%;
    background: #fff;
    border-radius: 0.5rem;
    z-index: -1;
    bottom: 0rem;
}
#part8_sz .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0.5rem;
    width: 100%;
    text-align: right;
    padding-right: 1rem;
}
#part8_sz .swiper-pagination-switch {
    display: inline-block;
    width: 0.6rem;
    height:  0.6rem;
    border-radius:  100%;
    background: rgba(0,0,0,0.2);
    margin: 0 0.2rem;

    /*border: 1px solid #fff;*/
    cursor: pointer;
}
#part8_sz .swiper-active-switch {
    background: #fff;
}

/*part9*/
.part9{
    background: #f4f4f4;
    padding-bottom: 2rem;

}
.p9Cont{margin: -0.2rem -0.8rem 0;}
.p9Cont li{
    width: 33.33%;
    float: left;
    padding: 0.5rem 0.8rem;
    margin-bottom: 1rem;

}
.p9Cont li .img{
    position: relative;
}
.p9Cont li .img img{
    max-width: 100%;
}
.p9Cont li .img span{
    display: inline-block;
    height: 1.6rem;
    /*width: 5rem;*/
    background: #3c88dc;
    position: absolute;
    left: 0;
    bottom: 4rem;
    color: #fff;
    font-size: 1.2rem;
    padding-left: 0.2rem;
    padding-right: 0.5rem;
    line-height: 1.6rem;
}
.p9Cont li .del{
    width: 100%;
    background: url("../img/p9-tag.png") no-repeat center top;
    background-size: 100%;
    font-size:  1.2rem;
    text-align:  center;
    height: 3rem;
}
.p9Cont li .del span{
    display: block;
    text-align: center;
    color: #3c88dc;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 0.2rem;
}
/*part10*/
.formPart{
    width: 100%;
    overflow: hidden;
    background: url(../img/formBg.jpg) no-repeat center bottom #2b2b2b;
    padding-bottom: 2rem;
    background-size: 100%;
}
.formPart .tit h3{
    color: #fff;
}
.formPart .tit span{
    color: #ff7200;
}
.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;
}
.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:2rem;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
    background:#ff7200;
    border-radius:0.3rem;
    border:none;
}
