﻿@charset "utf-8";

/* CSS Document */

* {
  outline: none;
}

/*主题*/

:root {
  --head_height: 6rem;
  --colour1: #69b531;
  /*苋菜红*/
  --colour2: #69b531;
  /*枸杞红*/
  --colour3: #ffe209;
  /*高粱红*/
  --dark: #003281;
  --title: #1d1d1d;
  --text: #666;
  --small_text: #999;
  --tips_text: #ccc;
  --grey_bg: #f7f7f7;
  --grey_bg2: #f0f0f0;
  --text-bg: #0081bc;
  --border_colour: #ebebeb;
  --shadow: rgb(40, 43, 109, 0.1);
}

body {
  margin: 0px;
  padding: 0px;
  padding-top: var(--head_height);
  background: #fff;
  position: relative;
  letter-spacing: 0.03em;
}

body.no-head-bg {
  padding-top: 0;
}

body.modal-open {
  width: 100vw;
  height: 100vh;
  overflow: hidden !important;
}

body.menu-open {
  width: 100vw;
  height: 100vh;
  overflow-y: hidden !important;
}

body,
html {
  font-family: "en", Arial, "微软雅黑", Microsoft YaHei;
  font-weight: normal;
  font-size: 16px;
  color: var(--text);
}

/*
.font-weight-light {
font-family: 'en', Arial, "微软雅黑", Microsoft YaHei;
font-weight: 300 !important;
}

.font-weight-normal {
font-family: 'en', Arial, "微软雅黑", Microsoft YaHei;
font-weight: 400 !important;
}

.font-weight-medium {
font-family: 'en', Arial, "微软雅黑", Microsoft YaHei;
font-weight: 500 !important;
}

.font-weight-bold {
font-family: 'en', Arial, "微软雅黑", Microsoft YaHei;
font-weight: 700 !important;
}

.font-weight-bolder {
font-family: 'en', Arial, "微软雅黑", Microsoft YaHei;
font-weight: 900 !important;
}
*/

.font-en {
  font-family: "BdCn";
  font-weight: normal !important;
}

@font-face {
  font-family: "en";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Lt.otf);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "en";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Roman.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "en";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Md.otf);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "en";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Bd.otf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "en";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Hv.otf);
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "BdCn";
  src: local("☺"), url(../font/HelveticaNeueLTPro-BdCn.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "iconfont33"; /* Project id 4500101 */
  src: url('iconfont33.woff2?t=1712642083122') format('woff2'),
       url('iconfont33.woff?t=1712642083122') format('woff'),
       url('iconfont33.ttf?t=1712642083122') format('truetype');
}

.iconfont33 {
  font-family: "iconfont33" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-laba:before {
  content: "\e612";
}

.icon-renzhengdunpaianquanbaozhangzhibao:before {
  content: "\e7f3";
}

.icon-renyuan:before {
  content: "\e645";
}

.icon-xitongsheji:before {
  content: "\e63e";
}




/*
@font-face {
font-family: 'HvCn';
src: local('☺'), url(../font/HelveticaNeueLTPro-HvCn.otf);
font-weight: normal;
font-style: normal;
}
*/

a:link {
  color: inherit;
}

/*未访问样式*/

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:hover,
a:focus,
input:hover,
input:focus,
button:focus,
button:hover {
  outline: none;
}

a.text-link {
  text-decoration: underline;
}

a.text-link:hover {
  color: var(--colour1);
}

.title {
  font-weight: 400;
  color: var(--title);
}

.white {
  color: #fff;
}

.colour1 {
  color: var(--colour1);
}

.colour2 {
  color: var(--colour2);
}

.colour-bg1 {
  background-color: var(--colour1);
}

.colour-bg2 {
  background-color: var(--colour2);
}

.colour1-btn {
  color: #fff !important;
  background-color: var(--colour1);
}

.colour1-btn:hover {
  background-color: var(--colour2);
}

.colour-grey-btn {
  color: var(--text) !important;
  background-color: var(--grey_bg);
}

.colour-grey-btn:hover {
  background-color: var(--colour1);
}

.colour-white-btn {
  color: var(--text) !important;
  background-color: #fff;
}

.colour-white-btn:hover {
  background-color: var(--colour1);
}

dd,
dl,
dt,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

input {
  margin: 0;
  outline: none;
}

h1,
.h1 {
  font-size: 3rem;
}

h2,
.h2 {
  font-size: 2.25rem;
}

h3,
.h3 {
  font-size: 2rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1.125rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75rem;
  font-weight: 400;
}

i {
  font-weight: normal;
}

hr {
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 1.5rem 0px;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.75em;
}

pre {
  display: block;
  border: none;
  background: none;
  font-size: 1rem;
  line-height: 1.5em;
  color: var(--text);
  padding: 0px;
  white-space: pre-wrap;
  font-family: Arial, "微软雅黑", Microsoft YaHei;
}

p,
span,
small,
pre,
table {
  font-weight: 300;
}

section {
  max-width: 100vw;
  overflow: hidden;
}

/*页面滚动条*/

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #ebebeb;
}

::-webkit-scrollbar-thumb {
  background-color: var(--colour1);
  border-radius: 10px;
}

/*滚动条背景*/

/*滚动容器滚动条定制*/

.scroll-box {
  padding-right: 2vw;
  overflow-y: auto;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: #1d1d1d;
}

.scroll-box::-webkit-scrollbar {
  /*背景*/
  width: 10px;
  background-color: #eaeaea;
}

.scroll-box::-webkit-scrollbar-thumb {
  /*滚动条*/
  border: solid 2px #eaeaea;
  width: 6px;
  border-radius: 10px;
  background-color: var(--colour1);
}

.scroll-box::-webkit-scrollbar-corner {
  background-color: #eaeaea;
}

.scroll-box::-webkit-scrollbar {
  height: 10px;
}

/*滚动条设置*/

/*页面选中*/

::selection {
  background: var(--text-bg);
  color: #fff;
}

::-moz-selection {
  background: var(--text-bg);
  color: #fff;
}

::-webkit-selection {
  background: var(--text-bg);
  color: #fff;
}

/*表单*/

form > div {
  margin-bottom: 1rem;
}

form > div:last-child {
  margin-bottom: 0;
}

form div.row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

form div.row > div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

form p {
  margin-bottom: 0.375rem;
  font-size: 85%;
  opacity: 0.8;
}

form input,
form select {
  padding: 0 1rem;
  width: 100%;
  line-height: 2.5em;
  height: 2.5em;
  font-size: 1rem;
  color: var(--text);
  border: 1px solid #e0e0e0;
}

form select {
  color: var(--text);
  padding-right: 2.5rem;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75rem) center;
  background-size: 1rem 1rem;
}

form textarea {
  padding: 0.25rem 1rem;
  width: 100%;
  line-height: 2.5em;
  height: 10em;
  font-size: 1rem;
  color: var(--text);
  border: 1px solid #e0e0e0;
}

form button.btn {
  padding: 0 3rem;
  font-size: 1rem;
  line-height: 2.75rem;
  border: none;
  color: #fff;
  background: var(--colour1);
  cursor: pointer;
  transition: all 0.4s;
}

form button.btn:hover {
  color: #fff;
  background: var(--colour2);
}

input::placeholder,
textarea::placeholder {
  color: var(--tips_text);
}

/*表格边框样式*/

table,
tbody,
tr,
td {
  border: none;
}

table tr {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

table td {
  line-height: 1.5em;
  padding: 0.5rem 1.125rem;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

table td p {
  margin: 0px;
}

/*boostrap遮罩层导致页面抖动*/

.modal-open {
  overflow: scroll !important;
}

/*页面内容宽度*/
.w1200{  max-width: 1200px; width: 90%; margin: 0 auto;}
.container {
  max-width: 1430px;
  width: 90%;
}

.sticky {
  position: sticky;
  top: 0;
}

/*图片包含*/

.obj-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

/*图片裁切*/

.obj-cover,
.obj-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.obj-cover img {
  width: 100%;
  height: 100%;
}

/*图片放大*/


/*响应式图片等比居中*/

.img-center {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.img-center img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.zoom-img:hover .img-center img,
.zoom-img.img-center:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.075);
  transform: translate(-50%, -50%) scale(1.075);
}

/*背景裁切*/

.bg-cover {
  background-position: center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

/*视频相关*/

a.video-btn {
  position: relative;
  padding: 0;
}

a.video-btn img.obj-cover {
  width: 100%;
  height: 100%;
}

a.video-btn:before {
  content: "\b20";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-family: "iconfont" !important;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.4s;
}

a.video-btn:hover:before {
  content: "\b20";
  color: #fff;
  border: 2px solid var(--colour2);
  background: var(--colour2);
}

.video-box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  background: #000;
}

.video-box:before {
  content: "\b20";
  font-family: "iconfont" !important;
  font-weight: normal;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background-color: var(--colour1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.4s;
}

.video-box:hover:before {
  content: "\b20";
  background-color: var(--colour2);
}

.video-box.play:before {
  content: "\b20";
  opacity: 0;
}

.video-box video {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*object-fit: contain;*/
  /*尺寸不匹配加黑边*/
  object-fit: cover;
  /*内容自适应裁切*/
  overflow-clip-margin: content-box;
  overflow: clip;
  /*元素溢出容器的时候隐藏，同时不会有滚动定位等行为。*/
  opacity: 0.8;
  transition: all 0.4s;
}

.video-box.play video {
  opacity: 1;
}

/*视频列表*/

.video-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.video-list li {
  padding: 1.25rem 0.75rem;
  width: 33.33%;
}

.video-list li a .img {
  position: relative;
  display: block;
  padding-bottom: 65%;
  overflow: hidden;
}

.video-list li a .img:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4rem;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    var(--colour1) 100%
  );
  transition: all 0.6s;
}

.video-list li a:hover .img:before {
  transform: translate(0%, 100%);
}

.video-list li a .img:after {
  content: "\b88";
  position: absolute;
  z-index: 3;
  left: 1rem;
  bottom: 1rem;
  display: inline-block;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  line-height: 1em;
  color: #fff;
  text-align: center;
  transition: all 0.4s;
}

.video-list li a:hover .img:after {
  content: "\b88";
  opacity: 0;
}

.video-list li a .img img {
  width: 100%;
  height: 100%;
}

.video-list li a .info {
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.125em;
  font-weight: 500;
  color: var(--title);
  transition: all 0.4s;
}

.video-list li a:hover .info {
  color: var(--colour1);
}

.video-list li a:hover .info:hover {
  color: var(--colour2);
}

/*视频弹出*/

#video-modal .close {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  opacity: 1;
  border-radius: 50%;
  overflow: hidden;
}

#video-modal .close span {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  background: var(--colour1);
  transition: all 0.4s;
}

#video-modal .close:hover span {
  background: var(--colour2);
}

#video-modal .modal-dialog {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  width: 96%;
  margin: 2rem auto;
  -webkit-transform: translate(0, calc(-40% + 50vh));
  transform: translate(0, calc(-40% + 50vh));
}

#video-modal.show .modal-dialog {
  -webkit-transform: translate(0, calc(-50% + 50vh));
  transform: translate(0, calc(-50% + 50vh));
}

#video-modal .modal-body {
  padding: 0;
  font-size: 0;
}

#video-modal .modal-body video {
  width: 100%;
  height: 100%;
}

/*边距盒子*/

.padding-box {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.padding-top {
  padding-top: 8vw;
}

.padding-bottom {
  padding-bottom: 8vw;
}

.small-padding-box {
  padding-top: 1vw;
  padding-bottom:1vw;
}

.small-padding-top {
  padding-top: 5vw;
}

.small-padding-bottom {
  padding-bottom: 5vw;
}

.main {
  position: relative;
  z-index: 2;
  background: var(--grey_bg);
}

.grey-box {
  background: var(--grey_bg);
}

.white-box {
  background: #fff;
}

.clear-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}

/*横线*/

.line {
  margin: 1rem 0;
  display: block;
  width: 2.5rem;
  height: 0.25rem;
  line-height: 1px;
  font-size: 0px;
  background: var(--colour1);
}

/*内页翻页*/

.page-box {
  padding-top: 30px;
}

.page {
  font-size: 0;
  color: #666;
}

.page span {
  display: inline-block;
  padding: 0 14px;
  margin: 0 4px;
  font-size: 14px;
  line-height: 3em;
  color: var(--text);
}

.page a {
  display: inline-block;
  margin: 0 1px;
  padding: 0 18px;
  font-size: 14px;
  line-height: 3em;
  color: #666;
  background: #f7f7f7;
  transition: all 0.4s;
}

.page a:first-of-type {
  border-radius: 4px 0 0 4px;
}

.page a:last-of-type {
  border-radius: 0 4px 4px 0;
}

.page a.active {
  font-weight: bold;
  color: #fff;
  background: var(--colour1);
}

.page input {
  display: inline-block;
  width: 4rem;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 3em;
  height: 3em;
  color: #666;
  border-radius: 4px;
  border: 1px solid var(--grey_bg);
  overflow: hidden;
  transition: all 0.4s;
}

.page button {
  padding: 0 18px;
  margin: 0px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  line-height: 3em;
  color: #666;
  border: 1px solid var(--border_colour);
  background: var(--grey_bg2);
  cursor: pointer;
  transition: all 0.4s;
}

.page form {
  display: inline-block;
}

.grey-box .page a {
  background: #fff;
}

.grey-box .page a.active {
  color: #fff;
  background: var(--colour1);
}

.page a:hover,
.page button:hover {
  color: #fff;
  background: var(--colour1);
}

@media (max-width: 767.8px) {
  .page {
    font-size: 13px;
    line-height: 2.5em;
  }
  .page a,
  .page span {
    padding: 0 14px;
    font-size: 13px;
    line-height: 2.5em;
  }
  .page input {
    font-size: 13px;
    line-height: 2.5em;
  }
  .page button {
    padding: 0 14px;
    font-size: 13px;
    line-height: 2.5em;
  }
  .page form {
    margin-top: 0.5rem;
  }
}

/*头部*/

#head {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  color: var(--text);
  border-bottom: hidden;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 1rem var(--shadow);
  transition: all 0.6s;
}

/*头部标志*/

.head-conent {
  display: flex;
  padding: 0 3% 0 5%;
  width: 100%;
  height: var(--head_height);
  background: #292929;
}

.navbar-brand {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: normal;
  padding: 0px;
  margin: 0px;
}

.navbar-brand img {
  width: auto;
  height: 65%;
}

.navbar-brand > div {
  padding-left: 1rem;
  border-top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: normal;
  text-transform: Uppercase;
  font-size: 1.75rem;
  color: var(--text);
}

/*头部按钮*/

.head-wap-btn {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

.head-wap-btn .dropdown > a {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 0.75rem;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 2.25rem;
  color:#fff;
}

.head-wap-btn .dropdown:hover a {
  color: var(--colour1);
}

.head-btn-member > a {
  font-weight: bold;
}

.head-wap-btn .dropdown > a > div {
  display: flex;
  padding: 0 1.125em 0 0.875em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 2em;
  transition: all 0.4s;
}

.head-wap-btn .dropdown > a span {
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 1.5rem;
  color: inherit;
}

.head-wap-btn .head-btn-member:hover > a > div {
  color: #fff !important;
  border: var(--colour1) !important;
  background: var(--colour1) !important;
}

.head-wap-btn .head-btn-member > a span {
  font-weight: normal;
}

.head-wap-btn .head-btn-search.dropdown > a span {
  margin: 0;
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
  background: #3f3f3f;
  color: #69b531;
}

.head-wap-btn .head-btn-search.dropdown:hover > a span {
  color: #fff !important;
  border: var(--colour1) !important;
  background: var(--colour1) !important;
}

.head-wap-btn .dropdown-menu {
  padding: 0.5rem 0;
  margin-top: 0;
  border-radius: 0px;
  border: none;
  box-shadow: 0 0 0.5rem var(--shadow);
}

.head-wap-btn .dropdown .dropdown-menu a {
  display: block;
  padding: 0 1em;
  font-size: 0.875rem;
  color: var(--text);
  height: 3rem;
  line-height: 3rem;
  border-bottom: rgba(0, 0, 0, 0.1);
}

.head-wap-btn .dropdown .dropdown-menu a:hover {
  color: #fff !important;
  background: var(--colour1);
}

.head-wap-btn .dropdown .dropdown-menu a:last-of-type {
  border-bottom: none;
}

.head-wap-btn .dropdown .dropdown-menu svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
}

.head-wap-btn .dropdown-menu .title {
  padding: 0 0.5rem;
  font-size: 1.375rem;
  line-height: 1.5rem;
  white-space: nowrap;
}

.head-wap-btn .head-btn-search .dropdown-menu {
  left: auto;
  right: -4rem;
}

.head-wap-btn .dropdown-menu form {
  display: flex;
  margin: 1rem 2rem;
  min-width: 20rem;
}

.head-wap-btn .dropdown-menu form input {
  padding: 0 1rem;
  border-radius: 2rem 0 0 2rem;
}

.head-wap-btn .dropdown-menu form button {
  padding: 0 1rem;
  border-radius: 0 2rem 2rem 0;
  border: none;
  background: var(--colour1);
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
}

.head-wap-btn .dropdown-menu form button:hover {
  background: var(--colour2);
}

.head-wap-btn .dropdown-menu form button span {
  font-size: inherit;
  color: inherit;
}

.navbar-toggler {
  width: var(--head_height);
  background: var(--colour1);
  color: #fff;
  border-radius: 0;
  border: none;
  margin-left: 1rem;
}

