@charset "UTF-8";
@font-face {
  font-family: HelveticaNeueLTPro-MdIt;
  src: url(../font/HelveticaNeueLTPro-MdIt.otf);
  font-display: fallback; }

@font-face {
  font-family: HelveticaNeueLTPro-BdCn;
  src: url(../font/HelveticaNeueLTPro-BdCn.otf);
  font-display: fallback; }

@font-face {
  font-family: HelveticaNeueLTPro-Lt;
  src: url(../font/HelveticaNeueLTPro-Lt.otf);
  font-display: fallback; }

@font-face {
  font-family: HelveticaNeueLTPro-Roman;
  src: url(../font/HelveticaNeueLTPro-Roman.otf);
  font-display: fallback; }

@font-face {
  font-family: HelveticaNeueLTPro-MdCn;
  src: url(../font/HelveticaNeueLTPro-MdCn.otf);
  font-display: fallback; }

@font-face {
  font-family: HelveticaNeueLTPro-BdIt;
  src: url(../font/HelveticaNeueLTPro-BdIt.otf);
  font-display: fallback; }

@font-face {
  font-family: ArialMT;
  src: url(../font/Arial.ttf);
  font-display: fallback; }

@font-face {
  font-family: HelveticaNeueLTPro-Bd;
  src: url(../font/HelveticaNeueLTPro-Bd.otf);
  font-display: fallback; }

@font-face {
  font-family: BellMT;
  src: url(../font/bellmt_2.ttf);
  font-display: fallback; }

@font-face {
  font-family: HelveticaNeueLTPro-Md;
  src: url(../font/HelveticaNeueLTPro-Bd.otf);
  font-display: fallback; }

.swiper-container {
  margin-left: auto;
  margin-right: auto; }

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center; }

.gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0; }

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4; }
  .gallery-thumbs .swiper-slide img {
    border: solid 2px transparent; }

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: solid 2px #142062; }

