/*part2*/
.p2Cont{
   /* padding: 0 1rem;*/
    overflow: hidden;
    position: relative;
}
.p2Cont .swiper-container{
    /*height: 300px;*/
}
.p2Cont .swiper-container .swiper-wrapper{}
.p2Cont .swiper-container .swiper-wrapper .swiper-slide{
    width:100%;
}
.p2Box{
    position: relative;
}
.p2Cont .left{
    width:51%;
    float: left;
    position: relative;
    padding-left: 1rem;
}
.p2Cont .left > img{
    width:100%;
    height:auto;
    display: block;

}
.p2Cont .swiper-slide-active .left > img{
    box-shadow:0 0 10px rgba(0,0,0,0.4);
}
.p2Cont .right{
    width:48%;
    position: absolute;
    height: 100%;
    right: 0;
    top:0;
}
.p2Cont .right .imgBox{
    width:50%;
    position: absolute;
    bottom: 0;
    right: 1rem;
    z-index: 10;
}
.p2Cont .right .imgBox > img{
    width:100%;
    height:auto;
    display: block;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.p2Cont .del{
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #000;
    margin-top: 3rem;
}
.p2Cont .right:before{
    content: '';
    display: block;
    clear: both;
    width: 50%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 3rem;
    background: #05abad;
}
.p2Cont .right >p{
    position: absolute;
    width: 0;
    height: auto;
    left: 1.5rem;
    top: 0;
    color: #999;
    word-break: break-all;
    line-height: 0.8;
    font-size: 1.0rem;
    font-family: '宋体';
}
.p2Cont .left >p{
    position: absolute;
    left: 1rem;
    bottom: -2rem;
    color: #666;
    font-size: 1.0rem;
}
.p2Cont .pagination {
    position: absolute;
    z-index: 20;
    bottom: 6rem;
    width: 123%;
    text-align: center;
}
.p2Cont .swiper-pagination-switch {
    display: inline-block;
    width: 1rem;
    height:  1rem;
    border-radius:  100%;
    background:#fff;
    margin: 0 0.2rem;
    opacity: 0.8;
    border: 2px solid #05abad;
    cursor: pointer;
}
.p2Cont .swiper-active-switch {
    background:#05abad;
}

/*part3*/
.part3{
    background: url("../img/p3Bg.jpg") no-repeat center top #1c2b33;
    background-size: 100% auto;
}
.part3 .del{
    text-align: right;
    font-size: 1.2rem;
    color: #fff;
    padding-right: 2rem;
    padding-top: 0.4rem;
}
.part3 .del span{
    position: relative;
    display: inline-block;
}
.part3 .del span:before{
    content: '';
    display: block;
    clear: both;
    width: 0.8rem;
    height: 0.8rem;
    background: #05abad;
    position: absolute;
    top: 0.4rem;
    left: -1.2rem;
}
.part3 .des{
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    margin-top: 0.5rem;
}

/*表单*/
.fromDiv{
    padding: 0 1rem;
    margin-bottom: 2rem;
}
.fromDiv .tit{
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 1rem;
}
.fromDiv .tit h3{
    font-weight: bold;
}
.fromDiv .tit span{
    display: block;
    padding-bottom: 0.5rem;
}
.fromDiv .p2From{

}
.fromDiv p{
    color: #171717;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
.fromDiv .phone{
    width: 100%;
    display: block;
    margin: 2rem auto 0;
    height:3.6rem;
    line-height: 2.6rem;
    border:1px solid #05abad;
    border-radius: 4px;
    text-align: center;
    font-size: 1.6rem;
    color: #999;
}
.fromDiv .submitBtn{
    width:100%;
    display: block;
    margin:1rem auto 0;
    height:3.6rem;
    line-height: 3.6rem;
    font-size: 1.6rem;
    border-radius: 4px;
    color: #fff;
    background: #05abad;
}
.fromDiv .radioGroup{
    margin-bottom: 1rem;
}
.fromDiv .radioGroup label{
    display: block;
    position: relative;
    padding-left: 10px;
    font-size: 1.2rem;
    color: #171717;
    float: left;
    margin: 0.3rem 0;
}
.fromDiv .radioGroup label input[type='radio']{
    width: 6px;
    height: 6px;
    background: #222;
    border: 1px solid #222;
    visibility: hidden;
}
.fromDiv .radioGroup label:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border:1px solid #33cdbe;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -4px;
}
.fromDiv .radioGroup label.act:after{
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #33cdbe;
    left: 3px;
    top:50%;
    margin-top: -1px;
}
.fromDiv .radioGroup.radioGroup_1 label{
    width: 25%;
}
.fromDiv .radioGroup.radioGroup_2 label{
    width: 20%;
}
.fromDiv .radioGroup.radioGroup_3 label{
    width: 33.33%;
}

/*part5*/
.p5Cont{
    width:100%;
    padding-bottom: 2rem;
     margin: 0 auto;
}
#p5Swiper{
    width: 100%;
    text-align: center;
    position: relative;
}

