@font-face {
  font-family: 'Alibaba Sans';
  src: url('../fonts/AlibabaSans-Medium.eot');
  src: url('../fonts/AlibabaSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AlibabaSans-Medium.woff2') format('woff2'), url('../fonts/AlibabaSans-Medium.woff') format('woff'), url('../fonts/AlibabaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Alibaba Sans';
  src: url('../fonts/AlibabaSans-Regular.eot');
  src: url('../fonts/AlibabaSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AlibabaSans-Regular.woff2') format('woff2'), url('../fonts/AlibabaSans-Regular.woff') format('woff'), url('../fonts/AlibabaSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alibaba Sans';
  src: url('../fonts/dearJoe6TRIAL.eot');
  src: url('../fonts/dearJoe6TRIAL.eot?#iefix') format('embedded-opentype'), url('../fonts/dearJoe6TRIAL.woff2') format('woff2'), url('../fonts/dearJoe6TRIAL.woff') format('woff'), url('../fonts/dearJoe6TRIAL.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'Alibaba Sans';
  src: url('../fonts/FamiliarPro-Bold.eot');
  src: url('../fonts/FamiliarPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FamiliarPro-Bold.woff2') format('woff2'), url('../fonts/FamiliarPro-Bold.woff') format('woff'), url('../fonts/FamiliarPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Alibaba Sans";
  font-weight: normal;
  max-width: 1920px;
  margin: 0 auto;
}
.font-26{
  font-size: 26px;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1550px;
}
.ui.container.wraper {
  max-width: 1230px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 10;
  width: 100%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  position: fixed;
  top: 0;
  padding: 15px 0;
  background: white;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #fff;
}
#header .nav .ui.menu {
  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 auto;
  max-width: 100%;
  padding: 0 100px 0 80px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  line-height: 2;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  font-size: 20px;
  font-weight: 500;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li.active,
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #3c7c2f;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 0px 0;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -4px;
  z-index: -1;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #a5ca0b;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after,
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  opacity: 1;
}
#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: 15px;
  background: #fff;
  top: 100%;
  left: 0px;
  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 #3c7c2f;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu ul{
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -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:hover {
  background: #006e37;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover ul,
#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 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .language {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-left: 25px;
  z-index: 10;
}
#header .nav .ui.menu .language ul {
  -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: 15px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 140px;
  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 #3c7c2f;
  display: none \9;
}
#header .nav .ui.menu .language ul li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 35px;
  color: black;
  font-size: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul li a {
  display: block;
}
#header .nav .ui.menu .language ul li a img {
  width: 23px;
  vertical-align: middle;
  margin-right: 6px;
}
#header .nav .ui.menu .language ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .language:hover ul {
  -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 .Auxil-search {
  margin-left: 80px;
}
#header .nav .ui.menu .Auxil-search form {
  position: relative;
  width: 170px;
  height: 35px;
  border: 1px solid #c3c3c3;
  border-radius: 18px;
  font-size: 16px;
}
#header .nav .ui.menu .Auxil-search form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0 20px;
  border: none;
}
#header .nav .ui.menu .Auxil-search form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 100%;
  background: url(../images/search.png) no-repeat center;
  padding: 0;
}
#header .nav .ui.menu .code {
  position: relative;
  font-size: 22px;
  margin-left: 35px;
}
#header .nav .ui.menu .code #ewm {
  width: 120px;
  height: 120px;
  border: 5px solid white;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
#header .nav .ui.menu .code:hover #ewm {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#header.active {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#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 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: #eb623a;
  -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: #eb623a;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
  
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.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: #eb623a;
}
#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: #eb623a !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -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;
  right: 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;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  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;
  line-height: 2;
}
#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: 2;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #eb623a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 2;
}
#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: #eb623a;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) 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;
}
@media screen and (max-width: 1000px) {
  #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;
}
.more {
  color: white;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  /*height: 50px;*/
  line-height: 50px;
  border-radius: 25px;
  z-index: 1;
  background:#006e37;
  overflow: hidden;
  position: relative;
  padding: 0 45px;
  /*font-weight: bold;*/
}
.more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 110%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #a5ca0b;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.more:hover::after {
  width: 110%;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
