@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.light,
.Light {
  font-weight: 300;
}
.medium,
.Medium {
  font-weight: 500;
}
.bold,
.Bold {
  font-weight: bold;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #6076f1;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #6076f1;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #6076f1;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
.seoPublic .Auxil-news .list ul li .content div.h6{
  display: -webkit-box;         /* 使用旧版弹性盒子模型 */
  -webkit-box-orient: vertical; /* 内容垂直排列 */
  -webkit-line-clamp: 2;        /* 限制显示为5行 */
  overflow: hidden;             /* 隐藏溢出的内容 */
  text-overflow: ellipsis;      /* 添加省略号 */
  margin-bottom: 10px
}
.seoPublic .Auxil-news .list ul li .content p,.seoPublic .Auxil-news .list ul li .content time{
  display: none;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #6076f1;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Montserrat';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  --color: #218c42;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: unset;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #299848;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 30px 0;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 70px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .leftMenu .menu_c .menu-menu-container > .menu > .menu-item:nth-child(n+5) {
  display: none;
}
#header > .nav > .menu .menu-box .rightMenu .menu_c .menu-menu-container > .menu > .menu-item:nth-child(-n+4) {
  display: none;
}
#header > .nav > .menu .menu-box .rightMenu .menu_c .menu-menu-container > .menu > .menu-item:nth-last-child(2) {
  margin-left: 0px;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  border-right: 1px solid #e7e7e7;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 18px;
  height: 18px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 5.5px solid #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  color: #218c42;
  margin-left: 30px;
  background-color: #eee;
  min-width: 140px;
  padding: 8px;
  border-radius: 18px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  /*border-bottom: 1px solid rgba(220, 220, 220, 0.4);*/
  /*background-color: #333;*/
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    -o-transform: scale(1.35);
    transform: scale(1.35);
    opacity: 0;
  }
}
.container {
  width: 1630px;
  padding: 0 15px;
}
.Hbtn1 a {
  display: inline-block;
  color: var(--color);
  background-color: #ffffff;
  border-radius: 25px;
  text-align: center;
  padding: 9px 30px;
  transform: all .3s;
}
.Hbtn1 a i {
  font-size: 20px;
}
.Hbtn1 a:hover {
  background-color: var(--color);
  color: #fff;
}
.Hbtn a {
  display: inline-block;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
  max-width: 165px;
  color: #333;
}
.Hbtn a:hover {
  color: var(--color);
}
.Hbtn a img {
  margin-left: 20px;
}
#banner {
  padding-top: 100px;
}
#banner .swiper ul li {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .swiper ul li .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#banner .swiper ul li .container .bold {
  position: relative;
  line-height: 1.17;
  z-index: 5;
  width: 100%;
  max-width: 680px;
}
#banner .swiper ul li .container .bold::after {
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  width: 698px;
  height: 13px;
  background-color: var(--color);
  z-index: -1;
}
#banner .swiper ul li .container .regular {
  width: 100%;
  max-width: 680px;
}
#banner .swiper ul li .container .bannerBtn {
  position: relative;
}
#banner .swiper ul li .container .bannerBtn .play-btn {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #fff;
  left: auto;
  top: auto;
  transform: none;
  margin-left: 40px;
}
#banner .swiper ul li .container .bannerBtn .play-btn i {
  border: none;
  color: var(--color);
}
#banner .swiper ul li.swiper-slide-active .container .bold {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .container .regular {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper .swiperBtn {
  width: 100%;
  position: absolute;
  bottom: 80px;
  right: 160px;
  z-index: 10;
  justify-content: flex-end;
}
#banner .swiper .swiperBtn > div {
  transition: all 0.3s linear;
}
#banner .swiper .swiperBtn > div:hover {
  color: var(--color);
}
#banner .swiper .swiper-pagination {
  position: absolute;
  width: 40px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  right: 160px;
}
#banner .swiper .swiper-pagination span {
  display: block;
  line-height: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s linear;
}
#banner .swiper .swiper-pagination span:nth-child(1) {
  border-top: none;
}
#banner .swiper .swiper-pagination span.active {
  color: #fff;
}
.Htitle .miniTit {
  color: #666;
  line-height: 1;
}
.Htitle .miniTit span {
  width: 8px;
  height: 8px;
  background-color: #258e46;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}
.Htitle .titl {
  line-height: 1;
  color: #258e46;
  font-weight: bold;
}
.font-119 {
  font-size: 119px;
}
.font-124 {
  font-size: 124px;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-color: #efefef;
  overflow: hidden;
  position: relative;
}
#index-body .init-1 .container .bottom {
  width: 86%;
}
#index-body .init-1 .container .bottom .leftMenu {
  max-width: 395px;
  width: 30%;
}
#index-body .init-1 .container .bottom .leftMenu .menuUl .list {
  min-height: 40px;
  transition: all 0.3s ease;
  line-height: 1;
}
#index-body .init-1 .container .bottom .leftMenu .menuUl .list img {
  margin-left: 6px;
  transition: all 0.3s ease;
  opacity: 0;
}
#index-body .init-1 .container .bottom .leftMenu .menuUl .list:hover,
#index-body .init-1 .container .bottom .leftMenu .menuUl .list.active {
  color: var(--color);
}
#index-body .init-1 .container .bottom .leftMenu .menuUl .list:hover img,
#index-body .init-1 .container .bottom .leftMenu .menuUl .list.active img {
  opacity: 1;
}
#index-body .init-1 .container .bottom .leftMenu .menuDetail {
  color: #666;
  line-height: 1.6;
  height: 50px;
  overflow: hidden;
}
#index-body .init-1 .container .bottom .leftMenu .menuDetail li.derailList {
  display: none;
  transition: all 0.3s ease;
  height: 100%;
}
#index-body .init-1 .container .bottom .leftMenu .menuDetail li.derailList:nth-child(1) {
  display: block;
}
#index-body .init-1 .container .bottom .centerSwiper {
  width: 70%;
}
#index-body .init-1 .container .bottom .centerSwiper .swiperBox {
  width: 100%;
  position: relative;
  z-index: 5;
  display: none;
}
#index-body .init-1 .container .bottom .centerSwiper .swiperBox:nth-child(1) {
  display: block;
}
#index-body .init-1 .container .bottom .centerSwiper .swiperBox .swiperTop {
  width: 210px;
  margin-left: auto;
  margin-top: -50px;
}
#index-body .init-1 .container .bottom .centerSwiper .swiperBox .swiperTop .swiper-pagination {
  position: relative;
  bottom: auto;
  color: #666;
}
#index-body .init-1 .container .bottom .centerSwiper .swiperBox .swiperTop .swiper-pagination .swiper-pagination-current {
  font-size: 40px;
  color: var(--color);
}
#index-body .init-1 .container .bottom .centerSwiper .swiperBox .swiperTop .swiperBtn {
  font-size: 16px;
  color: #9c9c9c;
}
#index-body .init-1 .container .bottom .centerSwiper .swiperBox .swiperTop .swiperBtn span {
  display: block;
}
#index-body .init-1 .container .bottom .centerSwiper .swiperBox .swiperTop .swiperBtn .line {
  width: 141px;
  height: 1px;
  background-color: #9e9e9e;
  margin-right: 15px;
}
#index-body .init-1 .container .bottom .centerSwiper .swiperBox .swiperTop .swiperBtn .line2 {
  width: 2px;
  height: 13px;
  background-color: #dddddd;
  margin-left: 10px;
  margin-right: 10px;
}
#index-body .init-1 .container .bottom .centerSwiper .swiperBox .swiperTop .swiperBtn > div {
  transition: all 0.3s linear;
}
#index-body .init-1 .container .bottom .centerSwiper .swiperBox .swiperTop .swiperBtn > div:hover {
  color: var(--color);
}
#index-body .init-1 .container .bottom .centerSwiper .swiperBox .swiperTop .regular {
  line-height: 2.3;
  color: #9c9c9c;
}
#index-body .init-1 .container .bottom .centerSwiper .swiperBox .swiper ul li a.img {
  display: block;
  width: 80%;
}
#index-body .init-1 .container .bottom .centerSwiper .swiperBox .swiper ul li a.img img {
  display: block;
  margin: auto;
}
#index-body .init-1 .container .bottom .centerSwiper .swiperBox .swiper ul li .Hbtn {
  margin-top: 8px;
}
#index-body .init-1 .container .bottom .centerSwiper .swiperBox .swiper ul li .Hbtn a {
  margin-left: auto;
}
#index-body .init-1 .container .bottom .centerSwiper .swiperBox .textBg {
  position: absolute;
  left: -20px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
