
@charset "UTF-8";* {
  font-family: '微软雅黑',MicrosoftYaHeiUI; }

.body {
  overflow: hidden; }

/* top */
.top {
  background-color: #282828; }
  .top .top-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0; }
  .top .top-lang {
    display: flex; }
    .top .top-lang a {
      font-size: 0;
      vertical-align: middle;
      display: flex;
      align-items: center;
      margin-left: 10px; }
      .top .top-lang a span {
        font-size: 13px;
        color: #fff;
        margin-left: 5px; }
      .top .top-lang a:hover span {
        text-decoration: underline; }
      .top .top-lang a:first-child {
        margin-left: 0; }

/* header */
.header {
  position: relative; }
  .header .header-body {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header .header-logo {
    font-size: 0; }
  .header .header-r {
    margin-left: 50px; }
  .header .header-nav {
    display: flex; }
    .header .header-nav .header-nav-i {
      margin-left: 30px; }
      .header .header-nav .header-nav-i a {
        display: block;
        padding: 40px 20px 20px;
        font-size: 18px; }
      .header .header-nav .header-nav-i .header-nav-i-ac {
        background-color: #427456;
        color: #fff; }
      .header .header-nav .header-nav-i:first-child {
        margin-left: 0; }
      .header .header-nav .header-nav-i:hover > a {
        background-color: #427456;
        color: #fff; }
      .header .header-nav .header-nav-i:hover .headown {
        opacity: 1;
        visibility: visible;
        z-index: 1; }
  .header .header-mbtn {
    display: none;
    font-size: 35px; }

.headown {
  background-color: #427456;
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s; }
  .headown .headown-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center; }
  .headown .headown-l .headown-l-t {
    font-size: 40px; }
  .headown .headown-l .headown-l-s {
    font-size: 20px; }
  .headown .headown-nav {
    display: flex; }
    .headown .headown-nav .headown-nav-i {
      margin-left: 30px; }
      .headown .headown-nav .headown-nav-i a {
        font-size: 18px; }
      .headown .headown-nav .headown-nav-i:first-child {
        margin-left: 0; }

.headmb-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none; }

.headmb-bg1 {
  display: block; }

.headmb {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 10;
  max-width: 270px;
  width: 80%;
  height: 100%;
  background-color: #333;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
  display: none; }
  .headmb .headmb-list {
    color: #ccc; }
    .headmb .headmb-list .headmb-item {
      font-size: 15px;
      border-bottom: solid 1px rgba(0, 0, 0, 0.3); }
      .headmb .headmb-list .headmb-item a {
        display: block;
        padding: 10px 0; }
      .headmb .headmb-list .headmb-item .headmb-item-name {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 12px; }
        .headmb .headmb-list .headmb-item .headmb-item-name i {
          transition: 0.6s;
          -webkit-transition: 0.6s;
          -moz-transition: 0.6s;
          -o-transition: 0.6s;
          -ms-transition: 0.6s; }
        .headmb .headmb-list .headmb-item .headmb-item-name .headmb-item-name-in90 {
          transform: rotate(-90deg);
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg); }
        .headmb .headmb-list .headmb-item .headmb-item-name:hover {
          background-color: #474747; }
          .headmb .headmb-list .headmb-item .headmb-item-name:hover span {
            text-decoration: underline; }
      .headmb .headmb-list .headmb-item dl {
        background-color: #1a1a1a;
        display: none; }
        .headmb .headmb-list .headmb-item dl dd {
          margin: 0 12px; }
          .headmb .headmb-list .headmb-item dl dd a:hover {
            text-decoration: underline; }
          .headmb .headmb-list .headmb-item dl dd:not(:first-child) a {
            padding-top: 0; }
      .headmb .headmb-list .headmb-item:hover {
        color: #fff; }

.headmb1 {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%); }

/* index */
.indexban {
  font-size: 0; }
  .indexban .indexbanimg {
    cursor: pointer; }

.index-tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }
  .index-tit .index-tit-l-t1 {
    font-size: 45px;
    color: #235d3a; }
    .index-tit .index-tit-l-t1 span {
      font-size: 30px;
      color: #a9a9a9;
      text-transform: uppercase; }
  .index-tit .index-tit-l-t2 {
    font-size: 28px;
    color: #235d3a; }
  .index-tit .index-link {
    display: block;
    width: 250px;
    text-align: center;
    border: solid 3px #235d3a;
    color: #235d3a;
    font-size: 25px;
    padding: 10px 0;
    cursor: pointer; }
    .index-tit .index-link:hover {
      background-color: #235d3a;
      color: #fff; }

.indexab {
  margin-top: 10px; }
  .indexab .indexab-body {
    margin-top: 10px;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center; }
  .indexab .indexab-img {
    font-size: 0;
    display: none; }
  .indexab .indexab-img1 {
    font-size: 0; }
    .indexab .indexab-img1 img {
      width: 100%; }
  .indexab .indexab-img2 {
    font-size: 0; }
  .indexab .indexab-main {
    font-size: 30px;
    line-height: 1.5;
    color: #fff; }
    .indexab .indexab-main p {
      text-indent: 2em; }
    .indexab .indexab-main div {
      text-align: right; }
      .indexab .indexab-main div a:hover {
        text-decoration: underline; }

.indexpro {
  margin-top: 30px; }
  .indexpro .indexpro-body {
  background-repeat: no-repeat;

    background-position: right center;
  background-size: cover;
 
}
  .indexpro .indexpro-main {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between; }
    .indexpro .indexpro-main .indexpro-main-l {
      width: 40%;
      font-size: 0; }
    .indexpro .indexpro-main .indexpro-main-r {
      width: 55%; }
      .indexpro .indexpro-main .indexpro-main-r .indexpro-main-sw .swiper-slide {
        font-size: 0; }
      .indexpro .indexpro-main .indexpro-main-r .indexpro-main-swpn {
        margin-top: 10px;
        display: flex;
        justify-content: space-between; }
        .indexpro .indexpro-main .indexpro-main-r .indexpro-main-swpn .indexpro-main-swpn-pn {
          width: 80px;
          height: 80px;
          background-color: #235d3a;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          font-size: 60px;
          cursor: pointer; }
          .indexpro .indexpro-main .indexpro-main-r .indexpro-main-swpn .indexpro-main-swpn-pn:hover {
            box-shadow: inset -5px -5px 5px 0px rgba(255, 255, 255, 0.5); }
        .indexpro .indexpro-main .indexpro-main-r .indexpro-main-swpn .indexpro-main-swpn-p i {
          margin-left: -5px; }
        .indexpro .indexpro-main .indexpro-main-r .indexpro-main-swpn .indexpro-main-swpn-n i {
          margin-right: -5px; }
        .indexpro .indexpro-main .indexpro-main-r .indexpro-main-swpn .indexpro-main-swpn-dis {
          cursor: default;
          opacity: 0.7; }
          .indexpro .indexpro-main .indexpro-main-r .indexpro-main-swpn .indexpro-main-swpn-dis:hover {
            box-shadow: none; }

.indexnews {
  margin-top: 20px; }
  .indexnews .indexnews-body {
    width: 95%;
    max-width: 1200px;
    margin: 50px auto; }
  .indexnews .indexnews-list {
    display: flex;
    justify-content: space-between; }
    .indexnews .indexnews-list .indexnews-item {
      width: 45%; }
      .indexnews .indexnews-list .indexnews-item .indexnews-item-img {
        font-size: 0;
        overflow: hidden; }
        .indexnews .indexnews-list .indexnews-item .indexnews-item-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          transition: 0.6s;
          -webkit-transition: 0.6s;
          -moz-transition: 0.6s;
          -o-transition: 0.6s;
          -ms-transition: 0.6s; }
      .indexnews .indexnews-list .indexnews-item .indexnews-item-tit {
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
      .indexnews .indexnews-list .indexnews-item .indexnews-item-des {
        font-size: 20px;
        line-height: 1.5;
        margin-top: 20px;
        text-indent: 2em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 90px; }
      .indexnews .indexnews-list .indexnews-item .indexnews-item-date {
        font-size: 18px;
        margin-top: 20px; }
      .indexnews .indexnews-list .indexnews-item:hover .indexnews-item-img img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2); }
      .indexnews .indexnews-list .indexnews-item:hover .indexnews-item-tit, .indexnews .indexnews-list .indexnews-item:hover .indexnews-item-date {
        color: #235d3a; }

/* banner */
.banner {
  font-size: 0; }

/* bread */
.bread {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  margin-top: 20px; }
  .bread .bread-pos {
    font-size: 22px;
    color: #235d3a;
    margin-right: 10px; }
  .bread .bread-list a {
    font-size: 16px; }

/* about */
.aboutnav {
  width: 95%;
  max-width: 1200px;
  margin: 50px auto; }
  .aboutnav .aboutnav-list {
    display: flex;
    justify-content: space-between; }
    .aboutnav .aboutnav-list .aboutnav-item {
      width: 15%;
      text-align: center;
      margin-left: 10px; }
      .aboutnav .aboutnav-list .aboutnav-item a {
        display: block;
        border-radius: 30px;
        padding: 15px 0;
        font-size: 19px; }
        .aboutnav .aboutnav-list .aboutnav-item a:hover {
          color: #fff;
          background-color: #235d3a; }
      .aboutnav .aboutnav-list .aboutnav-item .aboutnav-item-ac {
        color: #fff;
        background-color: #235d3a; }
      .aboutnav .aboutnav-list .aboutnav-item:first-child {
        margin-left: 0; }

/* about-company profile */
.aboutpf {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px; }
  .aboutpf .aboutpf-item {
    display: flex;
    justify-content: flex-end; }
    .aboutpf .aboutpf-item .aboutpf-item-l {
      width: 45%; }
      .aboutpf .aboutpf-item .aboutpf-item-l .aboutpf-item-l-t2 {
        font-size: 25px; }
      .aboutpf .aboutpf-item .aboutpf-item-l .aboutpf-item-l-d2 {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.4; }
        .aboutpf .aboutpf-item .aboutpf-item-l .aboutpf-item-l-d2 p {
          text-indent: 2em; }
      .aboutpf .aboutpf-item .aboutpf-item-l .aboutpf-item-l-t1 {
        font-size: 35px; }
      .aboutpf .aboutpf-item .aboutpf-item-l .aboutpf-item-l-d1 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 1.8; }
        .aboutpf .aboutpf-item .aboutpf-item-l .aboutpf-item-l-d1 p {
          text-indent: 2em; }
    .aboutpf .aboutpf-item .aboutpf-item-r {
      width: 50%;
      font-size: 0; }
    .aboutpf .aboutpf-item:nth-child(odd) .aboutpf-item-l {
      margin-right: 2.5%; }
    .aboutpf .aboutpf-item:nth-child(even) {
      flex-direction: row-reverse; }
      .aboutpf .aboutpf-item:nth-child(even) .aboutpf-item-l {
        margin-left: 2%; }
    .aboutpf .aboutpf-item:not(:first-child) .aboutpf-item-l {
      margin-top: 30px; }

/* about-company culture */
.aboutcul {
  width: 95%;
  max-width: 1200px;
  margin: 50px auto; }
  .aboutcul .aboutcul-tit {
    text-align: center;
    font-size: 50px;
    color: #235d3a; }
    .aboutcul .aboutcul-tit span {
      font-size: 30px;
      color: #a9a9a9;
      text-transform: uppercase; }
  .aboutcul .aboutcul-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap; }
    .aboutcul .aboutcul-list .aboutcul-item {
      width: 45%;
      margin-right: 10%;
      margin-bottom: 25px; }
      .aboutcul .aboutcul-list .aboutcul-item .aboutcul-item-img {
        font-size: 0; }
        .aboutcul .aboutcul-list .aboutcul-item .aboutcul-item-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .aboutcul .aboutcul-list .aboutcul-item .aboutcul-item-desc {
        margin-top: 30px;
        text-indent: 2em;
        font-size: 18px;
        line-height: 1.8;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        height: 128px; }
      .aboutcul .aboutcul-list .aboutcul-item:nth-child(even) {
        margin-right: 0; }

/* about-honor */
.abouthor {
  width: 95%;
  max-width: 1200px;
  margin: 50px auto; }
  .abouthor .abouthor-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
    .abouthor .abouthor-list .abouthor-item {
      font-size: 0;
      width: 48%;
      margin-right: 4%;
      margin-bottom: 30px;
      text-align: center; }
      .abouthor .abouthor-list .abouthor-item:nth-child(even) {
        margin-right: 0; }

/* about-Certifition */
.aboutcer {
  width: 95%;
  max-width: 1200px;
  margin: 50px auto; }
  .aboutcer .aboutcer-list {
    display: flex;
    flex-wrap: wrap; }
    .aboutcer .aboutcer-list .aboutcer-item {
      width: calc(100% / 3);
      text-align: center;
      margin-bottom: 15px;
      font-size: 0; }

/* about-Products */
.aboutpro {
  width: 95%;
  max-width: 1200px;
  margin: 50px auto; }
  .aboutpro .aboutpro-main {
    display: flex;
    justify-content: space-between; }
  .aboutpro .aboutpro-l {
    width: 10%;
    font-size: 0; }
  .aboutpro .aboutpro-r {
    width: 85%; }
    .aboutpro .aboutpro-r .aboutpro-r-list {
      display: flex;
      flex-wrap: wrap; }
      .aboutpro .aboutpro-r .aboutpro-r-list .aboutpro-r-list-i {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 20px;
        font-size: 0; }
        .aboutpro .aboutpro-r .aboutpro-r-list .aboutpro-r-list-i:nth-child(4n) {
          margin-right: 0; }
  .aboutpro .aboutpro-tip {
    font-size: 16px;
    color: #595959;
    text-align: center; }
  .aboutpro .aboutpro-para {
    font-size: 0;
    text-align: center;
    margin-top: 20px; }

.aboutpro-sup {
  width: 95%;
  max-width: 1200px;
  margin: 30px auto 50px; }
  .aboutpro-sup .aboutpro-sup-img {
    font-size: 0;
    margin-top: 20px;
    background-color: #1b1b1b; }
  .aboutpro-sup .aboutpro-sup-map {
    width: 100%; }

/* recriut */
.recruit {
  margin-top: 50px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-image: url(../img/recruitbg.png);
  background-position: right center; }
  .recruit .recruit-body {
    width: 95%;
    max-width: 1150px;
    margin: 0 auto; }
    .recruit .recruit-body .recruit-item {
      display: flex;
      align-items: flex-start;
      margin-top: 70px; }
      .recruit .recruit-body .recruit-item .recruit-item-img {
        font-size: 0;
        width: 15%; }
      .recruit .recruit-body .recruit-item .recruit-item-info {
        width: 75%;
        margin-left: 40px; }
        .recruit .recruit-body .recruit-item .recruit-item-info p {
          font-size: 25px;
          color: #235d3a;
          margin-top: 10px; }
          .recruit .recruit-body .recruit-item .recruit-item-info p:first-child {
            margin-top: 0; }
      .recruit .recruit-body .recruit-item:first-child {
        margin-top: 0; }
  .recruit .recruit-bot {
    width: 98%;
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    justify-content: flex-end; }
    .recruit .recruit-bot .recruit-bot-info {
      font-size: 25px;
      color: #235d3a; }
      .recruit .recruit-bot .recruit-bot-info p {
        margin-top: 10px; }
        .recruit .recruit-bot .recruit-bot-info p:first-child {
          margin-top: 0; }

/* news */
.news {
  width: 95%;
  max-width: 1200px;
  margin: 50px auto; }
  .news .news-list {
    display: flex; }
    .news .news-list .news-item {
      width: 32.5%;
      margin-right: 1.25%; }
      .news .news-list .news-item .news-item-img {
        font-size: 0;
        overflow: hidden; }
        .news .news-list .news-item .news-item-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          transition: 0.6s;
          -webkit-transition: 0.6s;
          -moz-transition: 0.6s;
          -o-transition: 0.6s;
          -ms-transition: 0.6s; }
      .news .news-list .news-item .news-item-info {
        display: flex;
        justify-content: center;
        box-shadow: 0 0 10px rgba(136, 136, 136, 0.3); }
        .news .news-list .news-item .news-item-info .news-item-info-box {
          width: 95%;
          margin: 0 auto;
          padding: 15px 0 30px;
          color: #333; }
        .news .news-list .news-item .news-item-info .news-item-info-ti {
          font-size: 20px;
          line-height: 1.5;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          height: 60px; }
        .news .news-list .news-item .news-item-info .news-item-info-da {
          font-size: 15px;
          margin-top: 10px; }
        .news .news-list .news-item .news-item-info .news-item-info-de {
          font-size: 15px;
          line-height: 1.5;
          margin-top: 20px;
          text-indent: 2em;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 4;
          overflow: hidden;
          height: 90px; }
        .news .news-list .news-item .news-item-info .news-item-info-lk {
          display: inline-block;
          font-size: 15px;
          color: #77b324;
          margin-top: 20px; }
      .news .news-list .news-item:last-child {
        margin-right: 0; }
      .news .news-list .news-item:hover .news-item-img img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2); }
      .news .news-list .news-item:hover .news-item-info .news-item-info-ti, .news .news-list .news-item:hover .news-item-info .news-item-info-lk {
        color: #235d3a; }

/* news information */
.newsinfo {
  width: 95%;
  max-width: 1200px;
  margin: 50px auto; }
  .newsinfo .newsinfo-tit {
    font-size: 24px;
    color: #333;
    text-align: center; }
  .newsinfo .newsinfo-titline {
    width: 15%;
    max-width: 150px;
    height: 3px;
    background-color: #235d3a;
    margin: 0 auto;
    margin-top: 20px; }
  .newsinfo .newsinfo-date {
    font-size: 14px;
    color: #333;
    margin-top: 15px;
    text-align: center; }
  .newsinfo .newsinfo-cont {
    margin: 15px 0;
    padding: 30px 0;
    border-color: #c8c8c8;
    border-style: dashed;
    border-top-width: 2px;
    border-bottom-width: 2px; }
    .newsinfo .newsinfo-cont * {
      font-size: 18px;
      color: #666;
      line-height: 1.8; }
    .newsinfo .newsinfo-cont p {
      text-indent: 2em; }

/* contact */
.contact {
  width: 95%;
  max-width: 1200px;
  margin: 50px auto; }
  .contact .contact-top {
    display: flex;
    justify-content: space-between; }
    .contact .contact-top .contact-top-tit {
      font-size: 24px;
      color: #235d3a;
      text-transform: uppercase; }
    .contact .contact-top .contact-top-l {
      width: 55%; }
      .contact .contact-top .contact-top-l .contact-l-map {
        margin-top: 30px;
        height: 350px; }
    .contact .contact-top .contact-top-r {
      width: 40%; }
      .contact .contact-top .contact-top-r .contact-top-r-list {
        margin-top: 30px; }
        .contact .contact-top .contact-top-r .contact-top-r-list .contact-top-r-item {
          display: flex;
          font-size: 16px;
          line-height: 1.8;
          margin-top: 15px; }
          .contact .contact-top .contact-top-r .contact-top-r-list .contact-top-r-item .contact-top-r-lab {
            width: 85px; }
          .contact .contact-top .contact-top-r .contact-top-r-list .contact-top-r-item .contact-top-r-wod {
            width: 85%; }
          .contact .contact-top .contact-top-r .contact-top-r-list .contact-top-r-item:first-child {
            margin-top: 0; }
  .contact .contact-er {
    margin-top: 70px; }
    .contact .contact-er .contact-er-list {
      display: flex;
      justify-content: space-between; }
      .contact .contact-er .contact-er-list .contact-er-item {
        width: 30%;
        font-size: 20px;
        line-height: 1.5;
        display: flex; }
        .contact .contact-er .contact-er-list .contact-er-item .contact-er-item-lab {
          width: 80px; }
        .contact .contact-er .contact-er-list .contact-er-item .contact-er-item-inf {
          width: 70%;
          margin-left: 15px; }

/* touch */
.touch {
  background-color: #235d3a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px; }
  .touch .touch-body {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0; }
  .touch .touch-t1 {
    font-size: 24px;
    color: #eee; }
  .touch .touch-t2 {
    font-size: 16px;
    color: #eee;
    margin-top: 5px; }
  .touch form {
    margin-top: 35px; }
  .touch .touch-line1 {
    display: flex;
    justify-content: space-between;
    margin-top: 10px; }
    .touch .touch-line1:first-child {
      margin-top: 0; }
  .touch .touch-inp {
    width: 49%;
    padding: 12px 0;
    text-indent: 10px;
    font-size: 16px;
    color: #464646; }
    .touch .touch-inp::-webkit-input-placeholder {
      font-size: inherit;
      color: inherit; }
  .touch .touch-line2 {
    margin-top: 10px; }
  .touch .touch-msg {
    width: 100%;
    height: 150px;
    resize: none; }
  .touch .touch-line3 {
    display: flex;
    justify-content: space-between;
    margin-top: 10px; }
    .touch .touch-line3 .touch-line3-box {
      display: flex;
      align-items: center; }
      .touch .touch-line3 .touch-line3-box img {
        display: inline-block;
        margin-left: 10px; }
  .touch .touch-code {
    width: 180px; }
  .touch .touch-sub {
    width: 230px;
    background-color: #77b324;
    border: 2px solid white;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 0;
    cursor: pointer; }
    .touch .touch-sub:hover {
      background-color: #71aa22; }

/* prev and next */
.detailpn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .detailpn * {
    color: #000; }
  .detailpn .detailpn-pn p {
    margin-top: 5px; }
    .detailpn .detailpn-pn p:first-child {
      margin-top: 0; }
  .detailpn a {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
    vertical-align: bottom; }
    .detailpn a:hover {
      color: #235d3a; }

/* show product img */
.generalmain-item {
  cursor: pointer; }

.showproimg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden; }
  .showproimg .showproimg-body {
    width: 100%;
    height: 100%; }
    .showproimg .showproimg-body .showproimg-next:focus, .showproimg .showproimg-body .showproimg-prev:focus {
      outline: none; }
  .showproimg .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0; }
    .showproimg .swiper-slide img {
      max-width: 95%;
      max-height: 95%; }
  .showproimg .showproimg-clo {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 3;
    font-size: 40px;
    color: #fff;
    cursor: pointer; }
    .showproimg .showproimg-clo:hover {
      color: #94c32f; }
    .showproimg .showproimg-clo:active {
      color: #94c32f; }

.showproimg1 {
  visibility: visible; }

/* footer */
.footer {
  background-color: #2f3237; }
  .footer .footer-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 40px;
    color: #fff;
    display: flex;
    justify-content: space-between; }
  .footer .footer-item {
    width: 25%; }
  .footer .footer-icont {
    font-size: 17px;
    line-height: 2; }
  .footer .foot-iab {
    text-align: center; }
    .footer .foot-iab .foot-iab-logo {
      font-size: 0; }
    .footer .foot-iab .foot-iab-t {
      font-size: 18px;
      margin-top: 20px; }
    .footer .foot-iab .foot-iab-ways {
      margin-top: 20px; }
      .footer .foot-iab .foot-iab-ways a {
        font-size: 20px;
        margin-left: 10px; }
        .footer .foot-iab .foot-iab-ways a:hover {
          color: #71aa22; }
        .footer .foot-iab .foot-iab-ways a:first-child {
          margin-left: 0; }
  .footer .footer-inav {
    width: 20%; }
    .footer .footer-inav a {
      font-size: 18px;
      color: #fff; }
      .footer .footer-inav a:hover {
        color: #71aa22; }
    .footer .footer-inav ul {
      margin-top: 12px;
      display: flex;
      flex-wrap: wrap; }
      .footer .footer-inav ul li {
        width: 50%;
        margin-bottom: 12px; }

/* pagination */
.pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px; }
  .pagination ul {
    display: flex; }
    .pagination ul a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 33px;
      height: 33px;
      color: #a4a4a4;
      font-size: 15px; }
      .pagination ul a:hover {
        background-color: #235d3a;
        color: #fff; }
    .pagination ul .active {
      background-color: #235d3a;
      color: #fff; }

/* web video */
.webvid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  display: none; }
  .webvid .webvid-box {
    max-width: 90%;
    max-height: 100%; }
  .webvid .webvid-clo {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer; }
    .webvid .webvid-clo:hover {
      color: #ccc; }

.webvid1 {
  display: flex; }

/* 表单消息提示页 */
.msgbody {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .msgbody a {
    color: inherit; }
  .msgbody .msg1 {
    font-size: 27px; }
  .msgbody .msgbody-img {
    font-size: 0;
    margin-top: 20px; }
  .msgbody .msg2 {
    margin-top: 20px;
    font-size: 19px; }
    .msgbody .msg2 a {
      color: #8a0070; }
      .msgbody .msg2 a:hover {
        text-decoration: underline; }
  .msgbody .msg3 {
    margin-top: 20px; }
    .msgbody .msg3 a {
      font-size: 17px;
      margin-left: 30px; }
      .msgbody .msg3 a:first-child {
        margin-left: 0; }

