@charset "utf-8";

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

.btn-swt {
  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;
}



/* 声明“粗体字体” */
@font-face {
  font-family: 'Montserrat';
  /* 与上面的字体名称保持一致 */
  src: url('../fonts/Montserrat-Bold-3.otf') format('opentype');
  /* 替换为你的粗体字体文件路径 */
  /* font-weight: bold; */
  /* 表示“粗体字重” */
  font-style: normal;
}

/* 声明“常规字体” */
@font-face {
  font-family: 'Montserrat';
  /* 自定义字体名称，可任意命名 */
  src: url('../fonts/Montserrat-Light-6.otf') format('opentype');
  /* 替换为你的字体文件路径 */
  font-weight: 400;
  /* 表示“常规字重” */
  font-style: normal;
}


body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  margin: 0 auto;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

a {
  text-decoration: none;
    color: #77B917;
}

.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: #333;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
  padding: 0;
}
.index-title .h2 span{
        color: #127d2d;
}
.index-title .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  text-align: center;
}

p,li,ul,div {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  text-align: justify;
}

h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  text-transform: capitalize;    text-align: left;color: #222;
}

h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
  text-transform: capitalize;    text-align: left;color: #222;
}

h3 {
  font-weight: bold;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1.3;    text-align: left;color: #222;
}

h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  text-transform: capitalize;    text-align: left;color: #222;
}

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

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

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

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

.btn {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
  overflow: hidden;
  text-align: center;
  border-radius: 43px;
  background-color: #22914f;
  background-image: linear-gradient(90deg, #67b23b 0%, #22914f 100%);
}

.btn em {
  position: relative;
  font-style: normal;
  display: block;
  background: url(../images/sz-dianji.png) no-repeat 20px center;
  background-size: 18px;
  padding: 0 20px 0 43px;
  line-height: 43px;
  font-weight: 500;
}

/*.btn::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  background-color: #fa822a;*/
/*  border-radius: 50%;*/
/*  transform: scale(2);*/
/*  transition: transform 300ms ease-in-out;*/
/*}*/

/*.btn:hover::before {*/
/*  transform: scale(0);*/
/*}*/


@media screen and (max-width: 1400px) {
  .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 {
    margin-bottom: 15px;
  }


  h1 {
    font-weight: bold;
    font-size: 30px;
  }

  h2 {
    font-weight: bold;
    font-size: 26px;
  }


}

@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;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

}

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

  p,li,ul,div {
    font-size: 14px;
  }


  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 16px;
  }

  .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;
  }

  h1 {
    font-size: 23px;
  }

  h2 {
    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 .header-top {
  background-color: #127d2d;
  padding-top: 4px;
  padding-bottom: 4px;
}
.zxy-header.active .header-btm{
  position: fixed;
  z-index: 666;
  left: 0;
  top: 0;
  right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-top .icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.icon .whatsapp,
.icon .email {
  color: #fff;
  font-size: 14px;
  display: block;
  padding-left: 23px;
  font-weight: 400;
}

.icon .whatsapp {
  background: url(../images/whatsapp.png) no-repeat left center;
  background-size: 20px;
  cursor: pointer;
}

.icon .email {
  background: url(../images/email.png) no-repeat left center;
  background-size: 17px;
  margin-left: 10px;
}

.icon .media {
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 50%;
  margin-left: 10px;
  transition: all 0.5s ease;
}

.icon .soc-1 {
  background-color: #ff0000;
}

.icon .soc-2 {
  background-color: #3a5999;
}

.icon .soc-3 {
  background-color: #000000;
  padding: 7px;
}

.icon .media:hover {
  border-radius: 5px;
}


.icon .media img {
  display: block;
  width: 100%;
  height: 100%;
}

.zxy-header .header-btm {
  background-color: #4fa664;
 background-image: linear-gradient(90deg, #4fa664 0%, #dfe4e2 50%, #44a65d 100%);

  background-size: 200% 100%;
  padding-top: 20px;
  padding-bottom: 20px;
   animation: slideGradient 20s linear infinite;
}
@keyframes slideGradient {
  0%   { background-position: 50% 0%; }
  25% { background-position: 100% 50%; }
  50% { background-position: 200% 100%; }
  75% { background-position: 100% 50%; }
  100%   { background-position: 50% 0%; }
  
}
.header-btm .header-fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.header-fix .logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header-fix .right-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-fix .right-icon .zxy-search {
  width: 32px;
  height: 32px;
  background: url(../images/fdj-icon.png) no-repeat center;
  background-size: 32px;
  cursor: pointer;
  display: block;
}

.header-fix .right-icon .more {
  margin-left: 15px;
}

.menu-custom-menu-container {
  background-color: #fff;
  border-radius: 60px;
  padding: 0 10px;
}

.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: #127d2d;
  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;
}
.menu-custom-menu-container .current-menu-item>a {
    color: #127d2d !important;
}
.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: 14px;
  text-transform: capitalize;
  padding: 0 15px;
  color: #333;
  line-height: 57px;
  font-weight: 300;
}

.navlist li.menu-item-has-children>a::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/jt.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: #127d2d !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: #127d2d;
  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: #127d2d;
  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: #127d2d;
  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: #127d2d;
  box-shadow: 0 0 2em 0.2em #127d2d;
}

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

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

@media screen and (max-width: 1200px) {
  .zxy-header .header-btm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 992px) {
  .zxy-header .header-btm {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-fix .logo {
    width: 125px;
  }

  .menu {
    display: flex;
    margin-left: 10px;
  }

  .menu-custom-menu-container {
    position: fixed !important;
    top: 103px;
    left: 0;
	 border-radius: 0px; 
    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;
  }

  /* 三级 */
}

@media screen and (max-width: 520px) {
  .header-fix .right-icon .more {
    display: none;
  }

  .icon .whatsapp {
    display: none;
  }
}

/* zxy-header */

/* breadcrumb */
.breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f9f9f9;
}

.breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
  position: relative;
}


.breadcrumb ol::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/home.png) no-repeat center;
  background-size: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb li {
  position: relative;
  min-width: 0;
}

.breadcrumb li:nth-child(-n+2) {
  flex: 0 0 auto;
}


.breadcrumb li:nth-child(-n+2) a,
.breadcrumb li:nth-child(-n+2) span {
  display: block;
  white-space: normal;
  /* 显示全部（可换行）*/
  overflow: visible;
  color: #333;
  text-transform: capitalize;
  text-overflow: clip;
}

/* 第三个 li 占用剩余空间并启用单行省略 */
.breadcrumb li:nth-child(3) {
  flex: 1 1 0;
  /* 向第三个分配剩余空间并允许缩小 */
  min-width: 0;
  /* 关键，允许被裁剪 */
}

.breadcrumb li:nth-child(3) a,
.breadcrumb li:nth-child(3) span {
  display: block;
  width: 100%;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb li a:hover {
  color: #000;
}

.breadcrumb li+li::before {
  content: ">";
  font-size: 16px;
  color: #333;
  position: absolute;
  left: -15px;
  top: 0;
}

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

  .breadcrumb li a,
  .breadcrumb li span {
    font-size: 14px;
  }
}

/* breadcrumb */



/* 产品详情页 长文章 */
h2 strong {
  color: #127d2d;
}

.pro-banner {
  position: relative;
}

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


/* pro-item1 */
.pro-item1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pro-item1 .item1-imgs {
  width: 48%;
}

.pro-item1 .item1-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.embed-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
}
.pro-item1 .item1-text {
  width: 49%;
}

.pro-item1 .item1-text p {
  margin-bottom: 15px;
  text-align: justify;
}

@media screen and (max-width: 992px) {
  .pro-item1 .item1-imgs {
    width: 100%;
  }

  .pro-item1 .item1-text {
    width: 100%;
    margin-top: 30px;
  }

}

/* pro-item1 */

/* pro-title */
.pro-title {
  overflow: hidden;
  margin-bottom: 30px;
}

.pro-title .tit-hx {
  position: relative;
  width: 50%;
}

.pro-title h2 {
  text-transform: capitalize;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}

.pro-title .tit-hx::before {
  content: "";
  width: 105%;
  height: 18px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 13px;
  transform: skewX(330deg);
  z-index: 1;
}

.pro-title .tit-hx::after {
  content: "";
  width: 1800px;
  height: 15px;
  background-color: #127d2d;
  position: absolute;
  left: 0;
  top: 14px;
}

.pro-title h2 strong {
  color: #127d2d;
  font-weight: 900;
}

.pro-title p {
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .pro-title .tit-hx::before {
    height: 10px;
    top: 11px;
  }

  .pro-title .tit-hx::after {
    height: 8px;
    top: 11px;
  }
}

@media screen and (max-width: 680px) {
    .pro-title .tit-hx{
        width: 100%;  
    }
  .pro-title .tit-hx::before,
  .pro-title .tit-hx::after {
    display: none;
  }
}

/* pro-title */

/* pro-item2 */
.pro-item2 .item2-list {
  margin-top: 40px;
}

.item2-list .item2-list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 80px;
  background-color: #dbe8de;
  border-radius: 20px;
}

.pro-item2 .item2-list:nth-of-type(even) .item2-list-box {
  flex-direction: row-reverse;
}

.item2-list-box .item2-list-img {
  width: 48%;
}

.item2-list-box .item2-list-img img {
  display: block;
  width: 100%;
  height: auto;
}

.item2-list-box .item2-list-text {
  width: 49%;
}

.item2-list-box .item2-list-text p {
  margin-top: 10px;
}

.item2-list-box .item2-list-text .sp {
  background-color: #127d2d;
  padding: 15px;
  color: #fff;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: justify;
}

.item2-list .item2-list-btm {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: -50px;
  background-color: #127d2d;
  color: #fff;
  padding: 30px 50px;
  border-radius: 20px;
  position: relative;
}

.item2-list .item2-list-btm h3,
.item2-list .item2-list-btm h4 {
  color: #fff;
}