.p5Cont .swiper-scrollbar {
    width: 80%;
    height: 2px;
    position: absolute;
    left: 10%;
    bottom: 5px;
    z-index: 10;
    background: #05abad;
}
.p5Cont .swiper-scrollbar:before, .p5Cont .swiper-scrollbar:after{
    content: '';
    display: block;
    clear: both;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top:-4px;
    background: #05abad;
}
.p5Cont .swiper-scrollbar:before{
    left: -10px;
}
.p5Cont .swiper-scrollbar:after{
    right: -10px;
}
.p5Cont .swiper-scrollbar-drag{
    height: 6px;
    margin-top: -2px;
    width: 100%;
    position: relative;
    background: #05abad;
    border-radius:6px;
}
.p5Cont .swiper-slide{
    width: 46%; float: left;
    margin-left:2.8%;
}
.p5Cont .imgBox{

    display: inline-block;
    position: relative;
    /*border: 1px solid #f00;*/
}
.p5Cont .imgBox > img{
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.p5Cont .imgBox p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    background: rgba(0,169,171,0.8);
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
}

/*part6*/
.part6{
    background: #0e1413;
}
.part6 .img_wrap{
    display: block;
}

/*part7*/
.part7{

}
.p7Cont{
    width: 100%;
    position: relative;
    margin-bottom: 2.5rem;
}
.p7Cont .swiper-container{}
.p7Cont .swiper-wrapper{}
.p7Cont .swiper-slide{
    width: 100%;
}
#p7ContSwiper .contBox{
    position: relative;
    width: 90%;
    margin: auto;
}
#p7ContSwiper .left{
    width: 50%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    background: #2fccbe;
    padding: 1rem;


    background: -webkit-linear-gradient(40deg, #03bfc2, #37cfbe);
    background: -moz-linear-gradient(40deg, #03bfc2, #37cfbe);
    background: -o-linear-gradient(40deg, #03bfc2, #37cfbe);
    background: linear-gradient(40deg, #03bfc2, #37cfbe);
}
#p7ContSwiper .left h2{
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 0.5rem;
}
#p7ContSwiper .left p{
    color: #fff;
    font-size: 1.2rem;
}
#p7ContSwiper .right{
   width: 50%;
   float: right;
}
#p7ContSwiper .right > img{
    width: 100%;
    height: auto;
    display: block;
}

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


/*part8*/
.part8{}
.p8Cont{
    width: 100%;
    background: url("../img/p8Bg.jpg") no-repeat center top;
    background-size: 100% auto;
    padding: 4rem 1.5rem 4rem 3rem;
    position: relative;

}
.p8Cont .p8bgP{

}
.p8Cont ul{
    position: relative;
    z-index: 1;
}
.p8Cont ul li{
    width:33.33%;
    float: left;
    padding: 0.2rem;
}
.p8Cont ul li > img{
    width:100%;
    height:auto;
    display: block;
}
.p8Cont .p8bg{
    width: 60%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 1.5rem;
    background: #00a9ab;
    z-index: 0;
}
.p8Cont .del{
    font-size: 1.2rem;
    color: #fff;
    padding: 0.5rem 0;
    text-align: center;
}
.p8Cont .del p{
    position: relative;
    margin: 0.4rem 0;
}
.p8Cont .del p:nth-child(1) span{
    color: #ffde00;
}
.p8Cont .del p:before{
    content: '';
    display: block;
    clear: both;
    width: 5rem;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -2.5rem;
}
.p8Cont .del p:nth-child(1):before{
    bottom: -0.1rem;
}

.p8Cont .del p:nth-child(2):before{
    top:-0.2rem;
}

/*part9*/
.part9{}
.p9Cont{
    position: relative;
    margin-bottom: 3rem;
}
.p9Cont .swiper-container{

}
.p9Cont .swiper-wrapper{

}
.p9Cont .swiper-slide{

}
.p9Cont .contBox:after, .p9Cont .contBox:before{
    content: '';
    display: block;
    clear: both;
}
.p9Cont .contBox{
    background: #f8f8fa;
}

