@font-face {
  font-family: 'FBold';
  src: url('../fonts/FuturaBT-Bold.eot') format('eot'), url('../fonts/FuturaBT-Bold.woff2') format('woff2'), url('../fonts/FuturaBT-Bold.woff') format('woff'), url('../fonts/FuturaBT-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'FM';
  src: url('../fonts/FuturaBT-Medium.eot') format('eot'), url('../fonts/FuturaBT-Medium.woff2') format('woff2'), url('../fonts/FuturaBT-Medium.woff') format('woff'), url('../fonts/FuturaBT-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'FBook';
  src: url('../fonts/FuturaBT-Book.eot') format('eot'), url('../fonts/FuturaBT-Book.woff2') format('woff2'), url('../fonts/FuturaBT-Book.woff') format('woff'), url('../fonts/FuturaBT-Book.ttf') format('truetype');
}
@font-face {
  font-family: 'FGB';
  src: url('../fonts/FranklinGothic-Book.eot') format('eot'), url('../fonts/FranklinGothic-Book.woff2') format('woff2'), url('../fonts/FranklinGothic-Book.woff') format('woff'), url('../fonts/FranklinGothic-Book.ttf') format('truetype');
}
body {
  font-family: 'FBook';
  overflow-x: hidden;
  width: 100%;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1440px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.headers{
  background-color: #000;
}
.headers .nav {
  padding-top: 0 !important;
}
.headers .nav .ui.menu .logo {
  display: block !important;
}
.headers .nav .ui.menu .menu-box li {
  color: #fff !important;
  font-size: 18px;
  font-family: 'FM';
  margin-right: 3.65rem !important;
}
.headers .nav .ui.menu .menus {
  margin: 1rem 1rem 0 0 !important;
}
.headers .nav .ui.menu .h-search {
  margin-top: 1rem;
}
#header .ui.container {
  max-width: 1810px;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding-top: 2.75rem;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: none;
  vertical-align: middle;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 auto;
  padding-top: 1rem;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 0.9rem;
  margin-right: 1.8rem;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  color: #232323;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #26ac47;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #26ac47;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #26ac47;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: #000 !important;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  margin-right: 0 !important;
}
#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: #222;
  color: #fff !important;
}
#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 .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .menus {
  margin-left: auto;
  margin-right: 1rem;
}
#header .nav .ui.menu .h-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0;
  width: 28px;
  height: 28px;
  background-color: #3aa152;
  text-align: center;
  line-height: 28px;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  margin-left: 0.8rem;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 18px;
  color: #232323;
  cursor: pointer;
  padding-top: 0.8rem;
}
#header .nav .ui.menu .h-language .i1 {
  width: 28px;
  height: 17px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language span {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language i {
  margin: 1px 0 0 5px;
  display: inline-block;
  vertical-align: top;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 110%;
  left: 0;
  width: 125px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #26ac47;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .h-language: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 .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;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: transparent;
  border: none;
  border-radius: 50%;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #3aa152;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/btl.png") no-repeat center center rgba(0, 0, 0, 0);
  left: 79px;
}
#banner .slick-next {
  background: url("../images/btr.png") no-repeat center center rgba(0, 0, 0, 0);
  right: 80px;
}
#banner ul.slick-dots {
  position: absolute;
  left: 45%;
  bottom: 3%;
}
#banner ul.slick-dots li {
  width: 60px;
  height: 2px;
  display: inline-block;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #ffffff;
}
#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;
  min-width: 700px;
}
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;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 0px 10% 20px 10%;
  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: 16px;
    color: inherit;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'FBold';
    color: #338c47;
}
#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: 18px;
    color: inherit;
    text-transform: uppercase;
    line-height: 29px;
    font-family: 'FM';
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #1d1d1d;
    text-decoration: underline;
    font-family: 'FBold';
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
    padding-left: 15px;
    font-size: 14px;
    line-height: 16px;
    FONT-FAMILY: 'FBook';
    COLOR: #2e2e2e;
}

#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .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;
  display: inline-block;
  margin-right: 10px;
}
#mobile .menu-content .mob-yuy ul li:last-child{
  margin-right: 0;
}
#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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 59px;
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: 30px;
}
#mobile.active {
  right: 0;
}
#mobile.active .yy {
  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);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#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;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#banner {
  position: relative;
  z-index: 1;
}
#banner ul .slick-slide img {
  display: inline-block;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  top: 9%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
#banner ul li .text .ui.container {
  max-width: 1422px;
  width: 100%;
}
#banner ul li .text .logos dd {
  display: inline-block;
  margin-right: 4.9rem;
  vertical-align: middle;
}
#banner ul li .text .logos dd:last-child {
  margin-right: 0;
}
#banner ul li .text .header {
  margin-top: 3.5rem;
}
#banner ul li .text .header span {
  font-size: 2rem;
    line-height: 1;
    font-family: 'FBold';
    letter-spacing: 3px;
}
#banner ul li .text .header h3 {
  font-size: 3.5rem;
    letter-spacing: 10px;
    line-height: 1;
    width: 82%;
    font-weight: 600;
    font-family: 'FBold';
    margin: 1rem auto 0;
}
#banner ul li .text .header h3 em {
  font-size: 2.5rem;
    font-family: 'FM';
    line-height: 1;
}
#banner ul li .text .content {
  margin-top: 2.5rem;
}
#banner ul li .text .content dl dd {
  display: inline-block;
  margin-right: 22%;
}
#banner ul li .text .content dl dd:last-child {
  margin-right: 0;
}
#banner ul li .text .content dl .img {
  height: 83px;
}
#banner ul li .text .content dl .info {
  margin-top: 1rem;
}
#banner ul li .text .content dl .info h3 {
  font-size: 2.4rem;
  letter-spacing: -1px;
  font-family: 'FM';
  line-height: 1;
}
#banner ul li .text .content dl .info em {
  font-size: 20px;
  font-family: 'FM';
  line-height: 1;
  margin-top: 9px;
  display: block;
}
#banner ul li .text .content dl .info p {
  font-size: 16px;
  line-height: 1;
  margin-top: 13px;
}
#banner ul li .text .date {
  margin-top: 2rem;
}
#banner ul li .text .date em {
  font-size: 18px;
  line-height: 1;
  font-family: 'FM';
}
#banner ul li .text .date .show {
  margin-top: 0.9rem;
}
#banner ul li .text .date .show span {
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  line-height: 65px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 1.9rem;
  font-family: 'FM';
  margin-right: 0.75rem;
}
#banner ul li .text .date .show span:last-child {
  margin-right: 0;
}
#banner ul li .text .date .show sub {
  font-size: 1.9rem;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin-right: 0.75rem;
}
#banner .lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 92vh;
  margin: auto;
  pointer-events: none;
  z-index: 0;
}
#banner .lines .line {
  position: absolute;
  width: 1px;
  height: 92vh;
  top: 0;
  left: -webkit-calc(50%);
  left: -moz-calc(50%);
  left: calc(50%);
  background: rgba(255, 255, 255, 0.09);
  z-index: 1;
}
#banner .lines .line::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 50px;
  left: 0;
  background: #3aa152;
}
#banner .lines .line:nth-child(1) {
  left: 20%;
}
#banner .lines .line:nth-child(1)::after {
  bottom: 8%;
  -webkit-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop1 30s infinite linear;
  animation: dotAnimatedBottomToTop1 30s infinite linear;
}
#banner .lines .line:nth-child(2) {
  left: 40%;
}
#banner .lines .line:nth-child(2)::after {
  bottom: 98%;
  -webkit-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop2 30s infinite linear;
  animation: dotAnimatedBottomToTop2 30s infinite linear;
}
#banner .lines .line:nth-child(3) {
  left: 59.8%;
}
#banner .lines .line:nth-child(3)::after {
  bottom: 6%;
  -webkit-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop3 30s infinite linear;
  animation: dotAnimatedBottomToTop3 30s infinite linear;
}
#banner .lines .line:nth-child(4) {
  left: 80%;
}
#banner .lines .line:nth-child(4)::after {
  bottom: 96%;
  -webkit-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop4 30s infinite linear;
  animation: dotAnimatedBottomToTop4 30s infinite linear;
}
@-moz-keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}
@keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}
@keyframes dotAnimatedBottomToTop1 {
  0% {
    bottom: 14%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 14%;
  }
}
@keyframes dotAnimatedBottomToTop2 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes dotAnimatedBottomToTop3 {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 5%;
  }
}
@keyframes dotAnimatedBottomToTop4 {
  0% {
    bottom: 78%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 78%;
  }
}
#index-body .more {
  position: relative;
  display: block;
  z-index: 1;
  width: 188px;
  height: 55px;
  background-color: #084d8f;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  font-family: 'FM';
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#index-body .more img {
  vertical-align: middle;
  margin-left: 8px;
}
#index-body .more::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-75%);
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
  -webkit-transform: skewX(45deg) translateX(0);
  -khtml-transform: skewX(45deg) translateX(0);
  -moz-transform: skewX(45deg) translateX(0);
  -ms-transform: skewX(45deg) translateX(0);
  -o-transform: skewX(45deg) translateX(0);
  transform: skewX(45deg) translateX(0);
  transition: 0.5s;
}
#index-body .more::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 0;
  height: 100%;
  background: #3aa152;
  border-radius: 0;
  transition: .5s;
  transition-delay: 0s;
}
#index-body .more:hover::before {
  -webkit-transform: skewX(45deg) translateX(calc(250%));
  -khtml-transform: skewX(45deg) translateX(calc(250%));
  -moz-transform: skewX(45deg) translateX(calc(250%));
  -ms-transform: skewX(45deg) translateX(calc(250%));
  -o-transform: skewX(45deg) translateX(calc(250%));
  transform: skewX(45deg) translateX(calc(250%));
}
#index-body .more:hover::after {
  width: 101%;
  opacity: 1;
  transition-delay: 0.3s;
}
#index-body .about {
  background-size: cover;
  padding-top: 5.5rem;
  position: relative;
}
#index-body .about .content {
  margin-bottom: -2rem;
}
#index-body .about .content .left {
  position: relative;
  z-index: 1;
}
#index-body .about .content .left h3 {
  font-size: 2.4rem;
    font-family: 'FBook';
    color: #3aa152;
    line-height: 1;
    font-weight: 100;
}
#index-body .about .content .left .img {
  position: relative;
  z-index: 1;
  margin-top: 5.05rem;
  text-align: center;
}
#index-body .about .content .left .img::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -2.4rem;
  left: 0;
  width: 72.9%;
  height: 125%;
  background-color: #3aa152;
}
#index-body .about .content .left .img::after {
  content: 'COMPANY VIDEO';
  position: absolute;
  top: 0;
  left: 1.85rem;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.5);
  color: transparent;
  font-size: 2rem;
  font-family: 'FBold';
  line-height: 1;
  writing-mode: vertical-rl;
}
#index-body .about .content .left .img .play {
  position: absolute;
  top: 37%;
    left: 43%;
    cursor: pointer;
}
#index-body .about .content .left .img .play::before,
#index-body .about .content .left .img .play::after {
  content: '';
  position: absolute;
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  -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;
}
#index-body .about .content .left .img .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .about .content .left .data {
  margin-top: 1.8rem;
  color: #fff;
}
#index-body .about .content .left .data li h3 {
  font-size: 2rem;
  font-family: 'FBold';
  line-height: 1;
  font-weight: bold;
}
#index-body .about .content .left .data li h3 em {
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .content .left .data li h3 sub {
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .content .left .data li p {
  font-size: 18px;
  line-height: 1;
  margin-top: 0.85rem;
}
#index-body .about .content .left .data li:nth-child(2) {
  padding-left: 3%;
}
#index-body .about .content .left .data li:last-child {
  padding-left: 10%;
}
#index-body .about .content .right {
  position: relative;
  padding: 0 0 0 7rem;
}
#index-body .about .content .right h1 {
  font-size: 1.7rem;
    color: #212121;
    font-family: 'FBold';
    line-height: 1.2;
    width: 100%;
    font-weight: 600;
}
#index-body .about .content .right span {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'FM';
  line-height: 1;
  color: #3aa152;
  margin-top: 1.4rem;
  display: block;
}
#index-body .about .content .right p {
  font-size: 16px;
    line-height: 1.8;
    margin-top: 1.25rem;
}

