.scrollView {
    height: calc(100% - 111px);
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}
.npagePage {
    min-height: calc(100% - 52px);
    overflow: hidden;
    position: relative;
}
.about-bananr {
    width: 100%;
    position: relative;
}
.about-bananr > img {
    width: 100%;
    height: auto;
}
.about-bananr .txt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    box-sizing: border-box;
    padding: 0 7%;
}
.about-bananr .txt h5 {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.about-bananr .txt i {
    width: 38px;
    height: 0px;
    display: inline-block;
    background: url(../images/ghjs-pages.png) no-repeat center !important;
    margin: 10px 0 4px;
}
.about-bananr .txt p {
    font-size: 16px;
    color: #fff;
}
.contact-vs {
    width: 100%;
    padding-bottom: 30px;
}
.contact-vs h2 {
    /* text-align: center; */
    font-size: 25px;
    color: #333;
    padding: 35px 7% 26px 7%;
}
.contact-vs ul {
    /* width: 66%; */
    /* margin: 0 auto; */
    padding: 0 7%;
}
.contact-vs li {
    margin-bottom: 12px;
}
.contact-vs li img {
    height: 40px;
}
.contact-vs li p {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 6px;
}
.contact-vs li p span {
    font-size: 18px;
    color: #E60012;
    display: block;
    line-height: 28px;
}
.contact-ly {
    background: url(/template/default/wap/skin/images/conatct-bj.png) no-repeat center top;
    padding: 30px 15px;
    box-sizing: border-box;
    background-size: cover;
}
.contact-ly-cont {
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}
.contact-ly-title {
    margin-bottom: 28px;
    padding-top: 30px;
}
.contact-ly-title h3 {
    font-size: 26px;
}
.contact-ly-title p {
    color: #707070;
    font-size: 16px;
}
.clearfix {
    zoom: 1;
}
.contact-ly-c label {
    width: 95%;
    display: block;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    margin: 0 auto 24px;
    text-align: left;
}
.contact-ly-c label input {
    position: absolute;
    height: 26px;
}
.contact-ly-c textarea {
    width: 95%;
    border: 1px solid #f2f2f2;
    padding: 12px 18px;
    display: block;
    height: 200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.contact-ly-c .submit {
    width: 137px;
    line-height: 40px;
    background-color: #E60012;
    background-position: 26px center;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}