@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #006633;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1530px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .h-top {
  height: 60px;
  line-height: 60px;
  color: #FFFFFF;
  background-color: #1c1c1c;
}
#header .nav {
  height: 80px;
  line-height: 80px;
  background-color: #FFFFFF;
  transition: box-shadow .5s ease;
}

#header.active .nav {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#header .nav .ui.menu {
  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;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  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: 0 30px;
  font-size: 18px;
  line-height: normal;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > i {
  position: relative;
  margin-left: 3px;
  width: 11px;
  height: 11px;
}
#header .nav .ui.menu .menu-box ul.menu > li > i::before,
#header .nav .ui.menu .menu-box ul.menu > li > i::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #000000;
  width: 100%;
  left: 0;
  top: 5px;
}
#header .nav .ui.menu .menu-box ul.menu > li > i::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-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;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  max-height: 600px;
  overflow-y: auto;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #006633;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 30px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .inqbtn {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: normal;
  color: #FFFFFF;
  background-color: var(--color);
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  cursor: pointer;
}
#header .nav .ui.menu .inqbtn:hover {
  background-color: #000000;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .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 .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  right: 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;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  right: 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%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-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: uppercase;
  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%);
  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;
}
#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: .5s;
  -moz-transition: .5s;
  transition: .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 {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-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%) 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;
}
#banner,
.inner-banner {
  margin-top: 140px;
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #161514;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner li::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000000;
  opacity: .3;
}
#banner .content {
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
#banner .left {
  width: 60%;
}
#banner h2 {
  color: #FFFFFF;
  font-weight: 600;
}
.yuy > span img {
  width: 42px;
}
.yuy ul {
  line-height: normal;
  z-index: 1;
}
a.baseBtn {
  color: var(--color);
  display: inline-block;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
a.baseBtn.white {
  color: #FFFFFF;
}
a.baseBtn:hover {
  color: #FFFFFF;
  background-color: var(--color);
  border-color: var(--color);
}
.baseTag {
  color: var(--color);
}
.baseTit {
  font-weight: 600;
}
.home-1 .slickDots {
  max-width: 160px;
  margin: auto;
}
.home-1 .slickDots ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: 2px;
  border-radius: 0;
  border: 0;
  margin: 0;
  background-color: #d7d7d7;
}
.home-1 .slickDots ul li.slick-active {
  background-color: var(--color);
}
.home-1 .box {
  background-color: #f6f6f6;
  position: relative;
}
.home-1 .box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--color)));
  background-image: -webkit-linear-gradient(transparent, var(--color));
  background-image: -moz-linear-gradient(transparent, var(--color));
  background-image: linear-gradient(transparent, var(--color));
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.home-1 .box .name {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-1 .box .btns a {
  display: inline-block;
  color: var(--color);
  border-bottom: 1px solid currentColor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-1 .box:hover::before {
  opacity: .8;
}
.home-1 .box:hover .name {
  color: #FFFFFF;
}
.home-1 .box:hover .btns a {
  color: #FFFFFF;
}
.home-2 .slickDots {
  max-width: 160px;
  margin: auto;
}
.home-2 .slickDots ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: 2px;
  border-radius: 0;
  border: 0;
  margin: 0;
  background-color: #d7d7d7;
}
.home-2 .slickDots ul li.slick-active {
  background-color: var(--color);
}
.home-2 .text {
  color: #666666;
  max-width: 550px;
}
.home-2 .img {
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
}
.home-2 .play {
  cursor: pointer;
}
.home-2 .play::before,
.home-2 .play::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.home-2 .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.home-2 .info {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.home-2 .info .box {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.home-2 .info .num {
  font-weight: 600;
  color: var(--color);
}
.home-2 .info p {
  color: #666666;
}
.home-3 {
  padding: 220px 0 260px;
  color: #FFFFFF;
}
.home-3 .baseTag {
  color: #FFFFFF;
}
.home-4 .left li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home-4 .left li + li {
  margin-top: 45px;
}
.home-4 .left li .box {
  max-width: 720px;
}
.home-4 .left li .name {
  font-weight: 600;
}
.home-4 .left li .text {
  color: #666666;
}
.home-4 .left li .date {
  color: #666666;
}
.home-4 .left li .btns a {
  color: var(--color);
}
#footer {
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
}
#footer .foot-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .foot-top .form ul {
  margin: -20px;
}
#footer .foot-top .form li {
  padding: 20px;
}
#footer .foot-top .form input {
  color: #000000;
  height: 44px;
  width: 100%;
  border: 0;
  padding: 0 20px;
}
#footer .foot-top .form input[type="submit"] {
  font-size: 18px;
  font-weight: 600;
  color: var(--color);
  padding: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#footer .foot-top .form input[type="submit"]:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
