@charset "utf-8";

html,
body {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

body {
  padding-top: 90px;
}

@media (max-width: 1200px) {
  body {
    padding-top: 75px;
  }
}

.more-ck {
  cursor: pointer;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
figure,
figcaption,
table,
th,
td img {
  margin: 0;
  padding: 0;
}

a,
abbr,
acronym,
address,
big,
blockquote,
body,
caption,
cite,
code,
dd,
dl,
dt,
fieldset,
form,
h1,
time,
h2,
h3,
h4,
h5,
h6,
html,
img,
ins,
kbd,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  margin: 0 auto;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.8s ease;

}

img {
  display: block;
  width: 100%;
  height: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
}

.transition {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  outline: none;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  outline: none;
}

input {
  border-radius: 0;
  outline: none;
}

input:-ms-clear {
  display: none;
}

input,
textarea {
  border: 0;
  font-family: "Microsoft YaHei";
}

textarea {
  resize: none;
  outline: none;
}

img {
  border: 0;
  vertical-align: middle;
}

ul,
li {
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}

.warp-mb {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.index-title {
  text-align: center;
  margin-bottom: 30px;
}

.index-title .h2 {
  font-weight: 700;
  color: #206056;
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
  padding: 0;
  position: relative;
}

.index-title .h2::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #178070;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.index-title .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  text-align: center
}

.index-title .text {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  text-align: center;
}

p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 28px;
}

.m-top {
  margin-top: 80px;
}

.m-btm {
  margin-bottom: 80px;
}

.p-top {
  padding-top: 80px;
}

.p-btm {
  padding-bottom: 80px;
}

@media screen and (max-width: 1440px) {
  .warp-mb {
    width: 1170px;
  }

  .m-top {
    margin-top: 70px;
  }

  .m-btm {
    margin-bottom: 70px;
  }

  .p-top {
    padding-top: 70px;
  }

  .p-btm {
    padding-bottom: 70px;
  }

  .index-title .h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  .index-title {
    margin-bottom: 25px;
  }

  .index-title .text {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .warp-mb {
    width: 980px;
  }

  .m-top {
    margin-top: 60px;
  }

  .m-btm {
    margin-bottom: 60px;
  }

  .p-top {
    padding-top: 60px;
  }

  .p-btm {
    padding-bottom: 60px;
  }

  .index-title .h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 992px) {
  .warp-mb {
    width: 750px;
  }

  .index-title .text {
    font-size: 14px;
  }

  p {
    font-size: 14px;
  }

  .index-title {
    margin-bottom: 20px;
  }

  .index-title .h2 {
    font-size: 26px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  .index-title .text {
    font-size: 14px;
  }

  .m-top {
    margin-top: 50px;
  }

  .m-btm {
    margin-bottom: 50px;
  }

  .p-top {
    padding-top: 50px;
  }

  .p-btm {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .warp-mb {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .index-title .h2 {
    font-size: 24px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .m-top {
    margin-top: 40px;
  }

  .m-btm {
    margin-bottom: 40px;
  }

  .p-top {
    padding-top: 40px;
  }

  .p-btm {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .m-top {
    margin-top: 30px;
  }

  .m-btm {
    margin-bottom: 30px;
  }

  .p-top {
    padding-top: 30px;
  }

  .p-btm {
    padding-bottom: 30px;
  }
}


/* zxy-header */
.zxy-header {
  padding: 15px 10px;
  transition: all 0.3s;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;

}

.zxy-header.active {
  padding: 8px 10px;
    background: #206056 !important;
}

.zxy-header .logo {
  display: block;
  float: left;
  width: 178px;
}

.zxy-header .logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.5));
}

.menu-custom-menu-container {
  float: right;
}

.navlist>li {
  float: left;
  position: relative;
}

.navlist>li>.sub-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 222;
  display: block;
  visibility: hidden;
  width: 300px;
  padding: 10px 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  -ms-transition: all 0.5s ease;
}

.navlist>li>.sub-menu>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f9f9f9;
  list-style: none;
  padding-right: 5px;
}

.navlist>li>.sub-menu>li>a {
  position: relative;
  display: block;
  padding: 8px 15px;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.navlist>li>.sub-menu>li>a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 1px;
  background: #0f934a;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(-50%);
  -ms-transition: all 0.5s ease;
}

.navlist>li>.sub-menu>li:hover>a {
  padding-left: 20px;
}

.navlist>li>.sub-menu>li:hover>a:before {
  width: 6px;
  opacity: 1;
}

.navlist .menu-item-has-children:hover>ul.sub-menu {
  left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  pointer-events: all;
}

.navlist>li>a {
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  padding: 0 15px;
  color: #fff !important;
  line-height: 68px;
  font-weight: bold;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.navlist li.menu-item-has-children>a::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/p-btm.png) no-repeat center;
  background-size: 12px;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navlist li.menu-item-has-children:hover>a::after {
  transform: translateY(-50%) rotate(180deg);
}

.header .navlist .current-menu-item>a {
  color: #0f934a !important;
}

/* 三级 */

.navlist>li>.sub-menu>li>.sub-menu>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f9f9f9;
  list-style: none;
}

.navlist>li>.sub-menu>li>.sub-menu {
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 223;
  display: block;
  visibility: hidden;
  width: 300px;
  padding: 10px 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  -ms-transition: all 0.5s ease;
}

.navlist>li>.sub-menu>li>.sub-menu>li>a {
  position: relative;
  display: block;
  padding: 8px 15px;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.navlist>li>.sub-menu>li>a {
  position: relative;
  display: block;
  padding: 8px 15px;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.navlist>li>.sub-menu>li>.sub-menu>li>a::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 1px;
  background: #0f934a;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(-50%);
  -ms-transition: all 0.5s ease;
}

.navlist>li>.sub-menu>li>a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 1px;
  background: #0f934a;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(-50%);
  -ms-transition: all 0.5s ease;
}

