.header{
    width:100%;
    height:60px;
    background: #00b500;
}
.xiala{
    position: absolute;
    top: 60px;
    width:100%;
    background: #fff;
    z-index: 99999;
    display:none;
}
/* 轮播图 */
.slideBox{
    overflow: hidden;
    position: relative;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.slideBox .bd img {
    display: block;
    width:100%;
    height:250px;
}

.slideBox .hd {
    z-index: 99;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    left:50%;
    transform: translate(-50%,-50%);
    height: 4px;
}
.slideBox .hd li {
    width: 50px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    margin: 0 5px;
    border-bottom: none;
    border-radius: 5px;	
}
.slideBox .hd li.on {
    width: 50px;
    height: 4px;
    background:#fff;
    border-radius: 5px;
}
.bgf7{background: #f7f7f7;}
/*  */
.lrborder{
    width:60px;
    height:1px;
    background: #2cc30f;
    margin-top:29px;
}
.lrborder40{
    width:40px;
    height:1px;
    background: #2cc30f;
    margin-top:29px;
}
.lrborder30{
    width:30px;
    height:1px;
    background: #2cc30f;
    margin-top:29px;
}
.juxing{
    position:absolute;
    bottom:-10px;
    left:-10px;
    width:25px;
    height:25px;
    background: #2cc30f;
}
.newstext{
    background: #efefef;
}
/*  */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    transition: 300ms;
    transform: scale(0.8);
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.swiper-slide .swiper-slide-prev{
    margin-right:80px!important;
}
.swiper-slide .swiper-slide-next{
    margin-left:80px!important;
}
.kefuhover{
    position: fixed;
    width:50px;
    height:65px;
    bottom:25%;
    right:15px;
    z-index: 9999;
}
.fenleichaung{
    position: fixed;
    width:75%;
    top:20%;
    left: 10%;
    /*right:15px;*/
    z-index: 10;
    padding: 15px 15px;
    background-color: #EEEEEE;
    opacity:0.9;

}
.isdisplay{
    display: none;
}
.undisplay{
    display: block;
}

/* 个人中心 */
.mytext{
    position: absolute;
    top:10px;
    z-index: 99;
    width:90%;
    left:5%;
}
.nickname{
    width:70px;height:70px;background:#7cd071;
}
.nickname img{
    width:60px;height:60px;margin-top:5px;
}
.tuichubtn{
    position: absolute;
    bottom:17%;
    z-index: 99;
    left:50%;
}
/* 关于我们 */
.aboutitle{
    height:50px;
    line-height: 50px;
    color:#949494;
}
.jishu{
    background: #2cc30f;
}
.jiahao{
    width:100px;
    height:35px;
    background-color: #ffc000;
    line-height: 35px;
    margin:7px 0;
}
/* 联系我们 */
.backbtn{
    position: absolute;
    width:10px;
    height:16px;
    left:15px;
    top:12px;
}
.lianxibanner{
    position: absolute;
    width:100%;
    top:0;
    bottom:0;
    /* background: rgba(0, 0, 0, 0.5); */
}
.borb-white{border-bottom: 1px solid #fff;}
.forminput{
    width:96%;
    height:35px;
    background: #fff;
    border:1px solid #b2b2b2;
    border-radius: 7px;
    padding-left: 10px;
}
.formarea{
    width:96%;
    height:150px;
    background: #fff;
    border:1px solid #b2b2b2;
    border-radius: 7px;
    padding:10px 0 0 10px;
    color:#787878!important;
}
.tijiaobtn{
    width:100%!important;
    height:45px;
    color:#fff;
    background: #00b500;
    border:none;
    border-radius: 7px;
    margin:auto;
    margin-bottom: 50px;
    padding-left: 10px;
}
/* 个人中心 登录 */
.header2{
    height:70px;
    background: #00b500;
}
.labeltext{
    width:30%;
    border:1px solid #c7c7c7;
    height:50px;
    border-radius: 30px 0 0 30px;
}
.labelinput{
    width:65%;
    border:1px solid #c7c7c7;
    height:50px;
    border-radius: 0 30px 30px 0;
    border-left:none;
    padding-left: 10px;
}
.loginbtn{
    width:100%;
    border:none;
    height:50px;
    text-align: center;
    background: #00b500;
    color:#fff;
    margin-top: 30px;
    border-radius: 30px;
}
/* 修改密码 */
.editinput{
    width: 90%;
    padding-left:30px;
    border: none;
    border-bottom: 1px solid #a6a6a6;
    height:70px;
}
/* 注册页面 */
.zclable{
    width:33%;
    height:50px;
    line-height: 50px;
}
.zcinput{
    width:70%;
    height:50px;
    font-size: 16px;
    border:none;
}
.dunxinbtn{
    position: absolute;
    right:0;
    width:100px;
    height:28px;
    background: #f7f6f5;
    border:1px solid #bfbfbf;
    text-align: center;
    line-height: 28px;
    top:11px;
}
.zhucebtn{
    width:100%;
    border:none;
    height:50px;
    text-align: center;
    background: #00b500;
    color:#fff;
    margin-top: 45px;
    border-radius: 30px;
}
/* 新闻资讯 */
.tabItem{
    padding:10px;
}
.tab-body-ul{
    display:none;
}
#tab-head{
    border-bottom:1px solid #2cc30f;
}
#tab-head .current{
    padding:10px;
    background: #00b500;
    color:#fff;
    border-radius: 10px 10px 0 0;
    font-size: 12px;
}
#tab-body .current{
    display:block!important;
}
/* 住宅超市 */
.fangname{
    position: absolute;
    bottom:-10px;
    width:210px;
    padding:10px;
    background: #dcdcdc;
    border-radius: 10px;
    text-align: center;
    z-index: 99;
    left:50%;
    margin-left:-105px;
}
.isa{
    background-color: #1fb601;
}