#index-body .init-1 .rightImg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  height: 100%;
  width: 19.5%;
}
#index-body .init-1 .rightImg .rightImgUl {
  height: 100%;
}
#index-body .init-1 .rightImg .rightImgUl li.list {
  display: none;
  height: 100%;
}
#index-body .init-1 .rightImg .rightImgUl li.list img {
  height: 100%;
}
#index-body .init-1 .rightImg .rightImgUl li.list:nth-child(1) {
  display: block;
}
#index-body .init-2 {
  background-color: #F6FFF8;
}
#index-body .init-2 .fourUl {
  width: 100%;
  height: 580px;
  overflow: hidden;
}
#index-body .init-2 .fourUl li.list {
  width: 14.5%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#index-body .init-2 .fourUl li.list .cont1 {
  width: 100%;
  height: 100%;
  position: relative;
}
#index-body .init-2 .fourUl li.list .cont1::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
#index-body .init-2 .fourUl li.list .cont1 a {
  width: 200px;
  height: 31px;
  line-height: 31px;
  background-color: #258e46;
  transform: rotate(270deg);
  transform-origin: top left;
  padding-left: 10px;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  right: -169px;
  bottom: -20px;
  z-index: 5;
}
#index-body .init-2 .fourUl li.list .cont2 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  transform: translateY(-20%);
  opacity: 0;
  padding-bottom: 22px;
}
#index-body .init-2 .fourUl li.list .cont2 .bottom {
  position: relative;
  z-index: 5;
  width: 100%;
}
#index-body .init-2 .fourUl li.list .cont2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 50%, transparent 100%);
}
#index-body .init-2 .fourUl li.list .cont2 .Hbtn a {
  color: #fff;
}
#index-body .init-2 .fourUl li.list .cont2 .Hbtn a:hover {
  color: var(--color);
}
#index-body .init-2 .fourUl li.list.active,
#index-body .init-2 .fourUl li.list:hover {
  width: 56.5%;
}
#index-body .init-2 .fourUl li.list.active .cont1,
#index-body .init-2 .fourUl li.list:hover .cont1 {
  opacity: 0;
}
#index-body .init-2 .fourUl li.list.active .cont2,
#index-body .init-2 .fourUl li.list:hover .cont2 {
  opacity: 1;
  transform: translateY(-100%);
}
#index-body .init-3 {
  background-image: url(../images/init-3Bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#index-body .init-3 .left {
  width: 501px;
}
#index-body .init-3 .center {
  width: 282px;
  height: 282px;
  background-color: #218c42;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
