section.subBanner {
    height: 510px;
    background: no-repeat center;
    background-size: cover;
}

section.main {
    background: #f7f7f7;
    padding: 50px 0;
}

section.main div.case_box {
    background: #fff;
    width: 1110px;
    margin: 0 auto;
    padding: 50px 45px;
}

section.main div.case_box ul {
    width: 1140px;
}

section.main div.case_box ul li {
    width: 318px;
    border: 1px solid #e1e1e1;
    padding: 15px;
    margin-right: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    float: left;
}

section.main div.case_box ul li a.thumb {
    display: block;
    width:320px;
    height: 216px;
    overflow: hidden;
    position:relative;
}

section.main div.case_box ul li a.thumb img {
    display: block;
    width: 100%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
section.main div.case_box ul li:hover a.thumb img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
section.main div.case_box ul li span.bar {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 15px;
    background: #e1e1e1;
}

section.main div.case_box ul li h3 {
    font-size: 26px;
    line-height: 26px;
    color: #000;
    font-weight: normal;
    margin: 20px 0 10px;
}

section.main div.case_box ul li p {
    width: 100%;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a.more {
    display: block;
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #4a4a4a;
    margin: 33px auto 0;
    background: #eee;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

a.more:hover {
    color: #fff;
    background: #e93429;
}

footer.footer {
    margin-top: 0;
}