#banner {
  margin-top: 96px;
  position: relative;
  overflow: hidden;
}
#banner ul li {
  position: relative;
}
#banner ul li .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
#banner ul li .content .h2 {
  font-weight: 800;
  font-size: 50px;
  line-height: 1.8;
}
#banner ul li .content p {
  font-size: 18px;
  line-height: 2;
  opacity: 0.7;
  max-width: 920px;
  margin: 4px auto 45px;
}
#banner ul .slick-active li .h2 {
  -webkit-animation: 1s 0.3s fadeInUp both;
  -moz-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
}
#banner ul .slick-active li p {
  -webkit-animation: 1s 0.6s fadeInUp both;
  -moz-animation: 1s 0.6s fadeInUp both;
  animation: 1s 0.6s fadeInUp both;
}
#banner ul .slick-active li .more {
  -webkit-animation: 1s 0.9s fadeInUp both;
  -moz-animation: 1s 0.9s fadeInUp both;
  animation: 1s 0.9s fadeInUp both;
}
#banner .btn span {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  cursor: pointer;
  background: white;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #3c7c2f;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 26px;
  line-height: 120px;
}
#banner .btn span.prev {
  left: -65px;
}
#banner .btn span.prev i {
  margin-left: 77px;
}
#banner .btn span.next {
  right: -65px;
}
#banner .btn span.next i {
  margin-left: 25px;
}
#banner .btn span:hover {
  background: #3c7c2f;
  color: white;
}
.font-41 {
  font-size: 41px;
}
.font-50 {
  font-size: 36px;
}
.font-52 {
  font-size: 52px;
}
.font-800 {
  font-weight: 800;
}
.font-62 {
  font-size: 62px;
}
#index-body .i-init1 {
  padding: 40px 0;
}
#index-body .i-init1 ul li {
  text-align: center;
}
#index-body .i-init1 ul li .h3 {
  font-size: 50px;
  font-weight: bold;
  color: #a5ca0b;
  line-height: 1;
  position: relative;
}
#index-body .i-init1 ul li .h3 i {
  font-size: 25px;
  position: absolute;
}
#index-body .i-init1 ul li .h3 span{
  font-size: 22px;
}
#index-body .i-init1 ul li p {
  font-size: 18px;
  margin-top: 28px;
  line-height: 2;
}
#index-body .i-about {
  text-align: center;
  background: #f7f7f7;
  padding-top: 75px;
}
#index-body .i-about .content {
  font-size: 18px;
  line-height: 2;
  margin: 20px 0 80px;
}
h1.hhhhhh {
    display: inline;
}
#index-body .i-about .bottom {
  position: relative;
}
#index-body .i-about .bottom .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .i-about .bottom .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(122, 165, 67, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
#index-body .i-about .bottom .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(122, 165, 67, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .i-product {
  padding: 120px 0;
}
#index-body .i-product > ul > 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;
}
#index-body .i-product > ul > li .text {
  width: 50%;
  padding: 0 90px;
  text-align: center;
}
#index-body .i-product > ul > li .text .tag {
  font-size: 14px;
  color: #9abd57;
  line-height: 2;
}
#index-body .i-product > ul > li .text .h2 {
  margin-bottom: 22px;
  line-height: 2;
}
.h2.font-62.font-800.wow.fadeInUp {
    line-height: 1.6;
}
#index-body .i-product > ul > li .text ul {
  margin: 0 -15px;
}
#index-body .i-product > ul > li .text ul .slick-list {
  padding-top: 20px;
}
#index-body .i-product > ul > li .text ul li {
  padding: 0 15px;
}
#index-body .i-product > ul > li .text ul li .imgbox {
  position: relative;
  background: #fff;
  border: 1px solid #e7e7e7;
}
#index-body .i-product > ul > li .text ul li .imgbox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: #a5ca0b;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
#index-body .i-product > ul > li .text ul li .h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 24px 0;
}
#index-body .i-product > ul > li .text ul li .more {
  border: 3px solid #aaaaaa;
  color: #aaaaaa;
  background-color: transparent;
  font-size: 16px;
  line-height: 46px;
}
#index-body .i-product > ul > li .text ul li .more::after {
  background-color: #a5ca0b;
}
#index-body .i-product > ul > li .text ul li .more:hover {
  border-color: #a5ca0b;
  color: white;
}
#index-body .i-product > ul > li .text ul li:hover .imgbox::after {
  -webkit-transform: translate(-12px, -13px);
  -moz-transform: translate(-12px, -13px);
  -ms-transform: translate(-12px, -13px);
  transform: translate(-12px, -13px);
}
#index-body .i-product > ul > li .img {
  width: 50%;
}
#index-body .i-product > ul > li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#index-body .i-init4 {
  background: url(../images/application-filed.jpg) no-repeat;
  background-size: cover;
  padding: 135px 0 160px;
}
#index-body .i-init4 .box {
  width: 50%;
  color: white;
  text-align: center;
}
#index-body .i-init4 .box .txt {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}
#index-body .i-advantage {
  text-align: center;
  padding-top: 125px;
  padding-bottom: 140px;
}
#index-body .i-advantage .h2 {
  margin-bottom: 85px;
      line-height: 1.6;
}
#index-body .i-advantage ul {
  margin: 0 -25px;
}
#index-body .i-advantage ul li {
  padding: 0 25px;
}
#index-body .i-advantage ul li .icon {
  position: relative;
  display: inline-block;
}
#index-body .i-advantage ul li .icon i {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #a5ca0b;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
#index-body .i-advantage ul li .h5 {
  font-size: 22px;
  font-weight: bold;
  margin: 14px 0 20px;
  line-height: 2;
}
#index-body .i-advantage ul li .txt {
  font-size: 16px;
  line-height: 2;
}
#index-body .i-form {
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
}
#index-body .i-form .box {
  width: 50%;
}
#index-body .i-form .box p {
  font-size: 31px;
  font-weight: 800;
  margin: 10px 0 27px;
  line-height: 2;
}
#index-body .i-form .box form ul {
  margin: 0 -10px;
}
#index-body .i-form .box form ul li {
  padding: 0 10px;
  margin-bottom: 20px;
}
#index-body .i-form .box form ul li input,
#index-body .i-form .box form ul li textarea {
  background: #9abd57;
  color: white;
  height: 70px;
  width: 100%;
  font-size: 20px;
  border-radius: 8px;
  border: none;
  padding: 0 30px;
  font-weight: bold;
}
#index-body .i-form .box form ul li textarea::-webkit-input-placeholder,
#index-body .i-form .box form ul li input::-webkit-input-placeholder {
  color: #fff;
}
#index-body .i-form .box form ul li textarea::-moz-placeholder,
#index-body .i-form .box form ul li input::-moz-placeholder {
  color: #fff;
}
#index-body .i-form .box form ul li textarea:-ms-input-placeholder,
#index-body .i-form .box form ul li input:-ms-input-placeholder {
  color: #fff;
}
#index-body .i-form .box form ul li textarea:-moz-placeholder,
#index-body .i-form .box form ul li input:-moz-placeholder {
  color: #fff;
}
#index-body .i-form .box form ul li textarea {
  padding: 30px;
  height: 180px;
}
#index-body .i-form .box form ul li .more {
  border: none;
  background: transparent;
  border: 2px solid #3c7c2f;
  color: #3c7c2f;
  height: 70px;
  border-radius: 35px;
  font-size: 16px;
}
#index-body .i-form .box form ul li .more::after {
  background: #3c7c2f;
}
#index-body .i-form .box form ul li .more:hover {
  color: white;
  background: #3c7c2f;
}
#index-body .i-form .box form ul li.wid-100 {
  width: 100%;
}
#index-body .i-form .img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#index-body .i-news {
  padding-top: 108px;
}
#index-body .i-news .h2 {
  text-align: center;
  line-height: 2;
}
#index-body .i-news .txt {
  text-align: center;
  font-size: 22px;
  color: #9abd57;
  margin: 8px 0 75px;
}
#index-body .i-news ul {
  margin: 0 -15px;
}
#index-body .i-news ul li {
  padding: 0 15px;
}
#index-body .i-news ul li .time {
  font-size: 18px;
  color: #474747;
  font-weight: bold;
  margin: 25px 0 9px;
}
#index-body .i-news ul li .time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
#index-body .i-news ul li .h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
#index-body .i-news ul li .des {
  font-size: 16px;
  line-height: 2;
  color: #5d5d5d;
  /*font-weight: bold;*/
  margin: 12px 0 28px;
}
#index-body .i-news ul li .more {
  border: 3px solid #aaaaaa;
  color: #aaaaaa;
  background-color: transparent;
  font-size: 16px;
  line-height: 45px;
}
#index-body .i-news ul li .more::after {
  background-color: #a5ca0b;
}
#index-body .i-news ul li .more:hover {
  border-color: #a5ca0b;
  color: white;
}
#footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 60px;
}
#footer .wrap {
  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;
  padding-bottom: 50px;
}
#footer .wrap .one .share {
  text-align: center;
  margin-top: 70px;
}
#footer .wrap .one .share a {
  display: inline-block;
  margin: 0 5px;
  width: 27px;
  height: 27px;
  background: #170b1a;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  line-height: 27px;
  font-size: 16px;
  color: white;
}
#footer .wrap .one .share a img {
  -webkit-filter: invert(1);
  filter: invert(1);
  vertical-align: sub;
}
#footer .wrap .one .share a:hover {
  background: #006e37;
}
#footer .wrap .h5 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
      line-height: 2;
}
#footer .wrap ul li {
  font-size: 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 2;
}
#footer .wrap ul li:hover {
  color: #006e37;
}
#footer .wrap .four {
  max-width: 400px;
}
#footer .wrap .four p {
  font-size: 16px;
  position: relative;
  padding-left: 40px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 2;
}
#footer .wrap .four p img {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .f-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  border-top: 1px solid black;
  padding: 20px 0 40px;
  line-height: 2;
}
#footer .f-copy img {
  height: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
  }
}
@media screen and (max-width: 1550px) {
  .ui.container {
    max-width: 1350px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #header .nav .ui.menu {
    padding: 0 65px;
  }
  #header .nav .ui.menu .Auxil-search {
    margin-left: 40px;
  }
  #banner ul li .content .h2 {
    font-size: 42px;
  }
  .font-50 {
    font-size: 40px;
  }
  #index-body .i-product > ul > li .text {
    padding: 0 70px;
  }
  .font-62 {
    font-size: 50px;
  }
  #index-body .i-form .img {
    width: 60%;
    height: 100%;
  }
  #index-body .i-form .img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container.wraper,
  .ui.container {
    max-width: 1150px;
  }
  #header .nav .ui.menu .logo {
    width: 200px;
  }
  #header .nav .ui.menu {
    padding: 0 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 13px;
  }
  #banner ul li .content .h2 {
    font-size: 36px;
  }
  #banner ul li .content p {
    font-size: 16px;
  }
  .font-41 {
    font-size: 35px;
  }
  .font-50 {
    font-size: 30px;
  }
  #index-body .i-product > ul > li .text {
    padding: 0 40px;
  }
  #index-body .i-product > ul > li .text .h2 {
    margin-bottom: 0;
  }
  .font-62 {
    font-size: 40px;
  }
  #index-body .i-init4 {
    background-position: top right 55%;
  }
  #index-body .i-advantage ul {
    margin: 0 -15px;
  }
  #index-body .i-advantage ul li {
    padding: 0 15px;
  }
  .font-52 {
    font-size: 40px;
  }
  #footer .wrap .four {
    max-width: 320px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container.wraper,
  .ui.container {
    max-width: 970px;
  }
  #header .nav .ui.menu .code {
    display: none;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
    font-size: 16px;
  }
  #index-body .i-product > ul > li {
    margin-bottom: 80px;
  }
  #index-body .i-product > ul > li:last-child {
    margin-bottom: 0;
  }
  #footer .wrap .three {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container.wraper,
  .ui.container {
    max-width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner ul li .content .h2 {
    font-size: 28px;
  }
  #banner {
    margin-top: 40px;
  }
  #banner ul li .content p {
    font-size: 15px;
    padding: 0 50px;
    line-height: 23px;
    margin-bottom: 23px;
  }
  #banner .btn span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
  }
  #banner .btn span.prev {
    left: -50px;
  }
  #banner .btn span.next {
    right: -50px;
  }
  #banner .btn span.prev i {
    margin-left: 54px;
  }
  #banner .btn span.next i {
    margin-left: 12px;
  }
  #index-body .i-init1 ul li .h3 {
    font-size: 40px;
  }
  #index-body .i-init1 ul li {
    width: 25%;
  }
  #index-body .i-init1 ul li p {
    font-size: 16px;
    margin-top: 13px;
  }
  .font-41 {
    font-size: 30px;
  }
  #index-body .i-product > ul > li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-product > ul > li .text {
    width: 100%;
    margin-bottom: 40px;
  }
  #index-body .i-product > ul > li .img {
    width: 100%;
  }
  #index-body .i-init4 .box {
    width: 100%;
  }
  #index-body .i-advantage ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .i-form .box {
    width: 100%;
  }
  #index-body .i-form .img {
    position: relative;
    width: 100%;
    padding: 0 15px;
  }
  #footer .wrap .two {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .content p {
    display: none;
  }
  #banner ul li .content .h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  #index-body .i-init1 ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .i-news .txt {
    font-size: 18px;
  }
  #index-body .i-advantage {
    padding-bottom: 50px;
  }
  #footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .wrap .one {
    width: 100%;
  }
  #footer .wrap .one .share {
    display: none;
  }
  #footer .wrap .four {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .font-62 {
    font-size: 32px;
  }
  #index-body .i-advantage ul li {
    width: 100%;
  }
  #index-body .i-form .box form ul li input {
    padding: 0 15px;
  }
  #index-body .i-form .box form ul li textarea {
    padding: 15px;
  }
  .font-52 {
    font-size: 30px;
  }
}