.p9Cont .left{
    width: 55%;
    float: left;
    height: inherit;
}
.p9Cont .left .nameBox{
    background: #f0f0f1;
    padding: 1rem 1rem 1rem 2.5rem;
}
.p9Cont .left .nameBox h2{
    font-size: 2rem;
    font-weight: normal;
    color: #000;
}
.p9Cont .left .nameBox h2 p{
    width: 80%;
    font-size: 1.4rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #4a4a4a;
}
.p9Cont .left .del{
    padding: 1rem 3rem 1rem 2.5rem;
    font-size: 1.4rem;
    text-align: justify;
}
.p9Cont .right{
    width: 40%;
    float: right;
    margin-right: 5%;
    position: relative;
}
.p9Cont .right img{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}
.p9Cont .right:after, .p9Cont .right:before{
    content: '';
    display: block;
    clear: both;
    width: 120%;
    height: 70%;
    position: absolute;
    z-index: 0;
    left: -10%;
    bottom:0;
    background: rgba(0,169,171,.1);
}
.p9Cont .right:after{
    bottom: 3rem;
    width: 116%;
    left: -7%;
}
.p9Cont .right:before{
    left: -12%;
    width: 117%;
}

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

/*part10*/
.part10{
    background: url("../img/p10Bg.jpg") center bottom;
    background-size: 100% auto;
    padding-bottom: 4rem;
}
.p10Cont .pagination {
    position: absolute;
    z-index: 20;
    bottom: -3.5rem;
    width: 100%;
    text-align: center;
}
.p10Cont .swiper-pagination-switch {
    display: inline-block;
    width: 1rem;
    height:  1rem;
    border-radius:  100%;
    background:#fff;
    margin: 0 0.2rem;
    opacity: 0.8;
    border: 2px solid #05abad;
    cursor: pointer;
}
.p10Cont .swiper-active-switch {
    background:#05abad;
}

.p10Cont{
    width: 100%;
    padding-top: 1rem;
}
.p10Cont .swiper-container{}
.p10Cont .swiper-wrapper{}
.p10Cont .swiper-slide{
    width: 100%;
}
.p10Cont .contBox{
    position: relative;
}
.p10Cont .imgBox{
    width: 55%;
    margin-left: 10%;
    position: relative;
    margin-bottom: 2rem;
}
.p10Cont .imgBox .pop{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    align-content: center;
    color: #fff;
    font-size: 1.4rem;
    z-index: 10;
}
.p10Cont .imgBox .pop p{
    text-align: center;
    width: 100%;
    padding: 0 1.5rem;
}
.p10Cont .imgBox img{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}
.p10Cont .imgBox:before{
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -1.5rem;
    top:1.5rem;
    border:1px solid #fff;
}
.p10Cont .contBox .del{
    position: absolute;
    width: 30%;
    right: 2%;
    top: 30%;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
}
.p10Cont .contBox .del span{
    display: inline-block;
    border-bottom: 1px solid #fff;
}


/*表单*/
.formBox{
    width: 100%;
    padding-bottom: 2rem;
}
.formBox .tit h3{
    text-align: center;
    font-size: 2rem;
    color: #69727d;
    font-weight: bold;
}
.formBox .tit p{
    /*font-weight: normal;*/
    font-size:1.6rem;
    color: #959da7;
}
.formBox .tit p i{
    font-style: normal;
    color: #0e8599;
}
.formBox form{
    width: 70%;
    margin:2rem auto 0;
}
.formBox form > div{
    width: 100%;
    height:42px;
    background: #fbfbfb;
    border:1px solid #0e8599;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
.formBox form > div input{
    height:40px;
    background: #fbfbfb;
    position: relative;
    width: 90%;
}
.formBox button{
    width: 100%;
    height: 44px;
    background: #00a9ab;
    text-align: center;
    line-height: 44px;
    color: #fff;
}
.formBox form > div:before{
    position: absolute;
    content: '';
    display: block;
    width: 25px;
    height: 20px;
    background: url("../img/formIcon.png") no-repeat left center;
    z-index: 10;
    top: 10px;
    left: 7px;
}
.formBox form > div.div1:before{
    background: url("../img/formIcon.png") no-repeat left center;
}
.formBox form > div.div2:before{
    background: url("../img/formIcon.png") no-repeat right center;
}