.background{
    background: url(/img/alsy.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.alsy{
    background: rgba(0, 0, 0, 0.5);
    padding-top: 100px;
    height: 100%;
}
.fp-tableCell{
    vertical-align: initial;
}
.alsy_all{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.lbt_tit{
    background: rgba(255, 255, 255, 0.8);
    padding: 19px;
    text-align: center;
	height:104px;
}
.lbt_tit p{
    text-align: left;
    font-size: 14px;
	display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	max-height:64px;
	position:relative;
}
.lbt_img img{
	max-width:100%;
	max-height:100%;
}
.lbt_img{
    height: 157px;
    background: white;
    text-align: center;
    line-height: 191px;
	display: flex;
    align-items: center;
    justify-content: center;
}

	.page_all a{
		color:white;
		padding:5px 10px;
	}
.lbt_tit h3{
    font-size: 18px;
	height:48px;
}
.alsy_lbt ul li{
    width: 276px;
    float: left;
    margin-right: 29px;
    margin-top: 32px;
}
.alsy_lbt ul li:nth-child(1){
    margin-top: 0;
}
.alsy_lbt ul li:nth-child(2){
    margin-top: 0;
}
.alsy_lbt ul li:nth-child(3){
    margin-top: 0;
}
.alsy_lbt ul li:nth-child(4){
    margin-top: 0;
}
.alsy_lbt ul li:hover .lbt_tit{
    color: white;
    background: #0080cc;
}
.alsy_lbt ul li:hover .lbt_tit p{
    color: white;
    background: #0080cc;
}
.alsy_lbt ul li:hover .lbt_tit h3{
    color: white;
    background: #0080cc;
}
.alsy_lbt ul{
    position: absolute;
    top: 0;
    left: 0;
}
.alsy_lbt{
    position: relative;
    overflow: hidden;
    height: 71%;
    margin-top: 24px;
}

.page_all{
    text-align: center;
    margin: 25px 0;
}
.page_prev,.page_next,.page{
    display: inline-block;
    color: white;
}
.page_prev,.page_next{
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
}
.page_prev:hover,.page_next:hover{
    background: #0080cc;
    color: white;
}
.curr{
    background: #0080cc;
    color: white;
	
}
.page{
    text-align: center;
    margin: 0 10px;
}
.page li span{
    color: white;
}
.page li{
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
    color: white;
}
.page li:hover{
    background: #0080cc;
    color: white;
}




/* 案例详情 */
.alxq_img{
    margin-top: 100px;
}
.alxq_img img{
    width: 100%;
}
.wihte{
    background: rgba(255, 255, 255, 0.9);
}
.alxq{
    width: 1200px;
    margin: 0 auto 100px;
}
.alxq_tit{
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
}
.alxq_tit span{
    vertical-align: middle;
}
.alxq_tit i {
    display: inline-block;
    height: 1px;
    width: 91%;
    background: black;
    vertical-align: middle;
}
.alxq_logo{
    margin: 20px 0;
}

.alxq_title{
    font-size: 22px;
    margin-top: 30px;
}
.alxq_text p{
    margin-top: 30px;
    font-size: 14px;
}
.alxq_text p:last-child{
    font-weight: bold;
}
.alsy_tit img{
	display:block;
}
.alsy_tit span{
	display:none;
}
@media(max-width:1170px){
    .lbt_img{
        height: 113px;
        line-height: 153px;
    }
	.background{
		background-size: 300% 110%;
		background-position: center 0px;
	}
    #fp-nav.fp-right{
        display: none;
    }
    .alsy_lbt{
        height: 65%;
    }
    .alsy_lbt ul li:nth-child(4){
        margin-top: 10px;
    }
    .alsy{
        padding-top: 5rem;
    }
    .lbt_tit{
        padding: 10px;
    }
    .alsy_lbt ul li{
        margin: 0 5px;
        margin-top: 10px;
    }
	.alsy_tit span{
		display: block;
		font-size: 24px;
		font-weight:bold;
		letter-spacing: 2px;
		color: #fff;
	}
    .alsy_tit img{
        display:none;
    }
    .alsy_all{
        width: 95%;
        margin: 0 auto;
    }
    .alxq_img{
        padding-top: 4rem;
        margin-top: 0;
    }
    .alxq{
        width: 95%;
        margin: 0 auto 4rem;
    }
	.alsy_lbt ul{
		position:static;
	}
	.lbt_tit h3{
		font-size:16px;
	}
}
@media(max-width:980px){
    .alsy_lbt ul li:nth-child(3){
        margin-top: 10px;
    }
	.alsy_lbt ul{
		position:static;
	}
}