#index-body .about .content .right .data {
  margin-top: 2.45rem;
}
#index-body .about .content .right .data .lefts {
  display: inline-block;
  vertical-align: middle;
  font-size: 7.3rem;
  letter-spacing: -22px;
  color: #3aa152;
  font-family: 'FBold';
  line-height: 1;
}
#index-body .about .content .right .data .rights {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.15rem;
  font-family: 'FBold';
  margin-top: -5px;
}
#index-body .about .content .right .data .rights em {
  font-size: 3rem;
  color: #3aa152;
  line-height: 1;
}
#index-body .about .content .right .data .rights span {
  font-size: 26px;
  color: #212121;
  line-height: 1;
  font-family: 'FBold';
  margin-top: 0.5rem;
  text-transform: uppercase;
}
#index-body .about .content .right .more {
      margin-top: 3.5rem;
    width: 233px;
    height: 62px;
    background-color: #084d8f;
    color: #fff;
    line-height: 62px;
    font-size: 20px;
    font-family: 'FM';
    letter-spacing: 3px;
}
#index-body .about::after {
  content: '';
  position: absolute;
  bottom: 23px;
  left: 0;
  width: 100%;
  height: 83px;
  background: url(../images/abg.png) no-repeat;
}
#index-body .advantage {
  background: url(../images/adb.jpg) no-repeat;
  padding: 5rem 0 3rem;
  background-size: cover;
}
#index-body .advantage .header {
  text-align: right;
}
#index-body .advantage .header span {
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.1);
  color: transparent;
  font-size: 4rem;
  font-family: 'FBold';
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}
#index-body .advantage .header h3 {
  font-size: 2.6rem;
  font-family: 'FBold';
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-top: -1.5%;
}
#index-body .advantage .content {
  margin-top: 1.3rem;
}
#index-body .advantage .content li {
  /*padding: 3.55rem 1.65rem 1.95rem 1.5rem;
  box-shadow: 22px 22px 38px 0px rgba(0, 0, 0, 0);*/
  width: 20.7%;
  margin-right: 5.7%;
  text-align: center;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#index-body .advantage .content li .card{
  padding: 3.0rem 1.65rem 1.95rem 1.5rem;
  box-shadow: 22px 22px 38px 0px rgba(0, 0, 0, 0);
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
}
#index-body .advantage .content li .img {
  height: 83px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#index-body .advantage .content li .text {
  padding-top: 2.5rem;
}
#index-body .advantage .content li .text h3 {
  font-size: 22px;
  line-height: 1.3;
  font-family: 'FM';
  width: 90%;
  margin: 0 auto;
  font-weight: 600;
}
#index-body .advantage .content li .text p {
  font-size: 16px;
    color: #bcbcbc;
    line-height: 1.3;
    margin-top: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
#index-body .advantage .content li:last-child {
  margin-right: 0;
}
#index-body .advantage .content li:hover {
 
}
#index-body .advantage .content li:hover .card{
   background-color: #084d8f;
  box-shadow: 22px 22px 38px 0px rgba(0, 0, 0, 0.3);
   -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
}
#index-body .advantage .content li:hover .text{
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
}
/*#index-body .advantage .content li:hover .img {
  transform: rotate(360deg) scale(1.2);
  -webkit-transform: rotate(360deg) scale(1.2);
  -moz-transform: rotate(360deg) scale(1.2);
  -o-transform: rotate(360deg) scale(1.2);
  -ms-transform: rotate(360deg) scale(1.2);
}*/
#index-body .i-product {
  background-color: #1c1c1c;
  padding: 4rem 0 5.5rem;
}
#index-body .i-product .header .left {
      color: #fff;
    font-size: 3.0rem;
    font-family: 'FBold';
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}
#index-body .i-product .header .right {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-size: 18px;
  font-family: 'FM';
  color: #3aa152;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .header .right img {
  margin-right: 1.05rem;
}
#index-body .i-product .header .right:hover {
  color: #fff;
  transform: translateX(10px);
}
#index-body .i-product .header .right:hover img {
  filter: brightness(100);
}
#index-body .i-product .content {
  margin-top: 2.95rem;
}
#index-body .i-product .content li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 2px;
  width: 24.8%;
}
#index-body .i-product .content li h3 {
  margin: 3.2rem 2.4rem 0 2.25rem;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: 'FM';
    height: 90px;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
}
#index-body .i-product .content li .img {
  /*height: 296px;*/
  /*margin-top: 1.75rem;*/
}
#index-body .i-product .content li p {
  margin: 1.75rem auto 0;
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
  margin-bottom: 2.45rem;
  width: 74%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .i-product .content li .mores {
  display: none;
  margin-top: 3.55rem;
}
#index-body .i-product .content li .mores .more {
  width: 100%;
  height: 85px;
  line-height: 85px;
  font-size: 20px;
  font-family: 'FM';
  text-transform: uppercase;
  background-color: #fff;
}
#index-body .i-product .content li .mores .more::after {
  background-color: #26ac47;
}
#index-body .i-product .content li .mores .more:hover {
  color: #fff;
}
#index-body .i-product .content li:nth-child(1),
#index-body .i-product .content li:nth-child(3),
#index-body .i-product .content li:nth-child(6),
#index-body .i-product .content li:nth-child(8) {
  background-color: #ededed;
}
#index-body .i-product .content li:nth-child(2),
#index-body .i-product .content li:nth-child(4),
#index-body .i-product .content li:nth-child(5),
#index-body .i-product .content li:nth-child(7) {
  background-color: #f9f9f9;
}
#index-body .i-product .content li:nth-child(even) {
  margin-top: -2.1rem;
}
#index-body .i-product .content li:last-child {
  margin-right: 0;
}
#index-body .i-product .content li:hover {
  background-color: #084d8f;
}
#index-body .i-product .content li:hover h3 {
  color: #fff;
}
#index-body .i-product .content li:hover p {
  display: none;
}
#index-body .i-product .content li:hover .mores {
  display: block;
}
#index-body .product {
  background: url(../images/pbg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 3.6rem;
}
#index-body .product .left {
  padding: 5rem 6rem 0 0;
  width: 45%;
  color: #fff;
}
#index-body .product .left h3 {
      font-size: 3rem;
    font-family: 'FBold';
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}
#index-body .product .left p {
    font-size: 20px;
    line-height: 1.2;
    /* width: 50%; */
    margin-top: 0.8rem;
    font-family: 'FM';
}
#index-body .product .left .icon {
  margin-top: 2.15rem;
}
#index-body .product .left .more {
  margin-top: 0.9rem;
}
#index-body .product .right {
  width: 55%;
  padding-top: 3rem;
}
#index-body .product .right .swiper-slide{
  padding: 5.7rem 10px 5.7rem 2.1rem;
  transform: scale(1.4);
  position: relative;
  z-index: 2;
}
#index-body .product .right .swiper-slide-active{
  transform: scale(1.8);
  position: relative;
  z-index: 4;
}
#index-body .product .right .swiper-slide-next{
  transform: scale(1.6);
  position: relative;
  z-index: 3;
}
#index-body .product .right .swiper-slide-next+div+div{
  transform: scale(1.2);
  margin-left: -15px;
  z-index: 1;
}
/*#index-body .product .right ul {
  margin-right: -2.8rem;
  margin-top: -4rem;
}*/
#index-body .product .right ul .slick-slide {
  /*margin-right: 2.8rem;*/
  padding-top: 5.7rem;
}
#index-body .product .right ul .slick-slide:nth-child(1) {
  transform: scale(1.1);
}
#index-body .product .right ul .slick-slide:nth-child(2) {
  transform: scale(0.91);
}
#index-body .product .right ul .slick-slide:nth-child(3) {
  transform: scale(0.71);
}
#index-body .product .right ul .slick-slide:nth-child(4) {
  transform: scale(0.51);
}
#index-body .product .right li {
  background-color: #fff;
  padding: 16px 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: 1rem;
}
/*#index-body .product .right li:hover {
  background-color: #084d8f;
}*/
#index-body .philosophy {
  padding: 5.7rem 0 0;
  position: relative;
  z-index: 1;
}
#index-body .philosophy .header {
  position: relative;
}
#index-body .philosophy .header .left {
  width: 49.7%;
}
#index-body .philosophy .header .left span {
  display: block;
  font-size: 24px;
  font-family: 'FM';
  line-height: 1;
  color: #3aa152;
  padding-bottom: 1.85rem;
  position: relative;
  text-transform: uppercase;
}
#index-body .philosophy .header .left span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 76px;
  height: 2px;
  background-color: #6a6a6a;
}
#index-body .philosophy .header .left h3 {
  margin-top: 1.5rem;
}
#index-body .philosophy .header .left h3,
#index-body .philosophy .header .left h4 {
  font-size: 2.6rem;
    line-height: 1.2;
    color: #222327;
    font-family: 'FBold';
    font-weight: 600;
}
#index-body .philosophy .header .left .more {
  background: transparent;
  margin-top: 2.95rem;
  border: solid 1px #222327;
}
#index-body .philosophy .header .left .more:hover {
  color: #fff;
  border-color: #26ac47;
}
#index-body .philosophy .header .right {
  width: 50.3%;
  position: relative;
  z-index: 1;
}
#index-body .philosophy .header .dot {
  position: absolute;
  right: -2rem;
  bottom: -1.6rem;
  z-index: -1;
}
#index-body .philosophy .content {
  margin-top: 6.25rem;
}
#index-body .philosophy .content li {
  margin-right: 7.85rem;
  width: 25.7%;
  margin-bottom: 5.45rem;
}
#index-body .philosophy .content li .title {
  position: relative;
}
#index-body .philosophy .content li .title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 12px;
  width: 60px;
  height: 2px;
  background-color: #084d8f;
}
#index-body .philosophy .content li span {
  width: 24px;
  height: 24px;
  background-color: #084d8f;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
  margin-right: 0.9rem;
}
#index-body .philosophy .content li h3 {
  font-size: 1.2rem;
    color: #222327;
    font-family: 'FBold';
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
}
#index-body .philosophy .content li p {
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
  margin-top: 1.3rem;
  word-break: break-all;
}
#index-body .philosophy .content li:nth-child(3),
#index-body .philosophy .content li:last-child {
  margin-right: 0;
}
#index-body .philosophy .lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  margin: auto;
  z-index: -1;
}
#index-body .philosophy .lines .line {
  position: absolute;
  width: 1px;
  height: 125vh;
  top: 0;
  left: -webkit-calc(50%);
  left: -moz-calc(50%);
  left: calc(50%);
  background: rgba(49, 49, 49, 0.05);
  z-index: 1;
}
#index-body .philosophy .lines .line::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 60px;
  background-color: #3aa152;
  left: 0;
}
#index-body .philosophy .lines .line:nth-child(1) {
  left: 18.5%;
}
#index-body .philosophy .lines .line:nth-child(1)::after {
  bottom: 8%;
  -webkit-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop1 30s infinite linear;
  animation: dotAnimatedBottomToTop1 30s infinite linear;
}
#index-body .philosophy .lines .line:nth-child(2) {
  left: 34.4%;
}
#index-body .philosophy .lines .line:nth-child(2)::after {
  bottom: 98%;
  -webkit-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop2 30s infinite linear;
  animation: dotAnimatedBottomToTop2 30s infinite linear;
}
#index-body .philosophy .lines .line:nth-child(3) {
  left: 58.4%;
}
#index-body .philosophy .lines .line:nth-child(3)::after {
  bottom: 6%;
  -webkit-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop3 30s infinite linear;
  animation: dotAnimatedBottomToTop3 30s infinite linear;
}
#index-body .philosophy .lines .line:nth-child(4) {
  left: 77.8%;
}
#index-body .philosophy .lines .line:nth-child(4)::after {
  bottom: 96%;
  -webkit-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop4 30s infinite linear;
  animation: dotAnimatedBottomToTop4 30s infinite linear;
}
#index-body .init-1 {
  position: relative;
}
#index-body .init-1 li {
  position: relative;
}
#index-body .init-1 li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
#index-body .init-1 .text {
  position: absolute;
  top: 33%;
  left: 0;
  width: 100%;
  text-align: center;
}
#index-body .init-1 .text h3 {
  font-size: 2.4rem;
    font-family: 'FBold';
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}
#index-body .init-1 .text p {
  font-size: 24px;
  font-family: 'FM';
  line-height: 1.3;
  color: #3aa152;
  margin-top: 1.15rem;
}
#index-body .init-1 .text .more {
  background: transparent;
  border: 1px solid #fff;
  margin: 1.65rem auto 0;
  color: #fff;
}
#index-body .init-1 .text .more:hover {
  border-color: #3aa152;
}
#footer {
  padding-top: 5.45rem;
  background-color: #131313;
}
#footer .f-box {
  color: #fff;
}
#footer .f-box h3 {
  font-size: 1.8rem;
    font-family: 'FBold';
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}
#footer .f-box .f-contact {
  width: 45%;
}
#footer .f-box .f-contact ul {
  margin-top: 2.75rem;
}
#footer .f-box .f-contact ul li h4 {
  font-size: 20px;
  font-family: 'FBold';
  line-height: 1;
  color: #3aa152;
  margin-bottom: 1rem;
}
#footer .f-box .f-contact ul li p {
  font-size: 20px;
    line-height: 1.2;
    font-family: 'FBook';
    font-weight: 100;
}
#footer .f-box .f-contact ul li:nth-child(2) {
  padding-left: 2%;
}
#footer .f-box .f-news {
    width: 40%;
    padding: 0 3% 0 6%;
}
#footer .f-box .f-news ul {
  margin-top: 2.75rem;
}
#footer .f-box .f-news ul li h4 {
      font-size: 22px;
    line-height: 1.4;
    font-family: 'FM';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#footer .f-box .f-news ul li time {
  margin-top: 0.5rem;
    display: block;
    font-size: 16px;
    color: #8f8f8f;
    font-family: 'FM';
}
#footer .f-box .f-news ul li p {
  margin-top: 0.5rem;
    font-size: 14px;
    line-height: 1.6;
    color: #d2d2d2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
