/*part1*/
.p1Cont{ background: url("../img/di-1bg_02.jpg") no-repeat; background-size: 37.5rem 32.6rem; position: relative; font-size: 1.2rem; height: 32.6rem; color: #333;}
.p1Cont .p1-1{ position: absolute; left: 22.6rem; top:1.3rem;}
.p1Cont .p1-2{ position: absolute; left: 7.3rem; top:14.8rem;}
.p1Cont .p1-3{ position: absolute; left: 28rem; top:16.8rem;}
.p1Cont .p1-4{ position: absolute; left: 17.4rem; top:26.3rem; text-align: right;}











/*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%;
}

.p2Cont .tm{ background: url("../img/di2-1_05.jpg") no-repeat; background-size: 35rem 16.75rem; height: 19rem; color: #fff;position: relative;}
.p2Cont .tm1{ background: url("../img/di2-1_06.jpg") no-repeat; background-size: 35rem 16.75rem;}
.p2Cont .tm .tm-1{ font-size: 1rem; position: absolute;top:5.3rem; left: 0.6rem;}
.p2Cont .tm .tm-2{ font-size: 1rem; width:11.5rem; position: absolute;top:8rem; left: 1.5rem;}


.p2Cont .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0rem;
    top: 17rem;
    width: 93%;
    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{

}
.part3 .box { width: 16.9rem;height: 16.9rem; border: .1rem solid #05abad; margin-left: 1.2rem;position: relative; box-sizing: border-box; float: left; margin-bottom: 1.5rem;}
.part3 .box .txt-1{ width: 7.6rem; font-size: 1.4rem; position: absolute;top: -1rem;left: 30%;background-color: #fff; text-align: center; border-bottom: .1rem solid #05abad;}
.part3 .box .txt-2{ width: 12.4rem; margin: 0 auto;color: #05abad; font-weight: bold; padding-top: 1.5rem; padding-bottom: 0.8rem; font-size: 1.4rem;text-align: center; border-bottom: .01rem solid #c8c8c8;}
.part3 .box .txt-3{ width: 15.9rem; height: 11.3rem; margin: 0.75rem auto 0; background:rgba(5,170,173,0.9); font-size: 1.2rem;}
.part3 .box .txt-3>p{ width: 13.1rem; margin:0 auto; padding:2.5rem 0; color: #fff; display: block; }


.part3 .box1{ background: url("../img/4_01.png") no-repeat center 7.8rem;background-size: 5.15rem 4.95rem;}
.part3 .box2{ background: url("../img/4_03.png") no-repeat center 7.8rem;background-size: 5.15rem 4.95rem;}
.part3 .box3{ background: url("../img/4_05.png") no-repeat center 7.8rem;background-size: 5.15rem 4.95rem;}
.part3 .box4{ background: url("../img/4_07.png") no-repeat center 7.8rem;background-size: 5.15rem 4.95rem;}
/*part4*/
.p4Cont{
    margin: 0 -0.2rem;
}
.p4Cont li{
    float: left;
    width: 33.33%;
    padding:0.5rem 0.5rem;
}
.p4Cont li a{
    display: block;
    position: relative;
    text-align: center;
}
.p4Cont li a>img{
    display: block;
    width: 100%;
    height: auto;
}
.p4Cont li .del{
    position: absolute;
    bottom: 1.2rem;
    width: 100%;
    left: 0;
    text-align: center;
}
.p4Cont li .del h3{
    color: #fff;
    font-size: 1.3rem;
    padding-bottom: 0.5rem;
    font-weight: bolder;
}
.p4Cont li .del p{ width: 9rem; margin: 0 auto; font-size: 1rem; background-color: #fff;}
.p4Cont li .del p.h3-p1{ color: #f9a71a;}
.p4Cont li .del p.h3-p2{ color: #6654c3;}
.p4Cont li .del p.h3-p3{ color: #46a5a5;}
.p4Cont li .del p.h3-p4{ color: #50384a;}
.p4Cont li .del p.h3-p5{ color: #d9304c;}
.p4Cont li .del p.h3-p6{ color: #428dd3;}


/*part5*/
.part5{ background: url("../img/part5-bg_02.jpg") no-repeat; background-size: 100%;}
.p5Cont{
    width:93.33333%; padding-top: 2rem;
    margin: 0 auto;
    padding-bottom: 2rem;
    background: rgba(255,255,255,0.4);height: 20.65rem;
    position: relative;
    /*animation:myhuang1 3s infinite alternate ease-in-out; transition: opacity 2.5s;*/
}

.p5Cont>p{ float: left; width: 18.05rem;position: absolute; top: -1rem; margin-left: .5rem;
    animation:myhuang 2.2s infinite alternate ease-in-out; transition: opacity 2s;
}
.p5Cont>p>img{ width: 100%;}
.p5Cont>dl{ float: left; width: 15.5rem; color: #fff;position: absolute; left: 19rem; margin-top:0.5rem; line-height: 1.6rem;
    /*animation:myhuang1 1.8s infinite alternate ease-in-out; transition: opacity 1s;*/}
.p5Cont>dl dt{ font-size: 1.4rem; margin-bottom: 1.5rem; font-weight: bold;}
.p5Cont>dl dd{ font-size: 1.2rem; margin-left: 2.5rem;}

@keyframes myhuang
{
    0%{
        transform:translateY(0px);
    }
    100%{
        transform:translateY(-8px);
    }
}
/*@keyframes myhuang1*/
/*{*/
    /*0%{*/
        /*transform:translateY(0px);*/
    /*}*/
    /*100%{*/
        /*transform:translateY(-6px);*/
    /*}*/
/*}*/




/*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;
}


/*表单*/
.formPart {
    background: url("../img/from-bg_59.jpg") no-repeat top center #26262e; background-size: 100%;
    padding-bottom: 3rem;

}
.formPart .tit{padding-top: 2.5rem;}
.formPart .tit h3{
    color: #fff;
}
.formPart .tit{
    color: #6099ff;
}

.formPart > form {
    width: 20.7rem;
    margin: 0 auto;
}

.formPart > form > input {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    border: 1px solid #00a9ab;
    border-radius: .5rem;
    background: rgba(62, 113, 204, 0.5);
    margin-bottom:1.1rem;
    font-size: 0.9rem;
    color: #878787;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-left: 4.4rem;
}

.formPart > form > .name {
    background: url("../img/form-men.png") no-repeat 1.2rem center; background-size: 2.2rem 1.3rem;
}

.formPart > form > .phone {
    background: url("../img/form-pho.png") no-repeat  1.2rem center; background-size: 2.2rem 1.3rem;
}

.formPart > form > input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #f3f3f3;
}

.formPart > form > input:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #f3f3f3;
}

.formPart > form > input::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #f3f3f3;
}

.formPart > form > input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #f3f3f3;
}

.formPart > form > div {
    width: 100%;
    overflow: hidden;
}

.formPart > form > div > button {
    width:100%;
    display: block;
    margin-top: .2rem;
    text-align: center;
    border-radius: .5rem;
    background: #00a9ab;
    color: #fff;
    font-size:1rem;
    height: 3rem;
    line-height: 3rem;
    overflow: hidden;
}