.navbar-toggler span {
  width: 1.5rem;
  height: 0.125rem;
  background-color: #fff;
  display: block;
  margin: 0.375rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler:hover {
  cursor: pointer;
}

.navbar-toggler span:nth-child(1) {
  transform: translateY(0.5rem) rotate(45deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler span:nth-child(3) {
  transform: translateY(-0.5rem) rotate(-45deg);
}

.navbar-toggler.collapsed span {
  opacity: 1;
  transform: translateY(0) rotate(0);
}

/*头部导航*/

#head .navbar-collapse {
  justify-content: flex-end;
  height: 100%;
}

#head .navbar-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
  padding: 0 1%;
}

#head .navbar-nav > li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1.75rem;
}

#head .navbar-nav > li:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0%;
  width: 100%;
  height: 0.25rem;
  background-color: var(--colour1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
  transform-origin: 100%;
}

#head:hover .navbar-nav > li.active:after,
body:not(.top) #head .navbar-nav > li.active:after,
#head .navbar-nav > li:hover:after {
  transform: scaleX(1);
  transform-origin: 0%;
}

#head .navbar-nav > li > a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0;
  font-size: 1rem;
  line-height: 38px;
  color: inherit;
  text-align: center;
  text-transform: Uppercase;
  border-radius: 0.25rem;
  color: #fff;
}

#head .navbar-nav > li:hover > a {
  color:#69b531;
}

#head .navbar-nav > li.active > a {
  color:#69b531;
}

#head:hover .navbar-nav > li.active > a {
  color:#69b531;
}

#head .navbar-nav .dropdown-menu {
  min-width: 11rem;
}

#head .navbar-nav .head-nav {
  padding: 0.5rem 0;
  margin-top: 0;
  border-radius: 0px;
  border: none;
  box-shadow: 0 0 0.5rem var(--shadow);
}

#head .navbar-nav .head-nav a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 1.5rem;
  color: var(--text);
  font-size: 0.875rem;
  line-height: 3em;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
}

#head .navbar-nav .dropdown-menu > a:last-of-type {
  border-bottom: none;
}

#head .navbar-nav .head-nav a:hover {
  color: #fff;
}

#head .navbar-nav .head-nav a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0%;
  width: 0%;
  height: 100%;
  background-color: var(--colour1);
  transition: all 0.4s;
}

#head .navbar-nav .head-nav a:hover:before {
  width: 100%;
}

#head .navbar-nav .head-subnav {
  z-index: 1;
  top: 0;
  left: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0.5rem 0 0.5rem -0.5rem var(--shadow) inset;
}

/*特殊的产品导航*/
#head .navbar-nav .head-p-nav .head-nav {
  padding: 2rem 0;
}
#head .navbar-nav .head-p-nav .dropdown-menu {
  position: fixed;
  top: var(--head_height);
  left: 0;
  width: 100%;
  background-color: var(--grey_bg);
  border-top: 1px solid var(--border_colour);
}
#head .navbar-nav .head-p-nav .dropdown-menu .sub-box .item {
  width: 24%;
  padding: 0 15px;
}
#head .navbar-nav .head-p-nav .dropdown-menu a {
  display: block;
  width: 100%;
  padding: 0;
  border-bottom: 0;
  font-size: 0.875rem;
  line-height: 2em;
}
#head .navbar-nav .head-p-nav .dropdown-menu a.title {
  margin: 0.5rem 0;
  font-size: 1rem;
  color: var(--title);
}
#head .navbar-nav .head-p-nav .dropdown-menu a.title:first-of-type {
  margin: 0 0 0.5rem;
}

#head .navbar-nav .head-p-nav .dropdown-menu a:hover {
  color: var(--colour1);
}
#head .navbar-nav .head-p-nav .dropdown-menu a:before {
  display: none;
}
#head .navbar-nav .head-p-nav .dropdown-menu a .img {
  text-align: center;
  background: #fff;
}
#head .navbar-nav .head-p-nav .dropdown-menu a .img img {
  width: 80%;
}
#head .navbar-nav .head-p-nav .dropdown-menu a p {
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: bold;
  color: var(--title);
  transition: all 0.4s;
}
#head .navbar-nav .head-p-nav .dropdown-menu a:hover p {
  color: var(--colour1);
}
#head .navbar-nav .head-p-nav .dropdown-menu a span {
  font-size: 0.875rem;
  line-height: 1.25em;
  color: var(--small_text);
}
/*头部搜索*/

#search-modal .modal-dialog {
  margin: 0;
  width: 100vw;
  max-width: none;
}

#search-modal .modal-content {
  border-radius: 0;
  border: none;
}

#search-modal .modal-header {
  padding: 2rem 1rem;
}

#search-modal .modal-header form {
  display: flex;
  width: 100%;
}

#search-modal .modal-header input,
#search-modal .modal-header button {
  border: none;
  border-radius: 0;
  background: none;
}

#search-modal .modal-header input {
  font-size: 1.5rem;
  font-weight: 800;
}

#search-modal .modal-header button {
  cursor: pointer;
}

#search-modal .modal-header button span {
  color: #999;
  transition: all 0.4s;
}

#search-modal .modal-header button:hover span {
  color: var(--colour1);
}

#search-modal .modal-body {
  padding: 3rem 4rem;
}

#search-modal .modal-header button span {
  font-size: 1.5rem;
}

#search-modal .modal-body a {
  display: block;
  font-size: 1.125rem;
  line-height: 2em;
  font-weight: bold;
  color: var(--dark);
  transition: all 0.4s;
}

#search-modal .modal-body a:hover {
  color: var(--colour1);
}

/*手机菜单*/

#wap-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1051;
  background: #fff;
  box-shadow: 0 0 1rem rgba(29, 37, 48, 0.07);
}

#wap-menu .menu-head {
  display: flex;
  justify-content: space-between;
  height: var(--head_height);
  padding-left: 3%;
  background: #fff;
}

#wap-menu .menu-head .menu-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}

#wap-menu .menu-head .menu-logo img {
  width: auto;
  height: 55%;
}

#wap-menu .menu-head .close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--head_height);
  height: inherit;
  background: var(--colour1);
  opacity: 1;
}

#wap-menu .menu-head .close span {
  font-size: 1.25rem;
  font-weight: normal;
  color: #fff;
}

#wap-menu .menu-body {
  display: flex;
  flex-direction: column;
  height: calc(100vh - var(--head_height));
  border-top: 1px solid #ebebeb;
  overflow: hidden;
}

#wap-menu .menu-body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

#wap-menu .menu-search form {
  display: flex;
  padding: 0.5rem 0;
  margin-top: 1rem;
  margin-bottom: 3rem;
  margin-left: 4vw;
  margin-right: 4vw;
  border-bottom: 2px solid var(--grey_bg2);
}

#wap-menu .menu-search input,
#wap-menu .menu-search button {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  font-size: 1.5rem;
  color: var(--text);
}

#wap-menu .menu-search input {
  line-height: 1.25em;
}

#wap-menu .menu-search button {
  padding: 0 0.5rem;
  font-size: 1.75rem;
}

#wap-menu .menu-search button span {
  font-size: inherit;
  color: inherit;
}

#wap-menu .menu-nav {
  flex-shrink: 1;
  width: 100%;
  height: 100%;
  padding: 4vw;
  overflow-y: auto;
}

#wap-menu .navbar-nav li > a {
  display: block;
  padding: 0.75rem 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5em;
  color: var(--title);
}

#wap-menu .navbar-nav a:focus {
  color: var(--colour1);
}

#wap-menu .navbar-nav li .subnav {
  padding: 0;
  border-radius: 0;
  border: none;
  overflow: hidden;
}

#wap-menu .navbar-nav li .subnav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#wap-menu .navbar-nav li .subnav > ul li {
  width: 48%;
}

#wap-menu .navbar-nav li .subnav a {
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 0.9375rem;
  font-weight: normal;
  color: var(--text);
}

#wap-menu .navbar-nav li .subnav a.h6 {
  margin: 1rem 0;
  padding: 0 1.5em;
  font-size: 1rem;
  font-weight: bold;
  line-height: 3em;
  color: var(--title);
  background: var(--grey_bg);
}

#wap-menu .menu-bottom {
  flex-shrink: 0;
  width: 100%;
  padding: 1rem 4vw;
}

#wap-menu .menu-bottom a {
  display: inline-block;
  line-height: 1.5rem;
  margin-right: 1.5rem;
}

#wap-menu .menu-bottom a svg {
  display: inline-block;
  vertical-align: bottom;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}

/*导航滚到顶部样式*/

.head-bg {
  padding-top: var(--head_height);
}

.no-head-bg.top #head {
  padding-top: 0.5rem;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 1rem rgba(29, 37, 48, 0);
}

.no-head-bg.top #head:hover {
  padding-top: 0rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 1rem rgba(29, 37, 48, 0.07);
}

.no-head-bg.top #head .navbar-brand {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.no-head-bg.top #head .navbar-nav li > a {
  color: #fff;
}

.no-head-bg.top #head:hover .navbar-nav li > a {
  color: var(--text);
}

.no-head-bg.top #head:hover .navbar-nav li.active > a,
.no-head-bg.down #head .navbar-nav li.active > a,
.no-head-bg.top #head:hover .navbar-nav li:hover > a {
  color: var(--colour1);
}

.no-head-bg.top.menu-open #head {
  background: rgba(255, 255, 255, 1);
}

.no-head-bg.top.menu-open #head .navbar-brand,
.no-head-bg.top #head:hover .navbar-brand {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}

.no-head-bg.top #head:hover .head-wap-btn .dropdown > a {
  color: var(--text);
}

.no-head-bg.top #head:hover .head-wap-btn .dropdown a:hover {
  color: var(--colour1);
}

.no-head-bg.top #head:hover .head-wap-btn .dropdown > a div,
.no-head-bg.top #head:hover .head-wap-btn .head-btn-search.dropdown > a span {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.no-head-bg.top .head-wap-btn .dropdown > a {
  color: #fff;
}

.no-head-bg.top .head-wap-btn .dropdown > a div,
.no-head-bg.top .head-wap-btn .head-btn-search.dropdown > a span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0);
}

.no-head-bg.top .head-wap-btn .dropdown:hover > a {
  color: #fff;
}

#head .head-wap-btn .dropdown.language > a span {
  display: inline-block;
  margin-right: 0.375rem;
}


