body #pages-container {
    padding-bottom: 0;
    background:url(../images/i_head.jpg)no-repeat;
    height: 105vh;
	background-size:100% 30%;
	touch-action: pan-y;
}
body .banner {
    height: 100%;
    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{
	width: 90%;
    margin: 0 auto;
}
body .banner ul li {
    float: left;
    list-style: none;
    width: 47%;
    height: 2.5rem;
    background-color: #ffffff00;
    border: 0px solid #2B333B;
    margin-left: 0.2rem;
    margin-bottom: 0.4rem;
    border-radius: 0.3rem;
}
body .banner ul li img{
    width: 100%;
    height: 100%;
    border-radius: 0.3rem;
}