*,ul{margin:0;padding:0;}
body{
    min-width:1080px;
    background:#fdfbfb;
}
.img-box-1{
    display: grid; /* 启用Grid布局 */
    grid-template-columns: repeat(4, 1fr); /* 创建4个等宽的列 */
    justify-content: center; /* 整个网格在容器中水平居中 */
    gap: 40px; /* 设置网格项（图片）之间的间隙为40px */
    width: max-content; /* 让网格的宽度由内容（即图片总宽+间隔）决定，这对于居中生效很重要 */
    margin: 0 auto; /* 使整个网格容器在父级元素中水平居中[6](@ref) */
    padding-bottom: 40px; 
}
.img-box-1 a img{
    transform: scale(1);
}
.img-box-1 a img:hover{
    transform: scale(1.1);
}
.wrapbox{
     background:url(/wp-content/uploads/pageimg/stylevillaSeptember/风貌别墅详情页-22.png) no-repeat top center;
}
.wrapbox img.tit{
    width:36.5%;
}
/*顶部优惠*/
.addtwo{
    /*background:url(/wp-content/uploads/pageimg/rabbitJun/bg1.jpg) no-repeat top center;*/
    padding-top:40px;
}
.addtwo .listbox{
    width:55.4%;
    margin:0 auto;
    clear:both;
    overflow:hidden;
    zoom:1;
    padding-top:40px;
    padding-bottom:20px;
}
.addtwo .listbox li{
    width:35%;
    float:left;
    padding:0 2.1%;
}
.addtwo .listbox li a{
    position:relative;
    display:block;
}
.addtwo .listbox li img{
    position:relative;
    transition:transform 0.2s;
    /*top:0px;*/
    transform:scale(1);
}
.addtwo .listbox li:hover img{
    /*top:-10px;*/
    transform:scale(1.1);
}
/* 测算报名 */
.sub_m{
    /*display: flex;*/
    flex-direction: column;
    
}
.sub_mf{
    display: flex;
}
.cesuanbox{
    width:15%;
    height: 30%;
    margin:0 auto;
    
}
.cesuanbtm{
  
    /*min-height:360px;*/
    background: #fff;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #888888;
    padding: 20px 10px 0px 5px;
}
.cesuanbox .p{
    /*color:#b3b3b3;*/
    font-size:15px;
    text-align:center;
    line-height:40px;
    width:65.8%;
    margin:0 auto;
    /*background:url(/wp-content/uploads/pageimg/rabbitJun/linebg.png) repeat-x left center;*/
}
.cesuanbox .p p{
    display:inline-block;
    
    padding:0 8px;
}
.cesuanbox .p span{
    font-size:20px;
    text-align:center;
    color:#c1272d;
}
.csbmbox .inputbox1 input{
    width:250px;
}
.csbmbox .btnbox{
    clear:both;
    float:none;
    padding-bottom:15px;
}
.csbmbox .btnbox a{
    width:385px;
    height:64px;
    line-height:64px;
    border-radius:8px;
    text-align:center;
    background:#d51c24;
    color:#fff;
    font-size:1.25vw;
    float:left;
    margin-right:20px;
}
.csbmbox .btnbox p{
    padding-top:32px;
    line-height:30px;
    float:left;
    font-size:16px;
}
.cesuanbox .bjbaombox{
    width:98.3%;
    margin:0 auto;
}
.cesuanbox .bjbaombox input{
    
    height:40px;
    margin-bottom: 20px;
    min-height:28px;
    line-height:2.5vw;
    border-radius:3px;
    border:1px solid #a1502b;
    display:block;
    font-size:14px;
    color:#666;
    float:left;
    margin-right:1%;
    padding:0 20px;
}
.cesuanbox .bjbaombox a{
    
    width:220px ;
    height:36px;
    min-height:26px;
    line-height:36px;
    background:#c73d42;
    margin:0 auto;
    display:block;
    text-align:center;
    color:#fff;
    float:right;
    font-size:20px;
    border-radius:10px;
    border:1px solid #fce581;
}

