@charset "UTF-8";
a, .transition, .index-solution .list li, .index-news .list li .time b, .index-news .list li .name:after, .case li, .case li .img, .case li p, .case-show .img-list .dots span, .solutions .list a p, .solutions2 .box .name h2, .about-2 .list li, .about-2 .year-list .bg, .about-2 .year-list li, .join-2 li .title, .join-2 li .title h2, .news a .time, :before, img, .g-nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .indexFlash .dots, .index-case .arrow, .index-news .list .arrow, .p-num, .case-show .img-list .dots, .p-num2 ul, .solutions-show .list li .col h3, .about-title, .about-2 .list li dl, .about-2 .year-list ul, .join-2 li .title {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, #index-dots, .indexFlash li .layer, .index-about .wal, .index-case .wal, .index-solution .wal, .index-news .wal, .index-news .list li, .honor-2 li .name, .news a .name, .news a .time {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .index-case .arrow, .case li, .p-num, .solutions-show .list li .col h3, .about-title, .about-2 .list li, .honor-2 li .name, .join-2 li .title, .news a .time {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, #index-dots, .indexFlash li .layer, .index-about .wal, .index-case .wal, .index-solution .wal, .index-news .wal, .index-news .list li, .index-news .foot, .p-num, .case-show .img-list .dots, .p-num2 ul, .about-2 .list li, .honor-2 li .name, .news a .name, .news a .time {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .g-foot .msg, .case li, .solutions .list ul, .solutions-show .list li, .about-3 .list ul {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .g-nav ul, .g-foot .msg, .index-news .foot, .case li, .solutions .list ul, .solutions .list2 dl, .solutions2 .box .list dl, .solutions-nav ul, .solutions-show .list li, .about-2 .list li, .about-3 .list ul, .about-4 ul, .honor-1 ul, .honor-2 ul, .news ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #8fcc14;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 12rem;
  margin: 0 auto; }

@font-face {
  font-family: "Oswald";
  src: url("fonts/Oswald-Medium_1.woff2") format("woff2"), url("fonts/Oswald-Medium_1.woff") format("woff"), url("fonts/Oswald-Medium_1.ttf") format("truetype"), url("fonts/Oswald-Medium_1.eot") format("embedded-opentype"), url("fonts/Oswald-Medium_1.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Monoton-Regular";
  src: url("fonts/Monoton-Regular.woff2") format("woff2"), url("fonts/Monoton-Regular.woff") format("woff"), url("fonts/Monoton-Regular.ttf") format("truetype"), url("fonts/Monoton-Regular.eot") format("embedded-opentype"), url("fonts/Monoton-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.g-headD {
  height: 1.06rem; }

.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%; }
  .g-head .wal {
    min-height: 1.06rem;
    position: relative;
    max-width: 100%;
    margin: 0 0.8rem; }
  .g-head a.logo {
    display: block;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    width: 1.34rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .g-head a.tel {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    display: block;
    line-height: 1.06rem;
    font-size: .24rem;
    color: #8ebd2b;
    font-family: 'Oswald';
    padding-left: .44rem;
    background: url("../image/img30_1.png") left center no-repeat;
    background-size: .3rem; }

.g-nav {
  position: absolute;
  z-index: 10;
  left: 2.2rem;
  right: auto;
  top: 0;
  bottom: auto; }
  .g-nav li {
    margin-right: .44rem;
    position: relative; }
  .g-nav a.name {
    display: block;
    height: 1.06rem;
    line-height: 1.06rem;
    font-size: .18rem;
    color: #fff;
    position: relative; }
    .g-nav a.name:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: .72rem;
      height: .02rem;
      background: #8ebd2b;
      opacity: 0; }
    .g-nav a.name.on {
      color: #8ebd2b; }
      .g-nav a.name.on:before {
        opacity: 1; }

.p-head {
  background: rgba(255, 255, 255, 0.7); }
  .p-head .wal {
    max-width: 12rem;
    margin: 0 auto;
    min-height: .8rem; }
  .p-head a.logo {
    height: .8rem;
    background-image: url("../image/logo2.png"); }
  .p-head a.tel {
    line-height: .8rem; }
  .p-head .g-nav a.name {
    height: .8rem;
    line-height: .8rem;
    color: #666; }
    .p-head .g-nav a.name:before {
      top: .78rem; }
    .p-head .g-nav a.name.on {
      color: #8ebd2b; }

@media screen and (min-width: 800px) {
  body.body-1 #index-dots .index-dots span {
    background-image: url("../image/img22_1.png"); }
  body.body-1 #index-dots .index-dots span.swiper-pagination-bullet-active {
    background-image: url("../image/img22on.png"); }
  body.body-1 .indexIco {
    background-image: url("../image/img34on.png"); }

  body.body-2 .g-head a.logo {
    background-image: url("../image/logo2.png"); }
  body.body-2 .g-head .g-nav a.name {
    color: #333; }
    body.body-2 .g-head .g-nav a.name:hover, body.body-2 .g-head .g-nav a.name.on {
      color: #8ebd2b; }

  body.body-3 .g-head .g-nav a.name:before {
    background: #fff; }
  body.body-3 .g-head .g-nav a.name:hover, body.body-3 .g-head .g-nav a.name.on {
    color: #fff; }

  /**/
  .g-nav .list {
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: -10rem;
    bottom: auto;
    width: 1.46rem;
    background: #fff;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    margin-left: -.73rem;
    padding: .11rem 0;
    opacity: 0;
    visibility: hidden; }
    .g-nav .list a {
      display: block;
      text-align: center;
      font-size: .16rem;
      line-height: .5rem;
      color: #666; }
      .g-nav .list a:hover {
        color: #8ebd2b; }
  .g-nav li:hover .list {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }
  .g-nav li:hover a.name {
    color: #8ebd2b; }
    .g-nav li:hover a.name:before {
      opacity: 1; } }
.g-foot {
  background: url("../image/foot.jpg") center no-repeat;
  position: relative;
  color: #fff;
  font-size: .14rem; }
  .g-foot:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: .55rem;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1); }
  .g-foot .wal {
    min-height: 3.46rem;
    position: relative; }
  .g-foot .logo {
    width: 2.03rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.6rem;
    bottom: auto; }
  .g-foot .ewm {
    width: 1.4rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.6rem;
    bottom: auto; }
    .g-foot .ewm .img {
      background: #fff;
      padding: .08rem; }
    .g-foot .ewm .name {
      text-align: center;
      line-height: .52rem; }
  .g-foot .container {
    padding: .6rem 0 0 3.78rem; }
    .g-foot .container .tel div {
      background: url("../image/img30_2.png") left center no-repeat;
      background-size: .3rem;
      padding-left: .4rem;
      font-size: .18rem;
      line-height: .3rem; }
    .g-foot .container .tel h2 {
      font-family: 'Oswald';
      font-size: .36rem;
      font-weight: 400;
      line-height: .5rem; }
    .g-foot .container ul {
      padding: .2rem 0; }
    .g-foot .container li {
      min-height: .4rem;
      position: relative;
      padding-left: .35rem; }
      .g-foot .container li .ico {
        width: .22rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0.09rem;
        bottom: auto; }
      .g-foot .container li p {
        line-height: .4rem; }
  .g-foot .msg {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    line-height: .55rem; }

a.topA {
  display: block;
  width: .54rem;
  height: .54rem;
  background: #8ebd2b url("../image/img54.png") center no-repeat;
  background-size: 100%;
  -moz-border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  border-radius: 0.06rem;
  position: fixed;
  z-index: 20;
  right: .1rem;
  bottom: 1rem;
  opacity: 0;
  visibility: hidden; }
  a.topA.show {
    opacity: 1;
    visibility: visible; }
  a.topA:hover {
    box-shadow: 0 0.08rem 0.2rem rgba(119, 178, 0, 0.5);
    -webkit-box-shadow: 0 0.08rem 0.2rem rgba(119, 178, 0, 0.5);
    -moz-box-shadow: 0 0.08rem 0.2rem rgba(119, 178, 0, 0.5); }

/*index*/
#index {
  height: 100vh;
  overflow: hidden;
  position: relative; }

.index-slide {
  height: 100vh;
  background: center no-repeat;
  background-size: cover;
  position: relative; }
  .index-slide.index-foot {
    height: 3.46rem; }

#index-dots {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0.25rem;
  top: 0;
  bottom: 0;
  width: .3rem; }
  #index-dots .index-dots span {
    height: .3rem;
    background: url("../image/img22.png") center no-repeat;
    background-size: .22rem;
    display: block; }
  #index-dots .index-dots span.swiper-pagination-bullet-active {
    background-image: url("../image/img22on.png"); }
  #index-dots a {
    display: block;
    height: .3rem;
    background: url("../image/img30.png") center no-repeat;
    background-size: 100%;
    margin-top: .1rem;
    opacity: 0;
    visibility: hidden; }
    #index-dots a:hover {
      background-image: url("../image/img30on.png"); }
  #index-dots.on a {
    visibility: visible;
    opacity: 1; }
  #index-dots.hide {
    opacity: 0;
    visibility: hidden; }