.inner-banner {
  position: relative;
  height: 500px;
  padding-top: 12%;
  overflow: hidden;
}
.inner-banner .luxy-el {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  left: 0;
  top: 0;
}
.inner-banner .container {
  z-index: 2;
}
.inner-banner .mbx-box {
  position: relative;
  /*padding-left: 6vw;*/
  text-align: center;
  width: 100%;
  margin: auto;
}
.inner-banner .mbx-box::after {
  position: absolute;
  z-index: -1;
  content: attr(data-name);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 5vw;
  line-height: 1;
  color: rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
  font-family: 'Krona';
}
.inner-banner .mbx-box .mbx {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
}
.inner-banner .mbx-box .mbx a,
.inner-banner .mbx-box .mbx span {
  margin: 0 3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-banner .mbx-box .mbx a:hover {
  color: #006e37;
}
.inner-banner .mbx-box .mbx a:first-child {
  margin-left: 0;
}
.inner-banner .mbx-box .mbx span {
  margin-right: 0;
}
.inner-banner .mbx-box h2 {
  font-size: 48px;
  line-height: 2;
  color: #fff;
  /*text-transform: uppercase;*/
  /*margin-bottom: 15px;*/
  font-weight: 800;
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
h1.heisha {
  font-size: 25px;
  line-height: 2;
  padding: 10px 0;
  font-weight: 900;
      color: #3c7c2f;
}
.heishai {
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #006e37 none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*padding-left: 150px;*/
}
.inner-page .m-page span {
  background: #006e37;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 24px;
  line-height: 1.8;
  color: #006e37;
  /*text-transform: uppercase;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 700;
  /*font-family: 'Krona';*/
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 8px 0;
  font-size: 16px;
  /*line-height: 2;*/
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: #006e37;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #006e37;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont {
  margin-top: 10px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a {
  position: relative;
  display: block;
  padding-left: 25px;
  padding-bottom: 10px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 11px;
  left: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
p.nesdre {
  font-size: 14px!important;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #006e37;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/tongyong.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  font-family: 'BackNine';
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Krona';
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #006e37;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}
.about-page .about-1 {
  padding: 100px 0;
  background: url(../images/about-1-bg.jpg) no-repeat center bottom;
}
.about-page .about-1 .a-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.about-page .about-1 .a-title .left {
  width: 50%;
  padding: 0px 50px 0px 20px;
}
.about-page .about-1 .a-title .left h2,
.about-page .about-1 .a-title .left h1 {
  font-size: 45px;
  line-height: 2;
  color: #31312f;
}
.about-page .about-1 .a-title .right {
  width: 50%;
  padding: 0 15px;
  max-height: 250px;
  overflow: auto;
}
.about-page .about-1 .a-title .right p {
  font-size: 18px;
  line-height: 1.8;
  color: #373737;
}
.about-page .about-1 .a-video {
  position: relative;
}
.about-page .about-1 .a-video .play_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  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;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
}
.about-page .about-1 .a-video .play_cont i {
  margin-left: 7px;
}
.about-page .about-1 .a-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
}
.about-page .about-1 .a-bottom .left {
  width: 50%;
}
.inner-page .content,
.inner-page .text,
.inner-page p {
  /*font-family: "Poppins";*/
  font-weight: 300;
}
/*.inner-page h1,
.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5 {
  font-weight: bold;
}*/
.about-page .about-1 .a-bottom .left .content {
  padding: 40px 40px;
}
.about-page .about-1 .a-bottom .left .content p {
  font-size: 18px;
  line-height: 2;
  color: #4f4f4f;
  margin-bottom: 10px;
}
.about-page .about-1 .a-bottom .left .content .more {
    line-height: 51px;
    height: 57px;
    border: 3px solid black;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    font-family: "Poppins";
    padding: 0 3.5em;
    border-radius: 28px;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 2em;
}
.about-page .about-1 .a-bottom .left .content .more:hover {
  background: #006e37;
  color: white;
  border-color: #006e37;
}
.about-page .about-1 .a-bottom .left .content .more::before{
  display: none;
}
.about-page .about-1 .a-bottom .right {
  width: 50%;
  text-align: right;
}
.about-page .about-2 {
  height: 713px;
  background: url(../images/history-bg.jpg) no-repeat center center;
}
.about-page .about-2 .container {
  height: 100%;
}
.about-page .about-2 .historyBox {
  max-width: 1280px;
  margin: 0 auto;
  max-height: 640px;
  overflow: auto;
  padding-top: 120px;
}
.about-page .about-2 .historyBox::-webkit-scrollbar {
  width: 0;
}
.about-page .about-2 .historyBox ul {
  background-image: url(/seasidefishing/2022/06/14/timeline-bg.png);
  background-repeat: repeat-y;
  background-position: 0;
  padding: 20px 0;
}
.about-page .about-2 .historyBox ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 60px 20px 120px;
  position: relative;
}
.about-page .about-2 .historyBox ul li span {
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  display: block;
  left: 60px;
  color: #fff;
  font-size: 27px;
}
.about-page .about-2 .historyBox ul li .left {
  width: 60%;
  text-align: center;
  padding: 0 50px;
}
.about-page .about-2 .historyBox ul li .right {
  text-align: center;
  width: 40%;
  padding-right: 50px;
}
.about-page .about-2 .historyBox ul li .right h4 {
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
  margin: 0 auto 20px;
}
.about-page .about-2 .historyBox ul li .right p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  margin: 0 auto;
}
.about-page .about-2 .historyBox ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about-page .about-2 .historyBox ul li:nth-child(even) .right {
  padding-left: 50px;
  padding-right: 0;
}


.news-page {
  padding: 80px 0;
      /*background: #fafafa;*/
}
.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-page .sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
}
.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0px;
}
.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 85px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 75px;
  display: flex;
  /*align-items: center;*/
}
.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  width: 50%;
  flex-shrink: 0;
  margin-right: 25px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img a{
  display: block;
  height: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;

}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  padding: 0 0px;
  /*margin-left: 4px;*/
  /*margin-bottom: 15px;*/
  display: inline-block;
  font-size: 14px;
  /*line-height: 2;*/
  text-transform: uppercase;
  color: #a5ca0b;;
  /*border: 1px solid #a5ca0b;;*/
  /*-webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);*/
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: #006e37;
  color: #fff;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
  /*-webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);*/
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 24px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 15px;
  /*font-family: 'Krona';*/
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: #006e37;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  line-height: 2;
  color: #aaa;
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 20px;
  position: relative;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 10px;
  font-family: 'Krona';
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 2;
  color: #555555;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
 
    margin-top: 2em;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  margin-top: -.3em;
}
 