#footer .f-box .f-code {
      width: 15%;
    padding: 5rem 0 0 0rem;
    text-align: right;
}
#footer .f-box .f-code #ewm{
  width: 100px;
 border: 4px solid #fff;
 margin: 0 0 0 auto;
}
#footer .f-box .f-code .share {
  margin-top: 1.8rem;
}
#footer .f-box .f-code .share li {
  display: inline-block;
  background-color: #3C3C3C;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  margin-right: 1px;
}
#footer .f-box .f-code .share li:last-child {
  margin-right: 0;
}
#footer .f-content {
  background-color: #3aa152;
  padding: 1.5rem 0 1.25rem;
  color: #fff;
  margin-top: 4.5rem;
  text-align: center;
  position: relative;
}
#footer .f-content .f-nav li {
  display: inline-block;
  font-size: 16px;
  font-family: 'FM';
  margin-right: 1.65rem;
}
#footer .f-content .f-nav li:last-child {
  margin-right: 0;
}
#footer .f-content .f-top {
  position: absolute;
  right: 13px;
  bottom: 22px;
  cursor: pointer;
}
#footer .f-copy {
  margin-top: 1rem;
  font-size: 15px;
  text-align: center;
}
#footer .f-copy img{
  max-height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
}
#footer .f-copy svg {
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #fff;
}
#footer .f-copy svg text {
  fill: #fff;
}
#footer .f-copy svg:hover {
  fill: #084d8f;
}
.inquiry {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: rgba(51, 139, 71, 0.8);
  cursor: pointer;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #084d8f;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  position: relative;
  z-index: 10;
  color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
  background: #3aa152;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
@media screen and (max-width: 1880px) {
  #banner ul li .text .header {
    margin-top: 1.5rem;
  }
  #banner ul li .text .content {
    margin-top: 1.5rem;
  }
  #banner ul li .text .date {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1630px) {
  .headers .nav .ui.menu .menus-box li {
    margin-right: 2rem !important;
  }
}
@media screen and (max-width: 1500px) {
  #banner ul li .text .header h3 {
    font-size: 3rem;
  }
  #banner ul li .text .content dl .info h3 {
    font-size: 2.2rem;
  }
  #banner ul li .text .content dl .img {
    height: 70px;
  }
  #banner ul li .text .content dl .img img {
    width: 30%;
  }
  #banner ul li .text .content dl .info {
    margin-top: 10px;
  }
  #banner ul li .text .header span {
    font-size: 2rem;
  }
  #banner ul li .text .header h3 {
    margin: 10px auto;
  }
  #index-body .about .content .right h1 {
    width: 80%;
  }
  #index-body .philosophy .lines .line {
    height: 106vh;
  }
  #index-body .init-1 .text {
    top: 26%;
  }
  #footer .f-box .f-contact ul li:nth-child(2) {
    padding-left: 2%;
  }
  #footer .f-box .f-code {
    padding: 4.3rem 0 0 5rem;
  }
}
@media screen and (max-width: 1499px) {
  .headers .nav .ui.menu .logo{
    width: 40%;
  }
  #banner ul li .text .content dl dd {
    margin-right: 22%;
  }
  #header .nav {
    padding-top: 1.75rem;
  }
  #banner ul li .text .header {
    margin-top: 20px;
  }
  #banner ul li .text .logos dd img{
    width: 60%;
  }
  #banner ul li .text .content {
    margin-top: 1rem;
  }
  #banner ul li .text .date .show span {
    font-size: 1.7rem;
    line-height: 55px;
  }
  #index-body .about .content .right {
    padding: 0 0 0 6rem;
  }
  #index-body .advantage .content li {
    width: 22.7%;
    margin-right: 3%;
  }
  #index-body .product .left p {
    width: 60%;
  }
}
@media screen and (max-width: 1360px) {
  .headers .nav .ui.menu .logo {
    width: 40%;
  }
  .headers .nav .ui.menu .menu-box li{
    margin-right: 2.8rem !important;
  }
}
@media screen and (max-width: 1299px) {
  #banner ul li .text .content dl dd {
    margin-right: 17%;
  }
  #banner ul li .text .header h3 {
    font-size: 2.5rem;
  }
  #banner ul li .text .header h3 em{
    font-size: 2rem;
  }
  #banner ul li .text .date .show {
    margin-top: 0.5rem;
  }
  #banner ul li .text .date .show span {
    line-height: 50px;
  }
  #banner ul li .text .content dl .img{
    height: 50px;
  }
  #banner ul li .text .content dl .img img{
    width: 26%;
  }
  #index-body .about .content .right {
    padding: 0 0 0 4rem;
  }
  #index-body .advantage .content li {
    width: 23.7%;
    margin-right: 1%;
    padding: 3.55rem 1.2rem 1.95rem 1.2rem;
  }
  #index-body .advantage .content li .text h3 {
    width: 94%;
  }
  /*#index-body .i-product .content li h3 {
    height: 72px;
  }*/
  #index-body .i-product .content li p {
    width: 100%;
  }
  #index-body .product .left p {
    width: 80%;
  }
  #index-body .philosophy .header .left h3,
  #index-body .philosophy .header .left h4 {
    font-size: 2rem;
  }
  #index-body .philosophy .header .left .more {
    margin-top: 2rem;
  }
  #index-body .philosophy .content li {
    margin-right: 3.85rem;
    width: 28.7%;
  }
  #index-body .init-1 .text {
    top: 20%;
  }
  #footer .f-box .f-news {
    padding: 0 0 0 6%;
  }
  #footer .f-box .f-code {
    padding: 4.3rem 0 0 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .headers .nav .ui.menu .logo {
    width: 32%;
  }
  .headers .nav .ui.menu .menu-box li{
    margin-right: 2.65rem !important;
  }
  #banner ul li .text .logos {
    display: none;
  }
  #index-body .about .content .right {
    padding: 0 0 0 1rem;
  }
  #index-body .about .content .right .data .lefts {
    font-size: 6rem;
  }
  #index-body .advantage .header h3 {
    margin-top: -3.5%;
  }
  #index-body .advantage .content li {
    width: 24.7%;
    margin-right: 0.3%;
    padding: 3.55rem 1rem 1.95rem 1rem;
  }
  #index-body .advantage .content li .text h3 {
    width: 100%;
  }
  #index-body .i-product .content li {
    width: 24.7%;
  }
  #index-body .philosophy .lines .line {
    height: 92vh;
  }
  #index-body .init-1 .text p {
    margin-top: 1rem;
  }
  #index-body .init-1 .text .more {
    margin: 1rem auto 0;
  }
  #footer .f-box .f-contact ul li p {
    font-size: 20px;
  }
  #footer .f-box .f-news {
    padding: 0 2% 0 4%;
  }
  #footer .f-box .f-code {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .headers .nav .ui.menu .logo {
    width: auto;
  }
  #header .nav {
    padding: 0;
  }
  #header .nav .ui.menu .logo {
    display: block;
  }
  #header .nav .ui.menu .logo img{
    width: 90%;
  }
  #header .nav .ui.menu .menus img {
    filter: brightness(0);
  }
  #header .nav .ui.menu .h-search {
    display: none;
  }
  #banner ul li .text {
    top: 32%;
  }
  #banner .lines {
    display: none;
  }
  #banner ul li .text .content {
    display: none;
  }
  #index-body .about .content .right .data {
    display: none;
  }
  #index-body .about .content .right h1 {
    width: 90%;
  }
  #index-body .advantage .content li {
    width: 48%;
    margin-right: 2%;
  }
  #index-body .advantage .content li:nth-child(even) {
    margin-right: 0;
  }
  #index-body .i-product .header .left {
    font-size: 3.2rem;
  }
  #index-body .i-product .content li {
    width: 49.7%;
  }
  #index-body .i-product .content li:nth-child(3),
  #index-body .i-product .content li:nth-child(6) {
    background-color: #f9f9f9;
  }
  #index-body .i-product .content li:nth-child(4),
  #index-body .i-product .content li:nth-child(5) {
    background-color: #ededed;
  }
  #index-body .product .left p {
    width: 100%;
  }
  #index-body .philosophy .header .left h3,
  #index-body .philosophy .header .left h4 {
    font-size: 1.8rem;
  }
  #index-body .philosophy .lines {
    display: none;
  }
  #index-body .init-1 li {
    width: 25%;
  }
  #index-body .more {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  #index-body .init-1 .text p {
    margin-top: 0;
  }
  #footer .f-box .f-code {
    display: none;
  }
  #footer .f-box .f-contact {
    width: 60%;
  }
  #footer .f-box .f-contact ul li p {
    font-size: 18px;
  }
  #footer .f-box .f-news ul li h4 {
    font-size: 20px;
  }
  #footer .f-box .f-news ul li p {
    font-size: 18px;
  }
  #footer .f-content .f-top {
    right: 0;
    bottom: 0;
  }
  .inquiry {
    right: 1.2rem;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text,
  #banner ul li .img {
    width: 100%;
  }
  #banner ul li .text .header span {
    font-size: 1.8rem;
  }
  #banner ul li .text .header h3 {
    font-size: 2.2rem;
    margin-top: 1rem;
    line-height: 1.4;
  }
  #banner ul li .text .header h3 em {
    font-size: 1.8rem;
  }
  #banner ul li .text {
    top: 35%;
  }
  #banner ul li .text .date {
    display: none;
  }
  #index-body .about {
    padding: 1.5rem 0 3rem;
  }
  #index-body .about .content .right h2{
    font-size: 20px;
    line-height: 1.4;
    width: 100%;
  }
  #index-body .about .content .left {
    display: none;
  }
  #index-body .about .content .right {
    width: 100%;
  }
  #index-body .about::after {
    display: none;
  }
  #index-body .about .content .right h1 {
    font-size: 20px;
    width: 100%;
  }
  #index-body .about .content .right span {
    font-size: 16px;
  }
  #index-body .about .content .right p {
    font-size: 15px;
  }
  #index-body .about .content .right .more {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  /*#index-body .advantage {
    display: none;
  }*/
  #index-body .advantage .content li{
    width: 100%;
    margin-right: 0;
  }
  #index-body .advantage .header{
    text-align: center;
  }
  #index-body .advantage .header h3{
    margin-top: 0;
    font-size: 18px;
    line-height: 1.5;
  }
  #index-body .advantage .content li .text p{
    font-size: 16px;
    line-height: 1.6;
  }
  #index-body .advantage .header span{
    display: none;
  }
  
  #index-body .i-product .content li{
    width: 100%;
    margin-bottom: 1rem;
  }
  #index-body .i-product .content li:nth-child(even){
    margin-top: 0;
  }

  #index-body .product .left {
    width: 100%;
  }
  #index-body .product .left .icon {
    display: none;
  }
  #index-body .product .right {
    width: 100%;
  }
  #index-body .product .right ul {
    margin-top: 0;
  }
  #index-body .product .right ul .slick-slide:nth-child(odd) {
    margin-top: -1rem;
  }
  /*#index-body .philosophy {
    display: none;
  }*/
  #index-body .philosophy .header .dot{
    display: none;
  }
  #index-body .philosophy .header .left{
    width: 100%;
  }
  #index-body .philosophy .header .right{
    display: none;
  }
  #index-body .philosophy .content li{
    width: 100%;
  }
  #index-body .init-1 {
    display: none;
  }
  #footer .f-box .f-contact,
  #footer .f-box .f-news {
    width: 100%;
  }
  #footer .f-box .f-contact ul li {
    margin-bottom: 1rem;
  }
  #footer .f-box .f-contact ul li:nth-child(2) {
    padding-left: 0;
  }
  #footer .f-box .f-contact ul li p {
    font-size: 16px;
  }
  #footer .f-box .f-news {
    padding: 1rem 0 0;
  }
  #footer .f-box .f-news ul li h4 {
    font-size: 18px;
  }
  #footer .f-box .f-news ul li time {
    font-size: 16px;
  }
  #footer .f-box .f-news ul li p {
    font-size: 16px;
  }
  #footer .f-content .f-nav {
    display: none;
  }
  #footer .f-content .f-top {
    display: none;
  }

}

