@charset "UTF-8";
a:hover{
    color: #e56b39;
}
img{
    max-width: 100%;
}
.sub-nav{
    font-size: 16px;
    line-height: 60px;
    border-bottom:1px solid #ddd;
    overflow: hidden;
}
.sub-nav-active{
    border-color:#e56b39 !important;
    font-weight: bold;
}
.news-title{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}
.news-list{
    margin-top: 30px;
    -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none;
}
.news-time{
    color: #7b7b7b;
}
.news-info{
    padding:15px;
}
.news-list:hover{
    background-color: #f60;
}
.news-list:hover a,.news-list:hover .news-time{
    color: #fff;
}
.news-list-img{
    overflow: hidden;
}
.news-list:hover .news-list-img img{
    transform: scale(1.1);
}
.news-list-img img{
    -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.news-right-brand{
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    border-left:4px solid #f60;
    padding-left: 15px;
    line-height: 30px;
}
.news-line{
    width: 100%;
    border-bottom: 2px solid #ddd;
    margin: 15px 0;
}
.word-break{
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.right-news-item{
    line-height: 2em;
    font-size: 14px;
}

.right-news-first a{
    font-size: 16px;
    color: #f60;
    font-weight: bold;
}
.news-right-img{
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    overflow:hidden;
}
.margin-top-30{
    margin-top: 30px;
    margin-bottom:30px;
}
.padding-zero{
    padding: 0;
}
/* 详情页 */
.top-slogan{
    margin: 30px 0;
}
.show-news-title{
    font-size: 24px;
    font-weight: bold;
}
.social-share .social-share-icon{
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
    font-size: 16px !important;
}
.show-news-time{
    padding:15px 0;
    line-height: 32px;
    overflow: hidden;
}
.show-news-in{
    line-height: 32px;
}
.show-news-contact{
    font-size: 16px;
    line-height: 1.75em;
    letter-spacing: .5px;
    margin-bottom: 20px;
}
.next{
    padding: 10px 0;
}
/* 直播 */
.live-list{
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.live-info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    padding: 15px;
}
.text-white,.text-white a{
    color: #fff;
}
.live-title{
    font-size: 16px;
    font-weight: bold;
}
.live-time{
    padding-top: 10px;
}
.live-list-img{
    overflow: hidden;
	height: 400px;
}
.live-list-img img{
	height:auto;
	width:100%;
}
.live-list{
	border:1px solid #ddd;
}
.live-list-img img{
    display:block;
	margin:auto;
}
.live-list:hover .live-list-img img,.al-list:hover img{
    transform: scale(1.1);
}
.live-list-img img,.al-list img{
    -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.live-list:hover .live-info{
    background-color: #000;
}
.al-list .col-sm-5{
    overflow: hidden;
}
.live-code{
    position: absolute;
    width: 150px;
    height: 150px;
    overflow: hidden;
    left: 50%;
    top: -100%;
    margin-left: -75px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.live-list:hover .live-code{
    top: 20%;
}
.sub-nav .col-sm-1{
    padding: 0;
}
/* 全屋整装 */
.brand-design{
    font-size: 18px;
    background-color: #f60;
    line-height: 42px;
}
.design-line{
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #ddd;
    margin-top: 16px;
}
.des-more{
    line-height: 42px;
}
.design-ul{
    line-height: 2em;
    font-size: 16px;
}
.media-title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    padding: 8px 15px;
}
.design-ol{
    list-style-type:upper-roman;
    line-height: 2em;
    /* padding-left: 15px; */
    font-size: 16px;
}
.design-ol li{
    list-style-type:decimal;
    list-style-position:inside;
}
.des-info{
    /* margin-right: -200px; */
    background-color: rgba(255, 255, 255, .7);
    position: absolute;
    right: 0;
    top:20px;
    padding: 20px;
}
.design-name{
    font-size: 16px;
    padding: 10px 0;
	font-weight:bold;
	color:#f60;
}
.case-info{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, .5);
}
.live-list:hover .case-info{
    background-color: #000;
}

.al-list-title{
    font-size: 16px;
}
.al-list-des{
    padding: 10px 0;
    color: #7b7b7b;
}
.al-list:hover a{
    color: #f60;
}
.al-list .col-sm-5{
	height:150px;
	overflow:hidden;
}
.al-list:hover{
    background-color: #f7f7f7;
}
.al-list{
    overflow: hidden;
}
.right-des-title{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}
.right-des-info{
    color: #7b7b7b;
}
.right-des-img{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 80px;
}
.right-des-item{
    overflow: hidden;
  margin-bottom: 30px;
}
.right-des-info{
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.designer-f{
    padding-left: 20px;
    font-size: 14px;
    color:#888;
}
.show-sjs-title{
    font-size: 18px;
}
.show-sjs-info{
    padding-top: 20px;
    font-size: 14px;
}
.show-sjs{
    background-color: #ebebeb;
}
.show-sjs-des{
    font-size: 16px;
    line-height: 2em;
    padding: 30px 15px;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.show-case-title{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}
.show-case-add{
    line-height: 2em;
    color: #7b7b7b;
}
.gallery-top .swiper-slide{
    background-color: #f7f7f7;
    margin-bottom: 15px;
}
.show-case-info{
    padding: 20px 0;
}
.gallery-top{
    padding: 0 15px;
}
.sw-item{
    border: 1px solid #ddd;
    padding: 8px;
    overflow: visible;
}
.sw-des-title{
    position: absolute;
    top: 15px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #fff;
    left: 50%;
    margin-left: -55px;
}
.sw-designer .swiper-slide{
    padding-top: 30px;
}
.sw-designer-img{
    margin-top: 15px;
}
.show-des-i{
    line-height: 32px;
}
.des-line{
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 5px 0;
}
.font-bold{
    font-weight: bold;
}
.show-designer-d{
    font-size: 14px;
    height: 60px;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #888;
}
.brand-join{
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 30px;
    border-bottom: 2px solid #f60;
}
.join-brand{
    font-size: 24px;
}
.join-ul{
    margin-top: 20px;
    line-height: 2em;
    font-size: 16px;
}
.btn{
    border-radius: 4px;
}
.join-tel{
    position: relative;
    overflow: hidden;
}
.join-tel span{
    font-size: 24px;
}
.join-tel{
    border: 2px solid red;
    border-radius: 8px;
    padding: 5px 15px;
    margin-top: 20px;
}
.tel-back{
    position: absolute;
    top: 0;
    right: 0px;
}
.join-btn{
    margin-top: 30px;
}
.join-btn .col-xs-4{
    padding: 0 10px;
}
.join-rz{
    font-size: 18px;
    margin-left: 5px;
}
.join-de{
    font-size: 14px;
    color: #7b7b7b;
    padding-top: 5px;
    margin-left: 5px;
}
.text-success{
    color: #20b415;
}
.join-right-ul{
    line-height: 32px;
    font-size: 14px;
}
.join-right-ul .fa-check-circle{
    font-size: 22px;
}
.join-right-ul li{
    padding: 5px 0;
}
.join-b{
    font-size: 24px;
    padding-left: 15px;
    border-left: #f00 4px solid;
}
.join-company{
    color: #7d7d7d;
    line-height: 1.75em;
    padding-top: 15px;
    letter-spacing: .5px;
    /* font-size: 16px; */
}
.join-information,.join-pay,.join-adva,.join-yq{
    color: #7d7d7d;;
    line-height: 2em;
    /* font-size: 16px; */
    padding-top: 15px;
}
.join-adva{
    height: auto;
    overflow: hidden;
}
.join-adva-active{
    height:auto;
}
.step{
    margin: 30px 0;
}
.btn-renz{
    border-radius: 4px;
    border:1px solid #f00;
    color: #f00;
    margin-top: 15px;
}
.join-guide{
    font-size: 18px;
}

.join-icon .col-xs-4{
    padding: 0 10px;
}
.join-icon .text-center{
    font-size: 16px;
    padding-top: 10px;
}
.join-pc{
    line-height: 2em;
}
.join-hot{
    margin-bottom: 15px;
    padding: 0 10px;
}
.join-from{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    display: none;
}
.join-from-container{
    width: 600px;
    height: 400px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -150px;
    padding: 15px;
}
.join-logo{
    margin-bottom: 30px;
    overflow: hidden;
}
.join-logo-title{
    font-size: 18px;
    padding-top: 15px;
}
.join-read{
    padding: 10px 0;
    overflow: hidden;
}
.form-bottom{
    font-size: 16px;
    padding-top: 20px;
}
.join-close{
    position: absolute;
    top:-40px;
    right: -40px;
    cursor: pointer;
}
.step-title{
    font-size: 16px;
    padding-top: 10px;
}
.hot-logo{
    margin: 15px 0; 
    height: 60px;
}
.hot-logo img{
    max-height: 60px;
}
.bz-bg{
    background-image: url(../images/bz-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bz-title{
    font-size: 18px;
}
.bz-bg-white{
    background-color: #fff;
}
.bf-text{
    line-height: 2em;
    padding: 10px 0;
    font-size: 16px;
    color: #7d7d7d;
}
.bz-form{
    background-color: #fff;
    padding: 13px 0;
}

.pic_box_gs h2{
    padding-top:0
}

@media(max-width:767px){
    .sub-nav{
        line-height: inherit;
    }

    .design-ul{
        font-size:14px;
    }
    .al-list{
        margin-top:0px;
    }
    .sub-nav{
        width:100%;
    }
}
@media(max-width:768px){
   .sub-nav{
       padding-bottom: 15px;
   margin-bottom: 15px;

   } 
   .sub-nav .col-sm-1{
       border-bottom:2px solid #fff;
       padding-bottom: 10px;
   }
   .al-list .col-sm-5{
		height:100px;
	}
	.al-list img{
		min-height:100px;
		width:auto;
	}
	.live-list-img{
		height:260px;
	}
	.live-list-img img{
		min-height:260px;
		width:auto !important;
	}
	.swiper-des img{
		max-height:260px;
		display:block;
		margin:auto;
	}
	.desr-info{
		padding:0 15px;
	}	
}
.design_article_l li:hover{
	background-color:#f7f7f7;
}
