#spotlight.show {
    display: inline-block;
  
    background: rgba(0, 0, 0, 0.3) !important;
  }
  
  #spotlight .scene img {
    border: 10px solid white !important;
  
    border-radius: 10px;
  }
  
  #spotlight .header {
    background: black !important;
  }
  
  div.wpcf7 {
    margin: 0;
  
    padding: 0;
  }
  
  div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
  }
  
  div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
  
    padding: 0.2em 1em;
  
    border: 2px solid red;
  }
  
  .wpcf7-form-control-wrap {
    position: relative;
  }
  
  .wpcf7-display-none {
    display: none;
  }
  .m-header {
    position: relative;
  
    z-index: 50;
  
    background-color: #fff;
  }
  
  .m-header .btn {
    font-size: 20px;
  
    padding: 7px 10px;
  
    max-width: 100%;
  }
  
  .m-header .m-cf7 {
    margin-left: 30px;
  
    width: 246px;
  }
  
  .m-header .container {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -ms-flexbox;
  
    display: -moz-box;
  
    display: flex;
  
    -webkit-box-align: center;
  
    -webkit-align-items: center;
  
    -ms-flex-align: center;
  
    -moz-box-align: center;
  
    align-items: center;
  
    padding: 8px 10px;
  }
  
  .m-header .m-logo {
    -webkit-box-sizing: border-box;
  
    -moz-box-sizing: border-box;
  
    box-sizing: border-box;
  
    max-height: 100%;
  
    padding: 10px 0;
  
    text-align: center;
  }
  
  .m-header .m-nav {
    margin: 0 0 0 auto;
  
    white-space: nowrap;
  
    text-align: center;
  }
  
  .m-header .m-nav .responsive-menu-toggle {
    display: none;
  
    padding: 10px;
  
    color: #2b2b2b;
  }
  
  .m-header .m-nav .menu {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -ms-flexbox;
  
    display: -moz-box;
  
    display: flex;
  }
  
  .m-header .m-nav .menu > li.menu-item {
    position: relative;
  
    -webkit-box-flex: 1;
  
    -webkit-flex: 1;
  
    -ms-flex: 1;
  
    -moz-box-flex: 1;
  
    flex: 1;
  }
  
  .m-header .m-nav .menu > li.menu-item > a {
    padding: 10px 13px;
  }
  
  .m-header .m-nav .menu a {
    position: relative;
  
    display: block;
  
    padding: 10px;
  
    font-weight: 700;
  
    font-style: normal;
  
    font-size: 16px;
  }
  
  .m-header .m-nav .menu a i {
    color: #434343;
  }
  
  .m-header .m-nav .menu .menu-arrow {
    margin-left: 0.2em;
  
    padding: 0 0 0 5px;
  
    vertical-align: middle;
  
    font-size: 0.6em;
  }
  
  .m-header .m-nav .menu a {
    color: #2b2b2b;
  }
  
  .m-header .m-nav .sub-menu {
    position: absolute;
  
    z-index: 100;
  
    display: none;
  
    min-width: 100%;
  
    background-color: #fff;
  
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  }
  
  .m-header .m-nav .sub-menu .menu-arrow {
    -webkit-transform: rotate(-90deg);
  
    -ms-transform: rotate(-90deg);
  
    -moz-transform: rotate(-90deg);
  
    transform: rotate(-90deg);
  }
  
  .m-header .m-nav .sub-menu > li.menu-item {
    position: relative;
  
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  
  .m-header .m-nav .sub-menu > li.menu-item > .sub-menu {
    position: absolute;
  
    top: 0;
  
    left: 100%;
  }
  
  .responsive-menu-bd {
    position: relative;
  
    height: 0;
  }
  
  .responsive-menu-bd .responsive-menu-toggle {
    position: absolute;
  
    right: 20px;
  
    top: -60px;
  
    max-width: 60px;
  }
  
  @media (max-width: 1366px) {
    .m-header .m-nav .menu > li.menu-item > a {
      padding: 10px;
    }
  
    .m-header .m-nav .menu a {
      font-size: 14px;
    }
  
    .m-header .m-cf7 {
      margin-left: 20px;
  
      max-width: 150px;
    }
  
    .m-header .m-cf7 .btn {
      font-size: 12px;
    }
  }
  
  @media (max-width: 1024px) {
    .m-header .container {
      -webkit-flex-wrap: wrap;
  
      -ms-flex-wrap: wrap;
  
      flex-wrap: wrap;
    }
  
    .m-header .m-cf7 {
      display: none;
    }
  
    .m-header .m-logo {
      width: 100%;
    }
  
    .m-header .m-nav {
      -webkit-box-flex: 1;
  
      -webkit-flex: auto;
  
      -ms-flex: auto;
  
      -moz-box-flex: 1;
  
      flex: auto;
  
      width: 100%;
    }
  
    .m-header .m-nav .responsive-menu-toggle {
      display: block;
    }
  
    .m-header .m-nav .menu-container {
      display: none;
    }
  }
  
  .slide-mask {
    position: fixed;
  
    top: 0;
  
    left: 0;
  
    z-index: 9002;
  
    display: none;
  
    width: 100%;
  
    height: 120%;
  
    background: rgba(0, 0, 0, 0.6);
  }
  
  .slide-close {
    width: 100%;
  
    height: 60px;
  
    padding: 0 20px;
  
    -webkit-box-sizing: border-box;
  
    -moz-box-sizing: border-box;
  
    box-sizing: border-box;
  
    line-height: 60px;
  
    text-align: right;
  
    font-size: 20px;
  }
  
  .slide-close i {
    display: inline-block;
  
    padding: 20px;
  }
  
  .slide-menu {
    position: fixed;
  
    top: 0;
  
    right: -250px;
  
    z-index: 100000;
  
    width: 250px;
  
    height: 100%;
  
    overflow-y: auto;
  
    border-bottom-width: 60px;
  
    border-bottom-style: solid;
  
    border-color: #191919;
  
    color: #a6a6a6;
  
    font-size: 15px;
  
    background-color: #191919;
  }
  
  .mml-mask {
    position: fixed;
  
    z-index: 1000;
  
    left: 0;
  
    top: 0;
  
    bottom: 0;
  
    right: 0;
  
    padding: 20px;
  
    background: rgba(0, 0, 0, 0.5);
  
    display: none;
  
    -webkit-box-align: center;
  
    -webkit-align-items: center;
  
    -ms-flex-align: center;
  
    -moz-box-align: center;
  
    align-items: center;
  
    -webkit-box-pack: center;
  
    -webkit-justify-content: center;
  
    -ms-flex-pack: center;
  
    -moz-box-pack: center;
  
    justify-content: center;
  }
  
  .mml-modal {
    -webkit-box-sizing: border-box;
  
    -moz-box-sizing: border-box;
  
    box-sizing: border-box;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -ms-flexbox;
  
    display: -moz-box;
  
    display: flex;
  
    -webkit-box-orient: vertical;
  
    -webkit-box-direction: normal;
  
    -webkit-flex-direction: column;
  
    -ms-flex-direction: column;
  
    -moz-box-orient: vertical;
  
    -moz-box-direction: normal;
  
    flex-direction: column;
  
    margin: auto;
  
    max-height: 100%;
  
    max-width: 694px;
  
    background: #fff;
  
    width: 100%;
  
    border-radius: 3px;
  
    -webkit-box-shadow: 0 0 34px 0 rgba(33, 33, 33, 0.15);
  
    box-shadow: 0 0 34px 0 rgba(33, 33, 33, 0.15);
  }
  
  .mml-modal-header {
    padding: 5px 20px;
  
    text-align: right;
  }
  
  .mml-modal-close {
    font-size: 26px;
  }
  
  .mml-modal-content {
    padding: 10px 20px 20px;
  
    overflow: auto;
  
    -webkit-box-flex: 1;
  
    -webkit-flex: 1 1 auto;
  
    -ms-flex: 1 1 auto;
  
    -moz-box-flex: 1;
  
    flex: 1 1 auto;
  }
  
  .home .m-header {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(50%, #5baa97),
      color-stop(0, #fff)
    );
  
    background-image: -webkit-linear-gradient(left, #5baa97 50%, #fff 0);
  
    background-image: -moz-linear-gradient(left, #5baa97 50%, #fff 0);
  
    background-image: linear-gradient(90deg, #5baa97 50%, #fff 0);
  
    background: #fff;
  }
  
  .home .m-header .container {
    max-width: 90%;
  
    width: auto;
  }
  
  .home .m-logo {
    margin-left: 10px;
  }
  
  .p01-s1 {
    overflow: hidden;
  }
  
  .p01-s1 p {
    font-size: 16px;
  
    color: #fff;
  
    max-width: 650px;
  
    line-height: 28px;
  }
  
  .p01-s1 b {
    display: block;
  }
  
  .p01-s1 .item {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -ms-flexbox;
  
    display: -moz-box;
  
    display: flex;
  }
  
  .p01-s1 .mml-btn {
    right: 0;
  
    bottom: 0px;
  }
  
  .p01-s1 .bd {
    position: relative;
  }
  
  .p01-s1 a {
    position: static;
  
    bottom: 103px;
  
    left: -webkit-calc(50% - 372px);
  
    left: -moz-calc(50% - 372px);
  
    left: calc(50% - 372px);
  
    z-index: 10;
  
    font-weight: 700;
  
    font-style: normal;
  
    font-size: 20px;
  
    color: #fff;
  
    display: inline-block;
  
    text-align: center;
  
    background-color: #2c2c2c;
  
    padding: 15px 40px;
  
    border-radius: 10px;
  
    width: auto;
  
    margin-top: 30px;
  }
  
  .p01-s1 .img-wrap {
    max-width: 1221px;
  
    width: 68%;
  
    -webkit-transform: translateY(0);
  
    -ms-transform: translateY(0);
  
    -moz-transform: translateY(0);
  
    transform: translateY(0);
  
    background-color: #fff;
  }
  
  .p01-s1 .text-wrap {
    position: relative;
  
    z-index: 10;
  
    -webkit-box-flex: 1;
  
    -webkit-flex: 1 1 auto;
  
    -ms-flex: 1 1 auto;
  
    -moz-box-flex: 1;
  
    flex: 1 1 auto;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -ms-flexbox;
  
    display: -moz-box;
  
    display: flex;
  
    -webkit-box-pack: end;
  
    -webkit-justify-content: flex-end;
  
    -ms-flex-pack: end;
  
    -moz-box-pack: end;
  
    justify-content: flex-end;
  
    -webkit-box-align: center;
  
    -webkit-align-items: center;
  
    -ms-flex-align: center;
  
    -moz-box-align: center;
  
    align-items: center;
  
    background-color: #5baa97;
  }
  
  .p01-s1 .hline {
    position: absolute;
  
    content: "";
  
    left: 95px;
  
    top: 0;
  
    width: 2px;
  
    height: 630px;
  
    background-color: #fff;
  }
  
  .p01-s1 h1 {
    position: relative;
  
    margin-bottom: 50px;
  
    line-height: 1.2;
  }
  
  h2.bannerjz {
    position: relative;
  
    margin-bottom: 50px;
  
    line-height: 1.2;
  
    font-weight: 900;
  
    font-style: normal;
  
    font-size: 40px;
  
    color: #fff;
  }
  
  .p01-s1 h2::after {
    position: absolute;
  
    content: "";
  
    bottom: -33px;
  
    left: 0;
  
    width: 100%;
  
    height: 6px;
  
    background-color: #fff;
  }
  
  .p01-s1 .text {
    max-width: 450px;
  
    -webkit-transform: translate(5-20px -27px);
  
    -ms-transform: translate(5-20px -27px);
  
    -moz-transform: translate(-20px, -27px);
  
    transform: translate(-20px, -27px);
  }
  
  .p01-s1 ul {
    position: absolute;
  
    z-index: 10;
  
    left: 0;
  
    bottom: -22px;
  
    -webkit-transform: translate(-8px, 100%);
  
    -ms-transform: translate(-8px, 100%);
  
    -moz-transform: translate(-8px, 100%);
  
    transform: translate(-8px, 100%);
  
    color: #fff;
  }
  
  .p01-s1 li span {
    font-size: 20px;
  }
  
  .p01-s2 {
    padding: 70px 0 165px;
  
    text-align: center;
  }
  
  #pro {
    overflow: hidden;
  }
  
  .p01-s2 ul {
    max-width: 1526px;
  
    -webkit-flex-wrap: nowrap;
  
    -ms-flex-wrap: nowrap;
  
    flex-wrap: nowrap;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -ms-flexbox;
  
    display: -moz-box;
  
    display: flex;
  
    margin: 50px -5px 0;
  }
  
  .p01-s2 li {
    width: -webkit-calc(25% - 10px);
  
    width: -moz-calc(25% - 10px);
  
    width: calc(25% - 10px);
  
    max-width: 374px;
  
    margin: 0;
  }
  
  .p01-s2 p {
    text-align: left;
  }
  
  .p01-s2 .bd {
    margin-top: 1px;
  
    padding: 20px 10px;
  
    background-color: #434343;
  }
  
  .p01-s2 .hd {
    padding: 10px;
  
    background-color: #434343;
  }
  
  .p01-s2 a {
    color: #d7d7d7;
  }
  
  .p01-s2 .text {
    max-width: none;
  
    width: 100%;
  }
  
  .p01-s2 h4 {
    color: #fff;
  }
  
  .p01-s2 .img-wrap {
    background-color: #ebf1f2;
  }
  
  .p01-s2 .text-wrap {
    margin-top: 0;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -ms-flexbox;
  
    display: -moz-box;
  
    display: flex;
  
    -webkit-box-pack: center;
  
    -webkit-justify-content: center;
  
    -ms-flex-pack: center;
  
    -moz-box-pack: center;
  
    justify-content: center;
  
    min-height: 192px;
  }
  
  .p01-s4 .tips {
    display: none;
  }
  
  .p01-s4 .tips li {
    margin-top: 20px;
  
    color: #bababa;
  }
  
  .p01-s7 .mml-btn {
    left: 0;
  
    bottom: 0;
  
    display: none;
  }
  
  .p01-s8 h4 {
    margin-bottom: 10px;
  
    color: #fff;
  }
  
  .p01-s8 .text-wrap {
    position: absolute;
  
    width: 100%;
  
    right: 0;
  
    bottom: 0;
  
    max-width: 300px;
  
    padding: 10px 30px;
  
    background-color: rgba(27, 27, 27, 0.5);
  }
  
  .p01-s8 .swiper-slide .text-wrap {
    display: none;
  }
  
  @media (max-width: 1850px) {
    .p01-s1 .hline {
      display: none;
    }
  }
  
  @media (max-width: 1600px) {
    .p01-s1 a,
    .p01-s1 .mml-btn {
      position: static;
    }
  
    .p01-s1 .mml-btn {
      margin-left: auto;
    }
  
    .p01-s1 a {
      margin: 20px 0 0 10px;
    }
  
    .p01-s1 .text {
      padding: 10px;
  
      max-width: 100%;
  
      -webkit-transform: translate(0, 0);
  
      -ms-transform: translate(0, 0);
  
      -moz-transform: translate(0, 0);
  
      transform: translate(0, 0);
    }
  
    .p01-s1 .bd {
      background-color: #5baa97;
    }
  
    .p01-s1 .img-wrap {
      -webkit-transform: translateY(0);
  
      -ms-transform: translateY(0);
  
      -moz-transform: translateY(0);
  
      transform: translateY(0);
    }
  }
  
  @media (max-width: 1366px) {
    .p01-s1 p {
      max-width: 100%;
    }
  
    .p01-s1 .item {
      -webkit-flex-wrap: wrap;
  
      -ms-flex-wrap: wrap;
  
      flex-wrap: wrap;
  
      -webkit-box-pack: center;
  
      -webkit-justify-content: center;
  
      -ms-flex-pack: center;
  
      -moz-box-pack: center;
  
      justify-content: center;
  
      height: 100%;
    }
  
    .p01-s1 b {
      display: inline-block;
    }
  
    .p01-s1 h2::after {
      display: none;
    }
  
    .p01-s1 .text {
      padding: 0;
    }
  
    .p01-s1 .bd {
      padding: 10px;
    }
  
    .p01-s1 a {
      margin: 0 auto;
    }
  
    .p01-s1 .swiper-container {
      margin-bottom: 10px;
    }
  
    .p01-s1 .mml-btn {
      margin: 0 auto;
    }
  
    .p01-s1 .img-wrap {
      width: 100%;
    }
  
    .p01-s1 .text-wrap {
      margin-bottom: 20px;
  
      padding: 0;
  
      -webkit-box-pack: center;
  
      -webkit-justify-content: center;
  
      -ms-flex-pack: center;
  
      -moz-box-pack: center;
  
      justify-content: center;
    }
  
    .p01-s1 .text {
      max-width: 100%;
  
      text-align: center;
    }
  }
  
  @media (max-width: 1200px) {
    .p01-s2 ul {
      -webkit-box-pack: center;
  
      -webkit-justify-content: center;
  
      -ms-flex-pack: center;
  
      -moz-box-pack: center;
  
      justify-content: center;
    }
  
    .p01-s2 li {
      width: -webkit-calc(33.33% - 10px);
  
      width: -moz-calc(33.33% - 10px);
  
      width: calc(33.33% - 10px);
    }
  
    .p01-s8 .text-wrap {
      padding: 10px;
    }
  }
  
  @media (max-width: 768px) {
    .p01-s2 {
      padding: 40px 0;
    }
  
    .p01-s2 li {
      width: -webkit-calc(50% - 10px);
  
      width: -moz-calc(50% - 10px);
  
      width: calc(50% - 10px);
    }
  
    .p01-s7 .mml-btn {
      position: static;
  
      margin: 0 auto;
    }
  
    .p01-s8 .text-wrap {
      position: relative;
  
      max-width: 100%;
  
      text-align: center;
  
      -webkit-box-sizing: border-box;
  
      -moz-box-sizing: border-box;
  
      box-sizing: border-box;
    }
  }
  
  @media (max-width: 540px) {
    .p01-s2 li {
      width: 100%;
    }
  }
  
  @media (max-width: 320px) {
    .p01-s4 .tips {
      display: block;
    }
  }
  
  .fas {
    -moz-osx-font-smoothing: grayscale;
  
    -webkit-font-smoothing: antialiased;
  
    display: inline-block;
  
    font-style: normal;
  
    font-variant: normal;
  
    text-rendering: auto;
  
    line-height: 1;
  }
  
  .fa-bars:before {
    content: "\f0c9";
  }
  
  .fa-chevron-down:before {
    content: "\f078";
  }
  
  .fa-times:before {
    content: "\f00d";
  }
  
  @font-face {
    font-family: FontAwesome;
  
    font-style: normal;
  
    font-weight: 400;
  
    font-display: swap;
  
    src: url(../fonts/fa-regular-400.eot);
  
    src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
      url(../fonts/fa-regular-400.woff2) format("woff2"),
      url(../fonts/fa-regular-400.woff) format("woff"),
      url(../fonts/fa-regular-400.ttf) format("truetype"),
      url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
  }
  
  @font-face {
    font-family: FontAwesome;
  
    font-style: normal;
  
    font-weight: 900;
  
    font-display: swap;
  
    src: url(../fonts/fa-solid-900.eot);
  
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
      url(../fonts/fa-solid-900.woff2) format("woff2"),
      url(../fonts/fa-solid-900.woff) format("woff"),
      url(../fonts/fa-solid-900.ttf) format("truetype"),
      url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
  }
  
  .fas {
    font-family: FontAwesome;
  }
  
  .fas {
    font-weight: 900;
  }
  
  @font-face {
    font-family: "iconfont";
  
    src: url(../fonts/iconfont.eot?t=1574156614139);
  }
  
  .iconfont {
    font-family: "iconfont" !important;
  
    font-size: 16px;
  
    font-style: normal;
  
    -webkit-font-smoothing: antialiased;
  
    -moz-osx-font-smoothing: grayscale;
  }
  
  .iconslider:before {
    content: "\e6d8";
  }
  
  .iconslider1:before {
    content: "\e6d9";
  }
  
  .iconxiala:before {
    content: "\e6dc";
  }
  
  .swiper-container {
    margin-left: auto;
  
    margin-right: auto;
  
    position: relative;
  
    overflow: hidden;
  
    list-style: none;
  
    padding: 0;
  
    z-index: 1;
  }
  
  .swiper-wrapper {
    position: relative;
  
    width: 100%;
  
    height: 100%;
  
    z-index: 1;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -ms-flexbox;
  
    display: -moz-box;
  
    display: flex;
  
    -webkit-box-sizing: content-box;
  
    -moz-box-sizing: content-box;
  
    box-sizing: content-box;
  }
  
  .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
  
    -moz-transform: translate3d(0, 0, 0);
  
    transform: translate3d(0, 0, 0);
  }
  
  .swiper-slide {
    -webkit-flex-shrink: 0;
  
    -ms-flex-negative: 0;
  
    flex-shrink: 0;
  
    width: 100%;
  
    height: 100%;
  
    position: relative;
  }
  
  .swiper-pagination {
    position: absolute;
  
    text-align: center;
  
    -webkit-transform: translate3d(0, 0, 0);
  
    -moz-transform: translate3d(0, 0, 0);
  
    transform: translate3d(0, 0, 0);
  
    z-index: 10;
  }
  
  /*新增*/
  
  .m-header .m-nav .sub-menu {
    text-align: left;
  }
  
  .m-header .m-nav .menu li:hover > ul {
    display: block !important;
  }
  
  .m-header .m-nav .menu li ul li a {
    font-size: 14px;
  }
  
  .m-header .m-nav .menu a {
    font-weight: normal;
  }
  
  .m-header .search {
    width: 190px;
  
    position: relative;
  
    margin-left: 15px;
  
    margin-right: 30px;
  }
  
  .m-header .search input {
    width: 100%;
  
    line-break: 42px;
  
    height: 42px;
  
    padding-left: 40px;
  
    padding-right: 10px;
  
    border: 1px solid black;
  
    font-size: 14px;
  
    color: black;
  }
  
  .m-header .search input[type="submit"] {
    width: 35px;
  
    position: absolute;
  
    border-right: none;
  
    left: 0;
  
    top: 0;
  
    background: url("../images/icon-search.png") center center no-repeat #5baa97;
  
    padding: 0;
  
    cursor: pointer;
  
    cursor: hand;
  }
  
  .m-header .yuy {
    position: relative;
  }
  
  .m-header .yuy img {
    max-width: 30px;
  
    display: inline-block;
  
    vertical-align: mathematical;
  }
  
  .m-header .yuy span {
    color: #333;
  
    font-size: 16px;
  
    display: block;
  
    line-height: 40px;
  
    height: 40px;
  }
  
  .m-header .yuy ul {
    position: absolute;
  
    right: 0;
  
    width: 120px;
  
    background: white;
  
    display: none;
  }
  
  .m-header .yuy ul li {
    line-break: 22px;
  
    font-size: 14px;
  
    color: #333;
  
    -webkit-transition: 0.5s;
  
    -moz-transition: 0.5s;
  
    transition: 0.5s;
  }
  
  .m-header .yuy ul li a {
    color: inherit;
  
    -webkit-transition: 0s;
  
    -moz-transition: 0s;
  
    transition: 0s;
  
    padding: 4px 10px;
  }
  
  .m-header .yuy ul li img {
    margin-right: 5px;
  
    max-width: 22px;
  }
  
  .m-header .yuy ul li:hover {
    background: #5baa97;
  
    color: white;
  }
  
  .m-header .yuy:hover ul {
    display: block;
  }
  
  .p01-s3 h6 {
    display: inline-block;
  
    width: 100%;
  
    margin: 0;
  
    color: #5baa97;
  
    margin-bottom: 65px;
  }
  
  .p01-s3 h6::before {
    position: static;
  
    display: block;
  
    max-width: 50%;
  
    margin: 15px 0 20px;
  }
  
  .p01-s3 .text a.link {
    margin-top: 85px;
  
    display: inline-block;
  }
  
  .p01-s3 .text p {
    font-size: 16px;
  
    line-height: 1.6;
  }
  
  .JINZANMO {
    font-size: 16px;
  
    line-height: 1.6;
  }
  
  h1.JINZANMOJUH {
    font-weight: inherit;
  
    font-style: inherit;
  
    font-size: inherit;
  
    color: inherit;
  
    display: inline;
  }
  
  .p01-s3::before {
    height: 190px;
  }
  
  .p01-s4 .text {
    max-width: 90%;
  
    background: white;
  
    -webkit-transition: 0.5s;
  
    -moz-transition: 0.5s;
  
    transition: 0.5s;
  }
  
  .p01-s4 .text h4 {
    -webkit-transition: 0.5s;
  
    -moz-transition: 0.5s;
  
    transition: 0.5s;
  }
  
  .p01-s4 .text:hover {
    background: #282828;
  
    color: white;
  }
  
  .p01-s4 .text:hover h4 {
    color: white;
  }
  
  .p01-s4 .bd li {
    padding-left: 0;
  }
  
  .p01-s4 .bd li:before {
    display: none;
  }
  
  .p01-s4 .bd ul::before {
    display: none;
  }
  
  .p01-s4 .link {
    padding-left: 0;
  }
  
  .p01-s4 .bd {
    -webkit-box-pack: justify;
  
    -webkit-justify-content: space-between;
  
    -moz-box-pack: justify;
  
    -ms-flex-pack: justify;
  
    justify-content: space-between;
  }
  
  .p01-s4 .img-wrap {
    margin-top: -80px;
  }
  
  .p01-s5 .text {
    border-radius: 10px;
  
    -webkit-transition: 0.5s;
  
    -moz-transition: 0.5s;
  
    transition: 0.5s;
  }
  
  .p01-s2 .hd {
    -webkit-transition: 0.5s;
  
    -moz-transition: 0.5s;
  
    transition: 0.5s;
  }
  
  .p01-s5 li:hover .text {
    background: #282828;
  
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  
  .prodet-page .det-1 {
    padding: 4rem 0;
  }
  
  .prodet-page .det-1 .grid-box .left {
    text-align: center;
  }
  
  .prodet-page .det-1 .grid-box .left .ig {
    margin: auto;
  }
  
  .prodet-page .det-1 .grid-box .left .img {
    border: 1px solid #d8dce4;
  
    margin-bottom: 10px;
  
    float: left;
  
    width: 80%;
  
    padding-left: 15px;
  }
  
  .prodet-page .det-1 .grid-box .left ul li a {
    display: block;
  
    border: 1px solid #d8dce4;
  
    cursor: pointer;
  }
  
  .prodet-page .det-1 .grid-box .left ul li a.active {
    border-color: #5baa97;
  }
  
  .prodet-page .det-1 .grid-box .left ul li a img {
    margin: auto;
  }
  
  .prodet-page .det-1 .grid-box .right {
    padding-top: 3rem;
  }
  
  .prodet-page .det-1 h2,
  .prodet-page .det-1 h1 {
    font-size: 2.1rem;
  
    font-weight: bold;
  
    line-height: 1.2;
  
    color: #222c47;
  
    /*border-bottom: 1px solid #d8dce4;*/
  
    padding-bottom: 1.5rem;
  
    margin-bottom: 2rem;
  
    text-align: center;
  }
  
  .prodet-page .det-1 .grid-box .right .text h4 {
    position: relative;
  
    font-size: 18px;
  
    color: #394048;
  
    border-bottom: 1px solid #ddd;
  
    padding: 15px 0;
  
    margin: 2rem 0;
  }
  
  .prodet-page .det-1 .grid-box .right .text h4::after {
    content: "";
  
    position: absolute;
  
    bottom: 0;
  
    left: 0;
  
    width: 100px;
  
    height: 5px;
  
    border-radius: 5px;
  
    background-color: #5baa97;
  }
  
  .prodet-page .det-1 .grid-box .right .text ul li {
    font-size: 16px;
  
    color: #262e42;
  
    margin: 1rem 0;
  }
  
  .prodet-page .det-1 .grid-box .right .text .more {
    margin-top: 2rem;
  }
  
  .prodet-page .det-1 .grid-box .right .text .more a {
    display: inline-block;
  
    font-size: 18px;
  
    font-weight: bold;
  
    width: 100%;
  
    max-width: 220px;
  
    text-align: center;
  
    color: #fff;
  
    background-color: #5baa97;
  
    border-radius: 25px;
  
    padding: 15px 0;
  }
  
  .prodet-page .det-2 h2 {
    position: relative;
  
    font-size: 18px;
  
    color: #394048;
  
    border-bottom: 1px solid #ddd;
  
    padding: 15px 0;
  
    margin: 2rem 0;
  }
  
  .prodet-page .det-2 h2::after {
    content: "";
  
    position: absolute;
  
    bottom: 0;
  
    left: 0;
  
    width: 100px;
  
    height: 5px;
  
    border-radius: 5px;
  
    background-color: #5baa97;
  }
  
  .prodet-page .det-3 {
    padding: 140px 0;
  }
  
  .prodet-page .det-3 h2 {
    font-size: 2.1rem;
  
    font-weight: bold;
  
    color: #222c47;
  
    text-align: center;
  
    margin-bottom: 20px;
  }
  
  .prodet-page .det-re {
    padding-bottom: 4rem;
  }
  
  .prodet-page .det-re h2 {
    font-size: 2.1rem;
    font-weight: bold;
    color: #222c47;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .prodet-page .det-re .box {
    padding: 2rem 20px 0;
  }
  
  .prodet-page .det-re .box ul li {
    display: inline-block;
     padding: 8px 15rpx 0;
  }
  .prodet-page .det-re .box ul li h4{
    padding: 20px 40px 20px;
    box-shadow: 0px 0px 5px 0 rgba(69, 82, 139, 0.1);
    margin-top: 25px;
  }
  .prodet-page .det-re .box ul li .ig {
    display: block;
    text-align: center;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
      display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  }

  .prodet-page .det-re .box ul li .ig img {
    display: inline-block;
  }
  
  .prodet-page .det-re .box ul li .ig h4 {
    font-size: 15px;
    font-weight: bold;
    color: #222c47;
    margin-top: 2rem;
  }
  
  .prodet-page .det-re .box ul li .img:hover {
    -webkit-box-shadow: 0px 0px 15px 0 rgba(69, 82, 139, 0.2);
    box-shadow: 0px 0px 15px 0 rgba(69, 82, 139, 0.2);
    display: block;
  }
  .prodet-page .det-re .box ul li h4:hover {
    -webkit-box-shadow: 0px 0px 15px 0 rgba(69, 82, 139, 0.2);
    box-shadow: 0px 0px 15px 0 rgba(69, 82, 139, 0.2);
  }
  
  @media screen and (max-width: 992px) {
    .prodet-page .det-1 .grid-box .left {
      width: 100%;
  
      padding-right: 0;
    }
  
    .prodet-page .det-1 .grid-box .right {
      width: 100%;
  
      padding-top: 2rem;
  
      padding-left: 0;
    }
  }
  
  .grid-box {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-flex-wrap: wrap;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  }
  
  .grid-box .column {
    width: 100%;
  }
  
  .grid-box.two > .column {
    width: 50%;
  }
  
  .grid-box.three > .column {
    width: 33.33333%;
  }
  
  .grid-box.four > .column {
    width: 25%;
  }
  
  .grid-box.five > .column {
    width: 20%;
  }
  
  .grid-box.six > .column {
    width: 16.6666667%;
  }
  
  .grid-box.seven > .column {
    width: 14.285714%;
  }
  
  .grid-box.eight > .column {
    width: 12.5%;
  }
  
  .grid-box.nine > .column {
    width: 11.11111111%;
  }
  
  .grid-box.ten > .column {
    width: 10%;
  }
  
  table {
    width: 100%;
  
    margin-bottom: 20px;
  
    word-break: break-word;
  }
  
  table td,
  table th {
    padding: 5px 10px;
  
    border: 1px solid #666;
  
    width: 50%;
  
    line-height: 28px;
  }
  
  table td:first-child {
    color: #2d2d2d;
  }
  
  table td:last-child {
    color: #666;
  }
  
  .prodet-page i.small-tit {
    color: #5baa97;
  
    font-size: 18px;
  
    text-transform: uppercase;
  }
  
  .prodet-page h3.title {
    color: #111;
  
    text-transform: capitalize;
  
    font-size: 32px;
  
    line-height: 38px;
  
    margin: 15px 0;
  
    position: relative;
  
    font-weight: bold;
  }
  
  .prodet-page h3.title.mt0 {
    margin-top: 0;
  }
  
  .prodet-page .form ul {
    margin: -5px;
  }
  
  .prodet-page .form ul li {
    padding: 5px;
  }
  
  .prodet-page .form ul li.wid-100 {
    width: 100%;
  }
  
  .prodet-page .form ul li input,
  .prodet-page .form ul li textarea {
    width: 100%;
  
    padding: 10px 15px;
  
    background: #f8f9fa none repeat scroll 0 0;
  
    border: medium none;
  
    font-size: 14px;
  }
  
  .prodet-page .form ul li input::-webkit-input-placeholder,
  .prodet-page .form ul li textarea::-webkit-input-placeholder {
    color: #242424;
  }
  
  .prodet-page .form ul li input:-moz-placeholder,
  .prodet-page .form ul li textarea:-moz-placeholder {
    color: #242424;
  }
  
  .prodet-page .form ul li input::-moz-placeholder,
  .prodet-page .form ul li textarea::-moz-placeholder {
    color: #242424;
  }
  
  .prodet-page .form ul li input:-ms-input-placeholder,
  .prodet-page .form ul li textarea:-ms-input-placeholder {
    color: #242424;
  }
  
  .prodet-page .form ul li textarea {
    height: 120px;
  
    resize: vertical;
  }
  
  .prodet-page .form ul li input[type="submit"] {
    background: #5baa97;
  
    color: white;
  
    -webkit-transition: 0.5s;
  
    -moz-transition: 0.5s;
  
    transition: 0.5s;
  
    font-size: 14px;
  
    text-transform: uppercase;
  }
  
  .prodet-page .form ul li input[type="submit"]:hover {
    background: #222;
  }
  
  .mml-blog-detail {
    margin: 120px auto 80px;
  }
  
  .blog-detail-colwidth {
    max-width: none;
  
    width: auto;
  }
  
  .blog-detail-title {
    text-align: center;
  }
  
  .download-page {
    background: url("../images/service-bg.jpg") left top no-repeat #f3f1f4;
  
    padding-top: 22px;
  
    padding-bottom: 220px;
  }
  
  .download-page .search {
    text-align: right;
  
    max-width: 645px;
  
    padding-right: 8.52713178%;
  
    margin-left: auto;
  }
  
  .download-page .search form {
    display: block;
  
    width: 100%;
  
    position: relative;
  }
  
  .download-page .search form input {
    width: 100%;
  
    padding-left: 32px;
  
    padding-right: 60px;
  
    -o-box-shadow: inset 5px 6px 10px rgba(0, 0, 0, 0.4);
  
    -webkit-box-shadow: inset 5px 6px 10px rgba(0, 0, 0, 0.4);
  
    box-shadow: inset 5px 6px 10px rgba(0, 0, 0, 0.4);
  
    font-size: 14px;
  
    color: black;
  
    line-height: 50px;
  
    height: 50px;
  
    border-radius: 25px;
  
    border: none;
  }
  
  .download-page .search form input::-webkit-input-placeholder {
    color: #565555;
  }
  
  .download-page .search form input:-moz-placeholder {
    color: #565555;
  }
  
  .download-page .search form input::-moz-placeholder {
    color: #565555;
  }
  
  .download-page .search form input:-ms-input-placeholder {
    color: #565555;
  }
  
  .download-page .search form input::placeholder {
    color: #565555;
  }
  
  .download-page .search form input[type="submit"] {
    position: absolute;
  
    width: 60px;
  
    top: 0;
  
    right: 0;
  
    background: url("../images/icon-search.png") center center no-repeat;
  
    cursor: pointer;
  
    cursor: hand;
  
    display: inline-block;
  
    -o-box-shadow: none;
  
    -webkit-box-shadow: none;
  
    box-shadow: none;
  
    padding: 0;
  }
  
  .download-page h2.titleBig {
    font-size: 80px;
  
    color: #dbdcdc;
  
    opacity: 0.8;
  
  
    font-weight: bold;
  
    text-transform: uppercase;
  
    line-height: 0.8;
  
    margin: 30px 0 45px;
  
    max-width: 645px;
  
    padding-right: 8.52713178%;
  
    margin-left: auto;
  
    text-align: center;
  }
  
  .download-page .box {
    padding-left: 12.57861635%;
  }
  
  .download-page .box .box2 {
    margin: -10px;
  
    display: none;
  }
  
  .download-page .box .slide {
    padding: 10px;
  }
  
  .download-page .box .navList ul {
    border-bottom: 1px solid #b7b7b7;
  
    display: inline-block;
  
    max-width: 100%;
  }
  
  .download-page .box .navList ul li {
    padding-right: 25px;
  
    border-top: 1px solid #b7b7b7;
  
    cursor: pointer;
  
    cursor: hand;
  }
  
  .download-page .box .navList ul li a {
    padding: 10px 0;
  
    position: relative;
  
    padding-left: 30px;
  
    display: block;
  
    font-size: 14px;
  
    color: #565555;
  
    -webkit-transition: 0.5s;
  
    -moz-transition: 0.5s;
  
    transition: 0.5s;
  }
  
  .download-page .box .navList ul li a:after {
    content: "";
  
    width: 13px;
  
    height: 13px;
  
    border-radius: 100%;
  
    border: 2px solid #959595;
  
    position: absolute;
  
    left: 6px;
  
    top: 13px;
  
    -webkit-transition: 0.5s;
  
    -moz-transition: 0.5s;
  
    transition: 0.5s;
  }
  
  .download-page .box .navList ul li a:hover:after,
  .download-page .box .navList ul li a.active:after {
    background: #5baa97;
  
    border-color: #5baa97;
  }
  
  .download-page .box .fileList {
    display: none;
  }
  
  .download-page .box .fileList ul {
    max-width: 100%;
  
    display: none;
  }
  
  .download-page .box .fileList ul li {
    padding-bottom: 14px;
  }
  
  .download-page .box .fileList ul li:last-child {
    padding-bottom: 0;
  }
  
  .download-page .box .fileList ul li a {
    padding: 10px 15px;
  
    background: #dadada;
  
    -webkit-transition: 0.5s;
  
    -moz-transition: 0.5s;
  
    transition: 0.5s;
  
    cursor: pointer;
  
    cursor: hand;
  
    font-size: 14px;
  
    color: #5e5e5e;
  
    display: block;
  }
  
  .download-page .box .fileList ul li a:hover,
  .download-page .box .fileList ul li.active a {
    color: white;
  
    background: #5baa97;
  }
  
  .download-page .box .downBox {
    background: white;
  
    padding: 25px 25% 65px;
  
    text-align: center;
  
    display: none;
  }
  
  .download-page .box .downBox img {
    display: block;
  
    margin: 0 auto;
  
    -webkit-filter: drop-shadow(-30px 40px 60px rgba(0, 0, 0, 0.5));
  
    filter: drop-shadow(-30px 40px 60px rgba(0, 0, 0, 0.5));
  }
  
  .download-page .box .downBox .btn2 {
    margin-top: 30px;
  }
  
  .download-page .box .downBox .btn2 a {
    display: block;
  
    line-height: 28px;
  
    height: 28px;
  
    border-radius: 14px;
  
    background: #5baa97;
  
    text-align: center;
  
    font-size: 14px;
  
    color: #565555;
  
    -webkit-transition: 0.5s;
  
    -moz-transition: 0.5s;
  
    transition: 0.5s;
  }
  
  .download-page .box .downBox .btn2 a:last-child {
    margin-top: 24px;
  
    color: white;
  
    background: #5baa97;
  }
  
  .download-page .box .downBox .btn2 a:hover {
    color: white;
  
    background: #222 !important;
  }
  
  .download-page .box .videoList {
    padding-left: 14%;
  
    display: none;
  }
  
  .download-page .box .videoList ul {
    margin: -18px -13px;
  }
  
  .download-page .box .videoList ul li {
    padding: 18px 13px;
  }
  
  .download-page .box .videoList ul li iframe {
    width: 100%;
  
    height: 180px;
  
    background: black;
  }
  
  .download-page .box .videoList ul li h6 {
    display: block;
  
    margin: 10px 0;
  
    font-size: 14px;
  
    color: #333;
  
    line-height: 1.6;
  }
  
  .download-page .box .videoList ul li time {
    font-size: 14px;
  
    display: inline-block;
  
    padding: 2px 8px;
  
    color: #666;
  
    background: #e9e8ea;
  }
  
  .download-page .box .left {
    width: 20%;
  }
  
  .download-page .box .right {
    width: 80%;
  }
  
  .download-page .box .right .navList {
    display: none;
  }
  
  .p01-s4 .hd p {
    font-size: 15px;
  }
  
  .p01-s4 .hd p a {
    color: #5baa97;
  }
  
  .p01-s4 .text {
    padding: 25px;
  
    position: relative;
  
    line-height: 28px;
  }
  
  .p01-s4 .text:after {
    content: "";
  
    width: 2px;
  
    background: #5baa97;
  
    height: 100%;
  
    position: absolute;
  
    left: 0;
  
    top: 0;
  
    opacity: 0;
  }
  
  .p01-s4 .text:hover:after {
    opacity: 1;
  }
  
  .p01-s4 {
    padding: 60px 0;
  }
  
  .p01-s6 .bd > li ul {
    min-height: 208px;
  }
  
  .p01-s7 h4::after {
    height: 2px;
  }
  
  .p04-s1 ul {
    margin: 200px 0 158px;
  }
  
  .p08-4-s1 ul {
    justify-content: space-between;
  }
  
  .p08-4-s1 ul li {
    width: auto;
  }
  
  .faq-page {
    padding: 100px 0;
  }
  
  .faq-page ul li {
    margin-bottom: 20px;
  
    padding: 15px;
  
    border: 1px solid #eee;
  
    background: #f8f8f8;
  }
  
  .faq-page ul li h4 {
    font-size: 20px;
  
    /*font-weight: bold;*/
  
    margin-bottom: 10px;
  }
  
  .faq-page ul li .content {
    padding-top: 10px;
  
    border-top: 1px solid #eee;
  
    font-size: 16px;
  
    line-height: 1.6;
  }
  
  .faq-page ul li:last-child {
    margin-bottom: 0;
  }
  
  .social-icon {
    margin-top: 20px;
  }
  
  .social-icon a {
    font-size: 16px;
  
    margin-right: 10px;
  }
  
  .prodet-page .det-2 table tr {
    background: #5baa97;
  }
  
  .prodet-page .det-2 table tr:nth-of-type(2n) {
    background: #eee;
  }
  
  .prodet-page .det-2 table tr td {
    color: #fff;
  }
  
  .prodet-page .det-2 table tr:nth-of-type(2n) td {
    color: #000;
  }
  
  .pageLink {
    padding: 50px 0;
  
    text-align: center;
  }
  
  .pageLink span {
    display: inline-block !important;
  
    height: auto;
  
    width: auto;
  }
  
  .pageLink a,
  .pageLink span {
    font-size: 18px;
  
    color: #000;
  
    position: relative;
  
    text-align: center;
  
    text-transform: capitalize;
  
    display: inline-block;
  
    border: 1px solid #000;
  
    padding: 0 10px;
  
    margin: 3px;
  }
  
  .pageLink span,
  .pageLink a:hover {
    background: #5baa97;
  
    color: #fff;
  }
  
  .p01-s2 h4 {
    white-space: nowrap;
  
    text-overflow: ellipsis;
  
    overflow: hidden;
  }
  
  @media screen and (max-width: 1000px) {
    .grid-box.two > .column {
      width: 50%;
    }
  
    .grid-box.three > .column {
      width: 33.33333%;
    }
  
    .grid-box.four > .column {
      width: 33.33333%;
    }
  
    .grid-box.five > .column {
      width: 33.33333%;
    }
  }
  
  @media screen and (max-width: 700px) {
    .grid-box.two > .column {
      width: 50%;
    }
  
    .grid-box.three > .column {
      width: 50%;
    }
  
    .grid-box.four > .column {
      width: 50%;
    }
  
    .grid-box.five > .column {
      width: 50%;
    }
  }
  
  @media screen and (max-width: 500px) {
    .grid-box.two > .column {
      width: 100%;
    }
  
    .grid-box.three > .column {
      width: 100%;
    }
  
    .grid-box.four > .column {
      width: 100%;
    }
  
    .grid-box.five > .column {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 1000px) {
    #banner {
      margin-top: 120px;
    }
  
    .inner-banner {
      display: none;
    }
  
    .inner-page {
      padding-top: 0px;
    }
  
  
    .page-banner h2,
    .fneleijinzhan,
    h1.catjinzhan {
      display: none;
    }
  
  
    .p01-s2 ul {
      -webkit-box-pack: left;
  
      -webkit-justify-content: left;
  
      -ms-flex-pack: left;
  
      -moz-box-pack: left;
  
      justify-content: left;
    }
  
    .p01-s4 .img-wrap {
      margin-top: 0;
    }
  }
  
  #xgcp .grid-box {
    padding: 10px;
  }
  
  #xgcp .grid-box li {
    padding: 0;
  }
  
  #xgcp .grid-box {
    -webkit-flex-wrap: nowrap;
  
    -ms-flex-wrap: nowrap;
  
    flex-wrap: nowrap;
  }
  
  .p01-s5 li .text {
    color: white;
  }
  
  .p01-s5 li .text h4 {
    color: inherit;
  }
  
  .prodet-page .det-1 .grid-box .left .ig ul {
    -webkit-flex-wrap: nowrap;
  
    -ms-flex-wrap: nowrap;
  
    flex-wrap: nowrap;
  }
  
  .p01-s1 .img-wrap,
  .p01-s1 .img-wrap img {
    width: 100%;
  
    max-width: 100%;
  }
  
  .p01-s1 .text-wrap {
    position: absolute;
  
    left: 5%;
  
    top: 40%;
  
    background: transparent;
  
    -webkit-transform: translateY(-50%);
  
    -moz-transform: translateY(-50%);
  
    -ms-transform: translateY(-50%);
  
    -o-transform: translateY(-50%);
  
    transform: translateY(-50%);
  }
  
  .p01-s1 .text {
    max-width: 780px;
  }
  
  @media screen and (max-width: 500px) {
    .p01-s1 p,
    .p01-s1 a,
    .page-banner .text-wrap .hd,
    .p08-4-s1 {
      display: none;
    }
  
    h2.bannerjz {
      font-size: 20px;
  
      line-height: 1.2;
  
      margin: 0;
    }
  
    .p01-s3 .text-wrap {
      width: 100%;
    }
  
    .p01-s3 .fa-play {
      font-size: 30px;
    }
  
    .p01-s4 .text {
      max-width: 100%;
    }
  
    .page-banner .text-wrap {
      width: 100%;
    }
  
    .prodet-page .det-1 h2,
    .prodet-page .det-1 h1 {
      font-size: 24px;
    }
  
    .banner-bd > h1 + p {
      display: none;
    }
  }
  
  .p09-s1 .text-wrap table {
    max-width: 760px;
  
    table-layout: fixed;
  }
  
  .p09-s1 .text-wrap table tr:nth-child(odd) {
    background: #fafafa;
  }
  
  .p09-s1 .text-wrap table tr td {
    border: none;
  
    text-align: center;
  }
  
  .p09-s1 .text-wrap table tr td i {
    font-size: 120%;
  }
  
  @media screen and (max-width: 500px) {
    .p09-s1 .text-wrap table {
      zoom: 0.8;
    }
  }
  