#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;
}.inner-banner {
    position: relative;
    /*background: url(../images/inner-banner.jpg) no-repeat center;*/
    /*background-size: 100%;*/
    overflow: hidden;
    padding: 4rem 4rem 0rem 4rem;
}
.inner-banner h3.bg {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 9rem;
    font-weight: bold;
    line-height: 1;
        color: rgb(234 239 247 / 30%);
    /*color: rgba(0, 0, 0, 0.02);*/
    white-space: nowrap;
     font-family: 'FM';
}
.inner-banner .ui.container {
    max-width: 1480px;
}
.inner-banner .text {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding-top: 20px;
}
.inner-banner .text .grid-box {
    position: relative;
    z-index: 2;
     border-bottom: 1px solid #eaeef7; 
    padding: 65px 0;
}
.inner-banner .text .grid-box .left {
    width: 60%;
    vertical-align: middle;
}
.inner-banner .text .grid-box .left h2 {
    font-size: 30px;
    /* font-weight: 500; */
    color: #3aa152;
    line-height: 1.4;
    font-family: fm;
    text-transform: capitalize;
}
.inner-banner .text .grid-box .left h1{
    font-size: 30px;
    font-weight: 600;
    color: #01543f;
    line-height: 46px;
}
.inner-banner .text .grid-box .right {
    width: 40%;
    text-align: right;
    vertical-align: middle;
}

.inner-banner .text .grid-box .right .bread-crumbs {
    font-size: 0;
}
.inner-banner .text .grid-box .right .bread-crumbs a {
    position: relative;
    font-size: 18px;
    color: #000;
    padding: 10px;
}
.inner-banner .text .grid-box .right .bread-crumbs a:nth-child(1) {
    display: inline-block;
}
.inner-banner .text .grid-box .right .bread-crumbs a:nth-child(2)::before {
    content: '/';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 14px;
    color: #ccc;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.inner-banner .text .grid-box .right .bread-crumbs a::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: #000;
}
.inner-banner .text .grid-box .right .bread-crumbs span {
    position: relative;
    font-size: 18px;
    color: #3aa152;
    padding-left: 60px;
}
.inner-banner .text .grid-box .right .bread-crumbs span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 1px;
    background-color: #000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 700px) {
    .inner-banner .text .grid-box .left,
    .inner-banner .text .grid-box .right {
        width: 100%;
    }
    .inner-banner .text .grid-box .right{
        text-align: left;
    }
    .inner-banner .text .grid-box .right .bread-crumbs span {
        font-size: 18px;
    }
    .inner-banner .text .grid-box .left{
        display: none!important;
    }
}
/* Inner-Banner End */

/* Inner-Page */
.inner-page {
    font-size: 16px;
    line-height: 1.8;
}
.inner-page .contact-3{
    margin: 1rem;
    padding-top: 60px;
}
.inner-page .sidebar {
    padding-bottom: 4.5rem;
}
.inner-page .sidebar ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.inner-page .sidebar ul li {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
}
.inner-page .sidebar ul li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #808080;
}
.inner-page .sidebar ul li:nth-child(4n)::after,
.inner-page .sidebar ul li:last-child::after {
    display: none;
}
.inner-page .sidebar ul li a {
    position: relative;
    display: block;
    font-size: 17px;
    color: #333;
    line-height: 1.5;
    font-family: 'FBook';
}
.inner-page .sidebar ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0%;
    background-color: #3aa152;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar ul li a:hover::after {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .inner-page .sidebar {
        display: none;
    }
}
/* Sidebar End */

#index-body .init-1 .text .zsjpjx-home h1{
    display: inline;
}
#index-body .init-1 .text .zsjpjx-home{
    display: block;
    font-size: 18px;
    line-height: 32px;
}

/* About Start */
.about-page .abt-1 {
    padding: 2rem 0;
}
.about-page .abt-1.single{
    padding: 0;
}
.about-page .abt-1 .title {
    text-align: center;
    margin-bottom: 1.5rem;
}
.about-page .abt-1 .title p {
    font-size: 0.9rem;
    text-transform: uppercase;
}
.about-page .abt-1 .title h3 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2b2b2b;
}
.about-page .abt-1 .title h3 span {
    color: #3aa152;
    font-size: 36px;
}
.about-page .abt-1 .con {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.659);
    text-align: center;
}
.about-page .abt-1 .con.single{
    font-size: 18px;
    line-height: 32px;
    color: inherit;
}
.about-page .abt-1 .con p {
    padding: 0 0 1rem 0;
}
.about-page #index-body .init-1 .list {
    padding: 20px 0 60px;
    max-width: 90%;
    margin: 0 auto;
}
.about-page #index-body .init-1 .list ul li{
  text-align: center;
}
.about-page #index-body .init-1 .list ul li h4 {
    font-size: 56px;
    font-family: 'FBold';
    color: #3aa152;
    line-height: 1.6;
    font-weight: bold;
}
.about-page #index-body .init-1 li::after{
  display: none;
}
.about-page #index-body .init-1 .list ul li p {
    font-size: 20px;
        display: block;
    color: #292929;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 8px;
}
.about-page .abt-2 {
    background-color: #1c1c1c;
}
.about-page .abt-22{
  background: #3aa152;
}
.about-page .abt-2 .grid-box .left {
    vertical-align: middle;
}
.about-page .abt-2 .grid-box .right {
    vertical-align: middle;
    padding: 0 2%;
}
.about-page .abt-2 .grid-box .right.single{
    padding: 2% 2%;
}
.about-page .abt-2 .grid-box .left.single{
    padding: 2% 2%;
}
.about-page .abt-2 .grid-box .right .text {
    max-width: 660px;
    margin: auto;
}
.about-page .abt-2 .grid-box .right .text h3 {
        font-size: 44px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 12px;
    font-family: 'FBold';
}

.about-page .abt-2 .grid-box .right .text h3 span {
    color: #3aa152;
}

