.p-01 {
    float: left;
    width: 31.33%;
    height: 400px;
    overflow: hidden;
    margin: 0 1%;
}
.alish-box{
	overflow:hidden;
	}

.p-001 {
    background: url(/image/data/website/page-pic/ali-home-02.jpg) no-repeat;
}
.p-002 {
    background: url(/image/data/website/page-pic/ali-home-01.jpg) no-repeat;
}
.p-003 {
    background: url(/image/data/website/page-pic/ali-home-03.jpg) no-repeat;
}

.p-link {
    overflow: hidden;
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
    font-size: 46px;
    background:rgba(0, 0, 0, 0.4);
    color: white;
    transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
}
.p-t {
    margin-top: 120px;
    display: block;
    font-size: 20px;
}

.p-c{
    margin-top: 40px;
    display: block; 	
	}

.p-line {
    display: block;
    height: 1px;
    background: white;
    width: 60px;
    margin: 5px auto;
}
.p-link:hover {
    background: rgba(0, 0, 0, 0.1);
    color: white;
}