/*成功案例*/
.img_div {
    position: relative;
    width: 310px;
	height: 200px;
}
.img_div img{
	width: 310px;
	height: 200px;
}
.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 310px;
	height: 200px;
    background: rgba(101, 101, 101, 0.6);
    color: #ffffff;
    opacity: 0;
}
.mask p:first-child {
    text-align: center;
	margin-top: 50px;
}
.mask button{
	margin-left: 40%;
	margin-top: 50px;
}
.img_div a:hover .mask {
    opacity: 1;           
}
/**/
#page-title1{
	background-image: url(../../uploads/image/case/case-bg.jpg);
	background-size: 100%;
	padding: 300px 0px;
}
/**/
.case{
	margin-bottom: 40px;
    position: relative;
    /*margin-right: 40px;*/
    text-align: center;
    background: url(../../uploads/image/case/icon-phone1.png) center no-repeat;
    width: 270px;
    height: 554px;
    vertical-align: top;
    font-size: 16px;
    
}
.case a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}
.case:hover{
	background: url(../../uploads/image/case/icon-phone2.png) center no-repeat;
	opacity: 1;
}
.case:hover .tover{
	color: white;
}
.case .pic {
    position: relative;
    width: 240px;
    height: 422px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 66px auto 0;
    border-radius: 6px;
    overflow: hidden;
}
.case .pic .shadow {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.case:hover .shadow{
	opacity: 1;
}
.case .pic .ewm_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    background: #a80b28;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0,0,0,.14);
}
.case .pic .ewm_box img {
    max-width: 120px;
    max-height: 120px;
}
.case .txt {
    width: 100%;
    height: 66px;
    line-height: 66px;
}
.case .tover{
    display: block;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}