.about-page .abt-2 .grid-box .right .text h3 txt {
    color: #000;
}
.about-page .abt-2 .grid-box .right .text .con {
    font-size: 17px;
    /* font-weight: 400; */
    line-height: 2;
    color: #fff;
    font-family: 'FBook';
}
.about-page .abt-2 .grid-box .column:nth-child(3) {
    position: relative;
    left: 50%;
}
.about-page .abt-2 .grid-box .column:nth-child(4) {
    position: relative;
    left: -50%;
}
.about-page .abt-3 {
    max-height: 800px;
    overflow: auto;
    background: url(../images/abt3bgc.png) no-repeat center #3aa152;
}
.about-page .abt-3 .ui.container {
    max-width: 1200px;
}
.about-page .abt-3 .box {
    padding-top: 4rem;
    text-align: center;
}
.about-page .abt-3 .box .play {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    font-size: 18px;
    color: white;
    text-transform: capitalize;
    cursor: pointer;
}
.about-page .abt-3 .box .play img {
    display: block;
    margin-bottom: 10px;
}
.about-page .abt-3 .title {
    text-align: center;
    color: #fff;
}
.about-page .abt-3 .title p {
    font-size: 17px;
    /* text-transform: uppercase; */
    line-height: 1.8;
    font-family: 'FBook';
    margin-bottom: 80px;
}
.about-page .abt-3 .title h3 {
    font-size: 48px;
    font-family: 'FBold';
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5;
    font-weight: 600;
}
.about-page .abt-3 .htmleaf-container {
    padding: 2rem 0;
}
.about-page .abt-4 {
    padding: 5rem 0;
}
.about-page .abt-4 .title {
    text-align: center;
}
.about-page .abt-4 .title p {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}
.about-page .abt-4 .title h3 {
    font-size: 48px;
    text-transform: uppercase;
    /* font-weight: 600; */
    line-height: 1.5;
    color: #393939;
    font-family: 'FBold';
}

.about-page .abt-4 .title h3 span {
    color: #3aa152;
}
.about-page .abt-4 .box {
    padding: 2.5rem 0;
    /*   background: url(../images/applicationbgc.png) no-repeat center; */
}
.about-page .abt-4 .box .list {
    position: relative;
    /*   max-width: 1100px; */
    margin: auto;
}
.about-page .abt-4 .box .list .swiper-slide {
        -webkit-transform: scale(.86);
        -moz-transform: scale(.86);
        -ms-transform: scale(.86);
        -o-transform: scale(.86);
        transform: scale(.86);
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        position: relative;
        z-index: 1;
        padding: 3rem 0;
}
.about-page .abt-4 .box .list .swiper-slide img {
          width: 100%;
} 
.about-page .abt-4 .box .list .swiper-slide-prev,
.about-page .abt-4 .box .list .swiper-slide-next {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        position: relative;
        z-index: 2;
}
.about-page .abt-4 .box .list .swiper-slide-active {
       -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        position: relative;
        z-index: 3;
}

.about-page .abt-4 .box .list .prev:hover,
.about-page .abt-4 .box .list .next:hover {
    color: #fff;
    background-color: #162a5c;
}
.about-page .abt-4 .box .list .prev {
    position: absolute;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
}
.about-page .abt-4 .box .list .next {
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
}
.about-page .abt-4 .box ul {
    padding: 0 2rem;
}
.about-page .abt-4 .box ul li {
    text-align: center;
}
.about-page .abt-4 .box ul li img {
    margin: auto;
}
.about-page .abt-4 .box ul .slick-track {
    padding: 4rem 0;
}
.about-page .abt-4 .box ul .slick-slide li {
    display: none;
}
.about-page .abt-4 .box ul .slick-slide.slick-activ li {
    display: block;
}
.about-page .abt-4 .box ul li .ig {
    display: block;
    transition: .5s;
    position: relative;
}
.about-page .abt-4 .box ul li .ig:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #3aa152;
    opacity: .25;
    transition: .5s;
}
.about-page .abt-4 .box ul li .ig:hover:after {
    opacity: 0;
}
.about-page .abt-4 .box ul li .ig img {
    transition: .5s;
    width: 100%;
}
.about-page .abt-4 .box ul .slick-slide {
    position: relative;
    z-index: -1;
    transform: scale(1);
    transform-origin: center center;
    transition: 1s;
}
.about-page .abt-4 .box ul .slick-slide.slick-active {
    position: relative;
    z-index: 1;
    transform: scale(1);
    transform-origin: center center;
}
.about-page .abt-4 .box ul .slick-slide.slick-active.slick-center {
    position: relative;
    z-index: 2;
    transform: scale(1.4);
    transform-origin: center center;
    transition: .6s;
}
.culture {
    background: url(../images/culbgc.jpg) no-repeat center;
    background-size: cover;
    padding: 4rem 0 6rem;
}
.culture .ui.container {
    max-width: 100%;
}
.culture .title {
    text-align: center;
}
.culture .title h3 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
}
.culture .box {
    margin-top: 2rem;
    text-align: center;
    color: #fff;
}
.culture .box ul li {
    padding: 0 3%;
}
.culture .box ul li .ig .img {
    height: 5rem;
    line-height: 5rem;
}
.culture .box ul li .ig .img img {
    vertical-align: middle;
    max-height: 100%;
}
.culture .box ul li .ig .text h4 {
    font-size: 26px;
    line-height: 1.5;
    margin: 0.5rem 0 1rem;
    font-family: 'FBold';
    font-weight: 600;
}
.culture .box ul li .ig .text .con {
    font-size: 17px;
    line-height: 1.8;
    font-family: 'FBook';
}
@media screen and (max-width: 1200px) {
    .culture .box ul.grid-box li {
        width: 50%;
        padding: 20px;
    }
}
@media screen and (max-width: 992px) {
    .culture .box ul li .ig .text .con {
        font-size: 14px;
    }
}
@media screen and (max-width: 700px) {
    .culture .box ul.grid-box li {
        width: 100%;
        padding: 20px;
    }
    .culture .box ul li .ig .text h4 {
        font-size: 18px;
        margin: 15px 0 10px;
    }
    .inner-banner{
      padding: 4rem 0 0 0;
    }
    .inner-banner .text .grid-box .right .bread-crumbs a{
      font-size: 16px;
    }
    .inner-banner .text .grid-box .right .bread-crumbs span{
      padding-left: 0;
    }
    .inner-banner .text .grid-box .right .bread-crumbs span::before{
      display: none;
    }
    .about-page .abt-1 .title h3{
      font-size: 36px;
    }
    .about-page .abt-1 .title h3 span{
      font-size: 30px;
    }
}

.about-page .abt-5 {
    padding: 3rem 0;
}
.about-page .abt-5 .title {
    text-align: center;
}
.about-page .abt-5 .title p {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}
.about-page .abt-5 .title h3 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3aa152;
    line-height: 1.4;
}
.about-page .abt-5 .title h3 span {
    color: #3aa152;
}
.about-page .abt-5 .cer {
    padding-top: 4rem;
}
.about-page .abt-5 .cer .grid-box {
    margin: 0 -1.25rem;
}
.about-page .abt-5 .cer .grid-box .column {
    padding: 0 1.25rem;
}
.about-page .abt-5 .box {
    position: relative;
    padding: 3rem 0;
}
.about-page .abt-5 .box ul li {
    padding: 0 7px;
}
.about-page .abt-5 .box ul li .ig img {
    width: 100%;
}
.about-page .abt-5 .box .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.about-page .abt-5 .box .progress .line {
    position: relative;
    height: 11px;
    width: 100%;
    background-color: #EDEDED;
    border-radius: 15px;
}
.about-page .abt-5 .box .progress .line em {
    display: inline-block;
    position: absolute;
    left: 10%;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 15px;
    background-color: #3aa152;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.samll_line {
    display: inline-block;
    position: absolute;
    height: 1px;
    overflow: hidden;
    border-top: 1px solid white;
    width: 70px;
}
#timeline .timeline-item:nth-of-type(odd) .samll_line {
    left: 50.5%;
    top: 37px;
}
#timeline .timeline-item:nth-of-type(even) .samll_line {
    right: 50.5%;
    top: 37px;
}
#timeline .timeline-item:after,
#timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
#timeline:before {
    content: "";
    width: 3px;
    height: 105%;
    background: rgba(255, 255, 255, 0.22);
    left: 50%;
    top: 0;
    position: absolute;
}
#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}
#timeline .timeline-item {
    position: relative;
}
#timeline .timeline-item .timeline-icon {
    border: 4px solid white;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 30px;
    left: 50%;
    overflow: hidden;
    margin-left: -6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 100%;
    background: transparent;
}
#timeline .timeline-item .timeline-content {
    color: white;
    width: 43%;
    padding: 0 20px;
    transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h2 {
    letter-spacing: 2px;
    /*   padding: 15px; */
    line-height: 1;
    font-size: 2.25rem;
    font-weight: bold;
    /*   margin: -20px -20px 0 -20px; */
    font-weight: bold;
}
#timeline .timeline-item .timeline-content p {
    font-size: 16px;
    color: #fff;
}
#timeline .timeline-item:nth-of-type(even) .timeline-content {
    text-align: right;
}
#timeline .timeline-item:nth-of-type(odd) .timeline-content {
    float: right;
}
@media screen and (max-width: 992px) {
    .about-page .abt-4 .box ul .slick-slide.slick-active.slick-center {
        transform: scale(1);
    }
    .about-page .abt-4 .box ul li .ig img {
        opacity: 1;
    }
    .about-page .abt-2 .grid-box .left {
        width: 100%;
    }
    .about-page .abt-2 .grid-box .right {
        width: 100%;
        padding: 2rem 2% 4rem;
    }
    .about-page .abt-2 .grid-box .right .text {
        max-width: 100%;
    }
    .about-page .abt-2 .grid-box .right .text .con {
        font-size: 14px;
        line-height: 30px;
    }
    .about-page .abt-2 .grid-box .column:nth-child(3) {
        left: 0;
    }
    .about-page .abt-2 .grid-box .column:nth-child(4) {
        left: 0;
    }
}
@media screen and (max-width: 768px) {
    .samll_line {
        width: 10%;
    }
    #timeline .timeline-item .timeline-content h2 {
        padding: 15px 0;
    }
    #timeline .timeline-item:nth-of-type(even) .samll_line,
    #timeline .timeline-item:nth-of-type(odd) .samll_line {
        left: 0.5%;
    }
    #timeline {
        /* margin: 30px; */
        padding: 0;
    }
    #timeline:before {
        left: 15px;
    }
    #timeline .timeline-item .timeline-content {
        width: 90%;
        float: right;
    }
    #timeline .timeline-item .timeline-content h2 {
        font-size: 18px;
        padding: 10px 0 5px;
    }
    #timeline .timeline-item .timeline-content p {
        font-size: 14px;
    }
    #timeline .timeline-item .timeline-content:before,
    #timeline .timeline-item:nth-of-type(odd) .timeline-content:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
        border-right: 7px solid #ee4d4d;
    }
    #timeline .timeline-item .timeline-icon {
        left: 0;
    }
    #timeline .timeline-item:nth-of-type(even) .timeline-content {
        text-align: left;
    }
}
/* About End */

