@font-face {
    font-family: 'iconfont';  /* project id 1221252 */
    src: url('https://at.alicdn.com/t/font_1221252_oh77ah0gb88.eot');
    src: url('https://at.alicdn.com/t/font_1221252_oh77ah0gb88.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_1221252_oh77ah0gb88.woff2') format('woff2'),
    url('https://at.alicdn.com/t/font_1221252_oh77ah0gb88.woff') format('woff'),
    url('https://at.alicdn.com/t/font_1221252_oh77ah0gb88.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_1221252_oh77ah0gb88.svg#iconfont') format('svg');
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #787878;
}
a:hover{
    color: #70A13F;
}
i{
    font-style: normal;
    font-family: "iconfont";
}
h3{
    width: 100%;
    height: 100px;
    font-size: 36px;
    font-weight: 400;
    color: #333;
    line-height: 100px;
    text-align: center;
    letter-spacing:3px;
}
.container{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
/* 顶部登录开始 */
.login-bar{
    width: 100%;
    height: 36px;
    background-color: #f3f3f3;
    font-size: 14px;
}
.login-switch{
    width: 160px;
    height: 100%;
    float: left;
}
.login-switch li{
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 6px;
}
.dizhi{
    width: 20px;
}
.dizhi>img{
    width: 100%;
    line-height: 36px;
    height: 20px;
}
.login-switch li a{
    color: #70A13F;
}
.login-btns{
    height: 36px;
    float: right;
    line-height: 36px;
}
.login-btns dt{
    float: right;
    color: #ff6e0e;
}
.login-btns dt img{
    width: 20px;
    display: block;
    margin-top: 8px;
    float: left;
}
.login-btns dd{
    float: right;
    padding: 0 6px;
    color: #5e5e5e;
}
.login-btnsdd em{
    width: 1px;
    height: 12px;
    display: block;
    background-color: #d4d4d4;
    margin: 12px 0;
}
/**热门城市**/
.hot-tips{width: 1200px; height: auto; overflow: hidden; z-index: 99999; margin: auto; position: absolute; left:0px; right:0px; top:35px; bottom:0px; display:none;}
.hot-city{width: 240px; height: auto; border: 1px solid #cccccc;overflow:hidden; float:left; margin-left:70px; background:#fff;}
.hot-title{height: 40px; line-height: 40px; font-size: 16px; color: #70A13F; padding-left:20px;}
.hot-city-list{height:auto; padding-left:20px; overflow:hidden;}
.hot-city-list ul{}
.hot-city-list li{float:left;width:40px; height:30px; line-height:30px; font-size:14px;}
.hot-more{width:auto; height:30px; background:#70A13F; margin:10px; line-height:30px; text-align:center;}
.hot-more a{color:#fff;}
.hot-more a:hover{
    color: #fff;
}
/* 顶部登录结束 */
/* 顶部导航开始 */
.nav{
    width: 100%;
    height: 84px;
    background-color: #fff;
}
.nav-logo{
    width: 140px;
    height: 80px;
    padding: 0px 0;
    float: left;
}
.nav-logo img{
    width: 200px;
    height: 76px;
}
.nav-title{
    width: 684px;
    height: 100%;
   /* background-color: #559dff;*/
    float: right;
    display: flex;
    justify-content: space-between;
    line-height: 84px;
}
.nav-title li{
    height: 100%;
    /*background-color: #ff6700;*/
    padding: 0 20px;
    float: left;
    font-size: 16px;
}
.nav-title li a{
    color: #000;
}
.nav-title li a:hover{
    color: #70A13F;
}
.nav-title li.active{
    border-bottom: 3px solid #70A13F;
}
.nav-title-hide{
    width: 100%;
    height: 130px;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
    position: absolute;
    left: 0; top: 120px;
    z-index: 2;
    display: none;
    border-top:1px solid #b6b6b6;
}
.nav-title-item:hover .nav-title-hide{
    display: block;
}
#bor{
    border-right: none;
}
.sub-nav-item2 ul li{
    float: left;
    margin: 0 15px;
}
.sub-nav-item-img{
    width: 80px;
    height: 60px;
}
.sub-nav-item-img img{
    width: 100%;
    height: 100%;
}
.sub-nav-item-img p{
    text-align: center;
}
.nav-title-hide a:hover{
    color: #70A13F;
}
.nav-title-hide .content{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub-nav2{
    height: 90px;
    text-align: center;
}
.sub-nav2 li{
    width: 320px;
    height: 100%;
    border-right: 1px dashed #787878;
    font-family: "iconfont";
    color: #787878;
    float: left;
}
.sub-nav2 li .sub-nav-item-img{
    width: 80px;
    height: 60px;
    margin: 0 auto;
}
.sub-nav2 li i{
    font-size: 50px;
    color: #787878;
}
.sub-nav2 li p{
    font-size: 14px;
    margin-top: -55px;
}
.sub-nav2 li a i:hover{
    color: #70A13F;
}
.swiper-pagination-bullet-active{
    background: #70A13F;
    opacity: 1;
}


.nav-search{
    width: 280px;
    height: 100%;
    float: right;
}
.header-input{
    width: 260px;
    height: 50px;
    float: right;
    margin-top: 15px;
    position: relative;
    border:1px solid #e0e0e0;
}
.header-input form{width: 258px; height: 48px;}
.input-add{
    width: 80px;
    height: 100%;
    float: left;
    border: 0px;
}
.input-add option{
    height: 40px;
}
.header-input input{
    width: 120px;
    height: 100%;
    outline: none;
    border:0px;
}
.header-sousuo{
    width: 50px;
    height: 100%;
    border-left: 0;
    float: right;
    background: white;
    text-align: center;
    line-height: 50px;
    transition: all;
    cursor: pointer;
    float: right;
}
.header-sousuo i{
    font-size: 20px;
    color: #70A13F;
}
/* 顶部导航结束 */
/* 轮播图开始 */
.banner{
    width: 100%;
    height: 500px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide img{
    width: 100%;
    height: 500px;
    display: block;
    border-radius: 10px;
}
/* 轮播图结束 */
/* 轮播图下部开始 */
.banner-bottom{
    width: 100%;
    height: 170px;
    padding: 20px 0;
    background: #f3f3f3;
}
.banner-bottom ul li{
    width: 289.5px;
    height: 130px;
    background-color: #fff;
    float: left;
    margin-right: 10px;
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    transition: all .5s;
    color: #333;
}
.banner-bottom ul li:last-child{

}
.banner-bottom ul li:hover{
    margin-top: -3px;
    background-color: #70A13F;
    color: #fff;
}
.banner-bottom ul li .left{
    width: 200px;
    height: 100%;
    float: left;
    padding: 20px;
}
.banner-bottom ul li .left .p1{
    font-size: 18px;
}
.banner-bottom ul li .left .p2{
    margin-top: 10px;
    font-size: 14px;
}
.banner-bottom ul li .right{
    width: 70px;
    height: 100%;
    float: right;
}
.icon-bg{
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 50%;
    margin-top: 15px;
    font-size: 36px;
    text-align: center;
    line-height: 70px;
    color: #70A13F;
}
.banner-bottom ul li:hover .icon-bg{
    color: #fff;
}
/* 轮播图下部结束 */
.main{
    width: 100%;
    margin-bottom: 50px;
}
/*.main a h3{
    width: 100%;
    height: 100px;
    font-size: 36px;
    font-weight: 400;
    color: #ccc;
    line-height: 100px;
    text-align: center;
}*/
.main-title-box{
    width: 100%;
    height: 40px;
    margin-bottom: 40px;
}
.main-title-box ul{
    width: 700px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-title-box ul li{
    font-size: 18px;
    margin: 0 20px;
    line-height: 40px;
}
.main-title-box ul li.active{
    border-bottom: 3px solid #70A13F;
}
.main-content{
    height: 500px;
    margin-top: 20px;
}
.main-content-left{
    width: 600px;
    height: 100%;
    margin-right: 20px;
    float: left;
}
.main-banner{
    width: 100%;
    height: 100%;
}

.main-content-right{
    width: 580px;
    height: 100%;
    float: right;
}
.main-content-right-top{
    width: 580px;
    height: 240px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.mar{
    margin-right: 0;
}
.main-content-right-item{
    width: 280px;
    height: 240px;
    float: left;
}
.main-content-right-item img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.main-content-right-item .tips-info{
    width: 280px;
    height: 30px;
    margin: -30px auto;
    opacity:0.7;
    background-color: #0f0f0f;
    position: absolute;
    z-index: 9;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.swiper-slide-font{
    width: 100%;
    height: 40px;
    margin: -40px auto;
    opacity: 0.7;
    background-color: #0f0f0f;
    position: absolute;
    z-index: 99;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    padding-left: 40px;
}
.service-box{
    height: 150px;
    margin-top: 30px;
}
.service{
    width: 120px;
    height: 100%;
    float: left;
    transition: all .5s;
}
.service:hover{
    margin-top: -20px;
}
.service-img{
    width: 100px;
    height: 100px;
    color: #70A13F;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 60px;
    text-align: center;
    line-height: 100px;
}
.service-p1{
    margin-top: 10px;
    text-align: center;
}
.service-p2{
    text-align: center;
    color: #434343;
    font-size: 12px;
}
.service-you{
    width: 60px;
    height: 100%;
    float: left;
    font-size: 40px;
    text-align: center;
    padding-top: 30px;
    color: #333;
}

    /*济南装修公司开始*/
.compony-content-box{
    width: 100%;
    height: 908px;
    margin: 10px auto 0;
    overflow: hidden;
    position: relative;
}
.compony-content{
    width: 2200px;
    height: 398px;
    transition: all 1s;
}
.compony-content-item{
    width: 280px;
    height: 398px;
    background-color: #ffffff;
    float: left;
    margin-right: 27px;
    box-shadow: 0 5px 15px #efefef;
    transition: all .5s;
}
.compony-content-item:hover{
    box-shadow: 0 5px 15px #efefef;
    transform: scale(1.05);
}
.compony-content-item .img-box{
    width: 280px;
    height: 200px;
    position: relative;
}
.compony-content-item .img-box img {
    width: 100%;
    height: 100%;
    display: block;
}
.img-top{
    width: 90px;
    height: 90px;
    background-color: #ffac13;
    border-radius: 50%;
    border: 1px solid #6b6b6b;
    box-shadow: 0 0px 5px rgba(0,0,0,0.1);
    position: absolute;
    top: 145px;
    left: 95px;
}
.img-top img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.compony-item-text{
    width: 280px;
    height: 135px;
}
.compony-item-text-p1{
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.compony-item-text-p2{
    margin-top: 10px;
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}
.compony-item-text-p2 div{
    display: block;
    padding: 5px;
}
.compony-item-text-p2 div span{
    color: #70A13F;
}
.compony-item-text-p3{
    width: 120px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #999;
    margin: 20px auto 0;
}
.compony-item-text-p3 div{
    text-align: center;
    line-height: 40px;
}
.compony-content-item:hover .compony-item-text-p3{
    background: #ffcb3f;
    color: #fff;
    border: 1px solid #fff;
}
.swiper-pagination3{
    width: 100%;
    height: 110px;
    background-color: #ffffff;
    text-align: center;
    line-height: 110px;
    font-size: 30px;
    box-shadow: 0 5px 15px #efefef;
    color: #898989;
}
.swiper-pagination-current{
    color: #70A13F;
    font-size: 40px;
}
    /*济南装修公司结束*/
/* 装修攻略开始 */
.method {
    width: 1226px;
    height: 240px;
    margin: 5px auto 160px;
    position: relative;
}
.method-title {
    width: 100%;
    height: 58px;
    font-size: 22px;
    font-weight: 200;
    line-height: 58px;
    color: #333;
    float: left;
}
.method-title-right{
    width: 85px;
    height: 18px;
    /*background: #00a5c4;*/
    font-size: 16px;
    font-weight: 200;
    float: right;
    margin-top: 5px;

}
.method-bd{
    width: 1226px;
    float: right;
}
.method-bd-item {
    width: 296px;
    text-align: center;
    background:#ffffff;
    float: left;
    margin-right: 14px;
    box-shadow: 0 5px 15px #efefef;
    padding-bottom: 20px;
}
.method-bd-item:last-child{
    margin-right: 0;
}
.method-bd-item:hover{
    top: -5px;
    box-shadow: 0 3px 10px #bbbbbb;
}
.method-bd-item i{
    bottom: 50px;
}
.method-bd-item img {
    width: 296px;
    height: 180px;
}
.method-bd-item h4{
    font-size: 18px;
    font-weight: 400;
    margin: 10px 3px; /*左右留白*/
    overflow: hidden;/*单行文本超出部分不换行，省略号表示*/
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.desa {
    color: #b0b0b0;
    font-size: 14px;
    margin-top: 8px;
    overflow: hidden;        /*多出 隐藏*/
    text-overflow: ellipsis; /*省略*/
    white-space: nowrap;     /*不换行*/
    padding: 0 40px;
}
.desa:hover{
    color: #70A13F;
}
/* 装修攻略结束 */
/*推荐设计师开始*/
.designer{
    height: auto;
    margin-top: 30px;
    height: 520px;
}
.designer-item{
    width: 220px;
    height: 260px;
    padding: 20px 0;
    margin: 10px;
    float: left;
    box-shadow: 0 5px 15px #efefef;
}
.designer-item-imgBox{
    width: 120px;
    height: 120px;
    border-radius: 5px;
    margin: 0 auto;
}
.designer-item-imgBox img{
    width: 120px;
    height: 120px;
    border-radius: 5px;
}
.designer-item-p1{
    margin-top: 20px;
    text-align: center;
}
.designer-item-p2{
    margin-top: 10px;
    text-align: center;
    color: #999999;
    font-size: 14px;
}
/*推荐设计师结束*/
/*底部开始*/
#bottom{
    width: 100%;
    height: 320px;
    background: #222222;
    position: relative;
    padding: 20px 0;
    box-sizing: border-box;
}
.bottomTop{
    width: 1200px;
    height: 120px;
    margin: 20px auto;
    border-bottom: 1px solid #403D3D;
    padding-bottom: 20px;
}
.bottomTopRight{
    width: 50%;
    float: right;
}
.bottomTopLeft{
    width: 30%;
    float: left;
}
.leftOne{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}
.leftOne>img{
    width: 15px;
    height: 15px;
}
.leftTwo{
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.leftTh{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #868585;
}
.leftTh>img{
    width: 12px;
    height: 12px;
}
.bottomRightList{
    width: 20%;
    height: 120px;
    float: left;
}
.listTitle{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.listBody{
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #868585;
    font-size: 12px;
}
.listRight{
    width: 30%;
    height: 120px;
    text-align: center;
    float: right;
}
.listRightImg{
    width: 80px;
    height: 80px;
    margin: 10px auto 0;
    text-align: center;
    border: 1px solid #fff;
}
.listRightImg>img{
    width: 80px;
    height: 80px;
    border: 1px solid #000;
}
.listWeChat{
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.bottomFooter{
    width: 1200px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    margin: 0 auto;
    color: #fff;
}
.bottomList{
    width: 1200px;
    height: 20px;
    color: #868585;
    line-height: 20px;
    margin: 0 auto;
}
.list{
    width: auto;
    float: left;
}
.mar{
    margin-left: 15px;
}
.list a{
    font-size: 12px;
}
.bottomLast{
    width: 1200px;
    height: 30px;
    color: #868585;
    font-size: 12px;
    line-height: 30px;
    text-align:left;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

/*底部结束*/
.sub-nav2-kj{width: 100%; height: 40px; line-height: 40px; font-size: 16px; color: #666; float: left;}
.sub-nav2-span{width: 100%; height: auto; font-size: 14px; color: #666;}
.sub-nav2-span>span{float: left; width: 33.3%; line-height: 30px;}
.nav-hight{line-height: 84px;}
.sub-nav4 {
    height: 90px;
    text-align: center;
}
.sub-nav4 li {
    width: 160px;
    height: 100%;
    border-right: 1px dashed #787878;
    font-family: "iconfont";
    color: #787878;
    float: left;
}
.sub-nav4-img{width: 120px; height: 70px; text-align: center;}
.sub-nav4-img img{width: 100%; height: 100%;}
.sub-nav4-title{width: 100%; height: 30px; line-height: 30px; text-align: center; font-size: 14px;}

/* 右侧边栏开始 */
.home-bar{
    width: 84px;
    height: 471px;
    position: fixed;
    top: 0; bottom: 0; right: 0;
    margin: auto;
    z-index: 10;
}
.bar-sort{
    width: 84px;
    height: 365px;
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
}
.phone-box{
    width: 82px;
    height: 90px;
    position: relative;
    border-top: 1px solid rgb(245, 245, 245);
    color: #757575;
}
.bar-img{
    width: 30px;
    height: 50px;
    margin: 0 27px;
    padding-top: 20px;
}
.bar-img i{
    font-size: 30px;
}
.bar-text{
    font-size: 14px;
    text-align: center;
}
.phone-box:hover .bar-img{
    color: #70A13F;
}
.phone-box:hover .bar-text{
    color: #70A13F;
}
.ewm-dot{
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid rgb(245, 245, 245);
    position: absolute;
    right: 4px; top: 30px;
    transform: rotate(45deg);
    z-index: -1;
}
.ewm-bigbox{
    width: 138px;
    height: 147px;
    position: absolute;
    right: 84px; top: 0;
    display: none;
    z-index: 999;
}
.ewm-box{
    width: 128px;
    height: 147px;
    background-color: #fff;
    border: 1px solid rgb(245, 245, 245);
    margin-right: 30px;
}
.ewm-box img{
    width: 100px;
    height: 100px;
    margin: 20px 14px;
}
.bar-pop-text{
    width: 83px;
    text-align: center;
    margin-left: 20px;
    margin-top: 0;
}
.back-box{
    width: 84px;
    height: 92px;
    margin-top: 14px;
    background-color: #ffffff;
    color: #757575;
    font-size: 14px;
    text-align: center;
    border: 1px solid rgb(245, 245, 245);
    cursor: pointer;
}
.back:hover .bar-img{
    color: #70A13F;
}
.back:hover .bar-text{
    color: #70A13F;
}
.geren-box{
    color: #757575;
}
/* 右侧边栏结束 */
.main-banner:hover img{
    transform: scale(1.1,1.1);
    transition: all 0.3s ease;
}
.main-content-right-item{
    overflow: hidden;
}
.main-content-right-item:hover img{
    transform: scale(1.1,1.1);
    transition: all 0.3s ease;
}

/* swiper样式修改 */
.swiper-button-white{
    width: 100px;
    height: 100px;
    background-color: rgba(0,0,0,0.1);
    padding: 10px;
}
.swiper-button-white:hover{
    background-color: rgba(0,0,0,0.3);
}
.swiper-button-white{
    padding: 40px 20px!important;
}

.swiper-button-black{
    margin-top: 185px!important;
    margin-left: 450px!important;
    margin-right: 450px!important;
    height: 20px!important;
}
.advertise{
    width: 114px;
    height: 100px;
    position: fixed;
    left: 0; bottom: 100px;
    z-index: 999;
    display: none;
}
.advertise-box{
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
    position: fixed;
    left: 0; bottom: 0;
    z-index: 999;
    display: block;
}
.advertise-top{
    width: 100%;
    height: 90px;
    position: relative;
}
.advertise-top img{
    width: 100%;
    height: 131px;
    margin-top: -41px;
}
.close{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0; right: -100px;
    text-align: center;
    line-height: 100px;
    /*top: 30px; right: -100px;*/
    font-size: 25px;
    color: #fff;
}
.advertise-bottom{
    width: 100%;
    padding: 20px 0 20px;
    display: none;
}