.bg2cc{background: rgba(44, 195, 15, 0.5);z-index: 99;position: absolute;top:0;bottom: 3px;width:100%;}
.fangcheck{
    background: #00b500;
}
.fangtitle{
    color:#787878;
}
.fangtitle1{
    color:#787878;
}
.fangwhite{
    color:#fff!important;
}
.tpimg{
    display: none;
}
.imgshow{
    display:block!important;
}
.footerbtn{
    position: fixed;
    bottom: 0;
    width:100%;
    height:70px;
    background-color: #fff;
    z-index: 999;
}
.footerbtn1{

    bottom: 0;
    width:100%;
    height:70px;
    background-color: #fff;
}
.dis{
    display: none;
}
.undis{
    display: block;
}
.prebtn{
    width:49%;
    height:50px;
    line-height: 50px;
    text-align: center;
    background: #fea727;
    border-radius: 40px;
    color:#fff;
    margin-top:10px;
}
.nextbtn{
    background-color: #2cc30f;
}
/* 住宅公园 */
.shopcart{
    width:49%;
    border:1px solid #cbcbcb;
}
.borderb{
    border-bottom: 1px solid #00b500;
}
.zztext{
    border-bottom: 1px solid #cbcbcb;
}
/* 墙面装饰贴 */
.cailiaotop{
    width:100%;
    /*height:70px;*/
    /*line-height: 70px;*/
    background: #00b500;
    padding: 30px 0;
}
.seka{
    width:54px;
    height:16px;
    line-height: 16px;
    text-align: center;
    border:1px solid #00b500;
    margin-right:10px;
    margin-bottom:8px;
}
.sekaselect{
    width:54px;
    height:16px;
    line-height: 16px;
    text-align: center;
    border:1px solid #00b500;
    background-color: #00b500;
    margin-right:10px;
    margin-bottom:8px;
}
.zekactive{
    background: #00b500;
    color:#fff;
}
