html, body, #main {
    position: relative;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#banner .swiper-slide, #about .swiper-slide, #banner .swiper-slide, #services .swiper-slide {
    background-position: center;
}
#banner .swiper-pagination, #about .swiper-pagination, #services .swiper-pagination {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 30px;
    bottom: 50px;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
}
#banner .swiper-pagination-bullet, #about .swiper-pagination-bullet, #services .swiper-pagination-bullet {
    background-color: #c9c9ca;
    margin: 0 10px;
    opacity: 1;
}
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active, #about .swiper-pagination-bullet.swiper-pagination-bullet-active, #services .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #7fc816;
}

.twig {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 1001;
}
.twig img {
    display: block;
    width: 100%;
}
.menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}
.menu.first-page {
    bottom: 0;
}
.menu .control {
    text-align: right;
    border-bottom: 3px solid white;
}
.menu .btn {
    display: inline-block;
    width: 30%;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    color: #fff;
}
.menu .btn.trapezoid {
    border-bottom: 5px solid white;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.menu .menuitem {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
}
.menu .menuitem .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 1001;
}
.menu .menuitem .items {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1002;
    display: -webkit-flex;
    display: flex;
}
.menu .menuitem .items .item {
    -webkit-flex: 1;
    flex: 1;
    margin: 14px 0;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    text-align: center;
    border-right: 1px solid #000;
}
.menu .menuitem .items .item.last {
    border-right: 0;
}

.page-showcase .caselink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/www/mobile/showcase.jpg) no-repeat center center;
    background-size: cover;
}
#pages .page {
    background: linear-gradient(to bottom, #f1f0ee, #c4c1bc);
    background-size: cover;
}
#pages .page .text {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    color: #696969;
    line-height: 220%;
    padding: 40px 30px;
}
#pages .page.page-services .text {
}
#pages .page.page-aboutus .text {
}

.page-joinus {
}
.page-joinus .contact {
    padding: 0 40px;
}
.page-joinus .contact .item {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    color: #535353;
    background-color: #fff;
    text-align: right;
    padding-right: 15px;
    margin-bottom: 5px;
}
.page-joinus .contact .item.addr {
    background: url(../../images/www/mobile/icon-addr.png) no-repeat 10px center #fff;
    background-size: 25px 25px;
}
.page-joinus .contact .item.tel {
    background: url(../../images/www/mobile/icon-tel.png) no-repeat 10px center #fff;
    background-size: 25px 25px;
}
.page-joinus .contact .item.email {
    background: url(../../images/www/mobile/icon-email.png) no-repeat 10px center #fff;
    background-size: 25px 25px;
}
.page-joinus .contact .item.qq {
    background: url(../../images/www/mobile/icon-qq.png) no-repeat 10px center #fff;
    background-size: 25px 25px;
}
.page-joinus .contact .item.weixin {
    background: url(../../images/www/mobile/icon-weixin.png) no-repeat 10px center #fff;
    background-size: 25px 25px;
}
.page-joinus .contact .qrcodes {
    width: 100%;
}
.page-joinus .contact .qrcodes .qrcode {
    width: 48.8%;
    height: 48.8%;
}
#main #map {
    height: 100%;
}


#main.case {
    height: auto;
    min-height: 100%;
    overflow: hidden;
    background: linear-gradient(to bottom, #f1f0ee, #c4c1bc);
    padding-bottom: 50px;
}
#showcase {
    margin-top: 80px;
    padding: 0 35px;
}
#showcase .item {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
#showcase .item img {
    display: block;
    width: 100%;
}
#showcase .item .mask, #showcase .item .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 40px;
}
#showcase .item .mask {
    background-color: #f4f3ee;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 1001;
}
#showcase .item .text {
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    z-index: 1002;
    color: #666;
}

#caseitem {
    margin-top: 80px;
    padding: 0 30px;
}
#caseitem .swiper-wrapper {
    width: 100%;
    height: 200px;
    background-size: 
}
#caseitem #banner .swiper-pagination {
    background-color: transparent;
    text-align: center;
    padding-left: 0;
    padding-top: 0;
    height: 30px;
}
#caseitem .name {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #696969;
}
#caseitem .remark {
    text-align: center;
    margin-top: 10px;
    line-height: 30px;
    font-size: 14px;
    color: #696969;
}