/*.header{
    position: absolute;
    width:100%;
    top:0.6rem;
    left:0;
    z-index: 99;
}
.header .log{
    display: inline-block;
    width: 9rem;
    margin-left: 1.0rem;
}
.header .log > img{
    width:100%;
    height: auto;
}
.header .right{
    float: right;
}
.header .right:before{
    content: '';
    display: block;
    clear: both;
    width: 1.8rem;
    height: 1.8rem;
    background: url(../img/tel.png) no-repeat center;
    background-size: 100%;
    float: left;
    margin-top: 0.4rem;
}
.header .right a{
    font-size: 1.8rem;
    color: #fff;
    padding: 0 0.5rem 0 0.4rem;
}*/

/*part1*/
.part1_ul{
    padding-bottom: 2rem;
}
.part1_ul li{
    display: inline-block;
    float: left;
    width: 48%;
    position: relative;
}
.part1_ul li:nth-child(1){

}
.part1_ul li:nth-child(2){
     float: right;
}
.part1_ul li:before{
    content: '';
    display: block;
    clear: both;
    width: 76%;
    height: 76%;
    margin-top: -38%;
    margin-left: -38%;
    border-radius: 0.6rem;
    border:1px solid #d4d4d4;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top:50%;

}
.part1_ul .img_box{
    position: relative;
    min-height: 100px;
}
.img_box > img{
    width: 100%;
    display: block;
}
.part1_ul .img_box .img_pop{
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.5);
    filter:alpha(opacity=50);
    text-align: center;
    top: 0;
    left: 0;
    color: #fff;
    transform: scale(1);

    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;

    display: flex;
    align-items: center;
    justify-content: center;
}
.part1_ul .img_box .img_pop .del{
    font-size: 1.4rem;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}
.part1_ul .img_box .del h3{
    color: #2cb1b5;
    font-weight: normal;
    font-size: 2.4rem;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}
.part1_ul .img_box .del p{

}
.part1_ul .img_box .del p span{
    color: #ffd800;
}

/*part2*/
.part2{
    background:url("../img/part2Bg.jpg") no-repeat center bottom #0d1534;
    background-size: 100%;
}
.part2_ul{}
.part2_ul li{
    width:100%;
    padding: 0.5rem;
    background: rgba(44,177,181,0.2);
    margin-bottom:1rem;
}
.part2_ul li .cont{
    width:100%;
    padding:1rem 1.0rem 1.2rem;
    background: rgba(44,177,181,0.3);
    color: #fff;
}
.part2_ul li .cont h3{
    font-size: 2.0rem;
    padding-bottom: 0.2rem;
}
.part2_ul li .cont h3 span{
    color: #ffd800;
    margin-left: 2rem;
}
.part2_ul li .del_1{
    width:100%;
    font-size: 1.4rem;
}
.part2_ul li .del_1 span{
    position: relative;
    padding: 0 1rem 0 1.5rem;
}
.part2_ul li .del_1 span:before{
    content: '';
    display: inline-block;
    clear: both;
    position: absolute;
    background: url("../img/part2-icon-01.png") no-repeat left center;
    background-size: auto 100%;
    left: -0.2rem;
    top:0;
    width:1.6rem;
    height: 1.6rem;
}
.part2_ul li .del_1 span:nth-child(2):before{
    background-position: -1.6rem top;
}
.part2_ul li .del_1 span:nth-child(3):before{
    background-position: -3.1rem top;
}
.part2_ul li .del_1 span:nth-child(4):before{
    background-position: -4.8rem top;
}
.part2_ul li .del_2{
    padding-left: 6rem;
    position: relative;
    margin-top: 1rem;
}
.part2_ul li .del_2:before{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top:0;
    left: 0;
    width:5rem;
    height:5rem;
    background: url("../img/part2-icon-02.png") no-repeat center top;
    background-size: 100% auto;
}
.part2_ul li .del_2.del_2_1:before{
    background-position: center 0.2rem;
}
.part2_ul li .del_2.del_2_2:before{
    background-position: center -4.9rem;
}
.part2_ul li .del_2.del_2_3:before{
    background-position: center bottom;
}
.part2_ul li .del_2 .del_tit{
    font-weight: bold;
    font-size: 2.0rem;
    padding-bottom: 0rem;
}
.part2_ul li .del_2 .del_cont{
    font-size: 1.4rem;
}
.part2_ul li .del_2 .del_cont span{
    padding-right: 1rem;
}