#index-body .init-3 .center .num {
  line-height: 1;
}
#index-body .init-3 .center::after,
#index-body .init-3 .center::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 140, 66, 0.4);
  z-index: -1;
  border-radius: 50%;
  -webkit-animation: ks1 2s linear infinite;
  -moz-animation: ks1 2s linear infinite;
  animation: ks2 2s linear infinite;
}
#index-body .init-3 .center::before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#index-body .init-3 .right {
  max-width: 435px;
}
#index-body .init-3 .right .bold {
  color: var(--color);
}
#index-body .init-3 .right .regular {
  color: #666;
  line-height: 1.8;
}
#index-body .init-3 .bottom ul li {
  border-top: 1px solid var(--color);
  width: 21%;
}
#index-body .init-3 .bottom ul li .numBox .text .num {
  color: #333;
}
#index-body .init-3 .bottom ul li .numBox .text .regular {
  color: #666;
}
#index-body .init-3 .bottom ul li .medium {
  color: var(--color);
}
#index-body .init-4 {
  background-color: #d4eada;
}
#index-body .init-4 ul.processUl {
  max-height: 456px;
  overflow: hidden;
}
#index-body .init-4 ul.processUl li .list {
  background-color: #fff;
  border-radius: 20px;
  border: solid 1px #e1e1e1;
  overflow: hidden;
  position: relative;
}
#index-body .init-4 ul.processUl li .list .cont1,
#index-body .init-4 ul.processUl li .list .cont2 {
  height: 360px;
  box-sizing: border-box;
  transition: all 0.5s linear;
}
#index-body .init-4 ul.processUl li .list .cont1 .bold {
  color: #333;
  line-height: 1.5;
}
#index-body .init-4 ul.processUl li .list .cont1 .num {
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1;
  width: 100%;
  text-align: right;
  margin-top: -38px;
}
#index-body .init-4 ul.processUl li .list .cont2 {
  position: absolute;
  z-index: -1;
  opacity: 0;
  transform: translateY(-30px);
}
#index-body .init-4 ul.processUl li .list .cont2 .num {
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 1;
  color: var(--color);
}
#index-body .init-4 ul.processUl li .list .cont2 .light {
  height: 95px;
  overflow-y: auto;
}
#index-body .init-4 ul.processUl li .list .icon {
  width: 100%;
}
#index-body .init-4 ul.processUl li .list .icon img {
  display: block;
  margin: auto;
}
#index-body .init-4 ul.processUl li .list:hover {
  background-color: var(--color);
}
#index-body .init-4 ul.processUl li .list:hover .cont1 {
  position: absolute;
  opacity: 0;
  z-index: -1;
  transform: translateY(-20px);
}
#index-body .init-4 ul.processUl li .list:hover .cont2 {
  position: relative;
  opacity: 1;
  z-index: 5;
  transform: translateY(0);
}
#index-body .init-4 ul.processUl li .list:hover .icon img {
  filter: grayscale(1) brightness(7);
}
#index-body .init-4 .slickBtn {
  position: absolute;
  top: 50%;
  right: -40px;
}
#index-body .init-4 .slickBtn div.next {
  margin-left: 0;
  background-color: transparent;
  border: 1px solid var(--color);
  color: var(--color);
  transition: all 0.5s linear;
}
#index-body .init-4 .slickBtn div.next:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-5 .top {
  background-color: var(--color);
}
#index-body .init-5 .top form input {
  width: 20%;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 12px 20px;
  padding-right: 10px;
}
#index-body .init-5 .top form input::placeholder {
  color: #fff;
  font-size: 18px;
}
#index-body .init-5 .top form button {
  background-color: transparent;
  border: none;
  font-size: 18px;
  color: #fff;
}
#index-body .init-5 .top form button img {
  display: block;
  transition: all 0.5s linear;
}
#index-body .init-5 .top form button:hover img {
  transform: rotate(45deg);
}
#index-body .init-5 .top .imgRight {
  position: relative;
  height: 630px;
}
#index-body .init-5 .top .imgRight img {
  position: absolute;
  right: 35px;
  bottom: 40px;
}
#index-body .init-5 .bottom {
  margin-top: -675px;
  position: relative;
}
#index-body .init-5 .bottom .leftImg {
  max-width: 500px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#index-body .init-5 .bottom .container {
  background-color: #fff;
  z-index: 5;
}
#index-body .init-5 .bottom .container .left {
  box-sizing: border-box;
  width: 46%;
}
#index-body .init-5 .bottom .container .left .items .item {
  color: #333;
  display: none;
}
#index-body .init-5 .bottom .container .left .items .item:first-child {
  display: block;
}
#index-body .init-5 .bottom .container .left .items .item .regular {
  line-height: 1.3;
}
#index-body .init-5 .bottom .container .right {
  width: 39.2%;
}
#index-body .init-5 .bottom .container .right .menuUl .item {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(146, 146, 146, 0.4);
}
#index-body .init-5 .bottom .container .right .menuUl .item .text {
  color: #333;
  line-height: 1;
  transition: all 0.5s linear;
}
#index-body .init-5 .bottom .container .right .menuUl .item .text span.num {
  color: #666;
  transition: all 0.5s linear;
}
#index-body .init-5 .bottom .container .right .menuUl .item .icon {
  width: 59px;
  height: 59px;
  border: 1px dashed #929292;
  border-radius: 50%;
  transition: all 0.5s linear;
}
#index-body .init-5 .bottom .container .right .menuUl .item .icon img {
  transition: all 0.5s linear;
}
#index-body .init-5 .bottom .container .right .menuUl .item.active .text {
  color: var(--color);
}
#index-body .init-5 .bottom .container .right .menuUl .item.active .text span.num {
  color: var(--color);
}
#index-body .init-5 .bottom .container .right .menuUl .item.active .icon {
  border-color: var(--color);
  background-color: var(--color);
}
#index-body .init-5 .bottom .container .right .menuUl .item.active .icon img {
  filter: grayscale(1) brightness(3);
}
#index-body .init-6 {
  background-color: #d4eada;
  margin-top: -127px;
}
#index-body .init-6 .top {
  align-items: flex-end;
}
#index-body .init-6 .bottom .left {
  width: 46%;
}
#index-body .init-6 .bottom .left img {
  border-radius: 20px;
}
#index-body .init-6 .bottom .left .img1 {
  width: 32.7%;
}
#index-body .init-6 .bottom .left .img2 {
  width: 60%;
}
#index-body .init-6 .bottom .right {
  width: 49%;
}
#index-body .init-6 .bottom .right .swiper {
  height: 617px;
}
#index-body .init-6 .bottom .right .swiper .swiper-wrapper {
  height: 100%;
}
#index-body .init-6 .bottom .right .newsUl .list {
  color: #333;
  border: 1px solid transparent;
  border-radius: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  height: 225px;
}
#index-body .init-6 .bottom .right .newsUl .list p.regular {
  line-height: 1;
}
#index-body .init-6 .bottom .right .newsUl .list .text {
  color: #666;
  line-height: 1.7;
}
#index-body .init-6 .bottom .right .newsUl .list .dateBox .date {
  color: #999999;
}
#index-body .init-6 .bottom .right .newsUl .list .dateBox .date i {
  font-size: 18px;
}
#index-body .init-6 .bottom .right .newsUl .list .dateBox .Hbtn {
  opacity: 0;
}
#index-body .init-6 .bottom .right .newsUl .list:hover {
  border-color: var(--color);
}
#index-body .init-6 .bottom .right .newsUl .list:hover p.regular {
  color: var(--color);
  font-weight: bold;
}
#index-body .init-6 .bottom .right .newsUl .list:hover .dateBox .Hbtn {
  opacity: 1;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/footerBg.jpg);
  background-repeat: no-repeat;
}
#footer .fTop .topUl .list p.bold {
  line-height: 1;
}
#footer .fTop .topUl .list p.item {
  line-height: 1;
}
#footer .fTop .topUl .list p.item a {
  transition: all 0.3s linear;
}
#footer .fTop .topUl .list p.item a:hover {
  color: var(--color);
}
#footer .fTop .topUl .list1 {
  max-width: 370px;
}
#footer .fTop .topUl .list1 p.regular {
  line-height: 2.7;
  color: #fff;
}
#footer .fTop .topUl .list1 p.regular:last-child {
  line-height: 2.5;
}
#footer .fTop .topUl .list4 {
  width: 296px;
}
#footer .fTop .topUl .list4 form button:hover {
  color: var(--color);
}
#footer .fTop .topUl .list4 form input,
#footer .fTop .topUl .list4 form button {
  border: none;
  background-color: transparent;
}
#footer .fTop .topUl .list4 form input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding: 21px 0 13px 8px;
  width: 100%;
}
#footer .fTop .topUl .list4 form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .copyright .container {
  padding-top: 25px;
  padding-bottom: 11px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(248, 248, 248, 0.5);
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 0;
  color: rgba(248, 248, 248, 0.5);
  margin-right: 10px;
}
#footer .copyright .container .share {
  width: 225px;
}
#footer .copyright .container .share li {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#footer .copyright .container .share li i {
  font-size: 18px;
}
@media (max-width: 1800px) {
  #index-body .init-5 .top .imgRight img {
    right: 10px;
  }
}
@media screen and (max-width: 1700px) {
  .font-119 {
    font-size: 110px;
  }
  .font-124 {
    font-size: 100px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: 30px;
  }
  #banner .swiper ul li .container .bold::after {
    width: 100%;
    top: 24px;
  }
  #index-body .init-3 .center {
    width: 270px;
    height: 270px;
  }
  #index-body .init-3 .bottom ul li {
    width: 22%;
  }
  #index-body .init-5 .top .imgRight img {
    bottom: 100px;
  }
  #index-body .init-6 .bottom .right .swiper {
    height: 522px;
  }
  #index-body .init-6 .bottom .right .newsUl .list:hover p.regular {
    margin-bottom: 10px;
  }
  #index-body .init-6 .bottom .right .newsUl .list .dateBox {
    margin-top: 10px;
  }
}
@media (max-width: 1500px) {
  #index-body .init-4 .slickBtn {
    right: -23px;
  }
}
@media screen and (max-width: 1450px) {
  .font-124 {
    font-size: 90px;
  }
  .font-119 {
    font-size: 80px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 14px;
  }
  #banner .swiper .swiperBtn {
    bottom: 50px;
  }
  #index-body .init-2 .fourUl {
    height: 480px;
  }
  #index-body .init-3 .container {
    flex-wrap: wrap;
  }
  #index-body .init-3 .left {
    width: 100%;
    margin-bottom: 40px;
  }
  #index-body .init-3 .left .Hbtn {
    margin-top: 20px;
  }
  #index-body .init-3 .center {
    width: 180px;
    height: 180px;
    margin-left: 10px;
  }
  #index-body .init-3 .right {
    min-width: calc(100% - 240px);
  }
  #index-body .init-3 .bottom {
    margin-top: 40px;
  }
  #index-body .init-3 .bottom ul li {
    width: 24%;
  }
  #index-body .init-3 .bottom ul li .numBox img {
    width: 22%;
  }
  #index-body .init-4 ul.processUl li .list .cont1,
  #index-body .init-4 ul.processUl li .list .cont2 {
    height: 280px;
  }
  #index-body .init-6 {
    margin-top: -90px;
  }
  #index-body .init-6 .bottom .right .swiper {
    height: 446px;
  }
  #index-body .init-4 ul.processUl li .list .cont2 .light {
    height: 65px;
  }
}
@media (max-width: 1250px) {
  .font-124 {
    font-size: 60px;
  }
  #banner {
    padding-top: 0;
  }
  #index-body .init-1 .container .bottom .leftMenu .menuDetail {
    height: 70px;
  }
  #index-body .init-2 .fourUl li.list {
    width: 18%;
  }
  #index-body .init-2 .fourUl li.list.active {
    width: 46%;
  }
  #index-body .init-6 {
    margin-top: -25px;
  }
  #index-body .init-6 .bottom .right .swiper {
    height: 360px;
  }
}
@media (max-width: 1000px) {
  .font-124 {
    font-size: 70px;
  }
  .font-119 {
    font-size: 60px;
  }
  .Hbtn a img {
    width: 38px;
  }
  #banner .swiper .swiper-pagination {
    display: none;
  }
  #banner .swiper .swiperBtn {
    bottom: 20px;
  }
  #banner .swiper ul li .container .bold::after {
    top: 12px;
  }
  #index-body .init-1 .container .bottom {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .bottom .leftMenu {
    width: 100%;
    max-width: none;
  }
  #index-body .init-1 .container .bottom .leftMenu .menuUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index-body .init-1 .container .bottom .leftMenu .menuUl .list {
    width: 50%;
  }
  #index-body .init-1 .container .bottom .leftMenu .menuDetail {
    margin-top: 0;
  }
  #index-body .init-1 .container .bottom .centerSwiper {
    width: 100%;
  }
  #index-body .init-1 .container .bottom .centerSwiper .swiperBox {
    height: auto;
  }
  #index-body .init-1 .container .bottom .centerSwiper .swiperBox .swiperTop {
    margin-top: 10px;
  }
  #index-body .init-1 .container .bottom .centerSwiper .swiperBox .swiperTop .swiper-pagination .swiper-pagination-current {
    font-size: 20px;
  }
  #index-body .init-1 .container .bottom .centerSwiper .swiperBox .swiper ul li a.img {
    margin: auto;
  }
  #index-body .init-1 .container .bottom .centerSwiper .swiperBox .textBg {
    display: none;
  }
  #index-body .init-1 .rightImg {
    display: none;
  }
  #index-body .init-2 .fourUl {
    height: 520px;
    flex-wrap: wrap;
  }
  #index-body .init-2 .fourUl li.list {
    width: 50%;
    height: 50%;
  }
  #index-body .init-2 .fourUl li.list.active {
    width: 50%;
  }
  #index-body .init-3 {
    background-position: center;
  }
  #index-body .init-3 .bottom ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  #index-body .init-3 .center {
    width: 170px;
    height: 170px;
  }
  #index-body .init-5 {
    background-color: #218c42;
  }
  #index-body .init-5 .top form {
    flex-wrap: wrap;
    justify-content: start;
  }
  #index-body .init-5 .top form input {
    width: 32%;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  #index-body .init-5 .bottom .container {
    flex-wrap: wrap;
  }
  #index-body .init-5 .bottom .container .left,
  #index-body .init-5 .bottom .container .right {
    width: 100%;
  }
  #index-body .init-6 .bottom .left,
  #index-body .init-6 .bottom .right {
    width: 100%;
  }
  #index-body .init-4 .slickBtn {
    right: 20px;
  }
  #footer .fTop .topUl .list1 {
    width: 50%;
  }
  #footer .fTop .topUl .list2,
  #footer .fTop .topUl .list3 {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  #index-body .init-4 ul.processUl li .list .cont1,
  #index-body .init-4 ul.processUl li .list .cont2 {
    height: 340px;
  }
  #index-body .init-4 ul.processUl li .list .cont1 img,
  #index-body .init-4 ul.processUl li .list .cont2 img {
    display: block;
    margin: 0 auto 10px;
  }
}
@media (max-width: 700px) {
  .Hbtn1 a {
    padding: 2px 20px;
  }
  #banner .swiper .swiperBtn {
    display: none;
  }
  #banner .swiper ul li .container .regular {
    display: none;
  }
  #banner .swiper ul li .container .bannerBtn {
    margin-top: 30px;
  }
  #banner .swiper ul li .container .bannerBtn .play-btn {
    width: 25px;
    height: 25px;
  }
  #banner .swiper ul li .container .bold::after {
    display: none;
  }
  #index-body .init-2 .fourUl {
    height: auto;
  }
  #index-body .init-2 .fourUl li.list {
    width: 100%;
    height: 260px;
  }
  #index-body .init-2 .fourUl li.list.active {
    width: 100%;
  }
  #index-body .init-3 .center {
    margin: auto;
  }
  #index-body .init-3 .right {
    margin-top: 40px;
    max-width: 100%;
  }
  #index-body .init-5 .top form input {
    width: 100%;
  }
  #index-body .init-5 .top .imgRight {
    display: none;
  }
  #index-body .init-5 .bottom {
    margin-top: 0;
  }
  #footer .fTop .topUl .list1,
  #footer .fTop .topUl .list4 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  #index-body .init-3 .bottom ul li {
    width: 100%;
  }
  #index-body .init-5 .bottom .container .right {
    margin-bottom: 10px;
  }
  #index-body .init-5 .bottom .container .right .menuUl .item .icon {
    width: 40px;
    height: 40px;
  }
  #index-body .init-6 .top {
    flex-wrap: wrap;
  }
  #index-body .init-6 .top .Htitle {
    width: 100%;
    margin-bottom: 10px;
  }
}

