.plate1{
    height: 700px;
    /*width: 100%;*/
    /*background-size: cover;*/
}
.swiper-container{
    height: 100%;
    width: 100%;
    position: relative;
}
.slide{
    width:100%;
    background-repeat: no-repeat;
    position: relative;
    height: 700px;
    color: #fff;
    cursor: auto;
}
.slide-img1{
    background:url("../images/banner1_bg.jpg") top center no-repeat;
    background-size: cover;
}
.slide-img2{
    background: url("../images/banner2_bg.jpg") center no-repeat;
    background-size: cover;
}
.slide-img3{
    background: url("../images/banner3_bg.jpg") center no-repeat;
    background-size: cover;
}
.slide-img4{
    background: url("../images/banner4_bg.png") center no-repeat;
    background-size: cover;
}
.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index:999;
    cursor: auto;
    display:inline-block;
}
.swiper-pagination-switch {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 4px;
    overflow: hidden;
    margin: 0 5px;
    background: #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}
.swiper-active-switch {
    background: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.plate1-l{
    margin-top: 180px;
    float: left;
}
.plate2{
   background-color:#fff;
    height: 115px;
}
.plate2-box{
    /*line-height:115px;*/
    width: 265px;
    margin-right: 45px;
}
.plate2-box-l{
   margin-top: 35px;
}
.plate2-box-r{
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #eee;
    width: 195px;
    vertical-align: middle;
    margin-top: 25px;
}
.box-r-title{
    font-size:20px;
    color:#73889e;
    display: block;
}
.box-r-content{
    color:#999;
    font-size: 14px;
}
.mr0{
    margin-right: 0px;
}
.plate3{
    background: -webkit-linear-gradient(top, #a5ecfe, #eff2fc); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #a5ecfe, #eff2fc); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #a5ecfe, #eff2fc); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #a5ecfe, #eff2fc); /* 标准的语法 */
    height:593px;
}
.plate3-title{
    padding-top: 60px;
    font-size: 34px;
    color: #343434;
    background: url("../images/title_bottom.png") bottom center no-repeat;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
}
.plate3-box{
    height: 406px;
    width: 296px;
    float: left;
    margin-left: 3px;
}
.plate3-box1{
    background: url("../images/card1.png") top center no-repeat;
}
.plate3-box2{
    background: url("../images/card2.png") top center no-repeat;
}
.plate3-box3{
    background: url("../images/card3.png") top center no-repeat;
}
.plate3-box4{
    background: url("../images/card4.png") top center no-repeat;
}
.plate3-box-title{
    font-size: 26px;
    color: #343434;
    padding-top: 200px;
    text-align: center;
}
.plate3-box span.choice{
    margin-left: 17px;
    font-size: 14px;
    color: #666;
    padding-left: 20px;
    background:url("../images/not_select.png") center left no-repeat;
    display: inline-block;
    margin-top: 12px;
    cursor: pointer;
}
.plate3-box span.choice.box-active{
    background:url("../images/select.png") center left no-repeat;
}
.plate3-box-con{
    width: 227px;
    margin: 15px auto 0 auto;
    color: #666;
    height: 55px;
}
.plate3-box-btn{
    text-align: center;
    width: 140px;
    height: 42px;
    background-color: #3cd0c0;
    margin: 25px auto;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    cursor: pointer;
    display: block;
}
.plate3-box-btn:not([href]):not([tabindex]){
    color: #fff;
}
.plate3-box-btn:not([href]):not([tabindex]):hover{
    color: #fff;
}
.plate3-box-btn:hover{
    color: #fff;
}
.plate3-box-con input{
    width: 198px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f1f1f1;
    margin-left: 20px;
    padding-left: 5px;
}
.plate4{
    background: url("../images/bg.jpg") top center no-repeat;
    height: 652px;
    background-size: cover;
}
.plate4-box{
    margin-top: 30px;
    background: url("../images/package_bg.png") top center no-repeat;
    height: 489px;
    width: 319px;
    position: relative;
    margin-left: 30px;
    margin-right: 50px;
}
.plate4-box .box-size{
    font-size: 30px;
    color: #fff;
    top: 2px;
    left: 13px;
    position: absolute;
}
.plate4-box .box-type{
    font-size: 18px;
    color: #343434;
    top: -0.3rem;
    left: 47px;
    position: absolute;
}
.plate4-box-title{
    font-size: 30px;
    color: #343434;
    margin-top: 50px;
    margin-left: 10px;
    text-align: center;
    width: 286px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.oTitle{
    font-size: 48px;
    color: #ff7153;
}
.plate4 ul li{
    font-size: 14px;
    color: #666;
    text-align: left;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    padding-left: 50px;
}
.plate4 ul li.black-li:before{
    content: "";
    background: url("../images/question_black.png") left center no-repeat;
    position: absolute;
    top: 14px;
    left: 32px;
    width: 12px;
    height: 12px;
}
.plate4 ul li.black-li{
    color: #000;
    position: relative;
    cursor: pointer;
}
.explain,.explain2{
    display: none;
    position: absolute;
    top: -40px;
    right: -265px;
    width: 300px;
    z-index: 1;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 15px #c4c4c4;
}
.plate4 ul li.black-li1:hover .explain{
    display: block;
}
.plate4 ul li.black-li2:hover .explain2{
    display: block;
}
.explain2{
    top: -28px;
    right: -243px;
}
.explain:before,.explain2:before{
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: -10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #d7dbe2;
    border-bottom: 5px solid transparent;
}
.explain:after,.explain2:after{
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: -8px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 5px solid transparent;
}
.exTitle{
    background-color: #52c9b5;
    color: #fff;
    text-align: center;
}
.exCon{
    background-color:#fff;
    color: #666;
    text-align: left;
    padding: 4px 10px;
    line-height: 21px;
    border: 1px solid #d7dbe2;
}
.plate4 ul{
    width: 285px;
    margin-left: 24px;
}
.plate4-btn{
    width: 126px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 2px;
    margin-top: 36px;
    margin-left: 70px;
    background: #52c9b5;
    background: -webkit-linear-gradient(top, #52c9b5, #4ec6df); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #52c9b5, #4ec6df); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #52c9b5, #4ec6df); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #52c9b5, #4ec6df); /* 标准的语法 */
}

.plate4-btn-1{
    width: 126px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 2px;
    margin-top: 36px;
    margin-left: 42px;
    margin-right: 42px;
    background: #52c9b5;
    background: -webkit-linear-gradient(top, #52c9b5, #4ec6df); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #52c9b5, #4ec6df); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #52c9b5, #4ec6df); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #52c9b5, #4ec6df); /* 标准的语法 */
}


.plate4-btn:hover{
    color: #fff;
}
.plate4-pic{
    margin-right: 5px;
}
.plate5 ul.stepUl{
    margin-top: 30px;
    margin-bottom: 30px;
}
.plate5 ul.stepUl li{
    text-align: center;
    width: 100px;
    float: left;
    position: relative;
    margin: 0 100px;
    cursor: pointer;
}
.plate5 ul.stepUl li:before{
    position: absolute;
    content: "";
    bottom: -30px;
    left: 23px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
}
.plate5 ul.stepUl .step1Img,.plate5 ul.stepUl .step2Img,.plate5 ul.stepUl .step3Img,.plate5 ul.stepUl .step4Img,.plate5 ul.stepUl .step5Img{
    position: relative;
}
.plate5 ul.stepUl .stepLine{
    position: absolute;
    content: "";
    top: -63px;
    left: -218px;
    width: 250px;
    height: 5px;
    background-color: #ccc;
}
.plate5 ul.stepUl li.active:before{
    border-bottom: 25px solid #3cd0c0;
}
.plate5 .stepTitle{
    font-size: 16px;
    color: #ccc;
    margin-top: 8px;
    margin-bottom: 15px;
}
.plate5 .active .stepTitle{
    font-size: 16px;
    color: #3cd0c0;
    margin-top: 8px;
    margin-bottom: 15px;
}
.plate5 .stepSpan{
    background: url("../images/tab.png") top center no-repeat;
    height: 34px;
    width: 34px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    color: #fff;
}
.plate5 .active .stepSpan{
    background: url("../images/tab_checked.png") top center no-repeat;
    height: 34px;
    width: 34px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    color: #fff;
}
.plate5 .step1Img{
    background: url("../images/icon1.png")center no-repeat;
    height: 55px;
    text-align: center;
}
.plate5 .step2Img{
    background: url("../images/icon2.png")center no-repeat;
    height: 55px;
    text-align: center;
}
.plate5 .step3Img{
    background: url("../images/icon3.png")center no-repeat;
    height: 55px;
    text-align: center;
}
.plate5 .step4Img{
    background: url("../images/icon4.png")center no-repeat;
    height: 55px;
    text-align: center;
}
.plate5 .step5Img{
    background: url("../images/icon5.png")center no-repeat;
    height: 55px;
    text-align: center;
}
.plate5 .active .step1Img{
    background: url("../images/icon1_checked.png") center no-repeat;
    height: 55px;
    text-align: center;
}
.plate5 .active .step2Img{
    background: url("../images/icon2_checked.png") center no-repeat;
    height: 55px;
    text-align: center;
}
.plate5 .active .step3Img{
    background: url("../images/icon3_checked.png") center no-repeat;
    height: 55px;
    text-align: center;
}
.plate5 .active .step4Img{
    background: url("../images/icon4_checked.png") center no-repeat;
    height: 55px;
    text-align: center;
}
.plate5 .active .step5Img{
    background: url("../images/icon5_checked.png") center no-repeat;
    height: 55px;
    text-align: center;
}
.plate5 .stepBanner{
    width: 100%;
    background-color: #3cd0c0;
    height: 64px;
    color: #fff;
    padding: 0 50px;
    line-height: 64px;
}
.plate5-banner ul li{
    display: none;
}
.plate5-banner ul li.active{
    display: block;
}
.plate5 .step1{
    font-size:26px;
}
.plate5 .step1Con{
    font-size: 18px;
    margin-left: 20px;
}
.plate5 .imgBanner{
    padding:10px 0;
    /*border: 1px solid #eee;*/
    /*border-top: none;*/
}
.plate6{
    background-color: #4ec6df;
    height: 200px;
    width: 100%;
    margin-top: 70px;
    position: relative;
}
.plate6Title{
    padding-top: 40px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}
.plate6Btn{
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    height: 36px;
    line-height: 36px;
    width: 120px;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.plate6Btn:hover{
    color: #4ec6df;
    background-color: #fff;
}
.plate6 canvas{
    position: absolute;
    top: 0px;
    left: 0;
}
.modal-content .modal-header {
    background: #52c9b5;
}
.modal-title{
    font-size: 20px;
    color: #fff;
}
.text-center{
    color: #999;
    font-size: 14px;
}
#sumit_group,.modal-btn{
    text-align: center;
    width: 120px;
    height: 42px;
    background-color: #3cd0c0;
    margin: 25px auto;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    display: block;
}
@media screen and (max-width: 768px) {
    .plate1{
        height: 14rem;
    }
    .slide{
        height: 14rem;
    }
    .plate1-l{
        height: 7.5rem;
        margin-top: 3rem;
        margin-left: 3%;
    }
    .plate2 {
        height: auto;
        margin-bottom: 2rem;
    }
    .plate2-box {
        margin-left: 3%;
        width: 94%;
        margin-right:0;
    }
    .plate3{
        height:auto;
        padding-bottom: 1rem;
    }
    .plate3-title{
        font-size: 1.6rem;
        padding-top: 2rem;
    }
    .plate3-box{
        width: 80%;
        margin-left: 10%;
        height: auto;
    }
    .plate4{
        height: auto;
    }
    .plate4-box{
        width: 97%;
        margin-left: 1%;
        margin-right: 0;
        background-size: cover;
        height: 34.9rem;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .plate4-btn{
        text-align: center;
        margin: 4rem auto 1.2rem auto;
    }
    .plate4 ul{
        width: 86%;
        margin-left: 10%;
    }
    .plate4-box-title{
        width: 88%;
        padding-left: 3%;
        text-align: center;
        margin-top: 3rem;
        padding-left: 4%;
        margin-left: 8%;
    }
    .plate4-box .box-type {
        top: 0;
        left: 16%;
        position: absolute;
    }
    .ml30{
        margin-left: 0;
    }
    .plate4-box .box-size {
        top: 0.1rem;
        left: 4.5%;
    }
    .oTitle{

    }
    .plate5{
        display: none;
    }
    .plate6{
        display: none;
    }
    #showWeixinPublishQrcode .modal-body p img{
        width: 100%;
    }
}