/*part3*/
.part3_ul{
    margin: 0 -0.5rem;
    padding-top: 0.5rem;
}
.part3_ul li{
    width:50%;
    float: left;
    padding: 0.5rem;
    margin: 1rem 0;
}
.part3_ul li .cont{
    border:1px solid #2cb1b5;
    border-radius: 1rem;
    text-align: center;
    min-height: 12.7rem;
}
.part3_ul li .cont .title{
    border-radius: 1rem 1rem 0 0;
    background: #2cb1b5;
    height: 4rem;
    position: relative;
}
.part3_ul li .cont .title > div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 145%;
    margin-left: 20%;
}
.part3_ul li .cont .title > div img{
    width: 100%;
    height: auto;
}
.part3_ul li .cont h4{
    color: #2cb1b5;
    font-size: 1.4rem;
    padding: 0.5rem 0;
}
.part3_ul li .cont p{
    font-size: 1.2rem;
    padding: 0 0.6rem 0.8rem;
}
.part3 .linkWrap a, .part5 .linkWrap a{
    background: #2cb1b5;
    color: #fff;
}


/*part4*/
.part4{
    background: #000000;
}
.part4Swiper .device {
    width: 100%;
    position: relative;
    margin: 10px auto;
}
 .part4Swiper .swiper-wrapper{
    height: inherit;
}
.part4Swiper .swiper-container {
    width: 100%;
    color: #fff;
    text-align: center;
}
.part4Swiper .swiper-slide {
    height: 100%;
    opacity: 1;
    width: 10%;
    -webkit-transition: 600ms;
    -moz-transition: 600ms;
    -o-transition: 600ms;
    transition: 600ms;
   /* -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);*/
    position: relative;
    z-index: 1;

    transform-style: preserve-3d;

}
.part4Swiper .swiper-slide .img-box{
    position: absolute;
}
.part4Swiper .swiper-slide .img-box img{
    width: 100%;
    height: auto;
    opacity: 1;
    display: block;
}
.part4Swiper .swiper-slide .img-box{
    width: 190%;
    height: 190%;
    top:10%;
    left: -45%;
    opacity: 0.2;
    -webkit-transition: 400ms;
    transition:400ms;
}
.part4Swiper .swiper-slide-visible {
    opacity:1;
}
.part4Swiper .swiper-slide-active .img-box{
    width: 200%;
    height: 200%;
    top:10%;
    left: -50%;
    opacity: 1;
    -webkit-transition: 400ms;
    transition:400ms;
}
.part4Swiper .swiper-slide-active {
    top: 0;
    opacity: 1;
    width: 60%;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    position: relative;
    z-index: 10;
    transition: 300ms;
}

.part4Swiper .swiper-slide-active .img-box img{
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 0 0 0.8rem rgba(0,0,0,0.8);
    -webkit-transition: 400ms;
    transition:400ms;
}
.part4Swiper .swiper_del{
    padding-top: 1rem;
}
.part4Swiper .swiper_del h3{
    color: #fff;
    font-size: 2.0rem;
    font-weight: normal;
}
.part4Swiper .swiper_del h4{
    color: #3697d9;
    font-size: 1.2rem;
    padding: 0.5rem 0;
}
.part4Swiper .swiper_del p{
    color: #738496;
    font-size: 1.0rem;
}
.activeH{
    height: 500px;
}
.part4Swiper .swiper-slide-visible.add_slide{
    z-index: 9;
    opacity: 0.9;
}
.part4Swiper .swiper-slide-visible.add_slide .img-box{
    width: 210%;
    height: 210%;
    top: 8%;
    left: -55%;
    opacity: 0.9;

    -webkit-transition: 400ms;
    transition:400ms;
}

.part4Swiper .swiper-slide-visible.add_slide .img-box > img{
    box-shadow: 0 0 0.5rem rgba(0,0,0,0.6);
}
.swiperBtn span{
    display: block;
    position: absolute;
    top:0;
    z-index: 11;
    width:25%;
    height: 100%;
}
.swiperBtn span:nth-child(1){
    left: 0;
}
.swiperBtn span:nth-child(2){
    right: 0;
}
.swiperBtn span:after{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top:40%;
    width:2.4rem;
    height: 2.4rem;
    margin-left: -1rem;
    background: url("../img/lunbo-icon.png") no-repeat left center;
    background-size: auto 100%;

}
.swiperBtn span:nth-child(1):after{
    background-position: left center;
    left: 40%;
}
.swiperBtn span:nth-child(2):after{
    background-position: right center;
    right:30%;
}


/*part5*/
.part5_ul{
  /*  margin: auto -0.2rem;*/
}
.part5_ul li{
    width:33.33%;
    float: left;
    /*padding: 0.5rem 0.2rem;*/
}
.part5_ul li .cont{
    position: relative;
    text-align: center;
}
.part5_ul li .cont > img{
    width:83%;
    height:auto;
    display: inline-block;
}
.part5_ul li .cont .del{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    text-align: center;

    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #2cb1b5;
    font-size: 1.8rem;
}

