.swiper-container {
    width: 100%;
    height: 100%;    
}

div.swiper-container div.swiper-pagination { bottom: .5rem;; }
div.swiper-container div.swiper-pagination span {
    width: .5rem;
    height: .2rem;
    background-color: #fff;
    border-radius: 0;
}
div.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 .3rem; }
#mobile-nav {
    position: fixed;
    background-color: #fff;
    left: 1.7rem;
    right: 1.7rem;
    bottom: 2.5rem;
    z-index: 10;
    height: 3.8rem;
    line-height: 3.8rem;
}
#mobile-nav ul {
    padding: 0 1rem;
}
#mobile-nav a {
    position: relative;
    float: left;
    width: 16.66666%;
    font-size: 1rem;
    text-align: center;
    color: #232323;
}
#mobile-nav a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: .8rem;
    width: 1px;
    margin-right: 0;
    margin-top: -.4rem;
    background-color: #e4e4e4;
}
#mobile-nav a:last-child:after { display: none; }
#logo-m {
    position: fixed;
    left: 1.7rem;
    top: 1.5rem;
    z-index: 10;
    width: 7.5rem;
    height: 2rem;
}
#logo-m img { width: 100%; height: 100%; }
#menu-btn {
    position: fixed;
    right: 1.5rem;
    top: 2.2rem;
    z-index: 10;
    width: 3rem;
    height: 3rem;
}
#menu-btn span,
#menu-btn span:after,
#menu-btn span:before {
    position: absolute;
    left: 50%;
    display: block;
    width: 1.6rem;
    height: .15rem;
    margin-left: -.8rem;
    background-color: #fff;
}
#menu-btn span {
    top: 50%;
}
#menu-btn span:after,
#menu-btn span:before {
    content: '';
}
#menu-btn span:after { top: -.6rem; }
#menu-btn span:before { top: .6rem; }
.indexM-swiper .txt-con {
    margin-top: 13.3rem;
    text-align: right;
    padding-right: 2rem;
    color: #fff;
}
.indexM-swiper .txt-con img {
    width: 95%;    
}
.indexM-swiper .txt-con hr {
    display: inline-block;
    width: 6rem;
    margin: 1.8rem 0 1.2rem;
    border: none;
    border-top: 1px solid #d2d2d2;   
}
.indexM-swiper .txt-con .zh {
    font-size: 1.4rem;
    font-weight: 300;
    width: 80%;
    text-align-last: justify; 
    float: right;
}
.indexM-swiper .txt-con .en {
    padding-top: .5rem;
    font-size: .75rem;
    font-weight: 300;
}

.indexM-swiper .txt-con img,

.indexM-swiper .txt-con .zh,
.indexM-swiper .txt-con .en {
    opacity: 0;
    margin-top: -20px;
    -webkit-transition: all .5s ease .3s;
    -moz-transition: all .5s ease .3s;
    -ms-transition: all .5s ease .3s;
    transition: all .5s ease .3s;
}

.indexM-swiper .swiper-slide-active .txt-con img,
.indexM-swiper .swiper-slide-active .txt-con .zh,
.indexM-swiper .swiper-slide-active .txt-con .en {
    opacity: 1;
    margin-top: 0px;
} 
.indexM-swiper .txt-con hr {
    opacity: 0;
    -webkit-transition: all .5s ease .3s;
    -moz-transition: all .5s ease .3s;
    -ms-transition: all .5s ease .3s;
    transition: all .5s ease .3s;
}
.indexM-swiper .swiper-slide-active .txt-con hr { opacity: 1; }



#nav-min-btn {
    position: fixed;
    z-index: 10000;
    right: 1.5rem;
    top: 2.2rem;
    width: 3rem;
    height: 3rem;
    border: none;
    padding: 0;
    background: none; }
    #nav-min-btn span {
      position: relative;
      display: block;
      width: 1.6rem;
      height: .15rem;
      margin: auto;
      background: #fff; }
      #nav-min-btn span:before, #nav-min-btn span:after {
        position: absolute;
        left: 0;
        content: '';
        height: 2px;
        width: 100%;
        background: #fff; }
      #nav-min-btn span:before {
        top: -6px; }
      #nav-min-btn span:after {
        bottom: -6px; }
  
  #nav-min {
    position: fixed;
    z-index: 10001;
    width: 15rem;
    top: 0;
    bottom: 0;
    right: 0;
    background: #008652;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -webkit-transform: translateX(15rem);
    -moz-transform: translateX(15rem);
    -ms-transform: translateX(15rem);
    -o-transform: translateX(15rem);
    transform: translateX(15rem);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    #nav-min a {
      position: relative;
      display: block;
      padding: 10px;
      color: #fff; }
    #nav-min li {
      position: relative; }
      #nav-min li .arrow-btn {
        position: absolute;
        z-index: 10;
        top: 5px;
        right: 10px;
        display: block;
        width: 30px;
        height: 30px;
        background: #000;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
        #nav-min li .arrow-btn:before {
          position: absolute;
          top: 50%;
          left: 50%;
          content: '';
          margin-top: -3px;
          margin-left: -5px;
          border-top: 5px solid #fff;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent; }
      #nav-min li.s > .arrow-btn {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      #nav-min li li {
        padding: 0 10px;
        font-size: 12px; }
    #nav-min > li > a {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); background-color: #037d4d; }
    #nav-min.toggle-menu li ul {
      display: none; }
  
  #nav-min-mask {
    position: fixed;
    z-index: -10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 134, 82, 0.2);
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  
  body.open-nav-min #nav-min {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  body.open-nav-min #nav-min-mask {
    z-index: 10000;
    opacity: 1; }