/*part2*/
.p2Cont{}
.p2Cont li{
    width: 50%;
    float: left;
    padding: 0 0.3rem;
}
.p2Cont li > div{
    position: relative;
    padding-bottom: 0.6rem;
}
.p2Cont li > div > img{
    width: 100%;
    display: block;
    height: auto;
}
.p2Cont li > div > p{
    position: absolute;
    background: rgba(0,169,171,0.7);
    color: #fff;
    font-size: 1.4rem;
    padding: 0.1rem 0.8rem;
}
.p2Cont li:nth-child(1) div > p{
    left: 0;
    top:30%;
}
.p2Cont li:nth-child(2) > div:nth-child(1) p{
    right: 0;
    bottom: 2rem;
    width: 96%;
    font-size: 1.2rem;
    padding: 0.5rem;
}
.p2Cont li:nth-child(2) > div:nth-child(2) p{
    left: 0;
    bottom: 2rem;
    width: 96%;
    font-size: 1.2rem;
    padding: 0.5rem;
}


/*part3*/
.part3{
    background: #f3f7f9;
}
.p3Cont{

 }
.p3Cont > div{
    float: left;
}
.p3Cont .left{
    width: 60%;
    padding-right: 0.4rem;
}
.p3Cont .right{
    width: 40%;
}
.p3Cont > div > img{
    width: 100%;
    height: auto;
    display: block;
}
.p3Cont .del{
    text-align: right;
}
.p3Cont .del span{
    display: inline-block;
    color: #1a1a32;
    font-size: 1.2rem;
    position: relative;
}
.p3Cont .del span:before{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background: #1a1a32;
    top: 0.5rem;
    left: -1rem;
}


/*表单*/
.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*/
.part5{
    background: #f3f7f9;
}
.part5 .cont{  }
.part5 .cont li{
    display: inline-block;
    float: left;
    width: 33.33%;
    padding: 0 0.3rem;
}
.part5 .cont li > div{
    position: relative;
}
.part5 .cont li:nth-child(2) > div:nth-child(1){
    margin-bottom: 0.6rem;
}
.part5 .cont li > div img{
    display: block;
    width: 100%;
    height: auto;
}
.part5 .cont li > div .pop{
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    height: 2.6rem;
    line-height: 2.6rem;
    background: rgba(0,169,171, 0.7);
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}
/*part6*/
.part6{}
.p6Cont{
    width: 100%;
    position: relative;
    margin-bottom: 2.5rem;
}
.p6Cont .swiper-container{}
.p6Cont .swiper-wrapper{}
.p6Cont .swiper-slide{
    width: 100%;
}
#p6ContSwiper .contBox{
    position: relative;
    width: 90%;
    margin: auto;
}
#p6ContSwiper .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);
}
#p6ContSwiper .left h2{
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 0.5rem;
}
#p6ContSwiper .left p{
    color: #fff;
    font-size: 1.2rem;
}
#p6ContSwiper .right{
    width: 50%;
    float: right;
}
#p6ContSwiper .right > img{
    width: 100%;
    height: auto;
    display: block;
}

.p6Cont .pagination {
    position: absolute;
    z-index: 20;
    bottom: -2.5rem;
    width: 100%;
    text-align: center;
}
.p6Cont .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;
}
.p6Cont .swiper-active-switch {
    background:#05abad;
}


/*part7*/
.part7{
    background: #f3f7f9;
}
.part7 .cont{

}
.part7 .cont li{
    width: 33.33%;
    float: left;
    display: inline-block;
    padding-right: 1.0rem;
    margin-bottom: 2rem;
    position: relative;
}
.part7 .cont li .box{
    background: #fff;
    padding:1rem 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}
.part7 .cont li .box h3{
    font-size: 1.0rem;
    color: #017e80;
    text-align: center;
    margin-top: 0.5rem;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.part7 .cont li:after{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 95%;
    height: 100%;
    background: #017e80;
    bottom: -1rem;
    right: -0.5rem;
    z-index: 0;
}
.part7 .cont li:nth-child(1):after{background: #017e80;}
.part7 .cont li:nth-child(2):after{background: #3bc9cb;}
.part7 .cont li:nth-child(3):after{background: #00a9ab;}
.part7 .cont li:nth-child(4):after{background: #017e80;}
.part7 .cont li:nth-child(5):after{background: #3bc9cb;}
.part7 .cont li:nth-child(6):after{background: #00a9ab;}
.part7 .cont li .box:before{
    content: '';
    display: block;
    clear: both;
    margin: auto;
    width: 3rem;
    height: 3rem;
    background: url("../img/p7Icon.png") no-repeat left center;
    background-size: auto 100%;
}
.part7 .cont li:nth-child(1) .box:before{
    background: url("../img/p7Icon.png") no-repeat left center;
    background-size: auto 100%;
}
.part7 .cont li:nth-child(2) .box:before{
    background: url("../img/p7Icon.png") no-repeat -4rem center;
    background-size: auto 100%;
}
.part7 .cont li:nth-child(3) .box:before{
    background: url("../img/p7Icon.png") no-repeat -7.5rem center;
    background-size: auto 100%;
}
.part7 .cont li:nth-child(4) .box:before{
    background: url("../img/p7Icon.png") no-repeat -11rem center;
    background-size: auto 100%;
}
.part7 .cont li:nth-child(5) .box:before{
    background: url("../img/p7Icon.png") no-repeat -14.7rem center;
    background-size: auto 100%;
}
.part7 .cont li:nth-child(6) .box:before{
    background: url("../img/p7Icon.png") no-repeat -18rem center;
    background-size: auto 100%;
}



.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;
}