@charset "utf-8";

body{
    background: #eeeeee;
}
.banner{
    width: 100%;
    height: 660px;
    position: relative;
    overflow: hidden;
}
.banner img{
    width: 1920px;
    height: 660px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.Forum_title_box{
    width: 100%;
    padding: 30px 0 40px;
}
.Forum_title_box .title_a{
    font-size: 48px;
    font-weight: bold;
    color: #111111;
    text-align: center;
    line-height: 100%;
}
.Forum_title_box .line{
    width: 300px;
    border-bottom: 2px solid #111111;
    position: relative;
    margin: 10px auto 15px;
}
.Forum_title_box .arrows{
    width: 13px;
    height: 11px;
    background: url("../images/arrow.png") no-repeat center;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -6px;
}
.Forum_title_box .title_b{
    font-size: 30px;
    font-weight: bold;
    color: #662580;
    text-align: center;
    line-height: 100%;
}

.owe_box .left{
    width: 685px;
    margin: 0 24px 0 20px;
    float: left;
}
.owe_box .left li{
    width: 685px;
    height: 150px;
    overflow: hidden;
}
.owe_box .left li p{
    color: #fff;
    line-height: 100%;
    padding-left: 138px;
}
.owe_box .left li .p1{
    font-size:30px;
    margin-top: 26px;
    line-height: 49px;
}
.owe_box .left li .p2{
    font-size:24px;
    line-height: 100%;
    margin-top: 18px;
}
.owe_box .left li:nth-child(1){
    background: url("../images/owe_1.png") no-repeat center;
}
.owe_box .left li:nth-child(2){
    background: url("../images/owe_2.png") no-repeat center;
    margin: 20px auto;
}
.owe_box .left li:nth-child(3){
    background: url("../images/owe_3.png") no-repeat center;
}
.owe_box .right{
    width: 450px;
    height: 490px;
    float: left;
    background: #fddd16;
    box-shadow: 0px 5px 10px #bebebe;
}
.owe_box .right .title{
    font-size: 34px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    line-height: 100%;
    margin: 42px 0 16px;
}
.owe_box .right .son_title{
    font-size: 24px;
    color: #cc0000;
    text-align: center;
    line-height: 100%;
    margin-bottom: 24px;
}
.owe_box .right .top_apply{
    width: 340px;
    margin: 0 auto;
}
.owe_box .right .top_apply input{
    width: 100%;
    height: 60px;
    padding-left: 72px;
    font-size: 18px;
    line-height: 60px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.owe_box .right .top_apply .user{
    background: url("../images/user.png") no-repeat 15px #fff;
}
.owe_box .right .top_apply .tel{
    background: url("../images/tel.png") no-repeat 15px #fff;
}
.owe_box .right .top_apply .ts{
    font-size: 18px;
    color: #555555;
    line-height: 100%;
    text-align: left;
    margin-bottom: 20px;
}
.owe_box .right .top_apply .submit_btn{
    width: 100%;
    height: 60px;
    border-radius: 10px ;
    background: #8b3df7;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    position: relative;
}
.owe_box .right .top_apply .submit_btn .hand{
    width: 49px;
    height: 61px;
    position: absolute;
    top: 15px;
    left: 245px;
}
.owe_box .right .top_apply .submit_btn .hand i{
    width: 21px;
    height: 21px;
    background: #9c6fcb;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}
.owe_box .right .top_apply .submit_btn .hand img{
    position: absolute;
    top: 0;
    left: 0;
}
.owe_box .right .roll_txt{
    width: 340px;
    height: 66px;
    margin: 20px auto 0;
    background: #fff;
    border-bottom: 6px solid #fff;
    border-top: 6px solid #fff;
    overflow: hidden;
    position: relative;
}
.owe_box .right .roll_txt ul{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: rollTop 6s linear infinite;
}
.owe_box .right .roll_txt ul li{
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
    color: #555555;
}
@keyframes rollTop {
    0%{
        top: 0;
    }
    100%{
        top: -176px;
    }
}

.trouble_box{
    padding-bottom: 20px;
}
.trouble_box ul{
    margin-left: 12px;
}
.trouble_box ul li{
    width: 280px;
    margin: 0 6px;
    box-shadow: 0 10px 10px #cbcbcb;
}
.trouble_box ul li .img{
    width: 280px;
    height: 350px;
    overflow: hidden;
}
.trouble_box ul li .txt{
    padding: 0 28px;
    height: 120px;
}
.trouble_box ul li .txt h4{
    font-size: 24px;
    color: #8b3df7;
    font-weight: normal;
    text-align: left;
    line-height: 40px;
    border-bottom: 1px solid #8b3df7;
    margin: 7px 0 8px;
}
.trouble_box ul li .txt p{
    font-size: 20px;
    color: #111111;
    text-align: left;
    line-height: 24px;
}

.scruple .scruple_box .left{
    width: 600px;
    height: 530px;
    overflow: hidden;
}
.scruple .scruple_box .left img{
    width: 100%;
    height: 100%;
}
.scruple .scruple_box .right{
    width: 600px;
    height: 530px;
    background: #fff;
}
.scruple .scruple_box .right ul{
    width: 600px;
    height: 401px;
    background: url("../images/scruple_2.jpg") no-repeat center;
    margin-top: 20px;
}
.scruple .scruple_box .right ul li{
    width: 199px;
    height: 188px;
    margin:0 1px 27px 0;
    cursor: pointer;
}
.scruple .scruple_box .right ul li .label{
    height: 30px;
    width: 100px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background:#707070 ;
    border-radius: 5px;
    margin: 99px auto 6px;
}
.scruple .scruple_box .right ul li:nth-child(6) .label{
    width: 130px;
}
.scruple .scruple_box .right ul li p{
    font-size: 16px;
    color: #111111;
    line-height: 18px;
    text-align: center;
    line-height: 100%;
}
.scruple .scruple_box .right .scruple_btn{
    width: 400px;
    height: 60px;
    margin: 26px auto 0;
    background: url("../images/scruple_btn.jpg") no-repeat center;
    background-size: 100%;
    cursor: pointer;
    animation: bigBtn 1.5s ease-out infinite;
}
@keyframes bigBtn {
    0%{
        background-size: 100%;
    }
    50%{
        background-size: 90%;
    }
    100%{
        background-size: 100%;
    }
}

.remould .remould_select{
    margin-left: 40px;
}
.remould .remould_select li{
    width: 100px;
    height: 100px;
    border-radius: 5px ;
    background: #b4b4b4;
    margin: 0 63px;
    cursor: pointer;
}
.remould .remould_select li.on{
    background: #8631a8;
}
.remould .remould_select li .img{
    height: 67px;
    width: 100%;
}
.remould .remould_select li p{
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 100%;
}
.remould .remould_select li:nth-child(1) .img{
    background: url("../images/remould_btn_1.png") no-repeat center;
}
.remould .remould_select li:nth-child(2) .img{
    background: url("../images/remould_btn_2.png") no-repeat center;
}
.remould .remould_select li:nth-child(3) .img{
    background: url("../images/remould_btn_3.png") no-repeat center;
}
.remould .remould_select li:nth-child(4) .img{
    background: url("../images/remould_btn_4.png") no-repeat center;
}
.remould .remould_select li:nth-child(5) .img{
    background: url("../images/remould_btn_5.png") no-repeat center;
}
.remould .remould_opstion{
    width: 1180px;
    height: 438px;
    overflow: hidden;
    margin: 20px auto;
}
.remould .remould_opstion li{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}
.remould .remould_opstion li.show{
    display: block;
}
.remould .remould_btn{
    width: 400px;
    height: 60px;
    margin:0 auto 25px;
    background: url("../images/remould_btn.jpg") no-repeat center;
    background-size: 100%;
    cursor: pointer;
    animation: bigBtn 1.5s ease-out infinite;
}

.stylist .stylist_box{
    overflow: visible;
}
.stylist .stylist_cont .left{
    width: 420px;
    height: 550px;
    overflow: hidden;
    position: relative;
}
.stylist .stylist_cont .left .stylist_cont_btn{
    width: 260px;
    height: 40px;
    position: absolute;
    bottom: 35px;
    left: 80px;
    cursor: pointer;
}
.stylist .stylist_cont .right{
    width: 760px;
    height: 550px;
    overflow: hidden;
    position: relative;
}
.stylist .stylist_cont .right .style_msg{
    padding: 15px 10px 15px 20px;
    background: #fff;
    background-clip:padding-box;
    border: 10px solid rgba(0,0,0,.6);
    position:absolute ;
    top: 66px;
    left: 60px;
}
.stylist .stylist_cont .right .style_msg p{
    font-size: 18px;
    color: #111;
    line-height: 24px;
}
.stylist .stylist_cont .right .right_layer{
    width: 100%;
    height: 160px;
    box-sizing: border-box;
    padding:0 38px;
    position: absolute;
    bottom: -160px;
    left: 0;
    background: rgba(0,0,0,.7);
    transition: all 1s ease-out;
}
.stylist .stylist_cont .right:hover .right_layer{
    bottom: 0;
}
.stylist .stylist_cont .right .right_layer .p1{
    font-size: 24px;
    color: #fff;
    line-height: 100%;
    margin: 16px auto 5px;
}
.stylist .stylist_cont .right .right_layer .p2{
    font-size: 18px;
    color: #fff;
    line-height: 22px;
}
.stylist .case{
    width: 1280px;
    height: 465px;
    margin: 20px -40px;
}
.stylist .case .case_left{
    width: 640px;
    height: 465px;
    position: relative;
    background: url("../images/case_1.jpg") no-repeat center;
}
.stylist .case .case_right{
    width: 640px;
    height: 465px;
    position: relative;
    background: url("../images/case_2.jpg") no-repeat center;
}
.stylist .case .cont_dot{
    position: absolute;
    background-image: url("../images/dot.gif");
    background-repeat:no-repeat ;
}
.stylist .case .cont_dot:hover .cont{
    display: block;
}
.stylist .case .a{
    width: 155px;
    height: 90px;
    top: 150px;
    left: 40px;
    background-position:60px 15px;
}
.stylist .case .b{
    width: 240px;
    height: 164px;
    top: 75px;
    left: 365px;
    background-position:104px 87px;
}
.stylist .case .c{
    width: 295px;
    height: 161px;
    top: 250px;
    left: 308px;
    background-position:128px 70px;
}
.stylist .case .cont{
    position: absolute;
    height: 60px;
    padding: 0 20px;
    background: rgba(0,0,0,.8);
    border-radius: 10px;
    display: none;
}
.stylist .case .cont p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-top: 5px;
}
.stylist .case .cont .arrow_a{
    width: 13px;
    height: 11px;
    background: url('../images/arrow.png') no-repeat center;
    opacity: 0.8;
    position: absolute;
    bottom: -11px;
}
.stylist .case_left .a .cont{
    width: 180px;
    top: -60px;
    left: -6px;
}
.stylist .case_left .a .arrow_a{
    left: 70px;
}
.stylist .case_left .b .cont{
    width: 180px;
    top: 11px;
    left:17px;
}
.stylist .case_left .b .arrow_a{
    left: 90px;
}
.stylist .case_left .c .cont{
    width: 180px;
    top: -6px;
    left:62px;
}
.stylist .case_left .c .arrow_a{
    left: 70px;
}
.stylist .case_right .a .cont{
    width: 213px;
    top: -60px;
    left: -6px;
}
.stylist .case_right .a .arrow_a{
    left: 70px;
}
.stylist .case_right .b .cont{
    width: 180px;
    top: 11px;
    left: 17px;
}
.stylist .case_right .b .arrow_a{
    left: 90px;
}
.stylist .case_right .c .cont{
    width: 190px;
    height: 80px;
    top: -26px;
    left:62px;
}
.stylist .case_right .c .arrow_a{
    left: 70px;
}
.stylist .case_big{
    width: 100%;
    height: 600px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.stylist .case_big .big_cont{
    width: 1920px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.stylist .case_big .big_cont .left{
    width: 792px;
    height: 600px;
    background: url("../images/case_big_1.jpg") no-repeat center;
}
.stylist .case_big .big_cont .right{
    width: 1128px;
    height: 600px;
    background: url("../images/case_big_2.jpg") no-repeat center;
}
.stylist .case_big .big_cont .right .case_big_btn{
    width: 400px;
    height: 60px;
    margin: 520px 0 0 230px;
    background: url("../images/case_big_btn.jpg") no-repeat center;
    background-size: 100%;
    cursor: pointer;
    animation: bigBtn 1.5s ease-out infinite;
}

.health .health_box .p1{
    font-size: 24px;
    color: #333333;
    padding: 8px 0 8px 225px;
    line-height: 30px;
    background: url("../images/bracket_left.png") no-repeat 199px,url("../images/bracket_right.png") no-repeat 985px;
}
.health .health_box .p1 span{
    color: #662580;
}
.health .health_box .health_cont{
    width: 100%;
    height: 450px;
    margin-top: 20px;
}
.health .health_box .health_cont .left{
    width: 470px;
    height: 100%;
    background: url("../images/health_cont_1.png") no-repeat center;
}
.health .health_box .health_cont .right{
    width: 730px;
    height: 100%;
    background: url("../images/health_cont_2.png") no-repeat center;
}
.health .health_box .bg{
    width: 100%;
    height: 162px;
    background: url("../images/health_bg.png") no-repeat center;
}
.health .health_box .health_btn{
    width: 400px;
    height: 60px;
    margin: 0 auto 30px;
    background: url("../images/health_btn.jpg") no-repeat center;
    background-size: 100%;
    cursor: pointer;
    animation: bigBtn 1.5s ease-out infinite;
}

.scheme{
    width: 100%;
    height: 600px;
    background: url("../images/scheme_bg.jpg") no-repeat center;
}
.scheme .Forum_title_box{
    padding-bottom: 15px;
}
.scheme .Forum_title_box .title_a span{
    font-size: 66px;
    color: #662580;
    padding-right: 20px;
    line-height: 100%;
    text-decoration: underline;
}
.scheme .scheme_box .left{
    width: 400px;
    height: 271px;
    background: url("../images/scheme_box_1.png") no-repeat center;
    margin: 82px 0 0 120px;
}
.scheme .scheme_box .right{
    width: 450px;
    height: 430px;
    background: #fff;
    margin-left: 106px ;
    border: 1px solid #71716d;
    border-radius: 20px;
    box-shadow: 0 2px 3px #71716d;
    box-sizing: border-box;
    padding-top: 42px;
}
.scheme .scheme_box .right .bottom_apply{
    width: 340px;
    margin: 0 auto;
}
.scheme .scheme_box .right .bottom_apply input{
    width: 100%;
    height: 60px;
    padding-left: 72px;
    font-size: 18px;
    line-height: 60px;
    margin-bottom: 32px;
    border-radius: 10px;
    border: 1px solid #989898;
}
.scheme .scheme_box .right .bottom_apply .user{
    background: url("../images/user.png") no-repeat 15px #fff;
}
.scheme .scheme_box .right .bottom_apply .tel{
    background: url("../images/tel.png") no-repeat 15px #fff;
}
.scheme .scheme_box .right .bottom_apply .area{
    background: url("../images/area.png") no-repeat 15px,url("../images/m2.png") no-repeat 300px #fff;
}
.scheme .scheme_box .right .bottom_apply .city{
    width: 100%;
    height: 60px;
    padding-left: 72px;
    font-size: 18px;
    line-height: 60px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #989898;
    background: url("../images/dw.png") no-repeat 15px #fff;
}
.scheme .scheme_box .right .bottom_apply .submit_btn{
    width: 100%;
    height: 60px;
    border-radius: 10px ;
    background: #8b3df7;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    position: relative;
    /*top: 90px;*/

}
.scheme .scheme_box .right .bottom_apply .submit_btn .hand{
    width: 49px;
    height: 61px;
    position: absolute;
    top: 15px;
    left: 245px;
}
.scheme .scheme_box .right .bottom_apply .submit_btn .hand i{
    width: 21px;
    height: 21px;
    background: #9c6fcb;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}
.scheme .scheme_box .right .bottom_apply .submit_btn .hand img{
    position: absolute;
    top: 0;
    left: 0;
}

.show_layer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    z-index: 9999;
    display: none;
}
.show_layer .show_box{
    width: 500px;
    height: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -180px 0 0 -250px;
    background: url("../images/show_apply.png") no-repeat center;
}
.show_layer .show_box .close_btn{
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.show_layer .show_box .form{
    width: 398px;
    margin: 116px auto 0;
}
.show_layer .show_box .form input{
    width: 100%;
    height: 60px;
    padding-left: 80px;
    font-size: 20px;
    line-height: 60px;
    margin-bottom: 12px;
}
.show_layer .show_box .submit_btn{
    width: 398px;
    height: 56px;
    margin: 0 auto;
    cursor: pointer;
}