.navlist>li>.sub-menu>li>.sub-menu>li:hover>a {
  padding-left: 20px;
}

.navlist>li>.sub-menu>li:hover>a {
  padding-left: 20px;
}

.navlist>li>.sub-menu>li>.sub-menu>li:hover>a::before {
  width: 5px;
  opacity: 1;
}

.navlist>li>.sub-menu>li:hover>a:before {
  width: 5px;
  opacity: 1;
}

.navlist>.menu-item-has-children:hover>ul.sub-menu {
  left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  pointer-events: all;
}

.navlist>.menu-item-has-children>.sub-menu>.menu-item-has-children:hover>ul.sub-menu {
  left: inherit;
  right: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  pointer-events: all;
}

/* 三级 */

.menu {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99;
  height: auto;
  width: 40px;
  float: right;
  display: none;
}

.menu input {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  opacity: 0;
}

.menu span {
  height: 3px;
  width: 35px;
  position: relative;
  background-color: #0f934a;
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.2s linear;
}

.menu span:nth-of-type(1) {
  width: 20px;
  margin-right: auto;
}

.menu span:nth-of-type(2) {
  width: 40px;
}

.menu span:nth-of-type(3) {
  width: 20px;
  margin-left: auto;
}

.menu input:checked~span:nth-of-type(1) {
  transform: rotate(45deg) translate(4px, 1px);
  background-color: #db5325;
  box-shadow: 0 0 2em 0.2em #db5325;
}

.menu input:checked~span:nth-of-type(2) {
  transform: rotate(-45deg);
  background-color: #db5325;
  box-shadow: 0 0 2em 0.2em #db5325;
}

.menu input:checked~span:nth-of-type(3) {
  transform: rotate(45deg) translate(-4px, 0px);
  background-color: #db5325;
  box-shadow: 0 0 2em 0.2em #db5325;
}

.zxy-header .more {
  float: right;
  margin-left: 30px;
  margin-top: 15px;
}

@media only screen and (max-width: 1200px) {
  .navlist>li>a {
    font-size: 16px;
    padding: 0 15px;
    line-height: 58px;
  }

  .zxy-header .logo {
    width: 152px;
  }

  .zxy-header .more {
    margin-top: 10px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .zxy-header .logo {
    width: 147px;
  }

  .zxy-header .more {
    display: none;
  }

  .menu {
    display: flex;
    margin-top: 11px;
  }

  .menu-custom-menu-container {
    position: fixed !important;
    top: 86px;
    left: 0;
    z-index: 99999;
    overflow: auto;
    width: 100%;
    height: 100vh;
    background: #fff !important;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-overflow-scrolling: touch;
    -ms-transform: translateX(-100%);
    padding: 0 15px;
  }

  .zxy-header.active .menu-custom-menu-container {
    top: 68px;
  }

  .menu-custom-menu-container.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }

  .navlist {
    display: block;
    padding-bottom: 160px;
    float: none;
  }

  .navlist>li {
    float: none;
    border-bottom: 1px solid #e6ebf1;
  }

  .menu-custom-menu-container ul>li.current-menu-item>a,
  .menu-custom-menu-container ul>li:hover>a,
  .menu-custom-menu-container ul li.current-menu-parent>a {
    background: 0 0;
    color: #0f934a !important;
  }

  .navlist li.menu-item-has-children>a::after {
    display: none;
  }

  .menu-custom-menu-container ul>li>ul.sub-menu {
    position: static;
    display: none;
    visibility: visible;
    padding: 0;
    width: 100%;
    border-top: none;
    border-top: 2px solid #0f934a;
    border-bottom: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transition: none;
    margin-left: 0;
  }

  .menu-custom-menu-container ul li.menu-item-has-children .icon-drop-down {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    transform: none;
    background: url(../images/p-btm.png) no-repeat center;
    background-size: 12px;
    width: 50px;
    height: 50px;
  }

  .menu-custom-menu-container ul li.menu-item-has-children .icon-drop-down.ri-arrow-up-s-line {
    transform: rotate(180deg);
  }

  .menu-custom-menu-container ul>li.menu-item-has-children:hover>ul.sub-menu {
    display: none;
  }

  .menu-custom-menu-container ul>li>ul.sub-menu>li {
    border-bottom: 1px solid #e6ebf1;
  }

  .menu-custom-menu-container ul>li>ul.sub-menu>li>a {
    display: inline-block;
    padding: 12px;
  }

  .menu-custom-menu-container ul>li>a {
    display: inline-block;
    padding: 13px 0;
    color: #000 !important;
    line-height: 24px;
    background: 0 0 !important;
  }

  /* 三级 */
  .navlist>li>.sub-menu>li>.sub-menu {
    position: static;
    display: none;
    visibility: visible;
    padding: 0;
    width: 100%;
    border-top: none;
    border-top: 2px solid #0f934a;
    border-bottom: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transition: none;
    margin-left: 0;
  }

  .navlist>li>.sub-menu>li>.sub-menu>li>a {
    padding: 12px;
  }

  /* 三级 */
}

/* zxy-header */

/* zxy-banner */
.zxy-banner {
  position: relative;
}

.zxy-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.zxy-banner .banner-prev,
.zxy-banner .banner-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  background: #206056 url(../images/swiper-jt.png) no-repeat center;
  background-size: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.zxy-banner .banner-prev {
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
}

.zxy-banner .banner-next {
  right: 10px;
}

@media only screen and (max-width: 768px) {

  .zxy-banner .banner-prev,
  .zxy-banner .banner-next {
    width: 38px;
    height: 38px;
    background-size: 18px;
  }
}

