.header_banner{height:549px ;background: url('../images/banner.jpg') no-repeat center top;}
.logo{display: block;margin: auto;}
.rollIn{display: block;margin: auto;}

#nav{top: 0;width: 100%;background: #19ab72;z-index: 67;}
.navFix{background: #19ab72;z-index: 66;height: 50px;}
.navFix .current{background: #14895b;font-weight: bold;}
.navFix ul{display: flex;justify-content: space-between;}
.navFix li a{display: block;line-height: 50px;text-align: center;color: #fff;font-size: 19px;cursor: pointer;}
.navFix li {width: 33.3%;height: 50px;}
.navFix li:hover{background: #14895b;font-weight: bold;}

.autoImg{display: block;margin: auto;}


.header_banner a{display: block;margin: 50px auto 0;width: 305px;height: 52px;background-color: #19ab72;border-radius: 26px;
	text-align: center;line-height: 52px;color: #ffffff;font-weight: bold;-webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;
    animation: ball-scale-multiple 1s 0s linear infinite alternate;}


    /* cont1 */
.cont1 .disflex{display: flex;justify-content: space-between;width: 1188px;margin: auto;padding-bottom: 35px;}
.cont1 .disflex .box{width: 291px;height: 154px;padding-top: 53px;text-align: center;font-size: 19px;line-height: 29px;cursor: pointer;
    color: #fff;font-weight: bold;}
.cont1 .disflex .box1{background: url('../images/cont11_03.png') no-repeat center top;padding-top: 0;line-height: 154px;}
.cont1 .disflex .box2{background: url('../images/cont12_03.png') no-repeat center top;}
.cont1 .disflex .box3{background: url('../images/cont13_03.png') no-repeat center top;}
.cont1 .disflex .box4{background: url('../images/cont14_03.png') no-repeat center top;}
.br{height: 1px;}




.cont2{background: url('../images/cont2b_02.png') no-repeat center top;}
.cont2 .disflex{display: flex;justify-content: space-between;width: 100%;margin: auto;padding-bottom: 33px;}
.cont2 .disflex .icon{width: 386px;height: 190px;background: url('../images/cont21_03.png') no-repeat center top;cursor: pointer;
    padding: 0px 28px 10px 0;text-align: center;line-height: 180px; font-size: 19px;color: #fff;font-weight: bold; box-sizing: border-box;}
.cont2 .disflex .secont{line-height: 30px;padding: 56px 28px 10px 0;}
.cont2 .boxCont{background: url('../images/cont22_03.png') no-repeat center top;height: 733px;}







.cont3{height: 120px;background: url('../images/cont3_02.png') no-repeat center top;text-align: center;}
.cont3 .btnBox{
    display: inline-block;
    width: 249px;
    height: 64px;
    background: #f9e934;
    color: #0d7854;
    font-size: 32px;
    line-height: 64px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 7px;
    border-radius:15px ;
    -webkit-border-radius:15px ;
    -moz-border-radius:15px ;
    -ms-border-radius:15px ;
    -o-border-radius:15px ;
    margin-top: 26px;
    cursor: pointer;
    box-shadow:-5px 7px 0px  #c3a70c;
    animation: scale1 0.7s infinite;
    -webkit-animation: scale1 0.7s infinite;
}

@keyframes scale1{
    0%{ transform:scale(1) ; -webkit-transform:scale(1) ; -moz-transform:scale(1) ; -ms-transform:scale(1) ; -o-transform:scale(1) ; }
    100%{ transform:scale(1.05) ; -webkit-transform:scale(1.05) ; -moz-transform:scale(1.05) ; -ms-transform:scale(1.05) ; -o-transform:scale(1.05) ; }
}


.cont4{padding-bottom: 49px;}
.cont4 .autoImg{margin: 0 auto 0px;vertical-align: top;}
.cont4 .boxCont{ height: 658px; background: url('../images/cont41_03.png') no-repeat center top; position: relative;margin-top: -50px;
     transform:scale(0.8) ; -webkit-transform:scale(0.8) ; -moz-transform:scale(0.8) ; -ms-transform:scale(0.8) ; -o-transform:scale(0.8) ; }
.cont4 .box{width: 392px;height: 222px;padding-top: 48px;box-sizing: border-box;text-align: center;}
.cont4 .p1{font-size: 23px;color: #22ac7d;text-align: center;margin-bottom: 67px;font-weight: bold;}
.cont4 .p2{font-size: 20px;color: #333;text-align: center;font-weight: bold;}

.cont4 .box1{position: absolute;left: 122px;top: 45px;}
.cont4 .box2{position: absolute;left: 685px;top: 45px;padding-top: 48px;line-height: 33px;}
.cont4 .box3{position: absolute;left: 122px;top: 377px;}
.cont4 .box4{position: absolute;left: 685px;top: 377px;}
.cont4 .box2 .p1{margin-bottom: 40px;}

.cont4 .btnBox{
    display: block;margin:-60px auto 0;
    width: 249px;
    height: 64px;
    background: #19ab72;
    color: #fff;
    font-size: 32px;
    line-height: 64px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 7px;
    border-radius:15px ;
    -webkit-border-radius:15px ;
    -moz-border-radius:15px ;
    -ms-border-radius:15px ;
    -o-border-radius:15px ;
    cursor: pointer;
    box-shadow:-5px 7px 0px  #14895b;
    animation: scale1 0.7s infinite;
    -webkit-animation: scale1 0.7s infinite;
}




.cont5 {background: url('../images/cont5_02.png') no-repeat center top;height: 325px;overflow: hidden;}
.cont5 .form-wrap .btn-wrap{
    width: 205px;
    height: 42px;
    background: url('../images/00_03.png') repeat;
    background-size: 100% 100%;
    font-size: 16px;
    color: #603b05;
    text-align: center;
    line-height: 42px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;margin:25px auto 0;
}
.cont5 .form-wrap .btn-wrap:hover{font-weight: bold;}
.cont5 .form-wrap form label{ border: none; height: 40px; margin-bottom: 12px; border-radius:15px ; -webkit-border-radius:15px ; -moz-border-radius:15px ; -ms-border-radius:15px ; -o-border-radius:15px ; }
.cont5 .form-wrap{width: 335px;}
.cont5 .form-wrap form label i{top: 22%;}
.cont5 .form-wrap form label span{line-height: 40px;font-size: 13px;}
.cont5 .form-wrap form label i.iconDown{top: 33%;left: 89%;}
.cont5 .tiaokuan{color: #fff;}



#reg form button{margin-left: -3px;}



@media (max-width:1000px){
    .logo{display: none;}
    .rollIn{display: none;}
    .header_banner {height: 5.75rem;background: url(../images/mbanner.jpg) no-repeat;background-size: 100% 100%;overflow: hidden;}
    .header_banner a{display: none;}

    .navFix{height: 0.59rem;}
    .navFix ul{padding:  0 0.29rem;box-sizing: border-box;}
    .navFix li{height: 0.59rem;}
    .navFix li a{font-size: 0.23rem;line-height: 0.59rem;}
    .navFix li a span{display: none;}

    .mcont1{display: block;background: #d7eee6;padding: 0.49rem 0.52rem 0.45rem;box-sizing: border-box;}
    .mcont1 .form-wrap form label{ height: 0.86rem; vertical-align: top; border: none;padding-left: 0.68rem;box-sizing: border-box;margin-bottom: 0.18rem;
         border-radius:0.2rem ; -webkit-border-radius:0.2rem ; -moz-border-radius:0.2rem ; -ms-border-radius:0.2rem ; -o-border-radius:0.2rem ; }
    .mcont1 .form-wrap form label span{font-size: 0.23rem;line-height: 0.86rem;vertical-align: top;color: #333;padding-left: 0.1rem;}
    .mcont1 form label input{line-height: 0.86rem;vertical-align: top;font-size: 0.23rem;}
    .mcont1 .comB{width: 100%;display: flex;justify-content: space-between;}
    .mcont1 .comB label.name{width: 2.3rem;display: inline-block;background:#fff url('../images/icon1_03.png') no-repeat center left;
        background-size: 0.32rem 0.33rem;background-position: 0.25rem center;}
    .mcont1 .comB label.phone{width: 3.74rem;display: inline-block;background:#fff url('../images/icon2_03.png') no-repeat center left;
        background-size: 0.30rem 0.33rem;background-position: 0.25rem center;}
    .mcont1 .form-wrap form label select{font-size: 0.23rem;vertical-align: top;height: 100%;width: 100%;}
    .mcont1 .tiaokuan{font-size: 0.22rem;color: #333;line-height: 0.22rem;}
    .mcont1 .tiaokuan img{width: 0.22rem;height: 0.22rem;margin-top: 0;}
    .form-wrap .btn-wrap{ background:#fca54f; height: 0.85rem; line-height: 0.85rem; border-radius:0.12rem ;font-size: 0.28rem; -webkit-border-radius:0.12rem ; -moz-border-radius:0.12rem ; -ms-border-radius:0.12rem ; -o-border-radius:0.12rem ; }
    .reg_mobile{margin: auto;}
    .mcont1 label.degree{background:#fff url('../images/icon3_03.png') no-repeat center left;background-size: 0.27rem 0.27rem;background-position: 0.25rem center;}
    .form-wrap form label i.iconDown{background:#fff url('../images/icon4_03.png') no-repeat center left;background-size: 0.20rem 0.11rem;top: 35%;
}
    .autoImg{display: none;}
    .cont1{background: #fff url('../images/mcont1_02.png') no-repeat center top;background-size: 100% 1.05rem;padding-top: 1.06rem;}
    .cont1 .disflex{width: 6.9rem;padding-bottom: 0.25rem;flex-wrap: wrap;}
    .cont1 .disflex .box{width: 3.3rem;height: 1.54rem;background-size: 100% 100%;padding-top: 0.471rem;
        box-sizing: border-box;margin-bottom: 0.26rem;font-size: 0.23rem;line-height: 0.35rem;}
    .cont1 .disflex .box1{padding-top: 0;line-height: 1.54rem;}


    .cont2{background: url('../images/mcont2_02.png') no-repeat center top;
        background-size: 100% 11.76rem;padding-top: 3.4rem;padding-bottom: 0.52rem;box-sizing: border-box;}
    .cont2 .disflex{display: none;}
    .cont2 .boxCont{background: none;height: auto;}


    .swiper-container {width: 100%;}
    .swiper-container img{width: 100%;}
    .swiper-pagination-bullet{width: 0.14rem;height: 0.14rem;background: #d7dad9;opacity: 1;}
    .swiper-pagination-bullet-active{background: #ffac48;}
    
    .cont2 .btnBox{
        font-size: 0.32rem;
        line-height: 0.63rem;
        width: 2.49rem;
        font-weight: bold;
        height: 0.63rem;
        display: block;
        text-align: center;
        background: #f9e934;
        color: #0d7854;
        letter-spacing: 0.08rem;
        margin: auto;
        border-radius:0.2rem ;cursor: pointer;
        -webkit-border-radius:0.2rem ;
        -moz-border-radius:0.2rem ;
        -ms-border-radius:0.2rem ;
        -o-border-radius:0.2rem ;
        box-shadow: -0.06rem 0.07rem 0 #c3a70c;
}

    .cont4{background: url('../images/mcont4_02.png') no-repeat center top;background-size: 100% 1.17rem;padding-top: 1.19rem;}
    .cont4 .boxCont {
        width: 100%;
        height: 4.67rem;
        background: url('../images/mc_02.png') no-repeat center top;
        background-size: 100% 100%;
        margin-top: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
}
    .cont4 .box{width: 2.94rem;height: 1.67rem;padding-top: 0.34rem;}
    .cont4 .p1{font-size: 0.17rem;margin-bottom: 0.42rem;line-height: 1;}
    .cont4 .p2{font-size: 0.23rem;line-height: 1;}
    .cont4 .box1 {position: absolute;left:0.3rem;top: 0.07rem;}
    .cont4 .box2 {position: absolute;left:auto;right: 0.31rem; top: 0.07rem;}
    .cont4 .box3 {position: absolute;left:0.3rem;top: 2.57rem;}
    .cont4 .box4 {position: absolute;left:auto;right: 0.31rem;top: 2.57rem;}
    .cont4 .box2 .p1{margin-bottom: 0.25rem;}
    .cont4 .box4 .p1{margin-bottom: 0.25rem;}

    .cont4 .p2 {line-height: 0.36rem;}

    .cont4 .btnBox{
        font-size: 0.32rem;
        line-height: 0.63rem;
        width: 2.49rem;
        font-weight: bold;
        height: 0.63rem;
        display: block;
        text-align: center;
        background: #19ab72;
        color: #fff;
        letter-spacing: 0.08rem;
        margin: auto;
        border-radius:0.2rem ;
        cursor: pointer;
        -webkit-border-radius:0.2rem ;
        -moz-border-radius:0.2rem ;
        -ms-border-radius:0.2rem ;
        -o-border-radius:0.2rem ;
        box-shadow: -0.06rem 0.07rem 0 #14895b;
        animation:none ;
        -webkit-animation:none ;
}

.form-wrap form label i.iconDown{width: 0.2rem;height: 0.11rem;top: 44%;}


    .cont3{display: none;}
    .cont5{display: none;}










}



.disblock{display: block;}
.disnone{display: none;}
@media (max-width:1000px){
    
.disblock{display: none;}
.disnone{display: block;}
}









