@charset "utf-8";
/* CSS Document */

.innbox{ /*background:#f1f1f1;*/ padding-top:20px;}
.innbox ul{ margin-top:10px;}
.innbox ul li{ display:inline-block; padding:5px 10px; position:relative;}
.innbox ul li.on{ background:#264e9c; border-radius:5px;}
/*.innbox ul li.on:after{
	content: '';
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #264e9c;
    position: absolute;
    bottom: -10px;
    left: 15px;
}*/
.innbox ul li.on a{ color:#fff; text-decoration:none;}
.innbox ul li:hover{ background:#264e9c; border-radius:5px;}
.innbox ul li:hover a{ color:#fff; text-decoration:none;}

.innbox .ztbox{ margin-bottom:20px;}
.innbox .zzbox{ padding:0 20px;}

.filter{ padding-bottom:15px;}
.filter .filter-item{ font-size:14px; float:left; width:100%;}
.filter .filter-item .item-label{
	color: #1a3b7d;
    padding-right: 30px;
    line-height: 39px;
    position: relative;
    float: left;
    margin-right: 20px;
	font-weight:bold;
}
.filter .filter-item .item-label:after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #c3c3c3;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}
.filter .filter-item .item-list{
	overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.filter .filter-item .item-list .item{
	margin: 8px;
    padding: 0 3px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    color: #757575;
}
.filter .filter-item .item-list .item.selected{ color: #fff; background-color: #3366cc;}
.filter .filter-item .item-list .item.selected a{ color:#fff; text-decoration:none;}
.filter .filter-item .item-list .item:hover{ background-color: #3366cc;}
.filter .filter-item .item-list .item:hover a{ color:#fff; text-decoration:none;}
.filter .filter-loc{ font-size:14px;}
.filter .filter-loc .on{ color:#3366cc;}


.proobox{ margin-top:20px; margin-bottom:30px;}
.proobox .item{ width:24%; margin:0.5%; float:left; transition: all .6s;}
.proobox .item .pic{ background:#fff; overflow:hidden;}
.proobox .item .pic img{ max-width:100%; display:block;}
.proobox .item .info{ background:#eee; text-align:center; padding:10px; line-height:1.4;}
.proobox .item .info .name{ font-size:16px; color:#0b309c; margin-bottom:5px;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.proobox .item .info .size{ font-size:13px; color:#666;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.proobox .item:hover{
	box-shadow: 0 2px 20px rgba(0,0,0,.09);
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}
.proobox .item a{ text-decoration:none;}


.proshow{ margin-top:50px; margin-bottom:50px;}
.proshow .topbox{ padding-bottom:20px;}
.proshow .topbox .propic{ float:left; width:60%; margin-right:3%; margin-bottom:20px;}
.proshow .topbox .protext{ float:right; width:37%; color:#444; font-size:16px; line-height:1.8;}
.proshow .topbox .protext ul li{ border-bottom:1px dashed #bbb; padding:5px 0;}
.proshow .topbox .propic .swiper-slide {
	background-position: center;
    background-size:cover;
    position: relative;
    background-color: #b7a698;
    background-repeat: space;
    height: 500px;
}
.proshow .topbox .propic .swiper-button-prev { background: url(../tianshuimg/arrows.png) no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; }
.proshow .topbox .propic .swiper-button-next { background: url(../tianshuimg/arrows.png) no-repeat right bottom; position: absolute; right: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; }
.proshow .topbox .propic .swiper-button-prev:after{ content:'';}
.proshow .topbox .propic .swiper-button-next:after{ content:'';}
.bottombox{ font-size:16px; line-height:1.8;}
.bottombox h3{ font-size:18px; color:#000; border-top:1px solid #eee; border-bottom:1px solid #eee; padding:10px 0; margin-bottom:20px;}

.innabout{ padding:50px 0;}
.innabout .jjbox{}
.innabout .jjbox .pic{ float:left; width:50%;}
.innabout .jjbox .pic img{ display:block; width:100%;}
.innabout .jjbox .jjtext{
	float: right;
    width: calc(50% - 120px);
    background: #b38e67;
    color: #fff;
    padding: 60px;
    height: 383px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}


.contact{ margin-top:50px;}
.contact li{
	float: left;
    width: 29%;
    border-right: 1px solid #d0d0d0;
    text-align: center;
    color: #333;
    padding: 0 2%;
}
.contact li img{ width:15%; margin-bottom:10px;}
.contact li:last-child{ border-right:none;}


.inbanner { height: 300px; width: 100%; display: table; background: url(../tianshuimg/inbanner-design.jpg) no-repeat center; background-size: cover; }
.inbanner .title { display: table-cell; vertical-align: middle; color:#fff; background:linear-gradient(180deg,transparent,rgba(0,0,0,.6));}
.inbanner .title .cn{ font-size:30px; font-weight:bold; padding-right:10px;}
.inbanner .title .en{ font-size:16px;}

.inbanner.product{ background: url(../tianshuimg/inbanner-product.jpg) no-repeat center;}
.inbanner.case{ background: url(../tianshuimg/inbanner-case.jpg) no-repeat center;}

/*设计团队*/
.designer-list{ margin-top:30px; font-family: Songti SC,宋体,Arial,sans-serif;}
.designer-list .designer-item{ float:left; width:23.5%; margin-right:20px; margin-bottom:30px;}
.designer-list .designer-item:nth-child(4n){ margin-right:0;}
.designer-item .inner{ overflow:hidden;}
.designer-item .inner .thumbnail{
	background: linear-gradient(transparent,rgba(0,0,0,.8));
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    height: 400px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border: 3px solid transparent;
    transition: all .23s;
}
.db{ display:block;}
.designer-item .inner .thumbnail img{
	width: 100%;
	min-height: 400px;
    display: block;
    transition: all .5s ease-in-out;
}
.designer-item .inner .thumbnail .info{
	position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 40px;
    padding: 36px 0 30px 16px;
    background-color: rgba(0,0,0,.6);
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    display: block;
}
.designer-item .inner .thumbnail .info .name{
	display: flex;
    align-items: center;
    font-weight: 500;
    color: #d1aa76;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
}
.designer-item .inner .thumbnail .info .name span{
	font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.designer-item .inner .thumbnail:hover{ border-color: #d1aa76;}

/*设计团队展示页*/
.designshow{ padding-top:40px; padding-bottom:60px;}
.team-detail{
	position: relative;
    margin-top: 60px;
    width: 100%;
    padding: 0 0 18px 89px;
    background: #f2f2f2;
	box-sizing:border-box;
}
.team-detail .team-info{}
.team-detail .team-info .team-content{ margin-left:348px; margin-right:35px;}
.team-detail .team-info .team-content .tt-info{ padding-top:20px; overflow:hidden; display:flex; align-items:center;}
.team-detail .team-info .team-content .tt-info .tt-name{
	font-size: 36px;
    display: inline-block;
    line-height: 38px;
}
.team-detail .team-info .team-content .tt-info .tt-store{
	background: #424552;
    border-radius: 13px;
    padding: 3px 12px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-left: 20px;
}
.team-detail .team-info .team-content .tt-level{
	display:flex;
	align-items: center;
    margin-top: 16px;
    color: #d1aa76;
    line-height: 14px;
}
.team-detail .team-info .team-content .tt-list{ margin-top:20px;}
.team-detail .team-info .team-content .tt-list li{ margin-top:8px; line-height:1.8; display:flex;}
.team-detail .team-info .team-content .tt-list .title{
	font-size: 14px;
    color: #737685;
    width: 80px;
    white-space: nowrap;
}
.team-detail .team-info .team-content .tt-list .content{
	flex: 1;
    word-break: break-all;
    font-size: 14px;
    color: #27292e;
}
.team-detail .team-img{
	float: left;
    width: 320px;
    margin-top: -34px;
}
.team-detail .team-img img{ display:block; width:100%;}



@media (max-width: 1200px){
	.wrapper{ width:100%; box-sizing:border-box; padding:0 20px;}
}

@media (max-width: 960px){
	.innbox ul li{ margin-bottom:10px;}
	.proobox .item{ width:49%;}
	.innabout .jjbox .pic,.innabout .jjbox .jjtext{ width:100%; box-sizing:border-box; font-size:16px;}
	.contact li img{ width:18%;}
	
	
}

@media (max-width: 720px){
	.designer-item .inner .thumbnail img{ min-height:300px;}
	.designer-item .inner .thumbnail{ height:300px;}
	.designer-list .designer-item{ margin:1%; width:48%;}
	.team-detail{ padding:0 10px 18px 10px;}
	.team-detail .team-info{ float:left;}
	.team-detail .team-img{ width:auto;}
	.team-detail .team-info .team-content{ margin-left:0; margin-right:0;}
	
	
	.contact li{ width:100%; border-right:none; border-bottom:1px dashed #ddd; padding:20px 0;}
	
	.proshow .topbox .propic{ width:100%;}
	.proshow .topbox .protext{ width:100%;}
	.proshow .topbox .propic .swiper-slide{ height:300px;}
}
