
 /* * @Description: 安构建筑
 * @fileName: L-style.css
 * @Author: 梁鑫阳
 * @Date: 2019-11-11 */

/* 项目列表页面  start */
.nav{
    text-align: right;
    color: #A7A7A7;
}
.nav{
    padding-bottom: 30px;
}
.nav a{
    padding: 0 12px;
    color: #a6a6a6;
    cursor:pointer;
    display: inline-block;
}
.nav a:hover{
    color:#333333;
}
 .nav a span {
     display: block;
     text-align: right;
 }
.nav .on{
    color:#333333;
}
.tablist ul{
    display: none;
}
.tablist .on{
    display: block;
}
.worklist{
    overflow: hidden;
    
}
.worklist li{
    padding: 12.5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    /*width: 400px;*/
    /*height: 300px;*/
}
.worklist li a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:10;
}
.worklist li .black{
    padding:24px;
    height: calc(100% - 24px);
    width:  calc(100% - 24px);
    position: absolute;
    background: rgba(0,0,0,.5);
    top:200%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 300ms;
}
.worklist li img{
	width: 100%;
}
.worklist li .black .con{
    width: 100%;
    height: 100%;
    position: relative;
}
.worklist li:hover .black{
    top: 0;
}
 .worklist li .black .con .tit2,
.worklist li .black .con  .tit{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-size: 20px;
    text-align: left;
    white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden;
}
 .worklist li .black .con .tit2 {
     top:30px;
 }
.worklist li .black .con .bottom{
    color: #FFF;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
}
.content{
    padding: 0 50px;
}
/* 项目列表页面  end */
/* 项目详情  start */
.dtails-banner{
    margin-top: 70px;
}
.dtails-banner img{
	width: 100%;
}
.number{
    padding: 28px 0;
    font-size: 20px;
    color: #333333;
    border-bottom: 1px solid #E6E6E6;
}
.number .icon{
    float: right;
}
.number .icon i{
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.iconRight {
    float: right;
    margin-left: 28px;
}
.number .icon i:nth-child(1){
    background: url(../images/nume.png) no-repeat center;
    background-size: 100% 100% ;

}
.iconBack {
    cursor: pointer;
    color: #999;
}
 .iconBack:hover{
     color: #666;
 }
.number .icon i:nth-child(1):hover{
    background: url(../images/numeH.png) no-repeat center;
    background-size: 100% 100% ;
}
.number .icon i:nth-child(2){
    background: url(../images/dit9.png) no-repeat center;
    background-size: 100% 100% ;
}
.number .icon i:nth-child(2):hover{
    background: url(../images/dit9H.png) no-repeat center;
    background-size: 100% 100% ;
}
.textcontwarp{
    overflow: hidden;
}
.textcont{
    padding: 55px 0 0;
    margin-bottom: 100px;
}
.textcont ul li{
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 12px;
}
.textcont ul li:last-child{
    line-height: 20px;
}
 .textcont ul li > div {
     display: block;
     overflow: hidden;
 }
.textcont ul li .tit{
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    width: 97px;
    float: left;
}
.textcont ul li .text{
    display: inline-block;
    width: calc(100% - 101px);
    color: #666666;
    font-size: 14px;
    float: left;
    line-height: 20px;
}
.projectTC{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 78px 50px;
    background:rgba(255,255,255,0.9);
    display: none;
    z-index: 50;
}
.projectTC .colse{
    text-align: right;
    padding: 0 13px;
}
.projectTC .colse img{
    cursor: pointer;
}
.projectList{
    overflow: hidden;
}
.projectList li{
    padding: 13px;
    cursor: pointer;
}
.textcontList > li > div:nth-child(1) {
    width: 150px;
    text-align: left;
    float: left;
}
/* 项目详情  end */

/* 响应式调整 */
@media (min-width: 200px) {
.content {padding: 0 20px;}  
.nav {padding-bottom: 10px;text-align: center;padding-right: 15px;padding-left: 15px;}
    .worklist li:hover .black {top: 8px;}
.worklist li {padding: 8px 8px 0 8px;margin-bottom: 8px;}
.worklist li .black{padding:8px;height: calc(100% - 8px);width:  calc(100% - 16px);}
.worklist li .black .tit{font-size:16px;}
.worklist li .black .bottom{font-size: 12px;}
.projectTC { padding: 60px 15px 20px;}
.number {padding: 15px 0;font-size: 16px;}	
.textcont {padding: 25px 0 0;margin-bottom:35px;}
.number .icon i { width: 16px; height: 16px;}
.dtails-banner {margin-top: 0;}
.worklist li .black .con  .tit{font-size: 14px;}
.worklist li .black .con .bottom{font-size: 14px;}
.nav a {padding: 0px 12px;}
.textcont ul li .tit {width: 70px;}
.textcont ul li .text {width:100%;}
}
@media (min-width: 325px){
.nav a {padding: 0px 15px;}
}
@media (min-width: 360px){
.worklist li .black .bottom{font-size: 12px;}
}
@media (min-width: 370px){

.worklist li .black .bottom{font-size: 12px;}
.nav {padding-bottom: 10px;text-align: center;padding-right: 0px;padding-left: 0px;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
}
}
@media (min-width: 410px){
.worklist li .black .bottom{font-size: 12px;}
.worklist li .black .con  .tit{font-size: 16px;}
.worklist li .black .con .bottom{font-size: 14px;}
.nav {padding-bottom: 10px;text-align: center;padding-right: 10px;padding-left: 10px;} 
}
@media (min-width: 768px) {
.worklist li .black .tit{font-size:18px;}
.projectTC { padding: 78px 25px 0;}	
.number {padding: 20px 0;font-size: 18px;}
.textcont {padding: 35px 0 0;margin-bottom: 80px;}
.number .icon i { width: 18px; height: 18px;}
.dtails-banner {margin-top: 40px;}
.worklist li .black .con  .tit{font-size: 18px;}
.nav a {padding: 0px 12px;}
.textcont ul li .tit {width: 140px;}
.textcont ul li .text {width: calc(100% - 101px);}
}
@media (min-width: 992px) {
.content {padding: 0 50px;}
.nav {padding-bottom: 30px;text-align: right;padding:0 50.5px 30px 62.5px}
.worklist li:hover .black {top: 12px;}
.worklist li{padding: 12.5px 12.5px 0 12.5px;margin-bottom: 12.5px;}
.worklist li .black{padding:24px;height: calc(100% - 12px);width:  calc(100% - 24px);}
.worklist li .black .tit{font-size:20px;}
.worklist li .black .bottom{font-size: 18px;}
.projectTC { padding: 78px 50px 30px;}
.number {padding: 28px 12.5px;font-size: 20px;}
.textcont {padding: 55px 0 0;margin-bottom: 100px;}
.number .icon i { width: 20px; height: 20px;}
.dtails-banner {margin-top: 70px;padding: 0 12.5px;}
.worklist li .black .con  .tit{font-size: 16px;}
.worklist li .black .con .bottom{font-size: 16px;}


}
@media (min-width: 1200px) {
.worklist li .black .bottom{font-size: 18px;}
.projectList li{width: 14.25%; }
.worklist li .black .con  .tit{font-size: 20px;}
.worklist li .black .con .bottom{font-size: 18px;}
.dtails-bannerWarp{padding: 0 62.5px;}
}
