﻿@CHARSET "UTF-8";

/*@font-face {
  font-family: 'graphiklight';
  src: url("../fonts/graphik-light-webfont.eot");
  src: url("../fonts/graphik-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-light-webfont.woff") format("woff"), url("../fonts/graphik-light-webfont.ttf") format("truetype"), url("../fonts/graphik-light-webfont.svg#graphiklight") format("svg");
  font-weight: normal;
  font-style: normal; 
}*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/ping/icomoon.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PingFangRegular";
  src: url("../fonts/ping/PingFangRegular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "方正兰亭纤黑简体";
  src: url("../fonts/lanting/方正兰亭纤黑简体.woff2") format("woff2"),
  url("../fonts/lanting/方正兰亭纤黑简体.woff") format("woff"),
  url("../fonts/lanting/方正兰亭纤黑简体.ttf") format("truetype"),
  url("../fonts/lanting/方正兰亭纤黑简体.eot") format("embedded-opentype"),
  url("../fonts/lanting/方正兰亭纤黑简体.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
    height: 100%;
}
body { 
    font-size: 12px;
    color: #444;
    background-color: #eeeeee;
    /*font-family: Arial;*/
    font-family:  PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, STHeitiSC-Light, simsun, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
    line-height: 200%;
    min-height: 100%;
    overflow-x: hidden;
    width: auto;
    position: relative;
}
.weixinmodel{ position:fixed; bottom:66px; left:20px; width:160px; height:160px; text-align:center; display:none; z-index:1000; background:#FFF; border:solid 1px #ccc;}

img {
    max-width: 100%;
}

form,div,body,img,p,a,img,dl,dd,dt,table,tr,td,th,select,option{
    margin: 0px;
    padding: 0px;
    border: 0;
}

ul, ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
a,a:hover,a:active,a:focus {
    color: inherit;
    text-decoration: none;
}

select:focus,img:focus,input[type="checkbox"]:focus,input:focus,textarea:focus{ outline:none;}

.clearboth {
    clear: both;
}

.red {
    color: #FF7A5D;
}

.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb35{ margin-bottom:35px;}
.mb40{ margin-bottom:40px;}
.mb45{ margin-bottom:45px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}
.mb70{ margin-bottom:70px;}
.mb80{ margin-bottom:80px;}
.mb90{ margin-bottom:90px;}
.mb100{ margin-bottom:100px;}
.mb150{ margin-bottom:150px;}
.mb200{ margin-bottom:200px;}
.mb250{ margin-bottom:250px;}
.mb300{ margin-bottom:300px;}

.mr5{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}

.ml5{ margin-left:5px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}

.mt65{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}


/* 按钮样式 */
.btn-gray {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: #666;
    color: #fff;
    outline: none
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-gray:hover {
    color: #fff;
    outline: none;
    box-shadow: none;
    background-color: #666;
}
.btn-gray:active {
    color: #fff;
    background-color: #666;
    outline: none;
    box-shadow: none;
}
.btn-gray:focus {
    color: #fff;
    outline: none;
    box-shadow: none;
}

.btn-white{
    border: 1px solid #aaa;
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fff', endColorStr='#f1f1f1', gradientType='0');
    background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
    background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
    background-image: -ms-linear-gradient(top, #fff, #f1f1f1);
    background-image: -o-linear-gradient(top, #fff, #f1f1f1);
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.05) inset;
    color: #555e71 !important;
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.05) inset;
    outline: none;
}
.btn-white:hover{
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fff', endColorStr='#f6f6f6', gradientType='0');
    background-image: -webkit-linear-gradient(top, #fff, #f6f6f6);
    background-image: -moz-linear-gradient(top, #fff, #f6f6f6);
    background-image: -ms-linear-gradient(top, #fff, #f6f6f6);
    background-image: -o-linear-gradient(top, #fff, #f6f6f6);
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.05) inset;
    background-color: #f6f6f6;
}
.btn-white:active{
    border: 1px solid #aaa;
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f1f1f1', endColorStr='#f1f1f1', gradientType='0');
    background-image: -webkit-linear-gradient(top, #f1f1f1, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f1f1f1, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f1f1f1, #f1f1f1);
    background-image: -o-linear-gradient(top, #f1f1f1, #f1f1f1);
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.05) inset;
    background-color: #f1f1f1;
}
.btn-white:focus {
    color: #555e71 !important;
}


/*banner*/
.banner {
    position: relative;
    width: 100%;
    height: 430px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.banner .center{width: 90%;}
.banner h2 {    
    line-height: 1em;
    color: white;
}
.banner p{
  color: #fff;
  font-size: 16px;
  max-width: 740px;
  margin: 0 auto;
}
.view .v-body .middle-box {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}


/*pagination*/
.simple-pagination {
    text-align: right;
    margin-bottom: 10px;
    font-size: 0;
}
.simple-pagination > * {
    color: #757575;
    font-size: 18px;
    display: inline-block;
    padding: 3px;
    cursor: pointer;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    transition: color .3s;
}
.simple-pagination > *:hover, .simple-pagination > .cur {
    color: #85c226;
}

/*search*/
.v-side-search-box {
    text-align: center;
}
.v-side-search-box .glyphicon {
  font-size: 18px;
  /* color: #fff; */
  cursor: pointer;
  margin: 15px 0;
}
.v-side-search-box input {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding: 0 10px;
    border: none;
    color: #fff;
    font-size: 16px;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.v-side-search-box.active input {
    height: 50px;
    padding: 15px 10px;
}

/*address*/
/* .addr-box {
    margin: 25px 0;
}
.addr-box h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}

.addr-box ul > li {
    padding-left: 40px;
    font-size: 14px;
    line-height: 2.5em;
    color: #2d2d2d;
    background-repeat: no-repeat;
    background-position: 10px 9px;
}
.addr-box ul > li:nth-child(1) {
    background-image: url(../images/icon-addr-1.png);
}
.addr-box ul > li:nth-child(2) {
    background-image: url(../images/icon-addr-2.png);
}
.addr-box ul > li:nth-child(3) {
    background-image: url(../images/icon-addr-3.png);
}
.addr-box ul > li:nth-child(4) {
    background-image: url(../images/icon-addr-4.png);
}
.addr-box ul > li:nth-child(5) {
    background-image: url(../images/icon-addr-5.png);
}
.addr-box ul > li:nth-child(6) {
    background-image: url(../images/icon-addr-6.png);
} */


/*框架*/
.view {
    padding-left: 200px;
    position: relative;
}
.view .v-side {
    background-color: #fff;
    width: 200px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0; 
    z-index: 10;
    max-height: 100vh;
    /* overflow: hidden; */    
}

.view .v-side .logo {
    display: block;
    margin: 30px auto 15px;
    width: 80%;
}

.view .v-body .v-side-switch {
    background-color: #85c226;
    height: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 2;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.view .v-body .v-side-switch .navbar-toggle {
    display: block;
    position: absolute;
    left: 15px;
    outline: none;
    margin-top: 13px;
    border-color: #fff;
}
.view .v-body .v-side-switch .navbar-toggle .icon-bar {
    background-color: #fff;
}

.view .v-side .v-side-split {
    margin: 10px 12px;
    border-bottom: 1px solid #fff;
}
.view .v-side ul.v-nav {
    margin: 0 10px 0 12px;
}
.view .v-side ul.v-nav > li {
    position: relative;    
}
.view .v-side ul.v-nav:not(:last-child) > li{
  margin-bottom: 2em;
}
.view .v-side ul.v-nav > li > a {
    display: block;
    line-height: 1em;
    font-size: 15px;
    /* color: #fff; */
    padding: 11px 0;
    position: relative;
    word-break: break-all;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-indent: 1.5em;
}
.view .v-side ul.v-nav.v-nav-p > li > a{
  font-size: 13px;
  color: #666;
}
.view .v-side ul.v-nav > li:hover > a,
.view .v-side ul.v-nav > li.hover > a,
.view .v-side ul.v-nav > li.active > a{
  color: #85c226;
  padding-left: 24px;
}
.view .v-side ul.v-nav > li > a:before {
    /* -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; */
    opacity: 0;
    visibility: hidden; 
    content: '';
    position: absolute;
    height: 0.1em;
    left: 0.8em;
    top: 50%;
    /* margin-top: -0.9em; */
    background-color: #85c226;
    width: 28px;
}
.view .v-side ul.v-nav > li:hover > a:before,
.view .v-side ul.v-nav > li.hover > a:before,
.view .v-side ul.v-nav > li.active > a:before {
    opacity: 1;
    visibility: visible; 
}
.view .v-side ul.v-nav > li > a b {
    content: "";
    border: 25px solid transparent;
    border-left: 25px solid #fff;
    display: block;
    position: absolute;
    top: -5px;
    z-index: 1001;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    right: -50px;
    opacity: 0;
}
.view .v-side ul.v-nav > li.active > a b {
    opacity: 1;    
    -webkit-transition: opacity 0.3s .3s linear;
    -moz-transition: opacity 0.3s .3s linear;
    transition: opacity 0.3s .3s linear;
}

.r-side-title {
    font-size: 24px;
    color: #2d2d2d;
    line-height: 1em;
    padding-bottom: 10px;
    border-bottom: 3px solid #85c226;
}

.nav-panel {    
    position: fixed;
    top: -6px;
    left: 200px;
    bottom: -6px;
    width: 0;
    background: #85c226;
    padding: 52px 0 20px 0;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: inset 10px 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 10px 0 10px 0 rgba(0, 0, 0, 0.2);
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}
.view .v-side ul.v-nav > li.active .nav-panel {
    width: 422px;
    padding: 52px 20px 20px 30px;
    opacity: 1; 
}

.nav-panel ul {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 16px; 
}

.nav-panel p {
    margin: 16px 0; 
    color: #fff;
    font-size: 16px;
    margin-bottom: 36px;
 /*   text-align: justify;*/
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.nav-panel ul li {
    display: block;
    margin: 0 0 12px 0;
    padding-bottom: 0;
    padding-right: 10px;
    text-transform: none;
    vertical-align: top;
    width: 100%; 
}
.nav-panel ul li:last-child{
  /*display:none;*/
}

.nav-panel li a, .nav-panel li a:hover {
    color: #fff;
    font-size: 15px;
    text-transform: none;
    background: transparent;
    border-color: transparent;
    line-height: 1em; 
}

.nav-panel li a:hover {
  text-decoration: underline; 
}

.nav-panel h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 24px;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    margin: 0 0 20px;
}

.nav-panel.carrer-fly {
  width: 800px;
  padding: 48px 40px 20px 40px;
  left: -989px; 
}

.nav-panel .bt-menu-trigger {
  color: #000;
  position: absolute;
  top: -40px;
  right: 15px;
  width: 35px;
  height: 35px; }

.bt-menu-trigger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -2px;
  background-color: #fff;
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 1.2s;
  transition: background-color 1.2s; }

.nav-panel .bt-menu-trigger span {
  height: 1px;
  background-color: transparent; }

.active .bt-menu-trigger span {
  background-color: transparent; }

.bt-menu-trigger span:before,
.bt-menu-trigger span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s; 
}

.nav-panel .bt-menu-trigger span:before,
.nav-panel .bt-menu-trigger span:after {
  background: #fff; }

.bt-menu-trigger span:before {
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%); }

.bt-menu-trigger span:after {
  -webkit-transform: translateY(300%);
  transform: translateY(300%); }

.active .bt-menu-trigger span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }

.active .bt-menu-trigger span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg); }

.nav-panel .bt-menu-trigger span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }

.nav-panel .bt-menu-trigger span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg); 
}
/* footer styles */
/* p + .page-footer {
  margin-top: 2em; 
} */

.page-footer {
  padding: 10px 30px 0;
  position: relative; 
  z-index: 2;
  margin-top: -25px;
  background-color: #fff;
  border-top: 4px solid #85c226;
}
.foot-note {
    font-size: 16px;
    color: #363636;
    padding: 12px 0 12px 0; 
}
.footer-icon-wp{margin-top: 10px;}
.footer-icon-wp span{
  padding-left: 15px;
  padding-right: 15px;
  color: #e1e1e1;
}
.m-icon {
  background-image: url(../images/index_icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 16px;
  vertical-align: middle;
}
.m1{background-position: -15px center;}
.m2{background-position: -75px center;}
.m3{background-position: -145px center;}
.foot-note > .col-md-6 > a:not(:first-child) img{margin-left: 2.8%;}
.foot-note > .col-md-6 > a:first-child img{max-width: 110px;}
.foot-note > .col-md-6 > a:nth-child(4) img{max-width: 85px;}
.footer_logo{max-width: 146px;}
@media (min-width: 992px){
  .footer_logo{
    float: right;
  }
}
@media (max-width: 992px){
  .footer_logo{
    margin-top: 20px;
  }
}

@media (min-width: 768px){
  .view .v-side{
    /*background-image: url(../images/index_08.jpg);*/
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 40%;
    background-size: 40%;
    -webkit-box-shadow: 4px 0 10px rgba(0,0,0,.15);
    box-shadow: 4px 0 10px rgba(0,0,0,.15);
  }
   /* new */
    .banner h2 {    
      font-size: 50px;
    }
     /* new */
    .banner p {    
      font-size: 18px;
    }
  /* new end*/
  /* new end*/
}
@media (max-width: 767px) { 
    .view .v-side ul.v-nav > li .nav-panel {
        width: 200px;
        z-index: 100;
        left: 0;
        padding: 52px 10px 20px 10px;
        box-shadow: none;
        background-color: #85c226;
        -webkit-transform: translateX(-220px);
        -moz-transform: translateX(-220px);
        transform: translateX(-220px);
    }
    .view .v-side ul.v-nav > li.active .nav-panel {
        width: 200px;
        padding: 52px 10px 20px 10px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    .nav-panel li a, .nav-panel li a:hover {
        color: #fff;
    }
    .view .v-side ul.v-nav > li > a b {
        display: none;
    }
    .nav-panel p {
        display: none;
    }
    .nav-panel h4 {
        color: #fff !important;
        font-size: 16px;
    }
    .nav-panel .bt-menu-trigger span:before, .nav-panel .bt-menu-trigger span:after {
        background: #fff;
    }
   
  .nav-panel p:before {
    content: "\f053";
        color: #fff;
        font-size: 1.2em;
        text-transform: uppercase;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    html {
        overflow-x: hidden;
    }    
    .view {
        width: 100%;
        padding-left: 0;
        left: 0;
        -webkit-transition: left .4s;
        -moz-transition: left .4s;
        -ms-transition: left .4s;
        -o-transition: left .4s;
        transition: left .4s;
    }
    .view.active {
        left: 200px;
        position: absolute;
        height: 100%;
    }
    .view .v-side {
        left: -200px;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 50px;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .view.active .v-side {
        left: 0px;
        background-color: #85c226;
    }
    .view .v-side ul.v-nav > li > a,
    .view .v-side ul.v-nav.v-nav-p > li > a{
      color: #fff;
    }
    .view .v-side ul.v-nav > li:hover > a,
    .view .v-side ul.v-nav > li.active > a{
      color: #fff;
      padding-left: 20px;
    }
    .view .v-side ul.v-nav > li > a:before {
      background-color: #fff;
      width: 20px;
    }
    .view.active .v-body {
        height: 100%;
        overflow: hidden;
    }
    .view .v-body .v-side-switch {
        height: 60px;
    }

    .page-footer {
        padding: 15px 15px 0;
    }
    .foot-note.row {
        margin: 0 -15px 0 -15px;
        padding: 15px 0px;
    }

    
    .view .v-side .logo{
        width: 60%;
        height: auto;
        margin: 0 auto;
    }
    .view .v-side ul.v-nav > li.active > a,
    .view .v-side ul.v-nav > li.hover > a{color: #fff; }
}

.top-height{
    margin-top:40px;
}
/* new */
.mar-30{margin-top: 30px !important;}
.mar-50{margin-top: 50px !important;}
.v-nav-p{
  position: absolute;
  bottom: 20px;
  left: 0;
}
.more_btn{
  border: 1px solid #dfdfdf;
  display: table;
  color: #000;
  padding: 5px 50px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
}
.more_btn:hover{
  background-color: #85c226;
  color: #fff;
}
.center{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}
.my-btn{
  background-color: #85c226;
  border-radius: 30px;
  outline: none;
  border: none;
  color: #fff;
  padding: 5px 30px;
}
.float-l{
  float: left;
}
.sort_select{
  color: #e9e9e9;
  margin-bottom: 15px;
}
.sort_select a{
  margin-right: 2px;
  margin-left: 2px;
  color: #85c226;
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px;
}
.sort_select a:hover,
.sort_select a.active{
  background-color: #e9e9e9;
  color: #5b5b5b;  
}


.my-pagination{margin-top: 30px;}
.my-pagination li:not(:last-child){
  float:left;
  margin-right: 10px;
}
.my-pagination li a{padding: 5px 10px; }
.my-pagination li a:hover,
.my-pagination li.active a{
  color: #85c226;
  background-color: #e9e9e9;
}
.my-pagination .more{
  color: #333;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}
.my-pagination .more:hover,
.my-pagination li.active .more{
  background-color: #85c226;
  color: #fff;
}
.back_btn{
  background-color: #85c226;
  color: #fff;
  display: table;
  padding: 1px 40px;
  border-radius: 30px;
}
/* 2.26 */
#part-2 .img-hover,
#part-2 .technology-img{
  width: 100%;
  overflow: hidden;
}
.item .img-hover img{  
  overflow: hidden;
}
.img-hover img ,
.technology-img img{
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}
.img-hover:hover img,
.technology-img:hover img {
    transform: scale(1.03, 1.03);
}
.view .v-side ul.v-nav li:nth-child(3) .nav-panel .my_underline .col-sm-6{
  width: 100%;
}
#vcodeimg{
    float: left;
    margin-top: -25px;
    margin-left: 60%;
}

.wxewm .layui-layer-content{ width:220px !important; height:240px !important; padding:10px 10px 5px 10px !important;}
.wxewm .layui-layer-content p{ display:block !important; text-align:center !important;}

@media (max-width: 767px){
  .view .v-side ul.v-nav:not(:last-child) > li {margin-bottom: 1em; }
}

@media (max-width: 1199px) {
    .banner {height: 360px; }
}
@media (max-width: 991px) {
    .banner {height: 300px; }
}
@media (max-width: 767px){
    .banner {height: 200px; } 
}