.item2-list .item2-list-btm p {
  margin-top: 10px;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .item2-list .item2-list-box {
    padding: 30px 30px 70px;
    border-radius: 10px;
  }

  .item2-list .item2-list-btm {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -40px;
    padding: 30px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 992px) {
  .item2-list .item2-list-box {
    padding: 20px 20px 50px;
  }

  .item2-list .item2-list-btm {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -30px;
    padding: 20px;
  }

  .item2-list-box .item2-list-img {
    width: 100%;
  }

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

@media screen and (max-width: 480px) {
  .item2-list .item2-list-box {
    padding: 15px 15px 40px;
  }

  .item2-list .item2-list-btm {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -25px;
    padding: 15px;
  }

}

/* pro-item2 */


/* pro-item3 */

.pro-item3 {
  background-color: #fafafa;
}

.pro-item3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
}

.pro-item3 .ul3 li {
  width: 33.3333%;
  border: solid 1px rgba(82, 100, 84, 1);
  font-size: 16px;
  color: #010b02;
  line-height: 1.3;
  padding: 10px;
  text-align: center;
  text-transform: capitalize;  cursor: pointer;
}

.pro-item3 .ul2 li {
  width: 50%;
    border: solid 1px rgba(82, 100, 84, 1);
  font-size: 16px;
  color: #010b02;
  line-height: 1.3;
  padding: 10px;
  text-align: center;
  text-transform: capitalize;  cursor: pointer;
}

.pro-item3 li.active {
  background-color: #127d2d;
  color: #fff;
}
.pro-item3 li h3{
	  color: #333;
	    text-align: center;
}
.pro-item3 li.active h3{
	  color: #fff;
}
.pro-item3 .item3-box {
  padding: 30px;
}

.pro-item3 .item3-box .item3-list {
  display: none;
}

.pro-item3 .item3-box .item3-list.active {
  display: block;
}

.item3-list p {
  margin-bottom: 15px;
}

.item3-list .img3,
.item3-list .img2 {
  display: flex;
  justify-content: space-between;
}

.item3-box .item3-list .img3 img {
  width: 32%;
}

.item3-box .item3-list .img2 img {
  width: 49%;
}

.js-sp {
  display: block;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 30px;
  background-color: #424242;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}

.js-sp::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/pro-icon4.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}


@media screen and (max-width: 992px) {
  .pro-item3 .ul3 li {
    font-size: 14px;
  }
}


@media screen and (max-width: 768px) {
  .pro-item3 .item3-box {
    padding: 20px;
  }

  .js-sp {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    padding: 8px;
    font-size: 14px;
  }
}

@media screen and (max-width: 430px) {
  .pro-item3 .item3-box {
    padding: 15px;
  }

  .pro-item3 li {
    width: 100% !important;
    margin-top: -1px;
  }
}

/* pro-item3 */

/* pro-bg-tit */
.pro-bg-tit {
  background: url(../images/pro-bg1.jpg) no-repeat right center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pro-bg-tit.pro-bg-tit1 {
  background: url(../images/pro-bg2.jpg) no-repeat right center;
  background-size: cover;
}

.pro-bg-tit1 .warp-mb {
  position: relative;
}

.pro-bg-tit1 .more {
  position: absolute;
  right: 0;
  top: 50%;
  border: solid 1px #fff;
  transform: translateY(-50%);
}

.pro-bg-tit h2 {
  color: #fff;
  text-align: left;
  max-width: 75%;

}

.pro-bg-tit p {
  color: #fff;
  margin-top: 20px;
  max-width: 75%;
}

@media screen and (max-width: 992px) {
  .pro-bg-tit1 .more {
    position: static;
    right: inherit;
    top: 0;
    transform: translateY(0%);
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .pro-bg-tit h2 {
    max-width: 100%;

  }

  .pro-bg-tit p {
    max-width: 100%;
    margin-top: 15px;
  }

  .pro-bg-tit {
    background: url(../images/pro-bg1.jpg) no-repeat 75% center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pro-bg-tit.pro-bg-tit1 {
    background: url(../images/pro-bg1.jpg) no-repeat 75% center;
    background-size: cover;
  }
}

/* pro-bg-tit */

/* pro-item4 */
.pro-item4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pro-item4 li {
  width: 50%;
  position: relative;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pro-item4 li:nth-of-type(odd) {
  padding-right: 50px;
}

.pro-item4 li:nth-of-type(even) {
  padding-left: 50px;
}

.pro-item4 li:nth-of-type(odd)::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 20px;
  border-radius: 50%;
  background: rgba(18, 125, 45, 0.9);
  z-index: -1;
  animation: witr_squares 1.5s linear infinite;
}

.pro-item4 li:nth-of-type(even)::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -10px;
  bottom: 20px;
  border-radius: 50%;
  background: rgba(18, 125, 45, 0.9);
  z-index: -1;
  animation: witr_squares 1.5s linear infinite;
}

@keyframes witr_squares {
  0% {
    box-shadow: 0 0 0 0 rgba(18, 125, 45, 0.3),
      0 0 0 5px rgba(18, 125, 45, 0.3), 0 0 0 10px rgba(18, 125, 45, 0.3);
  }

  100% {
    box-shadow: 0 0 0 5px rgba(18, 125, 45, 0.3),
      0 0 0 10px rgba(18, 125, 45, 0.3), 0 0 0 15px rgba(18, 125, 45, 0);
  }
}

.pro-item4 li h3 {
  margin-bottom: 10px;
}

.pro-item4 li p {
  margin-bottom: 15px;
}

.pro-item4 li img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.pro-item4 li:nth-of-type(even) h3 {
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .pro-item4 li:nth-of-type(odd) {
    padding-right: 30px;
  }

  .pro-item4 li:nth-of-type(even) {
    padding-left: 30px;
  }

  .pro-item4 li {
    margin-top: 40px;
  }
}

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

  .pro-item4 li {
    width: 49%;
    margin-top: 30px;
  }

  .pro-item4 li:nth-of-type(odd) {
    padding-right: 0px;
  }

  .pro-item4 li:nth-of-type(even) {
    padding-left: 0px;
  }

  .pro-item4 li:nth-of-type(odd)::before {
    display: none;
  }

  .pro-item4 li:nth-of-type(even)::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pro-item4 li {
    width: 100%;
  }

  .pro-item4 li:nth-of-type(even) h3 {
    text-align: left;
  }
}

/* pro-item4 */




/* pro-item5 */
.pro-item5 {
  background-color: #fafafa;
}

.pro-item5 .item5-title {
  background-color: #dbe8de;
  border-top: solid 30px #127d2d;
  padding-top: 50px;
  padding-bottom: 50px;
}

.item5-title .title-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.item5-title .title-box h2 {
  width: 40%;
}

.item5-title .title-box .text {
  width: 56%;
  padding: 20px 20px 50px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  color: #333;
}
.item5-title .title-box .text p{
   color: #333;   
}
.item5-title .title-box .text::before {
  content: "↓";
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  background-color: #19c544;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.item5-list .item5-list-box {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.item5-list .item5-list-box:nth-of-type(even) {
  flex-direction: row-reverse
}

.item5-list-box ul {
  width: 50%;
}

.item5-list-box li {
  margin-bottom: 1px;
  background-color: #f0f0f0;
}

.item5-list-box li h3 {
  padding: 15px 15px 15px 20px;
  background-color: #127d2d;
  color: #fff;
  position: relative;    cursor: pointer;
}

.item5-list-box li.active p {
  display: block;
}

.item5-list-box li h3::before {
  content: "+";
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #127d2d;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  margin-right: 10px;
} 

.item5-list-box li.active h3::before {
  content: "-";
  background-color: #77B917;
}

.item5-list-box li p {
  padding: 20px;
  display: none;
}

.item5-list-box .img-swiper {
  width: 46%;
  overflow: hidden;
  position: relative;
}

.img-swiper .img-next,
.img-swiper .img-prev {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: solid 1px #127d2d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #127d2d;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.img-swiper .img-prev {
  left: 5px;
}

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


.item5-list-box .img-swiper img {
  display: block;
  width: 100%;
  border-radius: 10px;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .item5-title .title-box .text {
    padding: 15px 15px 30px;
    border-radius: 10px;
  }

  .item5-title .title-box .text::before {
    width: 30px;
    height: 30px;
    bottom: -15px;
    font-size: 14px;
  }

  .pro-item5 .item5-title {
    border-top: solid 10px #127d2d;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .item5-list .item5-list-box {
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .pro-item5 .item5-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .item5-list .item5-list-box {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .item5-title .title-box h2 {
    width: 100%;
    text-align: center;
  }

  .item5-title .title-box .text {
    width: 100%;
    margin-top: 25px;
  }

  .item5-list-box ul {
    width: 100%;
  }

  .item5-list-box li p {
    padding: 15px;
  }

  .item5-list-box .img-swiper {
    width: 100%;
    margin-top: 10px;
  }
}

/* pro-item5 */

/* pro-item6 */
.pro-item6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.pro-item6 li {
  margin-top: 50px;
  border-radius: 20px;
  border: solid 1px #3a3d3a;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 49%;
}

.pro-item6 li .img {
  width: 180px;
  height: 180px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;

}

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

.pro-item6 li .text {
  width: calc(100% - 200px);

}

.pro-item6 li .text h3 {
  margin-bottom: 10px;
}

.pro-item6 li .text h3::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/pro-icons.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 3px;
}

.pro-item6 li .text p {
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .pro-item6 li {
    margin-top: 40px;
    border-radius: 10px;
    padding: 20px;
  }

}

@media screen and (max-width: 992px) {
  .pro-item6 li {
    margin-top: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .pro-item6 li {
    flex-direction: column;
    width: 100%;
  }

  .pro-item6 li .text {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

/* pro-item6 */
/* pro-item7 */
.pro-item7 {
  background-color: #f0f0f0;
}

.pro-item7 .top-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.top-text .text1 {
  width: 25%;
  background-color: #127d2d;
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-radius: 10px;
}

.top-text .text1 h3 {
  color: #fff;
}

.top-text .text1 h3::after {
  content: "→";
  color: #127d2d;
  font-size: 20px;
  background-color: #fff;
  width: 80px;
  height: 30px;
  border-radius: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  margin-top: 20px;
}

.top-text .text2 {
  width: 35%;
  position: relative;
}
.top-text .text3{
  width: 70%;
  position: relative;
}

.top-text .text3::before{
      width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 20px;
  border-radius: 50%;
  background: rgba(18, 125, 45, 0.9);
  z-index: -1;
  animation: witr_squares 1.5s linear infinite;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
}
.top-text .text2::before {
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 20px;
  border-radius: 50%;
  background: rgba(18, 125, 45, 0.9);
  z-index: -1;
  animation: witr_squares 1.5s linear infinite;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
}

.top-text>div:nth-of-type(2)::before{ content: "01";}
.top-text>div:nth-of-type(3)::before{content: "02";}

.pro-item7 .item7-img {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.pro-item7 .item7-img img {
  display: block;
  width: 49%;
  height: auto;
  border-radius: 10px;
}

.item7-top-text {
  margin-left: 50px;
  margin-right: 50px;
  background-color: #127d2d;
  color: #fff;
  padding: 30px 50px;
  border-radius: 20px;
  position: relative;
}

.item7-top-text h3,
.item7-top-text h4,
.item7-top-text p {
  color: #fff;
}

.item7-top-text h3,
.item7-top-text h4 {
  margin-bottom: 15px;
}


.item7-btm-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.item7-btm-list li {
  width: 49%;
  margin-top: 30px;
  padding: 30px;
  border-radius: 10px;
  background-color: #dbe8de;
}

.item7-btm-list.list3 li {
  width: 32%;
}

.item7-btm-list li .img {
  display: block;
}

.item7-btm-list li .img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.item7-btm-list li .text {
  margin-top: 20px;
}

.item7-btm-list li .text h3 {
  margin-bottom: 10px;
  color: #127d2d;
}

.item7-btm-list li .text h3::before {
  content: "*";
  color: #127d2d;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
}



@media screen and (max-width: 1200px) {
  .item7-top-text {
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px;
    border-radius: 10px;
  }

  .item7-btm-list li {
    padding: 15px;
  }
}

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

  .top-text .text2,
  .top-text .text1,
  .top-text .text3 {
    width: 100%;
  }

  .top-text .text1 {
    padding: 30px 20px;
    margin-bottom: 30px;
  }

  .top-text .text2 {
    margin-bottom: 30px;
  }

  .item7-btm-list.list3 li {
    width: 49%;
  }
}

@media screen and (max-width: 768px) {
  .item7-top-text {
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }
}

@media screen and (max-width: 520px) {
  .item7-btm-list.list3 li {
    width: 100% !important;
  }
}

/* pro-item7 */

/* pro-item8 */
.pro-item8 {
  position: relative;
  overflow: hidden;
}

.pro-item8::before {
  content: "";
  background-color: #f0f0f0;
  background-image: linear-gradient(180deg, #f0f0f0 0, #f0f0f0 50%, #fdfdfd 80%, #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pro-item8 .warp-mb {
  position: relative;
  z-index: 2;
}

.pro-item8 .item8-box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pro-item8 .item8-box1 .text {
  width: 45%;
}

.pro-item8 .item8-box1 .imgs {
  width: 50%;
}

.item8-box1 .imgs img {
  width: 100%;
  height: auto;
}

.item8-box1 .text h3 {
  margin-bottom: 10px;
}

.item8-box1 .text h3 strong {
  color: #127d2d;
}

.item8-box1 .text p {
  margin-bottom: 15px;
}

.pro-item8 .item8-box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

.pro-item8 .item8-box2::before {
  content: "";
  width: 1700px;
  height: 20px;
  background-color: #127d2d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pro-item8 .item8-box2 .img {
  width: 45%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.item8-box2 .img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.item8-box2 .img::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: rgb(18, 125, 45, 0.3);
  background: linear-gradient(180deg, #127d2d 0, #127d2d 50%, transparent 100%);
  position: absolute;
  left: 0;
  top: 0;
}

.item8-box2 .img .bt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px 20px 0;
}

.pro-item8 .item8-box2 .text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



.item8-box3 .top-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.item8-box3 .top-title h3,
.item8-box3 .top-title h2{
  width: 45%;
}

.item8-box3 .top-title h3 strong,
.item8-box3 .top-title h2 strong {
  color: #127d2d;
}

.item8-box3 .top-title .texts {
  width: 48%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  position: relative;
  color: #fff;
}
.item8-box3 .top-title .texts p{
     color: #fff; 
}
.item8-box3 .top-title .texts::before {
  content: "";
  width: 1500px;
  height: 100%;
  background-color: #127d2d;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}


.item8-box3 .item8-box3-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: url(../images/pro-map-img.png) no-repeat right center;
}

.item8-box3-item .item8-box3-text {
  width: 48%;
}

.item8-box3-text .box3-text-list {
  border: solid 1px #cdcccc;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 150px;
}

.item8-box3-text .box3-text-list+.box3-text-list {
  margin-top: 20px;
}

.item8-box3-text .box3-text-list::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/item-8-icon.png) no-repeat;
  background-size: contain;
  display: block;
}

.item8-box3-text .box3-text-list p {
  color: #021206;
  width: calc(100% - 50px);
}

.item8-box3-item .item8-box3-img {
  width: 45%;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;

}

.item8-box3-img .btm-texts {
  color: #021206;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 30px;
}

.item8-box3-item .item8-box3-img .box3-swiper {
  overflow: hidden;
  z-index: 3;

}

.box3-swiper .box3-next,
.box3-swiper .box3-prev {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: solid 1px #127d2d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #127d2d;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.box3-swiper .box3-prev {
  left: 0;
}

.box3-swiper .box3-next {
  right: 0;
}

.box3-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}


@media screen and (max-width: 1200px) {
  .pro-item8 .item8-box2::before {
    display: none;
  }

  .pro-item8 .item8-box2 {
    align-items: center
  }


  .pro-item8 .item8-box2 .text p {
    margin-bottom: 10px;
  }

  .item8-box3-text .box3-text-list {
    padding: 20px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 992px) {
  .pro-item8 .item8-box1 .text {
    width: 100%;
  }

  .pro-item8 .item8-box1 .imgs {
    width: 100%;
    margin-top: 30px;
  }


  .pro-item8 .item8-box2 .img {
    
    width: 100%;
  }

  .pro-item8 .item8-box2 .text {
    width: 100%;margin-top: 30px;
  }

  .item8-box3 .top-title h3,
  .item8-box3 .top-title h2{
    width: 100%;
    margin-bottom: 15px;
  }

  .pro-item8 .item8-box3 .top-title .texts {
    width: 100%;
  }

  .item8-box3-item .item8-box3-text {
    width: 100%;
  }

  .item8-box3-item .item8-box3-img {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .item8-box3 .top-title .texts::before {
    width: auto;
    position: absolute;
    left: -10px;
    right: -10px;
  }

  .item8-box3 .top-title .texts {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .item8-box3-item .item8-box3-img .box3-swiper {
    position: relative;
  }

  .item8-box3-img .btm-texts {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 520px) {
  .item8-box3-item .item8-box3-img {
    padding-left: 0px;
    padding-right: 0px;
  }

  .item8-box3-img .btm-texts {
    font-size: 13px;
    margin-top: 15px;
  }
}


/* pro-item8 */



/* pro-item9 */
.pro-item9 {
  background-color: #127d2d;
}

.pro-item9 h2,
.pro-item9 h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.pro-item9 p {
  text-align: center;
  color: #fff;
}

.pro-item9 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 30px;
}

.pro-item9 li {
  background-color: #fff;
  padding: 25px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  border-radius: 10px;
}
.pro-item9 .ul4 li{
    width: 24.5%;  
}
.pro-item9 .ul3 li{
    width: 32%;  
}
.pro-item9 .ul2 li{
    width: 49%;  
}
.pro-item9 li::before {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../images/pro-item9-icon.png) no-repeat;
  background-size: contain;
  display: block;
}

.pro-item9 li p {
  color: #021206;
  width: calc(100% - 55px);
  text-align: left;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .pro-item9 ul {
    margin-top: 10px;
  }

  .pro-item9 li {
    width: 49%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
 .pro-item9 .ul4 li{
    width: 49%;  
}
.pro-item9 .ul3 li{
    width: 49%;  
}
.pro-item9 .ul3 li:last-child{
   width: 100%;  
}
}
@media screen and (max-width: 650px) {
  .pro-item9 li {
    padding: 15px 10px;
    width:100% !important;
    margin-top: 20px;
  }

}

/* pro-item9 */
.pro-item10-box {
  background-color: #127d2d;
  padding: 30px;
  border-radius: 20px;
  color: #fff;
}

.pro-item10-box p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .pro-item10-box {
    padding: 20px;
    border-radius: 10px;
  }

}

/* 产品详情页 长文章 */














/*全局搜索框*/
.search-nav {
  display: none;
  position: fixed;
  width: 700px;
  z-index: 66666;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding-right: 70px;
}

.search-nav.on {
  display: block;
}

.search-field {
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  line-height: 70px;
  height: 70px;
  border: none;
  padding: 0;
  padding-left: 10px;
}

.search-nav .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 70px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  background: #127D2D url(../images/fdj-icon.png) no-repeat center;
  background-size: 30px;
  border: none;

}



/*弹窗*/
.msg-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000000001;
  background-color: #fff;
  padding: 20px 30px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  display: none;
}

.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 .title {
  font-size: 18px;
  color: #111;
  display: block;
  line-height: 1.3;
  margin-bottom: 5px;
  padding-bottom: 8px;
  border-bottom: solid 2px #ddd;
  position: relative;
  padding-top: 0;
  margin-top: 0;
  font-weight: 600;
    text-transform: capitalize;
}

.msg-box .title::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #127D2D;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.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: 768px) {
  .search-nav {
    padding-right: 44px;
    width: 300px;
  }

  .search-field {
    line-height: 44px;
    height: 44px;
  }
  .search-nav .search-submit {

    line-height: 44px;
    width: 44px;
    height: 44px;


  }
}
@media screen and (max-width: 480px) {
  .msg-box {
    width: 98%;
  }
}

/*全局搜索框*/


/*公共表单*/
.msg-from {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.msg-from li {
  position: relative;
  margin-top: 20px;
  width: 49%;
}
.msg-from li .tits {
  display: block;
  line-height: 1.5;
  color: #444;
      font-size: 13px;
}
.msg-from li .tits i{
  color: red;
}

.msg-from li .wpcf7-form-control-wrap {
  position: relative;
}
.msg-from .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -22px;
  font-size: 12px;
}
.msg-from input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: #127D2D !important;
}

.msg-from li input,
.msg-from li select {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  padding: 0 40px 0 10px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #f5f8ff;
}

.msg-from li.bg-message {
  width: 100%;
}

.msg-from li.bg-message textarea {
  width: 100%;
  height: 100px;
  line-height: 22px;
  color: #333;
  resize: none;
  font-size: 14px;
  padding: 10px 40px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #f5f8ff;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  font-family: "Microsoft YaHei"; 
}

.msg-from .wpcf7-submit.wpcf7-form-control {
  display: block;
  width: 100%;
  line-height: 46px;
  padding: 0;
  margin-top: 20px;
  background-color: #77B917;
  transition: background-position 0.6s ease;
  color: #fff;
  border: none;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.6s;
  cursor: pointer;
}



.msg-from .wpcf7-spinner {
  display: none;
}




/* fore-box  */
.fore-box .imgs {
  display: block;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}
.fore-box .text-box {
  position: relative;
  max-width: 800px !important;
  padding: 20px;
  background-color: #054124;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 50px auto;
  z-index: 2;
}
.fore-box .text-box .text {
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.5;
  font-size: 18px;
}
.fore-box .text-box .text a {
  color: #127D2D;
}
.fore-box .text-box::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 60px;
  background-color: #939393;
  position: absolute;
  left: 15%;
  top: -60px;
}
.fore-box .text-box::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 60px;
  background-color: #939393;
  position: absolute;
  right: 15%;
  top: -60px;
}
.fore-box .text-box .search {
  display: block;
  max-width: 400px !important;
  margin: 15px auto;
  position: relative;
}
.fore-box .text-box .search::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/fdj-icon.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}
.fore-box .text-box .search .search-field {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-transform: capitalize;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  padding: 0 30px 0 10px;
  background-color: #02522b;
  border: none;
}
.fore-box .text-box .search .search-field:focus {
  border: none !important;
  background-color: #02522b !important;
}