/* 至上服务 */
.zsfuwubox{
    width:74%;
    margin:0 auto;
    padding-top:30px;
}
.zsfuwubox li{
    float:left;
    width:11.11%;
    text-align:center;
    color:#5a5b5f;
    line-height:180%;
    position:relative;
}
.zsfuwubox li .icontop{
    width:55px;
    height:42px;
    margin:0 auto;
    overflow: hidden;
    position:relative;
}
.zsfuwubox li .iconinner{
    width:100%;
    height:200%;
    position:absolute;
    top:0;
    left:0;
    transition:top 0.2s;
}
.zsfuwubox li .iconinner img{
    width:100%;
}
.zsfuwubox li span,.zsfuwubox li p{
    display:block;
    font-size:0;
    font-size:16px;
    white-space:nowrap;
}
.zsfuwubox li p{
    font-size:18px;
    line-height:30px;
}
.zsfuwubox li strong{
    display:block;
    font-size:14px;
    font-weight:normal;
    width:52px;
    height:32px;
    line-height:34px;
    margin:0 auto;
    margin-top:34px;
    /*background:url(../images/zsimg/zsnumbg1.png) no-repeat center center #fff;*/
    background-size:32px;
    position:relative;
    z-index:1;
    white-space:nowrap;
    transition:background 0.3s;
}
.zsfuwubox li:hover p{
    color:#d1b48c;
}
.zsfuwubox li:hover .iconinner{
    top:-100%;
}
.zsfuwubox li:hover strong{
    color:#fff;
    /*background-image:url(../images/zsimg/zsnumbg2.png);*/
}
.zsfuwubox li .line{
    width:65%;
    min-width:auto;
    margin:0 auto;
    height:1px;
    background:url(../images/zsimg/zsline.png) repeat-x;
    position:absolute;
    bottom:12px;
    left:64.5%;
}


.bannerbg .djbmbox{
    width:91.15%;
    margin:0 auto;
}
.bannerbg .djbmbox .srkbox{
    width:73.14%;
    float:left;
}
.djbmbox .srkbox input{
    float:left;
    width:24%;
    margin-right:1%;
    border:2px solid #d2bab1;
    border:0;
    line-height:50px;
    height:50px;
    padding:0 10px;
}
.bannerbg .djbmbox a{
    width:26%;
    display:block;
    height:50px;
    line-height:50px;
    float:left;
    text-align:center;
    background:#b38e7e;
    color:#fff;
    font-size:20px;
    border-radius:8px;
}


