@charset "UTF-8";
/* Public base style---------------------------------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
span,
button,
font {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: "Montserrat", "Roboto", Tahoma, sans-serif;
}

i {
  font-style: normal;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  min-width: 320px;
  margin: 0 auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form {
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

.clear {
  clear: both;
}

textarea {
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
}

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

.clearfix {
  *zoom: 1;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

em {
  font-style: normal !important;
}

@font-face {
  font-family: "iconfont";
  src: url("iconfont.eot");
  src: url("iconfont.eot?#iefix") format("embedded-opentype");
  /* url("iconfont.woff2") format("woff2"), url("iconfont.woff") format("woff"),
    url("iconfont.ttf") format("truetype"),
    url("iconfont.svg#iconfont") format("svg"); */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Montserrat";
  src: url("../css/fonts/Montserrat-Regular.eot"); /* IE9 Compat Modes */
  src: url("../css/fonts/Montserrat-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../css/fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../css/fonts/Montserrat-Regular.woff") format("woff"),
    url("../css/fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../css/fonts/Montserrat-Regular.svg#svgFontName") format("svg"); /* Legacy iOS */
}
.logo-fixed img {
  max-height: 100px;
  vertical-align: middle;
}
/* mobile -------------------------------------------------------------------------------------------*/
.mobile {
  width: 100%;
  z-index: 99999999;
  display: none;
  height: 65px;
}

.navbar-brand img,
.offcanvas-title img {
  max-height: 40px;
  vertical-align: middle;
  max-width: initial;
}

.offcanvas-body .btn {
  padding: 6px 12px;
  margin-top: 0;
}

.dropdown_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.dropdown_title span {
  font-size: 18px;
  color: #fff;
  margin: 0 30px;
}

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 220px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 220px;
  z-index: 99999999999;
}

#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute;
}

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #35b608;
  height: 100%;
  left: 220px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#page-content-wrapper {
  width: 100%;
}

.btn-success {
  background-color: #35b608;
  border: 1px solid #35b608;
}

/*Sidebar nav styles---------------------------------------------------------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 220px;
}

.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}

.sidebar-nav li:before {
  background-color: #1c1c1c;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}

.sidebar-nav li:before {
  background-color: #35b608;
}

.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}

.sidebar-nav li a {
  color: #fff;
  display: block;
  padding: 15px 15px 15px 15px;
  text-decoration: none;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}

.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}

.sidebar-nav .dropdown-menu {
  background-color: #fff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #fff fff;
  text-decoration: none;
}

/* .sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
} */
.sidebar-nav .dropdown-menu li a {
  color: #000;
  border-bottom: 1px solid #35b608;
}

.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 13px;
  right: 20px;
  width: 32px;
  z-index: 99999999999;
}

.hamburger:hover {
  outline: none;
}

.hamburger:focus {
  outline: none;
}

.hamburger:active {
  outline: none;
}

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #fff fff;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px;
}