@media only screen and (max-width: 380px) {

  .zxy-banner .banner-prev,
  .zxy-banner .banner-next {
    width: 30px;
    height: 30px;
    background-size: 16px;
    /* color: rgba(32, 96, 96,0.7); */
  }
}

/* zxy-banner */

/* zxyindex-product  */
.zxyindex-product ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.zxyindex-product li {
  width: 24%;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s;
}

.zxyindex-product li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.zxyindex-product li:nth-of-type(1) {
  background-color: #b4dcc8;
}

.zxyindex-product li:nth-of-type(2) {
  background-color: #206056;
}

.zxyindex-product li:nth-of-type(3) {
  background-color: #f2e5b9;
}

.zxyindex-product li:nth-of-type(4) {
  background-color: #9dd3e7;
}

.zxyindex-product li .img {
  overflow: hidden;
  position: relative;

}

.zxyindex-product li .img .bx-bl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}

.waves {
  position: relative;
  width: 100%;
  height: 10vh;
  margin-bottom: -2px;
  min-height: 15px;
  max-height: 30px;
}

/* Animation */

.parallax>use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*Shrinking for mobile*/
.zxyindex-product li .text {
  text-align: center;
  padding: 10px 10px 20px;
}

.zxyindex-product li .text .icon {
  display: block;
  width: 120px;
  margin: 0 auto;
}

.zxyindex-product li .text h3 a {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 10px;
  text-transform: capitalize;
}

.zxyindex-product li:nth-of-type(1) .text h3 a {
  color: #0c5145;
}

.zxyindex-product li:nth-of-type(2) .text h3 a {
  color: #b1dbc4;
}

.zxyindex-product li:nth-of-type(3) .text h3 a {
  color: #a7712d;
}

.zxyindex-product li:nth-of-type(4) .text h3 a {
  color: #0c6789;
}

@media only screen and (max-width: 1200px) {
  .zxyindex-product ul {
    margin-top: 40px;
  }

  .zxyindex-product li .text .icon {
    width: 100px;
  }

  .zxyindex-product li .text h3 a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .zxyindex-product ul {
    margin-top: 30px;
  }

  .zxyindex-product li {
    width: 48%;
    margin-top: 20px;
  }
}

@media only screen and (max-width:768px) {
  .zxyindex-product ul {
    margin-top: 20px;
  }

  .zxyindex-product li {
    width: 49%;
  }

  .zxyindex-product li .text h3 a {
    font-size: 16px;
  }

  .zxyindex-product li .text .icon {
    width: 80px;
  }
}

@media only screen and (max-width:400px) {
  .zxyindex-product li {
    width: 100%;
  }
}

/* zxyindex-product  */




/* zxyindex-about */
.zxyindex-about .text-box .sp {
  margin-bottom: 20px;
  text-align: justify;
}

.zxyindex-about .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  /* box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1), -5px -5px 5px 0px rgba(0, 0, 0, 0.1); */
}

.zxyindex-about .list li {
  width: 20%;
  text-align: center;
  padding: 15px 5px;
  background-color: #f2e5b8;
}

.zxyindex-about .list li:nth-of-type(2n) {
  background-color: #f6eec8;
}

.zxyindex-about .list .numb {
  font-size: 44px;
  display: block;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #a7712d;
}

.zxyindex-about .list .l3 .numb {
  color: #a7712d;
}

.zxyindex-about .list .numb::after {
  content: "+";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-left: 3px;
}



.zxyindex-about .list .l1 .numb::after {
  content: "m²+";
}

.zxyindex-about .list .pt {
  font-size: 16px;
  color: #c79559;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.4;
}

.zxyindex-about .imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.zxyindex-about .imgs img {
  display: block;
  width: 49%;
  border-radius: 10px;
}

.zxyindex-about .txt {
  background-color: #9cd3e7;
  margin-top: 30px;
  border-radius: 20px;
  padding: 15px;
}

.zxyindex-about .txt p {
  color: #0c6789;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: justify;
}

@media only screen and (max-width: 1200px) {
  .zxyindex-about .list .numb {
    font-size: 36px;
  }

  .zxyindex-about .list .pt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .zxyindex-about .list li {
    width: 50%;
  }

  .zxyindex-about .list li.l3 {
    width: 100%;
    background-color: #fff4d0;
  }
}

@media only screen and (max-width: 400px) {
  .zxyindex-about .imgs img {
    width: 100%;
    margin-top: 15px;
  }
}


/* zxyindex-about */

