nav.navbar {
    width: 200px;
    flex-flow: column nowrap;
    position: absolute;
    right: -200px;
    background: linear-gradient(to bottom, #0C77BD 20%, #009B46);
    top: 0;
    z-index: 101;
    height: 100vh;
    transition: all 0.5s;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 100px 0;
}

nav.navbar.active {
    right: 0
}

.item-list {
    position: static;
}

a.logo {
    position: static;
}

a.logo img {
    height: 40px;
    width: auto
}

header.header {
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    z-index: 100px
}

.banner.section {
    display: none
}

body {
    padding-top: 80px;
    position: relative;
}

#banner {
    display: block
}

#banner .swiper-slide {
    font-size: 0
}

.section {
    padding: 20px;
    box-sizing: border-box;
}

.panel-title {
    margin-bottom: 20px;
}

.about-pic {
    width: 100%
}

.about-text {
    width: 100%;
    padding: 0;
    order: 2;
    font-size: 14px;
    margin: 20px 0
}

.about-bar {
    order: 3;
    width: 50%;
    height: 75vw;
}

.about-img {
    width: 50%;
    height: 75vw;
    order: 4
}

.about-img span {
    background: rgba(255, 255, 255, .8);
    top: auto;
    bottom: 0;
    font-size: 20px;
}

.about-bar a span {
    font-size: 14px;
}

.about-img span::before {
    top: 10px;
}

.service-box {
    flex-flow: row wrap;
    justify-content: space-between;
}

.service-box a {
    width: calc(50% - 5px);
    margin-right: 0;
    margin-bottom: 10px
}

.service .title {
    margin-bottom: 40px;
}

.news-pic {
    display: none
}

.news-box-list {
    width: 100%
}

.news-box-list a {
    align-items: center;
}

.news-box-list a img {
    width: 80px;
}

.news-box-list a .text {
    width: calc(100% - 100px);
    align-self: stretch;
    justify-content: space-between;
}

.news-box-list a .text h3 {
    font-size: 12px;
}

.news-box-list a .text p {
    font-size: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.contact-box {
    flex-flow: column nowrap;
}

.contact-main {
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
}

.copyright {
    position: static;
    font-size: 12px;
    line-height: 1.5;
    padding: 30px 0;
    height: auto
}

.contact-text-box {
    position: static
}

.map .text h3 {
    margin: 20px 0
}

.map img {
    width: 100%
}

.map .text p {
    font-size: 14px;
}

.contact {
    padding-bottom: 0
}

.navSwitch {
    width: 60px;
    height: 50px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.5s;
    z-index: 102
}

.navSwitch span {
    width: 100%;
    height: 4px;
    background: #fff;
    display: block;
}

.navSwitch::before,
.navSwitch::after {
    width: 100%;
    display: block;
    content: '';
    background: white;
    width: 100%;
    height: 4px;
}

.navSwitch.active {
    background: #048E6E
}

.list-page {
    height: 200px;
    margin-top: 0
}

.list-page p {
    font-size: 20px;
}

.page-nav {
    height: auto;
    padding: 0
}

.page-nav div {
    display: none;
    flex-flow: column nowrap;
}

.page-nav div.active {
    display: flex
}

.page-nav .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    background: linear-gradient(to left, #0C77BD 20%, #009B46);
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    position: relative
}

.page-nav .btn::after {
    position: absolute;
    display: block;
    content: 'â–²';
    right: 20px;
    transition: all 0.5s
}

.page-nav .btn.active::after {
    transform: rotate(180deg)
}

.dis {
    display: block
}

.page-nav a:first-child {
    border-left: 5px solid rgba(255, 255, 255, .2)
}

.page-nav a {
    width: 100%;
    padding: 0;
    display: block;
    margin-top: 3px;
    border-width: 5px;
    text-indent: 20px;
    height: 50px
}

.page-nav {
    transition: all 0.5s;
    overflow: hidden
}

.page-nav.active {
    height: auto;
}

.page {
    margin: 30px 0;
    padding: 0 10px;
}

.page * {
    /*display: none*/
}

.page .next,
.page .prev {
    display: block;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    width: 50%;
}

.cont-box {
    padding: 10px;
    margin: 20px 0
}

.cont-title {
    padding-bottom: 10px
}

.cont-title h3 {
    font-size: 16px;
}

.cont-page {
    padding-top: 10px;
}

.cont-sub {
    padding: 20px 0
}

.list-main {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.list-news-box {
    width: 100%;
    margin-top: 10px
}

.list-case-box {
    width: 100%;
    margin-top: 10px
}

.list-news-box a {
    width: calc(50% - 5px);
    margin-top: 10px;
}

.list-case-box a {
    width: calc(50% - 5px);
    margin-top: 10px;
}

.list-news-box a .text {
    padding: 10px
}

.list-news-box a .text h3 {
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-news-box a .text p {
    font-size: 11px;
    margin: 10px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-case-bar {
    margin-top: 10px;
    flex-flow: row wrap;
    background: #0C77BD
}

.list-case-bar a {
    border: none;
    width: 50%;
    border: 1px solid #fff;
    flex: auto;
    color: white;
    font-size: 12px;
}

.list-case-bar a.active {
    border-bottom: 1px solid #fff;
}

.list-case-box a .text {
    position: static;
    background: #0C77BD;
    opacity: 1;
    width: 100%;
    padding: 10px;
}

.list-case-box a .text h3 {
    color: white;
    font-size: 14px;
    margin-bottom: 0px;
}

.list-case-box a .text::before {
    display: none
}

.list-case-box a .text p {
    display: none
}

.case-box div {
    display: none;
}

.footer-copyright {
    font-size: 11px;
}

.footer-box {
    flex-flow: column nowrap;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    margin: 0
}

.footer-box>* {
    flex: auto;
    border: 0
}

.footer-nav {
    display: none
}

.footer-code {
    border-bottom: 1px solid #4e4e4e;
    padding-bottom: 20px;
}

.footer-cus {
    border-top: 1px solid #303030;
    padding-top: 20px;
}

.fixed-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex !important;
    flex-flow: column nowrap;
    z-index: 999;
    border-top: 1px solid #f1f1f1
}

.fixed-nav {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    background: #0C77BD;
}

.fixed-nav a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    font-size: 0;
    flex: 1;
}

.fixed-nav a span {
    font-size: 12px;
    margin-bottom: 8px;
    color: #fff
}

.fixed-nav a img {
    margin: 10px 0;
    width: 30px;
    height: auto
}

.fixed-nav a.active span {
    font-weight: bold;
}