@charset "UTF-8";
@font-face {
  font-family: Helvetica-Neue-Condensed-Bold;
  src: url(../font/Helvetica-Neue-Condensed-Bold.ttf);
  font-display: optional; }

@font-face {
  font-family: HelveticaNeueLTPro-ThEx;
  src: url(../font/HelveticaNeueLTPro-ThEx_1.otf);
  font-display: optional; }

* {
  font-family: "Arial","Microsoft YaHei","Open Sans",sans-serif,"STXihei","Myriad Set Pro","Helvetica Neue","Helvetica","Arial","lato","PingFang SC","STHeitiSC-Light";
  font-size: 16px; }

.hide {
  overflow: hidden; }

/* top */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  -ms-transition: transform 0.8s; }
  .header .headintr {
    background-color: rgba(15, 29, 55, 0.24);
    padding: 10px 0; }
    .header .headintr .headintr-body {
      width: 98%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      color: #fff; }
    .header .headintr .headintr-des {
      font-size: 15px; }
    .header .headintr .headintr-r {
      display: flex;
      align-items: center; }
    .header .headintr .headintr-mail {
      font-family: Helvetica-Neue-Condensed-Bold;
      color: rgba(255, 255, 255, 0.7); }
      .header .headintr .headintr-mail:hover {
        color: white; }
  .header .headlangs {
    border: solid 1px rgba(255, 255, 255, 0.7);
    border-radius: 7px;
    position: relative;
    margin-left: 15px; }
    .header .headlangs * {
      font-size: 15px;
      color: rgba(255, 255, 255, 0.7); }
      .header .headlangs *:not(.fa) {
        font-family: Helvetica-Neue-Condensed-Bold; }
    .header .headlangs .headlangs-cur {
      width: 120px;
      display: flex;
      justify-content: center;
      cursor: pointer; }
      .header .headlangs .headlangs-cur .headlangs-cur-box {
        width: 100%;
        margin: 5px 10px;
        display: flex;
        justify-content: space-between; }
      .header .headlangs .headlangs-cur .headlangs-cur-name {
        font-family: Helvetica-Neue-Condensed-Bold; }
    .header .headlangs .headlangs-oth {
      position: absolute;
      top: calc(100% + 10px);
      left: 0;
      z-index: 2;
      min-width: 100%;
      border-radius: 7px;
      padding: 10px 0;
      background-color: rgba(15, 29, 55, 0.4);
      opacity: 0;
      visibility: hidden;
      transition: 0.5s;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -ms-transition: 0.5s; }
      .header .headlangs .headlangs-oth .headlangs-oth-item {
        margin-top: 10px;
        padding: 0 7px; }
        .header .headlangs .headlangs-oth .headlangs-oth-item a {
          display: inline-block; }
          .header .headlangs .headlangs-oth .headlangs-oth-item a:hover {
            color: #fff; }
        .header .headlangs .headlangs-oth .headlangs-oth-item:first-child {
          margin-top: 0; }
    .header .headlangs:hover .headlangs-cur {
      border-color: #fff; }
      .header .headlangs:hover .headlangs-cur * {
        color: #fff; }
    .header .headlangs:hover .headlangs-oth {
      opacity: 1;
      visibility: visible;
      top: 100%; }
  .header .headnav {
    position: relative;
    transition: background-color 0.8s;
    -webkit-transition: background-color 0.8s;
    -moz-transition: background-color 0.8s;
    -o-transition: background-color 0.8s;
    -ms-transition: background-color 0.8s; }
    .header .headnav .headnav-body {
      width: 96%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .header .headnav .headnav-logo {
      width: 350px;
      font-size: 0; }
      .header .headnav .headnav-logo * {
        font-size: 0; }
    .header .headnav .headnav-l {
      display: flex;
      align-items: center; }
    .header .headnav .headnav-r {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative; }
      .header .headnav .headnav-r .headlangs {
        display: none; }
    .header .headnav .headlist {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .header .headnav .headlist .headlist-main::-webkit-scrollbar {
        width: 0; }
      .header .headnav .headlist .headlist-main .headlist-mainls {
        display: flex;
        align-items: flex-start;
        transition: transform 0.5s;
        -webkit-transition: transform 0.5s;
        -moz-transition: transform 0.5s;
        -o-transition: transform 0.5s;
        -ms-transition: transform 0.5s; }
      .header .headnav .headlist .headlist-btn {
        display: none; }
        .header .headnav .headlist .headlist-btn i {
          font-size: 22px;
          opacity: 0.6;
          color: #fff;
          cursor: pointer; }
          .header .headnav .headlist .headlist-btn i:hover {
            opacity: 1; }
      .header .headnav .headlist .headlist-prev {
        margin-right: 15px; }
      .header .headnav .headlist .headlist-next {
        margin-left: 10px; }
      .header .headnav .headlist .headitem {
        color: #fff;
        position: relative; }
        .header .headnav .headlist .headitem .headitem-name {
          white-space: nowrap;
          padding: 30px 15px;
          position: relative; }
          .header .headnav .headlist .headitem .headitem-name a {
            text-transform: uppercase;
            font-size: 15px; }
          .header .headnav .headlist .headitem .headitem-name::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #93d522;
            display: none; }
        .header .headnav .headlist .headitem .headitem-nameact::before {
          display: block; }
        .header .headnav .headlist .headitem .headitem-slist {
          position: absolute;
          top: calc(100% + 20px);
          left: 0;
          min-width: 120px;
          background-color: #04132f;
          padding: 10px 6px;
          border-radius: 6px;
          opacity: 0;
          visibility: hidden;
          transition: 0.8s;
          -webkit-transition: 0.8s;
          -moz-transition: 0.8s;
          -o-transition: 0.8s;
          -ms-transition: 0.8s; }
        .header .headnav .headlist .headitem .headitem-sitem {
          white-space: nowrap;
          position: relative;
          background-color: #04132f; }
          .header .headnav .headlist .headitem .headitem-sitem a {
            display: block;
            font-size: 14px;
            color: #fff;
            padding: 10px 5px; }
            .header .headnav .headlist .headitem .headitem-sitem a:hover {
              background-color: #0f1d37; }
          .header .headnav .headlist .headitem .headitem-sitem:hover .headitem-tlist {
            opacity: 1;
            visibility: visible;
            left: calc(100% + 6px); }
        .header .headnav .headlist .headitem .headitem-tlist {
          position: absolute;
          left: calc(100% + 16px);
          top: -10px;
          background-color: #04132f;
          border-radius: 6px;
          padding: 6px;
          opacity: 0;
          visibility: hidden;
          transition: 0.8s;
          -webkit-transition: 0.8s;
          -moz-transition: 0.8s;
          -o-transition: 0.8s;
          -ms-transition: 0.8s; }
        .header .headnav .headlist .headitem:first-child {
          margin-left: 0; }
        .header .headnav .headlist .headitem:hover .headitem-slist {
          opacity: 1;
          visibility: visible;
          top: 100%; }
    .header .headnav .headsear {
      margin-left: 10px; }
      .header .headnav .headsear .headsear-show {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(216, 216, 216, 0.1);
        cursor: pointer; }
        .header .headnav .headsear .headsear-show span {
          font-size: 20px;
          color: rgba(255, 255, 255, 0.6);
          text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6); }
        .header .headnav .headsear .headsear-show:hover span {
          color: #fff; }
      .header .headnav .headsear .headsear-box {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        width: 300px;
        display: flex;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.6);
        box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s; }
        .header .headnav .headsear .headsear-box form {
          width: 100%;
          margin: 15px; }
        .header .headnav .headsear .headsear-box .headsear-boxmain {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding-bottom: 5px;
          border-bottom: solid 1px rgba(0, 0, 0, 0.6); }
          .header .headnav .headsear .headsear-box .headsear-boxmain .headsear-btn {
            background: none;
            padding: 0 5px; }
            .header .headnav .headsear .headsear-box .headsear-boxmain .headsear-btn span {
              font-size: 18px;
              color: #000; }
          .header .headnav .headsear .headsear-box .headsear-boxmain .headsear-inp {
            width: 210px;
            font-size: 14px;
            color: #000;
            background: none; }
            .header .headnav .headsear .headsear-box .headsear-boxmain .headsear-inp::-webkit-input-placeholder {
              color: rgba(0, 0, 0, 0.6); }
          .header .headnav .headsear .headsear-box .headsear-boxmain .headsear-clo {
            cursor: pointer; }
            .header .headnav .headsear .headsear-box .headsear-boxmain .headsear-clo span {
              font-size: 22px;
              color: rgba(0, 0, 0, 0.6); }
            .header .headnav .headsear .headsear-box .headsear-boxmain .headsear-clo:hover span {
              color: #000; }
      .header .headnav .headsear .headsear-box1 {
        opacity: 1;
        visibility: visible;
        top: 100%; }
  .header .headnav1 {
    background-color: #04132f; }
  .header .headnav-mbtn {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-right: 10px;
    width: 30px;
    text-align: center;
    display: none; }
  .header .headnavm {
    position: absolute;
    top: 100%;
    left: 40px;
    background-color: #04122e;
    width: 100%;
    max-width: 400px;
    max-height: 400px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    display: none; }
    .header .headnavm .headernavm-list {
      color: #fff; }
    .header .headnavm .headernavm-item a {
      font-size: 14px; }
    .header .headnavm .headernavm-item .headernavm-item-name {
      border-bottom: solid 1px rgba(122, 122, 122, 0.1);
      padding: 10px 20px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .header .headnavm .headernavm-item .headernavm-item-name .headernavm-item-name-n {
        max-width: calc(100% - 21px); }
      .header .headnavm .headernavm-item .headernavm-item-name .headernavm-item-name-i {
        font-size: 16px;
        line-height: 0.6;
        display: inline-block;
        width: 11px;
        margin-left: 10px; }
    .header .headnavm .headernavm-item .headernavm-item-se {
      display: none; }
      .header .headnavm .headernavm-item .headernavm-item-se .headernavm-item-sei .headernavm-item-sei-name {
        padding: 10px 20px;
        padding-left: 30px;
        display: flex;
        justify-content: space-between;
        border-bottom: solid 1px rgba(122, 122, 122, 0.1); }
    .header .headnavm .headernavm-item .headernavm-item-th {
      display: none; }
      .header .headnavm .headernavm-item .headernavm-item-th .headernavm-item-thi > a {
        display: block;
        padding: 10px 20px;
        padding-left: 40px; }
  .header .headnavm1 {
    left: 0;
    opacity: 1;
    visibility: visible; }

.header1 {
  position: fixed; }

.webbody {
  position: relative;
  z-index: 1;
  background-color: #fff; }

/* index */
.indexban .indexban-itemimg {
  font-size: 0; }
  .indexban .indexban-itemimg * {
    font-size: 0; }

.indexban .indexban-page .swiper-pagination-bullet {
  display: inline-block;
  width: 20px;
  height: 4px;
  border-radius: 4px;
  background-color: #000;
  opacity: 0.3;
  transition: width 0.6s;
  -webkit-transition: width 0.6s;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -ms-transition: width 0.6s; }

.indexban .indexban-page .swiper-pagination-bullet-active {
  width: 50px;
  opacity: 1;
  background-color: #fff; }

.indexban .indexban-nbtn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  cursor: pointer; }
  .indexban .indexban-nbtn span {
    font-size: 55px;
    color: #fff; }
  .indexban .indexban-nbtn:hover {
    opacity: 1; }

.indexban .indexban-prev {
  left: 20px; }

.indexban .indexban-next {
  right: 20px; }

.indexab {
  margin: 60px auto; }
  .indexab .indexab-body {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto; }

.indexpros {
  margin-top: 50px; }
  .indexpros .indexpros-main .indexpros-main-item {
    display: block; }
    .indexpros .indexpros-main .indexpros-main-item .indexpros-main-item-img {
      font-size: 0;
      overflow: hidden; }
      .indexpros .indexpros-main .indexpros-main-item .indexpros-main-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform 0.6s;
        -webkit-transition: transform 0.6s;
        -moz-transition: transform 0.6s;
        -o-transition: transform 0.6s;
        -ms-transition: transform 0.6s; }
    .indexpros .indexpros-main .indexpros-main-item .indexpros-main-item-name {
      font-family: Helvetica-Neue-Condensed-Bold;
      font-size: 16px;
      color: #000;
      margin-top: 15px;
      line-height: 1.6;
      text-align: center;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      height: calc(1.6em * 2); }
    .indexpros .indexpros-main .indexpros-main-item:hover .indexpros-main-item-img img {
      transform: translate(15px);
      -webkit-transform: translate(15px);
      -moz-transform: translate(15px);
      -o-transform: translate(15px);
      -ms-transform: translate(15px); }
  .indexpros .indexpros-page {
    position: static;
    margin-top: 20px; }
    .indexpros .indexpros-page .swiper-pagination-bullet {
      margin: 0 4px; }
    .indexpros .indexpros-page .swiper-pagination-bullet-active {
      background-color: #93d522; }

.indexapl {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .indexapl .indexapl-l {
    font-size: 0;
    width: 48%; }
  .indexapl .indexapl-r {
    width: 46%; }
    .indexapl .indexapl-r .indexapl-r-des {
      margin-top: 10px;
      font-size: 16px;
      line-height: 1.9;
      color: #333; }
    .indexapl .indexapl-r .indexapl-r-ls {
      margin-top: 30px; }
      .indexapl .indexapl-r .indexapl-r-ls .indexapl-r-lsi {
        
        display: flex;
        align-items: center; }
	.indexapl .indexapl-r .indexapl-r-ls a{
	  margin-top: 10px;
 	  display: block;
	}
        .indexapl .indexapl-r .indexapl-r-ls .indexapl-r-lsi img {
          width: 17px;
          margin-right: 5px; }
        .indexapl .indexapl-r .indexapl-r-ls .indexapl-r-lsi .indexapl-r-lsi-wd {
          font-family: Helvetica-Neue-Condensed-Bold;
          font-size: 16px;
          color: #000; }
        .indexapl .indexapl-r .indexapl-r-ls .indexapl-r-lsi:first-child {
          margin-top: 0; }
    .indexapl .indexapl-r .indexapl-lk {
      margin-top: 30px; }

.indexcomp {
  position: relative;
  background-color: #101e38; }
  .indexcomp .indexcomp-img {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    background-image: url(../img/index2.jpg);
    font-size: 0; }
    .indexcomp .indexcomp-img img {
      width: 100%; }
  .indexcomp .indexcomp-info {
    position: absolute;
    top: 60px;
    width: 40%; }
    .indexcomp .indexcomp-info .indexcomp-info-tit {
      color: #fff;
      padding-bottom: 15px;
      text-align: center;
      border-bottom: solid 1px rgba(255, 255, 255, 0.26); }
    .indexcomp .indexcomp-info .indexcomp-info-main {
      margin-top: 20px;
      display: flex;
      justify-content: space-between;
      color: #fff; }
      .indexcomp .indexcomp-info .indexcomp-info-main .indexcomp-info-main-l {
        width: 45%;
        text-align: center; }
        .indexcomp .indexcomp-info .indexcomp-info-main .indexcomp-info-main-l .indexcomp-info-main-l-num {
          font-size: 4rem; }
        .indexcomp .indexcomp-info .indexcomp-info-main .indexcomp-info-main-l .indexcomp-info-main-l-sin {
          margin-top: 5px; }
      .indexcomp .indexcomp-info .indexcomp-info-main .indexcomp-info-main-r {
        width: 50%; }
        .indexcomp .indexcomp-info .indexcomp-info-main .indexcomp-info-main-r p {
          font-size: 14px;
          line-height: 1.7; }

.indexpject {
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 0; }

.indexnews {
  margin: 50px 0; }
  .indexnews .indexnews-top {
    background-color: #f5f5f5;
    padding-top: 60px; }
    .indexnews .indexnews-top .indexnews-top-body {
      width: 98%;
      max-width: 1600px;
      margin: 0 auto;
      text-align: center; }
    .indexnews .indexnews-top .indexnews-top-des {
      font-size: 13px;
      color: #888;
      line-height: 1.8;
      margin-top: 15px; }
  .indexnews .indexnews-main {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 80px; }
    .indexnews .indexnews-main .indexnews-main-ls {
      display: flex;
      justify-content: space-between; }
    .indexnews .indexnews-main .indexnews-main-item {
      width: 32%; }
      .indexnews .indexnews-main .indexnews-main-item .indexnews-main-item-img {
        font-size: 0;
        overflow: hidden;
        opacity: 0.8; }
        .indexnews .indexnews-main .indexnews-main-item .indexnews-main-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-main .indexnews-main-item .indexnews-main-item-img:hover {
          opacity: 1; }
          .indexnews .indexnews-main .indexnews-main-item .indexnews-main-item-img:hover img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1); }
      .indexnews .indexnews-main .indexnews-main-item .indexnews-main-item-info {
        border: solid 1px rgba(204, 204, 204, 0.4);
        border-top: none;
        display: flex;
        justify-content: center; }
        .indexnews .indexnews-main .indexnews-main-item .indexnews-main-item-info .indexnews-main-item-info-box {
          width: 100%;
          margin: 10px; }
        .indexnews .indexnews-main .indexnews-main-item .indexnews-main-item-info .indexnews-main-item-info-t {
          font-family: Helvetica-Neue-Condensed-Bold;
          font-size: 16px;
          color: #93d522;
          line-height: 1.35;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          height: calc(1.35em * 2); }
        .indexnews .indexnews-main .indexnews-main-item .indexnews-main-item-info .indexnews-main-item-info-d {
          margin-top: 10px;
          font-size: 15px;
          line-height: 1.3;
          color: #888;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          height: calc(1.3em * 2); }
        .indexnews .indexnews-main .indexnews-main-item .indexnews-main-item-info .indexnews-main-bot {
          margin-top: 20px;
          display: flex;
          justify-content: space-between;
          align-items: center; }
        .indexnews .indexnews-main .indexnews-main-item .indexnews-main-item-info .indexnews-main-item-date {
          font-size: 12px;
          color: #333; }
        .indexnews .indexnews-main .indexnews-main-item .indexnews-main-item-info .indexnews-main-item-more {
          width: 20px;
          height: 23px;
          display: flex;
          justify-content: center;
          align-items: center;
          border: solid 1px #dcdcdc; }
          .indexnews .indexnews-main .indexnews-main-item .indexnews-main-item-info .indexnews-main-item-more span {
            font-size: 15px;
            color: #93d522;
            line-height: 1; }

/* about */
.aboutintr {
  width: 95%;
  max-width: 1440px;
  margin: 60px auto 80px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .aboutintr .aboutintr-l {
    width: 48%; }
    .aboutintr .aboutintr-l .aboutintr-l-img {
      font-size: 0; }
    .aboutintr .aboutintr-l .aboutintr-l-info {
      margin-top: 45px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 580px; }
      .aboutintr .aboutintr-l .aboutintr-l-info .aboutintr-l-info-ts p {
        font-family: Helvetica-Neue-Condensed-Bold;
        font-size: 28px;
        color: #93d522;
        line-height: 1.4; }
      .aboutintr .aboutintr-l .aboutintr-l-info .aboutintr-l-info-img {
        width: 70px;
        font-size: 0; }
    .aboutintr .aboutintr-l .aboutintr-l-wd {
      margin-top: 15px;
      font-size: 16px;
      color: #333; }
  .aboutintr .aboutintr-r {
    width: 45%; }
    .aboutintr .aboutintr-r .aboutintr-r-des {
      margin-top: 15px; }
      .aboutintr .aboutintr-r .aboutintr-r-des * {
        font-size: 16px;
        color: #696969;
        line-height: 1.8; }

.aboutcomgate {
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 100% auto;
  background-position: center;
  background-attachment: fixed;
  background-image: url(../img/about2.jpg);
  height: 500px; }

.aboutcomimgs {
  margin-top: 60px;
  padding-bottom: 30px; }
  .aboutcomimgs .aboutcomimgs-top {
    text-align: center; }
  .aboutcomimgs .aboutcomimgs-main {
    margin-top: 40px; }
    .aboutcomimgs .aboutcomimgs-main .swiper-slide:hover .aboutcomimgs-itemimg img {
      transform: translate(10px);
      -webkit-transform: translate(10px);
      -moz-transform: translate(10px);
      -o-transform: translate(10px);
      -ms-transform: translate(10px); }
    .aboutcomimgs .aboutcomimgs-main .aboutcomimgs-itemimg {
      font-size: 0;
      overflow: hidden; }
      .aboutcomimgs .aboutcomimgs-main .aboutcomimgs-itemimg img {
        transition: 0.6s;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -o-transition: 0.6s;
        -ms-transition: 0.6s; }
    .aboutcomimgs .aboutcomimgs-main .aboutcomimgs-itemname {
      font-family: Helvetica-Neue-Condensed-Bold;
      font-size: 16px;
      color: #333;
      margin-top: 20px;
      text-align: center; }
  .aboutcomimgs .aboutcomimgs-page {
    position: static;
    margin-top: 30px; }
    .aboutcomimgs .aboutcomimgs-page .swiper-pagination-bullet {
      margin: 0 4px; }
    .aboutcomimgs .aboutcomimgs-page .swiper-pagination-bullet-active {
      background-color: #93d522; }

.abouthis {
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 40px; }
  .abouthis .abouthis-ls {
    margin-top: 30px; }
  .abouthis .abouthis-item {
    border-bottom: solid 1px #dcdcdc; }
    .abouthis .abouthis-item .abouthis-item-box {
      padding: 15px 0;
      display: flex;
      align-items: flex-start;
      transition: transform 0.6s;
      -webkit-transition: transform 0.6s;
      -moz-transition: transform 0.6s;
      -o-transition: transform 0.6s;
      -ms-transition: transform 0.6s; }
    .abouthis .abouthis-item .abouthis-item-l {
      display: flex;
      align-items: center; }
    .abouthis .abouthis-item .abouthis-item-year {
      font-family: HelveticaNeueLTPro-ThEx;
      font-size: 18px;
      color: #000; }
    .abouthis .abouthis-item .abouthis-item-arr {
      display: inline-block;
      font-size: 15px;
      color: #a5a5a5;
      margin: 0 20px; }
    .abouthis .abouthis-item .abouthis-item-r {
      width: 85%; }
      .abouthis .abouthis-item .abouthis-item-r p {
        font-size: 13px;
        line-height: 1.8;
        color: #6a6a6a; }
    .abouthis .abouthis-item:first-child {
      border-top: solid 1px #d1d1d1; }
    .abouthis .abouthis-item:hover .abouthis-item-box {
      transform: translate(20px);
      -webkit-transform: translate(20px);
      -moz-transform: translate(20px);
      -o-transform: translate(20px);
      -ms-transform: translate(20px); }

/* custom service */
.cusprj {
  background-color: #f5f5f5;
  padding: 60px 0; }
  .cusprj .cusprj-body {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto; }
  .cusprj .cusprj-tit {
    text-align: center; }
  .cusprj .cusprj-list {
    margin-top: 40px; }
    .cusprj .cusprj-list .cusprj-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 30px; }
      .cusprj .cusprj-list .cusprj-item .cusprj-item-l {
        width: 32%; }
        .cusprj .cusprj-list .cusprj-item .cusprj-item-l .cusprj-item-l-tit {
          font-family: Helvetica-Neue-Condensed-Bold;
          font-size: 28px;
          color: #000; }
        .cusprj .cusprj-list .cusprj-item .cusprj-item-l .cusprj-item-l-des {
          font-size: 16px;
          color: #333;
          line-height: 1.4;
          margin-top: 20px; }
      .cusprj .cusprj-list .cusprj-item .cusprj-item-r {
        width: 65%;
        display: flex;
        flex-wrap: wrap; }
        .cusprj .cusprj-list .cusprj-item .cusprj-item-r .cusprj-item-r-imgs {
          width: 32%;
          margin-right: 2%;
          font-size: 0;
          margin-bottom: 30px; }
          .cusprj .cusprj-list .cusprj-item .cusprj-item-r .cusprj-item-r-imgs img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: transform 0.6s;
            -webkit-transition: transform 0.6s;
            -moz-transition: transform 0.6s;
            -o-transition: transform 0.6s;
            -ms-transition: transform 0.6s; }
          .cusprj .cusprj-list .cusprj-item .cusprj-item-r .cusprj-item-r-imgs:nth-child(3n) {
            margin-right: 0; }
          .cusprj .cusprj-list .cusprj-item .cusprj-item-r .cusprj-item-r-imgs:hover img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1); }

/* contact us */
.contact {
  padding: 60px 0 30px; }
  .contact .contact-body {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .contact .contact-l {
    width: 50%; }
    .contact .contact-l .contact-wayitem {
      padding: 10px 0;
      border-bottom: dashed 1px #ccc;
      margin-top: 20px; }
      .contact .contact-l .contact-wayitem .contact-wayitem-box {
        margin: 0 15px;
        display: flex;
        justify-content: space-between;
        transition: transform 0.6s;
        -webkit-transition: transform 0.6s;
        -moz-transition: transform 0.6s;
        -o-transition: transform 0.6s;
        -ms-transition: transform 0.6s; }
      .contact .contact-l .contact-wayitem .contact-wayitem-img {
        width: 65px;
        font-size: 0;
        margin-right: 15px; }
      .contact .contact-l .contact-wayitem .contact-wayitem-info {
        width: calc(95% - 80px); }
        .contact .contact-l .contact-wayitem .contact-wayitem-info * {
          font-family: Helvetica-Neue-Condensed-Bold;
          font-size: 22px;
          color: #000;
          line-height: 1.2; }
      .contact .contact-l .contact-wayitem:first-child {
        margin-top: 0; }
      .contact .contact-l .contact-wayitem:hover .contact-wayitem-box {
        transform: translate(-10px);
        -webkit-transform: translate(-10px);
        -moz-transform: translate(-10px);
        -o-transform: translate(-10px);
        -ms-transform: translate(-10px); }
  .contact .contact-r {
    width: 43%; }

/* new contact */
.contact_box {
  padding: 20px 0 30px; 
}
.contact_box .contact-body .contact-tit{
  font-family: Helvetica-Neue-Condensed-Bold;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 12px 20px;
  max-width: 330px;
  background-color: #93d522;
  box-sizing: border-box;
}
.contact_box .contact-body {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
}
.contact_box .contact-body .contact-wrap{
    display: flex;
    align-items: center; 
    flex-wrap: wrap;
}
.contact_box .contact-body .contact-wrap .contact-item{
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2%;
    display: flex;
    align-items: center; 
    justify-content: space-between;
}
.contact_box .contact-body .contact-wrap .contact-item:nth-of-type(3n){
   margin-right: 0;
}
.contact_box .contact-body .contact-wrap .contact-item .contact-item-imgbox{
   max-width: 180px;
   font-size: 0;
   margin-right: 15px;
}
.contact_box .contact-body .contact-wrap .contact-item .contact-item-imgbox img{
   border-radius: 50%;
   /*box-shadow: 5px 5px 17px 3px #eee;*/
}
.contact_box .contact-body .contact-wrap .contact-item .contact-item-text .contact-item-tit{
   font-family: Helvetica-Neue-Condensed-Bold;
    font-size: 22px;
    color: #000;
    line-height: 1.2;
   margin-top: 10px;
   font-weight: bold;
}
.contact_box .contact-body .contact-wrap .contact-item .contact-item-text .contact-item-info{ 
   font-size: 30px;
   margin-top: 10px;
}
.contact_box .contact-body .contact-wrap .contact-item .contact-item-text .contact-item-info .contact-item-info-text,.contact_box .contact-body .contact-wrap .contact-item .contact-item-text .contact-item-info .contact-item-info-text a{
   font-size: 16px;
   color: #000;
   line-height: 1.2;
}

.contact-box_is{display: flex;justify-content: space-between;}
.contact-box_is .contact-box_is_d:first-child{width: 32%;}
.contact-box_is .contact-box_is_d:first-child .contact-item{width: 100%;margin-right: 0;}
.contact-box_is .contact-box_is_d:last-child{width: 66%;}
.contact-box_is .contact-box_is_d:last-child .contact-item{width: 49%;}
.contact-box_is .contact-box_is_d:last-child .contact-item:nth-of-type(2n){margin-right: 0;}
/* videos */
.videos {
  padding: 15px 0 30px; }
  .videos .videos-body {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto; }
  .videos .videos-top p {
    font-size: 16px;
    color: #333;
    line-height: 1.4; }
  .videos .videos-list {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap; }
    .videos .videos-list .videos-item {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 15px; }
      .videos .videos-list .videos-item .videos-item-thumb {
        position: relative; }
        .videos .videos-list .videos-item .videos-item-thumb .videos-item-thumb-img {
          font-size: 0;
          overflow: hidden; }
          .videos .videos-list .videos-item .videos-item-thumb .videos-item-thumb-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
        .videos .videos-list .videos-item .videos-item-thumb .videos-item-img-shad {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          display: flex;
          justify-content: center;
          align-items: center;
          opacity: 0;
          visibility: hidden;
          transition: 0.6s;
          -webkit-transition: 0.6s;
          -moz-transition: 0.6s;
          -o-transition: 0.6s;
          -ms-transition: 0.6s; }
          .videos .videos-list .videos-item .videos-item-thumb .videos-item-img-shad .videos-item-play {
            font-size: 24px;
            color: #fff;
            cursor: pointer;
            transition: 0.6s;
            -webkit-transition: 0.6s;
            -moz-transition: 0.6s;
            -o-transition: 0.6s;
            -ms-transition: 0.6s; }
            .videos .videos-list .videos-item .videos-item-thumb .videos-item-img-shad .videos-item-play:hover {
              text-shadow: 0 0 10px #fff; }
        .videos .videos-list .videos-item .videos-item-thumb:hover .videos-item-img-shad {
          opacity: 1;
          visibility: visible; }
      .videos .videos-list .videos-item .videos-item-name {
        margin-top: 10px;
        font-size: 18px;
        line-height: 2;
        color: #04132f;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
      .videos .videos-list .videos-item:nth-child(3n) {
        margin-right: 0; }

.videosshow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; }
  .videosshow .videosshow-body {
    width: 60%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    text-align: center;
    background-color: #000; }
  .videosshow .videosshow-clo {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 50px;
    line-height: 0.5;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6); }
    .videosshow .videosshow-clo:hover {
      color: white; }

.videosshow1 {
  display: flex; }

/* download */
.download {
  padding: 60px 0; }
  .download .download-body {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto; }
  .download .download-top p {
    font-size: 16px;
    color: #333;
    line-height: 1.4; }
  .download .download-list {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap; }
    .download .download-list .download-item {
      width: 23.5%;
      margin-right: 2%;
      margin-bottom: 30px; }
      .download .download-list .download-item .download-item-img {
        font-size: 0;
        border: solid 1px #ccc;
        opacity: 0.8;
        overflow: hidden; }
        .download .download-list .download-item .download-item-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          transition: 0.4s;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          -ms-transition: 0.4s; }
        .download .download-list .download-item .download-item-img:hover {
          opacity: 1; }
          .download .download-list .download-item .download-item-img:hover img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1); }
      .download .download-list .download-item .download-item-name {
        margin-top: 10px;
        font-family: Helvetica-Neue-Condensed-Bold;
        font-size: 14px;
        color: #000;
        line-height: 1.7; }
      .download .download-list .download-item .download-item-lk {
        margin-top: 15px; }
        .download .download-list .download-item .download-item-lk .general-lk {
          width: 90px;
          border-radius: 4px;
          padding: 10px 0; }
          .download .download-list .download-item .download-item-lk .general-lk:hover {
            opacity: 0.8; }
      .download .download-list .download-item:nth-child(4n) {
        margin-right: 0; }

/* news */
.news {
  padding: 60px 0; }
  .news .news-body {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto; }
  .news .news-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 40px; }
    .news .news-nav .news-nav-item {
      margin-left: 5px; }
      .news .news-nav .news-nav-item a {
        display: block;
        padding: 12px 25px;
        border: solid 1px #eee;
        border-radius: 5px;
        font-family: Helvetica-Neue-Condensed-Bold;
        font-size: 14px;
        color: #666;
        transition: 0.6s;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -o-transition: 0.6s;
        -ms-transition: 0.6s; }
        .news .news-nav .news-nav-item a:hover {
          color: #000;
          border-color: #ccc; }
      .news .news-nav .news-nav-item .news-nav-item-act {
        color: #000;
        border-color: #ccc; }
      .news .news-nav .news-nav-item:first-child {
        margin-left: 0; }
  .news .news-list {
    display: flex;
    flex-wrap: wrap; }
    .news .news-list .news-item {
      width: calc(100% / 3 - 30px);
      padding: 15px 15px 10px;
      margin-bottom: 25px;
      transition: 0.5s;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -ms-transition: 0.5s; }
      .news .news-list .news-item .news-item-top {
        width: 90%; }
      .news .news-list .news-item .news-item-tit {
        font-family: Helvetica-Neue-Condensed-Bold;
        font-size: 16px;
        color: #444;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
      .news .news-list .news-item .news-item-date {
        font-family: HelveticaNeueLTPro-ThEx;
        font-size: 12px;
        margin-top: 8px; }
      .news .news-list .news-item .news-item-des {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.8;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: calc(1.8em * 2); }
      .news .news-list .news-item .news-item-img {
        margin-top: 10px;
        font-size: 0;
        overflow: hidden; }
        .news .news-list .news-item .news-item-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .news .news-list .news-item:hover {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        box-shadow: 0 10px 60px rgba(0, 0, 0, 0.2); }

.newsinfo {
  padding: 30px 0 50px; }
  .newsinfo .newsinfo-body {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto; }
  .newsinfo .newsinfo-top {
    text-align: center; }
  .newsinfo .newsinfo-tit {
    font-family: Helvetica-Neue-Condensed-Bold;
    font-size: 22px;
    color: #444; }
  .newsinfo .newsinfo-date {
    font-family: HelveticaNeueLTPro-ThEx;
    font-size: 12px;
    color: #8f8f8f;
    margin-top: 20px; }
  .newsinfo .newsinfo-cont {
    margin-top: 25px;
    margin-bottom: 35px; }
    .newsinfo .newsinfo-cont * {
      font-size: 15px;
      color: #6a6a6a;
      line-height: 1.8; }

/* application */
.apply {
  padding: 60px 0 80px; }
  .apply .apply-body {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto; }
  .apply .apply-top p {
    font-size: 16px;
    color: #333;
    line-height: 1.4; }
  .apply .apply-list {
    margin-top: 40px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap; }
    .apply .apply-list .apply-item {
      width: 23.5%;
      margin-right: 2%;
      margin-bottom: 30px; }
      .apply .apply-list .apply-item .apply-item-thumb {
        position: relative; }
        .apply .apply-list .apply-item .apply-item-thumb .apply-item-img {
          font-size: 0;
          overflow: hidden; }
        .apply .apply-list .apply-item .apply-item-thumb .apply-item-thumb-bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(147, 213, 34, 0.8);
          display: flex;
          justify-content: center;
          align-items: center;
          opacity: 0;
          visibility: hidden;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          -ms-transition: 0.3s; }
          .apply .apply-list .apply-item .apply-item-thumb .apply-item-thumb-bg .apply-item-thumb-box {
            width: 100%;
            margin: 0 15px;
            display: flex;
            justify-content: center;
            margin-top: 20px;
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s; }
            .apply .apply-list .apply-item .apply-item-thumb .apply-item-thumb-bg .apply-item-thumb-box a {
              width: 41px;
              height: 41px;
              background-color: #fff;
              border: solid 2px transparent;
              border-radius: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
              margin-left: 12px;
              transition: 0.2s;
              -webkit-transition: 0.2s;
              -moz-transition: 0.2s;
              -o-transition: 0.2s;
              -ms-transition: 0.2s; }
              .apply .apply-list .apply-item .apply-item-thumb .apply-item-thumb-bg .apply-item-thumb-box a i {
                font-size: 17px;
                color: #232323; }
              .apply .apply-list .apply-item .apply-item-thumb .apply-item-thumb-bg .apply-item-thumb-box a:first-child {
                margin-left: 0; }
              .apply .apply-list .apply-item .apply-item-thumb .apply-item-thumb-bg .apply-item-thumb-box a:hover {
                background-color: transparent;
                border-color: #fff;
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1); }
                .apply .apply-list .apply-item .apply-item-thumb .apply-item-thumb-bg .apply-item-thumb-box a:hover i {
                  color: #fff; }
            .apply .apply-list .apply-item .apply-item-thumb .apply-item-thumb-bg .apply-item-thumb-box .apply-item-show i {
              margin-top: -1px; }
      .apply .apply-list .apply-item .applu-item-name {
        margin-top: 20px;
        font-family: Helvetica-Neue-Condensed-Bold;
        font-size: 16px;
        text-align: center;
        color: #04132f;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
      .apply .apply-list .apply-item:nth-child(4n) {
        margin-right: 0; }
      .apply .apply-list .apply-item:hover .apply-item-thumb .apply-item-thumb-bg {
        opacity: 1;
        visibility: visible; }
        .apply .apply-list .apply-item:hover .apply-item-thumb .apply-item-thumb-bg .apply-item-thumb-box {
          margin-top: 0; }

.applyde {
  padding: 50px 0; }
  .applyde .applyde-body {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto; }
  .applyde .applyde-topimgs-thumbs .swiper-slide, .applyde .applyde-topimgs-top .swiper-slide {
    font-size: 0; }
  .applyde .applyde-topimgs-thumbs .swiper-slide {
    border: solid 1px #ccc;
    opacity: 0.4; }
  .applyde .applyde-topimgs-thumbs .swiper-slide-thumb-active {
    border-color: #d62121;
    opacity: 1; }
  .applyde .applyde-topimgs-top {
    margin-top: 15px; }
    .applyde .applyde-topimgs-top .swiper-slide {
      text-align: center; }
  .applyde .applyde-tit {
    margin-top: 30px;
    font-family: Helvetica-Neue-Condensed-Bold;
    font-size: 20px;
    color: #333;
    text-align: center; }
  .applyde .applyde-cont {
    margin-top: 30px;
    margin-bottom: 40px; }
    .applyde .applyde-cont * {
      font-size: 16px;
      color: #666;
      line-height: 1.6; }

/* products */
.product {
  padding: 50px 0; }
  .product .product-body {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .product .product-cat {
    width: 25%;
    background-color: #f7f7f7;
    border: solid 1px #ddd;
    border-bottom: none; }
    .product .product-cat .product-cat-tit {
      font-family: Helvetica-Neue-Condensed-Bold;
      font-size: 16px;
      color: #222;
      padding: 15px; }
    .product .product-cat .product-cat-list {
      border-top: solid 1px #ddd; }
    .product .product-cat .product-cat-item .product-cat-name {
      display: block;
      padding: 15px;
      border-bottom: solid 1px #ddd; }
      .product .product-cat .product-cat-item .product-cat-name a {
        font-size: 14px;
        display: inline-block;
        transition: transform 0.5s;
        -webkit-transition: transform 0.5s;
        -moz-transition: transform 0.5s;
        -o-transition: transform 0.5s;
        -ms-transition: transform 0.5s; }
      .product .product-cat .product-cat-item .product-cat-name .product-cat-name-box {
        display: flex;
        justify-content: space-between; }
      .product .product-cat .product-cat-item .product-cat-name span {
        display: inline-block;
        font-size: 17px;
        color: #444; }
      .product .product-cat .product-cat-item .product-cat-name:hover a {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -o-transform: translateX(10px);
        -ms-transform: translateX(10px); }
    .product .product-cat .product-cat-item .product-cat-item-se .product-cat-item-sei .product-cat-item-sei-name {
      padding-left: 25px; }
  .product .product-main {
    width: 73%; }
    .product .product-main .product-desc {
      font-size: 16px;
      color: #333;
      line-height: 1.4; }
      .product .product-main .product-desc * {
        font-size: inherit;
        color: inherit;
        line-height: inherit; }
    .product .product-main .product-list {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap; }
      .product .product-main .product-list .product-list-item {
        width: calc(100% / 3 - 4%);
        padding: 0 2%;
        margin-bottom: 30px;
        transition: transform 0.6s;
        -webkit-transition: transform 0.6s;
        -moz-transition: transform 0.6s;
        -o-transition: transform 0.6s;
        -ms-transition: transform 0.6s; }
        .product .product-main .product-list .product-list-item .product-list-item-img {
          font-size: 0; }
          .product .product-main .product-list .product-list-item .product-list-item-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
        .product .product-main .product-list .product-list-item .product-list-item-name {
          font-family: Helvetica-Neue-Condensed-Bold;
          font-size: 14px;
          text-align: center;
          line-height: 1.8;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          height: calc(1.8em * 2);
          margin-top: 15px; }
        .product .product-main .product-list .product-list-item:hover {
          transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: scale(1.1);
          -ms-transform: scale(1.1); }

.prodetail {
  padding: 50px 0; }
  .prodetail .prodetail-gentit {
    font-family: Helvetica-Neue-Condensed-Bold;
    font-size: 48px;
    color: #333;
    text-align: center;
    margin-bottom: 30px; }
  .prodetail .prodetail-top {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between; }
    .prodetail .prodetail-top .prodetail-top-l {
      width: 48%; }
      .prodetail .prodetail-top .prodetail-top-l .prodetail-top-l-tbox {
        position: relative; }
      .prodetail .prodetail-top .prodetail-top-l .prodetail-top-l-vid {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        display: none; }
        .prodetail .prodetail-top .prodetail-top-l .prodetail-top-l-vid video {
          width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: center; }
        .prodetail .prodetail-top .prodetail-top-l .prodetail-top-l-vid .prodetail-top-l-vidclo {
          font-size: 40px;
          line-height: 0.5;
          color: #fff;
          position: absolute;
          top: 10px;
          right: 10px;
          cursor: pointer; }
      .prodetail .prodetail-top .prodetail-top-l .prodetail-top-l-vid1 {
        display: flex; }
      .prodetail .prodetail-top .prodetail-top-l .prodetail-top-l-top-img, .prodetail .prodetail-top .prodetail-top-l .prodetail-top-l-thumbs-img {
        font-size: 0; }
        .prodetail .prodetail-top .prodetail-top-l .prodetail-top-l-top-img img, .prodetail .prodetail-top .prodetail-top-l .prodetail-top-l-thumbs-img img {
          width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: center; }
      .prodetail .prodetail-top .prodetail-top-l .prodetail-top-l-top-vidbtn {
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        border: solid 2px #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        cursor: pointer; }
        .prodetail .prodetail-top .prodetail-top-l .prodetail-top-l-top-vidbtn span {
          display: inline-block;
          font-size: 15px;
          color: #fff;
          margin-left: 4px; }
      .prodetail .prodetail-top .prodetail-top-l .prodetail-top-l-thumbs {
        margin-top: 20px; }
    .prodetail .prodetail-top .prodetail-top-r {
      width: 45%; }
      .prodetail .prodetail-top .prodetail-top-r .prodetail-top-r-tit {
        font-family: Helvetica-Neue-Condensed-Bold;
        font-size: 30px;
        color: #222;
        padding-bottom: 20px;
        border-bottom: solid 1px #e0e0e0; }
      .prodetail .prodetail-top .prodetail-top-r .prodetail-top-r-des {
        margin-top: 30px; }
        .prodetail .prodetail-top .prodetail-top-r .prodetail-top-r-des * {
          font-size: 15px;
          line-height: 1.4;
          color: #222; }
      .prodetail .prodetail-top .prodetail-top-r .prodetail-top-r-lk {
        margin-top: 30px; }
        .prodetail .prodetail-top .prodetail-top-r .prodetail-top-r-lk .general-lk {
          font-size: 16px; }
      .prodetail .prodetail-top .prodetail-top-r .prodetail-top-r-sha {
        margin-top: 30px;
        display: flex; }
        .prodetail .prodetail-top .prodetail-top-r .prodetail-top-r-sha a {
          width: 30px;
          height: 30px;
          border: solid 1px #93d522;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-left: 4px; }
          .prodetail .prodetail-top .prodetail-top-r .prodetail-top-r-sha a i {
            font-size: 16px;
            color: #93d522; }
          .prodetail .prodetail-top .prodetail-top-r .prodetail-top-r-sha a:first-child {
            margin-left: 0; }
  .prodetail .prodetail-datashet {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 0; }
    .prodetail .prodetail-datashet .prodetail-datashet-cont {
      overflow-x: auto; }
      .prodetail .prodetail-datashet .prodetail-datashet-cont table {
        width: 100%;
        border-collapse: collapse; }
        .prodetail .prodetail-datashet .prodetail-datashet-cont table td {
          padding: 5px; }
  .prodetail .prodetail-inst {
    background-color: #f5f5f5;
    padding: 40px 0 50px; }
    .prodetail .prodetail-inst .prodetail-inst-body {
      width: 95%;
      max-width: 1440px;
      margin: 0 auto; }
    .prodetail .prodetail-inst .prodetail-inst-imgs {
      display: flex;
      justify-content: space-between; }
      .prodetail .prodetail-inst .prodetail-inst-imgs .prodetail-inst-imgs-i {
        width: 49%;
        font-size: 0; }
        .prodetail .prodetail-inst .prodetail-inst-imgs .prodetail-inst-imgs-i img {
          width: 100%; }
  .prodetail .prodetail-process {
    padding: 40px 0; }
    .prodetail .prodetail-process .prodetail-process-img {
      font-size: 0; }
      .prodetail .prodetail-process .prodetail-process-img img {
        width: 100%; }
  .prodetail .prodetail-details-main .prodetail-details-img {
    font-size: 0;
    overflow: hidden; }
    .prodetail .prodetail-details-main .prodetail-details-img img {
      width: 100%;
      transition: transform 0.4s;
      -webkit-transition: transform 0.4s;
      -moz-transition: transform 0.4s;
      -o-transition: transform 0.4s;
      -ms-transition: transform 0.4s; }
    .prodetail .prodetail-details-main .prodetail-details-img:hover img {
      transform: translateX(10px);
      -webkit-transform: translateX(10px);
      -moz-transform: translateX(10px);
      -o-transform: translateX(10px);
      -ms-transform: translateX(10px); }
  .prodetail .prodetail-feature-list {
    display: flex;
    flex-wrap: wrap; }
    .prodetail .prodetail-feature-list .prodetail-feature-item {
      width: 49%;
      margin-right: 2%;
      margin-bottom: 20px;
      display: flex;
      justify-content: center;
      background-color: #fff; }
      .prodetail .prodetail-feature-list .prodetail-feature-item .prodetail-feature-item-box {
        width: 100%;
        margin: 30px 20px;
        display: flex;
        justify-content: space-between; }
      .prodetail .prodetail-feature-list .prodetail-feature-item .prodetail-feature-item-img {
        width: 50%;
        font-size: 0;
        border: solid 2px #93d522;
        border-radius: 20px;
        overflow: hidden; }
        .prodetail .prodetail-feature-list .prodetail-feature-item .prodetail-feature-item-img img {
          width: 100%; }
      .prodetail .prodetail-feature-list .prodetail-feature-item .prodetail-feature-item-info {
        width: 43%; }
        .prodetail .prodetail-feature-list .prodetail-feature-item .prodetail-feature-item-info .prodetail-feature-item-info-tit {
          font-family: Helvetica-Neue-Condensed-Bold;
          font-size: 22px; }
        .prodetail .prodetail-feature-list .prodetail-feature-item .prodetail-feature-item-info .prodetail-feature-item-info-line {
          width: 15px;
          height: 2px;
          background-color: #93d522;
          margin: 20px 0; }
        .prodetail .prodetail-feature-list .prodetail-feature-item .prodetail-feature-item-info .prodetail-feature-item-info-cont * {
          font-size: 16px;
          line-height: 1.5; }
      .prodetail .prodetail-feature-list .prodetail-feature-item:nth-child(2n) {
        margin-right: 0; }
  .prodetail .prodetail-intr {
    background-color: #93d522;
    padding: 35px 0; }
    .prodetail .prodetail-intr .prodetail-intr-body {
      width: 95%;
      max-width: 1440px;
      margin: 0 auto;
      color: #fff; }
    .prodetail .prodetail-intr .prodetail-intr-main {
      display: flex;
      justify-content: space-between; }
    .prodetail .prodetail-intr .prodetail-intr-quot {
      width: 20px;
      display: flex; }
      .prodetail .prodetail-intr .prodetail-intr-quot span {
        font-size: 20px;
        font-weight: bold; }
    .prodetail .prodetail-intr .prodetail-intr-quotl {
      align-items: flex-start; }
    .prodetail .prodetail-intr .prodetail-intr-quotr {
      justify-content: flex-end;
      align-items: flex-end; }
    .prodetail .prodetail-intr .prodetail-intr-wds {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      .prodetail .prodetail-intr .prodetail-intr-wds p {
        font-family: Helvetica-Neue-Condensed-Bold;
        font-size: 30px;
        line-height: 1.7; }
    .prodetail .prodetail-intr .prodetail-intr-lk {
      margin-top: 30px;
      text-align: center; }
      .prodetail .prodetail-intr .prodetail-intr-lk a {
        display: inline-block;
        width: 140px;
        padding: 12px 0;
        text-align: center;
        font-family: Helvetica-Neue-Condensed-Bold;
        font-size: 14px;
        border: solid 1px #fff;
        border-radius: 50px; }
  .prodetail .prodetail-pack {
    margin: 40px 0; }
    .prodetail .prodetail-pack .prodetail-pack-body {
      width: 95%;
      max-width: 1440px;
      margin: 0 auto; }
    .prodetail .prodetail-pack .prodetail-pack-des {
      font-size: 16px;
      line-height: 1.8;
      color: #333;
      text-align: center; }
    .prodetail .prodetail-pack .prodetail-pack-nav {
      margin: 30px;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      .prodetail .prodetail-pack .prodetail-pack-nav .prodetail-pack-nav-item {
        font-family: Helvetica-Neue-Condensed-Bold;
        font-size: 16px;
        color: #93d522;
        padding: 9px 22px;
        border-radius: 17px;
        cursor: pointer;
        margin-left: 5px;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s; }
        .prodetail .prodetail-pack .prodetail-pack-nav .prodetail-pack-nav-item span {
          font-family: inherit;
          font-size: inherit;
          color: inherit; }
        .prodetail .prodetail-pack .prodetail-pack-nav .prodetail-pack-nav-item:first-child {
          margin-left: 0; }
        .prodetail .prodetail-pack .prodetail-pack-nav .prodetail-pack-nav-item:hover {
          background-color: #93d522;
          color: #fff;
          box-shadow: 0 10px 20px 5px rgba(147, 213, 34, 0.4); }
      .prodetail .prodetail-pack .prodetail-pack-nav .prodetail-pack-nav-itemact {
        background-color: #93d522;
        color: #fff;
        box-shadow: 0 10px 10px 5px rgba(147, 213, 34, 0.4); }
    .prodetail .prodetail-pack .prodetail-pack-list {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap; }
      .prodetail .prodetail-pack .prodetail-pack-list .prodetail-pack-item {
        width: 24%;
        margin-right: calc(4% / 3);
        margin-bottom: 20px;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s; }
        .prodetail .prodetail-pack .prodetail-pack-list .prodetail-pack-item .prodetail-pack-item-img {
          font-size: 0; }
          .prodetail .prodetail-pack .prodetail-pack-list .prodetail-pack-item .prodetail-pack-item-img img {
            width: 100%;
            transition: 0.5s;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -ms-transition: 0.5s; }
          .prodetail .prodetail-pack .prodetail-pack-list .prodetail-pack-item .prodetail-pack-item-img:hover img {
            opacity: 0.6;
            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -o-transform: translateY(-10px);
            -ms-transform: translateY(-10px); }
        .prodetail .prodetail-pack .prodetail-pack-list .prodetail-pack-item:nth-child(4n) {
          margin-right: 0; }
      .prodetail .prodetail-pack .prodetail-pack-list .prodetail-pack-itemoff {
        width: 0;
        margin: 0;
        padding: 0;
        flex: none;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0); }
  .prodetail .prodetail-rela .prodetail-rela-body {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto; }

/* banner */
.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  background-image: url(../img/banner.jpg);
  height: 485px; }
  .banner .banner-body {
    width: 95%;
    max-width: 1050px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center; }
  .banner .banner-tit {
    font-family: Helvetica-Neue-Condensed-Bold;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 80px; }

/* footer */
.footer {
  height: 100vh;
  background-color: #04132f;
  position: relative; }
  .footer .footer-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .footer .footer-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center; }
    .footer .footer-main .footer-mainbox {
      width: 95%;
      max-width: 1440px;
      margin: 0 auto;
      padding: 60px 0;
      color: #fff; }
    .footer .footer-main .footer-main-top {
      text-align: center; }
      .footer .footer-main .footer-main-top .footer-main-top-t1 {
        font-family: Helvetica-Neue-Condensed-Bold;
        font-size: 28px; }
      .footer .footer-main .footer-main-top .footer-main-top-t2 {
        font-size: 14px;
        color: #aaa;
        margin-top: 5px; }
    .footer .footer-main .footer-main-list {
      margin: 50px 0;
      display: flex;
      justify-content: space-between; }
      .footer .footer-main .footer-main-list .footer-main-item {
        width: 22%; }
        .footer .footer-main .footer-main-list .footer-main-item .footer-main-item-tit {
          font-family: Helvetica-Neue-Condensed-Bold;
          font-size: 18px;
          text-transform: uppercase; }
        .footer .footer-main .footer-main-list .footer-main-item .footer-main-item-cas {
          margin-top: 5px;
          margin-left: 15px; }
          .footer .footer-main .footer-main-list .footer-main-item .footer-main-item-cas .footer-main-item-casi {
            list-style: disc outside;
            font-size: 14px;
            line-height: 2;
            color: #aaa; }
            .footer .footer-main .footer-main-list .footer-main-item .footer-main-item-cas .footer-main-item-casi * {
              font-size: inherit; }
            .footer .footer-main .footer-main-list .footer-main-item .footer-main-item-cas .footer-main-item-casi .footer-main-item-casi-glk {
              color: #93d522; }
    .footer .footer-main .footer-main-logoimg {
      font-size: 0;
      text-align: center;
      width: 90%;
      margin: 8% auto 5%; }

.bottom {
  padding: 10px 0;
  text-align: center;
  background-color: #04132f;
  position: relative; }
  .bottom .bottom-body {
    width: 98%;
    max-width: 1440px;
    margin: 0 auto; }
    .bottom .bottom-body * {
      font-family: Helvetica-Neue-Condensed-Bold;
      font-size: 12px;
      line-height: 20px;
      color: #999; }
    .bottom .bottom-body a:hover {
      text-decoration: underline; }

.botfbtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2; }
  .botfbtn .botfbtn-item {
    margin-top: 20px;
    position: relative;
    cursor: pointer; }
    .botfbtn .botfbtn-item .botfbtn-item-rod {
      width: 60px;
      height: 60px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      position: relative; }
      .botfbtn .botfbtn-item .botfbtn-item-rod .fa {
        font-size: 26px; }
      .botfbtn .botfbtn-item .botfbtn-item-rod .fa-location-arrow {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg); }
    .botfbtn .botfbtn-item .botfbtn-item-rdwhite {
      background: #fff; }
      .botfbtn .botfbtn-item .botfbtn-item-rdwhite * {
        color: #000; }
    .botfbtn .botfbtn-item .botfbtn-item-rdred {
      background-color: #d62020; }
      .botfbtn .botfbtn-item .botfbtn-item-rdred * {
        color: #fff; }
    .botfbtn .botfbtn-item .botfbtn-item-wd {
      position: absolute;
      top: 20%;
      right: 0;
      white-space: nowrap;
      padding: 8px;
      border-radius: 5px;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s; }
      .botfbtn .botfbtn-item .botfbtn-item-wd * {
        font-family: Helvetica-Neue-Condensed-Bold; }
      .botfbtn .botfbtn-item .botfbtn-item-wd::after {
        content: "";
        position: absolute;
        left: 100%;
        top: 35%;
        border: solid 6px transparent;
        border-left-color: #d62020; }
    .botfbtn .botfbtn-item:first-child {
      margin-top: 20px; }
    .botfbtn .botfbtn-item:hover .botfbtn-item-wd {
      opacity: 1;
      visibility: visible;
      right: calc(100% + 15px); }

.botchat {
  position: fixed;
  bottom: 0;
  left: 100%;
  z-index: 2;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s; }
  .botchat *:not(.fa) {
    font-family: Helvetica-Neue-Condensed-Bold; }
  .botchat .botchat-top {
    display: flex;
    justify-content: center;
    background-color: #d62020; }
    .botchat .botchat-top .botchat-top-box {
      width: 100%;
      margin: 20px 25px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .botchat .botchat-top .botchat-top-box * {
        color: #fff; }
  .botchat .botchat-tit {
    font-family: Helvetica-Neue-Condensed-Bold;
    font-size: 18px; }
  .botchat .botchat-clo {
    font-size: 32px;
    line-height: 0.5;
    cursor: pointer; }
    .botchat .botchat-clo:hover {
      color: #dcdcdc; }
  .botchat .botchat-intr {
    display: flex;
    justify-content: center;
    background-color: #f2f2f2; }
    .botchat .botchat-intr .botchat-intr-box {
      width: 100%;
      margin: 25px; }
    .botchat .botchat-intr .botchat-intr-wds {
      margin-bottom: 15px; }
      .botchat .botchat-intr .botchat-intr-wds * {
        font-size: 14px;
        line-height: 1.7;
        color: #000; }
    .botchat .botchat-intr .botchat-intr-cas {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .botchat .botchat-intr .botchat-intr-cas .botchat-intr-sales-nav {
        font-size: 20px;
        line-height: 1;
        color: #000;
        width: 10px;
        text-align: center;
        cursor: pointer; }
        .botchat .botchat-intr .botchat-intr-cas .botchat-intr-sales-nav:focus {
          outline: none; }
      .botchat .botchat-intr .botchat-intr-cas .botchat-intr-sales {
        width: calc(100% - 40px); }
        .botchat .botchat-intr .botchat-intr-cas .botchat-intr-sales .botchat-intr-sales-img {
          width: 50px;
          height: 50px;
          margin: auto;
          position: relative; }
          .botchat .botchat-intr .botchat-intr-cas .botchat-intr-sales .botchat-intr-sales-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            border-radius: 50%; }
          .botchat .botchat-intr .botchat-intr-cas .botchat-intr-sales .botchat-intr-sales-img .botchat-intr-sales-img-red {
            content: "";
            width: 8px;
            height: 8px;
            background-color: #d62020;
            border-radius: 50%;
            position: absolute;
            top: 0;
            right: 0; }
        .botchat .botchat-intr .botchat-intr-cas .botchat-intr-sales .botchat-intr-sales-name {
          font-size: 12px;
          margin-top: 5px;
          text-align: center; }
  .botchat .botchat-form {
    display: flex;
    justify-content: center; }
    .botchat .botchat-form form {
      width: 100%;
      margin: 25px; }
    .botchat .botchat-form .botchat-form-line {
      margin-top: 15px; }
      .botchat .botchat-form .botchat-form-line:first-child {
        margin-top: 0; }
    .botchat .botchat-form .botchat-form-inp {
      width: calc(100% - 2px);
      border: solid 1px #ddd;
      border-radius: 4px;
      padding: 13px 0;
      text-indent: 1em;
      font-size: 14px; }
      .botchat .botchat-form .botchat-form-inp:focus {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 6px #ce8483; }
    .botchat .botchat-form .botchat-form-msg {
      resize: none;
      height: 60px; }
    .botchat .botchat-form .botchat-form-sub {
      width: calc(100% - 2px);
      background-color: #d62020;
      border: solid 1px transparent;
      border-radius: 50px;
      font-size: 16px;
      text-align: center;
      color: #fff;
      padding: 12px 0;
      cursor: pointer;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      .botchat .botchat-form .botchat-form-sub:hover {
        background-color: #fff;
        border-color: #d62020;
        color: #d62020; }
      .botchat .botchat-form .botchat-form-sub:focus {
        outline: none; }
  .botchat .botchat-sign {
    display: flex;
    justify-content: center; }
    .botchat .botchat-sign .botchat-sign-box {
      width: 100%;
      margin: 25px;
      display: flex;
      align-items: center; }
    .botchat .botchat-sign .botchat-sign-t {
      font-size: 14px;
      margin-right: 10px; }
    .botchat .botchat-sign .botchat-sign-ways {
      display: flex; }
      .botchat .botchat-sign .botchat-sign-ways .botchat-sign-waysi {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #d62020;
        border-radius: 50%;
        margin-left: 5px; }
        .botchat .botchat-sign .botchat-sign-ways .botchat-sign-waysi span {
          font-size: 15px;
          color: #fff; }
        .botchat .botchat-sign .botchat-sign-ways .botchat-sign-waysi:first-child {
          margin-left: 0; }

.botchat1 {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%); }

/* touch */
.touch {
  padding: 50px 0; }
  .touch .touch-body {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto; }
  .touch .touch-top {
    margin-bottom: 40px; }
  .touch .touch-top1 {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px; }
  .touch .touch-line1 {
    display: flex;
    justify-content: space-between; }
  .touch .touch-inpitem {
    width: 49.5%; }
  .touch .touch-inpbox {
    display: block;
    width: 100%; }
  .touch .touch-inp {
    font-family: Helvetica-Neue-Condensed-Bold;
    font-size: 16px;
    width: calc(100% - 32px);
    border: solid 1px #dcdcdc;
    padding: 15px; }
    .touch .touch-inp:focus {
      box-shadow: 0 0 10px rgba(119, 119, 119, 0.7); }
    .touch .touch-inp::-webkit-input-placeholder {
      font-family: inherit;
      font-size: inherit;
      color: #999; }
  .touch .touch-inpitem-hint {
    padding: 0 20px;
    margin-top: 5px;
    font-family: Helvetica-Neue-Condensed-Bold;
    font-size: 12px;
    color: #a94442;
    display: none; }
  .touch .touch-line2 {
    margin-top: 15px; }
  .touch .touch-inpitem1 {
    width: 100%; }
  .touch .touch-msg {
    resize: none;
    height: 80px; }
  .touch .touch-line3 {
    margin-top: 30px;
    text-align: center; }
  .touch .touch-sub {
    width: 200px;
    font-size: 16px;
    padding: 14px 0;
    text-transform: uppercase;
    cursor: pointer; }

/* our advantages */
.advan {
  padding: 60px 0;
  margin-top: 30px; }
  .advan .advan-body {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto; }
  .advan .advan-top {
    text-align: center; }
    .advan .advan-top .advan-top-des {
      margin-top: 10px;
      font-size: 16px;
      color: #333;
      line-height: 1.8; }
  .advan .advan-list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap; }
  .advan .advan-item {
    width: 32%;
    display: flex;
    margin-right: 2%;
    margin-bottom: 40px; }
    .advan .advan-item .advan-item-ic {
      width: 80px;
      font-size: 0;
      margin-right: 15px;
      transition: transform 0.6s;
      -webkit-transition: transform 0.6s;
      -moz-transition: transform 0.6s;
      -o-transition: transform 0.6s;
      -ms-transition: transform 0.6s; }
    .advan .advan-item .advan-item-r {
      width: calc(100% - 95px);
      transition: transform 0.6s;
      -webkit-transition: transform 0.6s;
      -moz-transition: transform 0.6s;
      -o-transition: transform 0.6s;
      -ms-transition: transform 0.6s; }
      .advan .advan-item .advan-item-r * {
        font-family: Helvetica-Neue-Condensed-Bold;
        font-size: 24px;
        color: #000;
        line-height: 1.4; }
      .advan .advan-item .advan-item-r span {
        color: #93d522; }
    .advan .advan-item:nth-child(3n) {
      margin-right: 0; }
    .advan .advan-item:hover .advan-item-ic {
      transform: translate(-10px);
      -webkit-transform: translate(-10px);
      -moz-transform: translate(-10px);
      -o-transform: translate(-10px);
      -ms-transform: translate(-10px); }
    .advan .advan-item:hover .advan-item-r {
      transform: translate(10px);
      -webkit-transform: translate(10px);
      -moz-transform: translate(10px);
      -o-transform: translate(10px);
      -ms-transform: translate(10px); }
  .advan .advan-item-ext {
    width: 100% !important; }
  .advan .advan-lk {
    margin-top: 40px;
    text-align: center; }

.advan1 {
  background-color: #f5f5f5; }

/* customization advantage */
.custm {
  padding: 60px 0; }
  .custm .custm-top {
    text-align: center;
    width: 98%;
    margin: 0 auto; }
  .custm .custm-des {
    margin-top: 15px;
    font-size: 13px;
    color: #888;
    line-height: 1.8; }
  .custm .custm-body {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 40px; }
  .custm .custmlist {
    display: flex;
    justify-content: space-between; }
    .custm .custmlist .custmlist-item {
      width: 30%;
      display: flex; }
      .custm .custmlist .custmlist-item .custmlist-item-img {
        width: 25%;
        text-align: center;
        margin-right: 12px;
        font-size: 0; }
      .custm .custmlist .custmlist-item .custmlist-item-info {
        width: calc(100% - 85px); }
        .custm .custmlist .custmlist-item .custmlist-item-info .custmlist-item-info-t {
          font-family: Helvetica-Neue-Condensed-Bold;
          font-size: 20px; }
        .custm .custmlist .custmlist-item .custmlist-item-info .custmlist-item-info-d {
          margin-top: 10px;
          font-size: 14px;
          color: #888;
          line-height: 1.4; }
  .custm .custmlk {
    margin-top: 60px;
    text-align: center; }
    .custm .custmlk .general-lk {
      width: 160px; }

/* general */
.general-t1 {
  font-family: Helvetica-Neue-Condensed-Bold;
  font-size: 18px;
  color: #93d522;
  margin-bottom: 10px; }

.general-t2 {
  font-family: Helvetica-Neue-Condensed-Bold;
  font-size: 48px;
  color: #000;
  line-height: 1; }

.general-lk {
  display: inline-block;
  width: 140px;
  text-align: center;
  font-family: Helvetica-Neue-Condensed-Bold;
  font-size: 14px;
  padding: 12px 0;
  background-color: #93d522;
  color: #fff; }
  .general-lk:hover {
    color: #fff; }

/* general pages */
.genpage {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 620px;
  padding: 20px 0 40px; }
  .genpage .genpage-tit {
    text-align: center;
    font-size: 25px;
    font-weight: bold; }
  .genpage .genpage-cont {
    margin-top: 30px; }
    .genpage .genpage-cont p {
      font-size: 15px;
      line-height: 1.7; }

/* pagination */
.pagination ul {
  display: flex; }
  .pagination ul a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px; }
    .pagination ul a li {
      font-family: HelveticaNeueLTPro-ThEx;
      font-size: 12px;
      color: #a9a9a9; }
    .pagination ul a:hover {
      background-color: #3f3f3f; }
      .pagination ul a:hover li {
        color: #fff; }
    .pagination ul a:first-child {
      margin-left: 0; }
  .pagination ul .current {
    background-color: #3f3f3f; }
    .pagination ul .current li {
      color: #fff; }

/* prev and next */
.detailpn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .detailpn * {
    color: #000; }
  .detailpn .detailpn-pn p {
    font-size: 13px;
    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: 250px;
    vertical-align: bottom; }
    .detailpn a:hover {
      color: #777; }

.newspandn {
  display: flex;
  justify-content: space-between; }
  .newspandn .newspandn-item {
    width: 49%; }
    .newspandn .newspandn-item .newspandn-item-lk {
      padding: 15px;
      display: flex;
      align-items: center;
      border: solid 1px #eaeaea; }
      .newspandn .newspandn-item .newspandn-item-lk i {
        display: inline-block;
        font-size: 20px;
        color: #333;
        width: 1em;
        height: 1em;
        margin: 0 10px;
        text-align: center; }
      .newspandn .newspandn-item .newspandn-item-lk span {
        width: calc(100% - 40px);
        text-align: center;
        font-size: 12px;
        color: #999;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        transition: color 0.6s;
        -webkit-transition: color 0.6s;
        -moz-transition: color 0.6s;
        -o-transition: color 0.6s;
        -ms-transition: color 0.6s; }
      .newspandn .newspandn-item .newspandn-item-lk:hover span {
        color: #333; }

/* show product imgs thumb */
.showproimg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }
  .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: 10px;
    right: 10px;
    z-index: 3;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    line-height: 0.5; }

.showproimg1 {
  display: block; }

/* 表单消息提示页 */
.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; }