.twobox{
    margin-top:60px;
    padding-top:50px;
    height:880px;
    /*background:url(/wp-content/uploads/pageimg/tigerMar/casebg.jpg) no-repeat ;*/
}
.biaoti{
    width:100%;
    font-size:;
    color:#4d4d4d;
}
.biaoti i{
    display:inline-block;
    width:10px;
    height:10px;
    margin:0 35px;
    vertical-align:middle;
    background:#4d4d4d;
}
.biaoti h2{
    width:100%;
    font-size:60px;
    line-height:80px;
    text-align:center;
    font-weight:bold;
}
.biaoti p{
    width:100%;
    font-size:30px;
    line-height:64px;
    text-align:center;
    margin-bottom:15px;
}
.casebox{
    overflow:hidden;
    position:relative;
}
.casebox .swiper-container{
    width:100%;
    padding-top:80px;
    padding-bottom:90px;
}
.casebox .swiper-slide{
    width:936px;
    overflow:hidden;
    box-shadow:0px 0px 5px 3px #c5bcb3;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    border-radius:20px;
}
.casebox .swiper-slide .info{
    width:100%;
    height:50px;
    line-height:50px;
    color:#fff;
    background:rgba(0,0,0,0.6);
    position:absolute;
    bottom:0;
    left:0;
    padding:0 20px;
    font-size:18px;
}
.casebox .swiper-slide .info strong,.casebox .swiper-slide .info span{
    margin-right:15px;
}
.casebox .swiper-slide-active,.casebox .swiper-slide-duplicate-active{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index:9;
}
.fonlist .swiper-slide-active a:after{
    background: none;
}
.swiperbtnbox{
    width:56%;
    margin:0 auto;
    position:absolute;
    left:22%;
    top:48%;
}
.swiperbtnbox .fon-prev,.swiperbtnbox .fon-next{
    width:50px;
    height:50px;
    top:50%;
    left:0;
    margin-top:-36px;
    background:#717071;
    border-radius:50%;
    line-height:45px;
    text-align:center;
    font-size:35px;
    color:#fff;
    font-weight:normal;
}
.casebox .fon-next{
    left:auto;
    right:0;
}
.threebox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.threebox .listbox{
margin:0 auto;
z-index: 2;

}
.threebox .listbox li{
    z-index: 2;
    float:left;
    padding:0 16px;
    padding-top:40px;
}
.threebox .listbox li:hover img{
    transform:translateY(-10px);
}
.threebox .listbox img{
    /*box-shadow:0px 0px 5px 3px #c5bcb3;*/
    border-radius:10px;
    transition:all 0.3s;
}
/*轮播*/
.lpcenter .pictureSlider img{
    width:315px;
}
.lb_gl{
    height: 100%;
}
.pictureSlider{
    height: 100%;
    transform: rotate(90deg)  translateY(30%) translateX(-19%);
}
.poster-list{
    width: 100%;
    height: 100%;
}
.poster-item{
    position:relative;
    height: 31.2%;width:90%;
    transition: all 0.5s;cursor: default;
    -moz-transition: all 0.5s;cursor: default;
    -webkit-transition: all 0.5s;cursor: default;
    -o-transition: all 0.5s;cursor: default;
    transform: rotate(-90deg);
    overflow: hidden;
}
.poster-item span{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:35px;
    line-height:35px;
    background:rgba(0,0,0,0.7);
    padding-left:20px;
    color:#fff;
    font-size:12px;
}
.fourbox{
    text-align: center;
    /*background:url(/wp-content/uploads/pageimg/rabbitJun/bg2.jpg) no-repeat top center;*/
    background-size:100%;
    padding-top:3%;
 
}
.fourbox img.tit{
    width:75.625%;
    margin-bottom:1.6%;
}
.fourbox .img{
    width:62.3%;
    box-shadow:0px 0px 5px 3px #c5bcb3;
}
.designbox{
    width:70.73%;
    margin:0 auto;
    position:relative;
    padding-bottom:60px;
}
.twomain{
    width:1210px;
    position:relative;
    margin:0 auto;
}
.twomain .caseone{
    width:690px;
    height:460px;
    position:absolute;
    left:0;
    top:0;
    border-radius:22px;
}
.twomain .casetwo{
    width:612px;
    height:407px;
    position:absolute;
    right:0;
    top:376px;
    border-radius:22px;
}
.twomain .cs_text{
    position:absolute;
    right:50px;
    top:20px;
}
.twomain .cs_info{
    width:468px;
    padding-top:30px;
    padding-left:40px;
    position:absolute;
    top:460px;
}
.twomain .cs_info .swiper-slide{
    width:428px;
    margin-top:12px;
    padding-left:8px;
}
.twomain .cs_info .swiper-slide p{
    line-height:63px;
    vertical-align:middle;
    color:#fff;
    font-size:22px;
}
.twomain .cs_info .swiper-slide i{
    width:40px;
    height:40px;
    display:inline-block;
    margin-right:8px;
    vertical-align:middle;
    background:url(/wp-content/uploads/pageimg/tigerMar/cs_ico1.png) no-repeat top center;
}
.twomain .cs_info .swiper-slide .ico2{
    background-image:url(/wp-content/uploads/pageimg/tigerMar/cs_ico2.png);
}
.twomain .cs_info .swiper-slide .ico3{
    background-image:url(/wp-content/uploads/pageimg/tigerMar/cs_ico3.png);
}
.twomain .cs_btn{
    position:absolute;
    top:597px;
    left:460px;
    width:100px;
}
.twomain .cs_btn .swiper-button{
    width:46px;
    height:46px;
    display:block;
    position:static;
    margin:0 auto;
    margin-top:18px;
    background:url(/wp-content/uploads/pageimg/tigerMar/cs_arrleft.png) no-repeat top center;
    opacity:1!important;
}
.twomain .cs_btn .swiper-button.swiper-button-next{
    background-image:url(/wp-content/uploads/pageimg/tigerMar/cs_arrright.png);
}
.twomain .cs_btn .swiper-pagination{
    position:static;
    color:#fff;
    font-size:20px;
    padding-top:10px;
}

.fivebox{
    position: relative;
    margin:0 auto;
    text-align: center; 
    padding-top:100px; 
    background: url(/wp-content/uploads/pageimg/stylevillaSeptember/风貌别墅详情页-21.png) no-repeat top center / cover  ; 
    margin-top: -20px;
}
/*.fivebox .listbox{
    width:70.8%;
    margin:0 auto;
    clear:both;
    overflow:hidden;
    zoom:1;
    padding-top:40px;
    padding-bottom:20px;
}
.fivebox .listbox li{
    width:20%;
    float:left;
    text-align:center;
    padding:0 1%;
}
.fivebox .listbox li img{
    position:relative;
    transition:transform 0.2s;
    transform:scale(1);
}
.fivebox .listbox li:hover img{
    transform:scale(1.1);
}
.fivebox .biaoti2 h2{
    font-size:40px;
    margin:0;
}
.fivebox .biaoti2 p{
    font-size:34px;
    margin:0;
}*/