.fore-box .text-box .search .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.fore-box .text-box .search .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.fore-box .text-box .search .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.fore-box .text-box .search .search-field::-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fore-box .text-box {
    margin: 30px auto 0;
    padding: 15px 10px;
  }
  .fore-box .text-box::after,
  .fore-box .text-box::before {
    height: 30px;
    top: -30px;
  }
  .fore-box .text-box .text {
    font-size: 14px;
  }
}
/* fore-box  */





/* news-dartil短文章 */
.new-banner img {
  display: block;
  width: 100%;
  height: auto;
}

/* new-item1 */
.new-item1 h1 {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.new-item1 h1::before {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #525461;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.new-item1 h1::after {
  content: "";
  width: 50px;
  height: 5px;
  background-color: #127d2d;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.new-item1 .item1-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}

.new-item1 .item1-box .img {
  width: 44%;
}

.new-item1 .item1-box .img img {
  display: block;
  width: 100%;
  height: auto;
}

.new-item1 .item1-box .item1-text {
  width: 52%;
}

.item1-box .item1-text .str {
  text-transform: capitalize;
  display: block;
  color: #127d2d;
  line-height: 1.3;
  font-size: 22px;
}

.item1-box .item1-text li {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 15px;
}

.item1-box .item1-text li::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/news-icon1.png) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.item1-box .item1-text .js {
  display: block;
  color: #00661e;
  /* background-color: rgb(18, 125, 45, 0.6); */
  background-color: rgba(92,209,111,0.27);
  border: solid 1px #0a3d19;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.item1-box .item1-text .js::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/pro-icon4.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.new-item2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.new-item2 .item2-fl {
  width: 55%;
}



.item2-fl h2 {
  text-transform: capitalize;
}

.item2-fl h2 strong {
  color: #127d2d;
}

.item2-fl .text {
  margin-top: 15px;
}

.item2-fl .btm-box {
  position: relative;
  padding: 30px 30px 0;
  text-align: center;
  margin-top: 30px;
}

.item2-fl .btm-box::before {
  content: "";
  background-color: #f3f3f3;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 22px;
}

.item2-fl .btm-box p {
  position: relative;
  margin-bottom: 15px;
}

.new-item2 .item2-fr {
  width: 43%;
}

.item2-fr .img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.item2-fr .lv-box {
  background-color: #127d2d;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
}

.item2-fr .lv-box p {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .new-item1 .item1-box {
    margin-top: 30px;
  }

  .item1-box .item1-text .str {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .item1-box .item1-text li {
    font-size: 15px;
    margin-top: 10px;
  }

  .item2-fl .btm-box {
    padding: 20px 20px 0;
    margin-top: 20px;
  }

  .item2-fr .lv-box {
    padding: 15px;
    margin-top: 20px;
  }
}

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

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

  .new-item1 .item1-box .img,
  .new-item2 .item2-fl {
    width: 100%;
  }

  .new-item1 .item1-box .item1-text,
  .new-item2 .item2-fr {
    width: 100%;
    margin-top: 30px;
  }

  .new-item2 {
    padding-top: 30px;
    border-top: solid 2px #127d2d;
  }
}

/* new-item1 new-item2 */

/* new-item3 */
.new-item3 {
  background-color: #f3f3f3;
  text-align: center;
}
.new-item3 h2,
.new-item3 h3{
      text-align: center;
}
.new-item3 h2 strong,
.new-item3 h3 strong {
  color: #127d2d;
}

.new-item3 .text-box {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  color: #3f3f3f;
  padding: 25px;
  text-align: center;
}
.pro-table{
     margin-top: 40px; 
}
.pro-table table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}
.pro-table table tr:nth-of-type(1){
  background-color: #127d2d !important;
  color: #fff;
  
}
.pro-table table td{
        text-align: left;
}
.pro-table br{
    display: none;
}
.pro-table table tr:nth-of-type(odd){
  background-color: #fff;
}
.new-item3-xzimg {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.new-item3-xzimg img {
  display: block;
  width: 100%;
  height: auto;
}

.new-item3-xzimg.img2 .imgst {
  width: 49%;
}

.new-item3-xzimg.img3 .imgst {
  width: 32.5%;
}
@media screen and (max-width: 992px) {
  .new-item3 .text-box {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 15px;
  }
  .pro-table{
     margin-top: 30px; 
}
}

@media screen and (max-width: 768px) {
        .pro-table {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
 
    .pro-table table>thead>tr>th,
    .pro-table table>tbody>tr>th,
    .pro-table table>tfoot>tr>th,
    .pro-table table>thead>tr>td,
    .pro-table table>tbody>tr>td,
    .pro-table table>tfoot>tr>td {
        white-space: nowrap;
    }

    .pro-table table {
        table-layout: auto !important;
    }
}

/* new-item3 */

/* new-item4 */
.new-item4 {
  text-align: center;
}

.new-item4 h2 {
  margin-bottom: 15px;text-align: center;
}

.new-item4 .ms {
  text-align: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.new-item4 .item4-box1 {
  position: relative;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 80px;
}
.new-item4 .item4-box1.no-img{
    padding-bottom: 30px;
}
.new-item4 .item4-box1.box-bg{
     margin-top: 20px; 
}
.new-item4 .item4-box1::before {
  content: "";
  width: 100%;
  height: auto;
  background-color: #127d2d;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 0;
}
.new-item4 .item4-box1.box-bg::before{
        top: 8px;
}
.new-item4 .item4-box1 h3 {
  background-color: #fff;
  border: solid 1px #127d2d;
  padding: 10px;
  border-radius: 10px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-top: 30px;

}

.new-item4 .item4-box1 .texts {
  position: relative;
  padding-top: 10px;
}

.new-item4 .item4-box1 .texts p {
  text-align: center;
  color: #fff;
  padding-top: 20px;
}

.new-item4 .item4-box2,
.new-item4 .item4-box3 {
  display: flex;
  justify-content: space-between;
  margin-top: -40px;
  position: relative;
}

.new-item4 .item4-box2 .img {
  width: 49%;
  height: auto;
}

.new-item4 .item4-box2 .img img,
.new-item4 .item4-box3 .img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.new-item4 .item4-box3 .img {
  width: 32%; 
  height: auto;
}

@media screen and (max-width: 1200px) {
  .new-item4 .item4-box1 {
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
  }

  .new-item4 .item4-box1 h3 {
    margin-top: 20px;
  }


  .new-item4 .item4-box1 .texts {
    padding-top: 15px;
  }

  .new-item4 .item4-box2,
  .new-item4 .item4-box3 {
    margin-top: -30px;
  }
}

@media screen and (max-width: 992px) {
  .new-item4 .item4-box1 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .new-item4 .item4-box1 h3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .new-item4 .item4-box1 .texts p {
    padding-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .new-item4 .item4-box1 {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }

  .new-item4 .item4-box1 .texts {
    padding-top: 10px;
  }

  .new-item4 .item4-box1::before {
    top: 15px;
  }

  .new-item4 .item4-box1 h3 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 380px) {
  .new-item4 .item4-box1 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .new-item4 .item4-box2 .img img,
  .new-item4 .item4-box3 .img img {
    border-radius: 5px;
  }
}

/* new-item4 */



/* new-item5 */
.new-item5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.new-item5 .item5-text {
  width: 51%;
}

.new-item5 .item5-text h2 {
  width: 130%;
  position: relative;
  z-index: 2;
  padding: 20px;
  background-color: #127d2d;
  border-radius: 0 20px 0 0;
  color: #fff;
  margin-bottom: 20px;
}

.new-item5 .item5-img {
  width: 45%;
  overflow: hidden;
}

.new-item5 .item5-img img {
  display: block;
  width: 100%;
  border-radius: 10px;
  height: auto;
}

.newsitem5-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.newsitem5-list li {
  background-color: #f3f3f3;
  border: solid 1px #cccccc;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
  width: 49%;
}

.newsitem5-list li::before {
  content: "";
  width: 5px;
  height: 50%;
  background-color: #127d2d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}




/* new-item5 */



/* new-item6 */
.news-item6 {
   background-color: #127d2d;
    border-radius: 10px;
    padding: 30px;
    margin-top: 40px;
}

.news-item6 p {
  text-align: center;
  color: #fff;
}

.news-item6 p+p {
  margin-top: 20px;
}

/* new-item6 */
@media screen and (max-width:1200px) {
  .news-item6 {
    border-radius: 0 100px 0 100px;
  }
}

@media screen and (max-width: 992px) {
  .new-item5 .item5-text {
    width: 100%;
  }

  .new-item5 .item5-text h2 {
    width: 100%;
  }

  .new-item5 .item5-img {
    width: 100%;
    margin-top: 30px;
  }

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

  .news-item6 {
    border-radius: 10px;
    padding: 30px;
    margin-top: 10px;
  }

  .news-item6 p+p {
    margin-top: 15px;
  }
}


@media screen and (max-width: 768px) {
  .new-item5 .item5-text h2 {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .newsitem5-list li {
    padding: 15px;
    margin-bottom: 20px;
  }
}

/* news-dartil短文章 */

/*swt*/

.right-swt {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 30px;
  top: 48%;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 9999;
}

.right-swt .swt-box {
  padding-top: 25px;
  background-color:#77B917;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.right-swt .imgs {
  display: block;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
}

.right-swt .swt-box .txt {
  color: #fff;
  text-align: center;
  display: block;
  display: none;
}

.right-swt .cont-swt {
  font-size: 13px;  text-align: center;
  color: #fff;
  display: block;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.right-swt .animated-circles {
  position: absolute;
  top: 0px;
  z-index: -1;
}

.right-swt .animated-circles .circle {
  background: rgba(119, 185, 23, 0.25);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  z-index: 49;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.right-swt .animated-circles.animated .c-1 {
  animation: 2s scaleToggleOne cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.right-swt .animated-circles.animated .c-2 {
  animation: 2.5s scaleToggleTwo cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.right-swt .animated-circles.animated .c-3 {
  animation: 3s scaleToggleThree cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.right-swt.animation-stopped .circle {
  opacity: 0 !important;
}

.right-swt.animation-stopped .circle {
  opacity: 0 !important;
}

@keyframes scaleToggleOne {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  50% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes scaleToggleTwo {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  20% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  60% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes scaleToggleThree {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  33% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  66% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@media screen and (max-width: 480px) {
  .right-swt .animated-circles {
    display: none;
  }

  .right-swt {
    width: 50px;
    height: 80px;
    position: fixed;
    right: 5px;
    top: 50%;
    text-align: center;
    border-radius: 0;
  }

  .right-swt .swt-box {
    padding-top: 12px;
    border-radius: 5px;
  }

  .right-swt .swt-box .cont-swt {
    display: none;
  }

  .right-swt .swt-box .txt {
    display: block;
    margin-top: 2px;
    font-size: 14px;
  }
}

/* == */

.top-active {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  cursor: pointer;
  z-index: 8;
  opacity: 0;
}

.top-active.acitve {
  opacity: 1;
}

.top-active::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/fhdb-img.png) no-repeat center;
  background-size: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*swt*/
/* footer  */
.footer-box {
  background-color: #127d2d;
  padding-top: 13px;
  padding-bottom: 13px;
}

.footer-box p {
  text-align: center;
  color: #fff;
}

.footer-box p a {
  color: #fff;
}
.footer-box p a:hover{
  color: #fa822a;
}
@media screen and (max-width: 768px) {
  .footer-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* footer  */



/* 产品聚合页 */
.pro-container {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.pro-leftlist {
  width: 300px;
  float: left;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #f5f5f5;
}

.pro-leftlist .title {
  padding: 14px 20px;
  background-color: rgba(144, 144, 144, 0.1);
  font-size: 16px;
  font-weight: bold;
}
.pro-leftlist .title a{
    color:#127D2D;
}
.pro-leftlist .right_nav {
  position: relative;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 10px;
}

.pro-leftlist .right_nav::before {
  content: "";
  width: 1px;
  height: auto;
  background-color: #c7c7c7;
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 10px;
}

.pro-leftlist .right_nav li {
  position: relative;
}

.pro-leftlist .right_nav .text {
  position: relative;
  padding-right: 40px;
  transition: 0.3s;
}

.pro-leftlist .right_nav a {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-leftlist .right_nav a:hover {
  color: #127D2D;
}

.pro-leftlist .right_nav .text::before {
  content: "";
  width: 14px;
  height: 9px;
  background: url(../images/pro-zhibiao.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -7px;
  top: 17px;
  opacity: 0;
  transition: all 0.3s;
}

.pro-leftlist .right_nav .text:hover::before {
  opacity: 1;
}

.pro-leftlist .right_nav li.active>.text::before {
  opacity: 1;
}

.pro-leftlist .right_nav li.active>.text a {
  color: #127D2D;
}

.pro-leftlist .right_nav .text:hover::before {
  opacity: 1;
}

.pro-leftlist .right_nav .icon-jt {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: url(../images/active-jt.png) no-repeat center;
  background-size: 20px;
  top: 7px;
  right: 10px;
  transition: 0.3s;
  cursor: pointer;
}

.pro-leftlist .right_nav .nav_ul {
  display: none;
}

.pro-leftlist .right_nav .nav_ul .text {
  padding-left: 20px;
}

.pro-leftlist .right_nav .nav_ul li.xia>.text a,
.pro-leftlist .right_nav .nav_ul .text a {
  padding-left: 10px;
}

.pro-leftlist .right_nav .nav_ul .nav_ul li .text a {
  padding-left: 20px;
}

.pro-leftlist .right_nav>li.active>.text {
  font-weight: bold;
}

.pro-leftlist .right_nav li.active>.text {
  font-weight: bold;
}

.pro-leftlist .right_nav li.active>.text.font-color {
  background-color: rgba(144, 144, 144, 0.06);
}

.pro-leftlist .right_nav li.active>.text .icon-jt {
  transform: rotate(-90deg);
}

.pro-leftlist .right_nav li.xia>.text {
  padding: 0px 40px 0px 0px;
}

.pro-leftlist .right_nav li.xia>.text a {
  padding-top: 10px;
  padding-left: 15px;
  display: inline-block;
  padding-right: 0;
}


.pro-rightlist {
  padding-left: 30px;
  overflow: hidden;
  width: 100%;
}

.pro-rightlist ul {
  margin-left: -2%;
}

.pro-rightlist li {
  float: left;
  width: 31.33333333333333333333%;
  text-align: center;
  margin-left: 2%;
  margin-bottom: 15px;
}

.pro-rightlist li .img {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}

.pro-rightlist li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.pro-rightlist li h3 a {
  font-size: 16px;
  display: block;
  line-height: 1.36;
    display: -webkit-box;  
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;  
  overflow: hidden;  
  color: #181818;
    margin-top: 8px;
    height:44px;
}

.pro-rightlist li:hover h3 a {
  color: #127D2D;
}

@media only screen and (max-width: 1200px) {
  .pro-rightlist li {
    width: 48%;
  }
}

@media only screen and (max-width: 992px) {
  .pro-container {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .pro-leftlist {
    width: 100%;
    position: relative;
  }

  .pro-leftlist .title {
    padding: 12px 40px 12px 20px;
    position: relative;
  }

  .pro-leftlist .title .jt-ck {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: url(../images/active-jt.png) no-repeat center;
    background-size: 20px;
    top: 12px;
    right: 10px;
    transition: 0.3s;
    cursor: pointer;
    transform: rotate(90deg);
  }

  .pro-leftlist .right_nav {
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1),
      -5px -0px 5px 0 rgba(0, 0, 0, 0.1);
    top: 102%;
    z-index: 111;
    display: none;
  }

  .pro-rightlist {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .pro-rightlist li {
    width: 98%;
    float: none;
  }
}




/*分页*/


.zxy-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.zxy-pagination .page-numbers {
    padding: 0 15px;
    width: auto;
    height: 30px;
    background-color: #05934f;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
}

.zxy-pagination .page-numbers:hover {
    background-color: #127D2D;
}

.zxy-pagination .page-numbers+.page-numbers {
    margin-left: 5px;
}

.zxy-pagination .page-numbers.current {
    background-color: #127D2D;
}

/*分页*/
/* 产品聚合页 */











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

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

/* about-item1 */
.about-item1 {
  position: relative;
}

.about-item1::before {
  content: "";
  width: 33%;
  height: 100%;
  background-color: #127d2d;
  position: absolute;
  left: 0;
  top: 0;
}

.about-item1 .item1-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.item1-box .item1-text {
  width: 45%;
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
}


.item1-box .item1-text .a-logo {
  display: block;
  max-width: 220px;

}

.item1-box .item1-text .text {
  display: block;
  padding: 50px 30px 0 0;
  margin-top: 30px;
  position: relative;
}

.item1-box .item1-text .text::before {
  content: "";
  width: auto;
  height: auto;
  background-color: #ffffff;
  position: absolute;
  left: -30px;
  right: 0;
  top: 0;
  bottom: 25px;
}

.item1-box .item1-text .text p {
  position: relative;
  margin-bottom: 50px;
}

.item1-box .item1-text .text .more {
  position: relative;
}

.item1-box .item1-imgs {
  width: 48%;
}

.item1-box .item1-imgs img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: auto;
}


.about-item1-btm {
  position: relative;
  border-top: solid 1px #8bb897;
  border-bottom: solid 1px #8bb897;
}

.about-item1-btm ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.about-item1-btm li {
  width: 25%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
}

.about-item1-btm li+li {
  border-left: solid 1px #8bb897;
}

.about-item1-btm li strong {
  color: #127d2d;
  display: flex;
  align-items: center;
  position: relative;
}

.about-item1-btm li strong::before {
  content: "";
  width: 40px;
  height: 40px;

  display: block;
  margin-right: 10px;
}

.about-item1-btm li:nth-of-type(1) strong::before {
  background: url(../images/about-item1.png) no-repeat;
  background-size: contain;
}

.about-item1-btm li:nth-of-type(2) strong::before {
  background: url(../images/about-item2.png) no-repeat;
  background-size: contain;
}

.about-item1-btm li:nth-of-type(3) strong::before {
  background: url(../images/about-item3.png) no-repeat;
  background-size: contain;
}

.about-item1-btm li:nth-of-type(4) strong::before {
  background: url(../images/about-item4.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1200px) {
  .item1-box .item1-text .a-logo {
    max-width: 190px;
  }

  .item1-box .item1-text .text {
    padding: 30px 15px 0 0;
    margin-top: 20px;
  }

  .item1-box .item1-text .text p {
    margin-bottom: 20px;
  }

  .about-item1-btm li strong {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .about-item1 .item1-box {
    flex-direction: column-reverse
  }

  .item1-box .item1-text {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .item1-box .item1-text .text {
    padding: 30px 30px 0 30px;
  }

  .item1-box .item1-text .text::before {
    left: 0;
  }

  .item1-box .item1-imgs {
    width: 100%;
    position: relative;
  }

  .about-item1::before {
    content: "";
    width: 100%;
    height: 60%;
    left: 0;
    top: inherit;
    bottom: 0;
  }

  .about-item1-btm li {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-item1-btm li+li {
    border-left: none;
  }

  .about-item1-btm li:nth-of-type(1),
  .about-item1-btm li:nth-of-type(2) {
    border-bottom: solid 1px #8bb897;
  }

  .about-item1-btm li:nth-of-type(1),
  .about-item1-btm li:nth-of-type(3) {
    border-right: solid 1px #8bb897;
  }
}

@media screen and (max-width: 520px) {
  .about-item1::before {
    height: 85%;
  }

  .item1-box .item1-text .text {
    padding: 18px 18px 0 18px;
  }

  .about-item1-btm li {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: flex-start
  }

  .about-item1-btm li:nth-of-type(1),
  .about-item1-btm li:nth-of-type(3) {
    border-right: none;
  }

  .about-item1-btm li:nth-of-type(3) {
    border-bottom: solid 1px #8bb897;
  }
}

/* about-item1 */




/* about-item2 */
.about-item2 {
  background: url(../images/about-item2-bg.jpg) no-repeat center;
  background-size: cover;
}

.about-item2 .item2-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;

}

.item2-box .tit-box {
  width: 20%;
  background-color: #127d2d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tit-box h2 {
  color: #fff;
}

.item2-box .about-item2-swiper {
  width: 79%;
  overflow: hidden;
  position: relative;
}

.about-item2-swiper .about-item2-prev {
  width: 30px;
  height: 30px;
  background: url(../images/aeverjt.png) no-repeat center;
  background-size: 22px;
  border: solid 1px #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(180deg);
  margin-top: -13px;
  z-index: 3;
}

.about-item2-swiper .about-item2-next {
  width: 30px;
  height: 30px;
  background: url(../images/aeverjt.png) no-repeat center;
  background-size: 22px;
  border: solid 1px #fff;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
  z-index: 3;
}

.about-item2-swiper .about-item2-next:hover {
  background-color: #ff650e;
}

.about-item2-swiper .about-item2-prev:hover {
  background-color: #ff650e;
}

.item2-box .about-item2-swiper::before {
  content: "";
  width: auto;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 51%;
}

.about-item2-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 10px;
  text-align: center;
  position: relative;
  height: 230px;
}

.about-item2-swiper .swiper-slide::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #127d2d;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -7px;
}

.about-item2-swiper .swiper-slide:nth-of-type(2n)::before {
  border-bottom: none;
  border-top: 10px solid #127d2d;
  top: 50%;
  margin-top: 4px;
  margin-left: -13px;
}

.about-item2-swiper .swiper-slide .kge {
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.about-item2-swiper .swiper-slide:nth-of-type(2n) {
  flex-direction: column-reverse;
}

.about-item2-swiper .swiper-slide .text-box {
  height: 40%;
}

.about-item2-swiper .swiper-slide .text-box .icon {
  display: block;
  text-align: center;
}

.about-item2-swiper .swiper-slide .text-box .icon img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.about-item2-swiper .swiper-slide .kge {
  height: 40%;
}

.about-item2-swiper .swiper-slide .text-box .tit {
  color: #fff;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 992px) {
  .about-item2-swiper .swiper-slide {
    height: 230px;
  }
}

@media screen and (max-width:768px) {
  .about-item2-swiper .swiper-slide {
    height: 230px;
    padding: 20px 10px;
  }
}

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

  /* .about-item2-swiper .swiper-slide {
    height: 230px;
  } */
  .about-item2 .item2-box {
    flex-direction: column;
  }

  .item2-box .tit-box {
    background-color: transparent;
    width: 100%;

  }

  .item2-box .tit-box br {
    display: none;
  }

  .item2-box .about-item2-swiper {
    width: 100%;
  }
}

@media screen and (max-width:400px) {
  .about-item2-swiper .swiper-slide {
    height: 220px;
    padding: 10px;
  }
}

/* about-item2 */

/* about-title */
.about-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.about-title h2 {
  color: #127d2d;
  text-transform: capitalize;
  width: 30%;
}

.about-title.about-title1 h2 {
  width: 20%;
}

.about-title.about-title1 p {
  width: 78%;
}

.about-title p {
  width: 56%;
}

@media screen and (max-width:992px) {
  .about-title h2 {
    width: 100%;
    text-align: center;
  }

  .about-title p {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  .about-title.about-title1 h2 {
    width: 100%;
    text-align: center;
  }

  .about-title.about-title1 p {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}

/* about-title */



/* about-item3 */
.about-item3 {
  position: relative;
  margin-top: 50px;
}

.about-item3 .img {
  display: block;
  width: 100%;
  height: auto;
}

.about-item3 .xf-box {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  animation: witr_squares 1.5s linear infinite;
  position: absolute;
  cursor: pointer;
}


@keyframes witr_squares {
  0% {
    box-shadow: 0 0 0 0 rgba(18, 125, 45, 0.3),
      0 0 0 8px rgba(18, 125, 45, 0.3), 0 0 0 16px rgba(18, 125, 45, 0.3);
  }

  100% {
    box-shadow: 0 0 0 8px rgba(18, 125, 45, 0.3),
      0 0 0 16px rgba(18, 125, 45, 0.3), 0 0 0 24px rgba(18, 125, 45, 0);
  }
}

.about-item3 .xf-item1 {
  background: rgba(18, 125, 45, 0.9) url(../images/about-item13.png) no-repeat center;
  background-size: 30px;
  left: 35%;
  top: 5%;
}

.about-item3 .xf-item2 {
  background: rgba(18, 125, 45, 0.9) url(../images/about-item14.png) no-repeat center;
  background-size: 30px;
  left: 31%;
  top: 35%;
}

.about-item3 .xf-item3 {
  background: rgba(18, 125, 45, 0.9) url(../images/about-item15.png) no-repeat center;
  background-size: 30px;
  left: 36%;
  top: 60%;
}

.about-item3 .xf-item4 {
  background: rgba(18, 125, 45, 0.9) url(../images/about-item16.png) no-repeat center;
  background-size: 30px;
  left: 70%;
  top: 12%;
}

.about-item3 .xf-item5 {
  background: rgba(18, 125, 45, 0.9) url(../images/about-item17.png) no-repeat center;
  background-size: 30px;
  left: 68%;
  top: 65%;
}


.about-item3 .xf-box .qiu {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #127d2d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}

.about-item3 .xf-box .qiu::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: rgba(82, 172, 252, 0.3);
  position: absolute;
  left: 50%;
  bottom: 0;
}



.about-item3 .xf-box .tit {
  background-color: #127d2d;
  background-image: linear-gradient(90deg, #127d2d 0%, #17bc41 100%);
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px;
  color: #fff;
  display: block;
  position: absolute;
  min-width: 160px;
  text-align: center;
  border-radius: 5px;
  left: 60px;
  display: none;
  z-index: 2;
}

.about-item3 .xf-box.active .tit {
  display: block;
}

.about-item3 .xf-item4 .tit {
  left: auto;
  right: 60px;
}

.about-item3 .xf-item5 .tit {
  left: auto;
  right: 60px;
}


@media screen and (max-width:992px) {
  .about-item3 .xf-box .qiu {
    width: 5px;
    height: 5px;
    bottom: -20px;
  }

  .about-item3 .xf-box .qiu::after {
    height: 20px;
  }

  .about-item3 .xf-box {
    width: 36px;
    height: 36px;
    background-size: 20px;

  }

  .about-item3 .xf-item2 {
    top: 33%;
  }

  .about-item3 .xf-item3 {
    top: 58%;
  }

  .about-item3 .xf-item4 {
    top: 10%;
  }

}

@media screen and (max-width:600px) {
  @keyframes witr_squares {
    0% {
      box-shadow: 0 0 0 0 rgba(18, 125, 45, 0.3),
        0 0 0 5px rgba(18, 125, 45, 0.3), 0 0 0 10px rgba(18, 125, 45, 0.3);
    }

    100% {
      box-shadow: 0 0 0 5px rgba(18, 125, 45, 0.3),
        0 0 0 10px rgba(18, 125, 45, 0.3), 0 0 0 15px rgba(18, 125, 45, 0);
    }
  }

  .about-item3 .xf-box .qiu {
    display: none;
  }

  .about-item3 .xf-box .tit {
    padding: 5px;
    min-width: 150px;
  }

}

@media screen and (max-width:480px) {
  .about-item3 .img {
    object-fit: cover;
    min-height: 220px;
  }
}

@media screen and (max-width:380px) {
  .about-item3 .img {
    object-fit: cover;
    min-height: 220px;
  }

  .about-item3 .xf-item2 {
    top: 33%;
    left: 23%;
  }

  .about-item3 .xf-item3 {
    top: 60%;
    left: 27%;
  }

  .about-item3 .xf-item4 {
    left: 75%;
  }

}

/* zxy-indexnumber */
.zxy-indexnumber {
  background-color: #127d2d;
  border-radius: 50px 0 50px 0;
  position: relative;
  z-index: 2;
  margin-top: -50px;
}

.zxy-indexnumber .list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.zxy-indexnumber li {
  width: 24%;
  text-align: center;
}

.zxy-indexnumber .numb {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
}

.zxy-indexnumber .numb::after {
  content: "+";
  font-size: 15px;
  margin-left: 3px;
  font-weight: 600;
  font-family: "Microsoft YaHei";
  color: #fff;
}

.zxy-indexnumber .l4 .numb::after {
  content: "m²+";
}

.zxy-indexnumber .pt {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}

@media screen and (max-width:1200px) {
  .zxy-indexnumber .pt {
    font-size: 12px;
  }
}

@media screen and (max-width:992px) {
  .zxy-indexnumber li {
    width: 49%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .zxy-indexnumber {
    border-radius: 0;
    position: relative;
    z-index: 2;
    margin-top: -20px;
  }
}


/* zxy-indexnumber */

/* about-item3 */



/* about-item4 */
.about-item4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-item4 li {
  width: 32%;
}

.about-item4 li img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.about-item4 li .sp {
  display: flex;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
}

.about-item4 li .sp::before {
  font-size: 26px;
  color: #127d2d;
  display: block;
  font-weight: 600;
  margin-right: 5px;
}

.about-item4 li:nth-of-type(1) .sp::before {
  content: "01";
}

.about-item4 li:nth-of-type(2) .sp::before {
  content: "02";
}

.about-item4 li:nth-of-type(3) .sp::before {
  content: "03";
}

@media screen and (max-width:992px) {
  .about-item4 li .sp::before {
    font-size: 18px;
  }
}

@media screen and (max-width:640px) {
  .about-item4 li {
    width: 100%;
    margin-top: 10px;
  }
}

/* about-item4 */



/* about-item5 */
.about-item5 {
  position: relative;
}

.about-item5::before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #127d2d;
  position: absolute;
  left: 0;
  top: 0;
}

.about-item5 .about-item5-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.about-item5 .about-item5-box img {
  display: block;
  width: 100%;
  height: auto;
}

.about-item5-box .about-item5-text {
  width: 49%;
  display: flex;
  align-items: center;
}

.about-item5-text h2 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;

}

.about-item5-text dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-item5-text dd li {
  width: 49%;
  margin-top: 15px;
}

.about-item5-box .about-item5-img {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-item5-img li {
  width: 49%;
}

.about-item5-img li:nth-child(n+3) {
  margin-top: 15px;
}

@media screen and (max-width:992px) {
  .about-item5-text h2 {
    margin-bottom: 10px;
  }

  .about-item5-img li:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media screen and (max-width:768px) {
  .about-item5 .about-item5-box {
    padding-top: 30px;
  }

  .about-item5::before {
    width: 100%;
    height: 80%;
  }

  .about-item5-box .about-item5-text {
    width: 100%;
  }

  .about-item5-box .about-item5-img {
    width: 100%;
  }

  .about-item5-img li {
    margin-top: 10px !important;
  }

  .about-item5-text h2 {
    margin-bottom: 15px;
    text-align: center;
  }

}



/* about-item5 */
/* about-item6 */
.about-item6 .pro-title .tit-hx::before {
  background-color: #f3f3f3;
}

.about-item6 {
  background-color: #f3f3f3;
}

.about-item6 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-item6 li {
  width: 16%;
}

.about-item6 li img {
  display: block;
  width: 100%;
  height: auto;
}

.about-item6 .imgs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.about-item6 .imgs img {
  display: block;
  width: 22%;
  height: auto;
}

@media screen and (max-width:992px) {
  .about-item6 li {
    width: 32%;
    margin-top: 10px;
  }

  .about-item6 .imgs img {
    width: 30%;
    height: auto;
  }
}

@media screen and (max-width:768px) {
  .about-item6 .imgs img {
    width: 40%;
  }
}

@media screen and (max-width:380px) {
  .about-item6 li {
    width: 49%;
  }
}

/* about-item6 */



/* about-item7 */

.glob-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}


.glob-box .glob-text {
  width: 59%;
}

.glob-box .glob-text img {
  display: block;
  width: 100%;
  height: auto;
}

.glob-text .map-img {
  position: relative;
}

.glob-text .map-img .zb {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.glob-text .map-img .zb img {
  display: block;
  width: 100%;
  height: auto;
}


.glob-text .map-img .active.zb::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 8px;
  bottom: 0px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
  animation: witr_squarest 1.5s linear infinite;
}

@keyframes witr_squarest {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
  }

  100% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

.glob-text .map-img .active.zb::before {
  color: red;
}

.glob-text .map-img .zb::before {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
  font-size: 13px;
  padding: 0 3px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.glob-text .map-img .z-icon1::before {
  content: "Estados Unidos";
}


.glob-text .map-img .z-icon2::before {
  content: "Uzbekistán";
}

.glob-text .map-img .z-icon3::before {
  content: "Argelia";
}

.glob-text .map-img .z-icon4::before {
  content: "Indonesia";
}

.glob-text .map-img .z-icon5::before {
  content: "Rusia";
}

.glob-text .map-img .z-icon6::before {
  content: "China(Sede)";
}

.glob-text .map-img .z-icon1 {
  left: 18%;
  top: 36%;
}

.glob-text .map-img .z-icon2 {
  left: 62%;
  top: 35%;
}

.glob-text .map-img .z-icon3 {
  left: 49%;
  top: 43%;
}

.glob-text .map-img .z-icon4 {
  left: 84%;
  top: 60%;
}

.glob-text .map-img .z-icon5 {
  left: 70%;
  top: 17%;
}

.glob-text .map-img .z-icon6 {
  left: 76%;
  top: 42%;
}


.glob-box .globle-img {
  width: 35%;
}

.globle-img .img-item.active {
  display: block;
}

.globle-img .img-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(18, 125, 45, 0.2);
  padding: 20px;
  display: none;
  position: relative;
}

.globle-img .img-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.globle-img .img-item .box-img {
  margin-top: 15px;
  padding-left: 55px;
  position: relative;
}

.globle-img .img-item .box-img::before {
  content: "";
  width: 40px;
  height: 40px;

  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.globle-img .img-item:nth-of-type(1) .box-img::before {
  background: url(../images/about-item7-icon1.png) no-repeat center;
  background-size: 40px;
}

.globle-img .img-item:nth-of-type(2) .box-img::before {
  background: url(../images/about-item7-icon2.png) no-repeat center;
  background-size: 40px;
}

.globle-img .img-item:nth-of-type(3) .box-img::before {
  background: url(../images/about-item7-icon3.png) no-repeat center;
  background-size: 40px;
}

.globle-img .img-item:nth-of-type(4) .box-img::before {
  background: url(../images/about-item7-icon4.png) no-repeat center;
  background-size: 40px;
}

.globle-img .img-item:nth-of-type(5) .box-img::before {
  background: url(../images/about-item7-icon5.png) no-repeat center;
  background-size: 40px;
}

.globle-img .img-item:nth-of-type(6) .box-img::before {
  background: url(../images/about-item7-icon6.png) no-repeat center;
  background-size: 40px;
}

.globle-img .img-item .box-img p {
  font-size: 14px;
  text-align: left;
}

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

  .glob-box .glob-text,
  .glob-box .globle-img {
    width: 100%;
  }

  .globle-img {
    margin-top: 30px;
  }
}

@media screen and (max-width:520px) {
  .glob-text .map-img .zb::before {
    font-size: 11px;
  }

  .glob-text .map-img .active.zb::after {
    left: 6px;
  }

  .glob-text .map-img .zb {
    width: 15px;
    height: 15px;
  }

  .glob-text .map-img .z-icon1 {
    left: 17%;
    top: 30%;
  }

  .glob-text .map-img .z-icon2 {
    left: 25%;
    top: 56%;
  }

  .glob-text .map-img .z-icon3 {
    left: 26%;
    top: 75%;
  }

  .glob-text .map-img .z-icon7 {
    top: 40%;
  }

  .globle-img .img-item .box-img::before {
    width: 30px;
    height: 30px;
    background-size: 30px !important;
  }

  .globle-img .img-item .box-img {
    margin-top: 10px;
    padding-left: 40px;
  }

  .globle-img .img-item .box-img p {
    font-size: 12px;
    line-height: 1.6;
  }
}


/* about-item7 */


/* about-item8 */
.about-item8 {
  margin-top: 40px;
}

.about-item8 img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width:768px) {
  .about-item8 {
    margin-top: 30px;
  }
}

@media screen and (max-width:520px) {
  .about-item8 {
    margin-top: 20px;
  }
}

/* about-item8 */


/* about */



/* index */
.index-banner img {
  display: block;
  width: 100%;
  height: auto;
}



/* index-item1 */
.index-item1 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.index-item1 .indexitem1-img {
  width: 48%;
}

.index-item1 .indexitem1-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.index-item1 .indexitem1-text {
  width: 48%;
}

.indexitem1-text .bt {
  color: #127d2d;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.indexitem1-text .bt::before {
  content: "";
  width: 75px;
  height: 3px;
  background-color: #4dc500;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}

.indexitem1-text .bt::after {
  content: "";
  width: 150px;
  height: 3px;
  background-color: #c8eeb3;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.indexitem1-text p {
  margin-bottom: 20px;
}

.index-item1-btm {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 40px;
}

.index-item1-btm li {
  width: 24%;
  text-align: center;
}

.index-item1-btm .numb {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  display: block;
  position: relative;
  color: #127d2d;
  text-align: center;
}

.index-item1-btm .numb::after {
  content: "+";
  font-size: 15px;
  margin-left: 3px;
  font-weight: 600;
  font-family: "Microsoft YaHei";
  color: #127d2d;
}

.index-item1-btm .l1 .numb::after,
.index-item1-btm .l4 .numb::after {
  content: "años+";
}

.index-item1-btm .l2 .numb::after {
  content: "m²+";
}

.index-item1-btm .pt {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}

@media screen and (max-width:1200px) {
  .index-item1-btm .pt {
    font-size: 12px;
  }
}

@media screen and (max-width:992px) {
  .index-item1 .indexitem1-img {
    width: 100%;
  }

  .index-item1 .indexitem1-text {
    width: 100%;
    margin-top: 30px;
  }

  .index-item1-btm {
    margin-top: 30px;
  }

  .index-item1-btm li {
    width: 49%;
    margin-top: 10px;
    margin-bottom: 10px;
  }


}

@media screen and (max-width:768px) {
  .index-item1-btm {
    margin-top: 20px;
  }
}

/* index-item1 */


/* index-item2 */
.index-item2 {
  background-color: #67b23b;
  background-image: linear-gradient(90deg, #67b23b 0%, #22914f 100%);
}

.index-item2 .index-title .h2,
.index-item2 .index-title p {
  color: #fff;
}

.index-item2 ul {
  display: flex;
  flex-wrap: wrap;
  height: 538px;
  overflow: hidden;
}

.index-item2 li {
  width: 16%;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.index-item2 li::before {
  content: "";
  font-size: 22px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  border-bottom: solid 3px #d5d5d5;
  color: #d5d5d5;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

.index-item2 li::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.index-item2 li:nth-of-type(1)::before {
  content: "01";
}

.index-item2 li:nth-of-type(2)::before {
  content: "02";
}

.index-item2 li:nth-of-type(3)::before {
  content: "03";
}

.index-item2 li:nth-of-type(4)::before {
  content: "04";
}

.index-item2 li.active {
  width: 52%;
}

.index-item2 li.active::before {
  color: #fff;
  border-bottom: solid 3px #52a73b;
}

.index-item2 li>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-item2 li .text-boxs {
  position: absolute;
  bottom: 20%;
  left: 0px;
  color: #fff;
  padding: 15px;
  width: 100%;
  z-index: 2;
}

.index-item2 li .text-boxs .icon {
  display: block;
  width: 40px;
  height: 40px;
}

.index-item2 li .text-boxs .icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.index-item2 li .text-boxs .icon .i1 {
  display: block;
}

.index-item2 li .text-boxs .icon .i2 {
  display: none;
}

.index-item2 li.active .text-boxs .icon .i1 {
  display: none;
}

.index-item2 li.active .text-boxs .icon .i2 {
  display: block;
}

.index-item2 li .text-boxs .mores {
  display: none;
}

.index-item2 li .text-boxs h3 {
  color: #fff;
  margin-top: 10px;
}

.index-item2 li.active .text-boxs {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.index-item2 li.active::after {
  opacity: 0;
}

.index-item2 li.active .text-boxs .mores {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  background-image: linear-gradient(90deg, #67b23b 0%, #22914f 100%);
  border-radius: 50px;
}

.item2btm-more {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width:1200px) {
  .index-item2 ul {
    height: 350px;
  }

  .index-item2 li .text-boxs .icon {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width:768px) {
  .index-item2 ul {
    justify-content: space-between;
    height: auto;
  }

  .index-item2 li>img {
    width: 100%;
    height: auto;
  }

  .index-item2 li::after {
    display: none;
  }

  .index-item2 li {
    width: 49% !important;
    margin-top: 15px;
  }

  .index-item2 li .text-boxs {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    bottom: 10px;
    text-align: right;
  }

  .index-item2 li .text-boxs .icon .i1 {
    display: none;
  }

  .index-item2 li .text-boxs .icon .i2 {
    display: block;
  }

  .index-item2 li .text-boxs .mores {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 5px 15px;
    background-image: linear-gradient(90deg, #67b23b 0%, #22914f 100%);
    border-radius: 50px;
  }

  .index-item2 li .text-boxs h3 {
    color: #fff;
    text-align: right;
  }
}

@media screen and (max-width:620px) {
  .index-item2 li {
    width: 100% !important;
  }
}

/* index-item2 */


/* index-item3 */
.index-tops {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.index-tops .ht {
  width: 28%;
  color: #127d2d;
  padding-left: 30px;
  border-left: 10px solid #127d2d;
}

.index-tops p {
  width: 70%;
}

.index-item3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.index-item3 li {
  width: 32.5%;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(18, 125, 45, 0.2);
  overflow: hidden;
}

.index-item3 li .img {
  display: block;
}

.index-item3 li .img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.index-item3 li .items-boxtext {
  padding: 15px;
}

.index-item3 li .items-boxtext h3 a {
  color: #222;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-item3 li .items-boxtext p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}

.index-item3 li .items-boxtext .mores {
  display: block;
  color: #127d2d;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  .index-tops .ht {
    width: 100%;
    padding-left: 10px;
    border-left: 5px solid #127d2d;
  }

  .index-tops p {
    width: 100%;
    margin-top: 15px;
  }

  .index-item3 li {
    width: 49%;
    margin-top: 30px;
  }
}

@media screen and (max-width:480px) {
  .index-item3 li {
    width: 100%;
    margin-top: 20px;
  }
}

/* index-item3 */




/* index-item4 */
.index-item4 {
  background: #292929 url(../images/index-item4-bg.jpg) no-repeat right center;
  overflow: hidden;
  position: relative;
}

.index-item4::before {
  content: "";
  width: 1800px;
  height: 1800px;
  background-color: #25924e;
  border-radius: 50%;
  position: absolute;
  left: -900px;
  top: 50%;
  transform: translateY(-50%);
}

.index-bts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.index-bts .bts-fl {
  width: 68%;
}

.bts-fl .imgs {
  display: block;
  max-width: 160px;
  margin-bottom: 15px;
}

.bts-fl .imgs img {
  display: block;
  width: 100%;
  height: auto;
}

.bts-fl p {
  color: #fff;
  line-height: 1.5;
}

.index-bts .bts-fr {
  width: 28%;
  text-align: right;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.index-item4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  position: relative;
}

.index-item4 li {
  width: 24.1%;
  margin-top: 20px;
}

.index-item4 li img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width:1200px) {
  .index-bts .bts-fr {
    font-size: 26px;
  }

  .index-item4::before {
    width: 1000px;
    height: 1000px;
    left: -500px;
  }

}

@media screen and (max-width:992px) {
  .index-item4 li {
    width: 32%;
  }

  .index-item4::before {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .index-bts .bts-fl {
    width: 100%;
  }

  .index-bts .bts-fr {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }

  .index-bts .bts-fr br {
    display: none;
  }

  .index-bts .bts-fl .imgs {
    margin: 0 auto 15px;
  }

  .index-bts .bts-fl p {
    text-align: center;
  }
}

@media screen and (max-width:480px) {
  .index-bts .bts-fr {
    font-size: 18px;
  }

  .index-item4 li {
    width: 49%;
  }
}

/* index-item4 */



/* index-item5 */
.index-item5 {
  background-color: #f3f3f3;
}

.index-item5 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.index-item5 li {
  width: 32%;
}

.index-item5 li .img {
  display: block;
}

.index-item5 li .img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.index-item5 li h3 a {
  color: #333;
  text-transform: capitalize;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 15px;
}

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

  .index-item5 ul {
    margin-top: 30px;
  }
}

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



/* index-item5 */



/* index-item6 */
.top-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.top-tit h2 {
  text-transform: uppercase;
  color: #222;
}

.top-tit .mores {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 25px;
  background-image: linear-gradient(90deg, #67b23b 0%, #22914f 100%);
  border-radius: 50px;

}

.index-item6 {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index-item6 .item6-left {
  width: 48%;
  background-color: #eeeeee;
}

.item6-left .img {
  display: block;
}

.item6-left .img img {
  display: block;
  width: 100%;
  height: auto;
}

.index-item6 .item6-box-text {
  padding: 20px;
}

.item6-box-text {
  position: relative;
}

.item6-box-text .time {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  color: #222222;
}

.item6-box-text h3 a {
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item6-box-text p {
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item6-box-text .more {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px #666666;
  display: block;
  font-size: 25px;
  color: #666;
  text-align: center;
  line-height: 28px;
  position: absolute;
  right: 30px;
  bottom: 10px;
}



.index-item6 .item6-right {
  width: 48%;
}

.item6-right .item6-box-text {
  border: solid 15px #f4f4f4;
  padding: 20px;
  transition: all 0.3s ease;
}

.item6-right .item6-box-text:hover {
  border: solid 15px #127d2d;
}

.item6-right .item6-box-text+.item6-box-text {
  margin-top: 20px;
}

@media screen and (max-width:992px) {
  .index-item6 {
    margin-top: 30px;
  }

  .index-item6 .item6-left {
    width: 100%;
  }

  .index-item6 .item6-right {
    width: 100%;
    margin-top: 20px;
  }

  .item6-right .item6-box-text+.item6-box-text {
    margin-top: 20px;
  }

  .item6-box-text h3 a {
    -webkit-line-clamp: 2;
  }

  .item6-box-text p {
    -webkit-line-clamp: 3;
  }

  .item6-right .item6-box-text {
    padding: 15px;
    border: solid 5px #f4f4f4;
  }

  .index-item6 .item6-box-text {
    padding: 15px;
  }
}

/* index-item6 */


/* index-item7 */
.index-item7 {
  background: #f4f4f4 url(../images/index-item7-bg.jpg) no-repeat center;
  overflow: hidden;
}

.index-item7 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.index-item7 li {
  width: 16%;
  margin-top: 15px;
}

.index-item7 li img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width:1200px) {
  .index-item7 li {
    width: 24.5%;
  }
}


/* index-item7 */

/* index */


/* footer  */
.footer-btmbox {
  position: relative;
}

.footer-btmbox::before {
  content: "";
  width: 100%;
  height: 55%;
  background: url(../images/footer-box-bg.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.footer-btmbox::after {
  content: "";
  width: 100%;
  height: 45%;
  background-color: #272727;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-btmbox .warp-mb {
  position: relative;
  z-index: 2;
}

.footer-btmbox .footer-box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-box1 h2 {
  color: #fff;
  width: 33%;
  text-transform: uppercase;
}

.footer-box1 .box1-msgbox {
  width: 65%;
  background-color: rgba(16, 31, 35, 0.6);
  padding: 30px;
}

.box1-msgbox .title {
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 1.3;
  margin-bottom: 5px;
  padding-bottom: 8px;
  border-bottom: solid 2px #ddd;
  position: relative;
  text-align: left;
  padding-top: 0;
  margin-top: 0;
  font-weight: 600;
  text-transform: capitalize;
}


.box1-msgbox .title::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #127D2D;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.box1-msgbox .msg-from li .tits{
   color: #fff;   
}

/* 2222 */

.footer-btmbox .footer-box2 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #3f9e00 url(../images/footer-topbg.jpg) no-repeat left center;
  background-size: auto 100%;
  padding: 30px 40px;

}

.footer-btmbox .footer-box2 li {
  position: relative;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding: 25px 15px 25px 85px;
}

.footer-btmbox .footer-box2 li:nth-of-type(1) {
  width: 33%;
}

.footer-btmbox .footer-box2 li:nth-of-type(3) {
  width: 34%;
}

.footer-btmbox .footer-box2 li:nth-of-type(2) {
  border-left: none;
  border-right: none;
  width: 33%;
}

.footer-btmbox .footer-box2 li::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.footer-btmbox .footer-box2 li:nth-of-type(1)::before {
  background: url(../images/footer-email.png) no-repeat;
  background-size: contain;
}

.footer-btmbox .footer-box2 li:nth-of-type(2)::before {
  background: url(../images/footer-whatsapp.png) no-repeat;
  background-size: contain;
}

.footer-btmbox .footer-box2 li:nth-of-type(3)::before {
  background: url(../images/footer-add.png) no-repeat;
  background-size: contain;
}

.footer-btmbox .footer-box2 li .p1 {
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 10px;

}

.footer-btmbox .footer-box2 li .p2,
.footer-btmbox .footer-box2 li .p2 a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.footer-btmbox .footer-box2 li .p2 span{
        cursor: pointer;
}
/* 22222 */



/* 3333 */
.footer-btmbox .footer-box3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-box3 .box3-item1 {
  width: 25%;
}

.box3-item1 .imgs {
  display: block;
  max-width: 160px;
}

.box3-item1 .imgs img {
  display: block;
  width: 100%;
  height: auto;
}

.box3-item1 .texts {
  color: #fff;
  margin-top: 20px;
  text-align: left;
}

.footer-box3 .box3-item2 {
  width: 25%;
}

.footer-box3 .ht {
  text-transform: capitalize;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.footer-box3 .ht::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #3f9e00;
  position: absolute;
  left: 0;
  bottom: 5px;
}

.box3-item2 .links a {
  display: block;
  color: #fff;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  line-height: 1.7;
  padding-left: 15px;
  margin-top: 15px;
  text-align: left;
}

.box3-item2 .links a::before {
  content: ">";
  color: #3f9e00;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.box3-item2 .links a:hover {
  color: #3f9e00;
}

.footer-box3 .box3-item3 {
  width: 40%;
}

.box3-item3 .item3-top {
  display: flex;
  justify-content: space-between;
}

.item3-top span {
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.item3-top span.active {
  background-color: #3f9e00;
  border-radius: 3px;
}

.box3-item3 .item3-btm {
  margin-top: 20px;
}

.item3-btm .btm-img {
  display: none;
  position: relative;
}

.item3-btm .btm-img.active {
  display: block;
}

.item3-btm .btm-img img {
  display: block;
  width: 100%;
  height: auto;
}

.item3-btm .btm-img .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
}

/* 3333 */

@media screen and (max-width:1200px) {
  .footer-btmbox .footer-box1 h2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-btmbox .footer-box1 .box1-msgbox {
    width: 100%;
    padding: 25px;

  }

  .footer-btmbox .footer-box2 li {
    padding: 20px 10px 20px 60px;
  }

  .footer-btmbox .footer-box2 li::before {
    width: 38px;
    height: 38px;
    left: 10px;
  }

  .footer-btmbox .footer-box2 {
    padding: 25px 15px;
  }

  .footer-box3 .box3-item1 {
    width: 25%;
  }

  .footer-box3 .box3-item2 {
    width: 25%;
  }

  .footer-box3 .box3-item3 {
    width: 46%;
  }

}

@media screen and (max-width:992px) {
  .footer-btmbox .footer-box2 li {
    width: 100% !important;
    margin-top: -1px;
  }

  .footer-btmbox .footer-box2 li:nth-of-type(2) {
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    border-right: solid 1px rgba(255, 255, 255, 0.5);
  }

  .footer-box3 .box3-item1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-box3 .box3-item2 {
    width: 32%;
  }

  .footer-box3 .box3-item3 {
    width: 65%;
  }
}

@media screen and (max-width:768px) {
  .box1-msgbox .title {
    font-size: 16px;
  }

  .footer-box3 .box3-item2 {
    width: 100%;
  }

  .footer-box3 .box3-item3 {
    width: 100%;
    margin-top: 30px;
  }
}


@media screen and (max-width:520px) {
  .box3-item3 .item3-top {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    justify-content: normal;
    border-collapse: collapse;
  }

  .item3-top span {
    padding: 8px 15px;
    white-space: nowrap;
    display: block;
    float: left;
    margin-bottom: 5px;

  }

  .item3-top span+span {
    margin-left: 5px;
  }
}



/* footer  */


/* crumbs */
.top-crumbs {
    padding-top: 8px;
    background-color: #127d2d;
    padding-bottom: 8px;
}

.top-crumbs ol {
    position: relative;
    padding-left:22px;
}

.top-crumbs ol::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/crumbs-img.png) no-repeat center;
    background-size: contain;
        position: absolute;
left: 0;
  top: 50%;
  transform: translateY(-50%);

}

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

.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 a:hover {
    color: #77B917;
}

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

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

    .top-crumbs li a,
    .top-crumbs li span {
        font-size: 14px;
    }
}

/* crumbs */

/* faq聚合页 */
.faq-itembox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq-itembox li {
  width: 49%;
  position: relative;
  margin-top: 20px;
}

.faq-itembox li::before {
  content: "";
  width: auto;
  height: auto;
  border: solid 1px #8bb897;
  position: absolute;
  left: 35px;
  top: 40px;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}

.faq-itembox li .img {
  display: block;
  width: 100px;
  position: relative;
}

.faq-itembox li .img img {
  display: block;
  width: 100%;
  border-radius: 5px;
  height: auto;
}

.faq-itembox li .text-boxs {
  padding-left: 60px;
  padding-right: 30px;
  padding-bottom: 30px;
  position: relative;
  margin-top: 10px;
}

.faq-itembox li .text-boxs h3 a {
  color: #333;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.faq-itembox li .text-boxs p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}

.faq-itembox li .text-boxs .btm-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.faq-itembox .text-boxs .btm-box .star {
  width: 80px;
}

.faq-itembox .text-boxs .btm-box .star img {
  width: 100%;
  display: block;
  height: auto;
}

.faq-itembox .text-boxs .btm-box .more {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #22914f;
  background-image: linear-gradient(90deg, #67b23b 0%, #22914f 100%);
  padding: 5px 25px;
  border-radius: 50px;
}

@media screen and (max-width:992px) {
  .faq-itembox li .text-boxs {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .faq-itembox li::before {
    left: 0px;
    top: 30px;
  }

  .faq-itembox li .img {
    margin-left: 20px;
  }
}

@media screen and (max-width:768px) {
  .faq-itembox li {
    width: 100%;
  }
}

/* faq聚合页 */

/*case 分类*/
.case-filters #cases-filter-form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.case-filters label {
  display: flex;
  flex-direction: column;
  gap: 6px;
    font-size: 14px;
    font-weight: 600;
  color: #374151;
  box-sizing: border-box;
  min-width: 0; /* 允许 flex-basis 正常工作 */
}
.case-filters label + label{
        margin-left: 10px;
}
/* label 文本 */
.case-filters label .label-text {
  font-weight: 600;
  font-size: 12px;
  color: #111827;
  letter-spacing: .2px;
}

/* select 样式（保持之前视觉） */
.case-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #e6e9ee;
  padding: 10px 30px 10px 12px;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(16,24,40,0.03);
  font-size: 14px;
  color: #0f172a;
  transition: border-color .15s ease, box-shadow .15s ease, transform .06s ease;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23374751' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><path d='M6 8l4 4 4-4'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  width: 100%;            /* 让 select 占满 label 宽度 */
  box-sizing: border-box; /* 包括 padding 在内 */
}
.choices__list--dropdown {
  max-height: 220px; /* 可调 */
  overflow-y: auto;
}
/* hover / focus */
.case-filters select:hover { transform: translateY(-1px); }
.case-filters select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 6px 18px rgba(59,130,246,0.12);
}

/* "All" option 视觉 */
.case-filters select option[value=""] { color: #6b7280; }
@media only screen and (max-width:560px) {
    .case-filters #cases-filter-form {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}
.case-filters label{
        width: 100%;
}
.case-filters label + label{
        margin-left: 0px;
         margin-top: 10px;    
}
}
/*case 分类*/
/* case  */
.case-items {
  margin-left: -1%;
  margin-top:25px;
}

.case-items li {
  width: 32.3333333%;
  margin-left: 1%;
  float: left;
  margin-bottom: 30px;
}

.case-items li .img {
  display: block;
  position: relative;
}

.case-items li .img img {
  display: block;
  width: 100%;
  height: auto;
}

.case-items li .img .time {
  position: absolute;
  left: 15px;
  bottom: -15px;
  background-color: #127d2d;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
}

.case-items li h3 a {
  display: block;
  color: #333;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

}

@media screen and (max-width:520px) {
  .case-items li {
    width: 99%;
  }

}

/* case  */