.cases-list { padding: 0; margin: 30px 0; }
.cases-list li { list-style: none; margin: 10px 0; padding: 10px; border-bottom: 1px solid #eee; }
.cases-list li a { color: #333; text-decoration: none; font-size: 16px; }
.cases-list li a:hover { color: #0f934a; text-decoration: underline; }

/* zxyindex-choose */
.zxyindex-choose .choose-swiper {
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}

.choose-swiper .choose-item:nth-child(4n+1) {
  /* 第 1、5、9… 项 */
  background-color: #1f5f53;
}

.choose-swiper .choose-item:nth-child(4n+1) .bt {
  color: #fff;
}

.choose-swiper .choose-item:nth-child(4n+1) .text {
  background-color: #153d31;
}

.choose-swiper .choose-item:nth-child(4n+2) {
  /* 第 2、6、10… 项 */
  background-color: #b6ddc7;
}

.choose-swiper .choose-item:nth-child(4n+2) .bt {
  color: #0c5145;
}

.choose-swiper .choose-item:nth-child(4n+2) .text {
  background-color: #8bb59e;
}

.choose-swiper .choose-item:nth-child(4n+3) {
  /* 第 3、7、11… 项 */
  background-color: #efe29c;
}

.choose-swiper .choose-item:nth-child(4n+3) .bt {
  color: #a7712d;
}

.choose-swiper .choose-item:nth-child(4n+3) .text {
  background-color: #cabb6f;
}

.choose-swiper .choose-item:nth-child(4n+4) {
  /* 第 4、8、12… 项 */
  background-color: #9ed4e7;
}

.choose-swiper .choose-item:nth-child(4n+4) .bt {
  color: #0c6789;
}

.choose-swiper .choose-item:nth-child(4n+4) .text {
  background-color: #71abc1;
}

.choose-swiper .choose-item {
  border-radius: 15px;
  padding: 30px 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.choose-swiper .choose-item .bt {
  font-size: 28px;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 20px;
}

.choose-swiper .choose-item img {
  display: block;
  width: 200px;
}

.choose-swiper .choose-item:hover .text {
  bottom: 0;
}

.choose-swiper .choose-item .text {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  border-radius: 15px;
  padding: 20px 10px;
  text-align: center;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.choose-swiper .choose-item .text strong {
  display: block;
  font-size: 26px;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #fff;
}

.choose-swiper .choose-item .text .sp {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}

.choose-swiper .choose-prev,
.choose-swiper .choose-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  background: #206056 url(../images/swiper-jt.png) no-repeat center;
  background-size: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.choose-swiper .choose-prev {
  left: 5px;
  transform: translateY(-50%) rotate(180deg);
}

.choose-swiper .choose-next {
  right: 5px;
}

@media only screen and (max-width: 1440px) {
  .choose-swiper .choose-item .bt {
    font-size: 22px;
  }

  .choose-swiper .choose-item .text strong {
    font-size: 20px;
  }

  .choose-swiper .choose-item img {
    width: 180px;
  }
}

@media only screen and (max-width: 1200px) {
  .choose-swiper .choose-item {
    padding: 40px 10px;
  }

  .choose-swiper .choose-item .bt {
    font-size: 20px;
  }

  .choose-swiper .choose-item .text strong {
    font-size: 18px;
  }

  .choose-swiper .choose-item img {
    width: 160px;
  }

  .choose-swiper .choose-item .text .sp {
    font-size: 14px;

  }
}

/* zxyindex-choose */

/* zxyindex-news */
.zxyindex-news .news-swiper {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}

.zxyindex-news .news-swiper .news-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.news-swiper .news-item .text {
  width: 48%;
  padding-bottom: 50px;
}

.news-swiper .news-item .text h3 a {
  font-size: 26px;
  text-transform: capitalize;
  line-height: 1.3;
  color: #0c5145;
  margin-bottom: 15px;
  display: block;
}

.news-swiper .news-item .text .sp {
  color: #0c6354;
  margin-bottom: 20px;
}

.news-swiper .news-item .text .more {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  position: relative;
  background-color: #0c6354;
  padding: 8px 20px;
  border-radius: 3px;
}



.news-swiper .news-item:hover .text .more {
  background-color: #ff5500;
}



.news-swiper .news-item .imgs {
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.news-swiper .btm-ative {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48%;
  height: 42px;
  display: flex;
}




.news-swiper .btm-ative .news-prev,
.news-swiper .btm-ative .news-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 2;
  background: #206056 url(../images/swiper-jt.png) no-repeat center;
  background-size: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.news-swiper .btm-ative .news-prev {
  transform: rotate(180deg);
  margin-right: 10px;
}


@media only screen and (max-width: 992px) {
  .news-swiper .news-item .text h3 a {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .news-swiper .news-item .text h3 a {
    font-size: 20px;
  }

  .zxyindex-news .news-swiper .news-item {
    flex-direction: column-reverse;
  }

  .news-swiper .news-item .text {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .news-swiper .news-item .imgs {
    width: 100%;
  }

  .news-swiper .btm-ative {

    width: 100%;
    justify-content: center;
  }
}

@media only screen and (max-width: 560px) {
  .news-swiper .news-item .text h3 a {
    font-size: 18px;
  }
}

/* zxyindex-news */
/* zxyindex-bottombox */
.zxyindex-bottombox {
  text-align: center;
}

.zxyindex-bottombox .more {
  display: inline-block;
  font-size: 24px;
  color: #124b3d;
  border: solid 1px #124b3d;
  text-transform: capitalize;
  padding: 8px 30px;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.3s;
}

.zxyindex-bottombox .more:hover {
  background-color: #124b3d;
  color: #fff;
}

/* zxyindex-bottombox */

/* zxy-footer  */
.zxy-footer {
  background-color: #124b3d;

}

.zxy-footer .footer-box {
  background-color: #166f58;
  display: flex;
  padding: 50px 50px 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 20px;
  align-items: center;
}

.footer-box .footer-fl {
  width: 40%;
}

.footer-fl li a {
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 40px;
  color: #fff;
}

.footer-box .footer-fr {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-fr .icon {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 260px;
}

.footer-fr .icon a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #124b3d;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s
}

.footer-fr .icon img {
  display: block;
}

.footer-fr .sp1 {
  font-size: 24px;
  color: #fff;
  margin-top: 30px;
}

.footer-fr .sp2,
.footer-fr .sp3 {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}

.footer-fr .sp2 a,
.footer-fr .sp3 a {
  color: #fff;
  display: block;
}

.zxy-footer .footer-btm {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-btm .img {
  display: block;
  width: 180px;
  margin-bottom: 10px;
}

.footer-btm .text {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.footer-btm .text a {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .footer-box .footer-fl {
    width: 48%;
  }

  .footer-box .footer-fr {
    width: 48%;
  }
}

@media only screen and (max-width: 992px) {
  .footer-fl li a {
    font-size: 16px;
  }

  .footer-fr .icon img {
    width: 32px;
    height: 32px;
  }

  .footer-fr .sp1 {
    font-size: 20px;
    margin-top: 20px;
  }

  .footer-fr .sp2,
  .footer-fr .sp3 {
    font-size: 16px;
  }

  .zxy-footer .footer-box {
    padding: 40px 30px 20px;
  }
}

@media only screen and (max-width: 640px) {
  .zxy-footer .footer-box {
    padding: 30px 20px 15px;
  }

  .footer-box .footer-fl {
    width: 100%;
  }

  .footer-box .footer-fr {
    width: 100%;
    align-items: flex-start;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 480px) {

  .footer-fr .sp2,
  .footer-fr .sp3,
  .footer-fl li a,
  .footer-btm .text {
    font-size: 14px;
  }
}

/* zxy-footer  */

/* products_detic */
.prodetic-top .prodetic-top-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prodetic-top-box .prodetic-top-img {
  width: 40%;
  overflow: hidden;
}

.prodetic-top-img .pro-swiper-1 {
  position: relative;
}

.prodetic-top-img .pro-swiper-1 .product-next,
.prodetic-top-img .pro-swiper-1 .product-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 3;
  border-radius: 50%;
  cursor: pointer;
  background: #206056 url(../images/swiper-jt.png) no-repeat center;
  background-size: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.pro-swiper-1 .imgs {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}

.pro-swiper-1 .imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.prodetic-top-img .pro-swiper-1 .product-prev {
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
}

.prodetic-top-img .pro-swiper-1 .product-next {
  right: 10px;
}


.prodetic-top-img .pro-swiper-2 {
  overflow: hidden;
  margin-top: 10px;
}

.prodetic-top-img .pro-swiper-2 .swiper-slide {
  position: relative;
  background-color: #000;
  cursor: pointer;
}

.prodetic-top-img .pro-swiper-2 .swiper-slide img {
  opacity: 0.7;
}

.prodetic-top-img .pro-swiper-2 .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
}

.video-thumbnail::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url(../images/pro-play.png) no-repeat center;
  background-size: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.prodetic-top-box .prodetic-top-text {
  width: 58%;
  background-color: #fff;
}


.prodetic-top-text h1 {
  color: #000;
  font-size: 26px;
  line-height: 1.4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 3px rgba(0, 0, 0, 0.06);
  position: relative;
}

.prodetic-top-text h1::before {
  content: "";
  height: 3px;
  background-color: #ff5500;
  width: 15%;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.prodetic-top-text .pro-canshu {
  margin-bottom: 15px;
  background: #fafafa;
  margin-top: 15px;
}

.pro-canshu li {
  padding: 10px 16px;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.pro-canshu li a {
  color: #333;
}

.pro-canshu li a:hover {
  color: #ff5500;
}

.pro-canshu li+li {
  border-top: 1px solid #f1f1f1;
}

.product-btn {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
  align-content: center;
}

.product-btn .more {
  margin: 4px 4px 0 4px;
  padding: 10px 10px 10px 40px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}

.product-btn .more1 {
  background: #1e73be url(../images/xj-icon.png) no-repeat left 12px center;
  background-size: 22px;
}

.product-btn .more2 {
  background: #09c25f url(../images/whatsapp-icon.png) no-repeat left 12px center;
  background-size: 22px;
}

.product-btn .more3 {
  background: #c00d23 url(../images/email-icon.png) no-repeat left 12px center;
  background-size: 22px;
}

.product-btn .more:hover {
  background-color: #000;
}


@media screen and (max-width: 1200px) {
  .prodetic-top-text .pro-feature li span {
    font-size: 14px;
  }

  .pro-swiper-1 .imgs {
    padding-top: 85%;
  }
}


@media screen and (max-width: 992px) {


  .prodetic-top-box .prodetic-top-img {
    width: 100%;
  }

  .prodetic-top-box .prodetic-top-text {
    width: 100%;
    margin-top: 30px;
  }

  .pro-swiper-1 .imgs {
    padding-top: 75%;
  }

  .prodetic-top-text h1 {
    font-size: 24px;
  }

  .pro-swiper-1 .imgs {
    padding-top: 80%;
  }
}

@media screen and (max-width: 680px) {

  .prodetic-top-text h1 {
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .prodetic-top-text .pro-feature {
    padding: 16px 10px;
  }

  .prodetic-top-text .pro-feature li {
    margin: 10px 0;
    width: 50%;
  }

  .pro-canshu li {
    font-size: 14px;
  }

  .prodetic-top-text .pro-feature li:nth-of-type(2):after {
    display: none;
  }

  .product-btn {
    justify-content: center;
  }

  .pro-canshu li {
    padding: 8px 12px;
  }
}

@media screen and (max-width: 480px) {
  .prodetic-top-text h1 {
    font-size: 18px;
  }

  .prodetic-top-text .pro-feature {
    padding: 12px 5px;
  }

  .prodetic-top-text .pro-feature li img {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

  .prodetic-top-text .pro-feature li {
    margin: 5px 0;

  }

  .prodetic-top-text .pro-feature li span {
    font-size: 14px;
  }
}



/* --  */

.equipment-list {
  margin-left: -2%;
}

.equipment-list li {
  width: 23%;
  float: left;
  background-color: #f5b010;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin-left: 2%;
  text-align: center;
  margin-top: 25px;
  position: relative;
  padding-bottom: 10px;
}

.equipment-list li h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin-top: 10px;
  padding: 0 10px;
}

.equipment-text {
  background-color: #f6f7f7;
  padding: 40px 30px;
  margin-top: 30px;
}

.equipment-text p {
  margin-bottom: 10px;
}

.equipment-text strong {
  color: #202347;
}

.features-text {
  background-color: #f6f7f7;
  padding: 40px 30px;
  margin-top: 30px;
}

.features-text p {
  margin-bottom: 10px;
}

.features-text .img-boxs {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.features-text .img-boxs img {
  display: block;
  width: 49%;
  height: auto;
}

/* === */
.rich-boxbg {
  background: url(../images/rich-boxbg.jpg) no-repeat top 80px center;
  background-size: 90%;
}

.rich-boxbg ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.rich-boxbg li {
  width: 33%;
  background-color: #fff;
  margin-top: 10px;
  border-bottom: solid 3px #202347;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 0 5px 0 #999;
}

.rich-boxbg li:nth-of-type(2n) {
  border-bottom: solid 3px #f6b110;
}

.rich-boxbg li .img {
  display: block;
  width: 85px;
  height: auto;
  margin: 0 auto 10px;
}

.rich-boxbg li .txt {
  color: #202347;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 1.3;
}

/* ==== */
.recomm-bg {
  position: relative;
}

.recomm-bg::before {
  content: "";
  width: 100%;
  height: 70%;
  background-color: #f6f7f7;
  position: absolute;
  left: 0;
  top: 0;
}

.recomm-bg .warp-mb {
  position: relative;
  z-index: 2;
}

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

.recomm-list li {
  width: 24%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
}

.recomm-list li .img {
  display: block;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}

.recomm-list li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recomm-list li h3 a {
  display: block;
  color: #202347;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 5px;
}

.recomm-list li .more {
  border-radius: 50px;
  overflow: hidden;
  padding: 10px 20px;
}

/* table  */
.table-box {
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.table-box img{
    display: block;
    width: 100% !important;
    height: auto !important;
}
.table-box table {
  border-collapse: collapse;
  width: 100%
}

.table-box thead {
  border-bottom: 3px solid
}

.table-box tfoot {
  border-top: 3px solid
}

.table-box td,
.table-box th {
  border: 1px solid;
  padding: .5em
}

.table-box tr:nth-of-type(odd) {
  background: #f5f5f5
}

.table-box table {
  table-layout: fixed;
  width: 100%
}

.table-box table td,
.table-box table th {
  word-break: break-word
}

.table-box.aligncenter,
.table-box.alignleft,
.table-box.alignright {
  display: table;
  width: auto
}

.table-box.aligncenter td,
.table-box.aligncenter th,
.table-box.alignleft td,
.table-box.alignleft th,
.table-box.alignright td,
.table-box.alignright th {
  word-break: break-word
}

/* table  */

@media screen and (max-width: 1200px) {


  .recomm-list li h3 a {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .recomm-list {
    flex-wrap: wrap;
  }

  .recomm-list li {
    width: 48%;
    margin-bottom: 15px;
  }

  .recomm-list li h3 a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .table-box table {
    table-layout: auto !important;
    width: 100%;
  }

  .table-box {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 100%;
  }

  .table-box table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
  }

  .table-box table th,
  .table-box table td {
    white-space: nowrap;
  }

  .recomm-list li h3 a {
    font-size: 16px;
  }
}


@media screen and (max-width: 992px) {

  .recomm-list li {
    width: 100%;
  }
}


/* products_detic */






/* about  */
.zxyabout-one {
  position: relative;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 0 10 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffe9;
}

.zxyabout-one .img img {
  display: block;
  width: 100%;
  height: auto;
}

.zxyabout-one .zxyabout-onetext {
  padding: 50px 30px 30px;
  position: relative;
}

.zxyabout-onetext .bx-bl {
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
}

.zxyabout-onetext .bx-bl .waves {
  margin-bottom: -2px;
  min-height: 35px;
  max-height: 80px;
}

.zxyabout-onetext .list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  /* box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1), -5px -5px 5px 0px rgba(0, 0, 0, 0.1); */
}

.zxyabout-onetext .list-box li {
  width: 25%;
  text-align: center;
  padding: 15px 5px;
}



.zxyabout-onetext .list-box .numb {
  font-size: 44px;
  display: block;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #a7712d;
}



.zxyabout-onetext .list-box .numb::after {
  content: "+";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-left: 3px;
}



.zxyabout-onetext .list-box .l1 .numb::after {
  content: "m²+";
}

.zxyabout-onetext .list-box .pt {
  font-size: 16px;
  color: #c79559;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.4;
}

.zxyabout-onetext .txt {
  text-align: justify;
}

@media screen and (max-width: 992px) {
  .zxyabout-one .zxyabout-onetext {
    padding: 30px 20px 20px;
  }

  .zxyabout-onetext .list-box .numb {
    font-size: 30px;
  }

  .zxyabout-onetext .list-box .pt {
    font-size: 14px;
  }

  .zxyabout-onetext .list-box {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .zxyabout-onetext .bx-bl {

    top: -40px;
  }

  .zxyabout-onetext .bx-bl .waves {
    min-height: 25px;
    max-height: 50px;
  }

}

@media screen and (max-width: 560px) {
  .zxyabout-onetext .list-box .numb {
    font-size: 26px;
  }

  .zxyabout-onetext .list-box .pt {
    font-size: 12px;
  }

  .zxyabout-onetext .list-box {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .zxyabout-onetext .list-box li {
    width: 50%;
  }
}

.zxyabout-two img {
  display: block;
  width: 100%;
  height: auto;
}

.zxyabout-two .text-boxs {
  padding-left: 8%;
  padding-right: 8%;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

.zxyabout-two .text-boxs .text {
  background-color: rgb(12, 81, 69, .6);
  padding: 30px 20px;
  border-radius: 20px;
  color: #fff;
}

.zxyabout-three .text-boxs .text {
  background-color: rgb(190, 224, 202, 0.8);
  color: #0c5145;
}

.zxyabout-fore img {
  border-radius: 10px;
}

@media screen and (max-width: 992px) {
  .zxyabout-two .text-boxs {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: -40px;
  }

  .zxyabout-two .text-boxs .text {
    border-radius: 10px;
    padding: 20px 10px;
    text-align: justify;
  }
}

@media screen and (max-width: 768px) {
  .zxyabout-two .text-boxs {
    padding-left: 30px;
    padding-right: 30px;
  }


}

/* about  */



/* contact  */

/* contact-box */
/*contact-top*/
.guoqi-list .h3 {
  text-align: center;
  margin-bottom: 30px;
}

.guoqi-list .gq-ul {
  display: flex;
  justify-content: space-between;
}

.guoqi-list li {
  width: 24%;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 30px;
  position: relative;
}

.guoqi-list li::before {
  content: "";
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: all 0.3s;
  border-radius: 10px 10px 0 0;
}

.guoqi-list li:hover::before {
  top: 59px;
}

.guoqi-list li .icon {
  width: 78px;
  height: 78px;
  display: block;
  border-radius: 50%;
  border: solid 3px #fff;
  margin: 0 auto 15px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

.guoqi-list li .add {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}

.guoqi-list li .phone {
  color: #1a3895;
  display: block;
  margin-top: 10px;
  font-size: 16px;
  position: relative;
  z-index: 2;
  font-weight: 500;
}

.guoqi-list li .phone:hover {
  color: #ff5500;
}

.guoqi-list li:hover .icon {
  border: solid 3px #ff5500;
}

@media screen and (max-width: 992px) {
  .guoqi-list .gq-ul {
    flex-wrap: wrap;
  }

  .guoqi-list li {
    width: 49%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .btmbox-text::before {
    display: none;
  }

  .contact-btmbox .top-list {
    flex-wrap: wrap;
  }

  .contact-btmbox .top-list li {
    width: 50%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  .guoqi-list li {
    width: 100%;
  }

  .contact-btmbox .top-list li .tit {
    font-size: 14px;
  }

  .contact-btmbox .top-list li .text {
    font-size: 14px;
  }
}

.contact-box {
  position: relative;
  overflow: hidden;
}

.contact-box::before {
  content: "";
  width: 460px;
  height: 460px;
  background: url(../images/testimonial-map.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.contact-box .contact-fl {
  width: 44.5%;
  float: left;
}

.contact-fl .bt {
  font-size: 28px;
  color: #206056;
  display: block;
  text-transform: capitalize;
  line-height: 1.3;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: solid 2px rgb(32, 96, 86, 0.6);
}

.contact-fl .bt::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #fd5d14;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.contact-fl .add {
  font-size: 16px;
  line-height: 40px;
  color: #222;
  padding-left: 22px;
  background: url(../images/footer-add.png) no-repeat left center;
  background-size: 18px;
}

.contact-fl .whatapp a {
  font-size: 16px;
  display: block;
  line-height: 40px;
  color: #222;
  padding-left: 22px;
  background: url(../images/whatsapp.png) no-repeat left center;
  background-size: 16px;
}

.contact-fl .emil a {
  font-size: 16px;
  display: block;
  line-height: 40px;
  color: #222;
  padding-left: 22px;
  background: url(../images/emil.png) no-repeat left center;
  background-size: 16px;
}

.contact-fl .mapbox {
  margin-top: 15px;
}

.contact-box .contact-fr {
  width: 52%;
  float: right;
}


.msg-frombox .tit {
  font-size: 24px;
  text-transform: capitalize;
  color: #206056;
  display: block;
  line-height: 1.3;
  margin-bottom: 25px;
  padding-bottom: 8px;
  border-bottom: solid 2px rgb(32, 96, 86, 0.6);
  position: relative;
  padding-top: 0;
  margin-top: 0;
  font-weight: 600;
}

.msg-frombox .tit::before {
  content: "";
  width: 110px;
  height: 2px;
  background-color: #ff5500;
  position: absolute;
  left: 0;
  bottom: -2px;
}


.msg-frombox .input-panel {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.msg-frombox .input-panel li {
  width: 49%;
  margin-bottom: 20px;
}





.msg-frombox .input-panel li input,
.msg-frombox .input-panel li textarea {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
}

.msg-frombox .input-panel li input {
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  color: #0b2b51;
}

.msg-frombox .input-panel li.five,
.msg-frombox .input-panel li.seven{
  width: 100%;
}

.msg-frombox .input-panel li.seven textarea {
  height: 175px;
  line-height: 36px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  color: #0b2b51;
}

.msg-frombox .btn-primary {
  display: block;
  width: 100%;
  margin-top: 30px;
  line-height: 46px;

  padding: 0;
  color: #fff;
  border: none;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  margin-top: 0;
  background-color: #206056;
  box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  border-radius: 5px;
}

.msg-frombox .btn-primary:hover {
  border-radius: 60px;
}

@media screen and (max-width: 1440px) {
  .msg-frombox .input-panel li input {
    height: 44px;
    line-height: 44px;
  }

  .msg-frombox .input-panel li.seven textarea {
    height: 160px;

  }
}

@media screen and (max-width: 1200px) {
  .contact-fl .bt {
    font-size: 24px;
  }

  .msg-frombox .input-panel li input {
    height: 42px;
    line-height: 42px;
  }

  .msg-frombox .input-panel li.seven textarea {
    height: 110px;
  }

}

@media screen and (max-width: 992px) {

  .contact-box .contact-fl,
  .contact-box .contact-fr {
    width: 100%;
    float: none;
  }

  .contact-box .contact-fr {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {

  .contact-fl p,
  .contact-fl p a {
    font-size: 14px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 36px !important;
  }
}

@media screen and (max-width: 480px) {
  .msg-frombox .input-panel li {
    width: 100%;
    float: none;
  }
}

/* contact-box */
/* contact  */



/* crumbs */
.top-crumbs {
  padding-top: 260px;
  padding-bottom: 20px;
  position: relative;
}

.aboutbg {
  background: url(../images/about-topbg.jpg) no-repeat bottom center;
  background-size: cover;
}

.contactbg {
  background: url(../images/contact-topbg.jpg) no-repeat bottom center;
  background-size: cover;
}

.top-crumbs strong {
  display: block;
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 30px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.top-crumbs ol {
  display: flex;
}

.top-crumbs li {
  float: left;
  position: relative;
  line-height: 1;
}

.top-crumbs li+li {
  margin-left: 20px;
}

.top-crumbs li a,
.top-crumbs li span {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.3;
}

.top-crumbs li span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.top-crumbs li a:hover {
  color: #ff5500;
}

.top-crumbs li+li::before {
  content: ">";
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: -15px;
  top: 2px;
}

@media screen and (max-width: 1440px) {
  .top-crumbs strong {
    font-size: 40px;
  }

  .top-crumbs {
    padding-top: 220px;
  }
}

@media screen and (max-width: 1200px) {
  .top-crumbs strong {
    font-size: 30px;
  }
}

@media screen and (max-width: 640px) {
     .top-crumbs strong {
    font-size: 24px;
  }
  .top-crumbs li a,
  .top-crumbs li span {
    font-size: 14px;
  }

  .top-crumbs {
    padding-top: 120px;
  }

}



/* crumbs */



/* mainhome-cp */
.mainhome-cp ul {
  margin-left: -1%;
}

.mainhome-cp li {
  width: 24%;
  margin-left: 1%;
  margin-bottom: 20px;
  float: left;
}

.mainhome-cp li .img {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 60%;
}

.mainhome-cp li .img img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mainhome-cp li .img::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 1;
}

.mainhome-cp li .img::after {
  content: "+";
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
}

.mainhome-cp li:hover .img::before {
  width: 100%;
}

.mainhome-cp li:hover .img::after {
  opacity: 1;
}

.mainhome-cp li h3 {
  overflow: hidden;
  position: relative;
}


.mainhome-cp li h3 a {
  font-size: 18px;
  line-height: 46px;
  color: #333;
  text-transform: capitalize;
  display: block;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

.mainhome-cp li h3 a::first-letter {
  color: #fff;
}

.mainhome-cp li:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .mainhome-cp li {
    width: 32.333333%;
  }
}

@media screen and (max-width: 992px) {
  .mainhome-cp li {
    width: 49%;
  }
}


@media screen and (max-width: 480px) {
  .mainhome-cp li {
    width: 99%;
  }
}


/* mainhome-cp */
.msg-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  z-index: 66666;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  display: none;
  border-radius: 8px;
}

.msg-box .msg-con {
  margin-top: 20px;
}

.msg-box h3 {
  color: #206056;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.msg-box input[type="text"],
.msg-box input[type="email"],
.msg-box input[type="tel"],
.msg-box textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
}

.msg-box textarea {
  height: 120px;
  resize: vertical;
}

.msg-box .submit-btn {
  background: #206056;
  color: white;
  border: none;
  padding: 14px 20px;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.msg-box .submit-btn:hover {
  background: #184d44;
}

.msg-box .clock {
  width: 30px;
  height: 30px;
  background: url(../images/ck-cuo.png) no-repeat center;
  background-size: 24px;
  position: absolute;
  right: 10px;
  top: 6px;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  transform-origin: center;
  z-index: 6;
}

.msg-box .clock:hover {
  transform: rotate(360deg);
}

#msg-boxbg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 66665;
}
@media screen and (max-width: 992px) {
  .msg-box {
    width: 98%;
  }
}





@media screen and (max-width: 768px) {
  .rich-boxbg li {
    width: 49%;
    padding: 15px 5px;
  }

  .rich-boxbg li .img {
    width: 60px;
  }

  .rich-boxbg li .txt {
    font-size: 18px;
  }

}

@media screen and (max-width: 500px) {
  .rich-boxbg li .txt {
    font-size: 14px;
  }
}


 .cases-lists {
            border-top: solid 1px #dcdcdc;
        }

        .cases-lists li {
            border-bottom: solid 1px #dcdcdc;
        }

        .cases-lists li a {
            display: block;
            margin-bottom: 10px;
            margin-top: 10px;
            text-transform: capitalize;
            font-size: 16px;
            color: #333;
            font-weight: 500;
            position: relative;
        }

        .cases-lists li a::before {
            content: "·";
            font-size: 20px;
            color: #333;
            font-weight: bold;
            border-radius: 50%;
            margin-right: 4px;
        }

        .cases-lists li a:hover {
            color: #f08a1a;
        }

        .cases-lists li a:hover::before {
            color: #f08a1a;
        }

        @media only screen and (max-width: 992px) {
            .cases-lists li a {
                font-size: 14px;

            }
        }

 .news-list li {
            display: flex;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: solid 1px #dcdcdc;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .news-list li .imgs {
            display: block;
            width: 30%;
        }

        .news-list li .imgs img {
            display: block;
            width: 100%;
            height: auto;
        }

        .news-list li .news-text {
            width: 70%;
            padding-left: 20px;
        }

        .news-list li .news-text h3 a {
            font-size: 20px;
            display: block;
            text-transform: capitalize;
            line-height: 1.3;
            color: #333;
            margin-bottom: 10px;
        }

        .news-list li .news-text .time {
            font-size: 14px;
            color: #666;
            display: block;
            margin-bottom: 10px;
        }

        .news-list li .news-text .text {
            font-size: 16px;
            color: #666;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        @media only screen and (max-width: 992px) {
            .news-list li .imgs {
                width: 38%;
            }

            .news-list li .news-text {
                width: 62%;
            }

            .news-list li .news-text h3 a {
                font-size: 18px;
            }

            .news-list li .news-text .text {
                font-size: 14px;
            }
        }

        @media only screen and (max-width: 600px) {
            .news-list li .imgs {
                width: 100%;
            }

            .news-list li .news-text {
                width: 100%;
                padding-left: 0;
                padding-top: 20px;
            }
        }