#footer .foot-center {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .foot-center h4 {
  font-weight: 600;
}
#footer .foot-center .social-links a {
  font-size: 20px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  background-color: #FFFFFF;
}
#footer .foot-bottom img {
  height: 16px;
}
#ewm {
  width: 150px;
  border: 10px solid #FFFFFF;
}
@media (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
    font-size: 16px;
  }
  .home-3 {
    padding: 200px 0;
  }
  #footer .foot-top .form ul {
    margin: -15px;
  }
  #footer .foot-top .form li {
    padding: 15px;
  }
  #footer .foot-top .form input[type="submit"] {
    font-size: 16px;
  }
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
    font-size: 15px;
  }
  .home-3 {
    padding: 150px 0;
  }
  #footer .foot-top .form ul {
    margin: -10px;
  }
  #footer .foot-top .form li {
    padding: 10px;
  }
}
@media (max-width: 1000px) {
  #banner .left {
    width: 100%;
  }
  .home-2 .img {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 60%;
  }
  .home-3 {
    padding: 150px 0 100px;
  }
  .home-4 .right {
    display: none;
  }
  #footer .foot-top .form li {
    width: 50%;
  }
  .hide-1000 {
    display: none!important;
  }
}
@media (max-width: 700px) {
  .home-2 .info {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .home-2 .info li {
    width: 50%;
    padding: 10px;
  }
  .home-3 {
    padding: 60px 0;
  }
  #footer .foot-top .logo img {
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  #banner li {
    height: 300px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home-2 .info ul {
    margin: -5px;
  }
  .home-2 .info li {
    padding: 5px;
  }
  #footer .foot-top .form ul {
    margin: -5px;
  }
  #footer .foot-top .form li {
    width: 100%;
    padding: 5px;
  }
  #footer .foot-top .form input {
    height: 40px;
  }
}
.inner-banner {
  color: #666666;
  background-color: #f6f6f6;
}
.about-1 .play {
  cursor: pointer;
}
.about-1 .play::before,
.about-1 .play::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-1 .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-1 .text {
  color: #666666;
}
.about-1 .list li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.about-1 .list li:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about-1 .list .icon {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.about-1 .list .num {
  font-weight: 600;
  color: var(--color);
}
.about-1 .list .txt {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.about-2 {
  background-color: #f9f9f9;
}
.about-2 .arrow {
  width: 2em;
  height: 2em;
  line-height: 1.9em;
  text-align: center;
  color: #FFFFFF;
  background-color: var(--color);
  border: 1px solid var(--color);
  border-radius: 50%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.about-2 .arrow:hover {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
}
.about-2 .page em {
  font-weight: 600;
  color: var(--color);
}
.about-2 .left .list {
  max-width: 570px;
}
.about-2 .left .name {
  font-weight: 600;
  color: var(--color);
}
.about-2 .left .text {
  color: #666666;
}
.about-2 .right > div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 25px;
  top: 25px;
  background-color: var(--color);
}
.about-3 .slickBtn {
  font-size: 30px;
}
.about-3 .slickBtn div {
  height: 100%;
  border-radius: 0;
}
.about-3 .slickBtn div:hover {
  background-color: #cbcbcb;
}
.about-3 .slickBtn.pos div {
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.about-3 .slickBtn.pos div.prev {
  right: 100%;
}
.about-3 .slickBtn.pos div.next {
  left: 100%;
}
@media (max-width: 768px) {
  .about-2 .right > div::before {
    left: 15px;
    top: 15px;
  }
  .about-3 .slickBtn {
    font-size: 20px;
  }
  .about-3 .slickBtn div {
    height: 2em;
  }
  .about-3 .slickBtn.pos div.prev {
    right: auto;
    left: 0;
  }
  .about-3 .slickBtn.pos div.next {
    right: 0;
    left: auto;
  }
  .about-3 .slickBtn.pos div {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.product-yd-page li {
  -webkit-box-shadow: 0 3px 43px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 43px rgba(0, 0, 0, 0.2);
}
.product-yd-page li .name {
  font-weight: 600;
}
.product-yd-page li .text {
  color: #666666;
  max-width: 550px;
}
.product-page h1 {
  font-weight: 600;
}
.product-list li img {
  background-color: #f5f5f5;
}
.category-list li > div i {
  float: right;
}
.category-list li.active > div {
  color: var(--color);
  background-color: rgba(0, 102, 51, 0.1);
}
.category-list li.active ul {
  display: block;
}
.category-list li ul {
  display: none;
}
.slideLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.slideLeft > div {
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08);
}
.slideLeft .Tit {
  font-weight: 600;
  color: #FFFFFF;
  background-color: var(--color);
}
.slideLeft .form input,
.slideLeft .form textarea {
  padding: 10px 17px;
  border: 0;
  background-color: #f2f2f2;
  width: 100%;
}
.slideLeft .form input[type="submit"] {
  color: #FFFFFF;
  background-color: var(--color);
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  line-height: 2em;
  text-align: center;
  color: #FFFFFF;
  background-color: #b1b1b1;
  margin: 0 10px;
}
.m-page span {
  background-color: var(--color);
}
.baseAbout .Tit {
  color: var(--color);
}
.baseNews .Tit {
  color: var(--color);
}
.baseNews .list ul {
  margin: -40px -15px;
}
.baseNews .list li {
  padding: 40px 15px;
}
.baseNews .box {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}
.baseNews .box .name {
  font-weight: 600;
}
.baseNews .box .text {
  color: #666666;
}
@media (max-width: 1000px) {
  .slideLeft {
    display: none;
  }
}
.prodet-1 .img {
  background-color: #f5f5f5;
}
.prodet-1 h1 {
  font-weight: 600;
}
.prodet-1 .text {
  color: #666666;
}
.prodet-1 .btns a {
  display: inline-block;
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-1 .social-links a {
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-2 .Tit {
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 700px) {
  .prodet-1 .left {
    width: 100%;
  }
  .prodet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.seoPublic .Auxil-through a {
  display: block;
}
.quality-1 .Tit::after {
  content: "";
  display: block;
  width: 60px;
  border-bottom: 3px solid var(--color);
  margin: 8px auto 0;
}
.quality-1 .text {
  max-width: 940px;
  margin: auto;
  color: #666666;
}
.quality-2 {
  color: #FFFFFF;
}
.quality-2::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 63%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--color);
}
.quality-2 .img {
  width: 50%;
  height: 100%;
  left: 50%;
  top: -60px;
}
.quality-2 .list .name {
  font-weight: 600;
}
.quality-3 .Tit {
  color: var(--color);
}
.quality-3 .list li {
  cursor: pointer;
}
.quality-3 .list li i img {
  vertical-align: middle;
}
.quality-3 .list li p {
  padding-left: 25px;
}
.quality-3 .list li.active p {
  font-weight: 600;
}
.quality-3 .right .name {
  font-weight: 600;
  color: #FFFFFF;
  background-color: var(--color);
}
.quality-4 {
  background-color: #f9f9f9;
}
.quality-4 .Tit {
  color: var(--color);
}
.quality-4 .text {
  color: #666666;
}
.quality-4 .left > div {
  background-color: #FFFFFF;
  height: 100%;
  -webkit-box-shadow: 2px 7px 13px rgba(0, 0, 0, 0.14);
  box-shadow: 2px 7px 13px rgba(0, 0, 0, 0.14);
}
.quality-4 .slick-list {
  padding-right: 23%;
}
.quality-4 .list {
  margin-right: -23%;
  margin-top: 8%;
}
@media (max-width: 1000px) {
  .quality-2 {
    padding-bottom: 0;
  }
  .quality-2::before {
    width: 100%;
  }
  .quality-2 .img {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  .quality-4 .list {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  .quality-4 .slick-list {
    padding-right: 0;
  }
}







/* 联系我们 */
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-page .init-1 {
  border-bottom: 1px solid #f2f2f2;
}
.contact-page .init-1 .container .left {
  width: 50%;
  padding-right: 30px;
}
.contact-page .init-1 .container .left .list {
  margin-top: 90px;
}
.contact-page .init-1 .container .left .list .imgC {
  width: 100px;
  height: 100px;
  background-color: var(--color);
  border-radius: 50%;
}
.contact-page .init-1 .container .left .list .imgC img {
  max-width: 50px;
}
.contact-page .init-1 .container .left .list .textC {
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
  padding-left: 40px;
}
.contact-page .init-1 .container .left .list .textC .tips {
  margin-bottom: 10px;
  font-weight: 600;
}
.contact-page .init-1 .container .left .list .textC .listC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666666;
}
.contact-page .init-1 .container .left .list .textC .listC .item {
  margin-top: 5px;
  font-size: 22px;
}
.contact-page .init-1 .container .left .list:first-child {
  margin-top: 0;
}
.contact-page .init-1 .container .right {
  width: 50%;
  padding: 10px 40px 40px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.contact-page .init-1 .container .right form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-1 .container .right form input,
.contact-page .init-1 .container .right form textarea {
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  margin-top: 30px;
  border: 1px solid #cdcdcd;
  padding: 14px 20px;
}
.contact-page .init-1 .container .right form textarea {
  width: 100%;
}
.contact-page .init-1 .container .right form input[type="submit"] {
  width: auto;
  font-size: 18px;
  padding: 8px 25px;
  color: #ffffff;
  background-color: var(--color);
  border: 0;
}
.contact-page .init-1 .container .right form .more {
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 40px;
}
.contact-page .init-2 .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-2 .container .list {
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  margin-top: 40px;
}
.contact-page .init-2 .container .list .cont {
  padding: 20px 20px;
}
.contact-page .init-2 .container .list .cont .title {
  font-weight: 600;
}
.contact-page .init-2 .container .list .cont .des {
  margin-top: 20px;
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .contact-page .init-2 .container .list {
    width: 100%;
  }
  .contact-page .init-2 .container .list .cont {
    padding: 20px 0;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .left .list .textC .listC .item {
    width: 100%;
  }
  .contact-page .init-1 .container .right form input {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .left .list {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 20px 16px;
  }
  .contact-page .init-1 .container .left .list .imgC {
    width: 80px;
    height: 80px;
  }
  .contact-page .init-1 .container .left .list .textC {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .contact-page .init-1 .container .right {
    padding: 10px 20px 20px;
  }
  .contact-page .init-1 .container .right form input,
  .contact-page .init-1 .container .right form textarea {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .right form .more {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left .list .textC .listC .item {
    font-size: 18px;
  }
  .contact-page .init-2 .container .list {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .list:first-child {
    margin-top: 0;
  }
  .contact-page .init-2 .container .list .cont .des {
    margin-top: 10px;
  }
}



.news-page .init-1 {
  padding-top: 30px;
}
.news-page .init-1 .container .content {
  background-color: #e2e2e2;
}
.news-page .init-1 .container .content .list {
  width: 33.33%;
  text-align: center;
  padding: 25px;
}
.news-page .init-1 .container .content .list:hover,
.news-page .init-1 .container .content .list.active {
  color: #fff;
  background-color: var(--color);
}

.news-page .init-2 .container ul {
  margin: 0 -15px;
}
.news-page .init-2 .container ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.news-page .init-2 .container ul li {
  margin-top: 30px;
  padding: 0 15px;
}
.news-page .init-2 .container ul li .box {
  background-color: #f9f9f9;
  padding: 30px;
  height: 100%;
}
.news-page .init-2 .container ul li .box .left {
  width: 80px;
  text-align: center;
}
.news-page .init-2 .container ul li .box .left .date {
  font-weight: 600;
  line-height: 1;
}
.news-page .init-2 .container ul li .box .left .year {
  color: #666666;
  margin-top: 10px;
}
.news-page .init-2 .container ul li .box .right {
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-left: 50px;
}
.news-page .init-2 .container ul li .box .right .title {
  font-weight: 600;
}
.news-page .init-2 .container ul li .box .right .des {
  color: #666666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.news-page .init-2 .container ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
.news-page .init-2 .container ul li .box:hover .left .year {
  color: #fff;
}
.news-page .init-2 .container ul li .box:hover .right .des {
  color: #fff;
}
.newdet-page .init-1 .container .title {
  font-weight: 600;
}
.newdet-page .init-1 .container .time {
  color: #666666;
  margin-top: 40px;
}
.newdet-page .init-1 .container .content {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 50px 0;
  line-height: 1.8;
  color: #666666;
}
.newdet-page .init-1 .container .m-link {
  margin-top: 20px;
}
.newdet-page .init-1 .container .m-link a {
  display: block;
  margin-top: 6px;
  color: #666666;
}
.newdet-page .init-1 .container .m-link a:hover {
  color: var(--color);
}
@media (max-width: 1250px) {
  .news-page .init-1 {
    display: none;
  }
  .news-page .init-2 .container ul li {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .news-page .init-2 .container ul li .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .news-page .init-2 .container ul li .box {
    padding: 20px 16px;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .content {
    padding: 20px 0;
    font-size: 16px;
  }
}





#faq h2 {
  font-size: 25px;
  font-weight: bold;
}
#faq ul li h4 {
  position: relative;
  padding: 15px 25px;
  background: #f7f8fa;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
#faq ul li h4::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 15px;
  right: 20px;
}
#faq ul li p {
  padding: 0 25px;
  display: none;
}
#faq ul li.active h4 {
  color: #FFFFFF;
  background: var(--color);
}
#faq ul li.active h4::after {
  content: "\f106";
}

@media screen and (max-width: 700px) {
  #faq h2 {
    font-size: 20px;
  }
}





.honor-page .init-1 .container .listC {
  margin-top: 90px;
}
.honor-page .init-1 .container .listC .tips {
  min-width: 270px;
  text-align: center;
  display: inline-block;
  padding: 16px 18px;
  background-color: var(--color);
  color: #fff;
}
.honor-page .init-1 .container .listC .content {
  margin-top: 50px;
}
.honor-page .init-1 .container .listC .content .swiper {
  margin: -15px;
}
.honor-page .init-1 .container .listC .content ul li {
  padding: 15px;
}
.honor-page .init-1 .container .listC .content ul li .img {
  display: block;
}
.honor-page .init-1 .container .listC .content ul li .img img {
  width: 100%;
}
.honor-page .init-1 .container .listC .content ul li .text {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .honor-page .init-1 .container .listC {
    margin-top: 40px;
  }
  .honor-page .init-1 .container .listC .content {
    margin-top: 20px;
  }
}