/*.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
/*.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 10px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
  font-weight: bold;
  padding: 0;
  margin: 0;
  background: transparent;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #006e37;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::before{
  display: none;
}*/
.newdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 85px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.newdet-page .product-page {
  width: 100%;
}
.newdet-page .product-page h2.title {
  border: none;
}
.newdet-page .product-page .swiper {
  padding: 5px;
}
.newdet-page .product-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #006e37;
  border: 1px solid #006e37;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a:hover {
  background: #006e37;
  color: #fff;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  line-height: 2;
  margin-left: 12px;
  color: #aaa;
  /*text-transform: uppercase;*/
  position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
  font-family: 'Krona';
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover {
  color: #006e37;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
   margin-top: 40px;
       line-height: 2;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a em{
  /*display: block;*/
  font-size: 14px;
  line-height: 28px;
  color: #a7a7a7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a i {
  margin-right: 10px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a:last-child{
  text-align: left;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a  i {
 margin-left: 10px; 
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a:hover{
   color: #000;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form {
  margin-top: 60px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3 {
  font-size: 30px;
  line-height: 2;
  color: #000;
  /*text-transform: uppercase;*/
  margin-bottom: 30px;
  font-family: 'Krona';
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p {
  font-size: 18px;
  line-height: 2;
  color: #000;
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p span {
  color: #006e37;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form span.span {
  font-size: 16px;
  display: inline-block;
  color: #000;
  margin-bottom: 25px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 20px;
  color: #555555;
  font-size: 14px;
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 45px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 15px 35px;
  position: relative;
  /*-webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);*/
  margin-left: 5px;
  border: none;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button:hover::after {
  width: 100%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
  font-family: 'Krona';
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #006e37;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.product-page {
  padding: 110px 0;
      /*background: #fafafa;*/
}
.product-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}
.product-page .product-list ul li {
  width: 33.3333%;
  padding: 10px;
}
.product-page .product-list ul li .product-block {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border: 1px solid;
  border-color: #e7e7e7;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
  height: 100%;
  padding-bottom: 40px;
      background: #ffffff;
}
/*.product-page .product-list ul li .product-block:hover .product-transition .product-inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}*/
.product-page .product-list ul li .product-block:hover .product-transition .fa-box .fa {
  opacity: 1;
}
.product-page .product-list ul li .product-block:hover .see-more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .product-list ul li .product-block .product-transition {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
}
.product-page .product-list ul li .product-block .product-transition .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image {
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  /*-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;*/
  bottom: 100%;
}
/*.product-page .product-list ul li .product-block .product-transition .product-inner .product-image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}*/
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  /*background: #f7f7f7;*/
}
.product-page .product-list ul li .product-block .product-transition .fa-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa {
  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;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  color: #aaa;
  background: #fff;
  font-size: 18px;
  font-weight: 100;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 2px;
  opacity: 1;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa:hover {
  background: #a5ca0b;
  color: #fff;
}
.product-page .product-list ul li .product-block .product-content {
  padding: 10px 30px 0;
  text-align: center;
  margin-bottom: 20px;
}
.product-page .product-list ul li .product-block .product-content h4 {
  font-size: 16px;
  line-height: 2;
  color: #000;
  /*text-transform: uppercase;*/
  margin-bottom: 12px;
}
.product-page .Auxil-related .product-list ul li .product-block .product-content h4{
  min-height: 96px;
}
.product-page .product-list ul li .product-block .product-content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  font-family: 'Krona';
}
.product-page .product-list ul li .product-block .product-content h4 a:hover {
  text-decoration: underline;
}
.product-page .product-list ul li .product-block .product-content p {
  font-size: 16px;
  line-height: 2;
  color: #aaa;
}
.product-page .product-list ul li .product-block .see-more {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  text-align: center;
  padding: 5px 35px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  background: #3c7c2f;
  color: #fff;
  height: 48px;
  line-height: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  font-family: 'Krona';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.product-page .product-list ul li .product-block .see-more:hover {
  background: #a5ca0b;
}
.prodet-page.product-page .ui.container {
  max-width: 1400px;
}
.prodet-page .prodet-1 {
  padding: 80px 0 60px;
}
.prodet-page .prodet-1 .left {
  padding-right: 5%;
  /*vertical-align: middle;*/
}
.prodet-page .prodet-1 .left .img {
  display: block;
  position: relative;
  z-index: 1;
  /*border: 1px solid #e7e7e7;*/
  background: #f7f7f7;
}
.prodet-page .prodet-1 .left .img .pv-video-player {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .pv-video-player {
  display: block;
}
.prodet-page .prodet-1 .left .img.active > img {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .zoom {
  display: none;
}
.prodet-page .prodet-1 .left .img img {
  width: 100%;
      border: 1px solid;
    border-color: #e7e7e7;
    background: #fff;
}
.prodet-page .prodet-1 .left .img .zoom {
  line-height: 32px;
  height: 32px;
  padding: 0 18px;
  color: #595959;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ebebeb;
}
.prodet-page .prodet-1 .left .img .zoom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
}
.prodet-page .prodet-1 .left .img .zoom:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  border-bottom: 32px solid #ebebeb;
  border-left: 32px solid transparent;
}
.prodet-page .prodet-1 .left .slick{
  margin-top: 30px;
}
.prodet-page .prodet-1 .left .slick .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .left .slick ul {
  margin: -5px;
}
.prodet-page .prodet-1 .left .slick ul li{
  padding: 5px;
}
.prodet-page .prodet-1 .left .slick ul li a{
  display: block;
    border: 1px solid;
    border-color: #e7e7e7;
    background: #fff;
}
.prodet-page .prodet-1 .right {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  /*font-family: 'Krona';*/
  line-height: 2;
      font-weight: 700;
          color: #3c7c2f;
}
.m-link.Auxil-through.font-18.mt-20 {
    line-height: 2;
}
.prodet-page .prodet-1 .right h6 {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right h6 small {
  font-size: 150%;
  margin-left: 10px;
}
.prodet-page .prodet-1 .right .content {
  padding: 20px 0 25px;
  font-size: 16px;
  color: #555555;
  line-height: 2;
  max-height: 535px;
  overflow: auto;
  padding-right: 10px;
}
.prodet-page .prodet-1 .right .content table p {
  text-align: left;
}
.prodet-page .prodet-1 .right .slick {
  margin-bottom: 30px;
  padding: 0 30px;
}
.prodet-page .prodet-1 .right .slick .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .right .slick ul {
  /*margin: -5px;*/
}
.prodet-page .prodet-1 .right .slick ul li {
  padding: 0 5px;
}
.prodet-page .prodet-1 .right .slick ul li img {
  display: block;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .slick .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .right .slick .slick-arrow:after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 16px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev {
  left: -30px;
  padding: 2% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next {
  right: -30px;
  padding: 2% 10px;
  background: #006e37;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next:after {
  content: "\f0da";
}
/*.prodet-page .prodet-1 .right a.more {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 10px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.prodet-page .prodet-1 .right a.more:hover::after {
  width: 100%;
}
.prodet-page .prodet-1 .right a.more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
  margin: 0;
  padding: 0;
  background: transparent;
}
.prodet-page .prodet-1 .right a.more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #006e37;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.prodet-page .prodet-1 .right a.more::before{
  display: none;
}*/
.prodet-page .prodet-1 .right .inquiry-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 16px;
  text-transform: capitalize;
}
.prodet-page .prodet-1 .right .inquiry-box img {
  margin-left: 1em;
}
.prodet-page .prodet-1 .right .share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0 2em;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .share img.fr {
  max-width: 30% !important;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  font-size: 18px;
  line-height: 2;
  color: #555555;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 10px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #006e37;
}
.prodet-page .prodet-1 .right .download {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
  padding: 1em;
  background: #006e37;
  color: white;
  border-radius: .2em;
  transition: .5s;
}
.prodet-page .prodet-1 .right .download:hover {
  opacity: .7;
}
.prodet-page .prodet-2 {
  padding-top: 50px;
}
.prodet-page h2.title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
  /*text-transform: uppercase;*/
  font-family: 'Krona';
}
.prodet-page .product-list {
  width: 100%;
}
.prodet-page .product-list ul {
  width: 100%;
}
.prodet-page .product-list ul .slick-list {
  width: 100%;
}
.prodet-page .prodet-2 .content {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
.prodet-page .prodet-2 .content .slick {
  margin-top: 30px;
}
.prodet-page .prodet-2 .content .slick ul {
  margin: -10px;
}
.prodet-page .prodet-2 .content .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .content .slick ul li a {
  display: block;
  position: relative;
}
.prodet-page .prodet-2 .content .slick ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/icon-search-white.png') center center no-repeat rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .content .slick ul li a:hover:after {
  opacity: 1;
}
.prodet-page .prodet-2 .content table,
.prodet-page .prodet-2 .content table td {
  border: none;
}
.prodet-page .prodet-2 .content table td {
  padding: 5px 10px;
}
.prodet-page .prodet-2 .content table td:first-child {
  padding-left: 0;
}
.prodet-page .prodet-2 .content table td blockquote {
  max-width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.prodet-page .prodet-2 .content table td blockquote:title {
  padding: 10px;
  font-size: 16px;
}
.prodet-page .prodet-2 .content table tr {
  border-bottom: 1px solid #dedede;
  background: none !important;
}
.prodet-page .prodet-2 .content table tr:last-child {
  border-bottom: none;
}
.prodet-page .prodet-3 {
  padding: 40px 0 40px;
}
.prodet-page.product-page .prodet-3 .product-list ul li {
  width: 25%;
}
.prodet-page.product-page .prodet-3 .product-list ul {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.custom-page .custom-3 {
  padding: 80px 0 100px;
  text-align: center;
  background: #f5f5f5;
}
.custom-page .custom-3 .text {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  margin: 20px 0 30px;
  line-height: 30px;
}
.custom-page .custom-3 .list > ul {
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
}
.custom-page .custom-3 .list > ul > li {
  padding: 10px 0 80px 65px;
  border-top: 1px solid #e7e7e7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.custom-page .custom-3 .list ul li i {
  position: absolute;
  top: 18px;
  left: 0;
  width: 60px;
}
.custom-page .custom-3 .list ul li i img {
  display: block;
  max-width: 100%;
}
.custom-page .custom-3 h5 {
  padding-right: 60px;
  position: relative;
  font-size: 30px;
  line-height: 1.6;
  font-family: 'Krona';
      color: #000;
}
.custom-page .custom-3 h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.custom-page .custom-3 h5 span:after,
.custom-page .custom-3 h5 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}
.custom-page .custom-3 h5 span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-3 .content {
  margin-top: 30px;
  font-size: 16px;
  /*color: #7a7a7a;*/
  line-height: 1.8;
}
.custom-page .custom-3 .content table {
  border: 1px solid #ccc;
  text-align: left;
}
.custom-page .custom-3 .content table p {
  text-align: left;
}
.custom-page .custom-3 .content table tbody {
  table-layout: fixed;
}
.custom-page .custom-3 .content table tbody td {
  border: 1px solid #ccc;
}
.custom-page .custom-3 .list ul li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 0 0 50px;
}
.prodet-page .custom-page .custom-3 .list > ul > li {
  padding-left: 0;
}
.prodet-page .custom-page .custom-3 .list > ul > li i {
  display: none;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-bottom: 20px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a:hover {
  color: #006e37;
}
/*honor*/
.about-page .about-9 {
  padding-top: 110px;
  padding-bottom: 110px;
  /*background: url(../images/history-bg.jpg) no-repeat center center;*/
}
.about-page .about-9 .left {
  width: 100%;
}
.about-page .about-9 .left .text {
  display: block;
  font-size: 16px;
  color: #717171;
  line-height: 30px;
  margin: 10px 0 25px;
}
.about-page .about-9 .right {
  width: 100%;
  /*padding-left: 3%;*/
  padding-top: 6%;
}
.about-page .about-9 .right ul {
  margin: -80px -8px;
}
.about-page .about-9 .right ul li {
  padding: 80px 8px;
}
.about-page .about-9 .right ul li img {
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  top: 0;
}
/*.about-page .about-9 .right ul .slick-active li img {
  top: -30px;
}
.about-page .about-9 .right ul .slick-current li img {
  top: 20px;
}
.about-page .about-9 .right ul .slick-current + div li img {
  top: -40px;
}*/
.about-page .about-9 .left a.more {
  display: inline-block;
  text-align: center;
  width: 290px;
  height: 61px;
  font-size: 20px;
  line-height: 61px;
  padding-right: 60px;
  color: transparent;
  background: url(/template/en/images/more-hover.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  color: #fff;
  text-transform: capitalize;
  font-family: 'BackNine';
}
.about-page .about-9 .left a.more:hover {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
.about-page .about-9 .left h2 {
  display: block;
  font-size: 36px;
  line-height: 1.6;
  text-transform: capitalize;
  font-weight: 700;
}
.about-page .about-9 .left i.tag {
  display: block;
  font-size: 16px;
  color: #006e37;
  margin-bottom: 5px;
  line-height: 2;
  font-weight: bold;
}
.text-right {
  margin: auto;
  width: 20%;
}
.wenan-ny {
  width: 80%;
}
.about-page .about-9 .left {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
/*honor-end*/
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p img {
  padding: 15px;
  width: 50%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
  font-size: 16px!important;
    color: #666!important;
    text-align: left!important;
    line-height: 2!important;
    height: auto!important;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content h1 {
  font-size: 26px!important;
  line-height: 1.8!important;
  padding: 10px 5px!important;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content ul li {
    padding: 5px 10px!important;
    line-height: 2!important;
    font-size: 16px!important;
    color: #666!important;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content h3 {
  font-size: 18px!important;
  line-height: 1.8!important;
  padding: 10px 5px!important;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content h2 {
  font-size: 20px!important;
  line-height: 1.6!important;
  padding: 10px 5px!important;
  font-weight: 600!important;
  color: #006e37!important;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content  ol li,.newdet-page .sidebar-box .sidebar-right .newdet-content .content  ul li {
    list-style: disc!important;
    list-style-position: inside!important;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news {
  padding-bottom: 30px;
}
.contact-page {
  padding-bottom: 60px;
}
.main-map .button-group .button {
  background-color: #006e37;
}
.inner-page.contact-page .contact-1 .map {
  width: 65%;
}
.inner-page.contact-page .contact-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-page.contact-page .contact-1 .ui.container .con-right {
  width: 35%;
  margin: auto;
  padding-left: 6%;
}
.inner-page.contact-page .contact-1 .text-map {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}
.inner-page.contact-page .contact-1 .text-map h5 {
  font-size: 28px;
  padding: 15px 0;
  font-family: 'Krona';
}
.inner-page.contact-page .contact-1 .text-map p {
  font-size: 18px;
}
.inner-page.contact-page .contact-1 .ui.container .con-right li {
  padding: 15px 0;
  font-size: 18px;
  line-height: 2;
}
.inner-page.contact-page .contact-1 .ui.container .con-right h3 {
  font-size: 24px;
  padding-bottom: 20px;
  font-family: 'Krona';
}
/*.inner-page.contact-page .contact-1 .ui.container .con-right li:nth-child(1) {
  background: url(../images/c-1.png) no-repeat left center;
  padding-left: 80px;
}
.inner-page.contact-page .contact-1 .ui.container .con-right li:nth-child(2) {
  background: url(../images/c-2.png) no-repeat left center;
  padding-left: 80px;
}
.inner-page.contact-page .contact-1 .ui.container .con-right li:nth-child(3) {
  background: url(../images/c-3.png) no-repeat left center;
  padding-left: 80px;
}*/
.inner-page.contact-page .contact-2 {
  padding-top: 100px;
}
.inner-page.contact-page .contact-2 h2.title{
  font-size: 45px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
/*.inner-page.contact-page .contact-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}*/
.inner-page.contact-page .contact-2 .ui.container .xisai {
  width: 20%;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai {
  width: 80%;
  padding-left: 60px;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li {
  width: 30%;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li h2 {
  font-size: 22px;
  font-family: 'Krona';
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li p {
  font-size: 18px;
}
.shuimu-list li {
  position: absolute;
}
.shuimu-list li img {
  display: inline-block;
}
.about-page .shuimu-list li.shuimu-1 {
  left: 10%;
  top: 6%;
}
.about-page .shuimu-list li.shuimu-2 {
  right: 0;
  top: 30%;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
}
.about-page .shuimu-list li.shuimu-3 {
  left: 35%;
  top: 58%;
}
.contact-page .shuimu-list li.shuimu-1 {
  left: 15%;
  top: 100%;
}
.contact-page .shuimu-list li.shuimu-2 {
  right: 5%;
  top: 40%;
}
.contact-page .shuimu-list li.shuimu-3 {
  right: 1%;
  top: 140%;
}
.factory-page-1 .factoty-list ul {
  margin: 0 -15px;
}
.factory-page-1 .factoty-list ul li {
  padding: 15px;
}
.factory-page-1 .factoty-list ul li .box {
  overflow: hidden;
}
.factory-page-1 .factoty-list ul li .box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.factory-page-1 .factoty-list ul li .box p{
  padding: 10px;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
      line-height: 2;
}
.factory-page-1 .factoty-list ul li .box p:hover{
  background: #006e37;
  color: white;
}
.custom-page .custom-3 .list ul li .content table tbody td {
  text-align: center;
}
.inner-page.factory-page .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page.factory-page .container .left {
  width: 60%;
  position: relative;
}
.inner-page.factory-page .container .left button.slick-prev {
  display: none !important;
}
.inner-page.factory-page .container .left button.slick-next {
  position: absolute;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  background: #006e37;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 108.5%;
  top: 80%;
  width: 150px;
  text-align: center;
  border: none;
}
.inner-page.factory-page .container .right {
  width: 40%;
  padding-left: 5%;
  padding-bottom: 5%;
}
.inner-page.factory-page .container .text-left h2 {
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.inner-page.factory-page .container .text-left p {
  line-height: 2;
  font-size: 16px;
}
.inner-page.factory-page .container .right .four.slick {
  margin-top: 40px;
}
.inner-page.factory-page .container .right .four.slick ul {
  margin: 0 -5px;
}
.inner-page.factory-page .container .right .four.slick ul li {
  padding: 5px;
}
.inner-page.about-page .init-5 {
  padding: 100px 0;
}
.inner-page.about-page .init-5 .top p {
  font-size: 18px;
  line-height: 1;
  color: #006e37;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.inner-page.about-page .init-5 .top h2 {
  font-size: 36px;
  line-height: 1;
  color: #000000;
}
.inner-page.about-page .init-5 .network-box {
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page.about-page .init-5 .network-box .network-map {
  width: 65%;
  padding-right: 50px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box {
  display: inline-block;
  position: relative;
  max-width: 963px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul li {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #006e37;
  z-index: 6;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(189, 10, 11, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks2 3s infinite;
  -moz-animation: ks2 3s infinite;
  animation: ks2 3s infinite;
  display: block;
  z-index: -1;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(189, 10, 11, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks2 3s infinite;
  -moz-animation: ks2 3s infinite;
  animation: ks2 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul li p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -30px;
  font-size: 16px;
  line-height: 1;
  color: #006e37;
  text-align: center;
  width: 90px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie1 {
  width: 15px;
  height: 15px;
  background: #006e37;
  background-size: 100% 100%;
  left: 81.2%;
  top: 46%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie1 p {
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie2 {
  left: 75%;
  top: 22%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie3 {
  left: 77%;
  top: 56%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie4 {
  left: 86%;
  top: 76%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie4 p {
  width: 100px;
  font-size: 14px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie5 {
  left: 70%;
  top: 53%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie6 {
  left: 62%;
  top: 47%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie7 {
  left: 50.5%;
  top: 23%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie8 {
  left: 87.5%;
  top: 42%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie9 {
  left: 47%;
  top: 37%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie10 {
  left: 15%;
  top: 25%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie11 {
  left: 16%;
  top: 40%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie12 {
  left: 37%;
  top: 12%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie13 {
  left: 30%;
  top: 70%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.inner-page.about-page .init-5 .network-box .text {
  width: 35%;
  margin: auto;
  padding-left: 3%;
}
.inner-page.about-page .init-5 .network-box .text ul {
  max-width: 400px;
}
.inner-page.about-page .init-5 .network-box .text ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.inner-page.about-page .init-5 .network-box .text ul li:last-child {
  margin-bottom: 50px;
  padding-bottom: 0;
}
.inner-page.about-page .init-5 .network-box .text ul li:last-child::after {
  display: none;
}
.inner-page.about-page .init-5 .network-box .text ul li::after {
  position: absolute;
  content: "";
  width: 175px;
  height: 3px;
  background: #d8d8d8;
  left: 0;
  bottom: 0;
}
.inner-page.about-page .init-5 .network-box .text ul li h3 {
  font-size: 20px;
  color: #000;
  font-style: italic;
  padding-bottom: 20px;
}
.inner-page.about-page .init-5 .network-box .text ul li h3 span {
  font-size: 28px;
  line-height: 1;
  color: #7f7f7f;
  font-style: italic;
  margin-left: 15px;
}
.inner-page.about-page .init-5 .network-box .text ul li p {
  font-size: 15px;
  line-height: 1.8;
  color: #7f7f7f;
}
.inner-page.about-page .init-5 .network-box .text .more {
  display: inline-block;
  padding: 17px 17px 17px 22px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #006e37;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page.about-page .init-5 .network-box .text .more .fa {
  margin-left: 24px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.inner-page.about-page .init-5 .network-box .text .more:hover {
  background: #000;
}
@-webkit-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@-moz-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
.inner-page.about-page.factory .about-9 {
  padding-top: 0;
  padding-bottom: 50px;
}
.inner-page.about-page.factory .about-9 .right.column {
  padding-top: 0;
  padding-left: 0;
}
.inner-page.about-page.factory .about-9 .right.column li.column img {
  border: 1px solid #f0f0f0;
}
.inner-page.about-page.factory .about-9 .right.column li.column {
  padding: 50px 8px;
}
.join-us-page .join-us-2 {
  padding: 10px 0 80px;
}
.join-us-page .join-us-2 h3 {
  display: block;
  font-size: 28px;
  /*font-weight: bold;*/
  line-height: 1;
}
.join-us-page .join-us-2 .text {
  display: block;
  font-size: 16px;
  color: #838383;
  font-weight: 300;
  line-height: 2;
  margin-top: 20px;
}
.join-us-page .join-us-2 .from {
  margin-top: 35px;
}
.join-us-page .join-us-2 .from ul {
  margin: -5px -20px;
}
.join-us-page .join-us-2 .from ul li {
  padding: 5px 20px;
}
.join-us-page .join-us-2 .from ul li label {
  display: block;
  font-size: 18px;
  /*font-weight: bold;*/
  line-height: 1.8;
  margin-bottom: 5px;
}
.join-us-page .join-us-2 .from ul li input,
.join-us-page .join-us-2 .from ul li textarea {
  display: block;
  width: 100%;
  line-height: 2;
  padding: 13px 15px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.join-us-page .join-us-2 .from ul li input:focus,
.join-us-page .join-us-2 .from ul li textarea:focus {
  border-color: #006e37;
}
.join-us-page .join-us-2 .from ul li textarea {
  height: 180px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"] {
  margin-top: 30px;
  background: #006e37;
  color: white;
  text-align: center;
  /*font-weight: bold;*/
  font-size: 20px;
  text-transform: uppercase;
  /*letter-spacing: 5px;*/
  /*padding: 23px;*/
}
.join-us-page .join-us-2 .from ul li input[type="submit"]:hover {
  background: black;
}
.join-us-page .join-us-2 .from ul li.wid-100 {
  width: 100%;
}
/*厂房设备*/
.i-semi {
  text-align: center;
  padding: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f2f2f2), color-stop(50%, #fff));
  background: -webkit-linear-gradient(#f2f2f2 50%, #fff 50%);
  background: -moz-linear-gradient(#f2f2f2 50%, #fff 50%);
  background: linear-gradient(#006e37  50%, #fff 50%);
  margin-bottom: 80px;
}
.i-semi h2.h2 {
  font-size: 36px;
  line-height: 1.6;
      color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.i-semi p.p {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
}
.i-semi .semi-list {
  margin-top: 40px;
  position: relative;
}
.i-semi .semi-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 48px;
  background: #eee;
  left: 46%;
  top: 100%;
  z-index: 8;
  color: black;
  border: none;
  font-size: 0;
}
.i-semi .semi-list .slick-prev::after{
  content: "\f104";
  font-size: 20px;
  font-family: "FontAwesome"
}
.i-semi .semi-list .slick-next {
  background: #eee;
  left:51%;
}
.i-semi .semi-list .slick-next::after{
  content: "\f105";
  font-size: 20px;
  font-family: "FontAwesome"
}
.inner-page.about-page .i-semi .semi-list ul li {
  padding: 0 10px;
}
.inner-page.about-page .i-semi .semi-list ul li p {
  font-size: 18px;
  padding: 20px 10px;
  display: none;
}
@media screen and (max-width: 1567px) {
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li p {
    font-size: 16px;
  }
  .news-page .sidebar-box .sidebar-right .news-list {
    padding-right: 35px;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 35px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .a-title .right p {
    font-size: 18px;
  }
  .news-page .sidebar-box .sidebar-left {
    padding-left: 30px;
  }
  .inner-page .sidebar-box .sidebar-left {
    padding-right: 30px;
  }
  .about-page .about-1 .a-title .left h2, .about-page .about-1 .a-title .left h1{
    font-size: 42px;
    line-height: 1.3;
  }
  .inner-banner .mbx-box{
    padding-left: 0;
  }
  .inner-page .sidebar-box{
    padding-left: 0;
  }
}
@media screen and (max-width: 1230px) {
  .about-page .about-1 .a-title .left h2, .about-page .about-1 .a-title .left h1{
    font-size: 33px;
    line-height: 1.4;
  }
  .about-page .about-1 .a-title .right p {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .about-1 .a-bottom .left .content p {
    font-size: 16px;
  }
  .about-page .about-2 .historyBox ul li .right h4 {
    font-size: 22px;
  }
  .about-page .about-2 .historyBox ul li .right p {
    font-size: 15px;
  }
  .inner-page.contact-page .contact-2 .ui.container .xisai {
    display: none;
  }
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai {
    width: 100%;
    padding-left: 0;
  }
  .inner-page.factory-page .container .left button.slick-next {
    display: none !important;
  }
  .inner-page.factory-page .container .right {
    padding-left: 3%;
    padding-bottom: 0%;
  }
  .inner-page.about-page .init-5 .network-box .text {
    padding-left: 0;
  }
  .inner-page.about-page.factory .about-9 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .inner-page .sidebar-box{
    padding-left: 0;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .custom-page .custom-3 .list ul li .content {
    font-size: 15px;
  }
  .product-page{
    padding: 80px 0;
  }
  .inner-banner .mbx-box h2{
    font-size: 30px;
    line-height: 1.2;
  }
  .inner-banner{
    height: 42vw;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    margin-top: 60px;
    height: auto;
    padding: 10vw 0;
  }
  h1.heisha{
    display: none!important;
  }
  .inner-banner .mbx-box h2{
    font-size: 30px;
    line-height: 1.1;
  }
  .about-page .about-1 .a-title .left h2, .about-page .about-1 .a-title .left h1{
    font-size: 39px;
    line-height: 1.2;
  }
  .about-page .about-1 .a-title .left {
    width: 100%;
    padding: 0 0;
    margin-bottom: 24px;
  }
  .about-page .about-1 .a-title .right {
    width: 100%;
    padding: 0;
  }
  .about-page .about-1 .a-bottom .left {
    width: 100%;
  }
  .about-page .about-1 .a-bottom .right {
    width: 100%;
    text-align: right;
  }
  .about-page .about-1 .a-bottom .left .content {
    padding: 30px 0;
  }
  .about-page .about-9 .left h2 {
    font-size: 30px;
  }
  .inner-page.contact-page .contact-1 .map {
    width: 100%;
  }
  .inner-page.contact-page .contact-1 .ui.container .con-right {
    width: 100%;
    margin: auto;
    padding-left: 0%;
    margin-top: 30px;
  }
  .inner-page.contact-page .contact-1 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .news-page .sidebar-box .sidebar-left {
    display: none;
  }
  .news-page .sidebar-box .sidebar-right .news-list {
    padding-right: 0px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content{
    padding-right: 0;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
    font-size: 24px;
    line-height: 1.8;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content h4.n-title,
  .newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 24px;
    line-height: 1.8;
  }
  .inner-page.factory-page .container .left {
    width: 100%;
  }
  .inner-page.factory-page .container .right {
    padding-left: 0%;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0;
  }
  .inner-page.about-page .init-5 .network-box .network-map {
    width: 100%;
    padding-right: 0;
  }
  .inner-page.about-page .init-5 .network-box .text {
    width: 100%;
    margin-top: 24px;
  }
  .inner-page.about-page .init-5 .network-box .text ul {
    max-width: 100%;
  }
  .product-page .product-list ul li {
    width: 50%;
  }
  .custom-page .custom-3 .list ul li .content table tbody {
    table-layout: inherit;
  }
  .custom-page .custom-3 .list ul li .content table tbody td {
    min-width: 100px;
  }
  .join-us-page .join-us-2 h3 {
    font-size: 24px;
  }
  table tbody{
    font-size: 16px;
    line-height: 2;
  }
  .heis,
  jiahui {
    display: none !important;
  }
  /*.heisha {
    display: none !important;
  }
  .heishai {
    display: none !important;
  }*/
  .about-page .about-1{
    padding: 60px 0;
  }
  .about-page .about-1 .a-title{
    margin-bottom: 40px;
  }
  .about-page .about-1 .a-bottom{
    margin-top: 0;
  }
  .about-page .about-9{
    padding: 60px 0;
  }
  .i-semi{
    padding: 60px 0;
  }
  .inner-banner .mbx-box{
    padding-left: 0;
  }
  .product-page{
    padding: 60px 0;
  }
  .inner-page.contact-page .contact-2{
    padding-top: 60px;
  }
  .inner-page.contact-page .contact-1 .text-map{
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page.contact-page .contact-1 .text-map{
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .contact-page{
    padding-bottom: 30px;
  }
  .news-page{
    padding: 30px 0;
  }
  .product-page{
    padding: 30px 0;
  }
  .inner-banner .mbx-box .mbx{
    font-size: 16px;
  }
  .inner-banner .mbx-box h2{
    font-size: 30px;
    line-height: 1.3;
  }
  .about-page .about-1 .a-title .left h2, .about-page .about-1 .a-title .left h1{
    font-size: 36px;
    line-height: 1.2;
  }
  .about-page .about-9 .left h2 {
    font-size: 24px;
  }
  .about-page .about-2 .historyBox ul li .left {
    width: 100%;
  }
  .about-page .about-2 .historyBox ul li .right {
    text-align: center;
    width: 100%;
    padding-right: 0;
    padding: 30px 50px 0;
  }
  .about-page .about-2 .historyBox ul li span {
    left: 20px;
  }
  .about-page .about-9 .left {
    margin-bottom: 30px;
  }
  #mapContainer {
    height: 350px !important;
  }
  .inner-banner {
    padding: 10vw 0;
    height: auto;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 100%;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    border-right: 0px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 0;
  }
  .prodet-page .prodet-3 {
    width: 100%;
  }
  .news-page .prodet-page .prodet-3 .container {
    max-width: 96%;
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 24px;
  }
  .about-page .about-1{
    padding: 30px 0;
  }
  .about-page .about-1 .a-title{
    margin-bottom: 30px;
  }
  .about-page .about-1 .a-bottom{
    margin-top: 0;
  }
  .about-page .about-9{
    padding: 30px 0;
  }
  .i-semi{
    padding: 30px 0;
  }
  .join-us-page .join-us-2{
    padding: 30px 0;
  }
  .prodet-page .custom-page .custom-3{
    padding: 0;
  }
  .prodet-page .prodet-1{
    padding: 30px 0;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form{
    margin-top: 30px;
  }
  .inner-page.contact-page .contact-2{
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input{
    display: block;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea, .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type=text]{
    width: 100%;
  }
  .prodet-page .prodet-1 .right h1{
    font-size: 28px;
  }
  .prodet-page h2.title{
    font-size: 28px;
  }
  .custom-page .custom-3 .list ul li h5{
    font-size: 26px;
  }
  .i-semi h2.h2{
    font-size: 26px;
  }
  .inner-banner {
    padding: 20vw 0;
  }
  .inner-banner .mbx-box {
    padding-left: 0;
  }
  .inner-banner .mbx-box h2 {
    font-size: 20px!important;
    line-height: 1.8;
  }
  .inner-banner .mbx-box .mbx {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .about-9 .left h2 {
    font-size: 21px;
  }
  .about-page .about-1 .a-title .left h2, .about-page .about-1 .a-title .left h1{
    font-size: 24px;
    line-height: 1.8;
  }
  .about-page .about-2 .historyBox ul li {
    padding: 40px 0px 20px 120px;
  }
  .about-page .about-2 .historyBox ul li span {
    left: 0;
  }
  .about-page .about-9 .left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wenan-ny {
    width: 100%;
  }
  #mapContainer {
    height: 300px !important;
  }
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .inner-page.about-page .init-5 .top h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .product-page .product-list ul li {
    width: 100%;
  }
  .join-us-page .join-us-2 .from ul li input[type=submit] {
    font-size: 20px;
    padding: 10px;
  }
  .join-us-page .join-us-2 .from ul li label {
    font-size: 15px;
  }
  .join-us-page .join-us-2 h3 {
    font-size: 18px;
    line-height: 1.8;
  }
}
#index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide:hover .img.img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.our-product .container .product_info .swiper .swiper-wrapper .swiper-slide .right:hover img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.custom-page .custom-3 .list ul li .content table tr:first-child {
  background: #000;
  color: #fff;
  /*font-weight: bold;*/
}
#index-body .our-product.mt_120 {
  margin-top: 65px;
}

.inner-page.contact-page .contact-1 .ui.container .con-right p.tutu {
  font-size: 14px;
  line-height: 2;
  padding-top: 10px;
}

.faq-page{
  padding: 60px 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item {
  margin-bottom: 5px;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item:last-of-type {
  margin-bottom: 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q {
  padding: 20px 70px 20px 40px;
  font-size: 20px;
  line-height: 2;
  color: #000;
  background: #f7f7f7;
  position: relative;
  transition: 500ms ease;
  cursor: pointer;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active {
  background: #000;
  color: #fff;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon {
  background: #006e37;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon i {
  color: #fff;
  transform: rotate(90deg);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: #000000;
  text-align: center;
  line-height: 67px;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon i {
  font-size: 20px;
  color: #fff;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a {
  padding: 30px;
  display: none;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  line-height: 2;
  color: #646464;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner:after {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #eff2f8;
  position: absolute;
  left: 0;
  top: 0;
}
.contact2-page .contact-1 {
    padding: 100px 0 80px;
}
.contact2-page .contact-1 .list ul {
    margin: -8px;
}
.contact2-page .contact-1 .list ul li {
    padding: 8px;
}
.contact2-page .contact-1 .list ul li .box {
    -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
    -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
    box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
    text-align: center;
    padding-bottom: 30px;
        border: 1px solid #dedede;
    /*border-radius: 30px;*/
}
.contact2-page .contact-1 .list ul li .box span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #006e37;
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.contact2-page .contact-1 .list ul li .box span i {
    color: white;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}
.contact2-page .contact-1 .list ul li .box span:after {
    content: '';
    width: 100%;
    height: 13px;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: inherit;
}
.contact2-page .contact-1 .list ul li .box span:before {
    content: '';
    border-right: 13px solid transparent;
    border-bottom: 12px solid #006e37;
    position: absolute;
    left: 100%;
    bottom: 100%;
}
.contact2-page .contact-1 .list ul li .box h5 {
    font-size: 21px;
    line-height: 2;
    padding: 25px 0 15px;
    font-weight: bold;
        color: #3c7c2f;
}
.contact2-page .contact-1 .list ul li .box p {
    font-size: 16px;
    line-height: 2;
    font-weight: normal;
    min-height: 96px;
    padding: 0 10px;
}
.pdfDownload .pdf-list ul {
  margin: -10px;
}
.pdfDownload .pdf-list ul li {
  padding: 10px;
}
.pdfDownload .pdf-list ul li h4 {
  font-size: 16px;
  padding: 1em;
  display: block;
  text-align: center;
  border: 1px solid #eee;
  border-top: none;
}
.pdfDownload .pdf-list ul img {
  width: 100%;
}

@media screen and (max-width:1400px){
  .contact2-page .contact-1 .list ul li .box p{
    min-height: 128px;
  }
}
@media screen and (max-width:1200px){
  .contact2-page .contact-1 .list ul li{
    width: 50%;
  }
}
@media screen and (max-width:600px){
  .contact2-page .contact-1 .list ul li{
    width: 100%;
  }
  .contact2-page .contact-1 .list ul li .box p{
    min-height: unset;
  }
}
 



    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 2;
        margin-bottom: 2em;
            color: #3c7c2f;
    }

    .seoPublic > div {
        padding: 60px 0;
    }
    .seoPublic>div.Auxil-related {
      position: relative;
      z-index: 1;
    }
    .seoPublic>div.Auxil-related .title {
      color: white;
    }
    .seoPublic>div.Auxil-related:before {
      content: '';
      width: 100%;
      height: 50%;
      position: absolute;
      top: 0;
      left: 0;
      background: #006e37;
      z-index: -1;
    }

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 60%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 30px;
        font-weight: normal;
        line-height: 2;
        margin-bottom: 1em;
            font-weight: 700;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 2;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 300px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 20px;
        line-height: 2;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: #006e37;
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 15px;
        line-height: 2;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: #006e37;
        color: #006e37;
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: #006e37;
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: #006e37;
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 2;
        color: #666;
    }
a.foota.hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 450px;
    display: inline-block;
    white-space: nowrap;
}


    .seoIndustry.Auxil-industry h3 {
    font-weight: 500;
    line-height: 2;
    margin-bottom: 10px;
}

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: #006e37;
        color: white;
    }

    .seoPublic .Auxil-related .list .slick-arrow {
      width: 50px;
      height: 50px;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      border: 1px solid #006e37;
      color: transparent;
      overflow: hidden;
      font-size: 0;
      z-index: 1;
      background: transparent;
    }
    .seoPublic .Auxil-related .list .slick-arrow:after {
      font-size: 18px;
      color: #006e37;
    }
    .seoPublic .Auxil-related .list .slick-arrow.slick-prev {
      right: 101%;
    }
    .seoPublic .Auxil-related .list .slick-arrow.slick-next {
      left: 101%;
    }
    .seoPublic .Auxil-related .list .slick-arrow.slick-prev:after {
      content: '<';
    }
    .seoPublic .Auxil-related .list .slick-arrow.slick-next:after {
      content: '>';
    }

    .seoPublic .Auxil-related .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 18px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        margin-bottom: .5em;
        line-height: 2;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: #006e37;
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 14px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        /*border: 1px solid #006e37;*/
        font-size: 14px;
        /*font-weight: 700;*/
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: #006e37;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: #006e37;
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: #006e37;
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
.prodet-page .custom-page .custom-3 .content tr:first-child {
  background: #006e37;
  color: white;
}
.prodet-page .custom-page .custom-3 .options {
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.prodet-page .custom-page .custom-3 .options h5 {
  font-size: 18px;
  padding: .7em 3em;
  display: inline-block;
  vertical-align: middle;
  background: #eee;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .custom-page .custom-3 .options h5 span {
  display: none;
}
.prodet-page .custom-page .custom-3 .options h5.active {
  background: #006e37;
  color: white;
}
.prodet-page .join-us-page .join-us-2 .from ul li label {
  text-align: left;
}
#Pop_UpsBtn{
  display: none!important;
}

@media screen and (max-width: 1000px) {
  #index-body .init-3 .btn {
    display: none;
  }
  .i-semi {
    background: #006e37;
  }
}
@media screen and (max-width: 700px) {
  .news-page .sidebar-box .sidebar-right .news-list ul li {
    display: block;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
    margin-right: 0;
    width: 100%;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content {
    margin-top: 15px;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
    font-size: 18px;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
    margin-top: 0;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
    margin-left: 0;
  }
}
/*seo*/
.huwai h1 {
    display: inline;
}
#footer .footer-bottom .left.column {
    width: 80%!important;
}
#footer .footer-bottom .right.column {
    width: 20%;
}
.seoPublic .Auxil-about .box .right .text a {
    color: #666;
}

h2.jutih2 {
    font-size: 30px!important;
}
@media screen and (max-width: 1000px){
  .yincang,
  a.foot-lik {
    display: none !important;
  }
  
}



/*about new css*/
.about2-page h2.h2 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: white;
}
.about2-page p.p {
  font-size: 18px;
  color: #fff;
  line-height: 2;
}
.about-ab .top {
  padding-top: 80px;
}
.about-ab .top .left{
  position: relative;
  z-index: 1;
}
.about-ab .top h2 { 
  font-size: 26px;
  padding-bottom: 30px;
  color: #3e3e3e;
  line-height: 2;
}
.about-ab .top h3 {
  color: #000;
  font-size: 35px;
  font-weight: 500;
  /*margin-bottom: 10px;*/
  line-height: 2;
}
.about-ab .top h3 em{
  color: #006e37;
}
.about-ab .top p {
  color: #383838;
  font-size: 18px;
  /*padding: 35px 0;*/
  line-height: 2;
}

.about-ab .about-factory .box:after {
  position: absolute;
  content: "";
  width: 402px;
  height: 389px;
  /*background: url(../images/about-after.png) no-repeat 100% 100%;*/
  right: -92px;
  top: -113px;
}
.about-ab .about-factory .box img{
  width: 100%;
}
.about-ab .about-factory .box .play{
  position: absolute;
  top: 50%;
  left: calc(25% - 32.5px);
  transform: translateY(-50%);
}
.about2-page {
  overflow: hidden;
}
.about2-page .about-ab .factory .content ul{
  margin: -10px;
}
.about2-page .about-ab .factory .content ul li{
  padding: 10px;
}

.about2-page .about-num ul {
    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
}

.about2-page .about-num ul li {
    padding: 15px 18.5px 5px 90px;
    position: relative;
    background: url(../images/a-icon.png) no-repeat left center
}


.about2-page .about-num ul li:last-child {
    padding: 15px 0 5px 90px
}


.about2-page .about-num ul li em {
    font-size: 48px;
    line-height: .9;
    color: var(--primary);
    font-weight: 700
}

.about2-page .about-num ul li p {
    font-size: 18px;
    color: #545252
    line-height: 2;
}

.about2-page .about-num ul li:nth-child(1) {
    background: url(../images/about-icon.png) no-repeat left center
}

.about2-page .about-num ul li:nth-child(2) {
     background: url(../images/about-icon3.png) no-repeat left center
}

.about2-page .about-num ul li:nth-child(3) {
    background: url(../images/about-icon2.png) no-repeat left center
}

.about2-page .about-num ul li:nth-child(4) {
    background: url(../images/about-icon4.png) no-repeat left center
}

.corporate-culture {
  padding: 70px 0;
  background: #f7f7f7;
}
.corporate-culture .ui.container {
  display: flex;
  align-items: center;
}
.corporate-culture .left {
  width: 50%;
  padding-right: 38px;
}
.corporate-culture .left h2 {
  color: #025294;
  font-size: 24px;
  /*line-height: 2;*/
}
.corporate-culture .left h3 {
  color: #000;
  font-size: 38px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 500;
      line-height: 2;
}
.corporate-culture .left p {
  color: #383838;
  font-size: 18px;
  padding: 8px 0;
  line-height: 2;
}
.corporate-culture .right {
  width: 50%;
}
.corporate-culture .left p em {
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
}
.corporate-culture .left ul {
  display: flex;
  margin-left: -21px;
  width: 95%;
  margin-top: 20px;
}
.corporate-culture .left ul li {
  width: 25%;
  text-align: center;
}
.corporate-culture .left ul li p {
  border: 2px solid var(--primary);
  border-radius: 100%;
  height: 120px;
  width: 120px;
  line-height: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #000;
  font-size: 26px;
  font-weight: bold;
}
.corporate-culture .left ul li span {
  font-size: 14px;
  color: #000;
}

.about2-page .ab-2{
  background: url(../images/advantage-bg.jpg) no-repeat center center;
  padding-bottom: 100px;
  background-attachment: fixed; 
}
.about2-page .ab-2 .header{
  text-align: center;
  width: 56%;
  margin: 0 auto;
  padding-top: 70px;
}
.about2-page .ab-2 .header span{
    font-size: 38px;
    color: #fff;
    font-weight: 500;
}
.about2-page .ab-2 .header h3{
  font-size: 36px;
  line-height: 1.1;
  /*margin-top: 23px;*/
}
.about2-page .ab-2 .header p{
  font-size: 18px;
  line-height: 2;
  color: #e7e7e7;
  margin-top: 30px;
}
.about2-page .ab-2 .header .mores{
  width: 133px;
	height: 44px;
  text-align: center;
  line-height: 44px;
  background: rgba(195,13,34);
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-top: 36px;
      transition: all .5s ease;
}
.about2-page .ab-2 .header .mores:hover {
    background: rgba(195,13,34,0.7);
        transition: all .5s ease;
}
.about2-page .ab-2 .header .play{
  margin-top: 79px;
}
.about2-page .ab-2 .header .play i{
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about2-page .ab-2 .header .play i::before,
.about2-page .ab-2 .header .play i::after{
  position: absolute;
  z-index: -1;
  content: '';
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about2-page .ab-2 .header .play i::before{
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about2-page .ab-2 .content{
  padding-top: 70px;
  color: #fff;
}

.about2-page .ab-2 .content ul li {
  padding: 0 10px;
  position: relative;
}
.about2-page .ab-2 .content ul li::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.about2-page .ab-2 .content ul li span {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.about2-page .ab-2 .content ul li h4 {
  display: block;
  font-size: 24px;
 
  font-weight: bold;
  line-height: 2;
  margin: 22.5px 0 13px;
  font-style: italic;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
.about2-page .ab-2 .content ul li p {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  min-height: 56px;
}



.about2-page .ab-2 .content ul li a.mores {
  display: inline-block;
  width: 17.5px;
  height: 17.5px;
  border: 1px solid white;
  line-height: 17.5px;
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
  border-radius: 100%;
  background: transparent;
  color: #fff;
}
.about2-page .ab-2 .content ul li a.mores::before {
  border-bottom-color: #fa582a;
}
.about2-page .ab-2 .btn {
  padding: 46px 25px 0;
  display: block;
  text-align: right;
  color: #fff;
}
.about2-page .ab-2 .btn div {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about2-page .ab-2 .btn div.next {
  margin-left: 15px;
}
.about2-page .ab-2 .btn div::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 2px;
  background: white;
  margin-left: 0;
  margin-top: -4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about2-page .ab-2 .btn div:hover::after {
  width: 18px;
  margin-left: 10px;
}

.about2-page .i-semi {
  text-align: center;
  padding: 80px 0 125px;
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f1f7fc), color-stop(50%, #ffffff));*/
  /*background: -webkit-linear-gradient(#f1f7fc 50%, #ffffff 50%);*/
  /*background: -moz-linear-gradient(#f1f7fc 50%, #ffffff 50%);*/
  /*background: linear-gradient(#f1f7fc 50%, #ffffff 50%);*/
}
.about2-page .i-semi p.p {
  color: #fff;
}
.about2-page .i-semi .semi-list {
  margin-top: 40px;
  position: relative;
}
.about2-page .i-semi .semi-list ul {
  padding-bottom: 20px;
}
.about2-page .i-semi .semi-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 48px;
  /*background: url(../images/factory-l.jpg) no-repeat center;*/
  bottom: 0;
  z-index: 8;
  /*color: rgba(255, 255, 255, 0);*/
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about2-page .i-semi .semi-list .slick-prev {
  right: 50%;
  margin-right: 5px;
}
.about2-page .i-semi .semi-list .slick-next {
  /*background: url(../images/factory-r.jpg) no-repeat center;*/
  left: 50%;
  margin-left: 5px;
}
.about2-page .i-semi .semi-list .slick-arrow:hover{
  background: #006e37;
  color: white;
}
.about2-page .i-semi .semi-list ul li {
  padding: 0 10px;
}
.about2-page .i-semi .semi-list ul li img {
  width: 100%;
}
.about2-page .i-semi .semi-list ul li p {
  padding: 25px 0;
  font-size: 18px;
  display: none;
}
.his-bg .ui.container {
  display: flex;
  align-items: center;
}
.his-bg {
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}
.his-bg .left-his {
  margin-left: -13%;
  width: 38%;
}
.his-bg .right-his {
  width: 70%;
  margin-left: 5%;
}
.his-bg .right-his .about-4 h3 {
  color: #000;
  font-size: 38px;
  margin-bottom: 50px;
  margin-top: 0px;
  font-weight: 500;
}
.his-bg .right-his .about-4 h2 {
  color: #383838;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 2;
}


.about2-page .about-3 {
  padding: 90px 0 100px;
  background: #f7f7f7;
}
.about2-page .about-3 h2,
.about2-page .about-network h2 {
    display: block;
    font-size: 38px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 2;
}
.about2-page .about-3 .offerBox ul{
  margin: -15px;
}
.about2-page .about-3 .offerBox ul li{
  padding: 15px;
}

.about2-page .about-network ul{
  margin: -15px;
}

.about2-page .about-network ul li{
  padding: 15px;
} 

@media screen and (max-width: 1600px){
  .about2-page .i-semi .semi-list ul li p {
    padding: 15px 0 0;
  }
  .about2-page .abt-2 .grid-box .right .text h2,
  .about2-page .abt-7 .grid-box .right .text h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px){
  .about2-page .abt-2 .grid-box .right .text h2,
  .about2-page .abt-7 .grid-box .right .text h2 {
    font-size: 24px;
  }
   .about2-page .i-semi .semi-list {
    padding: 0 7%;
  }

  .about2-page h2.h2 {
    font-size: 25px;
  }

  .about2-page .about-3 {
    padding: 60px 0;
  }
  .corporate-culture .left ul{
    margin-left: -10px;
  }
  .corporate-culture .left ul li p{
    width: 90px;
    height: 90px;
    line-height: 80px;
  }
}
@media screen and (max-width: 1000px){
  .about-ab .top .con{
    max-height: 500px;
    overflow: auto;
    padding-right: 10px;
  }
  .about-ab .top .con::-webkit-scrollbar-thumb{
    background: var(--primary);
  }
  .about-ab .about-factory .box:after{
    display: none;
  }

  .about2-page .about-num ul {
    flex-wrap: wrap
  }

  .about2-page .about-num ul li {
    width: 50%;
    margin-bottom: 20px
  }

  .about2-page .about-num ul li:after {
    display: none
  }

  .about2-page .about-num ul li p {
    font-size: 16px;
    line-height: 2;
  }

  .about2-page .about-num ul li em {
    font-size: 24px
  }

  .corporate-culture .ui.container{
    display: block;
  }
  .corporate-culture .left{
    width: 100%;
  }
  .corporate-culture .right{
    width: 100%;
    margin-top: 20px;
  }

  .about2-page .ab-2 .header{
    width: 100%;
  }

  .about2-page .ab-2 .header span{
    font-size: 24px;
  }

  .about2-page .ab-2 .header h3{
    font-size: 16px;
  }

  .about2-page p.p {
    font-size: 14px;
  }

  .his-bg .right-his .about-4 h3{
    font-size: 29px;
    margin-bottom: 20px;
  }

  .about2-page .about-3 h2,
  .about2-page .ab-4 h2,
  .about2-page .about-network h2{
    font-size: 24px;
  }

  .about2-page .about-3 .offerBox ul li{
    width: 50%;
  }
}
@media screen and (max-width: 700px){
   .about-ab .top h2{
    font-size: 26px;
    -webkit-text-stroke: 1px rgba(0,0,0,0.5);
    line-height: 2;
  }
  a.foota.hidden {
    display: none;
}
.seoIndustry.Auxil-industry {
    display: none;
}
  .about-ab .top{
    padding-top: 30px;
  }
  .about-ab .top h3{
    font-size: 32px;
    line-height: 2;
    font-weight: 500;
  }

  .corporate-culture{
    padding: 30px 0;
  }
  .corporate-culture .left ul{
    display: none;
  }
  .corporate-culture .right{
    width: 100%;
    display: none;
  }

  .corporate-culture .left h3{
    font-size: 30px;
  }

  .about2-page .about-2,
  .about2-page .about-3,
  .about2-page .about-gy,
  .about2-page .i-semi {
    display: none;
  }

  .his-bg .ui.container{
    display: block;
  }
  .his-bg .left-his{
    width: 100%;
    margin-left: 0;
    display: none;
  }
  .his-bg .right-his{
    width: 100%;
    margin-left: 0;
    padding: 30px 0;
  }

  .about2-page .about-3 .list ul li {
    width: 100%;
  }
  .about2-page .about-3 .list ul li p {
    height: auto !important;
  }
}
@media screen and (max-width: 500px){
  .about2-page .abt-2 .grid-box .right .text h2,
  .about2-page .abt-7 .grid-box .right .text h2 {
    font-size:20px;
  }
  .about-ab .top h2{
    font-size: 26px;
  }
  .about-ab .top h3{
    font-size: 28px;
  }
  .about-ab .top p{
    font-size: 14px;
  }
  
  .about2-page .about-num ul li {
    width: 100%;
  }

  .corporate-culture .left h2{
    font-size: 20px;
  }
  .corporate-culture .left h3{
    font-size: 28px;
  }

  .his-bg .right-his .about-4 h2{
    font-size: 20px;
  }
}


.fancybox-can-zoomIn .fancybox-content .fancybox-image{
  background: white;
}

.side_btn{
  position: fixed;
  right: 30px;
  bottom: 120px;
  z-index: 12;
}
.side_btn .btn{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #006e37;
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  position: relative;
}
.side_btn .btn p{
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleY(0);
  -moz-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
   -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  background: white;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
  padding: 15px 15px;
  opacity: 0;
  color: black;
  border-radius: 5px;
}
.side_btn .btn:hover p{
  -webkit-transform: translateY(-50%) scaleY(1);
  -moz-transform: translateY(-50%) scaleY(1);
  -ms-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1);
  opacity: 1;
}