.buy-box{position:relative; }
.buy-box .tit{display:block;font-size:1rem;line-height:96px;padding-left:2rem;background-repeat:no-repeat;background-position:left center;background-size:1.5rem;background-image:url('../images/buy-tit.png');transition:all .3s; color: #fff;}
.buy-box .sub{position:absolute;left:50%;top:88px;padding-top:5%;width:10rem;transform:translateX(-50%);display:block}
.buy-box .sub .list{border:1px solid #dddfe2;box-shadow:0 10px 21px rgba(0,0,0,.05);padding:3% 12%;background-color:#f9fafb;position:relative;box-sizing: border-box;}
.buy-box .sub .list:before{content:"";position:absolute;left:56%;top:-10px;width:.45rem;height:.25rem;background-repeat:no-repeat;transform:translateX(-56%);background-image:url('../images/buy-sj.png')}
.buy-box .sub .list a{display:block;font-size:14px;line-height:35px;padding:5% 0 5% 18%;background-repeat:no-repeat;background-position:left center;color:#333;border-bottom:1px solid #e4e4e6;transition:all .3s}

.wxbox{position:absolute;z-index:9;width:140px;height:140px;left:-80%;top:0px;opacity:0;transition:all .4s; background: #fff; margin: 2%;}
.wxbox.active{opacity:1}
.wxbox img{position:absolute;width:120px;height:120px;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2}

.wxbox2{position:absolute;z-index:9;width:140px;height:140px;left:-80%;top:44px;opacity:0;transition:all .4s; background: #fff; margin: 2%;}
.wxbox2.active{opacity:1}
.wxbox2 img{position:absolute;width:120px;height:120px;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2}


/*head end*/

/*banner*/

.banner{ width:100%; overflow:hidden;position:relative; /* margin-top: 60px; */}
.banner ul li a{display: block;height: 100%;overflow: hidden;}
.banner ul li .img{overflow: hidden;height: 100%;}
.banner ul li .img img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.banner ul li .img video{display:block; width:100%;height:100%;-o-object-fit: cover;object-fit: cover;}
.banner ul li .txt{position: absolute;left: 6%;bottom: 6%;}
.banner ul li .txt .ml1{font-size: 48px;line-height: 48px;color: #fff;font-weight: bold;}
.banner ul li .txt .ml1 span{color: #69b531;}
.banner ul li .txt .ml2{font-size: 30px;line-height: 40px;color: #fff;margin-top: 30px;}
.banner ul li.swiper-slide-active .txt .ml1{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 0.5s;animation-delay: 0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml2{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1.5s;animation-delay: 1.5s; -webkit-animation-fill-mode:both;animation-fill-mode:both;}
.bandd{ position:absolute; left:0; bottom:30px!important; width:100%; text-align:center; z-index:5;display: flex;align-items: center;justify-content: center;}
.bandd span{z-index:2;cursor:pointer;margin:0 6px!important;width:8px;height:8px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:rgba(255, 255, 255, 0.7);opacity: 1!important;}
.bandd span.swiper-pagination-bullet-active{background:#69b531;}
.bandd span.swiper-pagination-bullet-active:after{content: "";position: absolute;left: -5px;top: -5px;border: 1px solid #69b531;width: 18px;height: 18px;border-radius: 50%;}
.banz,.bany{ position:absolute; top:50%; width:50px; height:50px;margin-top: -25px; opacity:0;  -webkit-transition:0.5s;transition:0.5s; cursor:pointer; z-index:5;font-size: 20px;line-height:50px;text-align: center;color: #fff;background: rgba(0, 0, 0, 0.4);border-radius: 50%;}
.banz{ left:5%;}
.bany{ right:5%;}
.banner:hover .banz,.banner:hover .bany{ opacity:1;}

.invideobox{position: relative;}
.invideobox video{ width:100%; height: 100%; display: block;} 

.index-video-flex{max-width:1000px;padding:6%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center; z-index: 999999; background: rgba(0, 0, 0, 0.4);}
.index-video-flex .hbt1{color:#fff;margin-top:0;margin-bottom:0;font-size:36px;line-height:1.2;font-weight:600}
.index-video-flex .hbt2{margin-top:0;margin-bottom:0;line-height:1.2;color:#fff;font-size:18px;margin-top:2%; font-weight: 300;}
.index-vdo-more{height:auto;overflow:hidden;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:30px;z-index:1}
.index-vdo-more a{display:inline-block;width:150px;line-height:46px;height:46px;position:relative;color:#fff;text-transform:uppercase;margin:10px 10px;font-size:14px}
.index-vdo-more a.white{border:1px solid #fff}
.index-vdo-more a.white:hover{background-color:#69b531;border-color:#69b531}
.index-vdo-more a.huang{background:-moz-linear-gradient(to right,#69b531,#69b531);background:-webkit-gradient(linear,center left,center right,from(#69b531),to(#69b531));background:-webkit-linear-gradient(to right,#69b531,#69b531);background:-o-linear-gradient(to right,#69b531,#69b531);background:-ms-linear-gradient(to right,#69b531,#69b531);background:linear-gradient(to right,#69b531,#69b531)}
.index-vdo-more a.huang::after{content:'';width:100%;height:46px;border:1px solid #69b531;position:absolute;left:6px;top:6px;z-index:-1}



.e-pro{margin:80px auto 0;}
.e-proa{margin:3% 0 2%;}
.e-proav{max-width:1200px;margin:auto;position:relative;}
.e-proav li{overflow: hidden;width:25%;}

/*.seac2{box-sizing:border-box;box-shadow:-5px 0 10px -5px #ccc}
.e-pra{transition: all 0.3s;padding: 120px 10px 120px 10px;text-align: center;}
.e-pra img{ransform: translateX(60px);}
.e-prb p{font-size:60px;border:1px solid #ccc;border-radius: 50%;line-height:100px;display:inline-block;color:#999;width:100px;text-align:center;margin:0 0 40px 30px;transition:all 0.3s;}
.e-proa .swiper-button-prev{left:-110px;}
.e-proa .swiper-button-next{right:-110px;}
.e-proa .swiper-button-next:after,.e-proa .swiper-button-prev:after{display:none;}
.e-proa .nexter{background:url("../images/16.png");width:90px;height: 90px;}
.e-proa .prever{background:url("../images/15.png");width:90px;height: 90px;}
*/

/**/
.y-pro ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-o-flex;display:-ms-flexbox;display:flex;}

.y-pro{max-width:1200px;margin:auto;position:relative;}
.y-pro ul{}
.y-pro li{width:20%;overflow: hidden;flex-shrink: 0; position: relative;}
.y-pro li a{overflow:hidden}
.y-pro li:after{border-right: 1px solid #c5c5c5;display:block;
  content: "";
  height: 40%;
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-40%);
  width: 10px;}
.pico{overflow: hidden; text-align: center;}
.pico img{width: 100px;}
.pico p{font-size: 16px; color: #333; line-height: 45px;}
.ppny{overflow: hidden; width:60%; display: none;}
.ppny .ppico{overflow: hidden; width:35%; float: left;}
.ppny .ppico img{}
.ppny .pptext{overflow: hidden; float: right; width: 60%;}
.ppny .pptext .pwz1{font-weight: 300;font-size: 1rem;line-height: 1.5rem;letter-spacing: .025em;margin: 0.25em 0 0.5em 0;}
.ppny .pptext .pwz2{font-size: 0.875rem;font-weight: 300;margin:3% 0; font-weight: 600;}
.ppny .pptext .pwz3{font-size: 0.875rem;font-weight: 300;}
.ppny .pptext .pwz4{font-size: 0.875rem;font-weight: 300; color: #69b531; text-align: right;  margin-top: 3%;}
.y-proa{box-sizing:border-box;padding:20px 10%;line-height: 30px;font-size:16px;display:none;color:#555;}
.e-pra{transition: all 0.3s;padding: 120px 10px 120px 10px;text-align: center;}
.e-pra img{width:100%;}
.e-pra span{border-radius:50%;overflow:hidden;display:block;width:300px;transform: translateX(30%)}
.e-prb p{font-size:60px;border:1px solid #ccc;border-radius: 50%;line-height:100px;display:inline-block;color:#999;width:100px;text-align:center;margin:0 0 40px 30px;transition:all 0.3s;}
.y-pro li.yys .e-pra img{transform: translateX(0px);}
.y-pro li.yys .e-prb{display:none;}
.y-pro li.yys .e-pra{padding: 120px 10px 120px 10px;}
.y-pro li.yys .e-pra span{margin:auto;transform: translateX(0%);}
.y-pro li.yys .y-proa{display:block;}
.y-pro ul:hover li:after{display:none;}

.y-pro .y-probig .pico{}
.y-pro .y-probig li{width:10%;}
.y-pro .y-probig li.cur{width: 60%; border-right: 1px solid #c5c5c5; border-left: 1px solid #c5c5c5; padding: 0 1.5% 0 0; box-sizing: border-box;}
.y-pro .y-probig li.cur .pico{width:80px;float:left;box-sizing:border-box;padding:0 20px}
.y-pro .y-probig li.cur .pico p{display: none;}
.y-pro .y-probig li.cur .ppny{display: block;width:calc(100% - 80px);float:right;}

.indexabout{overflow: hidden; padding: 2% 0;}
.indexabout ul{}
.indexabout li{width: 29.333%; margin: 0 2%; float: left; box-shadow: 0 0 20px rgb(0,0,0,0.1);}
.indexabout li:first-child{box-shadow: unset;}
.abtitle{font-size: 30px;line-height: 1.43333;color: #222;font-weight: 600;}
.abline{height: 1px;width: 50px;margin-top: 15px; background:#69b531;}
.abtext{margin-top:6%;line-height: 2;font-weight: lighter;color: #222; font-size: 14px;}
.abbutter{ color: #fff; margin-top: 10%;}
.abbutter a{color: #fff;padding:2% 10%; font-size: 16px; background: #69b531; box-sizing: border-box; font-size: 14px; display: inline-block; }
.abbutter a:hover{background:#000;}

.abimg{width: 100%;}
.abimg img{width: 100%; display: block;}
.abtdes{padding:8%; background: #fff; box-sizing: border-box;}
.abttwz{font-size: 18px;line-height: 1.4444;font-weight: 600;margin-bottom: 10px;transition: .3s; text-align: center; color: #222;}
.abttwz2{line-height: 2;color: #222; font-size: 14px; text-align: center;font-weight: lighter;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;}

.abbutter2{ color: #fff; margin-top: 10%; text-align: center;}
.abbutter2 a{color: #fff;padding:2% 10%; font-size: 16px; background: #69b531; box-sizing: border-box; font-size: 14px; display: inline-block; }
.abbutter2 a:hover{background:#000;}
.indexabout li:hover .abttwz2{color: #69b531;}

.i_two{width: 100%; overflow: hidden; box-sizing: border-box; }
.i_twobg{margin-top: 0px; overflow: hidden;}
.i_two .imgs{ overflow:hidden; position:relative;}
.i_two .imgs img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.i_two .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.btext{position: absolute; top: 45%; left:5%; -webkit-transform: translateY(-50%);transform: translateY(-50%);}
.btext .ppbt{font-size: 40px;color: #fff; margin-bottom:3%;}
.btext .ppwz{border: 3px solid;border-color: inherit;padding:2% 6%; font-size: 16px; color: #69b531; box-sizing: border-box; text-align: center; display: inline-block;}

.btext2{position: absolute; bottom: 5%; top: unset; left:5%}
.btext2 .ppbt{font-size: 30px;color: #fff; margin-bottom:2%;}
.btext2 .ppwz{ font-size: 16px; color: #69b531; box-sizing: border-box; display: inline-block;}

.i_two .txts{ background:rgba(255,255,255,0.3); overflow:hidden; position:absolute; width:0%; height:0%; top:0; left:0;transition:all 0.3s; }
.i_two .txts .tables{ display:table; width:100%; height:100%; }
.i_two .txts .tables .cell_tb{ display:table-cell; vertical-align:middle;}
.i_two .txts i{ margin:0 auto; display:block; width:34px; height:24px; overflow:hidden; background:url(../images/i_bg7.png) center center no-repeat; background-size:auto 100%;}
.i_two .txts .bt{font-size: 22px;}
.i_two .txts span{ clear:both; display:inline-block; overflow:hidden; margin-top:10px; text-transform:uppercase; font-size:16px; padding: 0 3%; box-sizing: border-box;}
.i_two .txts:hover{opacity:1.0;filter:Alpha(opacity=100); box-shadow: 7px 7px 7px #ccc;}
.i_two .i_two_l{ overflow:hidden;}
.i_two .i_two_l ul li{ float:left; overflow:hidden; width:25%;}
.i_two .i_two_l ul li:first-child{ width:50%;}
.i_two .i_two_l ul li:last-child{ width:50%;}
.i_two .i_two_l ul li:nth-child(3){ float:right;}


.i_two .i_two_l ul li .imgs::after{ content:"";position: absolute; top: -10px; left: -10px; width: 0; height: 0; z-index: 1; background:rgba(255,255,255,0.1); border-top: 10px solid #69b531; border-left: 10px solid #69b531;transition:all 0.5s; }
.i_two .i_two_l ul li .imgs::before{ content:"";position: absolute; bottom: -10px; right: -10px; width: 0; height: 0; z-index: 2; background:rgba(255,255,255,0.1); border-bottom: 10px solid #69b531; border-right: 10px solid #69b531;transition:all 0.5s; }
.i_two .i_two_l ul li:hover .imgs::after{width: 100%; height: 100%;top: 0px; left: 0px;}
.i_two .i_two_l ul li:hover .imgs::before{width: 100%; height: 100%;bottom: 0px; right: 0px;}

.i_two .i_two_r{ float:right;width:50%; overflow:hidden;}
.i_two .i_two_r ul li{ float:left; overflow:hidden; width:50%;}
.i_two .i_two_r ul li:nth-child(2){ float:right;}
.i_two .i_two_r ul li:nth-child(3){width:100%; margin-bottom:0%; }
.i_two .i_two_m{width: 100%; overflow: hidden;}
.i_two .i_two_m ul{margin-right: -1%}
.i_two .i_two_m li{width: 32.333%; height: auto; float: left;margin-top: 1%; margin-right: 1%}

.wh{padding: 0 5%; overflow: hidden; box-sizing: border-box;}
.titlebt{font-size:50px;line-height: 65px; overflow: hidden; color: #fff; font-weight: 600; text-align: center;} 
.inprobox{background: #262728; padding:3% 0%; box-sizing: border-box;}
.inprobox1{overflow: hidden; padding:3% 6%; box-sizing: border-box;}
.inprobox2{overflow: hidden;}
.swiper-slide{background-size:cover;background-position:center}

.mySwiper3 .swiper-slide img{width: 100%;}
.mySwiper3 .pwz{padding: 3%; text-align: center; font-size: 16px;}
.mySwiper4{height:20%;box-sizing:border-box;padding:10px 0}
.mySwiper4 .swiper-slide{opacity:0.4}
.mySwiper4 .swiper-slide-thumb-active{opacity:1}
.promore_l .swiper-slide img{display:block;width:100% !important;height:100%;object-fit:cover;}
.mySwiper4 .swiper-slide img{display:block;object-fit:cover;}
.mySwiper4 .swiper-slide img{display:block;object-fit:cover;}
.mySwiper3 .swiper-button-next:after, .mySwiper3 .swiper-button-prev:after{color: #69b531; background: none;}

.mySwiper4 .pico{overflow: hidden; text-align: center;}
.mySwiper4 .pico .pimg{overflow: hidden;}
.mySwiper4 .pico .pimg img{max-width: 100%; display: block; clear: both; margin: auto;}
.mySwiper4 .pico .ptitle{font-size: 24px;line-height: 24px;color: #fff;margin: 3% 0;}
.mySwiper4 .pico .pbutter{font-size: 16px; line-height: 24px; color: #666;}
.mySwiper4 .pico .pimg .pimg1{display: block;}
.mySwiper4 .pico .pimg .pimg2{display: none;}
.mySwiper4 .pico .pimg:hover .pimg1{display: none;}
.mySwiper4 .pico .pimg:hover .pimg2{display: block;}

.mySwiper5 .swiper-pagination{display: flex;align-items: center;justify-content: center;bottom: 40px; position: relative;}
.mySwiper5 .swiper-pagination span{z-index:2;cursor:pointer;margin:0 5px!important;width:2%;height:2px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:#fff;opacity: 1!important;}
.mySwiper5 .swiper-pagination span.swiper-pagination-bullet-active{background:#69b531;}
.mySwiper5 .swiper-pagination span.swiper-pagination-bullet-active:after{content: "";position: absolute;left: -15px;top: -15px;border: 1px solid #69b531;width:37.5px;height:37.5px;border-radius: 50%; display: none;}

.index-product{display:flex;align-items:flex-end;justify-content:space-between; background: #f5f5f5;}
.index-product .left{position:relative;z-index:2;width:28%;padding:3% 5%;box-sizing: border-box;}
.index-product .left .subtitle{line-height:40px; font-size:40px; color: #333;margin-bottom:5%; font-weight: 600;}
.index-product .left .title{margin-bottom:2%;line-height:1em; font-size:24px; color: #555;}
.index-product .left p{font-size: 16px; line-height:24px; margin-top:8%; color: #888;}
.index-product .left .hover-btn{margin-top:18%}
.hover-btn{display:inline-block;position:relative;padding:0 1.75em;font-size:16px;line-height:2.75em;color:#fff !important;border:1px solid #69b531;border-radius:3em;overflow:hidden;transition:all 0.4s}
.hover-btn:hover{color:#69b531 !important}
.hover-btn span{position:relative;z-index:3;color:inherit}
.hover-btn:before{transition:all 0.6s;transform:scale(0);position:absolute;left:0%;bottom:0%;z-index:2;width:30px;height:30px;border-radius:100%;background:#fff;content:""}
.hover-btn:after{position:absolute;left:0;top:0;width:100%;height:100%;background:#69b531;content:""}
.hover-btn:hover:before{transition:all 0.6s;transform:scale(10)}
.index-product .left .product-btn{position:absolute;z-index:2;right:0;bottom:12.7%;padding:0;transform:translate(50%,0%)}
.index-product .left .product-btn > div{width:64px;height:64px;line-height:64px;font-size:20px;text-align:center;color:#fff;background:#171717;transition:all 0.4s}
.index-product .left .product-btn > div.prev{background:#999999}
.index-product .left .product-btn > div:hover{background:#69b531}
.index-product .left .product-btn > div span{font-size:inherit;line-height:inherit;color:inherit}
#product-list{width:82%;padding:0 0 3%}
#product-list .swiper-pagination{top:auto;bottom:0}
#product-list .swiper-pagination-progressbar{background:#fff}
#product-list .swiper-slide a{display:block;min-height:100%; position: relative;}
#product-list .swiper-slide a .title{position: absolute; left: 0%; top: 0%; right: 0%;bottom: 0%; background: rgba(0,0,0,0.6);
	z-index: 2; box-sizing: border-box; text-align: center; padding: 5%;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	transition: all .4s ease}
#product-list .swiper-slide a .title img{max-width: 100% !important; display: block; clear: both; margin: auto;}
#product-list .swiper-slide a:hover .title{color:#69b531}
#product-list .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#69b531}

.obj-cover,.obj-cover img{-o-object-fit:cover;object-fit:cover}
.obj-cover img{width:100%;height:100%}
.index-product .swiper-slide a .zoom-img{overflow:hidden}
.index-product .swiper-slide a .zoom-img img{width:100%;transition: all 0.6s; -ms-transition: all 0.8s;}
.index-product .swiper-slide a:hover .zoom-img img{transform:scale(1.1)}


.sy-tit{font-size:50px;position: relative;z-index: 9;color: #fff; font-weight: 600}
.sy-tit::after{content: '';width:214px;height:4px;background: #69b531;position: absolute;left: 0;bottom: 0;z-index: -1;}
.des{font-size: 16px!important;line-height: 30px!important;color: #999!important;}
.more{display: inline-block;font-size: 14px;color: #fff;border: 1px solid #fff;border-radius: 500px;padding: 12px 24px;transition: .4s;}
.more:hover{border: 1px solid #69b531;color: #fff;background: #69b531;}
.b{font-family: Montserrat-Bold!important;}
.box:after{content: " ";display: block;height: 0;clear: both;visibility: hidden;}
.index3{padding-left: 7%;/* background: #f1f1f1; */height: auto;position: relative; background: url(../images/a_bg.jpg) no-repeat; background-size: cover;}
.index3 .box{width: 48%;  padding-top:4%; float: left;}
.index3 .img{height: auto;width: 50%; float: right;}
.index3 .img img{width: 100%;height: 100%;object-fit: cover;}
.index3 .box .more{color: #666;border: 1px solid #666;}
.index3 .box .more:hover{color: #fff;border: 1px solid #69b531;}
.index3 .box .des{margin:3% 0;height: auto;overflow: hidden;}



.activity{padding: 4% 0; overflow: hidden;}
.activity .cont{/* width: 100%;*/*zoom: 1;}
.activity ul{margin-right: -1%;}
.activity li{width: 49%; float: left; margin-right: 1%; position: relative;}
.activity li .pc_img{overflow: hidden; transition: all 0.6s; -ms-transition: all 0.8s;}
.activity li .pc_img img{width: 100%; transition: all 0.6s; -ms-transition: all 0.8s;}
.activity li:hover .pc_img img{transform: scale(1.1);}
.activity li .wenzi{position: absolute; left: 0%; top: 0%; right: 0%;bottom: 0%; background: rgba(0,0,0,0.6);
	z-index: 2; box-sizing: border-box; text-align: center; padding: 5%;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	transition: all .4s ease
}
.activity li .wenbg{position: absolute; left: 0%; top: 0%; right: 0%;bottom: 0%; background: rgba(0,0,0,0.6);
	z-index: 2; box-sizing: border-box; text-align: center; padding: 5%;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
	transition: all .4s ease
}
.activity li .wenzi .p1{font-size: 32px;color: #ffffff;margin-bottom:5%;}
.activity li .wenzi .p2{font-size: 20px;color: #ffffff;line-height: 28px;margin-bottom:5%;}
.activity li .wenzi span{font-size:16px;color: #fff; text-transform: uppercase;}

/* 首页标题 */

.index-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3rem;
}

.index-title .title {
  position: relative;
  z-index: 1;
}

.index-title .title .font-en {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0%;
  font-size: 6rem;
  line-height: 1em;
  white-space: nowrap;
  text-transform: Uppercase;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
  -webkit-text-fill-color: transparent;
}

.index-title .right {
  flex-shrink: 0;
  text-align: right;
}

.index-title .right .btn-box a {
  display: inline-block;
  cursor: pointer;
  margin-left: 0.5rem;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.5rem;
  text-align: center;
  color: var(--text);
  background: var(--grey_bg);
  border-radius: 50%;
  transition: all 0.4s;
}

.index-title .right .btn-box a:hover {
  color: #fff;
  background: var(--colour1);
}

.index-title .right a span {
  font-size: inherit;
  color: inherit;
}





/*标语*/



/*news*/

.index-n-title {
  /* display: flex;
  justify-content: space-between; */
  text-align: center;
}

.index-n-title > div {
  /* display: flex;
  align-items: center; */
  padding: 0;
  margin: 0;
  color: #000;
}

.index-n-list .item {
  display: flex;
  align-items: center;
  /* box-shadow: 0 2px 10px 0 rgba(54,58,59,0.15); */
}

.index-n-list .item .img {
  display: block;
  margin-bottom: 1.5rem;
  padding-bottom: 61.8%;
  overflow: hidden;
}

.index-n-list .item .img img {
  width: 100%;
  height: 100%;
}

.index-n-list .item .time {
  font-size: 0.9375rem;
  color: var(--colour1);
}

.index-n-list .item .title {
  display: block;
  margin: 0.5rem 0 1rem;
  font-size: 1.25rem;
  line-height: 1.375em;
  color:#69b531;
  transition: all 0.4s;
}

.index-n-list .item:hover .title {
  color: var(--colour1);
}

.index-n-list .item:hover .title:hover {
  color: var(--colour2);
}

.index-n-list .item pre {
  font-size: 0.9375rem;
  color: var(--text);
  transition: all 0.4s;
}

.index-n-list .item .bottom {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-n-list .item .bottom a {
  margin-right: 0.5rem;
  font-size: 0.875rem;
  color: var(--small_text);
}

.index-n-list .item .bottom a:hover {
  color: var(--colour1);
}

.index-n-list .item .bottom a span {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: var(--colour1);
  transition: all 0.4s;
}

.index-n-list .item .bottom a:hover span {
  background: var(--colour2);
}

.i1_ne {position: relative;z-index: 5; padding:3% 0;}
.i1_ne .ibt{position: relative; padding:0;overflow: hidden; padding:0 2% 4%; box-sizing: border-box;}
.i1_ne .ibt .news { margin-top: 3%;}
.i1_ne .ibt .news .scrollbar3 {display: none;}
.i1_ne .ibt .news .swiper-slide {-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
.i1_ne .ibt .news .swiper-slide * {-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
.i1_ne .ibt .news .swiper-slide .sbox {position: relative;overflow: hidden; box-sizing: border-box; margin-right: 3%; box-shadow: 0 2px 10px 0 rgba(54,58,59,0.15);}
.i1_ne .ibt .news .swiper-slide .sbox a {display: block;}
.i1_ne .ibt .news .swiper-slide .sbox a img {display: block; margin: 0 auto; max-width: 100%}
.i1_ne .ibt .news .swiper-slide .sbox .txt {font-size:20px; line-height:26px; padding:5%; border-bottom: #69b531 solid 2px; color: #333; overflow: hidden; box-sizing: border-box;}
.i1_ne .ibt .news .swiper-slide .sbox .txt p{font-size:14px; line-height:26px; margin:2% 0; color: #666;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;}
  .i1_ne .ibt .news .swiper-slide .sbox .txt span{font-size: 14px; color:#69b531; float: right; margin-top: 6%;}
.i1_ne .ibt .news .swiper-slide:hover .sbox .txt {flex-wrap:wrap;align-items: center; width: 100%; height: 100%;justify-content: center;  transition: all .4s ease; border-bottom: #84c225 solid 2px;}
.i1_ne .ibt .news .swiper-slide:hover .sbox .txt p{}
.i1_ne .ibt .news .swiper-slide:hover .sbox{}
.i1_ne  .prev3 {width: 40px;height: 40px;background-image: url(../img/1_11.png);left:0;margin-top: 0;background-size: 40px;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
.i1_ne  .next3 {width: 40px;height: 40px;background-image: url(../img/1_12.png);right:0;margin-top:0;background-size: 40px;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
.i1_ne  .prev3:hover {background-image: url(../img/1_11_1.png);}
.i1_ne  .next3:hover {background-image: url(../img/1_12_1.png);}
.i1_ne .swiper-button-prev:after, .i1_ne .swiper-rtl .swiper-button-next:after, .i1_ne .swiper-button-next:after, .i1_ne .swiper-rtl .swiper-button-prev:after{display: none;}

.news .swiper-paginations{display: flex;align-items: center;justify-content: center;bottom: -30px !important; position: relative;}
.news .swiper-paginations span{z-index:2;cursor:pointer;margin:0 5px!important;width:8px;height:8px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:#333;opacity: 1!important;}
.news .swiper-paginations span.swiper-pagination-bullet-active{background:#69b531;}
.news .swiper-paginations span.swiper-pagination-bullet-active:after{content: "";position: absolute;left: -15px;top: -15px;border: 1px solid #69b531;width:37.5px;height:37.5px;border-radius: 50%; display: none;}


.inparterbox {position: relative;z-index: 5; padding: 0;}
.inparterbox .ibt{position: relative; padding:0;overflow: hidden; padding:2.5%; box-sizing: border-box;}
.inparterbox .ibt .parter { margin:0 0 2% 0;}
.inparterbox .ibt .parter .scrollbar3 {display: none;}
.inparterbox .ibt .parter .swiper-slide {-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
.inparterbox .ibt .parter .swiper-slide * {-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
.inparterbox .ibt .parter .swiper-slide .sbox {position: relative;overflow: hidden; box-sizing: border-box;}
.inparterbox .ibt .parter .swiper-slide .sbox a {display: block;}
.inparterbox .ibt .parter .swiper-slide .sbox a img {display: block; margin: 0 auto; max-width: 100%}
.inparterbox .ibt .parter .swiper-slide .sbox .txt {font-size:20px; line-height:26px; padding:5%; border-bottom: #69b531 solid 2px; color: #333; overflow: hidden; box-sizing: border-box;}
.inparterbox .ibt .parter .swiper-slide .sbox .txt p{font-size:14px; line-height:26px; margin:2% 0; color: #666;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;}
.inparterbox .ibt .parter .swiper-slide .sbox .txt span{font-size: 14px; color:#69b531; float: right; margin-top: 6%;}
.inparterbox .ibt .parter .swiper-slide:hover .sbox .txt {flex-wrap:wrap;align-items: center; width: 100%; height: 100%;justify-content: center;  transition: all .4s ease; border-bottom: #84c225 solid 2px;}
.inparterbox .ibt .parter .swiper-slide:hover .sbox .txt p{}
.inparterbox .ibt .parter .swiper-slide:hover .sbox{box-shadow: 0 2px 10px 0 rgba(54,58,59,0.15);}
.inparterbox  .prev3, .inparterbox  .next3{top:35%}
.inparterbox  .prev3 {width: 30px;height: 30px;background-image: url(../images/1_11.png);left:0%;margin-top: 0;background-size: 30px;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
.inparterbox  .next3 {width: 30px;height: 30px;background-image: url(../images/1_12.png);right:0%;margin-top:0;background-size: 30px;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
.inparterbox  .prev3:hover {background-image: url(../images/1_11_1.png);}
.inparterbox  .next3:hover {background-image: url(../images/1_12_1.png);}
.inparterbox .swiper-button-prev:after, .inparterbox .swiper-rtl .swiper-button-next:after, .inparterbox .swiper-button-next:after, .inparterbox .swiper-rtl .swiper-button-prev:after{display: none;}

.inparterbox .swiper-paginations{display: flex;align-items: center;justify-content: center;bottom: -30px !important; position: relative;}
.inparterbox .swiper-paginations span{z-index:2;cursor:pointer;margin:0 5px!important;width:8px;height:8px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:#333;opacity: 1!important;}
.inparterbox .swiper-paginations span.swiper-pagination-bullet-active{background:#69b531;}
.inparterbox .swiper-paginations span.swiper-pagination-bullet-active:after{content: "";position: absolute;left: -15px;top: -15px;border: 1px solid #69b531;width:37.5px;height:37.5px;border-radius: 50%; display: none;}


/*页脚*/
.infooter{overflow: hidden;}
.infooter1{overflow: hidden; margin-bottom: 3%;}
.infooter1 ul{}
.infooter1 li{width:19%; float: left; margin: 0 1%; min-height: 61px;}
.infooter1 li:nth-child(1){width: 35%;}
.infooter1 li .footny{overflow: hidden; display: flex;}
.infooter1 li .footny .fico{width:66px;}
.infooter1 li .footny .fico img{display: block; width: 100%;}
.infooter1 li .footny .ftext{overflow: hidden; margin-left:6%; display: inline-block; width: 80%;}
.infooter1 li .footny .ftext .ftbt{font-size: 20px; color: #000;}
.infooter1 li .footny .ftext .ftwz{font-size: 12px; color: #737273; line-height:1.5rem; font-weight: lighter;}

.infooter2{padding: 3% 0; background: #2d3033;}
.infooter2 ul{}
.infooter2 li{width:19%; float: left; margin: 0 1%; }
.infooter2 li:nth-child(1){width: 35%;}
.infooter2 li .mbt{color:#f1f2f5;font-size:16px;font-weight:700;line-height:1.75;margin-bottom:0.3125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.infooter2 li .fment{overflow: hidden;}
.infooter2 li .fment dl{}
.infooter2 li .fment dd{ font-size:16px;color:#a6a6a6;font-weight:200;letter-spacing:0;line-height:1.5em;text-align:left;}
.infooter2 li .fment dd a{ font-size:14px;color:#a6a6a6;font-weight:200;letter-spacing:0;line-height:1.5em;text-align:left;}
.infooter2 li .fment dd a:hover{color:#69b531;}
.infooter2 li .fkfly{background:#dde1e6; padding:12% 8%; box-sizing: border-box; margin-top: -57%;}
.infooter2 li .fkbt{font-size: 28px; color: #222;line-height: 1.4;margin-bottom: 1.2625rem;font-weight: 600;}
.infooter2 li .fkwz{font-size: 16px;line-height: 1.75;}
.foot-code-form{height: auto;overflow: hidden;position: relative; margin:11% 0;}
.foot-code-form input{display: block;width: 100%;height: 48px;line-height: 48px;border: none;outline: none;background-color: #fff;padding-left: 15px;padding-right: 100px;color: #999;font-size: 15px;}
.foot-code-form button{display: block;width: 60px;height: 48px;line-height: 48px;text-align: center;color: #fff;font-size: 15px;text-transform: uppercase;border: none;outline: none;cursor: pointer;background-color: #69b531;position: absolute;top: 0;right: 0;}
.infooter3{background: #000000; overflow: hidden;}
.infooter3_1{padding: 1.5% 0; display: flex;justify-content: space-between;align-items: center;}
.infooter3_1 .flogo{overflow: hidden;}
.infooter3_1 .flogo img{display: block; height: 50px;}
.inico{overflow: hidden;}
.inico p{ margin-right: 2%; float: left;}
.inico p img{max-width: 100%; display: block;}
.inico span{margin:0 4px; margin-bottom:5%;}
.inico i{color: #fff;font-size: 20px;padding: 6px;border-radius: 50%; box-sizing: border-box; line-height: 35px;}
.inico span:hover i{background:#69b531;color: #fff;}

.infooter3_2{padding: 1.5% 0; display: flex;justify-content: space-between;align-items: center; border-top: solid 1px rgb(255, 255, 255, 0.2);}
.quick-nav-list{overflow: hidden; width:40%;}
.quick-nav-list ul{display: flex;}
.quick-nav-list li{font-size: .889rem;line-height: 1.5rem; margin-right: 2%;}
.quick-nav-list li a{color: #69b531;}
.Copyright{font-size: .889rem;line-height: 1.15385rem;color: #fff;text-align: right;}






/*内页开始*/

.inside-banner {
  position: relative;
  background: none;
  overflow: hidden;
}

.inside-banner .info {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.inside-banner .info .title {
  font-size: 3.5rem;
  line-height: 1.25em;
  margin-bottom: 1rem;
  color: #fff;
  text-transform: Uppercase;
  text-shadow: 0 0 2rem var(--shadow);
}

.inside-banner .info .subtitle {
  margin-top: -1em;
  font-size: 6rem;
  line-height: 1em;
  margin-bottom: 0;
  text-transform: Uppercase;
  color: #fff;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.3);
  -webkit-text-fill-color: transparent;
}

.inside-banner .info .slogan {
  font-size: 1.5rem;
  opacity: 0.9;
}

.inside-banner .info {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.mouse-box {
  position: absolute;
  z-index: 1;
  text-align: center;
  left: 50%;
  bottom: 1rem;
  transform: translate(-50%, 0%);
  color: rgba(255, 255, 255, 0.7);
}

.mouse-box small {
  display: block;
  font-size: 0.875rem;
  line-height: 2em;
}

.mouse-icon {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 2.25rem;
  border: 1px solid #fff;
  border-radius: 2rem;
}

.mouse-icon i {
  display: block;
  width: 0.125rem;
  height: 0.5rem;
  border-radius: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0.25rem;
  -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes mouse-dot {
  from {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  to {
    transform: translateY(105px);
    -webkit-transform: translateY(15px);
    opacity: 0;
  }
}

@-webkit-keyframes mouse-dot {
  from {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  to {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    opacity: 0;
  }
}

.inside-banner picture,
.inside-banner img,
.article-banner picture,
.article-banner img {
  width: 100%;
  animation: srmgani 4000ms 1 ease forwards;
}

@keyframes srmgani {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.subchannel_main{ margin:2% 0; overflow: hidden;}
.subchannel{}
.subchannellist { text-align:center;}
.subchannellist li { display:inline-block; padding:0.5% 1%; box-sizing: border-box; border:1px solid #69b531; margin-right:0.5%;}
.subchannellist li a {color: #69b531; font-weight: normal; transition: all .5s linear; box-sizing: border-box; font-size: 16px;}
.subchannellist li:hover{ background: #69b531; color:#fff;text-decoration:none; border-radius: 6px;}
.subchannellist li:hover a{color: #fff;}
.subchannellist li.current{background: #69b531; color:#fff;text-decoration:none; border-radius: 6px;}
.subchannellist li.current a{color: #fff;}
.subchannellist .depth1{ font-size:16px; }
.subchannellist .depth2{ font-size:14px; text-indent:1.5em; background:none; }
.subchannellist .depth2 a{ border:none;}
.subchannellist .depth3{ font-size:14px; text-indent:3em}
.subchannellist .depth4{ font-size:14px; text-indent:4.5em}
.subchannellist .depth5{ font-size:14px; text-indent:6em}
.subchannellist .depth6{ font-size:14px; text-indent:7.5em}

.l-a {width: 100%; padding: 3% 0; overflow: hidden;}
.aboutbox{}
.aboutny{float: left; width: 55%;}
.aboutny .abt{font-size:30px; color: #333; margin-bottom:1%; font-weight: 600; overflow: hidden;}
.aboutny .abt2{font-size: 18px; color: #555; font-weight:300; margin:2% 0; line-height:28px;}
.aboutny .awz{font-size:14px;color: #777;line-height:22px; font-weight:200; margin-bottom: 2%;}
.aboutny img{max-width: 100%; margin:auto; clear: both; display: block;}
.rdpic{ overflow: hidden; }
.rdpic img{width: 100%; display: block; clear: both; overflow: hidden; transition: all .5s; -webkit-transition: all .5s; height:auto}
.rdpic:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.aboutculture{float: right; width: 43%;}
.aboutculture ul{margin-right:-2%;}
.aboutculture li{display: flex;flex-direction: column;justify-content: center; width: 48%; margin-right:2%; margin-bottom:2%; padding:3%; box-sizing: border-box; text-align: center; float: left; min-height: 350px; position: relative;}
.aboutculture li::after{background: #fff;content:""; width: 100%; height: 100%; top: 0; left: 0; position: absolute;transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88); box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1); }
.aboutculture li .aicobox{display: flex;flex-direction: column;justify-content: center; z-index: 9;}
.aboutculture li .aico{font-size: 32px; color: #69b531;}
.aboutculture li .aico i{font-size: 32px; color: #69b531;}
.aboutculture li .aibt{ font-size: 16px; color: #333; font-weight:600; margin:5% 0;}
.aboutculture li .aitext{font-size: 13px;margin: 5px 0 10px 0; color: #79787f; font-weight: lighter;}
.aboutculture li:hover::after{background:#69b531; -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);}
.aboutculture li:hover .aico{color: #fff;}
.aboutculture li:hover .aico i{color: #fff;}
.aboutculture li:hover .aibt{color: #fff;}
.aboutculture li:hover .aitext{color: #fff;}

.h_inn{height:100%;flex-direction:column;align-items:center;justify-content:center;background-image:url(../images/abg2.jpg);background-repeat:no-repeat;background-position:center top;background-attachment:fixed;width:100%;padding:5% 0;background-size:cover;}
/*数据*/
.index-data{ margin-top:4%;}
.index-data ul{display: flex;}
.index-data ul li{text-align: center; flex-shrink: 0; width:33.333%; padding: 2%; box-sizing: border-box;}
.index-data ul li:before{content: "";position: absolute;z-index: 1;top: 50%;left: 0%;width: 1px;height: 40%;transform: translate(0%, -50%);transition: all .4s;}
.index-data span{display: block;width: 100%;font-size:36px;line-height: 3rem;color: #fff;}
.index-data .data{display: inline-block;font-size:62px;line-height:36px;color: #fff;font-weight: 600;}
.index-data small{font-size:18px;color: #fff;position: absolute;}
.index-data p{margin-top:5%;color: #fff; font-size:16px;}


.index02{width: 100%; height: auto; padding:3% 0; overflow: hidden; box-sizing: border-box;}
.titlebt2{font-size:50px;line-height: 50px; overflow: hidden; color: #333; font-weight: 600; text-align: center; margin-bottom: 1%;}
.mySwiper{margin: 0 34%; box-sizing: border-box;}
.fzbox{}
.fzbox .fzimg{overflow: hidden; border-radius: 35px; opacity: 0.6;}
.fzbox .fzimg img{width:100%; display: block;}
.fzbox .fwz{font-size:19px; line-height: 26px; color: #555; margin-top:2%; text-align: center; font-weight: 400;}
.fzbox .fwz2{font-size:24px; line-height: 26px; color: #555; margin-top:2%; text-align: center; font-weight: 600;}

.mySwipermenu{margin: 0% 30%; position: relative;}
.mySwipermenu .swiper-wrapper{margin-bottom: 5%;}
.hmenu{margin: 0 3%; font-size: 22px; font-weight: 600; line-height: 50px; color: #555; border-bottom: 3px solid #fff; text-align: center;}
.hmenu .cur{color:#69b531; border-bottom: 3px solid #69b531; }
.h50{margin-top: 4%;}
.mySwiperbox{position: relative; display:none}
.mySwiperbox::after{width: 100%; height: 1px; background: #000; position: absolute; top: 50%; right: 0; content:"";}

.index02 .swiper{padding: 4% 0;}
.mySwiper .swiper-slide{font-size:36px; font-weight:500; line-height: 50px; color: #555; border-bottom: 3px solid #fff; text-align: center; position: relative; background: #fff; z-index: 999;}
.mySwiper .swiper-slide::after{content: ""; position: absolute; left:25%; bottom: 0; width:80px; background: #fff; height: 3px; transform: translate(0%, -25%);}
.mySwiper .swiper-slide-thumb-active{color:#69b531;}
.mySwiper .swiper-slide-thumb-active::after{content: ""; position: absolute; left:50%; bottom: 0; width:76px; background: #69b531; height: 3px; transform: translate(-50%, 0%);}
.mySwiper2 .swiper-slide{transform: scale(0.7);}
.mySwiper2 .swiper-slide-active{transform: scale(1.15);}
.mySwiper2 .swiper-slide-active .fzbox .fzimg{opacity: 1;}
.i_jt{overflow: hidden; margin-bottom:0%;}
.i_jt img{max-width: 100%; clear: both; display: block; margin: auto;}

.mySwiper2 .swiper-button-next:after,.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.mySwiper2 .swiper-button-prev,.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  top: 38.5%;
}

.mySwiper2 .swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
  background: url(../images/i_jtl.png) no-repeat !important; color: #fff; width: 26px; height: 29px; font-size: 0;
 }

.mySwiper2 .swiper-button-next,.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  top: 38.59%;
}

.mySwiper2 .swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
  background: url(../images/i_jtr.png) no-repeat !important;  color: #fff; width: 26px; height: 29px;font-size: 0;
}
@media screen and (max-width:2560px) {
  .mySwiper2 .swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    top: 42%;
  }
  .mySwiper2 .swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    top:42%;
  }
}

@media screen and (max-width:2400px) {
  .mySwiper2 .swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    top: 41.7%;
  }
  .mySwiper2 .swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    top: 41.7%;
  }
}

@media screen and (max-width:2200px) {
  .mySwiper2 .swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    top: 41%;
  }
  .mySwiper2 .swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    top: 41%;
  }
}
@media screen and (max-width:1800px) {
  .mySwiper2 .swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    top:37.7%;
  }
  .mySwiper2 .swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    top: 37.7%;
  }
}

.in_pr{width:100%;margin:0 auto;overflow:hidden;margin-top:3%}
.in_pr ul{}
.in_pr li{display:flex;justify-content:space-between;align-items:center;margin-bottom:2%; position: relative;}
.in_pr li::after{left: 0;top:5%;background: url(../images/w.webp) repeat; position: absolute; content:""; width:100%; height:90%;}
.in_pr li::before{background:#fff; position: absolute; content:""; width:98%; height: 85%; z-index: 1; top:7.5%; left:1%}
.in_pr li .pleft{width:40%;height:auto;float:left;z-index: 2;padding: 0 4%; box-sizing: border-box;}
.in_pr li .pleft img{width:100%}
.in_pr li .pright{width:56%;box-sizing:border-box;float:right;margin-right:3%;z-index: 2; }
.in_pr li:nth-child(2n) .pright{margin-left:3%}
.in_pr li .pright_zi{font-size:22px;line-height:42px;color:#333}
.in_pr li .pright_ny{font-size:16px;line-height:25px;color:#666}
.in_pr li .pright_xny{font-size:14px;line-height:25px;color:#777;padding-top:2%;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;}
.in_pr li .cbutter{font-size:14px;color:#69b531;transition:0.3s;margin-top:4%;float:left;margin-right:5%}
.in_pr li .cbutter a{color:#69b531;transition:0.3s}
.in_pr li .cbutter a:hover{background:#69b531;padding:12px 35px;color:#fff;box-shadow:#aaa 0px 3px 5px}

.news-box{overflow:hidden;}
.news-head{margin-bottom: 15px;text-align: center;}
.news-head .nbt{margin: 0 0 5px;font-size:20px;color: #333;}
.news-head span{font-size:15px;color: #999; margin-right: 3%;}
.news-info{padding: 3vh 0;border-top: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0; font-size:16px; line-height:24px;}
.news-info p{font-size:16px; line-height:24px; color:#555}
.news-info p img{margin:auto; display:block; clear:both;}

.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{position:absolute;z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0;text-align:center;background:#69b531;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}
.PreveNext{margin:0px auto;width:100%;height:70px;padding-top:10px;padding-bottom:10px;clear:both;overflow:hidden;}
.PreveNext ul{float:left;}
.PreveNext li{width:100%;float:left;line-height:32px;text-align:left; font-size:14px;}


.inico2{overflow: hidden;text-align: center; margin-bottom: 1%;}
.inico2 p{ margin-right: 2%; float: left;}
.inico2 p img{max-width: 100%; display: block;}
.inico2 span{margin:0 4px; margin-bottom:5%;}
.inico2 i{color: #333;font-size: 20px;padding: 6px;border-radius: 50%; box-sizing: border-box; line-height: 35px;}
.inico2 span:hover i{background:#69b531;color: #fff;}


.Ulimg2{overflow: hidden;}
.Ulimg2 ul{ margin-left:-2%;}
.Ulimg2 li{ float:left; width:23%; margin-left:2%; text-align:center; margin-bottom:2%; box-sizing: border-box; overflow: hidden;}
.Ulimg2 li .upimg{width: 100%; overflow: hidden;}
.Ulimg2 li .upimg img{ max-width:100%; -webkit-transition:0.5s;transition:0.5s;}
.Ulimg2 li .upimg:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.Ulimg2 li span{display:block; line-height:22px; font-size:15px; padding: 12px 0 0;}

.ny_cp{overflow: hidden;}
.ny_cp ul{margin-right:-2%}
.ny_cp ul li{float: left;width:23%;position: relative;margin: 0 2% 2% 0; border: 1px solid #ccc;}
.ny_cp ul li .ny_cp_img{overflow: hidden;position: relative;}
.ny_cp ul li .ny_cp_img span{position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0,0.3);opacity: 0;-webkit-transition:0.5s; transition:0.5s;font-size: 36px;color: #fff;line-height: 100%;text-align: center;z-index: 1;}
.ny_cp ul li:hover .ny_cp_img span{opacity: 1;}
.ny_cp ul li .ny_cp_img span:before{position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.ny_cp ul li .ny_cp_img img{width: 100%;-webkit-transition:0.5s; transition:0.5s;}
.ny_cp ul li:hover .ny_cp_img img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.ny_cp ul li .ny_cp_txt{padding:4%;text-align: center; box-sizing: border-box;}
.ny_cp ul li .ny_cp_txt .pbt{font-size:15px;line-height: 30px;color: #4D4D4D;-webkit-transition:0.5s;transition:0.5s; }
.ny_cp ul li .ny_cp_txt .h2{font-size: 16px;line-height: 24px;color: #808080;}
.ny_cp ul li:hover .ny_cp_txt .pbt{color: #69b531;}

.pimg{display: block;}
.pimg2{display: none;}
.ny_cp ul li:hover .pimg{display: none;}
.ny_cp ul li:hover .pimg2{display: block;}


.productss{width:100%;float:left;}
.productss img{max-width: none !important;}
.promore_l{width:40%;float:left;}
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:100%;border:1px solid #d6d6d6;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#fff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
.spec-preview{width:100%;height:100%;}
.spec-scroll{clear:both;margin-top:10px;width:100%;float:left;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;width:32px;height:32px;cursor:pointer;margin-top:5px;}
.spec-scroll .items{float:left;position:relative;width:80%;height:71px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:66px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6;padding:2px;width:57px;height:57px;}
.spec-scroll .items ul li img:hover{border:2px solid #69b531;padding:1px;}
.pros_right{width:55%;float:right;overflow:hidden;}
.pros_right_top{overflow:hidden;border-bottom:2px solid #e6e6e6;}
.pros_right_top .pbt{overflow:hidden;font-size:24px;color:#333;padding-bottom:3%;}
.pros_right_top .pwz{overflow:hidden;font-size:16px;color:#333;line-height:25px;padding-bottom:3%;}
.proleft{font-size:14px;line-height:24px;margin:2% 0; font-weight: lighter;}
.proleft .bt{font-size: 16px; font-weight: 600; color: #69b531;}
.proleft p{font-size:14px;line-height:25px;}
.prorights{font-size:14px;line-height:30px;margin:2% 0; width: 68%; float: left; }
.prorights .bt{font-size: 16px; font-weight: 600; color: #69b531;}
.prorights p{font-size:14px;line-height:25px; width: 48%; float: left; margin-right: 2%;}

.pc-cx-tel-1{width: 100%;height: auto;border-top: 2px solid #e6e6e6;padding-top: 2%;overflow:hidden;margin-top:4%;}
.pc-cx-tel-1-t1{width: 28%;height: auto;background: #333;font-size: 18px;line-height: 44px;text-align: center;float: right;margin-top: 15px;}
.pc-cx-tel-1-t1 a{display: block;color: #fff;}
.pc-cx-tel-1-t2{height: auto;padding-left: 70px;background: url(../img/head-c-r1.png) no-repeat 0px center;font-size:20px;color: #454545;float:left;line-height:30px;}
.pc-cx-tel-1-t2 p{line-height: 24px;font-size: 18px}
.proleft_btn{width:100%;float:left;margin-top:3%;}
.proleft_btn li{width:150px;float:left;margin-right:10px;}
.proleft_btn li a{width:150px;height:40px;float:left;line-height:40px;text-align:center;font-size:16px;background:#eee;display:block;color: #333722}
.proleft_btn li span{float:left;padding-right:20px;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#333;color:#fff;}
.tabs-basic{width:100%;margin-top:3%;float:left;}
/* The tabs*/.tabs-basic ul{list-style:none;text-align:left;margin:0;padding:0;border-bottom:1px solid #e6e6e6;background:#eee;}
.tabs-basic ul li{display:inline-block;margin-bottom:-1px;font-size:16px;text-transform:uppercase;}
.tabs-basic a{display:block;text-decoration:none;background:#333;border:1px solid transparent;padding:10px 40px;color: #fff}
.tabs-basic .tab-active{border-bottom:2px solid #69b531;color:#fff;background:#69b531;}
/* The content*/.tabs-basic .tabs-content-placeholder{overflow:hidden;margin:auto;padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block;line-height:30px;font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6;line-height:24px;text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px;text-align:left;margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;margin:auto;display: block;clear: both;}
.tabs-basic table{border-collapse:collapse;border: 1px #e6e6e6 solid !important;width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important;padding-left:12px !important;word-wrap:break-word;word-break:break-all;border:1px #e6e6e6 solid !important;line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}
.hot_pro2{width:100%;float:left;margin-top:3%;}
.hot_pro2_tit{width:100%;height:45px;background:#f1f1f1;color:#333;line-height:45px;font-size:16px;padding:0 20px;border:1px solid #d6d6d6;box-sizing: border-box;}
.scrollleft2{width:100%;float:left;margin-top:20px;margin-bottom: 30px;}
.scrollleft2 li{width:200px;float:left;margin-right:20px;overflow:hidden;}
.scrollleft2 li img{width:99%;display:block;border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #69b531;}
.scrollleft2 li a{color: #333}
.scrollleft2 li span{display:block;width:100%;line-height:30px;margin-top:10px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}

.pbtn{margin-top:10px;overflow:hidden;}
.pbtn a{width:33%;height:50px;line-height:50px;float:left;text-align:center;margin-right:3%; background: #333;
    color: #fff; font-size:18px}
.pbtn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;line-height:1;top:0px;}
.pbtn i img{width:20px; vertical-align: middle;}
.pbtn a:hover{background:#69b531;color:#fff;}
.pbtn a:nth-child(2){width:50%; background:#69b531;}

.contactbox{overflow: hidden; padding-bottom: 4%;}
.contactbox ul{ margin-right: -2%;}
.contactbox li{float: left; text-align: center; border: 1px solid #ccc; width: 31.333%; margin-right: 2%; padding: 3% 0; box-sizing: border-box; min-height: 240px;}
.contactbox li .coimg{ margin-bottom: 5%;border-radius: 50%;
  width: 90px;
  height: 90px;
  background-color: #eee; margin: auto;}
.contactbox li .coimg img{max-width:60%; display: inline-block; clear: both; margin: auto; line-height: 60px; padding-top: 18%;}
.contactbox li .cot1{font-size: 26px;line-height: 1.25;color: #333333;font-weight: bold;text-align: center;}
.contactbox li .cot2{font-size:15px;line-height: 1.77;color: #666666;text-align: center; margin-top:4%; font-weight: lighter;}

.contact_content{width: 100%; overflow: hidden;}
.contact_content #map_container{width:50%; float:right; height:470px;font-size: 15px; font-family: 'Poppins';font-weight: normal;color:#000;}

.col_feb {width: 47.5%; float:left;padding:2%; text-align: left; border: 1px solid #ccc;}
.co_onr {width: 100%; overflow: hidden;}
.co_onr .febt{font-size: 30px;line-height: 1.2;color:#000;margin-bottom:12px;font-weight: normal;}
.co_onr p{ font-size: 16px; line-height: 1.5; color: #333; margin-bottom:42px; overflow: hidden;}
.co_onr ul li{overflow: hidden;float: left;width: 48%;}
.co_onr ul li span{display: block; font-size: 14px;color: #333; margin-bottom:5px;}
.co_onr ul li i{ display: inline-block; position: relative; width:100%; font-size: 14px; color: #666666; text-transform: uppercase;}
.co_onr ul li input{border: none;border: 1px solid #c6c3c3;width: 100%;line-height:35px;background: #fff;padding: 0 15px;border-radius: 4px;}
.co_onr ul li.mal{ margin-left:2%; margin-bottom: 15px;}
.co_onr ul li.long{clear: both;width: 100%;margin-bottom: 15px;}
.co_onr ul li.long input{width: 100%;outline: none;}
.co_onr ul li.long textarea{border: none;height:90px;width: 100%;outline: none;border: 1px solid #c6c3c3;background: #fff;padding: 10px 15px; border-radius: 4px; 
  font-size: 12px; font-family: 'Poppins';}
.co_onr ul li.long2{margin-bottom: 16px;}
.co_onr ul li.lst{line-height:45px;font-size: 15px;width:  100%; padding-bottom: 20px;}
.co_onr ul li.lst button{display: inline-block;float: left;width: 200px;height: 42px;line-height: 42px;color: #fff;cursor: pointer;border: none;font-size: 16px; font-family: 'Poppins';
  text-transform: capitalize;padding-right: 0;background: #69b531;  border-radius: 6px;}

.breadcrumb {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 0px;
  margin: 0;
  background: none;
}

.breadcrumb > div {
  font-size: 0px;
}

.breadcrumb a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 2rem;
  color: #fff;
  transition: all 0.4s;
}

.breadcrumb a:hover {
  color: var(--colour1);
}

.breadcrumb a:not([href]):not([tabindex]) {
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb a:after {
  content: ">";
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb a:not([href]):not([tabindex]):after {
  content: "";
}

.head-bg .breadcrumb {
  position: static;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.head-bg .breadcrumb a {
  color: var(--small_text);
}

.head-bg .breadcrumb a:hover {
  color: var(--colour1);
}

.head-bg .breadcrumb a:not([href]):not([tabindex]) {
  color: var(--tips_text);
}

.head-bg .breadcrumb a:after {
  content: ">";
  margin: 0 5px;
  color: var(--tips_text);
}

/*产品列表*/

/*竞品缺点*/

.pain-list {
  display: flex;
  justify-content: space-between;
}

.pain-list ul {
  position: relative;
  z-index: 1;
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 3% 5%;
  border: 1px dashed var(--colour1);
}

.pain-list ul ol {
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 50%;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  background: var(--colour1);
  transform: translateY(-50%);
}

.pain-list ul:nth-of-type(Odd) ol {
  left: 100%;
  transform: translatex(-50%);
}

.pain-list ul:nth-of-type(even) ol {
  right: 100%;
  transform: translatex(50%);
}

.pain-list ul li {
  position: relative;
  z-index: 1;
  margin: 0.5rem 0;
  padding: 2rem;
  background: var(--grey_bg);
  overflow: hidden;
}

.pain-list ul li .count {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 8vw;
  color: #000;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.05);
  -webkit-text-fill-color: transparent;
  transform: translateY(-50%);
}

.pain-list ul li .title {
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: var(--colour1);
}

.pain-list ul li p {
  position: relative;
  z-index: 2;
  margin-bottom: 0rem;
  font-size: 0.875rem;
  color: var(--text);
}

/*产品列表*/
.p-nav1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.p-nav1 li {
  position: relative;
  width: 49%;
  margin-bottom: 2%;
  background: var(--grey_bg);
  overflow: hidden;
  transition: all 0.4s;
}
.p-nav1 li:hover {
  background: var(--colour2);
}

.p-nav1 li .head-center {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  padding: 2.5rem 1.75rem 1rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: var(--title);
  transition: all ease 0.5s;
}
.p-nav1 li a:hover .head-center {
  transform: translate(-20%, 0%);
  opacity: 0;
}
.p-nav1 li .head-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 1.75rem 1rem;
  width: 100%;
  font-weight: bold;
  opacity: 0;
  transition: all 0.4s;
}
.p-nav1 li a:hover .head-left {
  opacity: 1;
}
.p-nav1 li .head-left .title-box {
  transform: translate(20%, 0%);
  transition: all 0.5s;
}
.p-nav1 li a:hover .head-left .title-box {
  opacity: 1;
  transform: translate(0%, 0%);
}
.p-nav1 li .head-center .title,
.p-nav1 li .head-left .title {
  margin-bottom: 0;
  font-weight: bold;
}
.p-nav1 li .head-left .more span {
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.5rem;
  text-align: center;
  color: var(--colour1);
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s;
}

.p-nav1 li .head-left .more span:hover {
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: var(--colour1);
}

.p-nav1 li .img {
  padding: 0 0 2rem;
  text-align: center;
  overflow: hidden;
}

.p-nav1 li .img img {
  width: 40%;
}

/*列表2*/
.p-nav2 {
  display: flex;
  flex-wrap: wrap;
}
.p-nav2 li {
  width: 25%;
  padding: 0.5rem;
}
.p-nav2 li a {
  display: block;
  min-height: 100%;
  background: var(--grey_bg);
  overflow: hidden;
  transition: all 0.4s;
}
.p-nav2 li a:hover {
  background: #fff;
  box-shadow: 0 0.25rem 2rem -0.5rem var(--shadow);
}
.p-nav2 li a .head {
  padding: 2rem 1rem 0;
  color: var(--small_text);
}
.p-nav2 li a .head .title {
  transition: all 0.4s;
}
.p-nav2 li a:hover .head .title {
  color: var(--colour1);
}
.p-nav2 li a .img {
  text-align: center;
}
.p-nav2 li a .img img {
  width: 70%;
}

.p-nav3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-nav3 li {
  width: calc(50% - 0.375rem);
  margin-bottom: 0.75rem;
}
.p-nav3 li a {
  display: flex;
  min-height: 100%;
  background: var(--grey_bg);
  transition: all 0.4s;
}
.p-nav3 li a:hover {
  background: #fff;
  box-shadow: 0 0.5rem 2rem -0.5rem var(--shadow);
}
.p-nav3 li a .info {
  flex: 1 1;
  padding: 2rem;
}
.p-nav3 li a .info .title {
  transition: all 0.4s;
}
.p-nav3 li a:hover .info .title {
  color: var(--colour1);
}
.p-nav3 li a:hover .info .title:hover {
  color: var(--colour2);
}
.p-nav3 li a .info pre {
  font-size: 0.9375rem;
  line-height: 1.5em;
  max-height: 4.5em;
  color: var(--small_text);
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-nav3 li a .info span {
  margin-top: 1.5em;
  display: inline-block;
  padding: 0 1.5em;
  font-size: 0.875rem;
  line-height: 2.75em;
  border-radius: 0.25rem;
  color: #fff;
  background: var(--colour1);
  transition: all 0.4s;
}
.p-nav3 li a .info span:hover {
  background: var(--colour2);
}

.p-nav3 li a .img {
  width: 18rem;
}
.p-nav3 li a .img img {
  mix-blend-mode: multiply;
}
/*产品列表*/
.p-nav-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 0.75rem;
}
.p-nav-title > div {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  border-left: 0.25rem solid var(--colour1);
}
.p-nav-title .title {
  margin: 0;
}
.p-nav-title .item {
  justify-content: flex-end;
}
.p-nav-title img {
  margin-right: 1rem;
  height: 3rem;
  vertical-align: middle;
}
.p-list {
  display: flex;
  padding: 0 1rem;
}
.p-list .left {
  flex-shrink: 0;
  width: 18rem;
  padding-right: 0.75rem;
}
.p-list .left .title {
  width: 100%;
  line-height: 2em;
  padding: 0.5rem 0;
  border: none;
  border-bottom: 1px solid var(--colour1);
  text-align: left;
  background: none;
}
.p-list .left a {
  position: relative;
  display: block;
  font-size: 0.875rem;
  line-height: 3rem;
  color: var(--text);
  border-bottom: 1px solid var(--border_colour);
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.p-list .left a:hover {
  color: var(--colour1);
}
.p-list .left a.active {
  color: var(--colour1);
  background: #f5fdff;
}
.p-list .left a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: var(--border_colour);
  border-radius: 0.25rem;
}
.p-list .left a.active:before {
  content: "";

  background-color: var(--colour1);
  border-radius: 0.25rem;
}
.p-list .left a.active:after {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  width: 0.8rem;
  height: 0.375rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(0, -50%) rotate(-45deg);
}
.p-list .right {
  width: calc(100% - 18rem);
  padding-left: 1.25rem;
}
.table-box {
  width: 100%;
  overflow: auto;
}

.product-list {
  width: 100%;
}

.slider-list td {
  padding: 1rem;
}

.product-list thead {
  top: var(--head_height);
}

.product-list thead,
.product-list thead tr,
.product-list thead td {
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--colour1);
  vertical-align: top;
  border-color: #01447e !important;
}

.product-list thead tr:first-of-type,
.product-list thead tr:first-of-type td {
  background: var(--colour2);
}

.product-list thead tr:last-of-type,
.product-list thead tr:last-of-type td {
  color: var(--text);
  background: #fff;
  border-color: var(--border_colour) !important;
}
.product-list thead tr:last-of-type td {
  border-top: 1px solid #01447e !important;
}
.product-list thead td {
  min-width: 10rem;
}

.product-list tbody tr,
.product-list tbody td {
  background: #fff;
  transition: all 0.4s;
}

.product-list tbody tr:hover,
.product-list tbody tr:hover td {
  background: #f5fdff;
}

.product-list tbody td {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.product-list thead tr td:first-of-type,
.product-list tbody tr td:first-of-type {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 3;
}
.product-list thead tr:nth-of-type(2) td:first-of-type {
  position: static;
}
.boxScroll .product-list thead tr td:first-of-type:after,
.boxScroll .product-list tbody tr td:first-of-type:after {
  content: " ";
  position: absolute;
  z-index: -1;
  left: 100%;
  top: 2.5rem;
  width: 1px;
  height: 100%;
  background: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.boxScroll .product-list tbody tr:last-of-type td:first-of-type:after {
  display: none;
}

.product-list tbody tr a .icon {
  font-size: 1.5rem;
}
.product-list tbody tr:hover td {
  color: var(--title);
}
.product-list tbody tr a {
  display: block;
  color: var(--colour2);
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.product-list tbody tr:hover a {
  color: var(--colour1);
  text-decoration: underline;
}

.slider-list .range-left {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0.8em;
  height: 4.5rem;
  margin: 10px 0;
}

.slider-list .range-right {
  display: inline-block;
  width: calc(100% - 2.5em);
  margin-left: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 2em;
  vertical-align: middle;
  white-space: nowrap;
}
.slider-list .icon {
  font-size: 2rem;
  line-height: 1em;
}
.slider-list .name {
  line-height: 1.25em;
  margin-bottom: 0rem;
  color: #fff;
}

.slider-list .range-right span {
  display: inline-block;
  width: 2rem;
}

.slider-list .range-right input {
  margin: 0 0 0.5em;
  padding: 0 0.5em;
  width: 3.75rem;
  font-size: inherit;
  line-height: inherit;
  color: var(--text);
  border: none;
  border-radius: 0.25rem;
  background: var(--grey_bg);
}

.slider-list .range-right input:last-of-type {
  margin: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border-radius: 50%;
}

.ui-widget-header {
  background: var(--colour1);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid var(--colour2);
  background: var(--colour2);
  font-weight: normal;
  color: #ffffff;
}

.slider-list form {
  min-width: 8rem;
  max-height: 6rem;
  overflow: auto;
  background: var(--grey_bg);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.slider-list form::-webkit-scrollbar-track {
  border-radius: 0.5rem;
}

.slider-list form::-webkit-scrollbar-thumb {
  background-color: var(--colour2);
}

.slider-list form .form-check-label {
  position: relative;
  display: block;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  margin: 0.25rem 0;
  color: var(--text);
}

.slider-list form input {
  display: block;
  padding-left: 1rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}
.wap-filter {
  display: none;
}
.wap-filter a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--border_colour);
  line-height: 2.25rem;
  margin-bottom: 1.25rem;
}

.wap-filter a .icon {
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
}

#wap-filter .modal-dialog {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  position: fixed;
  width: 85%;
  top: 0;
  bottom: 0;
  left: 100%;
  max-width: none;
  margin: 0;
  color: #333;
  background-color: #f7f7f7;
  bottom: constant(safe-area-inset-bottom);
  bottom: env(safe-area-inset-bottom);
  border: none;
}

#wap-filter.show .modal-dialog {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

#wap-filter .modal-content {
  height: 100%;
  padding-bottom: 3rem;
  border: none;
  border-radius: 0;
  background: none;
  overflow: auto;
}

#wap-filter .modal-content .modal-body {
  padding: 0.75rem;
}

#wap-filter .modal-content .modal-body .head {
  padding: 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--colour1);
}

#wap-filter .wap-slider li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border_colour);
}

#wap-filter .wap-slider .name {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: bold;
}

#wap-filter .wap-slider .range-left {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

#wap-filter .wap-slider .range-right {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 2em;
}

#wap-filter .wap-slider .range-right input {
  padding: 0 0.25rem;
  width: 6rem;
  font-size: 0.875rem;
  line-height: 2em;
  border: 1px solid var(--border_colour);
  border-radius: 0.25rem;
}

#wap-filter .wap-slider .range-right input:first-of-type {
  margin-right: 0.5rem;
}

#wap-filter .wap-slider form {
  display: flex;
  flex-wrap: wrap;
}

#wap-filter .wap-slider form .form-check-label {
  position: relative;
  display: block;
  width: 50%;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  margin: 0.25rem 0;
  color: var(--text);
}

#wap-filter .wap-slider form input {
  display: block;
  padding-left: 1rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

#wap-filter .modal-content .menu-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  box-shadow: 0 0 0.5rem -0.25rem var(--shadow);
}

#wap-filter .modal-content .menu-bottom button {
  flex: 1;
  border: none;
  line-height: 3rem;
  color: var(--text);
  background: #fff;
}

#wap-filter .modal-content .menu-bottom button.confirm {
  color: #fff;
  background: var(--colour1);
}

/*产品详情*/

.product {
  padding: 5rem 0 4rem;
  border-bottom: 1px solid var(--border_colour);
  overflow: visible;
}

.product > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: none;
}

.product .img {
  width: 50%;
  padding: 0 5%;
}
.product .img > div {
  position: sticky;
  z-index: 1;
  top: calc(var(--head_height) + 2rem);
}
.product-img1,
.product-img2 {
  max-width: 30rem;
  margin: auto;
}
.product-img1 .item a {
  display: block;
}

.product-img1 .item .img-center,
.product-img2 .item a {
  display: block;
  background: var(--grey_bg);
}

.product-img1 .item a img {
  width: 100%;
  height: 100%;
}

.product-img2 {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  padding: 0 2rem;
}
.product-img2 .item a {
  padding: 0.25rem;
  border: 1px solid var(--border_colour);
  border-radius: 0.25rem;
  background: #fff;
}
.product-img2 .item a.on {
  border: 1px solid var(--colour1);
}
.product-img2 .item img {
  border-radius: 0.25rem;
}
.product-img2 .owl-nav.disabled {
  margin: 0;
  display: block;
}

.product-img2 .owl-nav button[class*="owl-"] {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 1.5rem;
  transition: all 0.4s;
}

.product-img2 .owl-nav button[class*="owl-"]:not(.disabled):hover {
  color: #fff;
  background: var(--colour1);
}

.product-img2 .owl-nav button[class*="owl-"].owl-prev {
  left: 0;
}

.product-img2 .owl-nav button[class*="owl-"].owl-next {
  right: 0;
}
.product-img2 .owl-stage {
  margin: auto;
}
.img-email {
  margin-top: 1.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--border_colour);
}
.img-email a {
  line-height: 1.5rem;
  color: var(--colour1);
  vertical-align: middle;
}
.img-email a:hover {
  color: var(--colour2);
  text-decoration: underline;
}

.product .info {
  width: 50%;
  padding: 0 2rem;
}

.product .h2 {
  line-height: 1em;
  margin-bottom: 0;
}

.product .subtitle {
  margin-top: 0.25rem;
  margin-bottom: 0;
}

.product .subtitle small {
  color: var(--small_text);
}
.product .subtitle span {
  margin-right: 2rem;
  font-weight: bold;
  color: var(--colour1);
}
.product .info .tag {
  margin-top: 3rem;
}
.product .info .tag span {
  display: inline-block;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.375rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1em;
  color: var(--small_text);
  border-radius: 0.25rem;
  background: var(--grey_bg);
}
.product .info dl {
  margin-top: 4rem;
}
.product .info dl dd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  align-items: center;
  padding: 1rem 1.5rem;
  border: 1px solid var(--border_colour);
  border-radius: 0.5rem;
  transition: all 0.4s;
}
.product .info dl dd:hover {
  border: 1px solid var(--colour1);
  box-shadow: 0 1rem 2rem -0.5rem var(--shadow);
}
.product .info dl dd:hover .title {
  color: var(--colour1);
}
.product .info .info-btn {
  margin-top: 3rem;
}
.product .info .info-btn a {
  display: inline-block;
  padding: 0.75em 1.5em;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #fff;
  border: 0.25rem solid #fff;
  background: green;
  box-shadow: 0 0 1rem var(--shadow);
  border-radius: 3rem;
  transition: all 0.4s;
}
.product .info .info-btn a:hover {
  background: yellowgreen;
}
.product .info .info-btn a .icon {
  margin-right: 0.375rem;
  font-size: 1.5rem;
  font-weight: normal;
}

.product .info ul {
  margin-top: 3rem;
}
.product .info ul li {
  display: flex;
  padding: 1.25rem 0;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--border_colour);
}
.product .info ul li:last-of-type {
  border-bottom: none;
}
.product .info ul li .icon {
  display: block;
  margin-right: 1rem;
  flex: 1 1;
  font-size: 1.5rem;
  line-height: 1em;
  color: var(--title);
}
.product .info ul li > div {
  width: 100%;
}
.product .info ul li p {
  margin-bottom: 0;
}
.product .info ul li img {
  display: inline-block;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  height: 2rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid var(--border_colour);
}
a.pay-btn {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--colour1);
  text-decoration: underline;
}
a.pay-btn:hover {
  color: var(--colour2);
}
#pay-modal .modal-dialog {
  margin: 0;
  max-width: none;
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pay-modal .modal-content {
  max-width: 35rem;
  border-radius: 0.5rem;
}

#pay-modal .modal-body {
  padding: 2.5rem 1.5rem;
}

#pay-modal .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
  font-size: 1.5rem;
  color: var(--small_text);
  transition: all 0.4s;
}

#pay-modal .close:hover {
  color: var(--colour1);
  transition: all 0.4s;
}

#pay-modal .close span {
  font-size: inherit;
  color: inherit;
}

#pay-modal .nav {
  display: flex;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-bottom: 1.5rem;
}

#pay-modal .nav li {
  width: 25%;
  padding: 0.25rem;
}

#pay-modal .nav a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-right: 0.5rem;
  border: 1px solid var(--border_colour);
  border-radius: 0.5rem;
  text-align: center;
  transition: all 0.4s;
}
#pay-modal .nav a img {
  width: 90%;
}

#pay-modal .nav .icon {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1.5em;
}

#pay-modal .nav a.active {
  border: 1px solid var(--colour1);
  background: #f5f8fa;
  box-shadow: 0 0.5rem 1.5rem -0.5rem var(--shadow);
}

#pay-modal .card {
  padding: 0.5rem 1.5rem 1.5rem;
  border-radius: 1rem;
  background: url(../images/card-bg.svg) center;
  background-size: cover;
}

#pay-modal .card-head img {
  margin-top: 0.5rem;
  display: inline-block;
  height: 2rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#pay-modal .card-body {
  padding: 2rem 0;
  color: #fff;
}

#pay-modal .card-id {
  font-size: 2.75rem;
  line-height: 1em;
  letter-spacing: 0.15rem;
}

#pay-modal .card-bottom {
  line-height: 1.25em;
}

#pay-modal .card-bottom span {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

#pay-modal .card-bottom .name {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 1);
}

#pay-modal .card-code {
}

#pay-modal .card-code .icon {
  display: inline-block;
  font-size: 3rem;
  transform: translate(-15%, 0%);
}

#pay-modal .card-code img {
  padding: 0.25rem;
  width: 10rem;
  border: 1px solid var(--border_colour);
}

#pay-modal .card-info {
  padding: 1.5rem 0 0;
  font-weight: 300;
}

#pay-modal .card-info small {
  color: var(--small_text);
}

#pay-modal .card-info .name span {
  margin-right: 0.5rem;
  color: var(--title);
}

#pay-modal .card-info .name span:nth-of-type(2) {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--colour1);
}

#pay-modal .tips {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1em;
  color: var(--text);
}
#pay-modal .tips p {
  line-height: 1em;
}
#pay-modal .tips p span {
  font-size: 80%;
  line-height: 1.25em;
  color: var(--text);
}
#pay-modal .tips p small {
  line-height: 1.25em;
  color: var(--small_text);
}
.product-d .p-table-box {
  width: 100%;
  overflow: auto;
}

.product-d table {
  width: 100%;
}

.product-nav {
  padding-top: 2rem;
  background: var(--colour1);
}

.product-nav a {
  display: inline-block;
  padding: 0 3em;
  line-height: 3.25em;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
}

.product-nav a.active {
  border-radius: 0.25rem 0.25rem 0 0;
  background: #fff;
  color: var(--colour1);
}

#p-parameter ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#p-parameter ul li {
  display: flex;
  justify-content: space-between;
  width: 47%;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--border_colour);
}

#p-parameter ul li strong,
#p-parameter ul li b {
  color: var(--title);
  transition: all 0.4s;
}

#p-parameter ul li:hover strong,
#p-parameter ul li:hover b {
  color: var(--colour1);
}

.product-report .item .img {
  height: 0;
  padding-bottom: 125%;
  background: #fff;
}

.product-report .item .title {
  padding: 1.5rem 0;
  font-size: 0.9375rem;
  text-align: center;
  transition: all 0.4s;
}

.product-report .item a:hover .title {
  color: var(--colour1);
}

/*解决方案*/

.solution {
  position: relative;
}

.solution-list {
  display: flex !important;
  flex-wrap: wrap;
}

.solution-list .owl-dots {
  width: 100%;
  margin: 4vw 0 !important;
  order: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.solution-list .owl-dots .owl-dot {
  display: inline-block;
  padding: 0 2em !important;
  margin: 0.25rem;
  line-height: 2.75em;
  font-size: 1.25rem;
  color: var(--title);
  border-radius: 2em;
  background: var(--grey_bg);
}

.solution-list .owl-dots .owl-dot:hover {
  color: var(--colour1);
}

.solution-list .owl-dots .owl-dot.active {
  color: #fff;
  border-radius: 2em;
  background: var(--colour1);
}

.solution-list .owl-stage-outer {
  order: 1;
}

.solution-list .item {
  display: flex;
  flex-wrap: wrap;
}

.solution-list .item .img {
  width: 50%;
}

.solution-list .item .img img {
  min-height: 100%;
}

.solution-list .item .info {
  width: 50%;
  padding: 4vw 6vw 6vw;
}

.solution-list .item .info .title {
  display: block;
  margin: 1rem 0;
  color: var(--colour1);
  transition: all 0.4s;
}

.solution-list .item .info .title:hover {
  color: var(--colour2);
}

.solution-list .item .info .subtitle {
  text-transform: Uppercase;
  color: var(--small_text);
  margin-bottom: 4rem;
}

.solution-list .item .info p {
  line-height: 2em;
}

.solution-list .item .info .more {
  margin: 3rem 0 6rem;
  display: inline-block;
  padding: 0 2em;
  font-size: 0.9375rem;
  line-height: 3em;
  color: #fff;
  border-radius: 2rem;
  background: var(--colour1);
  transition: all 0.4s;
}

.solution-list .item .info .more:hover {
  background: var(--colour2);
}

.solution-btn {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 3rem;
  width: 50vw;
  padding: 0 6vw;
}

.solution-btn .box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.solution-btn .box .scrollbar {
  width: 100%;
  height: 2px;
  background-color: var(--border_colour);
}

.solution-btn .box .scrollbar > div {
  width: 0;
  height: 2px;
  background-color: var(--colour1);
  transition: all 0.4s;
}

.solution-btn .left {
  flex-shrink: 0;
  padding-right: 1.5rem;
  background: #fff;
  font-size: 1.125rem;
  color: var(--small_text);
}

.solution-btn .left .current {
  font-size: 1.5rem;
  color: var(--colour1);
}

.solution-btn .right {
  flex-shrink: 0;
  padding: 0 1.5rem;
  background: #fff;
}

.solution-btn .right a {
  display: inline-block;
  margin: 0 0.25rem;
  padding: 0px;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: var(--colour1);
  outline: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
}

.solution-btn .right a:hover {
  color: #fff;
  background-color: var(--colour2);
}

.solution-btn .right a span {
  width: inherit;
  height: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.case-list li {
  width: 33.33%;
  padding: 1.25rem;
}

.case-list li a {
  display: block;
  transition: all 0.4s;
}

.case-list li a:hover {
  transform: translate(0, -1rem);
}

.case-list li .img {
  padding-bottom: 66.66%;
  border-radius: 0.5rem;
  transition: all 0.4s;
  overflow: hidden;
}

.case-list li a:hover .img {
  box-shadow: 0 0.5rem 1rem var(--shadow);
}

.case-list li .img img {
  width: 100%;
  height: 100%;
}

.case-list li .title {
  margin: 0.5rem 0 1.5rem;
  font-size: 1.125rem;
  transition: all 0.4s;
}

.case-list li a:hover .title {
  color: var(--colour1);
  font-weight: bold;
}

.case-list li .subtitle {
  margin: 1.5rem 0 0;
  font-size: 0.9375rem;
  color: var(--colour1);
}

/*关于*/

.about-slogan {
  padding: 5rem 0;
}

.about-info {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.about-info,
.about-info p {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.factory-nav {
  justify-content: center;
  margin-bottom: 3rem;
  border-bottom: 1px solid #ebebeb;
}

.factory-nav a {
  display: inline-block;
  margin: 0;
  padding: 0 1.5em;
  line-height: 3em;
  color: var(--small_text);
}

.factory-nav a.active {
  color: var(--colour1);
}

.factory-content .img a {
  display: block;
  width: 100%;
  padding-bottom: 42%;
  border-radius: 1.5rem;
  overflow: hidden;
}

.factory-content .info {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0;
  padding: 5%;
  box-shadow: 0 0 1rem var(--shadow);
  border-radius: 1.5rem;
}

.factory-content .info > div {
  width: 50%;
}

.factory-content .info .title,
.factory-content .info .subtitle {
  line-height: 1.25em;
  margin-bottom: 0rem;
}

.factory-content .info .subtitle {
  color: var(--small_text);
}

.factory-content .info p {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.factory-content .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.factory-content .list li {
  width: 25%;
  padding: 0.75rem;
}

.factory-content .list li .img {
  height: 0;
  padding-bottom: 66%;
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
}

.factory-content .list li .img img {
  width: 100%;
  height: 100%;
}

/*关于我们*/

.honor {
  background: url(../images/honor-bg.jpg) center bottom no-repeat;
  background-size: 100% auto;
}

.honor > div {
  text-align: center;
}

.honor-list {
  margin: auto;
}

.honor-list .owl-item {
  transition: all 0.4s;
}

.honor-list .owl-item:not(.active) {
  opacity: 0.3;
}

.honor-list .title {
  margin: 1rem 0 0;
  transition: all 0.4s;
}

.honor-list a:hover .title {
  color: var(--colour1);
}

.honor-list.owl1 .owl-nav [class*="owl-"] {
  margin-top: 0;
}

/*合作支持*/

.cooperate li {
  border-bottom: 1px solid var(--border_colour);
}

.cooperate li a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  font-size: 1.25rem;
  line-height: 2rem;
  color: var(--text);
}

.cooperate li a:hover {
  color: var(--colour1);
}

.cooperate li a span:first-child {
  display: block;
  flex-shrink: 1;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.cooperate li a .icon {
  flex-shrink: 0;
  font-size: 2rem;
  line-height: inherit;
  color: var(--colour1);
}

.cooperate li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 0%;
  width: 0%;
  height: 2px;
  background-color: var(--colour1);
  transition: all 0.4s;
}

.cooperate li a:hover:before {
  content: "";
  width: 100%;
}

/*服务*/

.service-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-list li {
  width: 49%;
  margin: 1% 0;
}

.service-list li a {
  position: relative;
  display: block;
  height: 21rem;
  border-radius: 1rem;
  overflow: hidden;
}

.service-list li a .img,
.service-list li a img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

.service-list li a:hover .img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.service-list li a .info {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 1rem;
  color: #fff;
  padding: 3rem 2rem;
  background: var(--img_gradient);
}

.service-list li a .title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.service-list li a p {
  opacity: 0;
  height: 3em;
  line-height: 1.5em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}

.service-list li a:hover p {
  opacity: 1;
}

.service-list li a .info .btn {
  flex-shrink: 1;
  margin-left: 3rem;
  font-size: 1.5rem;
  color: #fff;
  background: var(--colour1);
  border-radius: 0.5rem;
}

.service-list li a .info .btn span {
  font-size: inherit;
  color: inherit;
}

/*客户*/

.logo-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.logo-list li {
  position: relative;
  width: 20%;
  padding: 0.5rem;
}

.logo-list li .img {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background: var(--grey_bg);
  border-radius: 0.5rem;
  overflow: hidden;
}

.logo-list li img {
  max-width: 80%;
  max-height: 60%;
  mix-blend-mode: multiply;
}

.logo-list li .info {
  position: absolute;
  z-index: 2;
  left: 0.5rem;
  right: 0.5rem;
  top: 0.5rem;
  bottom: 0.5rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  background: var(--colour1);
  border-radius: 0.5rem;
  opacity: 0;
  transition: all 0.4s;
}

.logo-list li .info:hover {
  opacity: 1;
}

/*faq*/

#faq .card {
  padding: 1.5rem 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ebebeb;
  transition: all 0.4s;
}

#faq .card:hover {
  background: var(--grey_bg);
}

#faq .card .card-header {
  padding: 0;
  border: none;
  background: none;
}

#faq .card .card-header a {
  position: relative;
  padding-right: 4rem;
  display: block;
  font-size: 1.125rem;
  line-height: 3em;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.4s;
}

#faq .card:hover .card-header a,
#faq .card .card-header a:not(.collapsed) {
  padding-left: 1.5rem;
  color: var(--colour1);
}

#faq .card .card-header a strong {
  color: var(--colour1);
  margin-right: 0.75rem;
}

#faq .card .card-header a:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 1.25rem;
  width: 1.75rem;
  height: 1.75rem;
  background-color: var(--colour1);
  transform: translate(0%, -50%);
  border-radius: 50%;
  transition: all 0.4s;
}

#faq .card .card-header a:not(.collapsed):before {
  content: "";
  background-color: var(--colour2);
}

#faq .card .card-header a:before {
  content: "\b23";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 1.25rem;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  font-size: 1rem;
  font-family: "iconfont" !important;
  text-align: center;
  color: #fff;
  background-color: var(--colour1);
  transform: translate(0%, -50%) rotate(45deg);
  transition: all 0.4s;
}

#faq .card .card-header a:not(.collapsed):before {
  content: "\b23";
  transform: translate(0%, -50%) rotate(0deg);
}

#faq .card-body {
  display: flex;
  padding: 1.5rem;
}

#faq .card-body > strong {
  flex-shrink: 0;
  margin-right: 0.75rem;
  color: var(--colour1);
}

#faq .card-body > div {
  padding-right: 4rem;
}

/*图片列表--图片缩小*/

.picture-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.picture-list li {
  width: 25%;
  padding: 0.75rem;
  text-align: center;
}

.picture-list li .img {
  background: var(--grey_bg);
}

.picture-list li .img img {
  max-width: 90%;
  max-height: 90%;
  mix-blend-mode: multiply;
}

/*图片列表--图片平铺*/

.picture-list2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.picture-list2 li {
  width: 25%;
  padding: 0.75rem;
  text-align: center;
}

.picture-list2 li .img {
  background: var(--grey_bg);
  overflow: hidden;
}

.picture-list2 li .img img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  mix-blend-mode: multiply;
}

.picture-list2 li p {
  margin: 0.5rem 0;
}

.picture-list li p {
  margin: 0.5rem 0;
}

/*新闻列表*/

.news-first {
  display: flex;
  margin-bottom: 4rem;
  border-radius: 1rem;
  transition: all 0.4s;
  background: var(--grey_bg);
  overflow: hidden;
}

.news-first:hover {
  background: #fff;
  box-shadow: 0 0 1.5rem var(--shadow);
  overflow: hidden;
}

.news-first .img {
  display: block;
  width: 50%;
  flex-shrink: 0;
}

.news-first .img img {
  min-height: 100%;
}

.news-first .info {
  display: block;
  width: 50%;
  padding: 5%;
}

.news-first .info .title {
  display: block;
  font-weight: bold;
  margin-bottom: 2rem;
  transition: all 0.4s;
}

.news-first:hover .info .title {
  color: var(--colour1);
}

.news-first .info .title:hover {
  color: var(--colour2);
}

.news-first pre {
  line-height: 1.75em;
  height: 5.25em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-first .btn {
  display: inline-block;
  padding: 0 1.5em;
  margin-top: 2rem;
  font-size: 0.9375rem;
  line-height: 2.75em;
  color: #fff;
  border-radius: 2em;
  background: var(--colour1);
  transition: all 0.4s;
}

.news-first .btn:hover {
  padding: 0 2.5em;
  background: var(--colour2);
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.news-list li {
  width: 33.33%;
  padding: 0.875rem;
}

.news-list li a.img {
  display: block;
  padding-bottom: 66.6%;
  border-radius: 0.5rem;
  overflow: hidden;
}

.news-list li .info {
  padding: 1rem 0;
}

.news-list li a.title {
  display: block;
  margin-top: 0.375rem;
  color: var(--title);
  transition: all 0.4s;
}

.news-list li:hover a.title {
  color: var(--colour1);
}

.news-list li small {
  font-size: 0.9375rem;
  color: var(--small_text);
}

/*文章*/

.article-banner {
  position: relative;
  z-index: 1;
  background: var(--dark);
}

.article-banner picture,
.article-banner img {
  height: 32vw;
  opacity: 0.5;
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
}

.article-banner .info {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 5vw;
  right: 5vw;
  transform: translate(0, -50%);
  color: #fff;
}

.article-banner .info .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.article-banner .left {
  width: 50%;
}

.article-banner .info .title {
  margin-bottom: 0.75em;
  line-height: 1.5em;
  font-weight: bold;
  color: #fff;
}

.article-banner .info .subtitle {
  margin-top: -1rem;
  margin-bottom: 2rem;
  opacity: 0.7;
  text-transform: Uppercase;
}

.article-banner .info .time {
  opacity: 0.5;
  font-weight: normal;
}

.article-banner a.btn {
  display: inline-block;
  padding: 0 3em;
  font-size: 1rem;
  line-height: 3.5rem;
  color: #fff;
  border-radius: 2em;
  border: none;
  background: var(--colour1);
  transition: all 0.4s;
}

.article-banner a.btn:hover {
  background: var(--colour2);
}

.article-banner a.btn span {
  display: inline-block;
  margin-right: 0.25rem;
  vertical-align: bottom;
  font-size: 1.375rem;
  line-height: inherit;
}

.article {
  max-width: 75rem;
  margin: auto;
}

.article .article-head {
  padding: 2rem 3rem;
  background: #fff;
  border-bottom: 2px solid var(--grey_bg);
}

.article .article-head .title {
  margin: 0;
  line-height: 1.25em;
}

.article .article-head .time {
  font-size: 0.875rem;
  color: var(--small_text);
}

.article-body {
  padding: 3rem;
  background: #fff;
  line-height: 1.75em;
}

.article-body p {
  line-height: 1.75em;
}

.article-body iframe {
  max-width: 100% !important;
}

.article-page {
  margin-top: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.article-page .back {
  width: 100%;
  margin: 0 0 0.5rem;
}

.article-page .back a {
  display: flex;
  align-items: center;
  color: var(--text);
  font-size: 1rem;
  transition: all 0.4s;
}

.article-page .back a:hover {
  color: var(--colour1);
}

.article-page .back a span {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.25rem;
}

.article-page a.left,
.article-page a.right {
  flex-shrink: 1;
  display: inline-block;
  width: 49%;
  padding: 1.5rem;
  color: var(--text);
  background: #fff;
  transition: all 0.4s;
}

.article-page a.left p,
.article-page a.left span,
.article-page a.right p,
.article-page a.right span {
  margin: 0;
  font-size: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.4s;
}

.article-page a.left span,
.article-page a.right span {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: var(--colour1);
}

.article-page a.left:hover,
.article-page a.right:hover {
  box-shadow: 0 0 1rem var(--shadow);
  background: var(--colour1);
  transition: all 0.4s;
}

.article-page a.left:hover p,
.article-page a.left:hover span,
.article-page a.right:hover p,
.article-page a.right:hover span {
  color: #fff;
}

/*应用*/

.app-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.app-list .item {
  width: 25%;
  padding: 1rem;
}

.app-list .item a,
.app-list .item a .img {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}

.app-list .item a .info {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 1.5rem;
  width: 100%;
  min-height: 100%;
}

.app-list .item a .info:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0px;
  left: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.4) 100%
  );
  transition: all 0.4s;
}

.app-list .item a .info:after {
  content: "";
  position: absolute;
  left: 6%;
  bottom: 25%;
  z-index: -1;
  transition: all 0.7s;
  transform: scale(0);
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background: var(--colour1);
  opacity: 0.9;
}

.app-list .item a:hover .info:after {
  content: "";
  transition: all 0.7s;
  transform: scale(5.6);
}

.app-list .item a .info .title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 2rem var(--shadow);
  margin-bottom: 0.5rem;
}

.app-list .item a .info pre {
  margin-bottom: 0;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.5em;
  height: 3em;
  text-shadow: 0 0 1rem var(--shadow);
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.app > div {
  display: flex;
  align-items: center;
}

.app .img {
  width: 50%;
}

.app .info {
  width: 50%;
  padding: 0 8%;
}

/*售后服务*/

.s-list-box {
  counter-reset: serviceListe;
}

.s-list {
  counter-reset: serviceListe2;
}

.s-list li {
  margin-top: 4.25vw;
  display: flex;
  flex-wrap: wrap;
}

.s-list li:first-child {
  margin-top: 0;
}

.s-list li .img {
  position: relative;
  z-index: 2;
  width: 50%;
  overflow: hidden;
}

.s-list li .img > div {
  width: 100%;
  height: 100%;
  animation-name: rightX2;
}

.s-list li .img > div img {
  min-height: 100%;
}

@-webkit-keyframes rightX2 {
  0% {
    -webkit-transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@keyframes rightX2 {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.s-list li .info {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 50%;
  padding-right: 5%;
}

.s-list li .info:after {
  position: absolute;
  top: 6vw;
  right: 6vw;
  z-index: -1;
  counter-increment: serviceListe2 1;
  content: "0" counter(serviceListe2);
  font-family: "en";
  font-size: 8rem;
  line-height: 1em;
  font-weight: 900;
  color: #fff;
  -webkit-text-stroke: 0.5px var(--colour1);
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
  transform: translate(0, -50%);
}

.s-list li .info .title {
  margin-bottom: 1.5rem;
}

.s-list li .info .title:before {
  counter-increment: serviceListe 1;
  content: "0" counter(serviceListe);
  font-family: "en";
  font-size: inherit;
  line-height: inherit;
  font-weight: 900;
  color: inherit;
  margin-right: 0.5rem;
}

.s-list li .info p {
  position: relative;
  padding-left: 2rem;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.s-list li .info p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid var(--colour1);
  opacity: 0.5;
  transition: all 0.4s;
}

.s-list li .info > div {
  padding: 6vw 0;
  padding-right: 8%;
}

.s-list li:nth-of-type(Odd) .info,
.s-list li:nth-of-type(even) .img {
  order: 0;
}

.s-list li:nth-of-type(even) .info,
.s-list li:nth-of-type(Odd) .img {
  order: 1;
}

.s-list li:nth-of-type(Odd) .info {
  padding-right: 6%;
}

.s-list li:nth-of-type(even) .info {
  padding-left: 6%;
}

.s-list li .info:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0px;
  left: 0%;
  width: 50vw;
  height: 100%;
  box-shadow: 0 0 3rem var(--shadow);
  transition: all 0.4s;
}

.s-list li:nth-of-type(Odd) .info:before {
  content: "";
  left: auto;
  right: 0;
}

/*下载*/

.search-box {
  display: flex;
  background: var(--grey_bg);
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  margin-bottom: 3rem;
}

.search-box .select {
  position: relative;
  z-index: 3;
  flex-shrink: 1;
  width: 25%;
  max-width: 20rem;
  margin-right: 1rem;
}

.search-box .select > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  width: 100%;
  line-height: 3em;
  height: 3em;
  font-size: 1rem;
  color: var(--text);
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 0.5rem;
  transition: all 0.4s;
}

.search-box .select > a span {
  line-height: inherit;
  height: inherit;
  font-size: inherit;
  color: inherit;
}

.search-box form.search {
  display: flex;
  width: 100%;
}

.search-box form.search input {
  padding: 0 1rem;
  width: 100%;
  line-height: 3em;
  height: 3em;
  font-size: 1rem;
  color: var(--text);
  border: 1px solid #ebebeb;
  border-radius: 0.5rem;
  transition: all 0.4s;
}

.search-box form.search button {
  flex-shrink: 1;
  margin-left: 1rem;
  padding: 0 2em;
  width: auto;
  line-height: 2.5em;
  height: 3em;
  font-size: 1rem;
  color: #fff;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  background: var(--colour1);
  border-radius: 0.5rem;
  transition: all 0.4s;
}

.search-box form.search button:hover {
  background: var(--colour2);
}

.down-nav {
  margin: 4rem 0 2.5rem;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid var(--border_colour);
}

.down-nav a {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: 2rem;
  font-size: 1.125rem;
  line-height: 4em;
  color: var(--text);
  transition: all 0.4s;
}

.down-nav a:hover,
.down-nav .active a {
  color: var(--colour1);
}

.down-nav .active a {
  font-weight: bold;
}

.down-nav .active a:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: 0%;
  width: 100%;
  height: 2px;
  background-color: var(--colour1);
  transition: all 0.4s;
}

.down-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.down-list li,
.down-list ol {
  display: flex;
  padding: 0 1rem;
  width: 100%;
  transition: all 0.4s;
}

.down-list ol {
  color: var(--title);
  background: var(--border_colour);
}

.down-list li:nth-of-type(even) {
  background: var(--grey_bg);
}

.down-list li:hover {
  background: var(--colour1);
}

.down-list ol > span,
.down-list li > span,
.down-list li > a {
  width: 20%;
  display: block;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  line-height: 2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  color: var(--text);
  transition: all 0.4s;
}

.down-list li:hover > span,
.down-list li:hover > a {
  color: #fff;
  opacity: 0.7;
}

.down-list li > a:hover {
  opacity: 1;
}

.down-list ol > span:first-child,
.down-list li > a:first-child {
  text-align: left;
  width: 50%;
  flex-shrink: 1;
}

.down-list li > a i {
  font-size: 1.5rem;
  color: inherit;
}

/*搜索结果*/

.search-list {
  counter-reset: searchList;
}

.search-list li {
  padding: 2rem 0;
  border-bottom: 1px solid var(--border_colour);
}

.search-list li a {
  position: relative;
  padding-left: 8rem;
  display: block;
  color: var(--text);
}

.search-list li a:after {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: -1;
  counter-increment: searchList 1;
  content: "0" counter(searchList);
  font-family: "en";
  font-size: 4rem;
  line-height: 1em;
  font-weight: 900;
  color: #fff;
  -webkit-text-stroke: 1px var(--colour1);
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
  transform: translate(0, -50%);
  transition: all 0.4s;
}

.search-list li a:hover:after {
  opacity: 1;
  -webkit-text-stroke: 1px var(--colour2);
  -webkit-text-fill-color: var(--colour2);
}

.search-list li a .title {
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--colour1);
  transition: all 0.4s;
}

.search-list li a:hover .title {
  color: var(--colour2);
}

.search-list li a pre {
  display: block;
  font-size: 1rem;
  line-height: 1.75em;
  max-height: 5.25em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-list li a span {
  font-size: 0.875rem;
  color: var(--small_text);
}

/*faq*/

/*加入我们*/

.join-info {
  counter-reset: joinListe;
}

.join-info li {
  position: relative;
  z-index: 1;
  padding-top: 6vw;
  margin-bottom: 6vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.join-info li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 50%;
  width: 50vw;
  height: 100%;
  background-color: var(--grey_bg);
}

.join-info li .info {
  width: 29%;
  padding-bottom: 8rem;
}

.join-info li .title {
  position: relative;
}

.join-info li .title:before {
  counter-increment: joinListe 1;
  content: "0" counter(joinListe);
  position: absolute;
  left: 0;
  top: 50%;
  font-family: "en";
  font-size: 8rem;
  line-height: 1em;
  font-weight: 900;
  color: #fff;
  -webkit-text-stroke: 0.5px var(--colour1);
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
  transform: translate(0, -50%);
}

.join-info li .info,
.join-info li .info p {
  font-size: 1.125rem;
  line-height: 2em;
}

.join-info li .img {
  width: 60%;
}

.join-info li .img a {
  display: block;
  width: 100%;
  padding-bottom: 55%;
  border-radius: 1rem;
}

.join-info li:nth-of-type(even) .info {
  order: 1;
}

.join-info li:nth-of-type(even):before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 50%;
  width: 100vw;
  height: calc(100% - 5rem);
  transform: translate(-50%, 0%);
}

.join-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.join-nav li {
  width: 48%;
}

.join-nav li .img {
  padding-bottom: 55%;
  border-radius: 1rem;
  overflow: hidden;
}

.join-nav li .img img {
  width: 100%;
  height: 100%;
}

.join-nav li .title {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  transition: all 0.4s;
}

.join-nav li:hover .title {
  color: var(--colour1);
}

.activity-list {
  -moz-column-count: 3;
  /* 多列布局 */
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 1rem;
  /* 列间距 */
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
  font-size: 0px;
}

.activity-list li {
  margin-bottom: 1rem;
  position: relative;
  font-size: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.activity-list .img {
  position: relative;
  overflow: hidden;
}

.activity-list .img span {
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 1.25rem 1.25rem;
  color: #fff;
  background: var(--img_gradient);
}

.activity-list .info {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: #fff;
  padding: 1.75rem;
  background-color: var(--colour1);
  opacity: 0;
  transition: all 0.4s;
}

.activity-list .info:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -2rem;
  bottom: -2rem;
  width: 40%;
  height: 0%;
  padding-bottom: 40%;
  background: url(../images/logo-w.png) no-repeat center;
  background-size: cover;
  opacity: 0.05;
}

.activity-list li .info span {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.activity-list li .info p {
  line-height: 1.75rem;
  max-height: 5.25rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.activity-list li:hover .info {
  opacity: 1;
  transition: all 0.4s;
}

#join {
  margin-top: 2em;
}

#join .join-head {
  display: block;
  color: #fff;
  background: var(--colour1);
  white-space: nowrap;
}

#join .join-head.collapsed {
  color: var(--text);
  background: #fff;
}

#join .join-head:hover {
  color: #fff;
  background: var(--colour1);
}

#join > .join-head {
  color: var(--colour1);
  font-weight: bold;
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top: 2px solid var(--colour1);
  background: #fff !important;
}

.join-head > div {
  display: inline-block;
  padding: 1.75rem 0;
  vertical-align: middle;
  font-size: 0.9375rem;
  text-align: center;
  white-space: normal;
  transition: all 0.4s;
}

.join-head .name {
  width: 30%;
  font-size: 1em;
  padding-left: 2em;
  text-align: left;
}

.join-head .class {
  width: 17%;
}

.join-head .place {
  width: 17%;
}

.join-head .number {
  width: 17%;
}

.join-head .time {
  width: 17%;
}

#join .card {
  border-radius: 0;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

#join .card:last-child .join-head {
  border-radius: 0 0 0.5rem 0.5rem;
}

#join .card-header {
  padding: 0;
  border-radius: 0;
  background: none;
}

#join .card-body {
  padding: 3rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#join .btn-link {
  margin-top: 3em;
  margin-bottom: 1em;
  display: inline-block;
  padding: 0 2em;
  font-size: 1em;
  line-height: 2.75em;
  color: #fff;
  background: var(--colour1);
  border-radius: 0.5rem;
  transition: all 0.4s;
}

#join .btn-link:hover {
  background: var(--colour2);
}

#join .btn-link .icon {
  font-size: 1.25rem;
}

/*联系方式*/

.contact > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact .contact-box {
  width: 40%;
  padding: 6rem 0;
}

.contact-info {
  line-height: 1.375em;
}
.contact-info p {
  display: flex;
}
.contact-info b,
.contact-info strong {
  display: inline-block;
  margin-right: 0.5rem;
  flex-shrink: 0;
  color: var(--colour1);
}

.contact-info a {
  display: inline-block;
  margin-right: 0.25rem;
}

.contact-info a:hover {
  color: var(--colour1);
}

.contact-follow a .icon {
  display: inline-block;
  font-size: 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  text-align: center;
  color: var(--colour1);
  transition: all 0.4s;
}

.contact-follow a:hover .icon {
  opacity: 0.5;
}

.contact-box table td {
  padding: 0.75rem;
}

.contact-shop a {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  padding: 1.5rem;
  text-align: center;
  color: var(--text);
  background: var(--grey_bg);
  transition: all 0.4s;
}

.contact-shop a:hover {
  color: #fff;
}

.contact-shop a:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: var(--colour1);
  transition: all 0.4s;
}

.contact-shop a:hover:before {
  height: 100%;
}

.contact-shop a span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 0.25rem;
  line-height: 2rem;
  vertical-align: middle;
}

.contact-shop a .icon {
  font-size: 1.75rem;
}

/*地图*/

#map-canvas {
  height: 50vh;
  min-height: 25rem;
  width: 100%;
  padding: 0px;
  color: #666;
}

.content-window-card {
  position: relative;
  box-shadow: none;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 0;
}

.content-window-card p {
  height: 2rem;
}

.amap-icon img,
.amap-marker-content img {
  width: 25px;
  height: 34px;
}

.custom-info {
  border: solid 1px none;
  background: var(--colour1);
  border-radius: 3rem;
  overflow: hidden;
}

div.info-top {
  display: none;
  position: relative;
  background: none repeat scroll 0 0 #f9f9f9;
  border-bottom: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
}

div.info-top div {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px;
}

div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
}

div.info-top img:hover {
  box-shadow: 0px 0px 5px #000;
}

div.info-middle {
  font-size: 12px;
  padding: 10px 15px;
  line-height: 20px;
  color: #fff;
  background: var(--colour1) !important;
  overflow: hidden;
}

div.info-bottom {
  display: none;
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}

div.info-bottom img {
  position: relative;
  z-index: 104;
}

.custom-info span {
  margin-left: 5px;
  font-size: 11px;
}

.info-middle img {
  float: left;
  margin-right: 6px;
}

/*地图*/

/*在线留言*/

.contact .feedback-box {
  width: 47%;
  padding: 6rem 0;
}

#feedback {
  margin-top: 1.5rem;
}

.select {
  position: relative;
  z-index: 1;
}

.select > div {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #ebebeb;
  background: var(--grey_bg);
  margin: 0;
  padding: 0.5rem 0;
}

.feedback .select > a,
.feedback input,
.feedback select {
  display: block;
  outline: none;
  margin-bottom: 1rem;
  width: 100%;
  padding: 0px 1rem;
  font-size: 0.875rem;
  line-height: 3rem;
  height: 3rem;
  color: #666;
  border: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}

.feedback a.select {
  display: flex !important;
  justify-content: space-between;
  color: var(--tips_text);
}

.select > div a {
  color: var(--text);
  line-height: 2em;
}

.select > div a.disabled {
  opacity: 0.5;
}

.select > div a:hover {
  color: var(--colour1);
  background: #fff;
}

.feedback select {
  appearance: none;
}

.feedback .label input {
  display: none;
}

.field-name-prefix-item {
  display: inline-block;
}

.field-name-prefix-item label {
  display: block;
  margin-bottom: 18px;
  line-height: 40px;
  text-align: center;
  width: 126px;
  cursor: pointer;
  background: #fff;
  transition: color 0.15s, background 0.15s;
}

.field-name-prefix-item input[type="radio"]:checked + label {
  color: #fff;
  background: var(--colour1);
}

.form-control {
  border: 1px solid #ebebeb;
  line-height: 44px;
  height: 44px;
  width: 100%;
  padding: 0px 15px;
  margin: 10px 0px;
  border-radius: none;
  box-shadow: 0;
}

.feedback textarea {
  border: none;
  font-size: 1rem;
  line-height: 1.5em;
  width: 100%;
  height: 160px;
  padding: 15px;
  margin: 10px 0px;
  outline: none;
  box-shadow: none;
  overflow-x: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.choice-privacy {
  margin-bottom: 20px;
}

.choice-privacy input {
  margin-bottom: 3px;
  margin-right: 6px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.choice-privacy input[type="radio"]:checked ~ label {
  background: var(--colour1);
}

.choice-privacy label a {
  color: #666;
  text-decoration: underline;
}

.choice-privacy label a:hover {
  color: var(--colour1);
  text-decoration: underline;
}

.feedback .submit {
  display: inline-block;
  padding: 0px 4em;
  background: var(--colour1);
  font-size: 1rem;
  line-height: 3rem;
  color: #fff;
  margin: 15px 0px;
  border-radius: 0.25rem;
  transition: all 0.3s;
}

.feedback .submit:hover {
  background: var(--colour2);
}

.feedback .submit span {
  display: inline-block;
  font-size: 20px;
  line-height: inherit;
  color: #fff !important;
  vertical-align: bottom;
}

/*动画渐快延迟*/

.p-list .nav-tabs li:nth-of-type(2),
.p-list .tab-content ul li:nth-of-type(2),
.p-list .tab-content ul li:nth-of-type(3n + 2),
.case-list li:nth-of-type(2),
.case-list li:nth-of-type(3n + 2),
.news-list li:nth-of-type(2),
.news-list li:nth-of-type(3n + 2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.p-list .nav-tabs li:nth-of-type(3),
.p-list .tab-content ul li:nth-of-type(3),
.p-list .tab-content ul li:nth-of-type(3n + 3),
.case-list li:nth-of-type(3),
.case-list li:nth-of-type(3n + 3),
.news-list li:nth-of-type(3),
.news-list li:nth-of-type(3n + 3) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.p-list .nav-tabs li:nth-of-type(4) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.p-list .nav-tabs li:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.p-list .nav-tabs li:nth-of-type(6) {
  -webkit-animation-delay: 0.5.5s;
  animation-delay: 0.55s;
}

/*动画匀速延迟*/

.p-app .nav-tabs li:nth-of-type(2),
.solution-list .owl-dots .owl-dot:nth-of-type(2),
.logo-list li:nth-of-type(2),
.logo-list li:nth-of-type(5n + 2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.p-app .nav-tabs li:nth-of-type(3),
.solution-list .owl-dots .owl-dot:nth-of-type(3),
.logo-list li:nth-of-type(3),
.logo-list li:nth-of-type(5n + 3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.p-app .nav-tabs li:nth-of-type(4),
.solution-list .owl-dots .owl-dot:nth-of-type(4),
.logo-list li:nth-of-type(4),
.logo-list li:nth-of-type(5n + 4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.2s;
}

.p-app .nav-tabs li:nth-of-type(5),
.solution-list .owl-dots .owl-dot:nth-of-type(5),
.logo-list li:nth-of-type(5),
.logo-list li:nth-of-type(5n + 5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.2s;
}

.p-app .nav-tabs li:nth-of-type(6),
.solution-list .owl-dots .owl-dot:nth-of-type(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.2s;
}

.p-app .nav-tabs li:nth-of-type(7),
.solution-list .owl-dots .owl-dot:nth-of-type(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.2s;
}

.p-app .nav-tabs li:nth-of-type(8),
.solution-list .owl-dots .owl-dot:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}