.indexIco {
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: .3rem;
  width: .34rem;
  height: .9rem;
  margin-left: -.17rem;
  background: url("../image/img34.png") center no-repeat;
  background-size: 100%;
  animation: upDown 1s infinite linear;
  -webkit-animation: upDown 1s infinite linear; }
  .indexIco.hide {
    opacity: 0;
    visibility: hidden; }

@keyframes upDown {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(0.3rem); } }
@-webkit-keyframes upDown {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(0.3rem); } }
/**/
.indexFlash li {
  height: 100vh;
  background: center no-repeat;
  background-size: cover;
  position: relative; }
  .indexFlash li .layer {
    position: absolute;
    z-index: 10;
    left: 0.8rem;
    right: 0;
    top: 0;
    bottom: 1.5rem;
    color: #fff; }
    .indexFlash li .layer h2 {
      font-size: .72rem;
      letter-spacing: .05rem;
      line-height: 1em;
      font-weight: 400; }
    .indexFlash li .layer h3 {
      font-weight: 100;
      font-size: .36rem;
      line-height: 1em;
      text-transform: uppercase;
      padding: .2rem 0 0 0;
      letter-spacing: .075rem;
      font-family: 'Oswald'; }
.indexFlash .dots {
  position: absolute;
  z-index: 10;
  left: 0.8rem;
  right: auto;
  top: auto;
  bottom: 0.5rem; }
  .indexFlash .dots span {
    width: .5rem;
    height: .5rem;
    background: rgba(0, 0, 0, 0.5);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: .15rem;
    position: relative; }
    .indexFlash .dots span:before {
      width: .12rem;
      height: .12rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #fff;
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -.06rem;
      margin-top: -.06rem; }
    .indexFlash .dots span:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border: rgba(255, 255, 255, 0.9) solid 1px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .indexFlash .dots span svg {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto; }
    .indexFlash .dots span circle {
      stroke-dasharray: 0, 200;
      stroke-dashoffset: 0; }
  .indexFlash .dots span.swiper-pagination-bullet-active:before {
    background: #8ebd2b; }
  .indexFlash .dots span.swiper-pagination-bullet-active circle {
    stroke-dasharray: 160, 200;
    -webkit-transition: stroke-dasharray 5.6s linear;
    transition: stroke-dasharray 5.6s linear; }

.index-title {
  color: #464c4e; }
  .index-title h3 {
    text-transform: uppercase;
    font-family: 'Oswald';
    font-size: .72rem;
    line-height: 1em;
    color: #8ebd2b;
    font-weight: 100;
    padding-bottom: .18rem; }
  .index-title h2 {
    font-weight: 400;
    font-size: .36rem;
    line-height: 1em; }

.p-content {
  font-size: .16rem;
  line-height: .27rem;
  text-align: justify; }

.p-more {
  display: block;
  width: 2rem;
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  background: #474d4f;
  color: #fff;
  font-size: .16rem;
  text-transform: uppercase; }
  .p-more em {
    padding-right: .68rem;
    background: url("../image/img56.png") right center no-repeat;
    background-size: .56rem; }
  .p-more:hover {
    background: #8ebd2b;
    color: #fff; }

.p-more-2 {
  width: 1.2rem;
  height: .4rem;
  line-height: .4rem;
  font-size: .14rem; }
  .p-more-2 em {
    padding-right: .4rem;
    background: url("../image/img29.png") right center no-repeat;
    background-size: .29rem; }

.p-back {
  display: block;
  width: 1.2rem;
  height: .4rem;
  line-height: .38rem;
  text-align: center;
  border: #999 solid 1px;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: .14rem;
  color: #999; }
  .p-back em {
    padding-right: .14rem;
    background: url("../image/img7.png") right center no-repeat;
    background-size: .07rem; }
  .p-back:hover {
    background: #8ebd2b;
    border-color: #8ebd2b;
    color: #fff; }
    .p-back:hover em {
      background-image: url("../image/img7on.png"); }

.index-about .wal, .index-case .wal, .index-solution .wal, .index-news .wal {
  max-width: 100%;
  margin: 0 0.8rem;
  height: 100vh; }

.index-about .wal {
  color: #464c4e;
  position: relative;
  padding-top: 1.06rem; }
.index-about .p-content {
  padding: .75rem 0 .65rem 0;
  max-width: 6.66rem; 
  text-indent: 2em;}
.index-about .msg {
  font-size: .41rem;
  opacity: .5;
  padding-bottom: .75rem; }
  .index-about .msg em {
    padding: 0 .3rem; }
.index-about .list {
  background: url("../image/img790.png") center no-repeat;
  background-size: 100%;
  width: 7.9rem;
  height: 8.26rem;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1.15rem;
  top: 19.5vh;
  bottom: auto;
  animation: upDown 2s infinite linear alternate;
  -webkit-animation: upDown 2s infinite linear alternate; }
  .index-about .list .title {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    text-align: center;
    font-size: .3rem; }
    .index-about .list .title span {
      display: block;
      font-family: 'Monoton-Regular';
      text-transform: uppercase;
      color: #8ebd2b;
      font-size: .56rem;
      line-height: .69rem;
      padding: 2.3rem 0 .2rem 0; }
  .index-about .list li {
    width: 1.5rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: auto;
    bottom: auto;
    text-align: center; }
    .index-about .list li .name {
      font-size: .18rem;
      padding-top: .4rem; }
    .index-about .list li.li_01 {
      top: .5rem;
      margin-left: -3.75rem; }
    .index-about .list li.li_02 {
      top: -.5rem;
      margin-left: -.75rem; }
    .index-about .list li.li_03 {
      top: .5rem;
      margin-left: 2.25rem; }
    .index-about .list li.li_04 {
      top: 3.23rem;
      margin-left: 2.25rem; }
    .index-about .list li.li_05 {
      top: 4.6rem;
      margin-left: -.75rem; }

.index-case {
  position: relative; }
  .index-case:before {
    content: "";
    display: block;
    position: absolute;
    left: -1.4rem;
    top: 0;
    bottom: 0;
    background: rgba(143, 191, 38, 0.9);
    width: 50%; }
  .index-case:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1.4rem;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    width: 100%; }
  .index-case .wal {
    position: relative;
    z-index: 2; }
  .index-case .img-list {
    position: absolute;
    z-index: 10;
    left: -0.8rem;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 9.6rem;
    overflow: hidden;
    margin-top: -2.1rem; }
    .index-case .img-list .list-wrapper {
      width: 21rem;
      position: relative;
      left: 50%;
      margin-left: -9.3rem; }
    .index-case .img-list li img {
      opacity: .7; }
    .index-case .img-list li.swiper-slide-active img {
      opacity: 1; }
  .index-case .arrow {
    height: 1.65rem; }
    .index-case .arrow a {
      width: .44rem;
      height: .4rem;
      background: center no-repeat;
      background-size: 100%; }
      .index-case .arrow a.prev {
        background-image: url("../image/prev44.png"); }
        .index-case .arrow a.prev:hover {
          background-image: url("../image/prev44on.png"); }
      .index-case .arrow a.next {
        background-image: url("../image/next44.png"); }
        .index-case .arrow a.next:hover {
          background-image: url("../image/next44on.png"); }
    .index-case .arrow .num {
      padding: 0 .32rem;
      font-family: 'Oswald';
      font-size: .18rem;
      color: #464c4e; }
      .index-case .arrow .num .num-curr {
        color: #8ebd2b;
        font-size: .42rem; }
  .index-case .list {
    max-width: 7.57rem;
    margin-left: auto;
    color: #474d4f;
    position: relative;
    z-index: 11; }
    .index-case .list .name {
      font-size: .28rem; }
    .index-case .list .p-content {
      visibility: hidden;
      padding: .10rem 0 .5rem 0; }

.index-solution .p-content {
  padding: .5rem 0 .65rem 0;
  color: #464c4e;
  letter-spacing: .02rem; }
.index-solution .list li a {
  display: block;
  color: #666;
  text-align: center;
  font-size: .18rem;
  position: relative; }
  .index-solution .list li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -.17rem;
    bottom: 0;
    background: url("../image/img339.png") center top no-repeat;
    background-size: 100%;
    width: 2.98rem;
    height: 2.22rem;
    margin-left: -1.49rem;
    opacity: 0; }
  .index-solution .list li a .img {
    position: relative;
    width: 2.75rem;
    margin: 0 auto;
    height: 2.47rem;
    background: url("../image/img312-bg.png") center bottom no-repeat;
    background-size: 100%; }
  .index-solution .list li a .name {
    padding-top: .1rem; }
.index-solution .list li a:hover {
  color: #8ebd2b;
  font-weight: 600; }
  .index-solution .list li a:hover:after {
    animation: index-solution-anim .6s infinite linear alternate;
    -webkit-animation: index-solution-anim .6s infinite linear alternate; }
  .index-solution .list li a:hover .img {
    background-image: url("../image/img312-bgon.png"); }
.index-solution .list li.hide {
  opacity: 0;
  visibility: hidden; }
.index-solution .arrow a {
  display: block;
  width: .5rem;
  height: .5rem;
  background: center no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 10;
  left: auto;
  right: auto;
  top: 0;
  bottom: auto; }
  .index-solution .arrow a.prev {
    left: 1.18rem;
    top: 8.4rem;
    background-image: url("../image/prev50_1.png"); }
    .index-solution .arrow a.prev:hover {
      background-image: url("../image/prev50_1on.png"); }
  .index-solution .arrow a.next {
    right: .55rem;
    top: 2rem;
    background-image: url("../image/next50_1.png"); }
    .index-solution .arrow a.next:hover {
      background-image: url("../image/next50_1on.png"); }

@media screen and (min-width: 800px) {
  .index-solution .list {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    background: url("../image/img1552.png") center no-repeat;
    background-size: 100%;
    width: 15.52rem;
    height: 9.32rem; }
    .index-solution .list li {
      position: absolute;
      margin-left: -1.375rem; } }
@keyframes index-solution-anim {
  from {
    opacity: .2; }
  to {
    opacity: 1; } }
@-webkit-keyframes index-solution-anim {
  from {
    opacity: .2; }
  to {
    opacity: 1; } }
.index-news .more {
  padding-top: .5rem; }
.index-news .list {
  position: absolute;
  z-index: 10;
  left: 4.65rem;
  right: 0.56rem;
  top: 0;
  bottom: auto; }
  .index-news .list .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .index-news .list li {
    height: 100vh;
    border-left: #dfdfe1 solid 1px;
    padding: 0 .34rem 0 .15rem; }
    .index-news .list li .time {
      font-size: .18rem;
      color: #999;
      font-family: 'Oswald'; }
      .index-news .list li .time b {
        display: block;
        font-size: .6rem;
        color: #bbb;
        line-height: 1em;
        padding-bottom: .5rem; }
    .index-news .list li .name {
      position: relative;
      padding: .07rem 0 .62rem 0;
      display: block; }
      .index-news .list li .name div {
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
        overflow: hidden; }
      .index-news .list li .name:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: .33rem;
        width: .5rem;
        height: 1px;
        background: #999; }
      .index-news .list li .name:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: .32rem;
        width: .5rem;
        height: .11rem;
        background: url("../image/img50.png");
        background-size: 100%;
        opacity: 0; }
    .index-news .list li .img img {
      width: 100%; }
    .index-news .list li p {
      font-size: .14rem;
      line-height: 2em;
      padding-top: .24rem;
      color: #666; }
  .index-news .list li:hover .time b {
    color: #8ebd2b; }
  .index-news .list li:hover .name {
    color: #8ebd2b;
    font-weight: bold; }
    .index-news .list li:hover .name:before {
      opacity: 0; }
    .index-news .list li:hover .name:after {
      opacity: 1; }
  .index-news .list .arrow {
    position: absolute;
    z-index: 10;
    left: -0.5rem;
    right: auto;
    top: auto;
    bottom: 0.9rem; }
    .index-news .list .arrow a {
      width: .5rem;
      height: .5rem;
      border: #dfdfe1 solid 1px;
      position: relative;
      background: center no-repeat;
      background-size: .5rem; }
      .index-news .list .arrow a:hover {
        border-color: #8ebd2b;
        z-index: 2; }
      .index-news .list .arrow a.prev {
        left: 1px;
        background-image: url("../image/prev50.png"); }
        .index-news .list .arrow a.prev:hover {
          background-image: url("../image/prev50on.png"); }
      .index-news .list .arrow a.next {
        background-image: url("../image/next50.png"); }
        .index-news .list .arrow a.next:hover {
          background-image: url("../image/next50on.png"); }
.index-news .foot {
  background: #e3ecec;
  line-height: .5rem;
  text-align: center;
  font-size: .14rem;
  color: #474d4f;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0; }
  .index-news .foot p {
    padding: 0 .5em; }

/*page*/
.p-banner {
  height: 5rem;
  background: url("../image/p-banner-1.jpg") center no-repeat;
  background-size: cover;
  color: #fff; }
  .p-banner .title h2 {
    font-size: .6rem;
    font-weight: 400;
    letter-spacing: .02rem;
    padding: 2.2rem 0 .05rem 0; }
  .p-banner .title span {
    font-size: .3rem;
    display: block;
    font-family: 'Oswald';
    letter-spacing: .05rem;
    text-transform: uppercase; }

.case {
  padding: .4rem 0 0 0; }
  .case li {
    min-height: 3.33rem;
    position: relative;
    border-bottom: #dcdee0 solid 1px;
    padding: .5rem 0; }
    .case li .img {
      padding: .08rem;
      width: 3.76rem;
      box-shadow: 0 0.16rem 0.4rem rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 0.16rem 0.4rem rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 0.16rem 0.4rem rgba(0, 0, 0, 0.15); }
    .case li .col {
      width: 7.8rem; }
    .case li .name {
      font-size: .24rem; }
    .case li p {
      font-size: .14rem;
      line-height: .26rem;
      color: #666;
      text-align: justify;
      min-height: .9rem;
      padding: .15rem 0; }
  .case li:hover {
    border-color: #c6de95; }
    .case li:hover .img {
      box-shadow: 0 0.16rem 0.4rem rgba(102, 153, 0, 0.3);
      -webkit-box-shadow: 0 0.16rem 0.4rem rgba(102, 153, 0, 0.3);
      -moz-box-shadow: 0 0.16rem 0.4rem rgba(102, 153, 0, 0.3); }
    .case li:hover .name a {
      color: #8ebd2b; }
    .case li:hover p {
      color: #8ebd2b; }

.p-num {
  padding: .5rem 0 .75rem 0; }
  .p-num a {
    width: .55rem;
    height: .3rem;
    background: center no-repeat;
    background-size: 100%; }
    .p-num a.prev {
      background-image: url("../image/prev55.png"); }
      .p-num a.prev:hover {
        background-image: url("../image/prev55on.png"); }
    .p-num a.next {
      background-image: url("../image/next55.png"); }
      .p-num a.next:hover {
        background-image: url("../image/next55on.png"); }
  .p-num div {
    font-size: .3rem;
    color: #666;
    font-family: 'Oswald';
    padding: 0 .25rem;
    position: relative;
    top: -.1rem; }
    .p-num div em {
      color: #8ebd2b;
      font-size: .6rem;
      padding-right: .06rem; }

.case-show {
  position: relative; }
  .case-show:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 4rem;
    background: #f5f8fa; }
  .case-show .wal {
    min-height: 5rem;
    position: relative; }
  .case-show a.p-back {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.95rem;
    bottom: auto; }
  .case-show h2.title {
    border-bottom: #dcdfe1 solid 1px;
    padding: .95rem 1.5rem .2rem 0;
    font-size: .3rem; }
  .case-show .img-list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .case-show .img-list li {
      padding: .5rem .65rem .75rem .65rem; }
      .case-show .img-list li .img {
        max-width: 10.2rem;
        margin: 0 auto;
        background: #fff;
        padding: .1rem;
        box-shadow: 0 0.24rem 0.5rem rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 0.24rem 0.5rem rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0.24rem 0.5rem rgba(0, 0, 0, 0.15); }
    .case-show .img-list .arrow a {
      display: block;
      width: .6rem;
      height: .6rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-top: -.4rem;
      background: center no-repeat;
      background-size: 100%; }
      .case-show .img-list .arrow a.prev {
        left: 0;
        background-image: url("../image/prev60.png"); }
        .case-show .img-list .arrow a.prev:hover {
          background-image: url("../image/prev60on.png"); }
      .case-show .img-list .arrow a.next {
        right: 0;
        background-image: url("../image/next60.png"); }
        .case-show .img-list .arrow a.next:hover {
          background-image: url("../image/next60on.png"); }
    .case-show .img-list .dots {
      position: absolute;
      z-index: 10;
      left: 0;
      right: 0;
      top: auto;
      bottom: 0.4rem; }
      .case-show .img-list .dots span {
        width: .1rem;
        height: .1rem;
        background: #8ebd2b;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin: 0 .05rem;
        opacity: .5; }
      .case-show .img-list .dots span.swiper-pagination-bullet-active {
        opacity: 1; }
  .case-show .content {
    font-size: .14rem;
    line-height: .26rem;
    text-align: justify;
    color: #666;
    padding-bottom: .2rem; }
    .case-show .content h2 {
      font-size: .24rem;
      color: #333;
      line-height: .75rem;
      padding-left: .4rem;
      background: url("../image/img30_3.png") left center no-repeat;
      background-size: .3rem; }
    .case-show .content p {
      padding-bottom: .5rem; }

.p-num2 {
  padding-bottom: 1.2rem; }
  .p-num2 ul {
    border-bottom: #e5e5e5 solid 1px;
    border-top: #e5e5e5 solid 1px;
    position: relative; }
    .p-num2 ul:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1px;
      height: .2rem;
      margin-top: -.1rem;
      background: #b2b2b2; }
  .p-num2 a {
    display: block;
    height: .68rem;
    line-height: .68rem;
    font-size: .18rem;
    text-transform: uppercase;
    color: #999; }
    .p-num2 a:hover {
      color: #8ebd2b; }
    .p-num2 a.prev {
      padding: 0 .4rem 0 .68rem;
      background: url("../image/prev45.png") left center no-repeat;
      background-size: .45rem; }
      .p-num2 a.prev:hover {
        background-image: url("../image/prev45on.png"); }
    .p-num2 a.next {
      padding: 0 .68rem 0 .4rem;
      background: url("../image/next45.png") right center no-repeat;
      background-size: .45rem; }
      .p-num2 a.next:hover {
        background-image: url("../image/next45on.png"); }

.solutions {
  background: #f5f8fa;
  min-height: 5rem;
  padding: .2rem 0 1rem 0; }
  .solutions .list li {
    width: 5.6rem;
    padding: 1.65rem 0 0 0; }
  .solutions .list a {
    display: block;
    min-height: 3.7rem;
    background: #fff;
    border-bottom: #d2d6d9 solid .04rem;
    position: relative;
    text-align: center;
    box-shadow: 0 0.14rem 0.4rem rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0.14rem 0.4rem rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0.14rem 0.4rem rgba(0, 0, 0, 0.05); }
    .solutions .list a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -.04rem;
      right: 0;
      height: .04rem;
      opacity: 0;
      background-image: linear-gradient(to right, #abcc52, #5aa833);
      -webkit-background-image: linear-gradient(to right, #abcc52, #5aa833); }
    .solutions .list a:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -.17rem;
      right: 0;
      height: .14rem;
      background: url("../image/img26.png") center no-repeat;
      background-size: auto 100%;
      opacity: 0; }
    .solutions .list a .img {
      position: relative;
      width: 3.12rem;
      margin: 0 auto;
      height: 2.8rem;
      background: url("../image/img312-bg.png") center bottom no-repeat;
      background-size: 100%;
      top: -.85rem; }
      .solutions .list a .img:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: -.17rem;
        bottom: 0;
        background: url("../image/img339.png") center top no-repeat;
        background-size: 100%;
        width: 3.39rem;
        height: 2.53rem;
        margin-left: -1.695rem;
        opacity: 0; }
    .solutions .list a .name {
      font-size: .24rem;
      margin-top: -.4rem; }
    .solutions .list a p {
      font-size: .14rem;
      line-height: .26rem;
      color: #666;
      max-width: 4.2rem;
      margin: 0 auto;
      padding: .15rem .1rem .3rem .1rem; }
  .solutions .list a:hover, .solutions .list li.on a {
    color: #8ebd2b;
    box-shadow: 0 0.14rem 0.4rem rgba(94, 153, 35, 0.15);
    -webkit-box-shadow: 0 0.14rem 0.4rem rgba(94, 153, 35, 0.15);
    -moz-box-shadow: 0 0.14rem 0.4rem rgba(94, 153, 35, 0.15); }
    .solutions .list a:hover .img, .solutions .list li.on a .img {
      background-image: url("../image/img312-bgon.png"); }
      .solutions .list a:hover .img:after, .solutions .list li.on a .img:after {
        animation: index-solution-anim .6s infinite linear alternate;
        -webkit-animation: index-solution-anim .6s infinite linear alternate; }
    .solutions .list a:hover .name, .solutions .list li.on a .name {
      font-weight: 600; }
    .solutions .list a:hover p, .solutions .list li.on a p {
      color: #8ebd2b; }
  .solutions .list li.on {
    padding-bottom: .35rem; }
    .solutions .list li.on a:before, .solutions .list li.on a:after {
      opacity: 1; }
  .solutions .list2 {
    background: #fff;
    position: relative;
    padding: .8rem 0 .6rem 0;
    display: none; }
    .solutions .list2 h3 {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: auto;
      bottom: 0;
      font-size: .72rem;
      opacity: .1;
      letter-spacing: .1rem;
      font-family: 'Oswald';
      color: #8ebd2b;
      text-transform: uppercase; }
    .solutions .list2 dl {
      position: relative;
      z-index: 11;
      margin-left: -.36rem; }
    .solutions .list2 dd {
      padding: 0 0 .2rem .36rem;
      width: 16.666%; }
    .solutions .list2 a {
      display: block;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      text-align: center;
      font-size: .14rem;
      color: #666;
      background: #f2f5f7;
      height: .5rem;
      line-height: .5rem; }
    .solutions .list2 a:hover {
      box-shadow: 0 0.1rem 0.3rem rgba(94, 153, 35, 0.3);
      -webkit-box-shadow: 0 0.1rem 0.3rem rgba(94, 153, 35, 0.3);
      -moz-box-shadow: 0 0.1rem 0.3rem rgba(94, 153, 35, 0.3);
      color: #fff;
      background-image: linear-gradient(to right, #abcc52, #5aa833);
      -webkit-background-image: linear-gradient(to right, #abcc52, #5aa833); }

.solutions2 {
  background: #f5f8fa;
  padding: 1rem 0 .6rem 0; }
  .solutions2 li {
    padding-bottom: .4rem; }
  .solutions2 .box {
    position: relative;
    min-height: 3.7rem;
    background: #fff;
    border-bottom: #d2d6d9 solid .04rem;
    box-shadow: 0 0.14rem 0.4rem rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0.14rem 0.4rem rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0.14rem 0.4rem rgba(0, 0, 0, 0.05);
    padding: .65rem .3rem .3rem 4.3rem; }
    .solutions2 .box:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -.04rem;
      right: 0;
      height: .04rem;
      opacity: 0;
      background-image: linear-gradient(to right, #abcc52, #5aa833);
      -webkit-background-image: linear-gradient(to right, #abcc52, #5aa833); }
    .solutions2 .box .img {
      position: absolute;
      z-index: 10;
      left: 0.6rem;
      right: auto;
      top: 0.45rem;
      bottom: auto;
      width: 3.12rem;
      height: 2.8rem;
      background: url("../image/img312-bg.png") center bottom no-repeat;
      background-size: 100%; }
      .solutions2 .box .img:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: -.17rem;
        bottom: 0;
        background: url("../image/img339.png") center top no-repeat;
        background-size: 100%;
        width: 3.39rem;
        height: 2.53rem;
        margin-left: -1.695rem;
        opacity: 0; }
    .solutions2 .box .name {
      position: relative; }
      .solutions2 .box .name h3 {
        position: absolute;
        z-index: 10;
        left: 0.2rem;
        right: auto;
        top: -0.1rem;
        bottom: auto;
        font-size: .6rem;
        text-transform: uppercase;
        font-family: 'Oswald';
        opacity: .1;
        line-height: 1em;
        letter-spacing: .05rem;
        font-weight: 400;
        color: #8ebd2b; }
      .solutions2 .box .name h2 {
        font-size: .3rem;
        line-height: .8rem;
        position: relative;
        z-index: 11;
        font-weight: 400; }
    .solutions2 .box .list dd {
      width: 25%; }
    .solutions2 .box .list a {
      display: block;
      font-size: .14rem;
      height: .36rem;
      line-height: .36rem;
      color: #666;
      padding-left: .14rem;
      background: url("../image/img6.png") left center no-repeat;
      background-size: .06rem; }
      .solutions2 .box .list a:hover {
        color: #8ebd2b;
        background-image: url("../image/img6on.png"); }
  .solutions2 .box:hover:before {
    opacity: 1; }
  .solutions2 .box:hover .name h2 {
    color: #8ebd2b;
    font-weight: 600; }
  .solutions2 .box:hover .img {
    background-image: url("../image/img312-bgon.png"); }
    .solutions2 .box:hover .img:after {
      animation: index-solution-anim .6s infinite linear alternate;
      -webkit-animation: index-solution-anim .6s infinite linear alternate; }

.solutions-nav {
  min-height: 5rem; }
  .solutions-nav li {
    width: 25%; }
  .solutions-nav a {
    display: block;
    position: relative;
    color: #fff; }
    .solutions-nav a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: url("../image/img10.png") center bottom repeat-x;
      background-size: auto 1.99rem; }
    .solutions-nav a .layer {
      text-align: center;
      position: absolute;
      z-index: 10;
      left: 0;
      right: 0;
      top: auto;
      bottom: 0.24rem; }
      .solutions-nav a .layer .name {
        font-size: .24rem; }
      .solutions-nav a .layer p {
        font-size: .14rem;
        line-height: .26rem;
        padding: .12rem .36rem 0 .36rem;
        display: none; }
    .solutions-nav a:hover:before {
      background-image: url("../image/img10on.png");
      background-size: auto 2.99rem; }

.solutions-show {
  min-height: 5rem;
  position: relative; }
  .solutions-show a.p-back {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.95rem;
    bottom: auto; }
  .solutions-show h2.title {
    border-bottom: #dcdfe1 solid 1px;
    padding: .95rem 1.5rem .2rem 0;
    font-size: .3rem; }
  .solutions-show .list {
    padding-top: .6rem; }
    .solutions-show .list li {
      padding-bottom: 1rem; }
      .solutions-show .list li .col {
        width: 5.7rem; }
        .solutions-show .list li .col h3 {
          font-size: .3rem;
          padding-bottom: .22rem; }
          .solutions-show .list li .col h3 img {
            width: .36rem;
            margin-right: .1rem; }
        .solutions-show .list li .col .content {
          font-size: .14rem;
          line-height: .26rem;
          text-align: justify;
          color: #666; }
          .solutions-show .list li .col .content p {
            padding-bottom: .15rem; }
      .solutions-show .list li .img {
        width: 5.7rem; }
    .solutions-show .list li:nth-child(even) .img {
      order: -1; }

.about-title img {
  width: .4rem; }
.about-title h2 {
  font-size: .3rem;
  padding-left: .1rem; }

.about-1 {
  min-height: 5.25rem;
  padding: 1.15rem 0 .6rem 0;
  position: relative; }
  .about-1 .content {
    padding: .24rem 0;
    text-align: justify;
    max-width: 5.6rem;
    font-size: .14rem;
    line-height: .26rem;
    color: #666; }
    .about-1 .content p {
      padding-bottom: .15rem; }
  .about-1 .img {
    width: 5.3rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 1.5rem;
    bottom: auto;
    background: url("../image/img530_bg.png") center no-repeat;
    background-size: 100% 100%; }
    .about-1 .img img {
      position: relative;
      left: -.3rem;
      top: -.3rem; }

.about-2 {
  background: url("../image/about-2.jpg") center no-repeat;
  background-size: cover;
  min-height: 6.28rem;
  position: relative; }
  .about-2 .about-title {
    padding: 1rem 0 0 0; }
  .about-2 .list {
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
    position: relative; }
    .about-2 .list li {
      height: 3.5rem;
      padding-bottom: .5rem;
      opacity: 0; }
      .about-2 .list li.swiper-slide-active {
        opacity: 1; }
      .about-2 .list li h3 {
        font-size: .9rem;
        color: #8ebd2b;
        font-family: 'Oswald'; }
      .about-2 .list li dd {
        margin-left: .8rem;
        width: 2.3rem; }
        .about-2 .list li dd .name {
          font-size: .16rem;
          line-height: .3rem;
          color: #5c6166;
          position: relative;
          padding-bottom: .12rem; }
          .about-2 .list li dd .name:before {
            content: "";
            display: block;
            position: absolute;
            left: -.18rem;
            top: 0;
            height: .3rem;
            width: .08rem;
            background: url("../image/img8.png") center no-repeat;
            background-size: 100%; }
  .about-2 .year-list {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 4.15rem;
    bottom: auto;
    background: url("../image/line2.png") center no-repeat;
    background-size: auto .02rem; }
    .about-2 .year-list .bg {
      position: absolute;
      left: 0;
      top: 50%;
      height: .02rem;
      margin-top: -.01rem;
      width: 0;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #8fcc14);
      -webkit-background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #8fcc14); }
    .about-2 .year-list .wal {
      position: relative; }
    .about-2 .year-list li {
      height: 1.56rem;
      width: 50%;
      position: relative;
      text-align: center;
      font-size: .2rem;
      color: #5c6166;
      font-family: 'Oswald';
      padding-top: .9rem;
      cursor: pointer;
      background: url("../image/img20.png") center no-repeat;
      background-size: .2rem; }
      .about-2 .year-list li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: .08rem;
        right: 0;
        height: .59rem;
        background: url("../image/img2.png") center no-repeat;
        background-size: .02rem 100%;
        opacity: 0; }
      .about-2 .year-list li:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: .22rem;
        margin-top: -.11rem;
        background: url("../image/img22_4.png") center no-repeat;
        background-size: .22rem;
        opacity: 0; }
    .about-2 .year-list li.on {
      background-image: url("../image/img20on.png"); }
      .about-2 .year-list li.on:before {
        opacity: 1; }
      .about-2 .year-list li.on:after {
        animation: about_anim 1.2s infinite linear;
        -webkit-animation: about_anim 1.2s infinite linear; }
  .about-2 .arrow a {
    display: block;
    width: .24rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: 0;
    background: center no-repeat;
    background-size: 100%; }
    .about-2 .arrow a.prev {
      background-image: url("../image/prev24.png");
      left: 0; }
      .about-2 .arrow a.prev:hover {
        background-image: url("../image/prev24on.png"); }
    .about-2 .arrow a.next {
      background-image: url("../image/next24.png");
      right: 0; }
      .about-2 .arrow a.next:hover {
        background-image: url("../image/next24on.png"); }

@keyframes about_anim {
  0% {
    opacity: 0;
    top: 50%; }
  10% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 0; } }
@-webkit-keyframes about_anim {
  0% {
    opacity: 0;
    top: 50%; }
  10% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 0; } }
.about-3 {
  padding-bottom: 1.4rem; }
  .about-3 .about-title {
    padding: 1rem 0 .7rem 0; }
  .about-3 .list li {
    position: relative;
    width: 2.16rem;
    height: 5rem;
    background: center no-repeat;
    background-size: cover;
    text-align: center; }
    .about-3 .list li .ico {
      width: .84rem;
      margin: 0 auto;
      position: relative;
      top: -.42rem; }
    .about-3 .list li .name {
      font-size: .24rem;
      padding-bottom: .15rem;
      margin-top: -.1rem; }
    .about-3 .list li p {
      font-size: .16rem;
      line-height: .36rem;
      color: #666; }
  .about-3 .list li:nth-child(even) {
    top: .42rem; }

.about-4 {
  padding: 1rem 0;
  background: #f5f8fa; }
  .about-4 .list {
    padding-top: .3rem; }
  .about-4 ul {
    margin-left: -.2rem;
    margin-bottom: -.2rem; }
  .about-4 li {
    width: 20%;
    padding: 0 0 .2rem .2rem; }
    .about-4 li a {
      display: block;
      background: #fff;
      -moz-border-radius: 0.08rem;
      -webkit-border-radius: 0.08rem;
      border-radius: 0.08rem; }
      .about-4 li a:hover {
        box-shadow: 0 0.08rem 0.2rem rgba(119, 178, 0, 0.1);
        -webkit-box-shadow: 0 0.08rem 0.2rem rgba(119, 178, 0, 0.1);
        -moz-box-shadow: 0 0.08rem 0.2rem rgba(119, 178, 0, 0.1); }

.honor-1 {
  padding-top: .95rem; }
  .honor-1 li {
    min-height: 3.85rem;
    position: relative;
    width: 50%;
    font-size: .24rem;
    padding-top: .65rem; }
    .honor-1 li .info {
      color: #666;
      height: 1.2rem;
      line-height: 1.2rem; }
      .honor-1 li .info b {
        color: #8ebd2b;
        font-family: 'Oswald';
        font-size: .96rem;
        font-weight: 400; }
    .honor-1 li .img {
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: -0.09rem;
      bottom: auto; }
    .honor-1 li .img-1 {
      left: 1.31rem;
      width: 2.78rem; }
    .honor-1 li .img-2 {
      left: 2.05rem;
      width: 2.89rem; }

.honor-2 {
  background: #f5f8fa url("../image/honor-2.jpg") left bottom no-repeat;
  background-size: 19.2rem;
  min-height: 9.35rem;
  padding: .8rem 0 .6rem 0; }
  .honor-2 ul {
    margin-left: -.48rem; }
  .honor-2 li {
    width: 25%;
    padding: 0 0 .6rem .48rem; }
    .honor-2 li .img {
      box-shadow: 0 0.1rem 0.24rem rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0.1rem 0.24rem rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0.1rem 0.24rem rgba(0, 0, 0, 0.1); }
    .honor-2 li .name {
      height: .54rem;
      border-bottom: #dcdfe1 solid 1px;
      text-align: center;
      font-size: .14rem;
      line-height: .24rem;
      color: #666; }

.join-1 {
  padding-top: 1rem; }
  .join-1 .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .join-1 .list-wrapper {
    width: 24rem;
    position: relative;
    left: 50%;
    margin-left: -12rem; }
  .join-1 li {
    padding: .3rem 0 1.1rem 0;
    position: relative;
    text-align: center;
    color: #666; }
    .join-1 li .img {
      background: #cfcfcf; }
    .join-1 li img {
      opacity: .5; }
    .join-1 li .name {
      font-size: .2rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: 0;
      top: auto;
      bottom: 0.68rem; }
  .join-1 li.swiper-slide-active {
    color: #333; }
    .join-1 li.swiper-slide-active img {
      box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
      opacity: 1; }

.join-2 {
  padding: 0 0 1rem 0; }
  .join-2 .about-title {
    padding-bottom: .3rem; }
  .join-2 li {
    padding-bottom: .2rem; }
    .join-2 li .title {
      height: .8rem;
      background: #f5f8fa;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      position: relative;
      cursor: pointer;
      padding: 0 .5rem;
      font-size: .16rem;
      color: #666; }
      .join-2 li .title:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .5rem;
        width: .26rem;
        bottom: 0;
        background: url("../image/img24.png") center no-repeat;
        background-size: 100%; }
      .join-2 li .title h2 {
        font-size: .24rem;
        width: 7.05rem;
        color: #333;
        font-weight: 400; }
      .join-2 li .title .address, .join-2 li .title .price {
        width: 1.6rem;
        line-height: .4rem;
        padding-left: .38rem;
        background: left center no-repeat;
        background-size: .24rem; }
      .join-2 li .title .price {
        background-image: url("../image/img24_1.png"); }
      .join-2 li .title .address {
        background-image: url("../image/img24_2.png"); }
    .join-2 li .box {
      margin-top: -.8rem;
      -moz-border-radius: 0.4rem;
      -webkit-border-radius: 0.4rem;
      border-radius: 0.4rem;
      background: #f5f8fa;
      padding: 1.15rem .6rem 0 .6rem; }
      .join-2 li .box h3 {
        font-size: .18rem; }
      .join-2 li .box .content {
        font-size: .14rem;
        line-height: 2em;
        color: #666;
        padding: .14rem 0 .4rem 0; }
      .join-2 li .box .msg {
        font-size: .14rem;
        color: #74a611;
        padding: .24rem 0 .36rem 0;
        border-top: #dcdfe1 solid 1px; }
  .join-2 li.on .title {
    color: #fff;
    background: #8dbd2b; }
    .join-2 li.on .title h2 {
      color: #fff; }
    .join-2 li.on .title:before {
      background-image: url("../image/img24on.png");
      transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg); }
    .join-2 li.on .title .price {
      background-image: url("../image/img24_1on.png"); }
    .join-2 li.on .title .address {
      background-image: url("../image/img24_2on.png"); }

.contact {
  position: relative;
  min-height: 6.95rem;
  padding: 1rem 0; }
  .contact .title img {
    width: .6rem; }
  .contact .title h2 {
    font-size: .3rem;
    line-height: .44rem;
    padding: .12rem 0 .35rem 0; }
  .contact .list li {
    min-height: 1rem;
    padding: 0 0 .2rem .75rem;
    position: relative; }
    .contact .list li .ico {
      width: .6rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto; }
    .contact .list li h3 {
      font-size: .2rem;
      line-height: .33rem; }
    .contact .list li p {
      font-size: .14rem;
      line-height: .26rem;
      color: #666;
      max-width: 2.05rem; }
  .contact .map {
    width: 8.2rem;
    height: 4.7rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 1rem;
    bottom: auto; }

.news {
  padding-top: 1rem; }
  .news ul {
    margin-left: -.8rem;
    margin-bottom: -.6rem; }
  .news li {
    width: 50%;
    padding: 0 0 .8rem .8rem; }
  .news a {
    display: block;
    position: relative;
    background: #f2f5f7;
    border-bottom: #f2f5f7 solid .04rem;
    color: #666; }
    .news a .img img {
      width: 100%; }
    .news a .name {
      height: 1.4rem;
      padding: .2rem 1.75rem .2rem .4rem;
      font-size: .18rem;
      line-height: .32rem; }
    .news a .time {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: auto;
      bottom: 0;
      height: 1.4rem;
      font-size: .16rem;
      color: #999;
      font-family: 'Oswald';
      width: 1.35rem; }
      .news a .time div {
        font-size: .56rem;
        line-height: 1em; }
  .news a:hover {
    background: #fff;
    border-color: #8ebd2b;
    color: #8ebd2b;
    box-shadow: 0 0.16rem 0.5rem rgba(84, 153, 15, 0.2);
    -webkit-box-shadow: 0 0.16rem 0.5rem rgba(84, 153, 15, 0.2);
    -moz-box-shadow: 0 0.16rem 0.5rem rgba(84, 153, 15, 0.2); }
    .news a:hover .time {
      color: #8ebd2b; }

.news-show {
  position: relative;
  min-height: 5rem; }
  .news-show a.p-back {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.95rem;
    bottom: auto; }
  .news-show h2.title {
    border-bottom: #dcdfe1 solid 1px;
    padding: .95rem 1.5rem .2rem 0;
    font-size: .3rem; }
  .news-show .content {
    font-size: .14rem;
    line-height: .26rem;
    text-align: justify;
    color: #666;
    padding: .6rem 0 .7rem 0; }
    .news-show .content .img {
      text-align: center;
      padding-bottom: .55rem; }

/*# sourceMappingURL=index.css.map */