.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  background: #35b608;
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #35b608;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open .hamb-middle {
  background-color: #35b608;
  display: none;
}

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #35b608;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #fff fff;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.open > .dropdown-menu {
  display: block;
}
.head_nav li a,
.nav_wrap .head_nav li li a,
.nav_wrap .head_nav li ul,
.nav_wrap .head_nav li li > a:before,
.head_nav b:after,
.web_head .btn--search,
.web_head .btn--search:before,
.web_head {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* pc_header----------------------------------------------------------------------------------------- */
.web_head {
  z-index: 99999;
  /* position: relative; */
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

.head_layer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 9;
  justify-content: space-between;
  width: 100%;
}

.nav_wrap {
  position: relative;
  text-align: right;
  flex: 1;
}

.nav_wrap em {
  font-style: normal;
}

.nav_wrap .head_nav {
  position: relative;
  z-index: 2;
  text-align: right;
}

.nav_wrap .head_nav,
.nav_wrap .head_nav a {
  color: #000;
}

.nav_wrap .head_nav {
  padding: 20px 0;
}

.nav_wrap .head_nav > li {
  display: inline-block;
  line-height: 45px;
  font-size: 18px;
  position: relative;
  perspective: 500px;
  vertical-align: middle;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
}

.nav_wrap .head_nav > li > a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.nav_wrap .head_nav > li > a > b {
  display: inline-block;
  margin-left: 5px;
}

.nav_wrap .head_nav > li > a > b:after {
  font-family: "iconfont";
  font-size: 12px;
  content: "\e602";
  font-weight: bold;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav_wrap .head_nav > li li {
  position: relative;
  text-align: left;
  font-weight: bold;
  padding: 0 15px;
}

.nav_wrap .head_nav > li li a {
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  position: relative;
  color: var(--commoncolors-fourth);
  border-bottom: 1px solid #e6e6e6;
  line-height: 24px;
  word-wrap: break-word;
  white-space: pre-wrap;
  padding-right: 20px;
}

.nav_wrap .head_nav > li li a:hover {
  padding-left: 5px;
  text-decoration: underline;
  color: #fff !important;
  background-color: #35b608 !important;
}

.nav_wrap .head_nav > li li b:after {
  font-family: "iconfont";
  font-size: 12px;
  content: "\e62c";
  position: absolute;
  right: 0;
  top: 10px;
}

.nav_wrap .head_nav > li li:last-child > a {
  border-bottom: 0;
}

.nav_wrap .head_nav > li li:hover > a {
  color: #666;
}

.nav_wrap .head_nav > li ul ul {
  left: 102%;
  top: -15px;
}

.nav_wrap .head_nav > li:hover > a {
  background-color: #35b608;
  color: #fff;
}

.nav_wrap .head_nav > li:hover > a > b:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav_wrap .head_nav > li.nav-current {
  background-color: #35b608;
}

.nav_wrap .head_nav > li.nav-current > a {
  color: #fff;
  padding: 0 20px;
}

.nav_wrap .head_nav > li.nav-current > a:before,
.nav_wrap .head_nav > li.nav-current > a:after,
.nav_wrap .head_nav:hover > li:hover > a:before,
.nav_wrap .head_nav:hover > li:hover > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav_wrap .head_nav > li.nav-current > a:before,
.nav_wrap .head_nav:hover > li:hover > a:before {
  width: 110%;
  left: -5%;
}

.nav_wrap .head_nav:hover > li > a:before,
.nav_wrap .head_nav:hover > li > a:after {
  opacity: 0;
  filter: alpha(opacity=0);
}

.nav_wrap .head_nav:hover > li > a:before {
  width: 0%;
  left: 50%;
}

.nav_wrap .head_nav li ul {
  width: 250px;
  padding: 15px 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translateY(10%) scale(0.9);
  -ms-transform: translateY(10%) scale(0.9);
  -o-transform: translateY(10%) scale(0.9);
  transform: translateY(10%) scale(0.9);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transform-origin: center 0;
  -moz-transform-origin: center 0;
  -ms-transform-origin: center 0;
  -o-transform-origin: center 0;
  transform-origin: center 0;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

/* .head_layer .logo-fixed {
  flex: 0 10%;
} */

.nav_wrap .head_nav li:hover > ul {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.m_head {
  display: none;
}

.m_nav {
  display: none;
}

.fixed-nav .head_layer {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), 0 0 15px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.fixed-nav .nav_wrap {
  padding-top: 0;
  background-color: #fff;
}

.fixed-nav .nav_wrap a {
  color: #000;
}

.fixed-nav .nav_wrap .head_nav > li {
  margin-right: 15px;
  margin-left: 15px;
}

.fixed-nav .logo {
  float: left;
  display: none;
  margin-bottom: 0 !important;
}

.fixed-nav .logo-fixed {
  display: block;
  line-height: 70px;
  flex: 0 10%;
}

.fixed-nav .logo-fixed img {
  /* max-width: 200px; */
  max-height: 100px;
  -webkit-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

.fixed-nav .nav_wrap .head_nav {
  margin-bottom: 0 !important;
  /* float: right; */
}

.fixed-nav .nav_wrap .head_nav > li {
  line-height: 45px;
}

.fixed-nav .nav_wrap .head_nav > li > a:before {
  bottom: 18px;
}

.fixed-nav .nav_wrap .head_nav > li > a:after {
  bottom: 13px;
}

.fixed-nav-active .head_layer {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.fixed-nav-active .nav_wrap:before {
  opacity: 1;
  height: 100%;
}

.fixed-nav .head_top {
  display: none;
}

.fixed-nav .logo a,
.fixed-nav .logo img,
.fixed-nav .head_nav li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.m_headxs {
  display: none;
}
@media (max-width: 576px) {
  .nickx-slider-for .nslick-list.draggable {
    pointer-events: none;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .nickx-slider-for .nslick-list.draggable {
    pointer-events: none;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .nickx-slider-for .nslick-list.draggable {
    pointer-events: none;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .nickx-slider-for .nslick-list.draggable {
    pointer-events: none;
  }
}
/* successful -----------------------------------------------------------------------------------------*/
.successful {
  text-align: center;
  padding: 30px 0 30px 0;
}

.successful h2 {
  font-size: 21px;
}

.successful p {
  font-size: 15px;
  padding-top: 20px;
}

.successful p span {
  color: #35b608;
}
/* search1 */
.search_result {
  padding: 30px 0 60px 0;
}

.search_result_top h2 {
  text-align: center;
  font-size: 40px;
  color: #000;
  font-weight: bold;
  margin-bottom: 50px;
}

.search_result_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_result_box form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.search_result_box input {
  width: 100%;
  flex: 1;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  border: 1px solid #ddd;
  outline: none;
  background: none;
}

.search_result_box button {
  display: block;
  width: 10%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #35b608;
  border: 1px solid #35b608;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.search_result_box button i {
  font-size: 30px;
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.search_result_box button:hover {
  background-color: #fff;
  border: 1px solid #35b608;
  width: 15%;
}

.search_result_box button:hover i {
  color: #35b608;
}

.result_attention {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 4px solid #35b608;
  flex-wrap: wrap;
}

.result_attention p {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}

.result_attention span {
  font-size: 26px;
  color: #35b608;
  font-weight: bold;
  display: block;
  margin: 0 5px;
}

.search_result_list {
  margin-top: 40px;
}

.resultcard {
  width: 100%;
  display: block;
  border: 1px solid #e5e5e5;
  padding: 15px 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.resultcard h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  word-wrap: break-word;
  word-break: break-all;
}

.resultcard p {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.resultcard:hover h3 {
  color: #35b608;
}

.resultcard:hover {
  border: 1px solid #35b608;
  border-radius: 15px;
}
@media (max-width: 576px) {
  .search_result {
    padding: 40px 0;
  }

  .search_result_top h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .search_result_box button {
    width: 20%;
    height: 50px;
    line-height: 50px;
  }

  .result_attention p,
  .result_attention span {
    font-size: 18px;
  }

  .result_attention {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .search_result_box input {
    height: 50px;
    line-height: 50px;
  }

  .search_result_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .search_result {
    padding: 40px 0;
  }

  .search_result_top h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .search_result_box button {
    width: 20%;
    height: 50px;
    line-height: 50px;
  }

  .result_attention p,
  .result_attention span {
    font-size: 18px;
  }

  .result_attention {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .search_result_box input {
    height: 50px;
    line-height: 50px;
  }

  .search_result_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .search_result {
    padding: 40px 0;
  }

  .search_result_top h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .search_result_box button {
    width: 20%;
    height: 50px;
    line-height: 50px;
  }

  .result_attention p,
  .result_attention span {
    font-size: 18px;
  }

  .result_attention {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .search_result_box input {
    height: 50px;
    line-height: 50px;
  }

  .search_result_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .search_result {
    padding: 40px 0;
  }

  .search_result_top h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .search_result_box button {
    width: 20%;
  }

  .result_attention p,
  .result_attention span {
    font-size: 18px;
  }

  .result_attention {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .search_result_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
}
@media (min-width: 1401px) and (max-width: 1680px) {
}
/* header_nav------------------------------------------------------------------------------------------- */
.nav_wrap .head_nav li.current_page_item a {
  background-color: #35b608;
  color: #fff;
}

.nav_wrap .head_nav li.current_page_item li a {
  background: none;
  color: var(--commoncolors-fourth);
}

.nav_wrap .head_nav li.current-menu-item a {
  background-color: #35b608;
  color: #fff;
}

.nav_wrap .head_nav li.current-menu-item li a {
  background: none;
  color: var(--commoncolors-fourth);
}

.nav_wrap .head_nav li.menu-item-has-children a:after {
  /*font-family: "iconfont";*/
  /*font-size: 12px;*/
  /*content: "\e602";*/
  /*margin-left: 5px;*/
}

.nav_wrap
  .head_nav
  li.menu-item-has-children
  li.menu-item-has-children
  a:after {
  /*font-family: "iconfont";*/
  /*font-size: 12px;*/
  /*content: "\e62c";*/
  /*margin-left: 5px;*/
}

.nav_wrap
  .head_nav
  li.menu-item-has-children
  li.menu-item-has-children
  li
  a:after {
  display: none;
}
/* table -------------------------------------------------------------------------------------------------*/
.table_wrap {
  overflow-x: auto;
}

table {
  overflow-x: auto;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #000;
  font-size: 14px;
}
table tr:nth-child(odd) {
  background-color: var(--commoncolors-eighth);
}
table td {
  border: 1px solid var(--commoncolors-seventh);
  text-align: center;
  padding: 10px;
  text-align: center;
}
table th {
  border: 1px solid var(--commoncolors-seventh);
  text-align: center;
  padding: 10px;
  text-align: center;
}
/*gotop-------------------------------------------------------------------------------------------------*/
.gotop {
  position: fixed;
  text-align: center;
  right: 50px;
  bottom: 50px;
  color: #fff;
  background-color: #35b608;
  text-align: center;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-clip: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 99999;
  cursor: pointer;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(50%) scale(0.8);
  -webkit-transform: translateY(50%) scale(0.8);
  -ms-transform: translateY(50%) scale(0.8);
  -o-transform: translateY(50%) scale(0.8);
  transform: translateY(50%) scale(0.8);
  display: block;
}

.gotop:hover,
.gotop.active:hover {
  background-color: #000;
  color: #fff;
  font-family: "iconfont";
  content: "\e630";
  display: block;
}

.gotop.active {
  opacity: 1;
  visibility: visible;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.gotop em {
  font-size: 16px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.gotop:before {
  font-family: "iconfont";
  content: "\e630";
  display: block;
}

.gotop:hover:before {
  /* -webkit-transform: translateY(-15px) scale(.5);
  -ms-transform: translateY(-15px) scale(.5);
  -o-transform: translateY(-15px) scale(.5);
  transform: translateY(-15px) scale(.5); */
  opacity: 1;
  filter: alpha(opacity=0);
}

.gotop:hover em {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
/* feedback--------------------------------------------------------------------------------------------- */
.feedback {
  width: 340px;
  position: fixed;
  right: 10px;
  bottom: -9999px;
  box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  border-radius: 10px 10px 0 0;
  z-index: 999999;
}

.feedback .feedbackHeader {
  height: 40px;
  line-height: 40px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-indent: 50px;
  font-weight: normal;
  cursor: pointer;
  font-size: 12px;
}

.feedback .eMailIco {
  background: url("../images/emailIco.png") 16px center no-repeat #35b608;
  background-size: 21px auto;
}

.feedbackForm {
  padding: 16px 16px 40px 16px;
  /*background-color: #fff;*/
}

.feedbackForm .tips {
  color: #222d38;
  padding-bottom: 20px;
}

.feedbackForm .line {
  margin-bottom: 16px;
}

.feedbackForm .line input,
.feedbackForm .line textarea {
  width: 100%;
  box-sizing: border-box;
  /*box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);*/
  /*border-radius: 4px;*/
  border: solid 1px #ddd;
  color: #222d38;
  display: block;
}

.feedbackForm textarea {
  resize: none;
  height: 100px;
  padding: 11px;
  line-height: 20px;
}

.feedbackForm .line input {
  height: 45px;
  line-height: 45px;
  padding: 0 11px;
}

.feedbackForm .input_b {
  background: #35b608;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  height: 45px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}

.feedbackForm>p>span,
.feedbackForm>p>input:nth-last-child(1){
    display: none;
}

.feedbackForm>p>.btn{
        margin-top: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: #35b608;
    border-radius: 0;
}

.feedback .closeBtn {
  background: url("../images/closeBtn.png") no-repeat;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
  display: none;
}

/* form -------------------------------------------------------------------------------------------*/
.yandex-form #form .list {
  margin-bottom: 15px;
}

.yandex-form #form .list p {
  color: #2a2b32;
  font-size: 18px;
  line-height: 2;
}

.yandex-form #form .list p span {
  color: #ff4236;
}

.yandex-form #form .list input {
  width: 100%;
  padding: 10px 5px 10px 10px;
  box-sizing: border-box;
  border: solid #ddd 1px;
}

.yandex-form #form .list input::placeholder {
  font-size: 16px;
}

.yandex-form #form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 24px;
  resize: none;
  height: 120px;
  border: solid #ddd 1px;
}

.yandex-form #form .list textarea::placeholder {
  font-size: 16px;
}

.yandex-form #form #submit {
  width: 100%;
  color: #fff;
  background-color: #35b608;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}

/* bottomDiv ---------------------------------------------------------------------------------------*/
.bottomDiv {
  position: fixed;
  left: 0px;
  bottom: 0px;
  _position: absolute;
  padding: 0px;
  text-align: center;
  color: #fff;
  display: none;
  z-index: 99999999;
  background-color: #35b608;
  width: 100%;
}

.bot_1 {
  width: 25%;
  float: left;
  border-right: 1px #ddd solid;
  color: #fff;
  font-size: 14px;
  height: 80px;
  display: grid;
  -webkit-box-align: center;
  align-items: center;
}

.bot_1 i {
  display: block;
  font-size: 24px;
}

.border_none {
  border-right: none !important;
}

.bot_1 a {
  color: #fff;
}
/* searchbtn */
.search {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  /* background-color: #35b608; */
  border-radius: 5px;
  margin-left: 20px;
}
.search i {
  font-size: 22px;
  color: #000;
  display: block;
  cursor: pointer;
}

.search_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 999999999999999999999;
}

/* .searchin {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.searchin {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  display: none;
  width: 100%;
  margin: 0 auto 0 auto;
  z-index: 999999999999999999999999;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.searchin i {
  font-size: 40px;
  color: #35b608;
  font-weight: bold;
}

.searchin button {
  border: none;
  outline: none;
  background-color: #fff;
  width: 5%;
  height: 80px;
  line-height: 80px;
  margin-left: 20px;
  border-radius: 5px;
}

.searchin input {
  border: none;
  outline: none;
  background-color: #fff;
  height: 80px;
  line-height: 80px;
  width: 60%;
  padding: 0 20px;
  font-size: 18px;
  color: #000;
  border-radius: 5px;
}

.searchclose {
  position: absolute;
  top: 80px;
  right: 200px;
  cursor: pointer;
}

.searchclose img {
  width: 70px;
  height: 70px;
}

/* public_video_btn --------------------------------------------------------------------------------*/
.btn {
  padding: 0;
  margin-top: 30px;
}

.dr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.drbtn {
  position: relative;
}

.cw {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #fff;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cw:hover {
  border: 5px solid #fff;
  background-color: transparent;
  transition: 0.5s;
}

.cw:hover i {
  color: #fff;
}

.cw i {
  font-size: 25px;
  color: #fff;
}

.bo {
  position: absolute;
  top: 0;
}

.bo::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  animation: scale 2s infinite;
}

.bo::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  animation: scale2 2s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.videomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999999999999999;
}

.videoclose {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.videoclose img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}

.videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}

.videobox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 800px;
  min-height: 600px;
}

.videobox iframe {
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
  object-fit: cover;
}
@media (max-width: 576px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 300px;
  }
  .videobox iframe,
  .videobox video {
    width: 100%;
    max-height: auto;
    min-height: 300px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 350px;
  }
  .videobox iframe,
  .videobox video {
    width: 100%;
    max-height: auto;
    min-height: 350px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 400px;
  }
  .videobox iframe,
  .videobox video {
    width: 100%;
    max-height: auto;
    min-height: 400px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 500px;
  }
  .videobox iframe,
  .videobox video {
    width: 100%;
    max-height: auto;
    min-height: 500px;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 500px;
  }
  .videobox iframe,
  .videobox video {
    width: 100%;
    max-height: auto;
    min-height: 500px;
  }
}
@media (min-width: 1401px) and (max-width: 1680px) {
  .videobox {
    width: 80%;
    margin: 0 auto;
    max-height: auto;
    min-height: 600px;
  }
  .videobox iframe,
  .videobox video {
    width: 100%;
    max-height: auto;
    min-height: 600px;
  }
}
@media (max-width: 576px) {
  .feedback,
  .scrollsidebar {
    display: none;
  }
  .bottomDiv {
    display: block;
  }
  .gotop {
    bottom: 80px;
    right: 20px;
  }
  .web_head {
    display: none;
  }

  .mobile {
    padding: 0 20px;
    display: block;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .feedback,
  .scrollsidebar {
    display: none;
  }
  .bottomDiv {
    display: block;
  }
  .gotop {
    bottom: 80px;
    right: 20px;
  }
  .web_head {
    display: none;
  }

  .mobile {
    padding: 0 20px;
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .feedback,
  .scrollsidebar {
    display: none;
  }
  .bottomDiv {
    display: block;
  }
  .gotop {
    bottom: 80px;
    right: 20px;
  }
  .web_head {
    display: none;
  }

  .mobile {
    padding: 0 20px;
    display: block;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .feedback,
  .scrollsidebar {
    display: none;
  }
  .bottomDiv {
    display: block;
  }
  .gotop {
    bottom: 80px;
    right: 20px;
  }
  .web_head {
    display: none;
  }
  .mobile {
    padding: 0 20px;
    display: block;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
}
@media (min-width: 1401px) and (max-width: 1680px) {
}

/* -------------------------------------------------------------------------------------------------- */
/* product_show1_banner */
.product_show1_banner {
  position: relative;
  overflow: hidden;
}
.product_show1_banner_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
  display: none;
}
.product_show1_bannerimg img {
  width: 100%;
  vertical-align: middle;
}

/* product_show1_Breadcrumbs */
.product_show1_Breadcrumbs {
  background-color: #f1f1f1;
  padding: 10px 0;
  border-bottom: 1px #ddd solid;
}
.product_show1_Breadcrumbs_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  color: #222;
}
.product_show1_Breadcrumbs_list span {
  font-size: 14px;
  margin: 2px 10px 2px 10px;
}
.product_show1_Breadcrumbs_list i {
  color: #222;
  margin-right: 5px;
  font-size: 22px;
}
.product_show1_Breadcrumbs_list a,
.product_show1_Breadcrumbs_list span {
  display: block;
  font-size: 14px;
  color: #222;
  margin: 2px 10px 2px 10px;
  word-break: break-all;
  word-wrap: break-word;
}
.product_show1_Breadcrumbs_list a:hover {
  text-decoration: underline !important;
  color: #35b608;
}

.product_show1_Breadcrumbs_list a:last-child::after {
  display: none;
}

/* aside_nav */
.aside_nav h3 {
  padding: 20px 15px;
  font-size: 28px;
  font-weight: bold;

  background-color: #111;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.accordion {
  width: 100%;
  background: #fff;
  margin: 0;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eee;
  margin-top: 10px;
}

.accordion .link a {
  color: #000;
  text-decoration: none;
  word-wrap: break-word;
  white-space: pre-wrap;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
  background-color: #eee;
}

.accordion li i {
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.openaside .link {
  color: #35b608;
  background-color: #eee;
  margin-bottom: 10px;
}

.accordion li.openaside i {
  color: #35b608;
}

.accordion li.openaside i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion li.openaside .link_title {
  color: #35b608;
}

.submenu {
  display: none;
  background: #fff;
  font-size: 14px;
}

.submenu li {
  border-bottom: 1px solid #fff;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #111;
  color: #fff;
}
/* newslist */
.newslist {
  padding: 70px 0;
}
.newslist_flex {
  display: flex;
  flex-wrap: wrap;
}
.template3_productlist_flex {
  display: flex;
  flex-wrap: wrap;
}
.template3_productlist_box {
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 20px 10px;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.template3_productlist_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.template3_productlist_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.template3_productlist_box:hover .template3_productlist_img img {
  transform: scale(1.2);
}
.template3_productlist_box:hover {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
.template3_productlist_content h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
.template3_productlist_content .template3_productlist_h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.template3_productlist_content p {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.template3_productlist_btn {
  display: block;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  font-weight: bold;
  font-size: 22px;
  color: #35b608;
}
.template3_productlist_content span {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
/* Pagination */
.pagelist {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.pagelist a {
  display: block;
  padding: 3px 10px;
  border: 1px solid #35b608;
  margin: 10px 5px;
  font-size: 16px;
}

.pagelist span {
  display: block;
  padding: 3px 10px;
  border: 1px solid #35b608;
  background-color: #fff;
  color: #35b608;
  font-size: 16px;
}

.pagelist a:hover {
  background-color: #35b608;
  color: #fff;
}

.pagelist .current {
  background-color: #35b608 !important;
  color: #fff !important;
}
.newslist_title h3 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}
/* productlist */
.productlist {
  padding: 70px 0;
}
.productlist_flex {
  display: flex;
  flex-wrap: wrap;
}
.template3_newslist_flex {
  display: flex;
  flex-wrap: wrap;
}
.template3_newslist_li {
  margin-bottom: 30px;
}
.template3_newslist_box {
  height: 100%;
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 15px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.template3_newslist_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  padding-top: 100%;
}
.template3_newslist_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.template3_newslist_content {
  margin-top: 20px;
}
.template3_newslist_content h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.template3_newslist_content .template3_newslist_contenth3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.template3_newslist_content p {
  font-size: 14px;
  color: #000;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.template3_newslist_btn {
  display: block;
  padding: 10px 0 0 0;
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  font-size: 16px;
  color: #35b608;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.template3_newslist_box:hover .template3_newslist_img img {
  transform: scale(1.1);
}
.template3_newslist_box:hover {
  background-color: #35b608;
}
.template3_newslist_box:hover
  .template3_newslist_content
  .template3_newslist_contenth3,
.template3_newslist_box:hover .template3_newslist_content h3,
.template3_newslist_box:hover .template3_newslist_content p,
.template3_newslist_box:hover .template3_newslist_btn {
  color: #fff;
}
/* news_show1_mainplate */
.news_show1_mainplate {
  padding: 70px 0;
  position: relative;
}
.news_show1_mainplate_flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.news_show1_recommend {
  position: sticky;
  top: 100px;
}
.news_show1_recommend h2 {
  padding: 15px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 5px;
  font-weight: bold;
  text-shadow: 3px 3px 15px rgba(255, 255, 255, 0.3);
  background-color: #35b608;
}
.news_show1_title {
  background-color: #f4f4f4;
  padding: 15px 30px;
  border-radius: 10px;
  border-left: 5px solid #35b608;
  border-right: 5px solid #35b608;
  margin-bottom: 30px;
}
.news_show1_title h1 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  line-height: 35px;
}
.news_show1_title_address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}
.news_show1_title_address span {
  font-size: 14px;
  color: #666;
  display: inline-block;
  margin: 0 30px 10px 0;
}
.news_show1_title_address span::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  background-color: #35b608;
}

.news_show1_content h2 {
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  background-color: #35b608;
  display: inline-block;
  word-wrap: break-word;
  border-radius: 5px;
  margin-bottom: 20px;
  border-bottom: 3px solid #ddd;
  border-right: 3px solid #fff;
  text-shadow: 3px 3px 15px rgba(255, 255, 255, 0.3);
}
.news_show1_content h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 15px;
  flex: 1;
  line-height: 30px;
}
.news_show1_content h3::before {
  content: "\e6b5";
  font-family: "iconfont";
  color: #35b608;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.news_show1_content h4 {
  font-size: 18px;
  color: #000;
  background-color: #fff;
  box-shadow: inset 3px 3px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 15px 30px;
  line-height: 28px;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-all;
}
.news_show1_content p {
  font-size: 16px;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 28px;
  margin-bottom: 10px;
}
.news_show1_content strong {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin: 0 5px;
  display: inline-block;
  word-wrap: break-word;
  color: #000;
}
.news_show1_content b {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin: 0 5px;
  display: inline-block;
  word-wrap: break-word;
  color: #000;
}
.news_show1_content a {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin: 0 5px;
  display: inline-block;
  word-wrap: break-word;
  color: #000;
}
.news_show1_content img {
  max-width: 100%;
  vertical-align: middle;
  display: block;
  margin: 15px auto;
  text-align: center;
}
.news_show1_content li {
  margin-bottom: 40px;
}
/* table -------------------------------------------------------------------------------------------------*/
.table_wrap {
  overflow-x: auto;
}

table {
  overflow-x: auto;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}
table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
table td {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px;
  text-align: center;
}
table th {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px;
  text-align: center;
}
.flip_page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f6f6;
  padding: 10px;
  margin-top: 30px;
}
.flip_page a {
  font-size: 14px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.flip_page i {
  font-size: 20px;
  color: #35b608;
}
.flip_page .prev::before {
  content: "\e6b8";
  font-size: 18px;
  font-family: "iconfont";
  display: inline-block;
  color: #35b608;
}
.flip_page .next::after {
  content: "\e6b5";
  font-size: 18px;
  font-family: "iconfont";
  display: inline-block;
  color: #35b608;
}
.flip_page a:hover {
  color: #35b608;
}
.product_show_video video {
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.product_show_video iframe {
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
  min-height: 500px;
  max-height: 500px;
}
.recommended_news {
  margin: 40px 0;
}
.recommended_news_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.recommended_news_box {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
.recommended_news_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
  border-radius: 10px;
}
.recommended_news_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.recommended_news_box:hover .recommended_news_img img {
  transform: scale(1.1);
}
.recommended_news_content h3 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.recommended_news_content a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommended_news_box:hover .recommended_news_content h3,
.recommended_news_box:hover .recommended_news_content a {
  color: #35b608;
}
.recommended_news_content p {
  font-size: 14px;
  color: #333;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.recommended_news_right {
  padding-left: 0 !important;
}
/* productshow */
.productshow {
  padding: 60px 0;
}
.product_show_main_describe h1 {
  background-color: #f1f1f1;
  padding: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #35b608;
  word-wrap: break-word;
  margin-bottom: 30px;
  border-radius: 10px;
  border-left: 4px solid #35b608;
  border-right: 4px solid #35b608;
}
.product_show_main_describe p {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 10px;
}
.product_show_main_button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.product_show_main_button a {
  padding: 10px 30px;
  font-size: 16px;
  color: #000;
  text-align: center;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  margin: 15px 30px 0 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  border-radius: 5px;
}
.product_show_main_button a:hover {
  color: #fff;
  box-shadow: inset 0px 70px 0px 0px #35b608;
}
.public_ad_header_social_media {
  margin-top: 30px;
}
.public_ad_header_social_media {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: 0;
}

.public_ad_header_social_media a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: 0;
  margin-right: 15px;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: #35b608;
  text-align: center;
  display: flex;
  justify-content: center;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.public_ad_header_social_media a i {
  font-size: 16px;
  text-align: center;
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.public_ad_header_social_media a:hover {
  background-color: #000;
}

.public_ad_header_social_media a:hover i {
  color: #fff;
}
.productshownav {
  background-color: #f1f1f1;
  z-index: 999999;
  position: sticky;
  top: 0;
  width: 100%;
  /* padding: 5px 0; */
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}
.productshow_nav {
  background-color: #f1f1f1;
}
.productshow_nav ul {
  display: flex;
  justify-content: space-between;
}
.productshow_nav li {
  display: flex;
  align-items: center;
  border-right: 1px solid #e5e5e5;
}
.productshow_nav li:last-child {
  border-right: none;
}
.productshow_nav a {
  display: inline-block;
  padding: 20px 25px;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.productshow_nav li:hover {
  background-color: #35b608;
  /* border-radius: 10px; */
}
.productshow_nav li:hover a {
  color: #fff;
}
.productshow_nav .productshow_nav_active {
  background-color: #35b608 !important;
  color: #fff;
  /* border-radius: 10px; */
  display: flex;
  align-items: center;
  height: 100%;
}
.productshow_nav .productshow_nav_active a {
  color: #fff !important;
}
.main_box {
  padding: 30px;
  border: 2px dashed #e5e5e5;
  margin-bottom: 40px;
}
.main_box_title {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px dashed #35b608;
  padding-bottom: 20px;
}
.main_box_title span {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #35b608;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  font-style: italic;
}
.main_box_title h3 {
  font-size: 30px;
  color: #35b608;
  font-family: "impact";
  flex: 1;
  margin-left: 15px;
}
.main_onebox_content p {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  margin-bottom: 15px;
  word-break: break-all;
  word-wrap: break-word;
}
.main_twobox_content video {
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.main_twobox_content iframe {
  width: 100%;
  object-fit: cover;
  min-height: 400px;
  max-height: 600px;
}
.main_fourbox_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0;
}
.main_box .main_fourbox_flex:nth-child(odd) {
  flex-direction: row-reverse;
}
.main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content h3,
.main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content p {
  text-align: right;
}
.main_fourbox_img {
  padding: 15px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
  border-radius: 100px 0 100px 0;
  overflow: hidden;
}
.main_fourbox_img img {
  width: 100%;
  vertical-align: middle;
}
.main_fourbox_content h3 {
  font-size: 20px;
  color: #35b608;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 20px;
}
.main_fourbox_content p {
  font-size: 16px;
  color: #000;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 15px;
  line-height: 25px;
}
.main_fivebox_content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main_fivebox_content li {
  width: 100%;
  margin-bottom: 30px;
  /* overflow: hidden; */
}
.main_fivebox_content .main_fivebox_img {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.main_fivebox_img img {
  width: 100%;
  vertical-align: middle;
}
.main_sixbox {
  margin-top: 30px;
}
.main_sixbox_img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 135%;
}
.main_sixbox_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
.main_sixbox_li p {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  margin: 20px;
}
.main_sixbox .swiper-slide {
  padding-bottom: 30px;
}
.main_sixbox .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 35px;
  height: 5px;
  border: 1px solid #35b608;
  background: transparent;
  background-color: transparent;
  border-radius: 30px;
}

.main_sixbox .swiper-horizontal > .main_sixbox .swiper-pagination-bullets,
.main_sixbox
  .swiper-pagination-bullets
  .main_sixbox
  .swiper-pagination-horizontal,
.main_sixbox .swiper-pagination-custom,
.main_sixbox .swiper-pagination-fraction {
  bottom: 15px;
}

.main_sixbox .swiper-pagination-bullet-active {
  opacity: 1 !important;
  border: 1px solid #35b608;
  background-color: #35b608;
  width: 70px;
}
.main_sevenbox li {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.main_sevenbox li h3 {
  font-size: 16px;
  color: #35b608;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 28px;
  flex: 1;
}
.main_sevenbox li h3::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #35b608;
  margin-right: 15px;
  word-wrap: break-word;
  word-break: break-all;
}
.main_sevenbox li p {
  font-size: 14px;
  color: #333;
  line-height: 25px;
  word-wrap: break-word;
  word-break: break-all;
}
.main_eightbox_flex {
  display: flex;
  flex-wrap: wrap;
}
.main_eightbox_li {
  margin-bottom: 30px;
}
.main_eightbox_img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 100%;
}
.main_eightbox_img img {
  width: 100%;
  vertical-align: middle;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main_ninthbox p {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  word-break: break-all;
  word-wrap: break-word;
}
.main_ninthbox_form {
  padding: 60px 60px 20px 60px;
  background-color: #f1f1f1;
}
/* about */
.about {
  padding: 70px 0;
}
.about_txt h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.about_txt p {
  font-size: 16px;
  color: #000;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 28px;
  margin-bottom: 15px;
}
.about_txt img {
  width: 100%;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.about_twoflex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
}
.about_twoflex:nth-child(odd) {
  flex-direction: row-reverse;
}
.about_img img {
  width: 100%;
  vertical-align: middle;
}
.about_content p {
  font-size: 16px;
  color: #000;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 28px;
  margin-bottom: 15px;
}
.about_content h4 {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  margin-bottom: 15px;
  word-break: break-all;
  word-wrap: break-word;
  flex: 1;
}
.about_content h4::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #35b608;
  margin-right: 10px;
}
/* indexadvantages_plan5 */
.indexadvantages_plan5 {
  padding: 70px 100px 40px 100px;
  background-color: #f8f8f8;
  position: relative;
}

.indexadvantages_plan5_flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.indexadvantages_plan5_title {
  margin-bottom: 40px;
}

.indexadvantages_plan5_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 20px;
}

.indexadvantages_plan5_title p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  word-wrap: break-word;
}

.indexadvantages_plan5_table {
  padding: 60px;
  border-radius: 30px;
  background-color: #f1f1f1;
  position: sticky;
  top: 0;
}

.indexadvantages_plan5_table h3 {
  font-size: 28px;
  color: #000;
  text-align: center;
  word-wrap: break-word;
  font-weight: bold;
  margin-bottom: 30px;
}

.indexadvantages_plan5_card {
  display: flex;
  flex-wrap: wrap;
}

.indexadvantages_plan5_cardli {
  margin-bottom: 30px;
  position: relative;
}

.indexadvantages_plan5_cardbox {
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding: 30px;
  border-radius: 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexadvantages_plan5_cardbox span {
  display: block;
  font-size: 70px;
  color: #35b608;
  font-family: "impact";
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexadvantages_plan5_cardbox h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 20px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexadvantages_plan5_cardbox p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  word-wrap: break-word;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexadvantages_plan5_cardbox:hover {
  background-color: #35b608;
}

.indexadvantages_plan5_cardbox:hover span,
.indexadvantages_plan5_cardbox:hover h3,
.indexadvantages_plan5_cardbox:hover p {
  color: #fff;
}

@media (max-width: 576px) {
  .indexadvantages_plan5 {
    padding: 40px 15px;
  }
  .indexadvantages_plan5_title h2 {
    font-size: 36px;
  }
  .indexadvantages_plan5_cardbox {
    padding: 20px 15px;
  }
  .indexadvantages_plan5_cardbox span {
    font-size: 48px;
  }
  .indexadvantages_plan5_cardbox h3 {
    font-size: 18px;
  }
  .indexadvantages_plan5_table {
    padding: 30px;
  }
  .indexadvantages_plan5_table h3 {
    font-size: 22px;
  }
  .indexadvantages_plan5_flex {
    width: auto;
    margin: 0 auto;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .indexadvantages_plan5 {
    padding: 40px 15px;
  }
  .indexadvantages_plan5_title h2 {
    font-size: 36px;
  }
  .indexadvantages_plan5_cardbox {
    padding: 20px 15px;
  }
  .indexadvantages_plan5_cardbox span {
    font-size: 48px;
  }
  .indexadvantages_plan5_cardbox h3 {
    font-size: 18px;
  }
  .indexadvantages_plan5_table {
    padding: 30px;
  }
  .indexadvantages_plan5_table h3 {
    font-size: 22px;
  }
  .indexadvantages_plan5_flex {
    width: auto;
    margin: 0 auto;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .indexadvantages_plan5 {
    padding: 40px 15px;
  }
  .indexadvantages_plan5_title h2 {
    font-size: 36px;
  }
  .indexadvantages_plan5_cardbox {
    padding: 20px 15px;
  }
  .indexadvantages_plan5_cardbox span {
    font-size: 48px;
  }
  .indexadvantages_plan5_cardbox h3 {
    font-size: 18px;
  }
  .indexadvantages_plan5_table {
    padding: 30px;
  }
  .indexadvantages_plan5_table h3 {
    font-size: 22px;
  }
  .indexadvantages_plan5_flex {
    width: auto;
    margin: 0 auto;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .indexadvantages_plan5 {
    padding: 40px 15px;
  }
  .indexadvantages_plan5_title h2 {
    font-size: 36px;
  }
  .indexadvantages_plan5_cardbox {
    padding: 20px 15px;
  }
  .indexadvantages_plan5_cardbox span {
    font-size: 48px;
  }
  .indexadvantages_plan5_cardbox h3 {
    font-size: 18px;
  }
  .indexadvantages_plan5_table {
    padding: 30px;
  }
  .indexadvantages_plan5_table h3 {
    font-size: 22px;
  }
  .indexadvantages_plan5_flex {
    width: auto;
    margin: 0 auto;
  }
}
/* indexadvantages_plan6 */
.indexadvantages_plan6 {
  padding: 60px 100px 30px 100px;
}

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

.indexadvantages_plan6_box {
  background-image: linear-gradient(to left, #f1f1f1, rgba(255, 255, 255, 0));
  border-radius: 30px;
  padding: 20px;
  margin: 30px -40px 30px 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexadvantages_plan6_box h3 {
  font-size: 20px;
  color: #000;
  text-align: right;
  font-weight: bold;
  margin-bottom: 10px;
  word-wrap: break-word;
}

.indexadvantages_plan6_box p {
  font-size: 14px;
  color: #666;
  text-align: right;
  line-height: 25px;
  word-wrap: break-word;
}

.indexadvantages_plan6_box_right {
  margin: 30px 0 30px -40px;
  background-image: linear-gradient(to right, #f1f1f1, rgba(255, 255, 255, 0));
  border-radius: 30px;
  padding: 20px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexadvantages_plan6_box_right h3 {
  font-size: 20px;
  color: #000;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}

.indexadvantages_plan6_box_right p {
  font-size: 14px;
  color: #666;
  text-align: left;
  line-height: 25px;
}

.indexadvantages_plan6_img {
  border-radius: 50%;
  overflow: hidden;
  width: 530px;
  height: 530px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.indexadvantages_plan6_img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.indexadvantages_plan6_img_mask {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 9;
}

.indexadvantages_plan6_box:nth-child(2),
.indexadvantages_plan6_box:nth-child(3) {
  margin-right: 30px;
}

.indexadvantages_plan6_box_right:nth-child(2),
.indexadvantages_plan6_box_right:nth-child(3) {
  margin-left: 30px;
}

.indexadvantages_plan6_box:hover {
  background-image: linear-gradient(
    to left,
    rgb(89, 200, 87),
    rgb(89, 200, 87)
  );
}

.indexadvantages_plan6_box:hover h3,
.indexadvantages_plan6_box:hover p {
  color: #fff;
}

.indexadvantages_plan6_box_right:hover {
  background-image: linear-gradient(
    to right,
    rgb(89, 200, 87),
    rgb(89, 200, 87)
  );
}

.indexadvantages_plan6_box_right:hover h3,
.indexadvantages_plan6_box_right:hover p {
  color: #fff;
}

.indexadvantages_plan6_title {
  margin-bottom: 40px;
}

.indexadvantages_plan6_title h2 {
  font-size: 50px;
  font-family: "impact";
  color: #000;
  text-align: center;
  letter-spacing: 1px;
}

@media (max-width: 576px) {
  .indexadvantages_plan6 {
    padding: 40px 15px;
  }
  .indexadvantages_plan6_img {
    width: 100%;
    height: auto;
  }
  .indexadvantages_plan6_box:nth-child(2) {
    margin-right: 0;
  }
  .indexadvantages_plan6_box,
  .indexadvantages_plan6_box_right {
    margin: 30px 0;
  }
  .indexadvantages_plan6_box_right:nth-child(2) {
    margin-left: 0;
  }
  .indexadvantages_plan6_box h3,
  .indexadvantages_plan6_box p {
    text-align: left;
  }
  .indexadvantages_plan6_title h2 {
    font-size: 36px;
  }
  .indexadvantages_plan6_title {
    margin-bottom: 0;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .indexadvantages_plan6 {
    padding: 40px 15px;
  }
  .indexadvantages_plan6_img {
    width: 100%;
    height: auto;
  }
  .indexadvantages_plan6_box:nth-child(2) {
    margin-right: 0;
  }
  .indexadvantages_plan6_box,
  .indexadvantages_plan6_box_right {
    margin: 30px 0;
  }
  .indexadvantages_plan6_box_right:nth-child(2) {
    margin-left: 0;
  }
  .indexadvantages_plan6_box h3,
  .indexadvantages_plan6_box p {
    text-align: left;
  }
  .indexadvantages_plan6_title h2 {
    font-size: 36px;
  }
  .indexadvantages_plan6_title {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .indexadvantages_plan6 {
    padding: 40px 15px;
  }
  .indexadvantages_plan6_img {
    width: 100%;
    height: auto;
  }
  .indexadvantages_plan6_box:nth-child(2) {
    margin-right: 0;
  }
  .indexadvantages_plan6_box,
  .indexadvantages_plan6_box_right {
    margin: 30px 0;
  }
  .indexadvantages_plan6_box_right:nth-child(2) {
    margin-left: 0;
  }
  .indexadvantages_plan6_box h3,
  .indexadvantages_plan6_box p {
    text-align: left;
  }
  .indexadvantages_plan6_title h2 {
    font-size: 36px;
  }
  .indexadvantages_plan6_title {
    margin-bottom: 0;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .indexadvantages_plan6 {
    padding: 40px 15px;
  }
  .indexadvantages_plan6_img {
    width: 100%;
    height: auto;
  }
  .indexadvantages_plan6_box:nth-child(2) {
    margin-right: 0;
  }
  .indexadvantages_plan6_box,
  .indexadvantages_plan6_box_right {
    margin: 30px 0;
  }
  .indexadvantages_plan6_box_right:nth-child(2) {
    margin-left: 0;
  }
  .indexadvantages_plan6_box h3,
  .indexadvantages_plan6_box p {
    text-align: left;
  }
  .indexadvantages_plan6_title h2 {
    font-size: 36px;
  }
  .indexadvantages_plan6_title {
    margin-bottom: 0;
  }
}
.about_promise {
  padding: 0 0 30px 0;
}
.about_promise .indexadvantages_plan5_cardbox {
  background-image: linear-gradient(
    to right bottom,
    rgba(53, 182, 8, 0.9),
    rgba(53, 182, 8, 0.6)
  );
}
.about_promise .indexadvantages_plan5_cardbox img {
  width: 90px;
  height: 90px;
  display: block;
  margin-bottom: 20px;
}
.about_promise .indexadvantages_plan5_cardbox h3,
.about_promise .indexadvantages_plan5_cardbox p {
  color: #fff;
}
.about_company {
  padding: 80px 0;

  position: relative;
  overflow: hidden;
}
.about_company::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.about_company .container {
  position: relative;
  z-index: 999;
}
.about_company h3 {
  font-size: 50px;
  color: #fff;
  line-height: 65px;
  word-wrap: break-word;
  font-family: "impact";
  text-align: center;
  text-shadow: 3px 3px 15px rgba(53, 182, 8, 0.5);
}
#map {
  width: 100%;
  height: 400px;
}

.contact_plan1 {
  padding: 60px 0;
}

.contact_plan1_title h2:hover {
  color: #35b608;
}

.contact_plan1_title h2 {
  font-size: 42px;
  color: #000;
  font-weight: bold;
  text-align: center;

  margin-bottom: 30px;
}

.contact_main {
  background-color: #efefef;
  padding: 30px 30px;
  border-radius: 5px;
}

.contactflex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contact_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 30px 0;
}

.contact_list li i {
  font-size: 26px;
  color: #35b608;
  margin-right: 15px;
  margin-top: -7px;
}

.contact_list li p,
.contact_list li a {
  font-size: 18px;
  color: #444;
  flex: 1;
  word-break: break-all;
  word-wrap: break-word;
}

.contact_left h1 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
  word-wrap: break-word;
  word-break: break-all;
}

.contact_inquiry_form_main {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 30px;
}
@media (max-width: 576px) {
  .contact_plan1 {
    padding: 40px 0;
  }
  .contact_plan1_title h2 {
    font-size: 34px;
  }
  .contact_main {
    padding: 30px 15px;
  }
  #map {
    height: 300px;
  }
  .newslist {
    padding: 40px 0;
  }
  .newslist_title {
    margin-top: 40px;
  }
  .template3_productlist {
    padding: 0 15px;
  }
  .template3_productlist_img {
    margin-bottom: 20px;
  }
  .productlist {
    padding: 40px 0;
  }
  .template3_newslist_btn {
    font-size: 14px;
  }
  .news_show1_mainplate {
    padding: 40px 0;
  }
  .news_show1_recommend {
    display: none;
  }
  .flip_page a {
    margin: 0;
  }
  .productshow_nav ul {
    flex-wrap: wrap;
  }
  .productshow_nav li {
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    justify-content: center;
  }
  .productshow_nav li:last-child {
    border-right: 1px solid #e5e5e5;
  }
  .productshow_nav a {
    padding: 10px;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 14px;
  }
  .productshow {
    padding: 40px 0;
  }
  .product_show_main_describe {
    margin-top: 40px;
  }
  .main_fourbox_img {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .main_box {
    padding: 15px;
  }
  .main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content h3,
  .main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content p {
    text-align: left;
  }
  .main_box_title h3 {
    font-size: 24px;
  }
  .main_ninthbox_form {
    padding: 15px;
  }
  .productshow_nav {
    display: none;
  }
  .about {
    padding: 40px 0;
  }
  .about_txt h2 {
    font-size: 36px;
  }
  .indexadvantages_plan6_box:nth-child(2),
  .indexadvantages_plan6_box:nth-child(3) {
    margin-right: 0;
  }
  .indexadvantages_plan6_box_right:nth-child(2),
  .indexadvantages_plan6_box_right:nth-child(3) {
    margin-left: 0;
  }
  .about_promise .indexadvantages_plan6_title h2 {
    margin-bottom: 30px;
  }
  .about_company {
    padding: 40px 0;
  }
  .about_company h3 {
    font-size: 36px;
    line-height: normal;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .contact_plan1 {
    padding: 40px 0;
  }
  .contact_plan1_title h2 {
    font-size: 34px;
  }
  .contact_main {
    padding: 30px 15px;
  }
  #map {
    height: 300px;
  }
  .newslist {
    padding: 40px 0;
  }
  .newslist_title {
    margin-top: 40px;
  }
  .template3_productlist {
    padding: 0 15px;
  }
  .template3_productlist_img {
    margin-bottom: 20px;
  }
  .productlist {
    padding: 40px 0;
  }
  .template3_newslist_btn {
    font-size: 14px;
  }
  .news_show1_mainplate {
    padding: 40px 0;
  }
  .news_show1_recommend {
    display: none;
  }
  .flip_page a {
    margin: 0;
  }
  .productshow_nav ul {
    flex-wrap: wrap;
  }
  .productshow_nav li {
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    justify-content: center;
  }
  .productshow_nav li:last-child {
    border-right: 1px solid #e5e5e5;
  }
  .productshow_nav a {
    padding: 10px;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 14px;
  }
  .productshow {
    padding: 40px 0;
  }
  .product_show_main_describe {
    margin-top: 40px;
  }
  .main_fourbox_img {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .main_box {
    padding: 15px;
  }
  .main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content h3,
  .main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content p {
    text-align: left;
  }
  .main_box_title h3 {
    font-size: 24px;
  }
  .main_ninthbox_form {
    padding: 15px;
  }
  .productshow_nav {
    display: none;
  }
  .about {
    padding: 40px 0;
  }
  .about_txt h2 {
    font-size: 36px;
  }
  .indexadvantages_plan6_box:nth-child(2),
  .indexadvantages_plan6_box:nth-child(3) {
    margin-right: 0;
  }
  .indexadvantages_plan6_box_right:nth-child(2),
  .indexadvantages_plan6_box_right:nth-child(3) {
    margin-left: 0;
  }
  .about_promise .indexadvantages_plan6_title h2 {
    margin-bottom: 30px;
  }
  .about_company {
    padding: 40px 0;
  }
  .about_company h3 {
    font-size: 36px;
    line-height: normal;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .contact_plan1 {
    padding: 40px 0;
  }
  .contact_plan1_title h2 {
    font-size: 34px;
  }
  .contact_main {
    padding: 30px 15px;
  }
  #map {
    height: 300px;
  }
  .newslist {
    padding: 40px 0;
  }
  .newslist_title {
    margin-top: 40px;
  }
  .template3_productlist {
    padding: 0 15px;
  }
  .template3_productlist_img {
    margin-bottom: 20px;
  }
  .productlist {
    padding: 40px 0;
  }
  .template3_newslist_btn {
    font-size: 14px;
  }
  .news_show1_mainplate {
    padding: 40px 0;
  }
  .news_show1_recommend {
    display: none;
  }
  .flip_page a {
    margin: 0;
  }
  .productshow_nav ul {
    flex-wrap: wrap;
  }
  .productshow_nav li {
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    justify-content: center;
  }
  .productshow_nav li:last-child {
    border-right: 1px solid #e5e5e5;
  }
  .productshow_nav a {
    padding: 10px;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 14px;
  }
  .productshow {
    padding: 40px 0;
  }
  .product_show_main_describe {
    margin-top: 40px;
  }
  .main_fourbox_img {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .main_box {
    padding: 15px;
  }
  .main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content h3,
  .main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content p {
    text-align: left;
  }
  .main_box_title h3 {
    font-size: 24px;
  }
  .main_ninthbox_form {
    padding: 15px;
  }
  .productshow_nav {
    display: none;
  }
  .about {
    padding: 40px 0;
  }
  .about_txt h2 {
    font-size: 36px;
  }
  .indexadvantages_plan6_box:nth-child(2),
  .indexadvantages_plan6_box:nth-child(3) {
    margin-right: 0;
  }
  .indexadvantages_plan6_box_right:nth-child(2),
  .indexadvantages_plan6_box_right:nth-child(3) {
    margin-left: 0;
  }
  .about_promise .indexadvantages_plan6_title h2 {
    margin-bottom: 30px;
  }
  .about_company {
    padding: 40px 0;
  }
  .about_company h3 {
    font-size: 36px;
    line-height: normal;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .contact_plan1 {
    padding: 40px 0;
  }
  .contact_plan1_title h2 {
    font-size: 34px;
  }
  .contact_main {
    padding: 30px 15px;
  }
  #map {
    height: 300px;
  }
  .newslist {
    padding: 40px 0;
  }
  .newslist_title {
    margin-top: 40px;
  }
  .template3_productlist {
    padding: 0 15px;
  }
  .template3_productlist_img {
    margin-bottom: 20px;
  }
  .productlist {
    padding: 40px 0;
  }
  .template3_newslist_btn {
    font-size: 14px;
  }
  .news_show1_mainplate {
    padding: 40px 0;
  }
  .news_show1_recommend {
    display: none;
  }
  .flip_page a {
    margin: 0;
  }
  .productshow_nav ul {
    flex-wrap: wrap;
  }
  .productshow_nav li {
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    justify-content: center;
  }
  .productshow_nav li:last-child {
    border-right: 1px solid #e5e5e5;
  }
  .productshow_nav a {
    padding: 10px;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 14px;
  }
  .productshow {
    padding: 40px 0;
  }
  .product_show_main_describe {
    margin-top: 40px;
  }
  .main_fourbox_img {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .main_box {
    padding: 15px;
  }
  .main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content h3,
  .main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content p {
    text-align: left;
  }
  .main_box_title h3 {
    font-size: 24px;
  }
  .main_ninthbox_form {
    padding: 15px;
  }
  .productshow_nav {
    display: none;
  }
  .about {
    padding: 40px 0;
  }
  .about_txt h2 {
    font-size: 36px;
  }
  .indexadvantages_plan6_box:nth-child(2),
  .indexadvantages_plan6_box:nth-child(3) {
    margin-right: 0;
  }
  .indexadvantages_plan6_box_right:nth-child(2),
  .indexadvantages_plan6_box_right:nth-child(3) {
    margin-left: 0;
  }
  .about_promise .indexadvantages_plan6_title h2 {
    margin-bottom: 30px;
  }
  .about_company {
    padding: 40px 0;
  }
  .about_company h3 {
    font-size: 36px;
    line-height: normal;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .indexadvantages_plan6_img {
    width: auto;
    height: auto;
  }
  .indexadvantages_plan5 {
    padding: 40px 30px;
  }
  .productshow_nav a {
    padding: 30px 15px;
  }
}
@media (min-width: 1401px) and (max-width: 1680px) {
  .indexadvantages_plan6_img {
    width: auto;
    height: auto;
  }
}


.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output{
    border-color: #35b608 !important;
    margin-top: 0 !important;
}


.indexcontacts_form .feedbackForm .line input{
    background: transparent;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    border-color: #fff;
    color: #fff;
}

.indexcontacts_form .feedbackForm .line textarea {
    background: transparent;
    border-radius: 6px;
    border-color: #fff;
    color: #fff;
}

.indexcontacts_form .feedbackForm .line input::placeholder,
.indexcontacts_form .feedbackForm .line textarea::placeholder {
    color: #fff;
}

.indexcontacts_form .feedbackForm>p{
    display: flex;
    flex-direction: colomn;
    justify-content: center;
    align-items: center;
}

.indexcontacts_form .feedbackForm>p>.btn {
    margin-top: 0;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 10px 50px;
    color: #35b608;
    background-color: #fff;
    border-radius: 6px;
}

.indexcontacts_form .wpcf7 form.invalid .wpcf7-response-output,
.indexcontacts_form .wpcf7 form.failed .wpcf7-response-output{
    border-color: #fff !important;
    color: #fff;
}

.feedback{
    background: #fff;
}

.feedback .feedbackForm{
    background-color: #fff;
        padding-bottom: 10px;
}

.feedback .feedbackForm .line {
    margin-bottom: 10px;
}

.feedback .wpcf7 form.invalid .wpcf7-response-output{
    font-size: 12px;
}