.ninebox .listbox{
    width: 73.95%;
    max-width:1420px;
    margin:0 auto;
    clear:both;
    overflow:hidden;
    zoom:1;
    padding-top:20px;
    padding-bottom:30px;
}
.ninebox .listbox li{
    width:16.66%;
    float:left;
    text-align:center;
    padding:0 2%;
    transform:scale(1);
    transition:transform 0.5s;
}
.ninebox .listbox li img{
    display:block;
    border-radius:20px;
    box-shadow:0px 1px 3px 1px #d4d2d2;
}
.ninebox .listbox li:hover{
    transform:scale(1.1);
}
.ninebox .listbox li span{
    line-height:38px;
    font-size:18px;
    color:#000;
    display:block;
    text-align:center;
}
.kehuboxbg{
    /*background:url(/wp-content/uploads/pageimg/tigerApril/9bg.jpg) no-repeat top center;*/
    padding:100px 0;
    clear:both;
    overflow:hidden;
}
.kehubox{
    margin:0 auto;
    width:43.75%;
}
.kehubox .left{
    width:41.2%;
    float:left;
    padding-top:12%;
}
.kehubox .right{
    width:53.5%;
    float:right;
}
.kehubox .right .baom{
    display:block;
    margin-top:50px;
}
.kehubox .right .baom img{
    display:block;
    margin:0;
}

.sixbox{
 
 
}

.sixbox .sixmain .bjbaombox{
    position: absolute;
    right: 25%;
    top:52%;
    width: 15.6%;
    height: 20%;
}
.sixbox .sixmain{
    padding-top:3.5%;
    padding-bottom:5%;
}
.eightbox{
    /*background:url(/wp-content/uploads/pageimg/rabbitJun/bg3.jpg) no-repeat top center;*/
    background-size:100%;
    padding-top:3.2%;
    padding-bottom:2%;
}
.eightbox .left{
    width:55.4%;
    float:left;
}
.eightbox .right{
    width:38.8%;
    float:right;
}
.eightbox .right li{
    width:50%;
    float:left;
    padding-left:7%;
    padding-bottom:5%;
}
.eightbox .right li a{
    display:block;
    float:left;
    width:100%;
    height:2.76vw;
    line-height:2.7vw;
    font-size:1.1vw;
    border:1px solid #d4af7b;
    color:#000;
    text-align:center;
    border-radius:5px;
}
.eightbox .right li a:hover{
    background:#d4af7b;
    color:#fff;
}
.eightbox .eightmain{
    width:71%;
    margin:0 auto;
    padding-top:1.8%;
}
.laybox{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    display:none;
    z-index:91;
}
.laybox .laybg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
}
.laybox .laymain{
    position:absolute;
    max-width:776px;
    width:100%;
    *width:776px;
    top:50%;
    left:50%;
    margin-left:-388px;
    margin-top:-301px;
}
.opacity-hide{
    opacity: 0;
}
.opacity-show{
    opacity: 1;
}


.clearfix:after,.clearfix:before,.clearfix::after,.clearfix::before{
    content:" ";
    display:block;
    clear:both;
    overflow:hidden;
    zoom:0;
}

.fangybox{
    width:630px;
    height:360px;
    margin:60px auto 0;
}

/*.turn_3d{text-align: center;color: #fff;font-weight: 400;font-size: 36px;padding: 28px 0;}
.xxgy{font-size: 30px;font-weight: 900;padding-left: 10px;}
.students_star{padding:10px 10px 0 10px ;}
.cell_list{margin-bottom: 20px;color:#999;font-size: 18px;overflow: hidden;}
.darks{color: #000;padding-left: 10px;}
.zwjs{border-top:1px solid #d0cddb;line-height: 26px;padding-top: 5px;color: #999;font-size: 12px;max-height: 84px;overflow: hidden;}
.for_btn{position: relative;height:214px;overflow:hidden}
.in_page{position: absolute;left: 50%;top:50%;width:40px;height: 40px;margin-left: -20px;margin-top: -20px;}
.in_page>img{width: 40px;height: 40px;}
.check_more{width: 180px;height: 50px;line-height: 50px;text-align: center;color:#fff;background: #bc241d;margin:0 auto;display: block;}*/