/* Product Start */
.product-page {
    padding: 1rem 0;
}
.product-page .change-box .box-list .grid-box .list ul.item {
    font-size: 0;
    padding-left: 0;
    border-left: none;
    margin: 0 -12px;
}
.product-page .change-box .box-list .grid-box .list ul.item li {
    display: inline-block;
    width: 25%;
    border-bottom: none;
    padding: 0 12px;
    margin-bottom: 2.5rem;
}
.product-page .change-box .box-list .grid-box .list ul.item li .ig a.img {
    position: relative;
    display: block;
    background: #eaeef7;
}
.product-page .change-box .box-list .grid-box .list ul.item li .ig a.img img {
    width: 100%;
}
.product-page .change-box .box-list .grid-box .list ul.item li .ig a.img h4 {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background-color: #1c1c1c;
    padding: 10px 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
    line-height: 1.4;
    height: 100px;
    overflow: hidden;
    font-family: 'FBook';
}
.product-page .change-box .box-list .grid-box .list ul.item li .ig a.img:hover h4 {
    color: #fff;
    background-color: #3aa152;
}
.product-page .change-box .box-list .grid-box .list .rec h3 {
        font-size: 32px;
    border-bottom: 1px solid #D4D4D4;
    color: #3aa152;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-family: 'FBold';
    text-transform: uppercase;
}
.product-page .change-box .box-list .grid-box .list .rec .slick-track {
    margin-left: 0;
}
.product-page .change-box .box-list .grid-box .list .rec ul li {
    padding: 0 9px;
}
.product-page .change-box .box-list .grid-box .list .rec ul li .ig {
    display: block;
}
.product-page .change-box .box-list .grid-box .list .rec ul li .ig img {
    width: 100%;
}
.product-page .change-box .box-list .grid-box .list .rec ul li .ig h4 {
    font-size: 16px;
    color: #1c1c1c;
    border-top: 1px solid #d4d4d4;
    padding: 0.8rem 0;
    margin-top: 1.5rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: 'FBook';
    line-height: 1.4;
}
.product-page .change-box .box-list .grid-box .list .rec ul li .ig:hover h4 {
    color: #3aa152;
}
@media screen and (max-width: 992px) {
    .product-page .change-box .box-top .grid-box .left span,
    .product-page .change-box .box-list .grid-box .sidebar {
        display: none;
    }
    .product-page .change-box .box-list .grid-box .list {
        width: 100%;
    }
    .product-page .change-box .box-list .grid-box .list ul.item {
        padding-left: 0;
        border-left: none;
    }
    .product-page .change-box .box-list .grid-box .list ul.item li .ig .grid-box .right {
        padding-left: 5%;
    }
    .product-page .change-box .box-list .grid-box .list ul.item li .ig a.img h4,
    .product-page .change-box .box-list .grid-box .list .rec ul li .ig h4 {
        font-size: 18px;
    }
    .inner-page .con {
        font-size: 16px !important;
        line-height:30px;
    }
    .product-page .change-box .box-list .grid-box .list ul.item li {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .product-page .change-box .box-list .grid-box .list ul.item li,
    .product-page .change-box .box-list .grid-box .list ul.item li .ig .grid-box .left {
        width: 100%;
    }
}
/* Product End */

/* Pagination Start*/
.m-page {
    text-align: center;
    margin: 3rem 0;
}
.m-page a,
.m-page span {
    display: inline-block;
    font-size: 17px;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 1px;
    color: #fff;
    background-color: #DFDFDF;
    margin: 0 7px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.m-page span,
.m-page a:hover {
    background-color: #3aa152;
}
/* Pagination End*/

/* Prodet Start*/
.prodet-page {
    /*padding: 3rem 0;*/
}
.prodet-page .det-1 {
    padding-bottom: 3rem;
    padding-top: 3rem;
    background-color: #eaeef7;
}
.prodet-page .det-1 .grid-box {
    display: flex;
    flex-wrap: wrap;
}
.prodet-page .det-1 .grid-box .left {
    width: 46%;
    vertical-align: middle;
    text-align: center;
}
.prodet-page .det-1 .grid-box .left .img {
    position: relative;
    background: #eaeef7;
    margin-bottom: 20px;
}
.prodet-page .det-1 .grid-box .left .img img {
    height: auto;
    /*object-fit: cover;*/
}
.prodet-page .det-1 .grid-box .left .img .prev-next span {
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    /* border: 1px solid #ddd; */
    color: #fff;
    /* background-color: #e5e8ef; */
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .det-1 .grid-box .left .img .prev-next span.prev {
    left: 0;
}
.prodet-page .det-1 .grid-box .left .img .prev-next span.next {
    right: 0;
}
.prodet-page .det-1 .grid-box .left .img .prev-next span:hover {
    color: #fff;
    background-color: #3aa152;
}
.prodet-page .det-1 .grid-box .left img {
    width: 100%;
}
.prodet-page .det-1 .grid-box .left .gallery ul {
    font-size: 0;
    margin: 0 -7px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li {
    display: inline-block;
    width: 25%;
    padding: 10px 5px;
    background: #fff;
}
.prodet-page .det-1 .grid-box .left .gallery ul li a {
    position: relative;
    display: block;
    color: #fff;
    font: normal normal normal 35px/1 FontAwesome;
}
.prodet-page .det-1 .grid-box .left .gallery ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .det-1 .grid-box .left .gallery ul li a::after {
    content: '\f06e';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .det-1 .grid-box .left .gallery ul li a:hover::after {
    opacity: 1;
}
.prodet-page .det-1 .grid-box .left .gallery ul li a:hover::before {
    opacity: 1;
}
.prodet-page .det-1 .grid-box .right {
    width: 54%;
    vertical-align: middle;
    padding: 3rem 1rem 0 2.5rem;
}
.prodet-page .det-1 .grid-box .right .text {
    position: relative;
    /*height: 85%;*/
    padding-bottom: 110px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
}
.prodet-page .det-1 .grid-box .right .text h2 {
    font-size: 1.6rem;
    line-height: 1;
    color: #000;
}
.prodet-page .det-1 .grid-box .right .text .con {
    font-size: 17px;
    max-height: 390px;
    color: #1c1c1c;
    line-height: 1.5;
    margin: 1rem 0;
    overflow: auto;
}
.prodet-page .det-1 .grid-box .right .text .det-contact {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #d1d1d1;
    padding: 1.5rem 0 0;
}
.prodet-page .det-1 .grid-box .right .text .det-contact .grid-box .det-email {
    width: 60%;
    vertical-align: middle;
    font-size: 22px;
    color: #4a4a4a;
    font-family: 'FBold';
}
.prodet-page .det-1 .grid-box .right .text .det-contact .grid-box .more {
    width: 40%;
    text-align: right;
    vertical-align: middle;
}
.prodet-page .det-1 .grid-box .right .text .det-contact .grid-box .more a {
        display: inline-block;
    font-size: 18px;
    border-radius: 3px;
    color: #fff;
    background-color: #3aa152;
    padding: 3px 20px;
}
/*.prodet-page .det-2 {
  margin-bottom: 4rem;
}*/
.prodet-page .det-2 h3 {
    font-size: 28px;
    border-bottom: 1px solid #d4d4d4;
    color: #1a1a1a;
    margin: 3rem 0 1rem;
    line-height: 48px;
    font-family: 'FBold';
    font-weight: 600;
}
.prodet-page .det-form {
    padding-top: 4rem;
    margin-bottom: 4rem;
}
.prodet-page .det-form h3 {
        font-size: 28px;
    border-bottom: 1px solid #D4D4D4;
    color: #1a1a1a;
    margin-bottom: 2rem;
    font-family: 'FBold';
    font-weight: 600;
}
.prodet-page .det-form form ul li {
    padding: 0 10px;
    margin-bottom: 2rem;
}
.prodet-page .det-form form ul li input {
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    border-bottom: 1px solid #666;
    color: #000;
}
.prodet-page .det-form form ul li:nth-child(4) {
    width: 100%;
}
.prodet-page .det-form form ul li textarea {
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #666;
    overflow: hidden;
    color: #000;
}
.prodet-page .det-form form ul li input[type="submit"] {
    font-size: 17px;
    font-family: fbold;
    width: auto;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 5px #777;
    color: #fff;
    background-color: #3aa152;
    padding: 0 4rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .det-form form ul li input[type="submit"]:hover {
    color: #000;
}
.prodet-page .det-3 h3 {
        font-size: 28px;
    border-bottom: 1px solid #D4D4D4;
    color: #3aa152;
    margin-bottom: 1rem;
    line-height: 46px;
    font-family: 'FBold';
    text-transform: uppercase;
    font-weight: 600;
}
.prodet-page .det-3 ul {
    margin: 0 -12px;
}
.prodet-page .det-3 ul li {
    display: inline-block;
    border-bottom: none;
    padding: 0 12px;
}
.prodet-page .det-3 ul li .ig .grid-box .left {
    width: 100%;
    text-align: center;
}
.prodet-page .det-3 ul li .ig .grid-box .left a {
    display: block;
}
.prodet-page .det-3 ul li .ig .grid-box .left a img {
    display: inline-block;
    width: 100%;
}
.prodet-page .det-3 ul li .ig .grid-box .right {
    width: 100%;
    border-top: 1px solid #dbdbdb;
    padding: 1rem 1rem 0 0;
    margin: 2rem 0 3rem;
}
.prodet-page .det-3 ul li .ig .grid-box .right h4 {
    font-size: 17px;
    line-height: 1.4;
    color: #1a1a1a;
    text-align: center;
}
.prodet-page .det-3 ul li .ig .grid-box .right .con {
    font-size: 17px;
    line-height: 1.5;
    color: rgba(86, 86, 86, 0.6);
    margin: 1rem 0;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.prodet-page .det-3 ul li .ig .grid-box .right .more {
    text-align: right;
}
.prodet-page .det-3 ul li .ig .grid-box .right .more a {
    display: inline-block;
    font-size: 18px;
    border-radius: 3px;
    color: #fff;
    background-color: #3aa152;
    padding: 10px 1.8rem;
}
@media screen and (max-width: 1200px) {
    .prodet-page .det-2 .content table {
        display: block;
        word-break: inherit;
        white-space: normal;
        overflow: auto;
    }
    .inner-banner .text .grid-box .left{
      width: 100%;
    }
    .inner-banner .text .grid-box .right{
      width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .prodet-page .det-1 .grid-box .left {
        width: 100%;
    }
    .prodet-page .det-1 .grid-box .right {
        width: 100%;
        padding: 20px 0;
    }
    .prodet-page .det-3 ul li .ig .grid-box .right .con {
        height: 40px;
    }
    .prodet-page .det-3 ul li .ig .grid-box .right h4 {
        font-size: 18px;
        line-height: 32px;
    }
    .prodet-page .det-3 ul li .ig .grid-box .right .more a {
        font-size: 14px;
    }
}
/* Prodet End*/

/* News Start*/
.news-page .news-top {
    padding: 2rem 0;
}
.news-page .news-top .grid-box .left ul li {
    position: relative;
    display: inline-block;
    padding: 0 1.75rem;
}
.news-page .news-top .grid-box .left ul li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 15px;
    width: 1px;
    background-color: #808080;
}
.news-page .news-top .grid-box .left ul li:first-child {
    padding-left: 0;
}
.news-page .news-top .grid-box .left ul li:last-child::after {
    display: none;
}
.news-page .news-top .grid-box .left ul li a {
    font-size: 18px;
    color: #808080;
}
.news-page .news-top .grid-box .left ul li.active a,
.news-page .news-top .grid-box .left ul li:hover a {
    color: #3aa152;
}
.news-page .news-box {
    overflow: hidden;
}
.news-page .news-box .abstract {
    padding: 2rem 0;
}
.news-page .news-box ul {
    margin: 0 -1rem;
}
.news-page .news-box ul li {
    display: inline-block;
    padding: 0 1rem;
}
.news-page .news-box ul li .ig {
    display: block;
}
.news-page .news-box ul li .ig .img-box img {
    width: 100%;
}
.news-page .news-box ul li .ig .img-box .date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    font-family: 'FM';
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background-color: #3aa152;
    padding: 12px 16px;
}
.news-page .news-box ul li .ig h4 {
    font-size: 22px;
    line-height: 1.4;
    display: block;
    color: #1a1a1a;
    font-family: 'FBold';
    font-weight: 600;
    margin: 2rem 0 2rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-box ul li .ig:hover h4 {
    color: #3aa152;
}
.news-page .news-box .m-page {
    margin-top: 0;
}
@media screen and (max-width: 700px) {
    .news-page .news-top .grid-box {
        display: none;
    }
}
/* News End*/

/* Gallery-page Start */
@media screen and (max-width: 500px) {
    .news-page.honour-page .news-box ul li {
        width: 50%;
    }
}
/* Gallery-page End */


/* Newdet Start*/
.newdet-page .init-1 {
    padding: 3rem 0;
}
.newdet-page .init-1 .title {
    text-align: center;
}
.newdet-page .init-1 .title h1 {
    font-size: 36px;
    line-height: 1.6;
    width: 85%;
    color: #1a1a1a;
    font-family: 'FBold';
    text-align: left;
}
.newdet-page .init-1 .title .date {
        font-size: 16px;
    color: #3aa152;
    border-bottom: 1px dashed #ccc;
    padding: 1rem 0;
    text-align: left;
}
.newdet-page .init-1 .content {
    font-size: 17px;
    color: #363636;
    margin-top: 2rem;
    text-align: left;
    font-family: 'FBook';
}

.newdet-page .init-1 .content p {
    text-indent: 2em;
    line-height: 1.8;
    padding: 5px 0;
}
.newdet-page .init-1 .next {
    margin-top: 3rem;
}
.newdet-page .init-1 .next a {
    display: inline-block;
    font-size: 16px;
    color: #717171;
    line-height: 30px;
}

@media screen and (max-width: 992px) {
    .newdet-page .init-1 .title h1 {
        font-size: 24px;
    }
    .newdet-page .init-1 .title .date {
        font-size: 16px;
    }
}
/* Newdet End*/

/* Contact Start*/
.contact-page .contact-2 {
    margin: 5rem 0;
}
.contact-page .contact-2 .grid-box .column {
    padding: 0 2.5rem;
}
.contact-page .contact-2 .grid-box .column .text h4 {
    font-size: 30px;
    font-weight: 600;
    color: #3aa152;
    margin-bottom: 10px;
    font-family: 'FBold';
}
.contact-page .contact-2 .grid-box .column .text .con {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    padding-left: 50px;
}
.contact-page .contact-2 .grid-box .column .text .con img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-page .contact-3 .grid-box .left {
    width: 50%;
    padding-left: 6rem;
}
.contact-page .contact-3 .grid-box .left ul {
    margin-top: -1.1rem;
}
.contact-page .contact-3 .grid-box .left ul li {
    position: relative;
    padding: 1.1rem 0 0.5rem 65px;
}
.contact-page .contact-3 .grid-box .left ul li img {
    position: absolute;
    left: 0;
    top: 31px;
}
.contact-page .contact-3 .grid-box .left ul li p {
    font-size: 25px;
    /* font-weight: 500; */
    color: #3aa152;
    line-height: 1.5;
    font-family: 'FBold';
}
.contact-page .contact-3 .grid-box .left ul li span {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
/*.contact-page .contact-3 .grid-box .left ul li:nth-child(1) {
  padding-top: 0;
}*/
.contact-page .contact-3 .grid-box .right {
    width: 50%;
    padding-left: 115px;
}
.contact-page .contact-3 .grid-box .right h4 {
    font-size: 34px;
    line-height: 1.5;
    color: #222222;
    margin-bottom: 2.5rem;
    font-family: 'FBold';
    font-weight: 600;
}

.contact-page .contact-3 .grid-box .right .form ul {
    margin: 0 -10px;
}
.contact-page .contact-3 .grid-box .right .form ul li {
    padding: 8px 10px;
}
.contact-page .contact-3 .grid-box .right .form ul li label {
    font-size: 16px;

    color: #333;
}
.contact-page .contact-3 .grid-box .right .form ul li input {
    display: block;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: 1px solid #ececec;
    color: #000;
    padding: 0 15px;
}
.contact-page .contact-3 .grid-box .right .form ul li input[type="submit"] {
    display: block;
    font-size: 18px;
    width: 10rem;
    text-align: center;
    color: #fff;
    background-color: #3aa152;
    margin-left: auto;
    margin-top: 1rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-page .contact-3 .grid-box .right .form ul li input[type="submit"]:hover {
    background-color: #000;
}
.contact-page .contact-3 .grid-box .right .form ul li textarea {
    display: block;
    font-size: 16px;
    width: 100%;
    height: 8rem;
    border: 1px solid #ececec;
    color: #000;
    padding: 15px;
}
.contact-page .contact-3 .grid-box .right .form ul li:last-child {
    width: 100%;
}
.contact-page .contact-4 {
    margin: 4rem 0;
}
.contact-page .contact-4 h3 {
    font-size: 2rem;
    border-bottom: 1px solid #D4D4D4;
    color: #000;
    margin-bottom: 1rem;
}
.contact-page .contact-4 ul li {
    padding: 0 9px;
}
.contact-page .contact-4 ul li .ig {
    display: block;
}
.contact-page .contact-4 ul li .ig img {
    width: 100%;
}
.contact-page .contact-4 ul li .ig h4 {
    font-size: 1.2rem;
    color: #565656;
    border-top: 1px solid #d4d4d4;
    padding: 0.8rem 0;
    margin-top: 1.5rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-page .contact-4 ul li .ig:hover h4 {
    color: #3aa152;
}
/*.faq-page .service-3 h2 {
    text-align: left;
}*/
.faq-page .faq-list li {
    margin-bottom: 20px;
    padding: 15px;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 4px rgba(0,0,0,.1);
    box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.faq-page .faq-list li h4 {
   font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    color: #333;
    font-family: 'FM';
}
.faq-page .faq-list li .content {
    font-size: 16px;
    line-height: 30px;
    color: #5d5d5d;
}
.faq-page .faq-list li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 992px) {
    .contact-page .contact-2 .grid-box .column {
        width: 100%;
        padding: 2rem 0;
    }
    .contact-page .contact-3 .grid-box .left {
        width: 100%;
        padding: 0 0 40px;
    }
    .contact-page .contact-3 .grid-box .right {
        width: 100%;
        padding-left: 0;
    }
    .contact-page .contact-4 ul li .ig h4 {
        font-size: 18px;
    }
    .contact-page .contact-3 .grid-box .left ul li p {
        font-size: 20px;
    }
    .contact-page .contact-2 {
        margin: 3rem 0;
    }
    .contact-page .contact-2 .grid-box .column .text h4 {
        font-size: 24px;
        line-height: 1.6;
    }
    .contact-page .contact-3 .grid-box .right .form ul li input[type=submit]{
        float: left;
        width:100px;
    }
}
/* Contact End*/
.amap-logo {
    z-index: 1;
}

.customized-page h2 {
    font-size: 60px;
    color: #3aa152;
    font-weight: 600;
    line-height: 1.4;
}
.customized-page .customized-1 {
    /*padding: 90px 0;*/
    text-align: center;
    overflow: hidden;
}
.customized-page .customized-1 h2 {
    color: #3aa152;
    text-transform: uppercase;
}
.customized-page .customized-1 .list {
    margin-top: 80px;
    position: relative;
}
.customized-page .customized-1 .list:after {
    content: '';
    width: 200%;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    top: 50%;
    left: -50%;
    z-index: -1;
}
.customized-page .customized-1 .ui.container {
    max-width: 1630px;
    width: auto;
    padding-bottom: 50px;
}
.customized-page .customized-1 .list {
    /*overflow: hidden;*/
}
.customized-page .customized-1 .list ul {
    margin: 0 -15px;
    padding: 85px 0;
}
.customized-page .customized-1 .list ul li {
    padding: 0 15px;
    position: relative;
}
.customized-page .customized-1 .list ul span {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 100%;
    border: 20px solid #11ad82;
    line-height: 60px;
    background: #3aa152;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin: 0 auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.customized-page .customized-1 .list ul span:after {
    content: '';
    background: url('../images/init-1-2-bg.jpg');
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.customized-page .customized-1 .list ul li .content {
    width: 130%;
    left: -15%;
    position: absolute;
    padding: 20px 0;
    top: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.customized-page .customized-1 .list ul li .content h4 {
    font-size: 28px;
    color: #424242;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 600;
}
.customized-page .customized-1 .list ul li .content p {
    font-size: 16px;
    color: #3d3d3d;
    line-height: 1.6;
}
.customized-page .customized-1 .list ul li:hover span {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.customized-page .customized-1 .list ul li:hover span:after {
    opacity: 1;
}
.customized-page .customized-1 .list ul li:hover .content {
    margin: 10px 0;
}
.customized-page .customized-1 .list ul li:hover .content h4 {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    color: #3aa152;
}
.customized-page .customized-1 .list ul .slick-list {
    overflow: unset;
}
.customized-page .customized-1 .list ul .slick-slide:nth-child(odd) li .content {
    top: auto;
    bottom: 100%;
}
.customized-page .customized-1 a.more {
    line-height: 52px;
    height: 52px;
    padding: 0 36px;
    background: #3aa152;
    color: white;
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 50px auto 0;
    display: inline-block;
}
.customized-page .customized-1 a.more:hover {
    background: #333;
}
.customized-page .customized-2 {
    padding-bottom: 60px;
    overflow: hidden;
}
.customized-page .customized-2 .top {
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 80px;
}
.customized-page .customized-2 .top .ui.container {
    width: auto;
    max-width: 1430px;
}
.customized-page .customized-2 .top h2{
    text-align: center;
    display: block;
    margin-bottom: 50px;
}
.customized-page .customized-2 .top .text {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #3d3d3d;
    max-width: 520px;
}
.customized-page .customized-2 .top a.more {
    float: right;
    font-size: 30px;
    color: #333;
    font-weight: 600;
    margin-top: 5px;
}
.customized-page .customized-2 .bottom {
    padding: 40px 0 120px;
    background: #fbfbfb;
    position: relative;
}
.customized-page .customized-2 .bottom .btn>div {
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    cursor: hand;
}
.customized-page .customized-2 .bottom .btn>div.prev {
    left: 28%;
}
.customized-page .customized-2 .bottom .btn>div.next {
    right: 28%;
}
.customized-page .customized-2 .bottom h6 {
    font-size: 190px;
    font-weight: 600;
    color: #bcbbbb;
    opacity: .06;
    position: absolute;
    right: 2%;
    bottom: 99%;
    line-height: .68;
    z-index: -1;
}
.customized-page .customized-2 .bottom ul {
    margin: -5px;
}
.customized-page .customized-2 .bottom ul li {
    padding: 5px;
}
.customized-page .customized-2 .bottom ul li .box {
    display: block;
    position: relative;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.customized-page .customized-2 .bottom ul li .box img {
    width: 100%;
}
.customized-page .customized-2 .bottom ul li .box .content {
    width: 94%;
    left: 2%;
    top: 65%;
    position: absolute;
    z-index: 1;
    background: #3aa152;
    color: white;
    padding: 15px 30px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.customized-page .customized-2 .bottom ul li .box .content h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 48px;
}
.customized-page .customized-2 .bottom ul li .box .content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}
.customized-page .customized-2 .bottom ul li .box:hover .content,
.customized-page .customized-2 .bottom ul .slick-current li .box .content {
    top: 80%;
    opacity: 1;
}
.customized-page .customized-2 .bottom ul .slick-current li .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.customized-page .customized-2 .bottom .slick-list {
    overflow: unset;
}
.customized-page .customized-3 {
    padding: 60px 0 100px;
    text-align: center;
    background: #f9f9f9;
}
.customized-page .customized-3 .list {
    margin-top: 40px;
}
.customized-page .customized-3 .list ul {
    margin: -20px;
}
.customized-page .customized-3 .list ul li {
    padding: 20px;
}
.customized-page .customized-3 .list ul li a {
    display: block;
    -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.13);
    -o-box-shadow: 2px 3px 5px rgba(0,0,0,.13);
    box-shadow: 2px 3px 5px rgba(0,0,0,.13);
}
.customized-page .customized-3 .list ul li a img {
    width: 100%;
}
.customized-page .customized-4 {
    padding: 165px 0 10px;
}
.customized-page .customized-4 .top .left {
    width: 55%;
}
.customized-page .customized-4 .top .right {
    width: 45%;
    padding: 0 5%;
    margin-top: 30px;
    margin-bottom: 40px;
}
.customized-page .customized-4 .top .right i {
    font-size: 22px;
    font-weight: 400;
    display: block;
    line-height: 1;
}
.customized-page .customized-4 .top .right h4 {
    font-size: 46px;
    font-weight: 600;
    color: #3aa152;
    line-height: 1;
    margin: 10px 0;
}
.customized-page .customized-4 .top .right p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
.customized-page .customized-4 .top .right a.more {
    line-height: 50px;
    height: 50px;
    padding: 0 44px;
    border: 1px solid #3aa152;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #3aa152;
    margin-top: 30px;
}
.customized-page .customized-4 .top .right a.more:after,
.customized-page .customized-4 .top .right a.more:before {
    content: '';
    width: 15%;
    height: 2px;
    background: white;
    position: absolute;
    z-index: 1;
}
.customized-page .customized-4 .top .right a.more:before {
    top: -1px;
    right: 10%;
}
.customized-page .customized-4 .top .right a.more:after {
    bottom: -1px;
    left: 10%;
}
.customized-page .customized-4 .bottom {
    width: 60%;
    margin-left: 40%;
    margin-top: -40px;
    position: relative;
    z-index: 1;
}
.customized-page .customized-4 .bottom ul {
    margin: -15px;
}
.customized-page .customized-4 .bottom ul li {
    padding: 15px;
}
.customized-page .customized-4 .bottom ul li a {
    display: block;
}
.customized-page .customized-4 h6 {
    font-size: 182px;
    color: #bcbbbb;
    font-weight: 600;
    text-transform: uppercase;
    opacity: .06;
    text-align: center;
    position: absolute;
    z-index: -1;
    bottom: -13%;
    line-height: 1;
    width: 100%;
}
.quality-page {
    overflow: hidden;
}
.quality-page h2 {
    font-size: 56px;
    text-align: center;
    font-weight: 600;
    color: #3aa152;
    line-height: 1.4;
}
.quality-page h2 small {
    display: block;
    font-size: 16px;
    margin-top: 12px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
}
.quality-page .quality-1 {
    padding: 100px;
}
.quality-page .quality-1 .list {
    position: relative;
    padding-top: 60px;
}
.quality-page .quality-1 ul {
    margin: -10px;
}
.quality-page .quality-1 ul li {
    padding: 10px;
}
.quality-page .quality-1 .list img {
    width: 100%;
    cursor: pointer;
    cursor: hand;
}
.quality-page .quality-1 .list .big .slick-arrow {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background-color: #333;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
    z-index: 1;
    color: transparent;
    font-size: 0;
    border: none;
    transition: .5s;
}
.quality-page .quality-1 .list .big .slick-arrow.slick-prev {
    background-image: url('../images/banner-btn-l.png');
    left: -90px;
}
.quality-page .quality-1 .list .big .slick-arrow.slick-next {
    background-image: url('../images/banner-btn-r.png');
    right: -90px;
}
.quality-page .quality-1 .list .big .slick-arrow:hover {
    background-color: #3aa152;
}
.quality-page .quality-1 .list .small {
    position: absolute;
    bottom: -50px;
    width: 70%;
    left: 15%;
    background: #eee;
    padding: 20px;
}
.quality-page .quality-1 .list .small .slick-track {
    margin-left: 0;
}
.quality-page .quality-1 .list .small h5 {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    padding: 0 10px;
    line-height: 30px;
}
.quality-page .quality-2 {
    padding: 40px 0;
}
.quality-page .quality-2 .content {
    padding-top: 60px;
}
.quality-page .quality-2 .content table {
    overflow: unset;
}
.quality-page .quality-2 .content table tbody {
    table-layout: fixed;
}
.quality-page .quality-2 .content table tbody td {
    border: none;
    padding: 50px 0;
    width: 50% !important;
}
.quality-page .quality-2 .content table tbody tr {
    position: relative;
    z-index: 1;
    background: none!important;
}
.quality-page .quality-2 .content table tbody tr:nth-child(odd) {
    background: #eee!important;
}
.quality-page .quality-2 .content table tbody tr:after {
    content: '';
    width: 200%;
    height: 100%;
    left: -50%;
    background: inherit;
    position: absolute;
    z-index: -1;
}
.quality-page .quality-2 .content table tbody strong {
    font-weight: 600;
    line-height: 1.5;
}
.service-page .service-1{
    padding-top: 70px;
}
.service-page h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    color: #3aa152;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
}
.service-page h2 small {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    color: #272727;
    line-height: 36px;
    font-weight: 400;
    
}
.service-page .service-1 .bottom {
    margin-top: 45px;
    padding: 50px;
    background: url('../images/service-1-bg.jpg') center center no-repeat;
    background-size: cover;
}
.service-page .service-1 .bottom h3 {
    display: block;
    font-size: 48px;
    line-height: 1.4;
    text-transform: capitalize;
    font-weight: 600;
    color: #333333
}
.service-page .service-1 .bottom h3 small {
    display: block;
    font-weight: 400;
    position: relative;
    margin-top: 10px;
        font-size: 36px;
}
.service-page .service-1 .bottom h3 small:after {
    content: '';
    display: block;
    width: 200px;
    max-width: 50%;
    background: #adadad;
    height: 1px;
    margin-top: 13px;
}
.service-page .service-1 .bottom .box .left {
    width: 15%;
    vertical-align: middle;
}
.service-page .service-1 .bottom .box .left ul li {
    padding-bottom: 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service-page .service-1 .bottom .box .left ul li h4 {
    display: block;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #01543f;
}
.service-page .service-1 .bottom .box .left ul li p {
    display: block;
    line-height: 1.5;
    max-width: 150px;
    font-size: 22px;
    /*font-style: italic;*/
    text-transform: capitalize;
    color: #333333;
}
.service-page .service-1 .bottom .box .left ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.service-page .service-1 .bottom .box .right {
    width: 85%;
    vertical-align: middle;
    padding-left: 3%;
}
.service-page .service-2 {
    padding-top: 90px;
}
.service-page .service-2 .list {
    margin-top: 50px;
    text-align: center;
}
.service-page .service-2 .list ul {
    margin: -15px;
}
.service-page .service-2 .list ul li {
    padding: 15px;
    width: auto;
}
.service-page .service-3 {
    padding: 70px 0 100px;
}
.service-page .service-3 h3 {
    font-size: 56px;
    color: #3aa152;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 2;
    text-align: center;
}
.service-page .service-3 .list {
    margin: 35px 0 60px;
}
.service-page .service-3 .list ul li {
    margin-bottom: 20px;
}
.service-page .service-3 .list ul li:last-child {
    margin-bottom: 0;
}
.service-page .service-3 .list ul li h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    padding: 15px 35px;    
    color: #333;
    background: #efefef;
    cursor: pointer;

}
.service-page .service-3 .list ul li h4 i.fa {
    float: right;
    /*margin-top: 10px;*/
}
.service-page .service-3 .list ul li .content {
    padding: 15px;
    background: #fbfbfb;
    font-size: 21px;
    color: #3aa152;
    padding-left: 66px;
    line-height: 1.8;
    display: none;
}
.service-page .service-3 .text .left {
    width: 70%;
    vertical-align: middle;
    border-left: 11px solid #3aa152;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 300;
    color: #171717;
    line-height: 32px;
}
.service-page .service-3 .text .right {
    text-align: right;
    width: 30%;
    vertical-align: middle;
}
.service-page .service-3 .text .right a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 46px;
    height: 46px;
    padding: 0 35px;
    border-radius: 23px;
    background: #3aa152;
    font-size: 21px;
    color: white;
    transition: .5s;
}
.service-page .service-3 .text .right a.more:hover {
    background: black;
}
@media screen and (max-width: 992px) {
    .service-page h2,.service-page .service-1 .bottom h3 {
        font-size: 30px;
    }
    .service-page .service-1 .bottom .box .left {
        display: none;
    }
    .service-page .service-1 .bottom .box .right {
        width: 100%;
        padding-left: 0;
    }
    .service-page .service-3 {
        padding: 80px 0;
    }
    .service-page .service-3 h3 {
        font-size: 28px;
    }
    .service-page .service-3 .list ul li h4 {
        font-size: 18px;
        padding: 10px 15px;
    }
    .service-page .service-3 .text .left {
        font-size: 16px;
        line-height: 1.6;
        padding-left: 15px;
    }
    .service-page .service-3 .text .right a.more {
        line-height: 36px;
        height: 36px;
        padding: 0 15px;
        font-size: 20px;
    }
    .service-page .service-3 .text .right {
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }
    .service-page .service-3 .text .left {
        width: 100%;
    }
    .customized-page .customized-2 .bottom .btn {
        display: none;
    }
    .customized-page h2 {
        font-size: 50px;
    }
    .customized-page .customized-2 .top a.more {
        font-size: 20px;
        line-height: 36px;
        float: left;
    }
    .service-page h2, .service-page .service-1 .bottom h3,.customized-page .customized-2 .bottom ul li .box .content h4 {
        font-size: 20px;
    }
    .service-page .service-1 .bottom h3 small {
        font-size: 24px;
    }
    .customized-page h2 {
        font-size: 36px;
        line-height: 48px;
    }
    .customized-page .customized-3 .list ul li {
        padding: 10px;
    }
    .customized-page .customized-3 .list ul {
        margin: -10px;
    }
    .faq-page .faq-list li h4 {
        font-size: 22px;
    }
}
.video_box iframe{
  width:800px;
  height: 450px;
}