/*part6*/
.part6_ul{
    margin: auto -0.2rem;
}
.part6_ul li{
    width:33.33%;
    float: left;
    padding: 0.5rem 0.2rem;
}
.part6_ul li .cont{
    position: relative;
}
.part6_ul li .cont > img{
    width:100%;
    height:auto;
    display: block;
}
.part6_ul li .cont .del{
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    background: rgba(44,177,181,0.8);
    padding: 0.2rem 0.4rem;
    color: #fff;
    font-size: 1.2rem;
}
.part6_ul li .cont .del span{
    float: right;
}

/*表单*/
.formPart{
    background: url("../img/formBg.jpg") no-repeat center bottom #252525;
    padding-bottom: 2rem;
    margin-top: 1.1rem;
    background-size: 100%;
}

.formPart form{
    width: 86%;
    margin: auto;
}
.formPart form label{
    display:block;
    color: #fff;
    line-height: 4.4rem;
}
.formPart form input[type='text']{
    margin-bottom:1.5rem;
    margin-left:5%;
    width: 80%;
    height:4.4rem;
    background:#373737;
    text-indent:1rem;
    border-radius:0.3rem;
    color:#fff;
    font-size: 1.6rem;
    float: right;
}

.btnWrap{
    width:80%;
    float: right;
}
.btnWrap > div{
    width: 50%;
}
.btnWrap > div:nth-child(1){
    float: left;
}
.btnWrap > div:nth-child(2){
    float: right;
    text-align: right;
}
.btnWrap > div a{
    display: block;
    color: #252528;
    background: #d4d4d4;
    width: 90%;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
}
.btnWrap > div .submit{
    background: #2cb1b5;
    color: #fff;
    width: 90%;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
}

/*适配问题*/
@media (min-width:375px) {
    .part3_ul li .cont .title{
        height: 4.1rem;
    }
}
@media (max-width:375px) {
    .activeH{
        height: 360px;
    }
    .part3_ul li .cont .title{
        height: 4rem;
    }
    /* .part3_ul li .cont .title > div{
         bottom: 2rem;
     }
     .part3_ul li .cont .title > div img{
         width: 70%;
     }*/
    .part5_ul li .cont .del{
        font-size: 1.6rem;
    }
}
@media (min-width:410px) {
    .activeH{
        height: 400px;
    }
    .part3_ul li .cont .title{
        height: 5rem;
    }
}
@media (min-width:414px) {
    .activeH{
        height: 400px;
    }
    .part3_ul li .cont .title > div{
        width: 30%;
        margin-left: 35%;
    }
    .part3_ul li .cont .title{
        height: 4.5rem;
    }
}
@media (min-width:480px) {
    .activeH{
        height: 400px;
    }
    .part3_ul li .cont .title{
        height: 5rem;
    }
}
@media (min-width:500px) {
    .part3_ul li .cont .title > div{
        width: 50%;
        margin-left: 25%;
    }
    .part3_ul li .cont .title{
        height: 6rem;
    }
    /*.part3_ul li .cont .title > div{
        bottom: 2rem;
    }*/
}
@media (min-width:600px) {
    .part3_ul li{
        margin:2rem 0;
    }
    .part3_ul li .cont .title > div{
        width: 52%;
        margin-left: 24%;
    }
    .part3_ul li .cont .title{
        height: 7rem;
    }
}
@media (min-width:700px) {
    .part3_ul li .cont .title > div{
        width: 52%;
        margin-left: 24%;
    }
    .part3_ul li .cont .title{
        height: 7.5rem;
    }
}
@media (min-width:768px) {
    .activeH{
        height: 740px;
    }
    .part3_ul li .cont .title{
        height: 8rem;
    }
    .part3_ul li{
        margin: 2rem 0;
    }
   /*

    .part3_ul li .cont h4{
        font-size: 2.4rem;
        padding: 1rem 0;
    }
    .part3_ul li .cont p{
        font-size: 1.8rem;
        padding: 0 0.6rem 2rem;
    }*/
    .part5_ul li .cont .del{
        font-size: 2.4rem;
    }

}

@media (min-width:800px) {
    .part3_ul li .cont .title > div{
        width: 52%;
        margin-left: 24%;
    }
    .part3_ul li .cont .title{
        height: 8.5rem;
    }
    .part3_ul li{
        margin: 3rem 0;
    }
}
@media (min-width:1000px) {
    .activeH{
        height: 920px;
    }
    .part3_ul li .cont .title{
        height: 9rem;
    }
    .part3_ul li{
        margin: 3rem 0;
    }
   /*
    .part3_ul li .cont .title > div img{
        width: 40%;
    }*/
}
@media (min-width:1024px) {
    .activeH{
        height: 920px;
    }
    .part3_ul li .cont .title{
        height: 10rem;
    }
   /*
    .part3_ul li .cont .title > div img{
        width: 40%;
    }*/
}