body #pages-container {
    padding-bottom: 0;
    background:url(../images/i_head.jpg)no-repeat;
    background-size: 100%;
	background-size: 100% 20%;
	touch-action: pan-y;
	padding-bottom: 50px;
}
body .banner {
    height: 29vh;
    box-sizing: border-box;
}

body .pagetitle{
    height:5vh;
    width: 100%;
    color:#fff;
    font-size: .6rem;
    font-weight: 600;
    text-align: center;
    line-height: 15vh;
	margin-bottom: 2rem;
}
body .banner ul li {
    float: left;
    list-style: none;
    width: 4.3rem;
    height: 3.5rem;
    background-color: #ffffff00;
    border-bottom: 1px solid #f2f3f5;
    margin-right: .2rem;
    margin-bottom: 0.4rem;
    margin-left: .2rem;
    border-radius: 0.3rem;
	box-shadow:2px 6px 10px #909090;
}
body .banner ul li img{
    width: 100%;
    height: 100%;
    border-radius: 0.3rem;
}