.inner-banner {
  height: 300px;
  position: relative;
}

.inner-banner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 19%;
  height: 100%;
  /*background: url(../images/banner-right-3.png) no-repeat right bottom #F6FFF8;*/
}

.inner-banner {
  height: 600px;
  background: no-repeat center top;
  background-attachment: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 50px;
}

.inner-banner .text-box {
  width: 100%;
}

.inner-banner .text-box h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  position: relative;
}

.inner-banner .text-box h2::after {
  position: absolute;
  content: '';
  width: 9.7rem;
  height: 4px;
  /*background: #fff;*/
  left: 0;
  bottom: 0;
}

.inner-banner .text-box .mbx {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}

/*product*/

.product2-page .product-list ul {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  margin: 0 -1rem;
}

.product2-page .product-list ul li {
  padding: 0 1rem;
  margin-bottom: 3.7rem;
  /*width:32%;*/
}

.product2-page .product-list ul li .img img {
  height: 400px;
  object-fit: cover;
  width: 100%;

}

.product2-page .product-list ul li .text .btm .slick-slide img {
  padding: 5px;
}

.product2-page .product-list ul li.wid-100 {
  width: 100%;
}

.product2-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.product2-page .product-list ul li .pro-box .imgbox {
  position: relative;
  width: 50%;

}

.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.product2-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #46696b;
}

.product2-page .product-list ul li .pro-box::after {
  content: none;
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product2-page .product-list ul li .pro-box h5 {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  font-weight: bold;
  padding: 2rem 0rem 0rem;
}

.product2-page .product-list ul li .pro-box .btm span.block {
  padding: 5px 0;
}

.product2-page .product-list ul li .pro-box .text .neirong {
  padding: 10px 0 0;
  max-height: 120px;
  overflow-y: overlay;
}


.product2-page .product-list ul li .pro-box:hover {
  background: #f6f6f6;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1) {

  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product2-page .product-list ul li .pro-box h5:hover {
  color: var(--color);
}

.product2-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product2-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 2.5rem;
}

.product2-page .product-list ul li .pro-box .text {
  padding: 0 20px;
  font-size: 15px;
  color: #757575;
  width: 50%;
}

.product2-page .product-list ul li .pro-box .text p {
  position: relative;
  font-size: 15px;
  font-weight: 400;
}

.product2-page .product-list ul li .pro-box .btm {
  padding: 0px 0px 20px 0px;
}

.product2-page .product-list ul li .pro-box .text p::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("/template/en/images/icon-y.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.product2-page .product-list ul li .pro-box .btm .tupianji {
  margin: -5px;
}

.product2-page .product-list ul li .pro-box .btm .tupianji .item {
  padding: 5px;
}

.product2-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}

.product2-page .product-list ul li .pro-box .more:hover {
  background: #46696b;
}

.product2-page .product-list ul li .pro-box .more i {
  margin-left: 1.2rem;
  font-size: 12px;
}


.inner-page.product2-page p {
  color: #7f7f7f;
}

.product2-page .product-list ul li .pro-box .btm ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.product2-page .product-list ul li .pro-box .btm ul li {
  display: inline-block;
  width: auto !important;
  margin-bottom: 0;
  padding: 0 6px;
}

.product2-page .product-list ul li .pro-box .btm ul li .coloritem {
  width: 25px;
  height: 25px;
  display: block;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
  background: #ebd5d3;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
  background: #7d96a2;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
  background: #7f9c90;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
  background: #8a2a2b;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
  background: #19315b;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
  background: #000;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
  background: #d7d2cb;
}

.product2-page .product-list .ny-banner {}

.product2-page .product-list ul li .pro-box h5 a {
  text-transform: unset;

}

.inner-page .sidebar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inner-page .sidebar-content .sidebar-nav {
  width: 20%;
}

.inner-page .sidebar-content .sidebar-nav form {
  position: relative;
}

.inner-page .sidebar-content .sidebar-nav form input[type="text"] {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  background: #f2f1ec;
  padding: 0 2.5rem;
  font-size: 1.8rem;
  color: #000;
  border: none;
}

.inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../images/pro-search.png) no-repeat center center;
  right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}

.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 2.4rem;
  line-height: 1;
  color: #000000;

  text-align: left;
  margin: 3rem 0 2.5rem;
  font-weight: bold;
}

