<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** CSS Reset **/
*{-webkit-tap-highlight-color:transparent; -webkit-touch-callout:none;outline:none;font-family: 'MicrosoftYaHei';font-family: '寰蒋闆呴粦';font-family: "microsoft yahei";}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form, fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; vertical-align: top;}
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:center; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
abbr,acronym { border:0; }
textarea, input, select{resize: none;outline:none;border:none;}
button {overflow:visible;width:auto;margin:0;padding:0;border:0 none;outline:none;}
input{border:0}
a{text-decoration:none; color:#333;-webkit-tap-highlight-color:transparent; -webkit-touch-callout:none;}
a:hover{ text-decoration:none;}
.m1000{height: 100%;position: relative;width: 1000px;margin: auto;}
img{ pointer-events: none; }
#collectionForm img{pointer-events: all;cursor: pointer;}
select {text-size-adjust: none;/* 閲嶇疆ie */border: none;outline: none;appearance: none;-moz-appearance: none;-webkit-appearance: none;}
/*  */
.totop img{vertical-align: bottom;}
.disblock{display: block;}
.disnone{display: none;}
.disflexblock{display: flex !important;}
@media (max-width:1000px){
.disblock{display: none;}
.disnone{display: block;}
.disflexblock{display: none !important;}
}

.banner{height: 607px;background: url('../images/banner.jpg') no-repeat center top;}
.banner .mianfei{width: 310px;height: 321px;background: #fff url('../images/gao.png') no-repeat right top;position: absolute;padding: 62px 29px 0;box-sizing: border-box;
    right: 0;top: 195px;border-radius: 15px;-webkit-border-radius: 15px;-moz-border-radius: 15px;-ms-border-radius: 15px;-o-border-radius: 15px;box-shadow: 0 0 1px #e57046;}
.banner .top{font-size: 19px;color: #eb7b51;border-bottom: 3px solid #eb7b51;height: 29px;font-weight: bold;margin-bottom: 6px;width: 78px;}
.banner .center{font-size: 18px;color: #eb7b51;}


.banner .form-wrap {width: 100%;margin: 16px auto 0;}
.banner .form-wrap form label{ height: 33px; padding-left: 38px; vertical-align: top; border: 1px solid #ff7302;overflow: hidden; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; }
.banner .form-wrap form label input{height: 100%;vertical-align: top;width: 100%;font-size: 15px;color: #666;}
.banner .form-wrap form label select{height: 100%;vertical-align: top;width: 100%;font-size: 15px;color: #666;}
.banner .form-wrap form label input::-webkit-input-placeholder{color: #666;}
.banner .form-wrap form label.name{background: url('../images/ren1.png') no-repeat left center;margin-bottom: 20px;}
.banner .form-wrap form label.phone{background: url('../images/ren2.png') no-repeat left center;margin-bottom: 13px;}
.banner .form-wrap .btn-wrap{ animation:first 1s infinite ; width: 150px; font-size: 20px; font-weight: bold; line-height: 40px; height: 40px; margin:20px auto 0; background: #e57046; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; -webkit-transition:0.6s ; -moz-transition:0.6s ; -ms-transition:0.6s ; -o-transition:0.6s ; -webkit-animation:first 1s infinite ; }

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

}


.nav{height: 80px;background: #e1683e;width: 100%;}
.nav .disF{display: flex;justify-content: space-between;height: 100%;}
.nav .li{ font-size: 17px; line-height:24px; color: #fff; transition:0.3s ; width: 143px; text-align: center; height: 100%; display: flex;justify-content: center;align-items: center; position: relative; -webkit-transition:0.3s ; -moz-transition:0.3s ; -ms-transition:0.3s ; -o-transition:0.3s ; }
.nav .active{background: #f1a36a;margin-top: -6px;}
.nav i{display: block;width: 1px;height:73px;background: #fff;position: absolute;right: 0;top: 4px;}
.nav .li:hover{margin-top: -6px;background: #f1a36a;}

.cont1 .m1000{padding-bottom: 0px;}
.cont1 .disF{display: flex;justify-content: space-between;padding-bottom: 42px;}
.cont1 .disF .divbox{width: 245px;height:370px;padding: 80px 17px 0;box-sizing: border-box;box-shadow: 0 0 10px #eddfd9;}
.cont1 .pTop1{font-size: 17px;color: #fff;text-align: center;margin-bottom: 40px;}
.cont1 .pTop2{font-size: 15px;color: #333;line-height: 24px;}
.titleImg{display: block;margin: auto;}
.cont1 .divbox1{background: url('../images/cont11.png') no-repeat center top;}
.cont1 .divbox2{background: url('../images/cont12.png') no-repeat center top;}
.cont1 .divbox3{background: url('../images/cont13.png') no-repeat center top;}
.cont1 .divbox4{background: url('../images/cont14.png') no-repeat center top;}
.cont1 .flextbtn a{cursor: pointer; transition:0.7s ; font-size: 18px; height: 54px; border:1px solid #eb7b51; color: #eb7b51; display: block; width: 270px; line-height: 54px; text-align: center; -webkit-transition:0.7s ; -moz-transition:0.7s ; -ms-transition:0.7s ; -o-transition:0.7s ; }
.cont1 .flextbtn{width: 635px;margin: auto;display: flex;justify-content: space-between;}
.cont1 .flextbtn .active{ background: #eb7b51;color: #fff; transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }

.cont2{background: url('../images/cont2_03.png') no-repeat center top;height: 213px;}
.cont2 .form-wrap{width: 420px;float: right;margin: 27px 0 0 0;}
.cont2 .form-wrap form label{height: 40px;border: none;margin-bottom: 13px;padding-left: 34px;box-sizing: border-box;}
.cont2 .form-wrap form label input{height: 100%;font-size: 14px;color: #999;}
.cont2 .form-wrap .btn-wrap{ transition:0.7s ; margin-top: 13px; height: 51px; line-height: 51px; font-size: 19px; font-weight: bold; background: #eb7b51; -webkit-transition:0.7s ; -moz-transition:0.7s ; -ms-transition:0.7s ; -o-transition:0.7s ; }
.cont2 .name{background:#fff url('../images/ren1.png')no-repeat left center;}
.cont2 .phone{background:#fff url('../images/ren2.png')no-repeat left center;}
.cont2 .form-wrap .btn-wrap:hover{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }

.cont3 .disF{display: flex;justify-content: space-between;padding-bottom: 46px;}
.cont3 .disF .divbox{width: 490px;height: 701px;box-shadow: 0 0 10px #fce9db;position: relative;}
.cont3 .l{background: url('../images/cont3l.png') no-repeat center top;}
.cont3 .r{background: url('../images/cont3r.png') no-repeat center top;}
.cont3 .p1{font-size: 22px;color: #fff;text-align: center;padding-top: 16px;margin-bottom: 27px;}
.cont3 .p2{font-size: 17px;color: #333;text-align: center;margin-bottom: 16px;}
.cont3 .p3{font-size: 15px;color: #333;line-height: 22px;margin-left: 31px;}

.cont3 .box1{width: 423px;height: 41px;background: url('../images/cont3l1.png') no-repeat center top;margin: auto;
    font-size: 18px;color: #fff;line-height: 41px;padding-left: 41px;box-sizing: border-box;}
.cont3 .box2{width: 90px;height: 29px;font-size: 16px;color: #fff;text-align: center;line-height: 29px;background: #f1a36a;margin: 14px 0 8px 31px;}
.br{height: 0;}
.cont3 .box3{width: 364px;height: 41px;background: url('../images/cont3l2.png') no-repeat center top;margin:16px auto 0;
    font-size: 18px;color: #fff;line-height: 41px;padding-left: 29px;box-sizing: border-box;}
.cont3 .divbottom{position: absolute;left: 0;bottom: 0;height: 72px;background: #fce9db;width: 100%;padding: 12px 0 0 119px;
    box-sizing: border-box;font-size: 16px;color:#eb7b51;line-height: 24px;}
.cont3 .leftD{position: absolute;left: 12px;top: 19px;width: 90px;height: 35px;color: #fff;font-size: 16px;line-height: 35px;
    background: #f1a36a;text-align: center;}
.cont3 .box{margin-top: 10px;}
.cont3 .p3{width: 419px;}
.cont3 .boxr1{width: 347px;height: 41px;line-height: 41px; background: url('../images/cont3r1.png') no-repeat center top;font-size: 16px;color: #fff;margin: 16px auto  17px; padding-left:48px;box-sizing: border-box;}
.cont3 .boxr2{width: 319px;height: 41px;line-height: 41px; background: url('../images/cont3r2.png') no-repeat center top;font-size: 16px;color: #fff;margin: 16px auto  17px; padding-left:58px;box-sizing: border-box;}
.cont3 .r .box2{background: #e1683e;}
.cont3 .r .leftD{background: #e1683e;}
.cont3 .r .divbottom{color: #e1683e;}
.cont3 .disFbtn{display: flex;justify-content: space-between;}
.cont3 .disFbtn div{width:490px;}
.cont3 .disFbtn div a{cursor: pointer; transition:0.7s ; display: block; width: 278px; height: 54px; background: #f1a36a; color: #fff; font-size: 19px; line-height: 54px; text-align: center; margin: auto; -webkit-transition:0.7s ; -moz-transition:0.7s ; -ms-transition:0.7s ; -o-transition:0.7s ; }
.cont3 .disFbtn div .rightBackground{background: #e1683e;}
.cont3 .disFbtn div a:hover{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }


.cont4 {padding-bottom: 82px;}
.cont4 .fourImg{display: block;margin:50px auto 52px ;}
.cont4 .btn{transition:0.7s ;cursor: pointer; display: block; width: 286px; height: 54px; background: #eb7b51; color: #fff; font-size: 19px; line-height: 54px; text-align: center; margin: auto; -webkit-transition:0.7s ; -moz-transition:0.7s ; -ms-transition:0.7s ; -o-transition:0.7s ; }
.cont4 .btn:hover{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
.cont4 .two{display: none;}



.cont5 {background: #ededed;padding-bottom:74px ;}
.cont5 .titleImg{margin-bottom: 0px;}
.cont5 .box1{width: 100%;height: 127px;background: url('../images/cont51_03.png') no-repeat center top;padding: 20px 58px 0;box-sizing: border-box;}
.cont5 .p1{font-size: 24px;color: #fff;font-weight: bold;margin-bottom: 12px;text-align: center;}
.cont5 .p2{font-size: 16px;color: #fff;line-height: 25px;}
.cont5 .aotuImg{display: block;margin:0 0 0 -13px;}
.cont5 .flextbtn a{cursor: pointer; transition:0.7s ; font-size: 18px; height: 54px; border:1px solid #e1683e; color: #e1683e; display: block; width: 256px; line-height: 54px; text-align: center; -webkit-transition:0.7s ; -moz-transition:0.7s ; -ms-transition:0.7s ; -o-transition:0.7s ; }
.cont5 .flextbtn{width: 574px;margin: auto;display: flex;justify-content: space-between;}
.cont5 .flextbtn .active{ background: #e1683e;color: #fff; transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
.cont5 .box2{width: 100%;height: 111px;background: url('../images/cont53_03.png') no-repeat center top;padding: 20px 58px 0;box-sizing: border-box;margin-top: 56px;}
.cont5 .box2 .p2{text-align: center;}
.cont5 .swiperB1{display: none;}
.cont5 .swiperB2{display: none;}



.cont6 {padding-bottom: 68px;}
.cont6 .divPosition{width: 100%;height: 448px;background: url('../images/cont61_03.png') no-repeat center top;margin-top: 67px;position: relative;}
.cont6 .div1{width: 376px;height: 66px;position: absolute;left: 0;top: 0;}
.cont6 .div2{width: 376px;height: 66px;position: absolute;left: 0;top: 105px;}
.cont6 .div3{width: 376px;height: 66px;position: absolute;left: 0;top: 215px;}
.cont6 .div4{width: 376px;height: 66px;position: absolute;left: 0;top: 320px;}
.cont6 .div5{width: 350px;height: 66px;position: absolute;right: 0;top: 0px;}
.cont6 .div6{width: 350px;height: 66px;position: absolute;right: 0;top: 105px;}
.cont6 .div7{width: 350px;height: 66px;position: absolute;right: 0;top: 214px;}
.cont6 .divPosition div{cursor: pointer; font-size: 16px;color: #333;line-height: 66px;text-align: center;}
.cont6 .btn{transition:0.7s ;cursor: pointer; display: block; width: 286px; height: 54px; background: #e1683e; color: #fff; font-size: 19px; line-height: 54px; text-align: center; margin: auto; -webkit-transition:0.7s ; -moz-transition:0.7s ; -ms-transition:0.7s ; -o-transition:0.7s ; }
.cont6 .btn:hover{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }

.cont7{background: #ededed;padding-bottom: 67px;}
.cont7 .titleImg{margin-bottom: 68px;}
.cont7 .box{height: 500px;position: relative;width: 100%;}
.cont7 .p1{font-size: 17px;font-weight: bold;color: #fff;margin-bottom: 12px;}
.cont7 .p2{font-size: 16px;line-height: 24px; color: #fff;}
.cont7 .div1{ width: 276px;position: absolute;left: 199px;top: 0; height: 230px; background: #eb7b51; border-radius:10px ; -webkit-border-radius:10px ; -moz-border-radius:10px ; -ms-border-radius:10px ; -o-border-radius:10px ; }
.cont7 .div2{ width: 276px;position: absolute;right:0;top: 0; height: 300px; background: #eb7b51; border-radius:10px ; -webkit-border-radius:10px ; -moz-border-radius:10px ; -ms-border-radius:10px ; -o-border-radius:10px ; }
.cont7 .div3{ width: 276px;position: absolute;left:199px;top: 270px; height: 230px; background: #eb7b51; border-radius:10px ; -webkit-border-radius:10px ; -moz-border-radius:10px ; -ms-border-radius:10px ; -o-border-radius:10px ; }
.cont7 .div1 .divImg{position: absolute;top: 19px;left: -200px;overflow: hidden;}
.cont7 .div2 .divImg{position: absolute;top: 19px;left: -200px;overflow: hidden;}
.cont7 .div3 .divImg{position: absolute;top: 19px;left:-200px;overflow: hidden;}
.cont7 .div1{padding: 27px 10px 0 70px;box-sizing: border-box;}
.cont7 .div2{padding: 27px 10px 0 70px;box-sizing: border-box;}
.cont7 .div3{padding: 40px 18px 0 68px;box-sizing: border-box;}
.cont7 .divImg img:hover{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
.cont7 .divImg img{pointer-events: all; transition:0.7s ; -webkit-transition:0.7s ; -moz-transition:0.7s ; -ms-transition:0.7s ; -o-transition:0.7s ; }
.cont7 .divImg{ width: 256px; height: 192px; border-radius:12px ; -webkit-border-radius:12px ; -moz-border-radius:12px ; -ms-border-radius:12px ; -o-border-radius:12px ; }



.cont8 .titleImg{margin-bottom: 53px;}
.cont8 .divbox{width: 663px;margin: auto;display: flex;justify-content:space-between;padding-bottom: 56px;}
.cont8 .posen{width:324px;height: 330px;background: #fdf2ed;padding-top: 21px;box-sizing: border-box;position: relative;}
.cont8 .posen img{display: block;margin:0 auto 9px;}
.cont8 .p1{font-size: 15px;font-weight: bold;color: #e1683e;text-align: center;line-height: 28px;}
.cont8 .p2{font-size: 15px;color: #333;line-height: 28px;margin-left: 29px;}
.cont8 .posen a{ width: 121px; height: 34px; background: #e1683e; text-align: center; line-height: 34px; transition:0.7s ; color: #fff; font-size: 18px; display: block; border-radius:15px ; -webkit-border-radius:15px ; -moz-border-radius:15px ; -ms-border-radius:15px ; -o-border-radius:15px ; position: absolute; left: 102px; bottom: 20px; -webkit-transition:0.7s ; -moz-transition:0.7s ; -ms-transition:0.7s ; -o-transition:0.7s ;
}
.cont8 .swiperConsect{display: none;}
.cont8 .posen a:hover{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
.cont8 .flextbtn a{ transition:0.7s ; font-size: 18px; height: 54px; border:1px solid #eb7b51; color: #eb7b51; display: block; width: 256px; line-height: 54px; text-align: center; -webkit-transition:0.7s ; -moz-transition:0.7s ; -ms-transition:0.7s ; -o-transition:0.7s ; }
.cont8 .flextbtn{width: 574px;margin: auto;display: flex;justify-content: space-between;}
.cont8 .flextbtn .active{ background: #eb7b51;color: #fff; transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
.cont8{padding-bottom: 56px;}

.cont9{height: 213px;background: url('../images/cont9_02.png') no-repeat center top;}

.cont10{padding-bottom: 80px;}
.cont10 .divbox{height: 307px;background: url('../images/cont101_03.png') no-repeat center top;display: flex;justify-content: space-between;padding-bottom: 40px;}
.cont10 .titleImg{margin-bottom: 36px;}
.cont10 .divbox .box{width: 25%;height: 307px;text-align: center;font-size: 15px;line-height: 24px;color: #fff;padding-top: 164px;box-sizing: border-box;}
.cont10 .btn{transition:0.7s ;cursor: pointer; display: block; width: 286px; height: 54px; background: #e1683e; color: #fff; font-size: 19px; line-height: 54px; text-align: center; margin: auto; -webkit-transition:0.7s ; -moz-transition:0.7s ; -ms-transition:0.7s ; -o-transition:0.7s ; }
.cont10 .btn:hover{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }




.bannerBtn1{width: 300px;height: 52px;position: absolute;left: 0;top: 382px;display: block;cursor: pointer;}
.bannerBtn2{width: 612px;height: 53px;position: absolute;left: 0;top: 451px;display: block;cursor: pointer;}


@media (max-width:1000px){
    .bannerBtn1{display: none;}
    .bannerBtn2{display: none;}

    .m1000{width: 100%;}

    .banner .mianfei{display: none;}
    .banner{background: url('../images/images/banner_01.jpg') no-repeat;height: 6.35rem;background-size: 100% 100%;}
    .banner .log{width: 100%;}
    .banner .topBtnl{width: 3.3rem;height: 0.9rem;background: #f1a36a;color: #fff;text-align: center;line-height: 0.9rem;font-size: 0.23rem;
    position: absolute;left: 0.25rem;top: 4.76rem;}
    .banner .topBtnr{width: 3.3rem;height: 0.9rem;background: #e1683e;color: #fff;text-align: center;line-height: 0.9rem;font-size: 0.23rem;
        position: absolute;right: 0.25rem;top: 4.76rem;}

    .nav{height: 1.57rem;}
    .nav .box{width: 100%;height: 50%;border-bottom: 1px solid #fff;box-sizing: border-box;padding: 0 0.2rem 0;display: flex;justify-content: flex-start;}
    .nav .box a{width: 25%;height: 100%;display: block;position: relative;font-size: 0.22rem;line-height: 0.25rem;text-align: center;color: #fff;display: flex;justify-content: center;align-items: center;}
    .nav .box i{height: 0.63rem;width: 1px;position: absolute;right: 0;top: 0.07rem;}
    .nav .disnone{height: 100%;}
    .nav .ac{background: #f1a36a;}
    .nav .ac i{display: none;}
    .nav .box a:hover{margin-top: 0;}
    .nav .box .padding{padding: 0;line-height: 0.785rem;}
    .nav .box1{border: none;}

    .mcont1{height: 4.04rem;background:url('../images/images/mcont1_02.png') no-repeat;background-size: 100% 100%; padding-top: 0.49rem;box-sizing: border-box;}   
    .mcont1 .name{background:#fff url('../images/images/icon1.png') no-repeat left center ;margin:0 auto 0.2rem;
        background-size:0.48rem 0.77rem ;width: 6.02rem;height: 0.77rem;display: block;padding-left: 0.46rem;box-sizing: border-box;}   
    .mcont1 .phone{background:#fff url('../images/images/icon2.png') no-repeat left center ;margin:0 auto 0.2rem;
        background-size:0.48rem 0.77rem ;width: 6.02rem;height: 0.77rem;display: block;padding-left: 0.46rem;box-sizing: border-box;}   
    .mcont1 input{width: 100%;height: 100%;vertical-align: top;font-size: 0.2rem;}
    .mcont1 label{vertical-align: top;}
    .mcont1 input::-webkit-input-placeholder{color: #999;}
    .mcont1 .tiaokuan{width: 6.02rem;margin:0 auto 0.2rem;display: block;height: 0.14rem;font-size: 0.14rem;line-height: 0.14rem;}
    .mcont1 .tiaokuan img{vertical-align: top;margin-top: 0;width: 0.14rem;height: 0.14rem;margin-right: 0.04rem;}
    .mcont1 .btn-wrap{width: 6.02rem;height: 0.82rem;background: #e1683e;display: block;margin: auto;font-size: 0.28rem;font-weight: bold;color: #fff;}

    .titleImg{display: none;}
    .cont1 .disF{flex-wrap: wrap;width: 7.1rem;margin: auto;padding-bottom: 0;}
    .cont1{background: url('../images/images/cont1_02.png') no-repeat center top;background-size:100% 1.45rem ;}
    .cont1 .m1000{padding-top: 1.45rem;padding-bottom: 0;}
    .cont1 .disF .divbox{width: 3.45rem;height: 4.7rem;margin-bottom: 0.28rem;padding: 1.15rem 0.15rem 0;}
    .cont1 .disF .divbox3{height: 3.45rem;}
    .cont1 .disF .divbox4{height: 3.45rem;}
    .cont1 .pTop1{font-size: 0.28rem;margin-bottom: 0.5rem;}
    .cont1 .pTop2{font-size: 0.2rem;line-height: 0.32rem;}
    .cont1 .divbox1{background: url('../images/images/cont11_03.png') no-repeat ;background-size: 100% 1.73rem;}
    .cont1 .divbox2{background: url('../images/images/cont12_03.png') no-repeat ;background-size: 100% 1.73rem;}
    .cont1 .divbox3{background: url('../images/images/cont13_03.png') no-repeat ;background-size: 100% 1.73rem;}
    .cont1 .divbox4{background: url('../images/images/cont14_03.png') no-repeat ;background-size: 100% 1.73rem;}
    .cont1 .flextbtn{width: 7rem;}
    .cont1 .flextbtn a{width: 3.35rem;height: 0.9rem;line-height: 0.9rem;font-size: 0.28rem;}
    .cont1 .flextbtn .active{ transform:scale(1) ; -webkit-transform:scale(1) ; -moz-transform:scale(1) ; -ms-transform:scale(1) ; -o-transform:scale(1) ; }

    .cont2{display: none;}
    
    .cont3 .swiperTop{width: 7.07rem;margin: auto;}
    .cont3 .l{background: url('../images/images/cont31.png') no-repeat center top;background-size: 100% 1.59rem;height: 10.77rem;position: relative;}
    .cont3 .r{background: url('../images/images/cont3r_03.png') no-repeat center top;background-size: 100% 1.59rem;height: 10.44rem;position: relative;}
    .cont3 {background: url('../images/images/cont3.png') no-repeat center top;background-size: 100% 2.09rem;}
    .cont3 .m1000{padding-top: 2.04rem;padding-bottom: 0.4rem;}
    .cont3 .p1{font-size: 0.33rem;padding-top: 0.28rem;margin-bottom: 0.42rem;}
    .cont3 .p2{font-size: 0.26rem;margin-bottom: 0.29rem;}
    .cont3 .box1{font-size: 0.25rem;height: 0.59rem;line-height: 0.59rem;padding-left: 0;text-align: center; width: 6.1rem;background: url('../images/images/cont3l1_03.png') no-repeat center top;background-size: 100% 100%;}
    .cont3 .box2{width: 1.3rem;height: 0.42rem;font-size: 0.22rem;line-height: 0.42rem;margin: 0.18rem 0 0.14rem 0.44rem;}
    .cont3 .p3{width: 6.26rem;margin-left: 0.44rem;font-size: 0.22rem;line-height: 0.35rem;}
    .cont3 .box3{font-size: 0.25rem;line-height: 0.6rem;height: 0.6rem;padding: 0;margin: 0.19rem auto 0.19rem; text-align: center;width: 5.25rem;background: url('../images/images/cont3l2_03.png') no-repeat;background-size: 100% 100%;}
    .cont3 .divbottom{height: 1.04rem;padding: 0.2rem 0 0 1.73rem;font-size: 0.22rem;line-height: 0.35rem;}
    .cont3 .leftD{width: 1.3rem;height: 0.5rem;font-size: 0.23rem;line-height: 0.5rem;position: absolute;left: 0.17rem;top: 0.27rem;}
    .cont3 .leftBox{height:12.5rem;box-shadow: 0 0 10px #f2e8e4;margin-bottom: 0.2rem;}
    .cont3 .leftBox a.btn{font-size: 0.28rem;height: 0.78rem;width: 4.3rem;line-height: 0.78rem;color: #fff; text-align: center;background: #f1a36a;margin: 0.37rem auto 0;display: block;}
    .cont3 .swiperS{width: 100%;text-align: center; height: 0.32rem;vertical-align: bottom;font-size: 8px;}
    .cont3 .swiper-pagination-bullet{width: 0.17rem;height: 0.17rem;vertical-align: bottom;background: #f1a36a;margin:0 0.14rem;opacity: 1;}
    .cont3 .swiper-pagination-bullet-active{background: #e1683e;}
    .cont3 .boxr1{font-size: 0.24rem;height: 0.59rem;padding-left: 0;text-align: center;margin: 0.19rem auto; line-height: 0.59rem;background: url('../images/images/cont3r1_03.png') no-repeat;width: 5.01rem; background-size: 100% 100%;}
    .cont3 .boxr2{background: url('../images/images/cont3_03.png') no-repeat;background-size: 100% 100%; margin: 0.17rem auto; padding-left: 0;text-align: center; width: 4.61rem;height: 0.59rem;font-size: 0.23rem;line-height: 0.59rem;}
    .cont3 .rightbox a.btn{background: #e1683e;}


    .cont4{background: #f1f1f1 url('../images/images/cont4_03.png') no-repeat center top;background-size:7.50rem 1.5rem;padding-bottom: 0.55rem;}
    .cont4 .m1000{padding-top: 1.51rem;}
    .cont4 .two{width: 7.1rem;display: block;margin:0 auto 0.35rem;}
    .cont4 .one{display: none;}
    .cont4 .btn{font-size: 0.28rem;height: 0.78rem;line-height: 0.78rem;width: 3.7rem;}
    .cont4 .btn:hover{ transform:scale(1) ; -webkit-transform:scale(1) ; -moz-transform:scale(1) ; -ms-transform:scale(1) ; -o-transform:scale(1) ; }

    .cont5{background: url('../images/images/cont5_02.png') no-repeat center top;background-size: 100% 1.5rem;padding-bottom: 0;}
    .cont5 .m1000{padding-top:1.5rem;}    
    .cont5 .box1{width: 7.08rem;padding: 0.15rem 0.33rem 0;box-sizing: border-box;margin: auto;height: 1.49rem; background: url('../images/images/cont51_03.png') no-repeat center top;background-size: 100% 1.49rem;}
    .cont5 .p1{font-size: 0.24rem;margin-bottom: 0.08rem;}
    .cont5 .p2{font-size: 0.19rem;line-height: 0.29rem;}
    .cont5 .aotuImg{display: none;}
    .cont5 .swiperB1 img{width:100%;}
    .cont5 .swiperB1{width: 7.1rem;margin:0.23rem auto;display: block;}
    .cont5 .swiperB2 img{width:100%;}
    .cont5 .swiperB2{width: 7.1rem;margin:0.23rem auto;display: block;}
    .cont5 .swiperBmodel1{height: 0.37rem;vertical-align: top;text-align: center;font-size: 6px;}
    .cont5 .swiperBmodel2{height: 0.37rem;vertical-align: top;text-align: center;font-size: 6px;}
    .cont5 .swiper-pagination-bullet{width: 0.18rem;height: 0.18rem;margin: 0 0.1rem;opacity: 1;background: #f1a36a;}
    .cont5 .swiper-pagination-bullet-active{background: #e1683e;}
    .cont5 .flextbtn{width: 7.1rem;}
    .cont5 .flextbtn a{width: 3.45rem;height: 0.9rem;line-height: 0.9rem;font-size: 0.28rem;}
    .cont5 .flextbtn .active{ transform:scale(1) ; -webkit-transform:scale(1) ; -moz-transform:scale(1) ; -ms-transform:scale(1) ; -o-transform:scale(1) ; }
    .cont5 .box2{margin: 34px auto 0.19rem;width: 7.09rem;background: url('../images/images/cont53_07.png') no-repeat center top;background-size: 100% 1.14rem;}
    .cont5 .box2{padding: 0.28rem 0.37rem 0;}
    .cont5 .red a{color: #f1a36a;border: 1px solid #f1a36a;}
    .cont5 .red .active{background: #f1a36a;color: #fff;}


    .cont6{background: url('../images/images/cont6.png') no-repeat center top;background-size: 100% 2.2rem;padding-bottom: 0;}
    .cont6 .m1000{padding-top: 2.12rem;}
    .cont6 .divPosition{height: 9.9rem;background: url('../images/images/cont61.png') no-repeat center top;background-size: 100% 100%;margin-top: 0;}
    .cont6 .divPosition div{font-size: 0.19rem;line-height: 0.73rem;}
    .cont6 .divPosition .div1{position: absolute;left: 0.21rem;top: 0;width: 5.04rem;}
    .cont6 .divPosition .div2{position: absolute;left: 0.21rem;top: 1.86rem;width: 3.78rem;}
    .cont6 .divPosition .div3{position: absolute;left: 0.21rem;top: 3.73rem;width: 4.6rem;}
    .cont6 .divPosition .div4{position: absolute;left: 0.21rem;top: 5.6rem;width: 3.69rem;}
    .cont6 .divPosition .div5{position: absolute;right: 0.21rem;top: 0.93rem;width: 3.87rem;}
    .cont6 .divPosition .div6{position: absolute;right: 0.21rem;top: 2.79rem;width: 3.67rem;}
    .cont6 .divPosition .div7{position: absolute;right: 0.21rem;top: 4.66rem;width: 3.67rem;}
    .cont6 .btn{width: 3.35rem;height: 0.8rem;background: #e1683e;line-height: 0.8rem;font-size: 0.27rem;}
    .cont6 .btn:hover{ transform:scale(1) ; -webkit-transform:scale(1) ; -moz-transform:scale(1) ; -ms-transform:scale(1) ; -o-transform:scale(1) ; }
 
    .cont7{background: url('../images/images/cont7.png') no-repeat center top;background-size: 100% 1.72rem;padding-bottom: 0rem;}
    .cont7 .m1000{padding-top: 1.6rem;}    
    .cont7 .swipppp{height: 8.64rem;width: 7.1rem;margin: auto;}
    .cont7 .div1{width: 4.12rem;height: 3.44rem;position: absolute;right: 0;top: 0;padding: 0.5rem 0.16rem 0 1.05rem;left: auto;}
    .cont7 .div2{width: 4.12rem;height: 4.2rem;position: absolute;left: 0;right:auto;top: 3.86rem;padding: 0.3rem 1.06rem 0 0.15rem;background: #f1a36a;}
    .cont7 .div1 .divImg{width: 3.81rem;height: auto;position: absolute;left:-2.97rem;top: 0.28rem;}
    .cont7 .div2 .divImg{width: 3.81rem;height: auto;position: absolute;left:3.27rem;top: 0.28rem;}
    .cont7 .div3{width: 4.12rem;height: 3.44rem;position: absolute;right: 0;top: 0;padding: 0.5rem 0.16rem 0 1.05rem;left: auto;}
    .cont7 .div3 .divImg{width: 3.81rem;height: auto;position: absolute;left:-2.97rem;top: 0.28rem;}

    .cont7 .divImg img{width: 100%;}
    .cont7 .p1{font-size: 0.27rem;margin-bottom: 0.23rem;}
    .cont7 .p2{font-size: 0.23rem;line-height: 0.36rem;}
    .cont7 .tttt{height: 0.37rem;vertical-align: top;text-align: center;font-size: 6px;}
    .cont7 .swiper-pagination-bullet{width: 0.18rem;height: 0.18rem;margin: 0 0.1rem;opacity: 1;background: #f1a36a;}
    .cont7 .swiper-pagination-bullet-active{background: #e1683e;}

    .cont8{background:#f1f1f1 url('../images/images/cont8_04.png') no-repeat center top;background-size: 100% 1.42rem;}
    .cont8 .m1000{padding-top: 1.42rem;}
    .cont8 .swiperConsect{width: 7.1rem;margin: auto;display: block;}
    .cont8 .disf{display: flex;justify-content: space-between;padding-bottom: 0.66rem;padding-top: 0.31rem;}
    .cont8 .disf .alt{width: 3.5rem;height: 3.54rem;background:#fff;position: relative;}
    .cont8 .swiperConsectBottom{height: 0.37rem;vertical-align: top;text-align: center;font-size: 6px;}
    .cont8 .swiper-pagination-bullet{width: 0.18rem;height: 0.18rem;margin: 0 0.16rem;opacity: 1;background: #f1a36a;}
    .cont8 .swiper-pagination-bullet-active{background: #e1683e;}
    .cont8 .img{margin: -0.17rem auto 0.05rem;width: 1.04rem;display: block;}
    .cont8 .p1{color: #e1683e;margin-bottom: 0.2rem;font-size: 0.21rem;}
    .cont8 .p2{font-size: 0.19rem;line-height: 0.35rem;color: #333333;margin-left: 0.25rem;}
    .cont8 .red{width: 100%;height: 1.36rem;background:#e1683e;position: absolute;left: 0;bottom: 0;padding-top: 0.13rem;box-sizing: border-box;}
    .cont8 .p3{line-height: 0.27rem;font-size: 0.19rem;color: #fff;}
    .cont8 .red a{width: 1.3rem;height: 0.36rem;font-size: 0.24rem;color: #fff;text-align: center;display: block;background: #f1a36a;
         border-radius:0.4rem ;-webkit-border-radius:0.4rem ;-moz-border-radius:0.4rem ;-ms-border-radius:0.4rem ;-o-border-radius:0.4rem ;position: absolute;left: 1.1rem;bottom: 0.24rem;}
    .cont8 .flextbtn{width: 7.1rem;}
    .cont8 .flextbtn a{width: 3.35rem;height: 0.9rem;font-size: 0.27rem;line-height: 0.9rem;border: 1px solid #e1683e;}
    .cont8 .flextbtn .active{ background: #e1683e; transform:scale(1) ; -webkit-transform:scale(1) ; -moz-transform:scale(1) ; -ms-transform:scale(1) ; -o-transform:scale(1) ; }
    .cont8 .flextbtn a:hover{ transform:scale(1) ; -webkit-transform:scale(1) ; -moz-transform:scale(1) ; -ms-transform:scale(1) ; -o-transform:scale(1) ; }

    .cont10{background: url('../images/images/cont10_04.png') no-repeat center top;background-size: 100% 1.62rem;padding-bottom: 0.6rem;}
    .cont10 .m1000{padding-top: 1.62rem;}
    .cont10 .divbox{width: 6.78rem;height: 6.57rem;flex-wrap: wrap;padding-bottom: 0;
        margin: 0 auto 0.42rem; background: url('../images/images/cont101_05.png') no-repeat center top;background-size: 100% 100%;}
    .cont10 .divbox .box{width: 50%;height: 50%;font-size: 0.28rem;line-height: 0.35rem;padding-top: 1.69rem;box-sizing: border-box;}
    .cont10 .btn{width: 4.23rem;height: 0.9rem;line-height: 0.9rem;font-size: 0.29rem;}
    .cont10 .btn:hover{ transform:scale(1) ; -webkit-transform:scale(1) ; -moz-transform:scale(1) ; -ms-transform:scale(1) ; -o-transform:scale(1) ; }

}
/* 鍏ㄥ浗鐗堜慨鏀� */

.slectSan{
    background: url(../images/3.png) no-repeat;
    background-position: 74px center;
    background-size: 10px;
}
.banner .form-wrap form label.phone{margin-bottom: 10px;}
.banner .form-wrap form label.name{margin-bottom: 10px;}
.banner .form-wrap form label.city{margin-bottom: 10px;}
.form-wrap form label i{background: url('../images/ic_02.png') no-repeat !important;background-size: 17px !important;
    background-position: 3% center !important;top: 8% !important;left: 8px !important;}
.form-wrap form label i.iconDown {background-position: center center !important;top: 35% !important;left: 87% !important;
    background: url('../images/3.png') no-repeat !important;background-size: 15px !important;}
.banner .form-wrap .btn-wrap{margin:  0 auto;}
.banner .form-wrap {margin: 9px auto 0;}

#form2 .city{background:#fff url('../images/ic_02.png') no-repeat;background-position: 8px center;background-size: 17px;}
#form2 .city select{font-size: 14px;width: 99%;}
#form3 .city{background:#fff url('../images/ic_02.png') no-repeat;background-position: 8px center;background-size: 17px;}
#form3 .city select{font-size: 14px;width: 99%;}
.cont2 .form-wrap{margin: 15px 0 0 0;}
.cont2 .form-wrap form label{margin-bottom: 6px;}
.cont2 .form-wrap .btn-wrap{height: 40px;line-height: 39px;}
 
.mcont1 .city {background: #fff url(../images/z1.png) no-repeat left center;margin: 0 auto 0.2rem;background-size: 0.48rem 0.77rem;position: relative;
    width: 6.02rem;height: 0.77rem;display: block;padding-left: 0.46rem;box-sizing: border-box;}
.mcont1 select{width: 100%;height: 100%;vertical-align: top;font-size: 0.2rem;color: #999;background: #fff;}
.mcont1 .iconDown{width: 0.22rem ;height: 0.12rem; background: url('../images/3.png') no-repeat;background-size: 100%;display: block;position: absolute;
right: 3%;top:44%;}
.mcont1 label{margin-bottom: 0.1rem !important;}
.mcont1 .tiaokuan{margin-bottom: 0.1rem !important;}
.mcont1{padding-top: 0.2rem;}
.btnWrap {
    display: block;
    width: 100%;
    height: 1rem !important;
    line-height: 1rem !important;
    font-size: 0.3rem !important;
    color: #fff;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #525a74;
}
.fl{float: left;width: 50% !important;}
.btnWrap .fl:nth-child(3){display: none !important;}
.btnWrap .fl:nth-child(2){ border-right:none; }
#kfoutdetainwin{font-size: 10px;}
/* 缁撴潫 */



























</pre></body></html>