.index,.case,.case-detail,.diary,.diary-detail,.strategy,.sty-detail,.news,.news-detail,.about,.team,.contact,.load{
    width: 100%;
    height: 100%;
    position: relative;
}
.com-box{
    width: 1200px;
    height:auto;
    margin: 0 auto;
}
.maximg{
    max-width: 100%;
}
/*****************首页***************/
.banner{
    width: 100%;
    height: auto;
    position: relative;
}
.banner .swiper-slide img{
    width: 100% !important;
}
.banner .swiper-button-next,.banner .swiper-button-prev {
    position: absolute;
    top: 81%;
    width: 180px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 180px 60px;
    -webkit-background-size: 180px 60px;
    background-size: 180px 60px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}
.banner .swiper-button-prev {
    background-image: url("../images/jt-lf.jpg");
    left: auto;
    right: 295px;
}
.banner  .swiper-button-next{
    background-image: url("../images/jt-rt.jpg");
    left: auto;
    right: 110px;
}
.banner .swiper-pagination {
    position: absolute;
    text-align: left;
    margin-left: 110px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    font-size: 42px;
    color: #ffffff;
}
.banner .swiper-pagination-fraction {
    bottom: 14.5%;
    left: 1.2%;
    width: 100%;
}
/*logo*/
.logo-box{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.logo-box .logo{
    float: left;
    width: 500px;
}
.logo-box .menu{
    float: right;
    width: 59px;
    margin-top: 2px;
    cursor: pointer;
}
/*空间*/
.space-box{
    width: 100%;
    height: auto;
    margin-top: 100px;
    padding-bottom: 150px;
}
.space-box ul li{
    width: 100%;
    height: auto;
}
.space-box ul li .img-lf{
    float: left;
}
.space-rt{
    width: 50%;
    height: 370px;
    float: left;
    position: relative;
}
.space-eng{
    font-size: 14px;
    color: #999999;
    position: absolute;
    top:150px;
    right: -120px;
    transform: rotate(90deg);
}
.space-tx1{
    font-size: 48px;
    padding: 110px 0 0 170px;
}
.space-tx3{
    font-size: 48px;
    padding: 110px 0 0 90px;
}
.space-ck {
    margin: 40px 0 0  80px;
    float: left;
}
.space-ck2{
    margin: 40px 0 0  0;
    float: left;
}
.space-ck  .space-x,.space-ck2  .space-x2{
    width: 60px;
    height: 1px;
    background: #e6e6e6;
    float: left;
}
.space-ck .space-tx2,.space-ck2 .space-tx4{
    font-size: 24px;
    color: #999999;
    float: left;
    margin-left: 35px;
    position: relative;
    top: -18px;
}
/*装修流程*/
.finish-box{
    width: 100%;
    height: auto;
    position: relative;
    background: #f9f9f9;
    padding-bottom: 130px;
}
.title-box{
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e6e6e6;
    padding: 90px 0 0 0;
}
.title-tx{
    font-size: 30px;
    color: #333333;
    text-align: center;
    display: inline-block;
    padding-bottom: 25px;
    border-bottom: solid 1px #ffc615;
    z-index: 2;
    margin-left: 45%;
}
.finish-list{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.finish-ul{
    width: auto;
    height: auto;
}
.finish-ul ul li{
    width: auto;
    height: auto;
    float: left;
    margin-left: 71px;
}
.finish-ul ul li:nth-child(1){
    margin-left: 0;
}
.finish-ul ul li img{
    width: 110px;
}
.finish-ul ul li p{
    font-size: 18px;
    color: #666666;
    margin-top: 45px;
    text-align: center;
}
/*新闻中心*/
.news-box{
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 130px;
}
.news-ban{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.news-box .swiper-slide img{
    width: 600px;
    float: left;
}
.news-info{
    width: 50%;
    float: left;
    height: 300px;
}
.news-info .news-tx1{
    font-size: 20px;
    color: #333333;
    padding: 40px 0 0 120px;
}
.news-info .news-tx1 a{
    color:#999999;
}
.news-info .news-tx2{
    font-size: 14px;
    color: #999999;
    padding: 30px 0 0 120px;
    line-height: 30px;
}
.news-liulan {
    margin:40px 0 0 120px;
    float: left;
}
.news-liulan img{
    width: 30px !important;
}
.news-liulan span{
    font-size: 14px;
    color: #999999;
    position: relative;
    top: -1px;
    left: 20px;
}
.news-time{
    margin:40px 0 0 0;
    float: right;
    font-size: 14px;
    color: #999999;
}
.news-box .swiper-button-next, .news-box .swiper-button-prev {
    position: absolute;
    top: 97%;
    width: 40px;
    height: 5px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 40px 5px;
    -webkit-background-size: 40px 5px;
    background-size: 40px 5px;
    background-position: center;
    background-repeat: no-repeat;
}
.news-box .swiper-button-next {
    background-image: url(../images/jt-rt2.png);
    right: auto;
    left: 530px;
}
.news-box .swiper-button-prev {
    background-image: url(../images/jt-lf2.png);
    right: auto;
    left: 480px;
}
.news-zz{
    width: 600px;
    height: 60px;
    background: rgba(0,0,0,0.3);
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 2;
}
.news-box .swiper-pagination{
    font-size: 18px;
    color: #ffffff;
    text-align: left;
}
.news-box .swiper-pagination-fraction {
    bottom: 6%;
    left: 30px;
    width: 100%;
}
/*品牌联盟商*/
.brand-box{
    width: 100%;
    height: auto;
    position: relative;
    background: #f9f9f9;
    padding-bottom: 130px;
}
.brand-list{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.brand-list ul li{
    width: 230px;
    height: auto;
    margin: 10px 0 0 12px;
    float: left;
}
.brand-list ul li:nth-child(1),.brand-list ul li:nth-child(6){
    margin-left: 0;
}
/*底部*/
.foot-box{
    width: 100%;
    height: auto;
    padding: 100px 0;
}
.foot-logo{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border-bottom: solid 1px #e6e6e6;
    text-align: center;
}
.foot-tx{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.foot-tx p:nth-child(1),.foot-tx p:nth-child(2){
    font-size: 14px;
    color: #999999;
    float: left;
}
.foot-tx p:nth-child(2){
    margin-left: 300px;
}
.foot-tx p:nth-child(3){
    font-size: 18px;
    color: #333333;
    float: right;
    position: relative;
    top: -20px;
    cursor: pointer;
}
.foot-tx p:nth-child(3) img{
    margin-left: 15px;
}
.foot-tx p a{
    color: #736e6e;
}
/*菜单弹框*/
.menu-zz{
    background-color: rgba(0,0,0,0) !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    box-shadow: 1px 1px 50px rgba(0,0,0,0) !important;
}
.menu-tk{
    width: 500px;
    height: 100%;
    background: #ffffff;
    position: fixed;
    /* top: 50px; */
    right: 0;
    display: none;
}
.menu-tk .close{
    margin: 70px 0 0 100px;
    width: 40px;
    cursor: pointer;
}
.menu-tk ul {
    margin: 0 0 0 100px;
}
.menu-tk ul li{
    width: auto;
    height: auto;
    margin-top: 30px;
    font-size: 24px;
}
.menu-tk ul li a{
    color: #666666;
}
/************************装修案例*********************/
.case-box{
    width: 100%;
    height: auto;
    margin-top: 70px;
    position: relative;
    /*padding-bottom: 100px;*/
}
.case-title{
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #e6e6e6;
}
.case-tx1{
    font-size: 30px;
    color: #333333;
    float: left;
    line-height: 60px;
}
.case-title-list{
    width: auto;
    height: 60px;
    float: right;
}
.case-title-list li{
    width: auto;
    height: 60px;
    float: left;
    font-size: 18px;
    color: #999999;
    margin-left: 50px;
    line-height: 60px;
    cursor: pointer;
}
.case-title-list .active{
    color: #333333;
    border-bottom: solid 1px #ffc615;
}
.case-list,.diary-list{
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.case-list ul li,.diary-list ul li{
    width: 580px;
    height: auto;
    float: left;
    margin-top: 40px;
}
.case-list ul li:nth-child(2),.case-list ul li:nth-child(4),.case-list ul li:nth-child(6),.diary-list ul li:nth-child(2),.diary-list ul li:nth-child(4),.diary-list ul li:nth-child(6){
    float: right;
}
.case-list ul li img,.diary-list ul li img{
    width: 100%;
    display: block;
}
.case-info,.diary-info{
    width: 578px;
    height: 160px;
    border: solid 1px #e6e6e6;
}
.case-info p{
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding: 50px 0 0 0;
}
.jt-rt,.jt-rt2{
    width: 60px;
    height: 5px;
    background: url("../images/jt-rt3.png") no-repeat;
    background-size: 60px 5px;
    margin: 30px 0 0 258px;
    cursor: pointer;
}
.jt-rt2{
    background: url("../images/jt-rt4.png") no-repeat;
    background-size: 60px 5px;
}
.case-list ul .active2,.diary-list ul .active3{
    box-shadow: 7px 7px 7px #f0f0f0;
}
#pagination2,#pagination3,#pagination5{
    margin: 80px 0 0 43%;
}
#zhuzai,#shangye,#canyin,#bangong{
    display: none;
}
.ui-pagination-container {
    height: 34px;
    line-height: 34px;
}

.ui-pagination-container .ui-pagination-page-item {
    font-size: 18px;
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #999999;
    color: #666666;
    margin: 0 3px;
    text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item:hover {
    border-color: #568dbd;
    color: #568dbd;
    text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
    background: #666666;
    border-color: #999999;
    color: #fff;
    cursor: default;
}
/********************案例详细********************/
.case-dlbox{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 50px;
    padding-bottom: 80px;
}
.csdl-title{
    font-size: 30px;
    color: #333333;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #e6e6e6;
}
.csdl-list{
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.csdl-list ul li{
    width: 800px;
    height: auto;
    margin: 30px 0 0 200px;
}
.csdl-list ul li p{
    width: 100%;
    font-size: 16px;
    color: #666666;
    padding-top: 20px;
    line-height: 25px;
}
.csdl-tj,.dydl-tj{
    width: 100%;
    height: 180px;
    background: #f9f9f9;
}
.csdl-lf,.csdl-rt{
    float: left;
    margin-top: 85px;
}
.csdl-rt{
    float: right;
}
.csdl-lf img,.csdl-rt img{
    width: 60px;
}
.csdl-lf span,.csdl-rt span,.csdl-rt span a,.csdl-lf span a{
    font-size: 24px;
    color: #999999;
    position: relative;
    top: 7px;
    left: 11px;
}
.csdl-rt span{
    position: relative;
    top: 7px;
    right: 25px;
    left: auto;
}
/*****************装修日记*****************/
.diary-box{
    width: 100%;
    height: auto;
    position: relative;
}
.diary-info p {
    width: 85%;
    margin:  0 auto;
}
.diary-info p:nth-child(1){
    font-size: 18px;
    color: #333333;
    padding-top: 25px;
}
.diary-info p:nth-child(2){
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 15px;
    line-height: 25px;
}
.diary-lxr,.diary-liulan {
    float: left;
    margin: 20px 0 0 40px;
}
.diary-lxr img{
    width: 14px !important;
    display:inline-block !important;
}
.diary-liulan img{
    width: 22px !important;
    display:inline-block !important;
}
.diary-lxr span,.diary-liulan span{
    font-size: 14px;
    color: #999999;
    position: relative;
    top: -2px;
    margin-left: 10px;
}
.diary-liulan span {
    top: -1px;
}
.diary-box  .jt-rt,.sty-box .jt-rt{
    margin: 25px 45px 0 0;
    float: right;
}
.diary-box .jt-rt2,.sty-box .jt-rt2{
    background: url("../images/jt-rt4.png") no-repeat;
    background-size: 60px 5px;
}
/*******************日记详情页面********************/
.dydl-box,.sty-box,.stydl-box,.nsdl-box{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 60px;
    padding-bottom: 60px;
}
.dydl-title{
    font-size:24px ;
    color: #333333;
    text-align: center;
}
.dydl-time{
    font-size: 18px;
    color: #999999;
    text-align: center;
    padding-top: 8px;
}
.dydl-list{
    width: 100%;
    height: auto;
    padding-top: 25px;
}
.dydl-list ul li{
    width: 100%;
    margin-top: 45px;
    height: auto;
}
.dydl-list ul li img{
    margin-left: 325px;
}
.dydl-list ul li p{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    text-indent: 2em;
    padding-top: 20px;
}
/****************************装修攻略****************************/

/****************************攻略详情****************************/
.stydl-box .dydl-list li h2{
    padding-top: 20px;
    text-indent: 2em;
}
/****************************新闻中心****************************/
.news  .logo-box{
    margin-top: 50px;
}
.news-img{
    margin-top: 50px;
    width: 100%;
}
.news-list{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.news-list ul li{
    width: 1000px;
    margin-left: 100px;
    height: auto;
    position: relative;
    padding: 40px 0 130px 0;
    overflow: hidden;
}
.news-list ul .active4{
    border-bottom: solid 1px #e6e6e6;
}
.news-lf{
    width: auto;
    float: left;
    height: auto;
}
.news-lf p{
    font-size: 36px;
    color: #999999;
}
.news-lf .news-jt{
    width: 40px;
    height: 13px;
    background: url("../images/news-jt1.png") no-repeat;
    background-size: 100% 100%;
    margin: 40px 0 0 15px;
}
.news-lf .news-jt2{
    background: url("../images/news-jt2.png") no-repeat;
    background-size: 100% 100%;
}
.news-hx{
    width: 120px;
    height: 2px;
    background: #999999;
    float: left;
    margin: 25px  75px 0 75px;
}
.news-rt{
    float: left;
    width: 620px;
    height: auto;
}
.news-rt .news-title{
    font-size: 24px;
    color: #333333;
    padding-top: 10px;
}
.news-rt .news-tx3{
    font-size: 14px;
    color: #999999;
    padding-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 25px;
}
#pagination4{
    position: relative;
    left: 43%;
    margin-top: 20px;
}
/*****************************关于我们************************/
.about .logo-box{
    margin-top: 50px;
}
.about-img1{
    width: 100%;
    margin-top: 50px;
}
.about-gsjj{
   width: 100%;
    height: auto;
    margin-top: 100px;
}
.gs-tl{
    font-size: 30px;
    color: #333333;
    float: left;
}
.gs-fg{
    width: 120px;
    height: 2px;
    background: #ffc615;
    float: left;
    margin: 20px  70px 0 70px;
}
.gs-box{
    width: 800px;
    height: auto;
    float: left;
}
.gs-box p{
    font-size: 18px;
    color: #999999;
    line-height: 25px;
}
.about-box{
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 80px;
}
.about-zy{
    display: block;
}
.about-box .about-list{
    width: 850px;
    margin-left: 175px;
    height: auto;
}
.about-list ul {
    margin-top: 40px;
}
.about-list ul li{
    width: 350px;
    height: 350px;
    float: left;
    margin-top: 20px;
}
.about-list ul li:nth-child(2),.about-list ul li:nth-child(4){
    float: right;
}
.zy-title{
    width: 100%;
    height: 50px;
}
.zy-title p:nth-child(1){
    width: 45px;
    height: 2px;
    background: #ffc615;
    float: left;
    margin-top: 24px;
}
.zy-title p:nth-child(2){
    font-size: 27px;
    color: #666666;
    line-height: 50px;
    position: relative;
    left: 20px;
}
.zy-tx{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #999999;
    line-height: 32px;
    padding-top: 20px;
}
.about-team{
    width: 100%;
    height: 700px;
    background: #f9f9f9;
}
.team-box{
    width: 100%;
    height: auto;
    margin-top: 120px;
}
.about-team .swiper-slide{
    width: 370px;
    height: 250px;
    background: #ffffff;
}
.about-team  .swiper-container{
    padding-top: 50px;
}
.about-team .swiper-slide:hover{
    box-shadow: 7px 7px 7px #f0f0f0;
    transform:translateY(-20px) ;
    transition: all 0.4s;
}
.padd-top{
    width: 100%;
    height: 30px;
    background: #f9f9f9;
}
.team-top{
    width: 100%;
    height: 120px;
    position: relative;
}
.team-img{
    position: absolute;
    top: -30px;
    /*margin-left: 30px;*/
    /*float: left;*/
    left: 30px;
}
.team-name{
    font-size: 18px;
    color: #333333;
    margin: 30px 0 0 240px;
    float: left;
}
.team-zw{
    font-size: 14px;
    color: #999999;
    margin: 10px 0 0 240px;
    float: left;
}
.team-tx{
    width: 330px;
    height: 50px;
    font-size: 14px;
    color: #999999;
    margin: 20px 0 0 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
}
.about-team .swiper-button-prev{
    width: 14px;
    height: 27px;
    background-image: url('../images/about-lf.png') ;
    background-size: 14px 27px;
    left: 10px;
    right: auto;
}
.about-team .swiper-button-next{
    width: 14px;
    height: 27px;
    background-image: url('../images/about-rt.png') ;
    background-size: 14px 27px;
    left: auto;
    right: 10px;
}
.about-serve{
    width: 100%;
    height: auto;
}
.about-serve{
    width: 100%;
    height: auto;
    position: relative;
}
.sev-list{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 80px;
}
.sev-list ul{
    width: 740px;
    float: left;
    height: auto;
}
.sev-list ul li{
    width: 350px;
    height: 220px;
    float: left;
    margin: 40px 0 0 40px;
    /*border: solid 1px red;*/
    box-shadow: 3px 3px 3px #f0f0f0;
}
.sev-list ul .active5{
    box-shadow: 8px 8px 8px #f0f0f0;
}
.sev-list ul li:nth-child(1),.sev-list ul li:nth-child(2){
    margin-top: 0;
}
.sev-list ul li:nth-child(1),.sev-list ul li:nth-child(3){
    margin-left: 0;
}
.sev-list ul li p{
    font-size: 24px;
    text-align: center;
    color: #333333;
    margin-top: 70px;
}
.sev-list ul li img{
    margin: 20px 0 0 40%;
}
.sev-img{
    float: right;
}
/************************团队成员**************************/
.team .logo-box{
    margin-top: 50px;
}
.team-info{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.team-bgimg{
    float: left;
}
.team-inbox{
    width: 600px;
    height: 650px;
    float: right;
    overflow: hidden;
}
.team-inbox .team-name2{
    font-size: 30px;
    color: #ffc619;
    padding-top: 40px;
}
.team-inbox .team-zw2{
    font-size: 18px;
    color: #666666;
    padding-top: 10px;
}
.team-inbox .team-tx2{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    padding-top: 40px;
}
/****************************联系我们*******************/
.contact .logo-box{
    margin-top: 50px;
}
.contact-img1{
    width: 100%;
    margin-top: 50px;
}
.contact-box{
    width: 100%;
    height: auto;
    margin: 170px 0 70px 0;
}
.contact-box .com-box{
    position: relative;
}
.ewm-box{
    width: auto;
    float: left;
    height: auto;
    margin-left: 25%;
}
.ewm-box p{
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
}
.contact-fg{
    width: 2px;
    height: 200px;
    background: #e6e6e6;
    position: absolute;
    left: 50%;
    top: 20px;
}
.contact-lx{
    width: auto;
    float: left;
    height: auto;
    margin-left: 260px;
}
.contact-lx p{
    font-size: 18px;
    color: #666666;
   margin-top: 37px;
}
.contact-lx p span{
    margin-left: 15px;
}
.contact-lx p:nth-child(1){
    margin-top: 20px;
}
/************************加载页*********************/
.load-box{
    padding: 60px 0 0 0;
}
.load-box2{
    width: 860px;
    margin-left: 170px;
    height: auto;
 }
.load-img {
    margin-top: 15px;
}
.load-tx{
    font-size: 18px;
    color: #333333;
    text-align: right;
    padding-top: 15px;
}


.pages .current{
    BORDER-RIGHT: #676665 1px solid;
    PADDING-RIGHT: 7px;
    BORDER-TOP: #676665 1px solid;
    PADDING-LEFT: 7px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 5px;
    BORDER-LEFT: #676665 1px solid;
    COLOR: #fff8e6;
    MARGIN-RIGHT: 3px;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #676665 1px solid;
    BACKGROUND-COLOR: #8e8b8b;
}

.pages a{
    BORDER-RIGHT: #676665  1px solid;
    PADDING-RIGHT: 7px;
    BACKGROUND-POSITION: 50% bottom;
    BORDER-TOP: #676665 1px solid;
    PADDING-LEFT: 7px;
    BACKGROUND-IMAGE: url(meneame.jpg);
    PADDING-BOTTOM: 5px;
    BORDER-LEFT: #676665 1px solid;
    COLOR: #676665;
    MARGIN-RIGHT: 3px;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #676665 1px solid;
    TEXT-DECORATION: none;
}

.pages{
    margin: 20px 20px;
    width: 80%;
    position: absolute;
    text-align: center;
}