.inner-page .sidebar-content .sidebar-nav p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  margin-bottom: 50px;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a {
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  border-bottom: 0px solid #eeede7;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover {
  color: #46696b;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover span {
  background: #46696b;
  color: #fff;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover::after {
  color: #46696b;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a::after {
  position: absolute;
  content: none;
  font-size: 2rem;
  color: #bdc2c6;
  line-height: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span {
  display: inline-block;
  padding: 5px 1.2rem;
  border-radius: 5px;
  background: #eeede7;
  font-size: 2rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a {
  color: #46696b;
  border-bottom: 1px solid #000;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a::after {
  color: #46696b;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a span {
  background: #46696b;
  color: #fff;
}




.inner-page .sidebar-content .sidebar-nav .related {
  margin: 4rem 0;
}

.inner-page .sidebar-content .sidebar-nav .related-list {
  margin-bottom: 6rem;
}

.inner-page .sidebar-content .sidebar-nav .related-list li {
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;


}

.inner-page .sidebar-content .sidebar-nav .related-list li .related-img {
  display: block;
  max-width: 102px;
  border-radius: 5px;
  overflow: hidden;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .related-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.inner-page .sidebar-content .sidebar-nav .related-list li .related-img img {
  width: 100%;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content {
  padding-left: 1.5rem;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  max-width: 230px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content h4:hover {
  color: #46696b;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 14px;
  line-height: 1;
  color: #9a9a9a;
  margin-top: .5rem;
}

.inner-page .sidebar-content .sidebar-nav .related-list li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info {
  margin-bottom: 4.7rem;
  padding: 8rem 3rem 8.5rem;
  border-radius: 5px;
  background: url(/classinn/2022/05/13/contact.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info h5 {
  font-size: 2.4rem;
  line-height: 1;
  color: #ffffff;
  text-transform: unset;
  margin-bottom: 3rem;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info p {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  margin: 2.5rem 0 2.8rem;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel img {
  margin-right: 2rem;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info .icon a {
  margin: 0 1.4rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}

.inner-page .sidebar-content .sidebar-box {
  width: 70%;
}

.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 20px;
  text-transform: capitalize;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span {
  display: none;
}

.inner-page .sidebar-content .sidebar-nav ul.related-list li .content p.time {
  margin-bottom: 20px;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  font-size: 15px;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 12px;
}





.product2-page .product-list ul li .pro-box .btm ul.tupianji li {
  width: 25% !important;
}

.product2-page .product-list ul li .pro-box .btm ul.tupianji {
  display: flex;
}

.m-page {
  margin: 60px 0;
  text-align: center;
}

.m-page a,
.m-page span.current {
  border-radius: 50%;
  margin: 5px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.m-page a {
  background: #cfcfcf;

}

.m-page span.current {
  background: var(--color);
}

.inner-page .sidebar-box .sidebar-left {
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
    width: 360px;
    top: 110px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>a {
  font-size: 18px;
  /**/
  line-height: 32px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi.active>a,.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>ol.second li.active ,.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi > .second > li > .thrid > li.active {
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi ol {
  padding: 3px 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol {
  padding-bottom: 5px !important;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li {
  margin-left: 15px;
  line-height: 2;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li a {
  font-size: 15px;
  color: #555;
}


.inner-page .sidebar-box .sidebar-left .inner .inner-cat ol.third {
  display: none;
}

.product2-page .product-list ul li .img img {
  transition: all 1.2s ease;
}

.product2-page .product-list ul li .img {
  overflow: hidden;
  transition: all 1.2s ease;
  padding: 10px;
  background: #f7f7f7;
  position: relative;
}

.product2-page .product-list ul li .img:hover img {

  transition: all 1.2s ease;
}

.product2-page .product-list ul li .pro-box .imgbox img {
  object-fit: cover;
  height: 100%;
}


.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}

.product2-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  object-fit: cover;
}

.product2-page .product-list ul li .pro-box .imgbox img {
  object-fit: cover;
  height: 100%;
}


.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}

.product2-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  object-fit: cover;
}

.product2-page .product-list ul li .text {
  background: #f7f7f7;
  margin-top: 0;
  padding: 10px;

}

.product2-page .product-list ul li .text .neirong p {
  font-size: 14px;
  color: #aaa;
  text-transform: lowercase;
  font-weight: 300;
}

.product2-page .product-list ul li .text h2 {
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  min-height: 100px;
}

.product2-page .product-list ul li:hover .text h2 {
  color: #0c5b00;
}

.product2-page .product-list ul li .img img.yin {
  position: absolute;
  left: 0;
  opacity: 0;
}

.product2-page .product-list ul li:hover .img img.yin {
  opacity: 1;
}
.product2-page .product-list ul li .pro-box .imgbox img {
  object-fit: cover;
  height: 100%;
}


.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}

.product2-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  object-fit: cover;
}
.inner-page .sidebar-content .sidebar-left {
  width: 28%;
}

.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}

.inner-page .sidebar-box .sidebar-right h1 {
  color: #218c42;
}

.inner-page .sidebar-box .sidebar-right .Auxil-catdes p,
.inner-page .sidebar-box .sidebar-right .Auxil-catdes {
  color: #7f7f7f;
  font-weight: normal;
}

.inner-page .sidebar-box .sidebar-right .Auxil-catdes {
  margin-bottom: 20px;
}

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

  .product2-page .product-list ul li .img img {
    height: 300px;
    object-fit: cover;
    width: 100%;
  }

}

@media screen and (max-width:1100px) {
   .inner-page .sidebar-content .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100% !important;
    padding: 0 !important;
  }
}
@media screen and (max-width:1000px){
  /*.product2-page .product-list ul li {
    width: 50% !important;
  }*/
  .product2-page .product-list ul li .img {
    text-align: center;
  }
  .product2-page .product-list ul li .img img {
    width: 80%;
    display: block;
    margin: auto;
    height: auto;
  }
}
@media screen and (max-width:500px) {
  /*.product2-page .product-list ul li {
    width: 100% !important;
  }*/
} 

/*news详情*/
.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-page.product2-page .sidebar-left {
  padding-right: 45px;
}

.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 22px;
  line-height: 2;
  color: #062b00;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 4rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 55px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;

}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  margin-right: 10px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 4rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
  FONT-WEIGHT: 300;
  font-size: 16px;
  line-height: 30px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
  list-style-type: disc;
  margin-left: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li {
  /*list-style-type: circle;
  margin-left: 20px;*/
}

/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li>ol{
  display: none;
}*/

.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 4rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 1.5rem 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 2rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  display: -webkit-box;
  margin-bottom: 0.8rem;
  display: -webkit-box;         /* 使用旧版弹性盒子模型 */
  -webkit-box-orient: vertical; /* 内容垂直排列 */
  -webkit-line-clamp: 2;        /* 限制显示为5行 */
  overflow: hidden;             /* 隐藏溢出的内容 */
  text-overflow: ellipsis;      /* 添加省略号 */

}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;

  line-height: 1;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/qianduomuwpc/2025/10/22/122543.jpg) no-repeat center center;
  padding: 210px 40px 55px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {

  font-size: 20px;
  color: #fff;
  text-transform: unset;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;

}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {

  display: block;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  /*-webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);*/
  z-index: 2;
}

/*.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}*/
.news-page .sidebar-box .sidebar-left {
  border-right: 1px solid #e7e7e7;
  width: 28%;
}



@media screen and (max-width:1100px) {
  .inner-page .sidebar-box {
    display: block;
  }

 

  

  .news-page .sidebar-box .sidebar-left {
    display: none;
  }
}

/*.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0rem;
}*/
.newdet-page .sidebar-box .sidebar-right .newdet-content .content h2 {
  font-weight: bold;
  line-height: 2;

}
.inner-page.news-page.newdet-page .sidebar-box .sidebar-right {
  width: 72%;
  padding-left: 55px;
}
.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 8.5rem;
}

.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 7.5rem;
}

.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  padding: 0 5px;
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
  text-transform: unset;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: var(--color);
  color: #fff;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 3.5rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 1.5rem;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: var(--color);
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  color: #aaa;
  text-transform: unset;
  padding-top: 12px;
  margin-bottom: 2rem;
  position: relative;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 1rem;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
  display: inline-block;
  font-size: 12px;
  /*text-transform: unset;*/
  color: #fff;
  background: #000;
  padding: 15px 3.5rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: unset;
  color: var(--color);
  border: 1px solid var(--color);
  /*-webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);*/
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category a:hover {
  background: var(--color);
  color: #fff;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  /*-webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);*/
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #cececd;
  position: relative;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time span {
  color: #000;
  margin-left: 1rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content h4.n-title {
  font-size: 3rem;
  line-height: 2;
  color: #000;
  margin-bottom: 3.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  padding: 0;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 18px;
  color: #062b00;
  margin-top: 5rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 18px;
  color: #000;
  margin-left: 1.8rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover {
  color: var(--color);
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  width: 50%;
  padding: 3.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img {
  margin-right: 2rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width:700px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img {
    display: none;
  }
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .8rem;
  max-width: 255px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p:hover {
  color: var(--color);
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
  padding-right: 3rem;
  border-right: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
  padding-left: 3rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form {
  margin-top: 6rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3 {
  font-size: 36px;
  line-height: 2;
  color: #218c42;
  text-transform: capitalize;
  font-weight: bold;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p {
  font-size: 16px;
  line-height: 2;
  color: #7f7f7f;
  margin-bottom: 2rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p span {
  color: var(--color);
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form span.span {
  font-size: 16px;
  display: inline-block;
  color: #7f7f7f;
  margin-bottom: 1rem;
  font-weight: 500;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
  width: 32%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 2rem;
  color: #7f7f7f;
  font-size: 16px;
  margin-bottom: 2rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 2rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 4.5rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: unset;
  color: #fff;
  background: #000;
  padding: 15px 3.5rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button:hover::after {
  width: 100%;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content p img {
  padding: 15px;
  width: 100%;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
  padding: 10px 0;
  color: #7f7f7f;
  line-height: 2;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news {
  padding-bottom: 30px;
}


.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news img {
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  font-weight: bold;
}


.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {

  font-weight: 500;
}

@media screen and (max-width:1100px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding: 0;
  }
}

@media screen and (max-width:700px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
    display: block;
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
    width: 100%;
  }
}

.more {
  font-size: 20px;
  text-transform: unset;
  font-weight: 400;
  position: relative;
  color: var(--color);
  letter-spacing: 1px;
  border: 1px solid var(--color);
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  height: 57px;
  line-height: 57px;
  padding: 0 30px;
  z-index: 1;
  overflow: hidden;
}

.more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #F6FFF8;
  z-index: -1;
  width: 102%;
  height: 102%;
  border-radius: inherit;
}

.more:hover::after {
  width: 0%;
  height: 0%;
}
@media screen and (max-width: 700px) {
   .more {
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding: 8px 25px;
  }
}


.prodet-page .prodet-1 {
  padding: 0;
}

.prodet-page .prodet-1 .left .big_img ul .slick-track {
  margin-left: 0;
}

.prodet-page .prodet-1 .left .big_img ul li {
  padding: 3px;
}

.prodet-page .prodet-1 .left .big_img ul li img {
  margin: auto;
  width: 100%;
  /*border-radius: 30px;*/
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.prodet-page .prodet-1 .left .content {
  padding-left: 30px;
  color: #F6FFF8;
  line-height: 1.8;
}

.prodet-page .prodet-1 .left .content .cat_name {
  color: #0c5b00;
  font-weight: 600;
}

.prodet-page .prodet-1 .left .content h1 {
  font-weight: bold;
  line-height: 1.2;
  color: black;
}

.prodet-page .prodet-1 .left .content .des {
  margin: 20px 0;
  max-height: 390px;
  overflow-y: auto;
}

.prodet-page .prodet-1 .left .content .m-link {
  margin-top: 20px;
  font-size: 16px;
  color: black;
}

.prodet-page .prodet-2 ul.tab li {
  display: inline-block;
  background: #3a974a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 40px 0 0;
  padding: 0px 50px;
  height: 50px;
  line-height: 52px;
}

.prodet-page .prodet-2 ul.tab li a {
  display: block;
  color: #fff;
}

.prodet-page .prodet-2 ul.tab li.active {
  background: #F6FFF8;
}

.prodet-page .prodet-2 ul.tab li.active a {
  color: #000;
}

.prodet-page .prodet-2 .content {
  background: #F6FFF8;
  padding: 50px;
  font-size: 16px;
}

.prodet-page .prodet-3 {
  padding: 80px 0;
}

.prodet-page .prodet-3 .h3 {
  font-size: 36px;
  font-weight: bold;
}

.prodet-page .prodet-3 form {
  margin-top: 30px;
}

.prodet-page .prodet-3 form textarea,
.prodet-page .prodet-3 form input {
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-3 form textarea {
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}

.prodet-page .prodet-3 form input[type="submit"] {
  width: auto;
  border: none;
  border-radius: 0 25px 25px 25px;
  padding: 0 35px;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}

@media screen and (max-width:1000px) {
  .prodet-page .prodet-1 .left .big_img {
    width: 100%;
  }

  .prodet-page .prodet-1 .left .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width:700px) {
  .prodet-page .prodet-1 .left .content h1 {
    font-size: 25px;
  }
}

.about-page .init-1 {
  position: relative;
}

.about-page .init-1 .sub_img_1 {
  width: 345px;
  position: absolute;
  top: 160px;
  left: 0;
}

.about-page .init-1 .sub_img_2 {
  width: 365px;
  position: absolute;
  top: 150px;
  right: 0;
}

.about-page .init-1 .container {

  text-align: center;
}

.about-page .init-1 .container>img {
  display: block;
  width: 80px;
  margin: auto;
}

.about-page .init-1 .container .sub_text {

  position: absolute;
  top: 0;
  left: -80px;
}

.about-page .init-1 .container .title {

  margin-top: 30px;
}

.about-page .init-1 .container .des {
  margin: 0 auto 0;
  max-width: 1200px;
}

.about-page .init-1 .container .des_2 {
  margin: 35px auto 0;
  /*max-width: 1300px;*/
  color: #7f7f7f;
  line-height: 1.8;
  /*text-align: justify;*/
  text-align: center;
}

.about-page .init-1 .container .img {
  margin-top: 70px;
  width: 100%;
}

.about-page .init-1 .container .play_cont {
  cursor: pointer;
  width: 170px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  bottom: 210px;
  left: 190px;
  border-radius: 50%;
  font-size: 30px;
  background-color: inherit;
}

.about-page .init-1 .container .play_cont img {
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.about-page .init-1 .container .sub_text_2 {

  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #a2af95;
}

.about-page .init-2 .container {
  margin-top: 80px;
}

.about-page .init-2 .container .list_cont {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .init-2 .container .list_cont .list {
  width: 23%;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.about-page .init-2 .container .list_cont .list:hover {
  transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.about-page .init-2 .container .list_cont .list .img {
  margin: auto;
  width: 100px;
  height: 100px;
  background-color: #218c42;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .init-2 .container .list_cont .list .img img {
  width: 60%;
}

.about-page .init-2 .container .list_cont .list .title {
  margin-top: 30px;
  font-weight: 600;
  color: #062b00;
}

.about-page .init-2 .container .list_cont .list .des {

  color: #7f7f7f;
  margin-top: 15px;
}

.about-page .init-3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .init-3 .container .left {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.about-page .init-3 .container .left .tip_title_cont {
  text-align: center;
}

.about-page .init-3 .container .left .tip_title_cont img {
  margin-left: 0;
}

.about-page .init-3 .container .left .tip_title_cont .tip_title_2 {
  font-size: 20px;
  color: #062b00;
  text-transform: unset;
  margin-top: 20px;
}

.about-page .init-3 .container .left .tip_title_cont .tip_des {
  width: 100%;
  color: #7f7f7f;
}

.about-page .init-3 .container .right {
  width: 100%;
  margin-top: 50px;
}

.about-page .init-3 .container .right .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.about-page .init-3 .container .right .swiper-pagination {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  top: 0;
  margin-top: 40px;
}

.about-page .init-3 .container .right .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #d1d7ca;
  opacity: 1;
  margin: 0 8px;
}

.about-page .init-3 .container .right .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b0bba5;
}

.about-page .init-4 .container .swiper-pagination {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  top: 0;
  margin-top: 40px;
}

.about-page .init-4 .container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #d1d7ca;
  opacity: 1;
  margin: 0 8px;
}

.about-page .init-4 .container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b0bba5;
}


.about-page .init-1 .container .title {
  margin-top: 15px;
}


.about-page .init-1 .container .sub_text_2 {
  display: none;
}

.about-page .init-1 .container .img {
  width: 100%;
  margin-top: 60px;
  margin-left: 0;
}


.about-page .init-1 .container .play_cont::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}

.inner-page .container {
  padding: 0 10px;
}

.about-page .init-2 .container {
  margin-top: 80px;
}

.tip_title_cont .tip_des {
  margin-top: 15px;
}

.about-page .init-2 .container .list_cont {
  margin-top: 60px;
}

.tip_title_cont .tip_title {
  margin-top: 15px;
  font-weight: 600;
}

.about-page .init-3 .container .right .swiper-pagination {
  margin-top: 20px;
}

.about-page .init-3 .container .right .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}

.about-page .init-4 .container .swiper-pagination {
  margin-top: 20px;
}

.about-page .init-4 .container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
@media (max-width: 1700px) {
  .about-page .init-1 .container .sub_text {
    left: -4vw;
  }
}
@media (max-width: 1400px) {

  .about-page .init-1 .container .sub_text {
    display: none;
  }

  .about-page .init-1 .sub_img_1 {
    width: 15vw;
  }

  .about-page .init-1 .sub_img_2 {
    width: 20vw;
  }
} 
@media (max-width: 1024px) {
  .about-page .init-1 .container .img {
    width: 70%;
    margin-left: 15%;
  }

  .about-page .init-1 .container .play_cont {
    bottom: 20px;
  }

  .about-page .init-2 .container .list_cont {
    margin-top: 60px;
  }

  .about-page .init-2 .container .list_cont .list {
    width: 48%;
    margin-top: 30px;
  }

  .about-page .init-3 .container .left {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }

  .about-page .init-3 .container .left .tip_title_cont {
    text-align: center;
  }

  .about-page .init-3 .container .left .tip_title_cont img {
    margin: auto;
  }

  .about-page .init-3 .container .right {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .about-page .init-1 .container .play_cont {
    width: 100px;
    height: 100px;
    left: 65px;
  }
}

.gallery-page .container .gallery-list .grid-box {
  margin: -15px;
}

.gallery-page .container .gallery-list .grid-box li {
  padding: 15px;
}

.gallery-page .container .gallery-list .grid-box li .box {
  -webkit-box-shadow: 0 0 10px rgb(116 116 116 / 20%);
  box-shadow: 0 0 10px rgb(116 116 116 / 20%);
  padding: 10px;
  border-radius: 5px;
}

.gallery-page .container .gallery-list .grid-box li .box .img-box {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

.gallery-page .container .gallery-list .grid-box li .box h5 {
  display: block;
  color: #111;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery-page .container .gallery-list .grid-box li:hover .box h5 {
  background-color: var(--color);
  color: #fff;
}

.faq-page .faq-list li {
  margin: 0 0 10px;
  word-break: break-word;
}

.faq-page .faq-list li h4 {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  color: #363f4d;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: bold;
}

.faq-page .faq-list li h4 i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.faq-page .faq-list li>.cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
  color: #333;
}

.news-page .title {
  text-align: center;
}

.news-page .title h3 {
  color: #218c42;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 1rem;
}

.news-page .title p {
  margin: 0 auto;
  max-width: 730px;
  font-size: 16px;
  line-height: 2;
  color: #000000;
  font-weight: bold;
}

.news-page .news-1 .hot-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-page .news-1 .hot-item .left {
  width: 53.5%;
}

.news-page .news-1 .hot-item .left a {
  display: block;
  overflow: hidden;
}

.news-page .news-1 .hot-item .left a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news-page .news-1 .hot-item .left a img {
  width: 100%;
  transition: all .5s ease;
}

.news-page .news-1 .hot-item .left a:hover img {
  transition: all .5s ease;
}

.news-page .news-1 .hot-item .right {
  width: 46.5%;
  padding-left: 4rem;
  padding-right: 2rem;
}

.news-page .news-1 .hot-item .right .content {
  max-width: 630px;
  margin: 0 0 0 auto;
}

.news-page .news-1 .hot-item .right .content h2 {

  line-height: 1.2;
  color: #218c42;
  text-transform: capitalize;
}

.news-page .news-1 .hot-item .right .content h4 {
  font-weight: 600;
  line-height: 2;
  color: #062b00;
  display: -webkit-box;
  margin: 2rem 0;
}

.news-page .news-1 .hot-item .right .content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.news-page .news-1 .hot-item .right .content h4 a:hover {
  color: var(--color);
}

.news-page .news-1 .hot-item .right .content span {
  line-height: 1;
  color: #cececd;
  display: block;
  margin-bottom: 2rem;
}

.news-page .news-1 .hot-item .right .content p {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.news-page .news-1 .hot-item .right .content .Hbtn a {
  margin-top: 40px;
  max-width: 180px;
}

.news-page .news-1 .hot-item .right .content .more {

  margin-top: 40px;

}

.news-page .news-2 .news-list {
  margin-top: 2rem;
}

.news-page .news-2 .news-list ul {
  margin: 0 -1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-page .news-2 .news-list ul li {
  width: 33.3333%;
  padding: 0 1.8rem;
  margin-bottom: 5.7rem;
}

.news-page .news-2 .news-list ul li .news-box .n-img {
  display: block;
  overflow: hidden;
  position: relative;
}

.news-page .news-2 .news-list ul li .news-box .n-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news-page .news-2 .news-list ul li .news-box .n-img img {
  width: 100%;
  transition: all .5s ease;
}

.news-page .news-2 .news-list ul li .news-box .n-img span {
  position: absolute;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  left: 1rem;
  bottom: 1rem;
}

.news-page .news-2 .news-list ul li .news-box .content {
  padding: 1rem;
}

.news-page .news-2 .news-list ul li .news-box .content h4 {
  font-weight: bold;
  line-height: 33px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
}

.news-page .news-2 .news-list ul li .news-box .content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.news-page .news-2 .news-list ul li .news-box .content h4 a:hover {
  color: var(--color);
}

.news-page .news-2 .news-list ul li .news-box .content p {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-page .news-3 {
  height: 643px;
  background: url(../images/news-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.news-page .news-3 .play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
}

.news-page .news-3 .play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}

.news-page .news-3 .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}

.news-page .news-4 {
  padding: 10rem 0 8rem;
  overflow: hidden;
}

.news-page .news-4 .title p {
  max-width: 545px;
}

.news-page .news-4 .newsBox {
  margin-top: 6.5rem;
}

.news-page .news-4 .newsBox .swiper-container {
  overflow: inherit;
}

.news-page .news-4 .newsBox .swiper-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  position: relative;
  z-index: 1;
}

.news-page .news-4 .newsBox .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.news-page .news-4 .newsBox .swiper-slide a img {
  width: 100%;
}

.news-page .news-4 .newsBox .swiper-slide a .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 3.7rem 3rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.news-page .news-4 .newsBox .swiper-slide a .content span {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.news-page .news-4 .newsBox .swiper-slide a .content h4 {
  margin-top: 1.6rem;
  font-size: 21.5px;
  line-height: 1;
  color: #fff;

}

.news-page .news-4 .newsBox .swiper-slide a .content h4:hover {
  color: var(--color);
}

.news-page .news-4 .newsBox .swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 3;
}

.news-page .news-4 .newsBox .swiper-slide-active a .content {
  opacity: 1;
}

.news-page .news-4 .newsBox .swiper-slide-prev,
.news-page .news-4 .newsBox .swiper-slide-next {
  z-index: 2;
}

.news-page .news-4 .newsBox .swiper-pagination {
  position: relative;
  margin-top: 3rem;
}

.news-page .news-4 .newsBox .swiper-pagination span {
  width: 16px;
  height: 16px;
  background: url(../images/navigation.png) no-repeat center center;
  margin: 0 .6rem;
  opacity: 1;
}

.news-page .news-4 .newsBox .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/navigation-h.png) no-repeat center center;
}

@media screen and (max-width:1000px) {
  .news-page .news-1 .hot-item .left {
    width: 100%;
  }

  .news-page .news-1 .hot-item .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .news-page .news-1 .hot-item .right .content {
    max-width: 100%;
  }

  .news-page .news-2 .news-list ul li {
    width: 50% !important;
  }

  .news-page .news-3 {
    height: 400px;
  }
}


@media screen and (max-width:500px) {
  .news-page .news-2 .news-list ul li {
    width: 100% !important;
  }
}

.newdet-page h4.title {
  font-size: 36px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 2rem;
}

.newdet-page .time {
  font-size: 14px;
  line-height: 1;
  color: #000000;
}

.newdet-page .content {
  padding: 6.5rem 0 7rem;
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
}

.newdet-page .content h1,
.newdet-page .content h2,
.newdet-page .content h3,
.newdet-page .content h4,
.newdet-page .content h5,
.newdet-page .content h6,
.newdet-page .content strong {
  font-size: 24px;
}

.newdet-page .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newdet-page .m-link a {
  font-size: 16px;
  color: #000000;
}
/* contact */

.contact-page h2 {
  font-size: 45px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--color);
}

.contact-page h2::after {
  content: "";
  width: 57px;
  height: 4px;
  display: block;
  margin-top: 15px;
}

.contact-page h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  line-height: 1;
}

.contact-page .left {
  padding-left: 0%;
}

.contact-page .left .info {
  margin: 10px 0 80px;
  /*max-width: 500px;*/
}

.contact-page .left .info ul li {
  margin-bottom: 15px;
  color: rgb(0 0 0);
  line-height: 1.6;
  padding-left: 35px;
  position: relative;
}

.contact-page .left .info ul li:last-child {
  margin-bottom: 0;
}

.contact-page .left .info ul li i {
  position: absolute;
  left: 0;
  top: 0;
}

.contact-page .left .info ul li i img {
  display: inline-block;
  vertical-align: middle;
}

.contact-page .left .share {
  margin-top: 20px;
}

.contact-page .left .share ul li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background: #cbcbcb;
  color: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 10px;
}

.contact-page .left .share ul li a {
  display: block;
}

.contact-page .left .share ul li:hover {
  background: var(--color);
}

.contact-page .left .share ul li:last-child {
  margin-right: 0;
}

.contact-page .right {
  padding-right: 5%;
}

.contact-page .right .form {
  margin-top: 10px;
}
.contact-page .more {
  background-color: var(--color);
    border-radius: 35px;
}
.contact-page .more::after {
  display: none;
}
.contact-page .more:hover {
  background-color: #000;
  border-color:#000; 
}
.inner-page .form ul {
  margin: -8px;
}

.inner-page .form ul li {
  padding: 8px;
}

.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  border: none;
  line-height: 26px;
  padding: 15px;
  border-radius: 5px;
  background: #f5f5f5;
  font-size: 14px;
  color: #7f7f7f;
}

.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #686868;
  text-transform: capitalize;
}

.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #686868;
  text-transform: capitalize;
}

.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #686868;
  text-transform: capitalize;
}

.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #686868;
  text-transform: capitalize;
}

.inner-page .form ul li.wid-100 {
  width: 100%;
}

.inner-page .form ul li textarea {
  height: 160px;
}

.inner-page .form ul li input[type="submit"] {
  /*display: inline-block;
  width: auto;
  padding: 7px 50px;
  border-radius: 20px;
  font-size: 18px;
  color: white;
  text-transform: unset;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: var(--color);
  margin-top: 10px;*/
  background: transparent;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  text-transform: unset;
  letter-spacing: 1px;
}
@media screen and (max-width:1200px) {
  .contact-page h2 {
    font-size: 30px;
  }
}

@media screen and (max-width:1000px) {
  .contact-page .left {
    width: 100% !important;
    padding: 0;
  }

  .contact-page .right {
    width: 100% !important;
    padding: 0;
  }

  .contact-page .left .info {
    margin: 40px 0;
    max-width: 100%;
  }

  .contact-page .right {
    margin-bottom: 40px;
  }
}
@media (max-width: 1250px){
  #innerMobileBanner .banner2{
        background-image: -webkit-linear-gradient(250deg, #218c42, rgba(0, 0, 0, .05));
        background-image: -moz-linear-gradient(250deg,#218c42,rgba(0,0,0,.05));
        background-image: linear-gradient(-160deg, #218c42, rgba(0, 0, 0, .05));
  }
  .mobileForm {
    margin-bottom: 80px;
  }
}
@media (max-width: 1000px) {
  .wid-50{
    width: 100%;
  }
  .inner-page .form ul li input, .inner-page .form ul li textarea{
    line-height: 1;
  }
}
.about-page .about-4 {
  background: #f5fff8;
  margin-top: 100px;
}
.about-page .about-4 .container {
  max-width: 1200px;
}
.about-page .about-4 .top {
  text-align: center;
}
.about-page .about-4 .top h2 {
  color: var(--color);
  margin-bottom: 2.5rem;
  font-weight: 500;
}
.about-page .about-4 .top p {
  color: #000000;
  margin: 0 auto;
  max-width: 845px;
}
.about-page .about-4 .content {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-4 .content .historyBox ul li {
  height: 400px;
  margin-bottom: 15px;
}
.about-page .about-4 .content .historyBox {
  max-width: 450px;
}
.about-page .about-4 .content .historyBox h4 {
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}
.about-page .about-4 .content .historyBox .arrow-l,
.about-page .about-4 .content .historyBox .arrow-r {
  width: 30px;
  height: 30px;
  position: relative;
  margin-top: 0;
  background: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 3rem;
  line-height: 30px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-top: 1.5rem;
}
.about-page .about-4 .content .historyBox .arrow-l:hover,
.about-page .about-4 .content .historyBox .arrow-r:hover {
  color: var(--color);
}
.about-page .about-4 .content .historyBox .arrow-l {
  left: 0;
}
.about-page .about-4 .content .historyBox .arrow-r {
  right: 0;
}
.about-page .about-4 .content .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-4 .content .right .text {
  margin-left: 10%;
  position: absolute;
  color: #000;
  display: flex;
  align-items: center;
}
.about-page .about-4 .content .right .text h3 {
  font-size: 128px;
  color: var(--color);
  margin-right: 10px;
}
.about-page .about-4 .content .right .text h5 {
  line-height: 1;
  color: #000;
  font-weight: bold;
}
.about-page .about-4 .content .right .text h5 span {
  display: block;
 font-weight: bold;
}
.about-page .about-4 .partnerBox {
  margin-top: 10rem;
}
.about-page .about-4 .partnerBox ul {
  margin: -15px;
}
.about-page .about-4 .partnerBox li {
  padding: 15px;
  cursor: pointer;
}
@media screen and (max-width:1600px) {
  .about-page .about-4 .content .right .text h3 {
    font-size: 100px;
  }

  .about-page .about-4 .content .right .text h5 {
    font-size: 70px;
  }
}
@media screen and (max-width:1400px){
  .about-page .about-4 .content .right .text h3 {
    font-size: 90px;
  }

  .about-page .about-4 .content .right .text h5 {
    font-size: 62px;
  }
}
@media screen and (min-width:1300px) and (max-width:1400px) {
  .about-page .about-4 .content .right .text {
    margin-left: 0%;
  }

  .about-page .about-4 .top h2 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width:1200px){
  .about-page .about-4 .content .right .text h3 {
    font-size: 78px;
  }

  .about-page .about-4 .content .right .text h5 {
    font-size: 58px;
  }
}
@media screen and (max-width: 1000px){
    .about-page .about-4 .content .historyBox {
    max-width: 100%;
  }
  .about-page .about-4 .content .right {
    display: none;
  }
  .about-page .about-4 .content .historyBox ul li {
    height: 200px;
  }
}
.cases-page .casesNav li,.video-page .casesNav li {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 24px 40px;
  background-color: #F2F3F2;
}
.cases-page .casesNav li:first-child,.video-page .casesNav li:first-child {
  margin-right: 60px;
}
.cases-page .casesNav li.active, .cases-page .casesNav li:hover,.video-page .casesNav li.active ,.video-page .casesNav li:hover {
  background-color: var(--color);
  color: #fff;

}
.cases-page .casesList,.video-page .videoList  {
  display: none;
}
.cases-page .casesList:first-child ,.video-page .videoList:first-child {
  display: block;
}
.cases-page .cases-ul li.column, .video-page .videoList .video-ul li.column{
  padding: 0 30px;
  margin-bottom: 30px;
}
.cases-page .cases-ul li.column .box,.video-page .videoList .video-ul li.column .box {
  text-align: center;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.video-page ul li .play {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 700px) {
  .about-page .about-4 .content .historyBox ul li {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .mobileForm {
    margin-bottom: 50px;
  }
  
}
#index-body.inner-about .init-3 .right .regular {
  max-height: 180px;
  overflow-y: auto;
}