/* 顶部 */
.head {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0; }
  .head .head-img {
    width: 15%;
    font-size: 0;
    position: relative; }
    .head .head-img a {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .head .head-body {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .head .head-body .head-nav {
      display: flex;
      justify-content: space-around;
      align-items: center; }
      .head .head-body .head-nav .head-nav-item {
        position: relative; }
        .head .head-body .head-nav .head-nav-item a {
          font-family: HelveticaNeueLTPro-MdIt;
          font-size: 18px;
          font-style: italic;
          text-transform: uppercase;
          padding: 3px 35px;
          color: #282828;
          cursor: pointer; }
          .head .head-body .head-nav .head-nav-item a:hover {
            color: #967844; }
        .head .head-body .head-nav .head-nav-item .active {
          color: #967844; }
        .head .head-body .head-nav .head-nav-item .head-nav-item-sec {
          position: absolute;
          left: -35px;
          z-index: 3;
          width: 120%;
          padding: 5px;
          background-color: #fff;
          display: none; }
          .head .head-body .head-nav .head-nav-item .head-nav-item-sec .head-nav-item-sec-item {
            margin-top: 10px;
            text-align: center; }
            .head .head-body .head-nav .head-nav-item .head-nav-item-sec .head-nav-item-sec-item a {
              padding: 3px 0;
              text-transform: capitalize; }
        .head .head-body .head-nav .head-nav-item:hover .head-nav-item-sec {
          display: block; }
    .head .head-body .head-search {
      width: 22px;
      height: 21px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
      .head .head-body .head-search .head-search-box {
        width: 0;
        position: absolute;
        top: -3px;
        right: 0;
        transition: 1s; }
        .head .head-body .head-search .head-search-box .head-search-box-inp {
          width: 100%;
          font-size: 15px;
          background-color: #e6e6e6;
          border-radius: 20px;
          padding: 5px 0;
          text-indent: 12px;
          transition: 1s; }
          .head .head-body .head-search .head-search-box .head-search-box-inp::-webkit-input-placeholder {
            font-size: 15px; }
      .head .head-body .head-search .head-search-box2 {
        width: 200px; }
      .head .head-body .head-search i {
        font-size: 20px;
        color: #747979;
        cursor: pointer;
        position: relative;
        margin-right: 3px; }
  .head .invisbtn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 7;
    font-size: 25px;
    color: #282828;
    background-color: #fff;
    padding: 3px;
    display: none; }
    .head .invisbtn:active {
      color: #967844; }
  .head .invisnav {
    width: 100%;
    max-width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 99;
    background-color: #fff;
    padding: 10px 5px;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s; }
    .head .invisnav .invisnav-list .invisnav-item {
      padding: 15px 7px;
      border-bottom: solid 1px #dcdcdc; }
      .head .invisnav .invisnav-list .invisnav-item a {
        display: inline-block;
        font-family: HelveticaNeueLTPro-MdIt;
        font-size: 17px;
        text-transform: uppercase;
        color: #282828; }
        .head .invisnav .invisnav-list .invisnav-item a:active {
          color: #967844; }
        .head .invisnav .invisnav-list .invisnav-item a:focus {
          -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
          -webkit-user-select: none;
          -moz-user-focus: none;
          -moz-user-select: none; }
      .head .invisnav .invisnav-list .invisnav-item .invisnav-item-tname {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        .head .invisnav .invisnav-list .invisnav-item .invisnav-item-tname > a {
          max-width: calc(100% - 20px); }
        .head .invisnav .invisnav-list .invisnav-item .invisnav-item-tname > i {
          font-size: 17px;
          color: #333;
          line-height: 0.6;
          width: 10px;
          margin-top: 5px;
          margin-left: 10px; }
      .head .invisnav .invisnav-list .invisnav-item .active {
        color: #967844; }
      .head .invisnav .invisnav-list .invisnav-item .invisnav-item-sec {
        display: none; }
        .head .invisnav .invisnav-list .invisnav-item .invisnav-item-sec .invisnav-item-sec-item {
          margin-top: 10px; }
          .head .invisnav .invisnav-list .invisnav-item .invisnav-item-sec .invisnav-item-sec-item a {
            font-size: 15px;
            line-height: 20px;
            text-transform: capitalize; }
  .head .invisnav2 {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%); }

/* 横幅 */
.banner-contact {
  background-image: url(../img/banner-cont.jpg); }

.banner-news {
  background-image: url(../img/news.jpg); }

.banner-about {
  background-image: url(../img/banner-about.jpg); }

.banner-product {
  background-image: url(../img/product.jpg); }

.banner-privacy {
  background-image: url(../img/banner-privacy.jpg); }

.banner {
  width: 100%;
  height: 290px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff; }
  .banner p {
    font-family: HelveticaNeueLTPro-BdCn;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase; }

.banner2 {
  color: #fff; }

.bread {
  margin-top: 10px;
  font-family: HelveticaNeueLTPro-Lt;
  font-size: 18px;
  color: #fff; }
  .bread a {
    font-family: HelveticaNeueLTPro-Lt;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff; }
    .bread a:hover {
      text-decoration: underline; }

.bread2 {
  color: #fff; }
  .bread2 a {
    color: #fff; }

/* 分页 */
.pagination {
  padding: 10px 0;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  text-align: center; }
  .pagination ul {
    display: flex;
    justify-content: center; }
    .pagination ul a {
      width: 35px;
      height: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: solid 1px #dddddd;
      margin-left: 5px; }
      .pagination ul a li {
        font-family: ArialMT;
        font-size: 18px;
        font-weight: bold;
        color: #333; }
      .pagination ul a:hover {
        background-color: #142062;
        border: solid 1px transparent; }
        .pagination ul a:hover li {
          color: #fff; }
      .pagination ul a:first-child {
        margin-left: 0; }
    .pagination ul .current {
      background-color: #142062;
      border: solid 1px transparent; }
      .pagination ul .current li {
        color: #fff; }

/* 搜索分页 */
#pages {
  padding: 10px 0;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  text-align: center;
  display: flex;
  justify-content: center; }
  #pages a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #dddddd;
    margin-left: 5px;
    font-family: ArialMT;
    font-size: 18px;
    font-weight: bold;
    color: #333; }
    #pages a:hover {
      background-color: #41755f;
      border: solid 1px transparent; }
      #pages a:hover li {
        color: #fff; }
    #pages a:first-child {
      margin-left: 0; }
  #pages span {
    margin-left: 5px;
    background-color: #41755f;
    border: solid 1px transparent; }
    #pages span li {
      color: #fff; }

/* 右侧聊天 */
.chat {
  background-color: #1c1c1c;
  border-radius: 5px;
  padding: 10px;
  position: fixed;
  right: 5px;
  top: 30%;
  z-index: 7;
  transition: 1s;
  min-width: 170px; }
  .chat .chat-title {
    font-family: HelveticaNeueLTPro-Md;
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 10px; }
  .chat .chat-list {
    padding: 20px 10px 10px 10px;
    background-color: #fff; }
    .chat .chat-list a {
      display: block;
      margin-top: 15px;
      background-color: #1c1c1c;
      box-shadow: 1px 1px 2px 0px rgba(12, 4, 7, 0.26);
      border-radius: 25px; }
      .chat .chat-list a:first-child {
        margin-top: 0; }
      .chat .chat-list a:hover .chat-list-item p {
        color: #777; }
    .chat .chat-list .chat-list-item {
      padding: 4px 10px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .chat .chat-list .chat-list-item .chat-list-item-logo {
        width: 20px;
        height: 20px;
        padding: 3px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
      .chat .chat-list .chat-list-item .chat-list-item-line {
        width: 2px;
        height: 20px;
        background-color: #fff; }
      .chat .chat-list .chat-list-item p {
        width: 65%;
        font-family: HelveticaNeueLTPro-Md;
        font-size: 13px;
        text-align: center;
        color: #fff;
        letter-spacing: 2px; }
    .chat .chat-list #weixin {
      position: relative; }
      .chat .chat-list #weixin .chat-list-ewm {
        position: absolute;
        top: 0px;
        right: 112%;
        font-size: 0;
        width: 150px;
        visibility: hidden;
        opacity: 0;
        transition: 1s;
        background-color: #fff; }
        .chat .chat-list #weixin .chat-list-ewm img {
          width: 100%; }
        .chat .chat-list #weixin .chat-list-ewm p {
          font-family: HelveticaNeueLTPro-Roman;
          font-size: 15px;
          text-align: center;
          color: #333; }
      .chat .chat-list #weixin:hover .chat-list-ewm {
        visibility: visible;
        opacity: 1; }
  .chat .chat-email {
    padding: 10px;
    background-color: #142062; }
    .chat .chat-email p, .chat .chat-email a {
      font-family: HelveticaNeueLTPro-Roman;
      font-size: 14px;
      text-align: center;
      color: #fff;
      line-height: 24px; }
    .chat .chat-email a {
      display: block; }
      .chat .chat-email a:hover {
        text-decoration: underline; }
  .chat .chat-show {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #1c1c1c;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .chat .chat-show i {
      color: #fff;
      font-size: 16px; }
    .chat .chat-show:active {
      background-color: #555; }

.chat2 {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important; }

.chat3 {
  -webkit-transform: translateX(105%) !important;
  transform: translateX(105%) !important; }

/* 联系表单 */
.touch {
  padding: 90px 0;
  background-color: #272626; }
  .touch .touch-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .touch .touch-body .touch-body-info {
      width: 47%;
      color: #fff; }
      .touch .touch-body .touch-body-info .touch-body-info-title {
        font-family: HelveticaNeueLTPro-Bd;
        font-size: 36px;
        font-weight: bold; }
      .touch .touch-body .touch-body-info .touch-body-info-words {
        font-family: HelveticaNeueLTPro-Lt;
        font-size: 20px;
        color: #dbdbdb;
        line-height: 30px;
        margin-top: 30px; }
      .touch .touch-body .touch-body-info ul {
        margin-top: 60px; }
        .touch .touch-body .touch-body-info ul .touch-body-info-item {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding-bottom: 20px;
          border-bottom: solid 1px #dedede;
          margin-bottom: 30px; }
          .touch .touch-body .touch-body-info ul .touch-body-info-item .touch-body-info-item-icon {
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center; }
            .touch .touch-body .touch-body-info ul .touch-body-info-item .touch-body-info-item-icon i {
              font-size: 32px; }
          .touch .touch-body .touch-body-info ul .touch-body-info-item .touch-body-info-item-in {
            width: 90%; }
            .touch .touch-body .touch-body-info ul .touch-body-info-item .touch-body-info-item-in .touch-body-info-item-in-title {
              font-family: HelveticaNeueLTPro-Bd;
              font-size: 24px;
              font-weight: bold; }
            .touch .touch-body .touch-body-info ul .touch-body-info-item .touch-body-info-item-in .touch-body-info-item-in-words {
              font-family: HelveticaNeueLTPro-Lt;
              font-size: 20px;
              color: #dbdbdb;
              margin-top: 7px; }
          .touch .touch-body .touch-body-info ul .touch-body-info-item:last-child {
            border-bottom: none;
            margin-bottom: 0; }

.touch-body-form {
  width: 50%;
  background-color: #fff;
  border-radius: 10px; }
  .touch-body-form .touch-body-form-main {
    margin: 50px; }
    .touch-body-form .touch-body-form-main .touch-body-form-title {
      font-family: HelveticaNeueLTPro-Bd;
      font-size: 27px;
      color: #272626; }
    .touch-body-form .touch-body-form-main .touch-body-form-tell {
      font-family: HelveticaNeueLTPro-Lt;
      font-size: 20px;
      color: #967844;
      margin-top: 15px; }
    .touch-body-form .touch-body-form-main form {
      margin-top: 40px; }
      .touch-body-form .touch-body-form-main form .touch-body-form-line {
        margin-top: 25px; }
        .touch-body-form .touch-body-form-main form .touch-body-form-line .touch-body-form-box p {
          font-family: HelveticaNeueLTPro-Lt;
          font-size: 15px;
          color: #959595;
          margin: 0 10px; }
          .touch-body-form .touch-body-form-main form .touch-body-form-line .touch-body-form-box p span {
            color: #b81717; }
        .touch-body-form .touch-body-form-main form .touch-body-form-line .touch-body-form-box .touch-body-form-box-inp {
          margin-top: 10px; }
          .touch-body-form .touch-body-form-main form .touch-body-form-line .touch-body-form-box .touch-body-form-box-inp .touch-body-form-line-box-i {
            width: 100%;
            border: solid 1px #dedede;
            border-radius: 5px;
            font-size: 16px;
            font-family: HelveticaNeueLTPro-Lt;
            padding: 10px 0; }
          .touch-body-form .touch-body-form-main form .touch-body-form-line .touch-body-form-box .touch-body-form-box-inp .touch-body-form-line-box-msg {
            height: 115px;
            resize: none; }
        .touch-body-form .touch-body-form-main form .touch-body-form-line .touch-body-form-line-box-sub {
          font-family: HelveticaNeueLTPro-Md;
          font-size: 15px;
          font-weight: bold;
          color: #fff;
          background-color: #212121;
          border-radius: 5px;
          padding: 12px 25px;
          cursor: pointer; }
          .touch-body-form .touch-body-form-main form .touch-body-form-line .touch-body-form-line-box-sub:hover {
            background-color: #444; }
        .touch-body-form .touch-body-form-main form .touch-body-form-line:first-child {
          margin-top: 0; }
      .touch-body-form .touch-body-form-main form .touch-body-form-line2 {
        display: flex;
        justify-content: space-between; }
        .touch-body-form .touch-body-form-main form .touch-body-form-line2 .touch-body-form-box2 {
          width: 47%; }

/* 底部 */
.foot {
  background-color: #967844;
  padding: 57px 0; }
  .foot .foot-body {
    width: 95%;
    max-width: 510px;
    margin: 0 auto; }
    .foot .foot-body .foot-body-img {
      position: relative;
      font-size: 0;
      width: 40%;
      margin: 0 auto; }
      .foot .foot-body .foot-body-img a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .foot .foot-body .foot-body-nav {
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin-top: 5px; }
      .foot .foot-body .foot-body-nav .foot-body-nav-item a {
        font-family: HelveticaNeueLTPro-MdCn;
        font-size: 18px;
        text-transform: uppercase;
        color: #121111; }
        .foot .foot-body .foot-body-nav .foot-body-nav-item a:hover {
          color: #142062; }
    .foot .foot-body .foot-body-link {
      text-align: center;
      margin-top: 20px;
      padding-bottom: 10px;
      border-bottom: solid 2px #252525; }
      .foot .foot-body .foot-body-link a {
        font-size: 18px;
        font-weight: bold;
        color: #121111;
        margin-left: 30px; }
        .foot .foot-body .foot-body-link a:first-child {
          margin-left: 0; }
        .foot .foot-body .foot-body-link a:hover {
          color: #142062; }
    .foot .foot-body .foot-body-bot {
      font-family: HelveticaNeueLTPro-Lt;
      font-size: 12px;
      text-align: center;
      color: #121111;
      margin-top: 10px; }
  .foot .foot-privacy {
    margin-top: 5px;
    text-align: center;
    font-family: HelveticaNeueLTPro-Lt;
    font-size: 14px; }
    .foot .foot-privacy:hover {
      text-decoration: underline; }

/* model /privacy policy */
.model {
  width: 95%;
  max-width: 1200px;
  margin: 50px auto; }
  .model .model-tit {
    font-family: HelveticaNeueLTPro-Md;
    font-size: 28px;
    text-align: center;
    color: #2b2a2a; }
  .model .model-cont {
    margin-top: 20px;
    font-size: 16px;
    color: #2a2b2b;
    line-height: 1.5; }

/* join Deen */
.join {
  background: url(../img/join.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 110px; }
  .join .join-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center; }
    .join .join-body .join-body-title {
      font-family: HelveticaNeueLTPro-BdCn;
      font-size: 50px;
      color: #eee; }
    .join .join-body .join-body-vbtn {
      width: 65px;
      height: 65px;
      margin: 0 auto;
      margin-top: 20px;
      background-color: rgba(204, 228, 252, 0.54);
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-animation: joinV 1s infinite linear alternate;
      animation: joinV 1s infinite linear alternate; }
      .join .join-body .join-body-vbtn .join-body-vbtn-round {
        width: 45px;
        height: 45px;
        background-color: #cce4fc;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .join .join-body .join-body-vbtn .join-body-vbtn-round i {
          font-size: 16px;
          color: #7c94f4;
          margin-left: 4px; }
  .join .join-des {
    margin-top: 20px;
    font-size: 18px;
    color: #e5e5e5;
    line-height: 1.7; }

@-webkit-keyframes joinV {
  0% {
    background-color: rgba(204, 228, 252, 0.54); }
  100% {
    background-color: rgba(204, 228, 252, 0); } }

@keyframes joinV {
  0% {
    background-color: rgba(204, 228, 252, 0.54); }
  100% {
    background-color: rgba(204, 228, 252, 0); } }

@-moz-keyframes joinV {
  0% {
    background-color: rgba(204, 228, 252, 0.54); }
  100% {
    background-color: rgba(204, 228, 252, 0); } }

@-o-keyframes joinV {
  0% {
    background-color: rgba(204, 228, 252, 0.54); }
  100% {
    background-color: rgba(204, 228, 252, 0); } }

/* 联系我们 */
.contact-ways {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }
  .contact-ways > ul {
    display: flex;
    justify-content: space-between;
    align-content: center; }
    .contact-ways > ul .contact-item {
      padding: 80px 0;
      width: 33%; }
      .contact-ways > ul .contact-item .contact-item-icon {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        border: solid 1px #b6b6b6;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .contact-ways > ul .contact-item .contact-item-icon i {
          font-size: 30px;
          color: #142062; }
      .contact-ways > ul .contact-item .contact-item-title {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
        font-family: HelveticaNeueLTPro-Lt;
        font-size: 24px;
        text-align: center;
        color: #1f1f1f; }
      .contact-ways > ul .contact-item .contact-item-words {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
        font-family: HelveticaNeueLTPro-Lt;
        font-size: 20px;
        text-align: center;
        color: #606060; }
      .contact-ways > ul .contact-item:nth-child(2) {
        border-right: solid 1px #b6b6b6;
        border-left: solid 1px #b6b6b6; }

.contact {
  background-color: #f8f8f8;
  padding: 100px 0; }
  .contact .contact-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .contact .contact-body .contact-body-touch {
      width: 47%; }
      .contact .contact-body .contact-body-touch .contact-body-touch-p1 {
        font-family: HelveticaNeueLTPro-Roman;
        font-size: 18px;
        color: #787878; }
      .contact .contact-body .contact-body-touch .contact-body-touch-p2 {
        font-family: HelveticaNeueLTPro-Roman;
        font-size: 48px;
        color: #272626;
        margin-top: 5px; }
      .contact .contact-body .contact-body-touch .contact-body-touch-p3 {
        font-family: HelveticaNeueLTPro-Lt;
        font-size: 20px;
        color: #967844;
        margin-top: 5px; }
      .contact .contact-body .contact-body-touch form {
        margin-top: 30px; }
        .contact .contact-body .contact-body-touch form .contact-body-touch-line {
          margin-top: 30px; }
          .contact .contact-body .contact-body-touch form .contact-body-touch-line .contact-body-touch-inp {
            width: 100%;
            padding: 10px 0;
            font-family: HelveticaNeueLTPro-Lt;
            font-size: 15px;
            background: none;
            border-bottom: solid 1px #e2e2e2; }
            .contact .contact-body .contact-body-touch form .contact-body-touch-line .contact-body-touch-inp::-webkit-input-placeholder {
              font-family: HelveticaNeueLTPro-Lt;
              font-size: 15px;
              color: #959595; }
          .contact .contact-body .contact-body-touch form .contact-body-touch-line .contact-body-touch-inp2 {
            width: 45%; }
          .contact .contact-body .contact-body-touch form .contact-body-touch-line .contact-body-touch-msg {
            height: 130px;
            resize: none; }
          .contact .contact-body .contact-body-touch form .contact-body-touch-line .contact-body-touch-sub {
            width: 169px;
            background-color: #e2e2e2;
            border-radius: 25px;
            border: solid 1px #7a7a7a;
            font-family: HelveticaNeueLTPro-Md;
            font-size: 15px;
            font-weight: bold;
            color: #272626;
            padding: 15px 20px;
            background: none;
            cursor: pointer; }
            .contact .contact-body .contact-body-touch form .contact-body-touch-line .contact-body-touch-sub:hover {
              background-color: #142062;
              border: solid 1px transparent;
              color: #fff; }
          .contact .contact-body .contact-body-touch form .contact-body-touch-line:first-child {
            margin-top: 0; }
        .contact .contact-body .contact-body-touch form .contact-body-touch-line2 {
          display: flex;
          justify-content: space-between; }
    .contact .contact-body .contact-body-map {
      width: 50%;
      border: solid 2px #b6b6b6;
      background-color: #f8f8f8; }
      .contact .contact-body .contact-body-map .contact-body-map-m {
        width: 100%;
        height: 100%; }

/* 新闻 */
.news {
  width: 95%;
  max-width: 1200px;
  margin: 90px auto; }
  .news .news-list {
    margin-bottom: 30px; }
    .news .news-list .news-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 40px;
      border-bottom: solid 1px #a8a8a8;
      margin-bottom: 40px; }
      .news .news-list .news-item .news-item-img {
        width: 50%;
        height: 380px;
        font-size: 0; }
        .news .news-list .news-item .news-item-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .news .news-list .news-item .news-item-info {
        width: 45%; }
        .news .news-list .news-item .news-item-info .news-item-info-title {
          font-family: HelveticaNeueLTPro-BdIt;
          font-size: 36px;
          font-weight: bold;
          text-align: center;
          color: #41755f;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          overflow: hidden; }
        .news .news-list .news-item .news-item-info .news-item-info-date {
          font-family: HelveticaNeueLTPro-Lt;
          font-size: 18px;
          text-align: center;
          color: #5a5a5a;
          margin-top: 7px; }
          .news .news-list .news-item .news-item-info .news-item-info-date i {
            margin-right: 7px; }
        .news .news-list .news-item .news-item-info .news-item-info-words {
          font-family: HelveticaNeueLTPro-Lt;
          font-size: 18px;
          text-align: center;
          color: #656565;
          line-height: 36px;
          margin-top: 25px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 4;
          overflow: hidden; }
        .news .news-list .news-item .news-item-info a {
          display: block;
          width: 260px;
          margin: 0 auto;
          margin-top: 30px;
          font-family: HelveticaNeueLTPro-Lt;
          font-size: 18px;
          text-align: center;
          padding: 15px 0;
          color: #212121;
          border: solid 1px #212121; }
          .news .news-list .news-item .news-item-info a:hover {
            background-color: #41755f;
            color: #fff;
            border: solid 1px transparent; }
      .news .news-list .news-item:last-child {
        border-bottom: none;
        margin-bottom: 0; }
  .news .newsinfo-img {
    text-align: center; }
    .news .newsinfo-img .newsinfo-img-box {
      width: 50%;
      height: 380px;
      margin: 0 auto;
      font-size: 0; }
    .news .newsinfo-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .news .newsinfo-main {
    margin-top: 30px; }
    .news .newsinfo-main .newsinfo-main-title {
      font-family: HelveticaNeueLTPro-BdIt;
      font-size: 36px;
      font-weight: bold;
      text-align: center;
      color: #41755f; }
    .news .newsinfo-main .newsinfo-main-date {
      font-family: HelveticaNeueLTPro-Lt;
      font-size: 18px;
      text-align: center;
      color: #5a5a5a;
      margin-top: 7px; }
      .news .newsinfo-main .newsinfo-main-date i {
        margin-right: 7px; }
    .news .newsinfo-main .newsinfo-main-words {
      font-family: HelveticaNeueLTPro-Lt;
      font-size: 18px;
      color: #656565;
      line-height: 30px;
      margin-top: 25px; }

/* 关于我们 */
.about {
  width: 95%;
  max-width: 1200px;
  margin: 105px auto; }
  .about .about-base {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .about .about-base .about-base-info {
      width: 55%; }
      .about .about-base .about-base-info .about-base-info-title {
        font-family: HelveticaNeueLTPro-Md;
        font-size: 48px;
        color: #2b2a2a;
        line-height: 60px; }
      .about .about-base .about-base-info .about-base-info-words {
        font-family: HelveticaNeueLTPro-Roman;
        font-size: 18px;
        color: #2b2a2a;
        line-height: 36px;
        margin-top: 20px; }
      .about .about-base .about-base-info a {
        display: inline-block;
        font-family: HelveticaNeueLTPro-Roman;
        font-size: 20px;
        color: #393939;
        padding: 10px 20px;
        border-radius: 20px;
        border: solid 1px #2b2a2a;
        margin-top: 20px; }
        .about .about-base .about-base-info a:hover {
          background-color: #142062;
          color: #fff;
          border: solid 1px transparent; }
    .about .about-base .about-base-img {
      width: 43%;
      font-size: 0; }
      .about .about-base .about-base-img img, .about .about-base .about-base-img video {
        width: 100%;
        max-width: 100%; }
  .about .about-choose .about-choose-title1 {
    font-family: HelveticaNeueLTPro-Md;
    font-size: 50px;
    font-weight: 545;
    color: #1d1c1c; }
  .about .about-choose .about-choose-title2 {
    color: #142062; }
  .about .about-choose > ul {
    margin-top: 40px; }
    .about .about-choose > ul .about-choose-item {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 40px;
      padding-bottom: 40px;
      border-bottom: solid 1px #d1d1d1; }
      .about .about-choose > ul .about-choose-item .about-choose-item-num {
        width: 60px;
        font-family: HelveticaNeueLTPro-Md;
        font-size: 56px;
        color: #d6d5d5;
        margin-top: -10px; }
      .about .about-choose > ul .about-choose-item .about-choose-item-words {
        width: 93%;
        font-family: HelveticaNeueLTPro-Lt;
        font-size: 16px;
        color: #7a7a7a;
        line-height: 28px; }
        .about .about-choose > ul .about-choose-item .about-choose-item-words b, .about .about-choose > ul .about-choose-item .about-choose-item-words strong {
          color: #1d1c1c; }
      .about .about-choose > ul .about-choose-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }

/* 产品 */
.products {
  width: 95%;
  max-width: 1200px;
  margin: 85px auto;
  display: flex;
  justify-content: space-between; }
  .products .products-left {
    width: 20%; }
    .products .products-left .products-left-title {
      font-family: HelveticaNeueLTPro-Roman;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      color: #1d1d1c;
      margin-bottom: 40px;
      padding-bottom: 15px;
      border-bottom: solid 2px #333; }
    .products .products-left .products-left-list > ul .products-left-list-item {
      margin-bottom: 20px; }
      .products .products-left .products-left-list > ul .products-left-list-item .products-left-list-item-tname {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
        border-bottom: solid 1px #e4e4e4; }
        .products .products-left .products-left-list > ul .products-left-list-item .products-left-list-item-tname:hover .products-left-list-item-round {
          background-color: #142062;
          border: solid 1px transparent; }
        .products .products-left .products-left-list > ul .products-left-list-item .products-left-list-item-tname:hover .products-left-list-item-name {
          font-family: HelveticaNeueLTPro-Bd;
          font-size: 16px;
          color: #142062; }
      .products .products-left .products-left-list > ul .products-left-list-item .products-left-list-item-round {
        width: 15px;
        height: 15px;
        border: solid 1px #333;
        border-radius: 50%;
        margin-right: 13px; }
      .products .products-left .products-left-list > ul .products-left-list-item .products-left-list-item-tinfo {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: calc(100% - 30px); }
        .products .products-left .products-left-list > ul .products-left-list-item .products-left-list-item-tinfo > a {
          max-width: calc(100% - 20px); }
      .products .products-left .products-left-list > ul .products-left-list-item .products-left-list-item-arr {
        font-size: 16px;
        line-height: 0.6;
        color: #333;
        width: 11px;
        margin-left: 7px;
        margin-top: 5px; }
      .products .products-left .products-left-list > ul .products-left-list-item .products-left-list-item-name {
        font-family: HelveticaNeueLTPro-Roman;
        font-size: 16px;
        text-transform: capitalize;
        color: #363636; }
      .products .products-left .products-left-list > ul .products-left-list-item .active .products-left-list-item-round {
        background-color: #142062;
        border: solid 1px transparent; }
      .products .products-left .products-left-list > ul .products-left-list-item .active .products-left-list-item-name {
        font-family: HelveticaNeueLTPro-Bd;
        color: #142062; }
      .products .products-left .products-left-list > ul .products-left-list-item .products-left-list-item-se {
        margin-top: 15px;
        display: none; }
        .products .products-left .products-left-list > ul .products-left-list-item .products-left-list-item-se .products-left-list-item-sei a {
          display: inline-block;
          padding: 10px;
          padding-left: 2em; }
          .products .products-left .products-left-list > ul .products-left-list-item .products-left-list-item-se .products-left-list-item-sei a:hover {
            font-family: HelveticaNeueLTPro-Bd;
            color: #142062; }
        .products .products-left .products-left-list > ul .products-left-list-item .products-left-list-item-se .products-left-list-item-sei-act {
          font-family: HelveticaNeueLTPro-Bd;
          color: #142062; }
      .products .products-left .products-left-list > ul .products-left-list-item:last-child {
        border-bottom: none;
        margin-bottom: 0; }
  .products .products-left-hot {
    margin-top: 70px; }
    .products .products-left-hot > ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .products .products-left-hot > ul .products-left-hot-item {
        width: 45%;
        height: 130px;
        font-size: 0;
        margin-bottom: 30px;
        background-color: #b6dbe9;
        border: solid 1px #dcdcdc;
        overflow: hidden;
        position: relative; }
        .products .products-left-hot > ul .products-left-hot-item img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          transition: 1s; }
        .products .products-left-hot > ul .products-left-hot-item a {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
        .products .products-left-hot > ul .products-left-hot-item:hover img {
          -webkit-transform: scale(1.2);
          transform: scale(1.2); }
  .products .products-main {
    width: 75%; }
    .products .products-main .products-main-title {
      font-family: HelveticaNeueLTPro-Roman;
      font-size: 24px;
      text-align: right;
      text-transform: capitalize;
      color: #1d1d1c; }
    .products .products-main > ul {
      margin: 30px 0;
      display: flex;
      flex-wrap: wrap; }
      .products .products-main > ul .products-main-item {
        width: 32%;
        height: 330px;
        margin-right: 2%;
        margin-bottom: 30px;
        position: relative; }
        .products .products-main > ul .products-main-item .products-main-item-img {
          height: 100%;
          font-size: 0;
          border: solid 1px #dcdcdc; }
          .products .products-main > ul .products-main-item .products-main-item-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
        .products .products-main > ul .products-main-item .products-main-item-info {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          opacity: 0;
          transition: 0.5s; }
          .products .products-main > ul .products-main-item .products-main-item-info .products-main-item-info-white {
            width: 90%;
            height: 90%;
            background-color: rgba(255, 255, 255, 0.9);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center; }
            .products .products-main > ul .products-main-item .products-main-item-info .products-main-item-info-white .products-main-item-info-title {
              font-family: HelveticaNeueLTPro-Roman;
              font-size: 18px;
              text-align: center;
              text-transform: uppercase;
              color: #142062;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden; }
            .products .products-main > ul .products-main-item .products-main-item-info .products-main-item-info-white .products-main-item-info-link {
              width: 195px;
              font-family: HelveticaNeueLTPro-Roman;
              font-size: 18px;
              text-align: center;
              color: #41755f;
              padding: 10px 0;
              border: solid 1px #41755f;
              margin-top: 30px; }
              .products .products-main > ul .products-main-item .products-main-item-info .products-main-item-info-white .products-main-item-info-link i {
                margin-right: 5px; }
              .products .products-main > ul .products-main-item .products-main-item-info .products-main-item-info-white .products-main-item-info-link:hover {
                border: solid 1px transparent;
                background-color: #41755f;
                color: #fff; }
        .products .products-main > ul .products-main-item a {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
        .products .products-main > ul .products-main-item:nth-child(3n) {
          margin-right: 0; }
        .products .products-main > ul .products-main-item:hover .products-main-item-info {
          opacity: 1; }
  .products .products-detail {
    width: 75%;
    margin-top: 40px; }
    .products .products-detail .products-detail-basic {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .products .products-detail .products-detail-basic .products-detail-basic-img {
        width: 50%; }
        .products .products-detail .products-detail-basic .products-detail-basic-img .gallery-top {
          border: solid 1px #dcdcdc; }
        .products .products-detail .products-detail-basic .products-detail-basic-img .swiper-slide {
          font-size: 0;
          text-align: center; }
          .products .products-detail .products-detail-basic .products-detail-basic-img .swiper-slide img {
            width: 100%; }
      .products .products-detail .products-detail-basic .products-detail-basic-info {
        width: 47%; }
        .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-name {
          font-family: HelveticaNeueLTPro-Roman;
          font-size: 24px;
          font-weight: bold;
          color: #142062; }
        .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-box {
          margin-top: 20px; }
          .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-box .products-detail-basic-info-list1 .products-detail-basic-info-list1-item {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            font-family: HelveticaNeueLTPro-Roman;
            font-size: 16px;
            color: #282a29;
            line-height: 25px; }
            .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-box .products-detail-basic-info-list1 .products-detail-basic-info-list1-item .products-detail-basic-info-list1-item-lab {
              display: inline-block;
              width: 32%; }
            .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-box .products-detail-basic-info-list1 .products-detail-basic-info-list1-item .products-detail-basic-info-list1-item-words {
              display: inline-block;
              width: 65%; }
          .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-box .products-detail-basic-info-box-p1 {
            font-family: HelveticaNeueLTPro-Lt;
            font-size: 20px;
            font-weight: bold;
            color: #282a29;
            margin-top: 10px; }
          .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-box .products-detail-basic-info-box-p2 {
            font-family: HelveticaNeueLTPro-Bd;
            font-size: 20px;
            font-weight: bold;
            color: #4b7c68;
            margin-top: 5px; }
          .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-box .products-detail-basic-info-box-size {
            margin-top: 20px; }
            .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-box .products-detail-basic-info-box-size .products-detail-basic-info-box-size-item {
              font-family: HelveticaNeueLTPro-Roman;
              font-size: 16px;
              color: #2a2928;
              line-height: 26px;
              display: flex;
              justify-content: space-between;
              align-items: flex-start; }
              .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-box .products-detail-basic-info-box-size .products-detail-basic-info-box-size-item .products-detail-basic-info-box-size-item-lab {
                width: 25%; }
              .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-box .products-detail-basic-info-box-size .products-detail-basic-info-box-size-item .products-detail-basic-info-box-size-item-wrods {
                width: 70%; }
        .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-desc {
          margin-top: 20px; }
          .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-desc p {
            font-family: HelveticaNeueLTPro-Lt;
            font-size: 16px;
            color: #282a29;
            line-height: 23px; }
        .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-link {
          margin-top: 25px; }
          .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-link .products-detail-basic-info-link-i {
            display: inline-block;
            width: 180px;
            font-family: HelveticaNeueLTPro-Roman;
            font-size: 18px;
            text-align: center;
            color: #142062;
            padding: 10px 0;
            border: solid 1px #142062;
            cursor: pointer;
            margin-top: 10px; }
            .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-link .products-detail-basic-info-link-i i {
              font-size: inherit;
              margin-right: 5px; }
            .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-link .products-detail-basic-info-link-i:hover {
              background-color: #282828;
              border: solid 1px transparent;
              color: #fff; }
            .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-link .products-detail-basic-info-link-i:first-child {
              margin-top: 0; }
        .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-share {
          font-family: HelveticaNeueLTPro-Md;
          font-size: 18px;
          color: #555;
          margin-top: 30px;
          padding-top: 20px;
          border-top: solid 1px #b3b3b3;
          display: flex; }
          .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-share .products-detail-basic-info-share-icon {
            margin-left: 20px; }
            .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-share .products-detail-basic-info-share-icon a {
              color: #555;
              margin-left: 10px; }
              .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-share .products-detail-basic-info-share-icon a:first-child {
                margin-left: 0; }
              .products .products-detail .products-detail-basic .products-detail-basic-info .products-detail-basic-info-share .products-detail-basic-info-share-icon a:hover {
                color: #142062; }
    .products .products-detail .products-detail-info {
      margin-top: 70px; }
      .products .products-detail .products-detail-info .products-detail-desc {
        margin-top: 40px; }
        .products .products-detail .products-detail-info .products-detail-desc .products-detail-desc-words {
          width: 100%; }
          .products .products-detail .products-detail-info .products-detail-desc .products-detail-desc-words table {
            width: 100%;
            border-collapse: collapse; }
          .products .products-detail .products-detail-info .products-detail-desc .products-detail-desc-words p {
            font-family: HelveticaNeueLTPro-Lt;
            font-size: 18px;
            color: #383838;
            line-height: 25px; }
        .products .products-detail .products-detail-info .products-detail-desc .products-detail-desc-img {
          width: 35%;
          height: 202px;
          font-size: 0; }
          .products .products-detail .products-detail-info .products-detail-desc .products-detail-desc-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
      .products .products-detail .products-detail-info .products-detail-info-note {
        margin-top: 30px;
        font-family: HelveticaNeueLTPro-Lt;
        font-size: 22px;
        color: #383838;
        line-height: 30px; }
      .products .products-detail .products-detail-info .products-detail-scenes {
        margin-top: 40px; }
        .products .products-detail .products-detail-info .products-detail-scenes .products-detail-scenes-title {
          padding-bottom: 15px;
          border-bottom: solid 1px #d8d8d8; }
          .products .products-detail .products-detail-info .products-detail-scenes .products-detail-scenes-title p {
            font-family: HelveticaNeueLTPro-Lt;
            font-size: 30px;
            color: #383838; }
          .products .products-detail .products-detail-info .products-detail-scenes .products-detail-scenes-title .products-detail-scenes-title-p2 {
            font-family: HelveticaNeueLTPro-Md;
            font-weight: bold;
            margin-top: 5px; }
          .products .products-detail .products-detail-info .products-detail-scenes .products-detail-scenes-title .products-detail-scenes-title-sp1 {
            font-family: HelveticaNeueLTPro-Md;
            font-weight: bold;
            margin-left: 10px; }
        .products .products-detail .products-detail-info .products-detail-scenes .products-detail-scenes-words {
          font-family: HelveticaNeueLTPro-Lt;
          font-size: 20px;
          color: #383838;
          line-height: 30px;
          margin-top: 10px; }
        .products .products-detail .products-detail-info .products-detail-scenes ul {
          margin-top: 30px;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .products .products-detail .products-detail-info .products-detail-scenes ul li {
            font-size: 0;
            max-width: 35%;
            text-align: center; }
      .products .products-detail .products-detail-info .products-detail-newpro {
        margin-top: 40px;
        position: relative; }
        .products .products-detail .products-detail-info .products-detail-newpro .products-detail-newpro-main .swiper-slide {
          border: solid 1px #dcdcdc; }
        .products .products-detail .products-detail-info .products-detail-newpro .products-detail-newpro-item {
          width: 100%;
          height: 330px;
          background-color: #b6dbe9;
          position: relative; }
          .products .products-detail .products-detail-info .products-detail-newpro .products-detail-newpro-item .products-detail-newpro-item-img {
            height: 100%;
            font-size: 0; }
            .products .products-detail .products-detail-info .products-detail-newpro .products-detail-newpro-item .products-detail-newpro-item-img img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: center; }
          .products .products-detail .products-detail-info .products-detail-newpro .products-detail-newpro-item .products-detail-newpro-item-box {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: .5s; }
            .products .products-detail .products-detail-info .products-detail-newpro .products-detail-newpro-item .products-detail-newpro-item-box .products-detail-newpro-item-box-white {
              width: 90%;
              height: 90%;
              background-color: rgba(255, 255, 255, 0.9);
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              font-family: HelveticaNeueLTPro-Roman;
              font-size: 18px;
              color: #142062; }
              .products .products-detail .products-detail-info .products-detail-newpro .products-detail-newpro-item .products-detail-newpro-item-box .products-detail-newpro-item-box-white p {
                width: 90%;
                text-align: center;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden; }
              .products .products-detail .products-detail-info .products-detail-newpro .products-detail-newpro-item .products-detail-newpro-item-box .products-detail-newpro-item-box-white .products-detail-newpro-item-box-white-link {
                width: 195px;
                text-align: center;
                padding: 10px 0;
                border: solid 1px #41755f;
                margin-top: 20px; }
          .products .products-detail .products-detail-info .products-detail-newpro .products-detail-newpro-item a {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0; }
          .products .products-detail .products-detail-info .products-detail-newpro .products-detail-newpro-item:hover .products-detail-newpro-item-box {
            opacity: 1; }
        .products .products-detail .products-detail-info .products-detail-newpro .products-detail-newpro-arrow {
          width: 30px;
          height: 95px;
          background-color: #272626;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer; }
          .products .products-detail .products-detail-info .products-detail-newpro .products-detail-newpro-arrow i {
            font-size: 20px;
            color: #fff; }
          .products .products-detail .products-detail-info .products-detail-newpro .products-detail-newpro-arrow:active {
            background-color: #142062; }
        .products .products-detail .products-detail-info .products-detail-newpro .products-detail-newpro-prev {
          position: absolute;
          left: -50px;
          top: 30%; }
        .products .products-detail .products-detail-info .products-detail-newpro .products-detail-newpro-next {
          position: absolute;
          right: -50px;
          top: 30%; }

.products-detail-title {
  font-family: HelveticaNeueLTPro-Md;
  font-size: 18px;
  text-align: center;
  color: #555;
  position: relative; }
  .products-detail-title:before {
    content: '';
    width: 35%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 12px; }
  .products-detail-title:after {
    content: '';
    width: 35%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    right: 0;
    top: 12px; }

.products-hot {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: none; }
  .products-hot .products-hot-slide {
    margin: 20px 0;
    height: 150px; }
    .products-hot .products-hot-slide .products-hot-slide-img {
      width: 100%;
      height: 100%; }
      .products-hot .products-hot-slide .products-hot-slide-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .products-hot .products-hot-slide a {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

/* 首页 */
.index-lunbo .index-lunbo-bg1 {
  background-image: url(../img/indexban1.jpg); }

.index-lunbo .index-lunbo-bg2 {
  background-image: url(../img/indexban2.jpg); }

.index-lunbo .index-lunbo-bg3 {
  background-image: url(../img/indexban3.jpg); }

.index-lunbo .index-lunbo-bg {
  width: 100%;
  height: 790px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .index-lunbo .index-lunbo-bg .index-lunbo-body {
    width: 95%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .index-lunbo .index-lunbo-bg .index-lunbo-body .index-lunbo-body-p {
      font-family: HelveticaNeueLTPro-BdCn;
      font-size: 82px;
      color: #967844;
      cursor: auto;
      text-shadow: 10px 4px 13px rgba(12, 4, 7, 0.75);
      -webkit-transform: rotate(-6deg);
      transform: rotate(-6deg);
      cursor: default; }
    .index-lunbo .index-lunbo-bg .index-lunbo-body .index-lunbo-body-p-1 {
      font-size: 139px; }
    .index-lunbo .index-lunbo-bg .index-lunbo-body .index-lunbo-body-p2 {
      color: #41755f;
      text-shadow: 6px 5px 0 rgba(12, 4, 7, 0.75); }
    .index-lunbo .index-lunbo-bg .index-lunbo-body .index-lunbo-body-p3 {
      color: #fff; }

/* 首页关于我们 */
.index-focus {
  background-color: #142062;
  padding: 80px 0; }
  .index-focus .index-focus-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff; }
    .index-focus .index-focus-body .index-focus-body-info {
      width: 50%; }
      .index-focus .index-focus-body .index-focus-body-info .index-focus-body-info-title {
        font-family: BellMT;
        font-size: 54px; }
      .index-focus .index-focus-body .index-focus-body-info .index-focus-body-info-line {
        width: 96px;
        height: 1px;
        background-color: #ffffff;
        margin-top: 30px;
        margin-left: 10px; }
      .index-focus .index-focus-body .index-focus-body-info .index-focus-body-info-words {
        font-size: 18px;
        color: #e5e5e5;
        line-height: 1.8;
        margin-top: 30px; }
      .index-focus .index-focus-body .index-focus-body-info a {
        display: inline-block;
        width: 160px;
        font-family: HelveticaNeueLTPro-Roman;
        font-size: 18px;
        text-align: center;
        border-radius: 20px;
        border: solid 1px #f8f8f8;
        padding: 10px 0;
        margin-top: 30px; }
        .index-focus .index-focus-body .index-focus-body-info a:hover {
          background-color: #212121;
          border: solid 1px transparent; }
    .index-focus .index-focus-body .index-focus-body-info-img {
      width: 45%; }
      .index-focus .index-focus-body .index-focus-body-info-img .index-focus-body-info-img-i1 {
        float: left;
        font-size: 0;
        width: 80%;
        box-shadow: 13px 13px 21px 0px rgba(12, 4, 7, 0.15);
        border-radius: 5px;
        overflow: hidden; }
        .index-focus .index-focus-body .index-focus-body-info-img .index-focus-body-info-img-i1 img {
          width: 100%;
          transition: 1s; }
        .index-focus .index-focus-body .index-focus-body-info-img .index-focus-body-info-img-i1:hover img {
          -webkit-transform: scale(1.2);
          transform: scale(1.2); }
      .index-focus .index-focus-body .index-focus-body-info-img .index-focus-body-info-img-i2 {
        float: right;
        font-size: 0;
        width: 50%;
        box-shadow: 13px 13px 21px 0px rgba(12, 4, 7, 0.15);
        border-radius: 5px;
        overflow: hidden;
        margin-top: -50px; }
        .index-focus .index-focus-body .index-focus-body-info-img .index-focus-body-info-img-i2 img {
          width: 100%;
          transition: 1s; }
        .index-focus .index-focus-body .index-focus-body-info-img .index-focus-body-info-img-i2:hover img {
          -webkit-transform: scale(1.2);
          transform: scale(1.2); }

/* 首页产品 */
.index-pro {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden; }
  .index-pro .index-pro-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto; }
    .index-pro .index-pro-body .index-pro-body-title {
      font-family: HelveticaNeueLTPro-Md;
      font-size: 48px;
      font-weight: bold;
      text-align: center;
      color: #000;
      margin-top: 10px; }
    .index-pro .index-pro-body .index-pro-body-note {
      font-family: HelveticaNeueLTPro-Roman;
      font-size: 20px;
      text-align: center;
      color: #767676;
      margin-top: 10px; }
    .index-pro .index-pro-body > ul {
      display: flex;
      flex-wrap: wrap;
      margin-top: 30px; }
      .index-pro .index-pro-body > ul .index-pro-body-item {
        position: relative;
        width: 28%;
        background-color: #b6dbe9;
        margin-right: 2%;
        margin-bottom: 15px; }
        .index-pro .index-pro-body > ul .index-pro-body-item .index-pro-body-item-img {
          font-size: 0;
          width: 100%;
          height: 100%; }
          .index-pro .index-pro-body > ul .index-pro-body-item .index-pro-body-item-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
        .index-pro .index-pro-body > ul .index-pro-body-item .index-pro-body-item-box {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          opacity: 0;
          transition: 0.5s; }
          .index-pro .index-pro-body > ul .index-pro-body-item .index-pro-body-item-box .index-pro-body-item-box-white {
            width: 80%;
            height: 80%;
            padding: 5%;
            background-color: rgba(255, 255, 255, 0.6);
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative; }
            .index-pro .index-pro-body > ul .index-pro-body-item .index-pro-body-item-box .index-pro-body-item-box-white .index-pro-body-item-box-white-arr {
              width: 65px;
              height: 65px;
              border: solid 1px #000;
              border-radius: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
              margin-left: auto;
              margin-right: 0;
              cursor: pointer;
              color: #000;
              position: absolute;
              top: 5%;
              right: 5%; }
              .index-pro .index-pro-body > ul .index-pro-body-item .index-pro-body-item-box .index-pro-body-item-box-white .index-pro-body-item-box-white-arr i {
                font-size: 22px; }
            .index-pro .index-pro-body > ul .index-pro-body-item .index-pro-body-item-box .index-pro-body-item-box-white p {
              font-family: HelveticaNeueLTPro-Md;
              font-size: 26px;
              color: #222; }
        .index-pro .index-pro-body > ul .index-pro-body-item a {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
        .index-pro .index-pro-body > ul .index-pro-body-item:hover .index-pro-body-item-box {
          opacity: 1; }
        .index-pro .index-pro-body > ul .index-pro-body-item:nth-child(3n-2) {
          width: 40%; }
        .index-pro .index-pro-body > ul .index-pro-body-item:nth-child(3n) {
          margin-right: 0; }

@-webkit-keyframes indexarr {
  0% {
    border: solid 1px #999;
    color: #999; }
  100% {
    border: solid 1px #000;
    color: #000; } }

@keyframes indexarr {
  0% {
    border: solid 1px #ccc;
    color: #999; }
  100% {
    border: solid 1px #000;
    color: #000; } }

@-moz-keyframes indexarr {
  0% {
    border: solid 1px #ccc;
    color: #999; }
  100% {
    border: solid 1px #000;
    color: #000; } }

@-o-keyframes indexarr {
  0% {
    border: solid 1px #ccc;
    color: #999; }
  100% {
    border: solid 1px #000;
    color: #000; } }

/* 首页新闻 */
.index-news {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px; }
  .index-news .index-news-title {
    font-family: HelveticaNeueLTPro-Md;
    font-size: 36px;
    text-align: center;
    color: #000;
    margin-top: 10px; }
  .index-news .index-news-desc {
    font-family: HelveticaNeueLTPro-Roman;
    font-size: 16px;
    color: #a4a4a4;
    text-align: center;
    line-height: 24px;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 20px; }
  .index-news .index-news-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between; }
    .index-news .index-news-list .index-news-item {
      width: 32%; }
      .index-news .index-news-list .index-news-item .index-news-item-img {
        font-size: 0;
        position: relative;
        overflow: hidden; }
        .index-news .index-news-list .index-news-item .index-news-item-img .index-news-item-img-date {
          position: absolute;
          top: 15px;
          right: 25px;
          width: 65px;
          background-color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center; }
          .index-news .index-news-list .index-news-item .index-news-item-img .index-news-item-img-date .index-news-item-img-date-box {
            width: 100%;
            margin: 15px; }
          .index-news .index-news-list .index-news-item .index-news-item-img .index-news-item-img-date .index-news-item-img-date-m {
            font-family: HelveticaNeueLTPro-Lt;
            font-size: 18px;
            color: #979797; }
          .index-news .index-news-list .index-news-item .index-news-item-img .index-news-item-img-date .index-news-item-img-date-d {
            font-family: HelveticaNeueLTPro-BdCn;
            font-size: 24px;
            color: #353535;
            margin-top: 5px; }
      .index-news .index-news-list .index-news-item .index-news-item-tit {
        margin-top: 20px;
        font-family: HelveticaNeueLTPro-Md;
        font-size: 20px;
        color: #303030;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 48px; }
        .index-news .index-news-list .index-news-item .index-news-item-tit:hover {
          text-decoration: underline; }
      .index-news .index-news-list .index-news-item .index-news-item-desc {
        font-family: HelveticaNeueLTPro-Roman;
        font-size: 15px;
        color: #8a8a8a;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 72px;
        margin-top: 20px; }
      .index-news .index-news-list .index-news-item .index-new-item-link {
        display: inline-block;
        margin-top: 50px;
        font-family: HelveticaNeueLTPro-Roman;
        font-size: 15px;
        color: #343434;
        padding-bottom: 10px;
        border-bottom: solid 1px #e6e6e6; }
        .index-news .index-news-list .index-news-item .index-new-item-link:hover {
          color: #967844; }

/* 首页应用 */
.index-app {
  position: relative;
  padding-bottom: 120px;
  overflow: hidden; }
  .index-app .index-app-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto; }
    .index-app .index-app-body .index-app-body-title {
      font-family: HelveticaNeueLTPro-Md;
      font-size: 36px;
      text-align: center;
      color: #000;
      margin-top: 10px; }
    .index-app .index-app-body > ul {
      margin-top: 45px;
      display: flex;
      flex-wrap: wrap; }
      .index-app .index-app-body > ul .index-app-body-item {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px;
        font-size: 0;
        overflow: hidden; }
        .index-app .index-app-body > ul .index-app-body-item img {
          width: 100%;
          transition: 1s; }
        .index-app .index-app-body > ul .index-app-body-item:nth-child(3n) {
          margin-right: 0; }
        .index-app .index-app-body > ul .index-app-body-item:hover img {
          -webkit-transform: scale(1.2);
          transform: scale(1.2); }

/* 首页竖线 */
.index-topline {
  width: 1px;
  height: 113px;
  background-color: #979797;
  margin: 0 auto; }

/* 首页侧边玻璃瓶 */
.index-glass {
  font-size: 0;
  opacity: 0.3; }

.index-glass-le {
  position: absolute;
  left: -90px;
  top: 30%;
  z-index: -1;
  transform: scaleX(-1) rotate(-25deg);
  -ms-transform: scaleX(-1) rotate(-25deg);
  -moz-transform: scaleX(-1) rotate(-25deg);
  -webkit-transform: scaleX(-1) rotate(-25deg);
  -o-transform: scaleX(-1) rotate(-25deg); }

.index-glass-ri {
  position: absolute;
  right: -90px;
  bottom: 5%;
  z-index: -1;
  transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -o-transform: rotate(-25deg); }

/* 弹出表单 */
.sformb {
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  display: none; }
  .sformb .sformb-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto; }
    .sformb .sformb-body .touch-body-form1 {
      padding: 1px 0;
      margin: 0 auto;
      position: relative; }
      .sformb .sformb-body .touch-body-form1 .touch-body-form-main1 {
        margin: 30px; }
  .sformb .sformb-body-close {
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 28px;
    line-height: 28px;
    cursor: pointer; }

.sformb2 {
  display: flex; }

/* 20220303 */
/* advantages */
.advanlist {
  margin-top: 55px;
  display: flex;
  justify-content: space-between; }
  .advanlist .advanlist-item {
    width: 23.5%;
    text-align: center; }
    .advanlist .advanlist-item .advanlist-item-img {
      font-size: 0; }
    .advanlist .advanlist-item .advanlist-item-tit {
      margin-top: 30px;
      font-family: HelveticaNeueLTPro-Md;
      font-size: 20px;
      color: #202125; }
    .advanlist .advanlist-item .advanlist-item-des {
      margin-top: 20px;
      font-size: 18px;
      color: #757980; }

.advanlk {
  margin-top: 50px;
  text-align: center; }
  .advanlk > a {
    display: inline-block;
    width: 160px;
    font-family: HelveticaNeueLTPro-Roman;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    padding: 10px 0;
    background-color: #202125; }
    .advanlk > a:hover {
      background-color: #142062; }

/* about us */
.aboutphi {
  margin-top: 80px; }
  .aboutphi .aboutphi-tit {
    font-family: HelveticaNeueLTPro-Md;
    font-size: 40px;
    color: #2b2a2a; }
  .aboutphi .aboutphi-des {
    margin-top: 25px;
    font-family: HelveticaNeueLTPro-Roman;
    font-size: 18px;
    line-height: 1.6;
    color: #2b2a2a; }
