* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #37474f;
}
.cover {
    width: 100%;
    /* height: 100%; */
    overflow: visible;
}
section[role=main] {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
body {
    margin: 0!important;
}
body.active .main-box {
    height: auto;
    min-height: 100%;
}
.main-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: #eff2f4;
    overflow: hidden;
}
.sidebar-header {
    height: 70px;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}
.sidebar-icon {
    position: absolute;
    left: auto;
    right: 5%;
    top: 50%;
    height: 36px;
    width: 20px;
    line-height: 38px;
    margin-top: -18px;
}
.sidebar-icon i.fa-arrow-left {
    display: none;
}
.sidebar-icon i {
    font-size:  24px;
    color: #fff;
}
[class*=" fa-"], [class^=fa-] {
    position: relative;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    speak: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pagination-wrapper {
    /* margin: 20px 0; */
}
.pagination {
    height: 34px;
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 3px;
}
.pagination li {
    display: inline-block;
    height: 34px;
    margin-right: 5px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination li>a, .pagination li>span {
    -webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
    -o-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
    transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    background-color: transparent;
}
.pagination li a {
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #555555;
    text-decoration: none;
}
footer {
    padding: 22px 20px;
}

.window-bin.foot, footer {
    height: auto;
    padding: 22px 20px;
    line-height: 30px;
    background: #393939;
    color: #eee;
    text-align: center;
    border: none !important;
}
input, textarea, select, button {
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    align-items: flex-start;
    margin: 0;
    font: inherit;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    font-size: 14px;
}
.btn-primary {
    color: #fff;
}
.btn-icon, .btn.icon {
    padding: 10px;
    line-height: 1em;
}

[class*=animation-] {
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animation-slide-bottom {
    -webkit-animation-name: slide-bottom;
    -o-animation-name: slide-bottom;
    animation-name: slide-bottom;
}
.btn-primary, .met_pager a.Ahover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    background-color: #2cc0a7;
    border-color: #2cc0a7;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}
.btn {
    border-radius: 6px;
}

.met-scroll-top {
    z-index: 999999999;
    right: 10px;
    bottom: 10px;
    left: auto !important;
    position: fixed;
}
.btn-icon .icon {
    margin: -1px 0 0;
}

.btn .icon {
    width: 1em;
    /* margin: -1px 3px 0; */
    line-height: inherit;
    text-align: center;
}
[class*=" wb-"], [class^=wb-] {
    position: relative;
    display: inline-block;
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wb-chevron-up:before {
    content: "\f180";
}

/* 内容 */
body.active .main-box {
    height: auto;
    min-height: 100%;
}

.main-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: #eff2f4;
    overflow: hidden;
}
.banner-content {
    position: relative;
    overflow: hidden;
}

.met-banner {
    width: 100%;
    height: 350px;
    margin: 0 !important;
    display: block;
    background: none;
}

.met-banner.fixedheight .slick-slide img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slick-slide img {
    display: block;
}

.show-box {
    margin: 20px 15px;
}
.show-title {
    font-size: 22px;
    line-height: 32px;
    height: 32px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.show-title:before {
    width: 7px;
    height: 32px;
    background: #00dfb9;
    border-radius: 99px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
p {
    margin: 0 0 11px;
    font-size: 14px;
    /* color: #393939; */
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.show-box img {
    max-width: 100%;
}
img {
    vertical-align: middle;
}

footer {
    padding: 22px 40px;
}

.window-bin.foot, footer {
    height: auto;
    padding: 15px 60px;
    line-height: 30px;
    background: #393939;
    color: #eee;
    text-align: center;
    border: none !important;
}
footer {
    height: auto;
    border-top: 1px solid #f0f2f5;
    padding: 22px 20px;
    color: #aaaaaa;
    line-height: 1.8;
}
footer p {
    color: #fff !important;
}