@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.eot');
  src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
/*@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}*/
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Poppins-SemiBold.woff2') format('woff2'), 
    url('../fonts/Poppins-SemiBold.woff') format('woff'), 
    url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Medium.eot');
  src: url('../fonts/OpenSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Medium.woff2') format('woff2'), url('../fonts/OpenSans-Medium.woff') format('woff'), url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "Open Sans";
  max-width: 1920px;
  --color: #024da0;
  font-weight: 500;
  margin: 0 auto;
}
.container {
  width: 1620px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  width: 100%;
  top: 19px;
  left: 0;
  padding: 12px 0;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  padding: 0 55px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header.index .nav .ui.menu .logo img{
  /*filter: brightness(0) invert(1);*/
}
#header.index.active .nav .ui.menu .logo img{
  filter: brightness(1) invert(0);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 22px;
  margin: 0 22px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
/*#header.index .nav .ui.menu .menu-box ul.menu > li {
  color: white;
}*/
#header.index.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 18px;
  background: #fff;
  top: 100%;
  left: 0px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: #262626;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  /*width: 100%;*/
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .share a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}
/*#header.index .nav .ui.menu .share a{
  color: white;
}*/
#header.index.active .nav .ui.menu .share a{
  color: black;
}
#header .nav .ui.menu .share a i {
  font-size: 22px;
}
#header .nav .ui.menu .share a:hover {
  color: var(--color);
}
#header .nav .ui.menu .yuy {
  margin-left: 60px;
}
#header .nav .ui.menu .yuy span {
  font-size: 18px;
  font-weight: bold;
}
/*#header.index .nav .ui.menu .yuy span{
  color: white;
}*/
#header.index.active .nav .ui.menu .yuy span{
  color: black;
}
#header .nav .ui.menu .yuy span img {
  vertical-align: middle;
  margin-right: 5px;
}
#header .nav .ui.menu .yuy ul {
  left: auto;
  right: 0;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  top: 0;
}
#header .solution_down{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: white;
  height: auto !important;
  padding: 50px 30px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
#header .solution_down ul li{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .solution_down ul li:hover{
  background: var(--color);
  color: white;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  position: relative;
  z-index: 1;
}
#banner ul li {
  position: relative;
}
#banner ul li .content {
  position: absolute;
  left: 0;
  top: 54%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 80px 0;
}
#banner ul li .content .left {
  width: 39%;
  color: white;
  z-index: 3;
  position: relative;
}
#banner ul li .content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(6, 64, 128, 0.94)), color-stop(rgba(107, 234, 193, 0.29)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(6, 64, 128, 0.94), rgba(107, 234, 193, 0.29), transparent);
  background-image: -moz-linear-gradient(left, rgba(6, 64, 128, 0.94), rgba(107, 234, 193, 0.29), transparent);
  background-image: linear-gradient(to right, rgba(6, 64, 128, 0.94), rgba(107, 234, 193, 0.29), transparent);
}
#banner .slickDots {
  position: absolute;
  right: 2%;
  bottom: 5%;
}
#banner .slickDots ul li {
  background-color: white;
  border: none;
}
#banner .slickDots ul li.slick-active {
  background-color: var(--color);
}
.more {
  font-size: 16px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
  padding: 0 40px;
  border: 1px solid black;
}
.more:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
#index-body .h2 {
  text-transform: uppercase;
}
#index-body .i-solution ul li .box {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
#index-body .i-solution ul li .box .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(2, 77, 160, 0.82);
  opacity: 0;
}
#index-body .i-solution ul li .box .link span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  border: 1px solid white;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .i-solution ul li:hover .box .link {
  opacity: 1;
}
#index-body .i-solution .slickDots {
  width: 80%;
  position: absolute;
  left: 0;
  bottom: 25px;
}
#index-body .i-solution .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
}
#index-body .i-solution .slick-dots li {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #7f7f7f;
  padding: 0;
  border: none;
  width: 100%;
  border-radius: 0;
  margin: 0;
}
#index-body .i-solution .slick-dots i {
  height: 5px;
  background-color: var(--color);
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-solution .page {
  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;
  font-size: 22px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 45px;
}
#index-body .i-solution .page .current {
  font-size: 34px;
  color: var(--color);
  line-height: 1;
}
#index-body .i-solution .page .total {
  line-height: 1;
}
#index-body .i-solution .page .prev,
#index-body .i-solution .page .next {
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #f3f3f3;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
#index-body .i-solution .page .prev i,
#index-body .i-solution .page .next i {
  font-size: 24px;
}
#index-body .i-solution .page .prev:hover,
#index-body .i-solution .page .next:hover {
  background-color: var(--color);
  color: white;
}
#index-body .i-solution .page .prev {
  margin-right: 30px;
}
#index-body .i-solution .page .next {
  margin-left: 30px;
}
#index-body .i-product .top p {
  width: 75%;
  font-weight: 600;
  line-height: 32px;
}
#index-body .i-product ul {
  margin: -10px;
}
#index-body .i-product ul li {
  padding: 10px;
  width: 50%;
}
#index-body .i-product ul li .box {
  background: url(../images/product-bg.png) no-repeat bottom #f5f5f5;
  position: relative;
  border-radius: 12px;
  padding: 40px 55px;
  /*height: 435px;*/
  height: 530px;
}
#index-body .i-product ul li .box .img {
  position: absolute;
  right: 40px;
  bottom: 30px;
  /*max-width: 376px;*/
  display: block;
  text-align: right;
  width: 100%;
  /*margin-left: auto;*/
  /*height: 350px;*/
}
#index-body .i-product ul li .box .img img{
  /*height: 100%;*/
  width: auto;
  object-fit: contain;
}
#index-body .i-product ul li .box .content {
  width: 70%;
  z-index: 3;
  position: relative;
}
#index-body .i-product ul li .box .content .h5 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product ul li .box .content .des {
  line-height: 27px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product ul li:hover .content .h5,
#index-body .i-product ul li:hover .content .des {
  color: var(--color);
}
#index-body .i-product .bottom p {
  margin-right: 66px;
}
#index-body .i-product .bottom .more {
  color: var(--color);
  border-width: 2px;
  border-color: var(--color);
  font-weight: 600;
}
#index-body .i-product .bottom .more:hover {
  color: white;
}
#index-body .i-about {
  background: url(/jiachengmachinery/2026/01/13/home-about.jpg) no-repeat top;
  padding-top: 290px;
}
#index-body .i-about .ui.container {
  width: 100%;
  padding: 0;
}
#index-body .i-about .top {
  padding-left: 8.5%;
}
#index-body .i-about .top .left {
  width: 50%;
  background-color: white;
  position: relative;
}
#index-body .i-about .top .left .tag {
  color: #595757;
}
#index-body .i-about .top .left .tag em {
  color: var(--color);
}
#index-body .i-about .top .left .h2 {
  line-height: 1.3;
}
#index-body .i-about .top .left .content {
  line-height: 33px;
}
#index-body .i-about .top .left .more {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
#index-body .i-about .top .left .more:hover {
  background-color: transparent;
  color: var(--color);
}
#index-body .i-about .top .left::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: white;
}
#index-body .i-about .top .right {
  width: 50%;
  text-align: right;
  position: relative;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  border-radius: 12px;
  overflow: hidden;
}
#index-body .i-about .top .right .pre > img {
  width: 100%;
}
#index-body .i-about .top .right .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}
#index-body .i-about .top .right .play span {
  font-size: 18px;
  color: white;
  font-weight: bold;
  display: block;
}
#index-body .i-about .bottom {
  padding-left: 8.5%;
  padding-right: 8.5%;
}
#index-body .i-about .bottom .box {
  border-top: 1px solid #7f7f7f;
}
#index-body .i-about .bottom .left {
  width: 40%;
}
#index-body .i-about .bottom .left em {
  color: var(--color);
}
#index-body .i-about .bottom .right {
  width: 60%;
}
#index-body .i-about .bottom .right ul li .line {
  width: 95px;
  height: 5px;
  background-color: #e5e5e5;
  position: relative;
}
#index-body .i-about .bottom .right ul li .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-about .bottom .right ul li p,
#index-body .i-about .bottom .right ul li .h3 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
#index-body .i-about .bottom .right ul li .h3 {
  line-height: 1;
}
#index-body .i-about .bottom .right ul li .h3 span {
  font-size: 22px;
}
#index-body .i-about .bottom .right ul li .h3 i {
  font-size: 18px;
  position: absolute;
}
#index-body .i-about .bottom .right ul li:hover .line::after {
  width: 100%;
}
#index-body .i-about .bottom .right ul li:hover p,
#index-body .i-about .bottom .right ul li:hover .h3 {
  color: #024da0;
}
#index-body .i-case {
  background: url(../images/case-bg.jpg) no-repeat bottom;
}
/*#index-body .i-case ul .slick-list {
  padding: 0 16%;
}*/
#index-body .i-case ul li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  /*-webkit-transform: scale(0.83);
  -moz-transform: scale(0.83);
  -ms-transform: scale(0.83);
  transform: scale(0.83);*/
}
#index-body .i-case ul li .box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
#index-body .i-case ul li .box > img {
  width: 100%;
}
#index-body .i-case ul li .box .content {
  /*position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);*/
  width: 100%;
  /*color: white;*/
  z-index: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*opacity: 0;*/
}
#index-body .i-case ul li .box .content .des {
  line-height: 1.9;
}
#index-body .i-case ul li .box .content .mores {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
#index-body .i-case ul li .box .content .mores::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}
#index-body .i-case ul .slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/*#index-body .i-case ul .slick-current li .content {
  opacity: 1;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}*/
#index-body .i-case .slickBtn.pos div {
  background-color: #d9d9d9;
  color: black;
}
#index-body .i-case .slickBtn.pos div:hover {
  background-color: var(--color);
  color: white;
}
#index-body .i-case .slickBtn.pos div.prev {
  left: 12%;
  right: auto;
}
#index-body .i-case .slickBtn.pos div.next {
  right: 12%;
  left: auto;
}
#index-body .i-case .more {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
#index-body .i-case .more span {
  position: relative;
}
#index-body .i-case .more span i {
  margin-left: 10px;
}
#index-body .i-case .more span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
#index-body .i-case .more:hover {
  background-color: transparent;
  color: var(--color);
}
#index-body .i-news ul li .box {
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #f3f3f3;
}
#index-body .i-news ul li .box .content {
  padding: 25px;
}
#index-body .i-news ul li .box .content .h5{
  min-height: 117px;
}
#index-body .i-news ul li .box .content .des {
  line-height: 36px;
}
#index-body .i-news ul li .box .content .mores {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
#index-body .i-news ul li .box .content .mores::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}
#index-body .i-news ul li:hover .box {
  background-color: var(--color);
  color: white;
}
#index-body .i-news ul li:hover .box .mores::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.i-contact {
  background-color: var(--color);
  color: white;
}
.i-contact .more {
  font-weight: bold;
  background-color: white;
  color: var(--color);
  border-color: white;
}
.i-contact .more span {
  position: relative;
}
.i-contact .more span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(2, 77, 160, 0.3);
}
#footer h5 {
  font-size: 22px;
  font-weight: bold;
}
#footer .line {
  width: 87px;
  height: 3px;
  background-color: #0d2a48;
  margin: 12px 0 13px;
}
#footer ul li {
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 11px;
}
#footer ul li:hover {
  color: var(--color);
}
#footer .five {
  max-width: 405px;
}
#footer .five form {
  margin-top: 25px;
}
#footer .five form input,
#footer .five form textarea {
  width: 100%;
  font-size: 16px;
  height: 42px;
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
  padding: 0 15px;
}
#footer .five form textarea {
  height: 175px;
  padding: 10px 15px;
}
#footer .five form input[type="submit"] {
  width: auto;
  font-size: 18px;
  font-weight: bold;
  color: var(--color);
  border-color: var(--color);
  border-radius: 30px;
  padding: 0 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: transparent;
  margin-left: auto;
  display: block;
}
#footer .five form input[type="submit"]:hover {
  background-color: var(--color);
  color: white;
}
#footer .f-copy {
  border-top: 1px solid #adadac;
  padding: 15px 0;
}
#footer .f-copy p {
  font-size: 18px;
  color: #555555;
}
#footer .f-copy p svg {
  width: auto;
  height: 27px;
  fill: #555555;
  vertical-align: middle;
}
#footer .f-copy .more {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
#footer .f-copy .more:hover {
  background-color: transparent;
  color: var(--color);
}
#sidebar ul li {
  border-radius: 10px;
  margin-bottom: 7px;
}
#sidebar ul li.totop i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 18px;
  }
  #footer .five {
    max-width: 320px;
  }
}
@media screen and (max-width: 1450px) {
  .font-50 {
    font-size: 32px;
  }
  #header .nav .ui.menu {
    padding: 0 25px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 16px;
  }
  #banner ul li .content {
    padding: 50px 0;
  }
  #banner ul li .content .left {
    width: 43%;
  }
  #index-body .i-solution .slickDots {
    width: 75%;
  }
  #index-body .i-product ul li .box .img {
    width: 50%;
  }
  #footer ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .i-product ul li .box .content {
    width: 80%;
  }
  #index-body .i-product ul li .box {
    padding: 40px 35px;
    height: 375px;
  }
  #index-body .i-case ul li .box .content {
    width: 50%;
  }
  #footer .two,
  #footer .four {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .font-50 {
    font-size: 24px;
  }
  #index-body .i-solution .page .next {
    margin-left: 15px;
  }
  #index-body .i-solution .page .prev {
    margin-right: 15px;
  }
  #index-body .i-solution .slickDots {
    width: 65%;
  }
  #index-body .i-product .bottom p {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #index-body .i-product ul li .box .content {
    width: 93%;
  }
  #index-body .i-about .top .left {
    width: 100%;
  }
  #index-body .i-about .top .right {
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 30px;
    padding-right: 36px;
  }
  #index-body .i-case ul li .box .content {
    width: 75%;
  }
  .i-contact p {
    margin-bottom: 15px;
  }
  #footer .one {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .content .left {
    width: 60%;
  }
  #index-body .i-solution ul li .box > img {
    width: 100%;
  }
  #index-body .i-solution .page .current {
    font-size: 24px;
  }
  #index-body .i-product .top p {
    width: 100%;
    margin-bottom: 10px;
  }
  #index-body .i-product ul li .box {
    padding: 20px;
  }
  #index-body .i-product ul li .box .content {
    width: 100%;
  }
  #footer .three {
    display: none;
  }
  #footer .five {
    max-width: 100%;
  }
  #footer .f-copy p {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .font-50 {
    font-size: 20px;
  }
  #banner ul li .content .left {
    width: 100%;
  }
  #index-body .i-solution .slickDots {
    left: 15px;
    width: 45%;
  }
  #index-body .i-product ul li {
    width: 100%;
  }
  #index-body .i-about .bottom .left {
    width: 100%;
  }
  #index-body .i-about .bottom .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-case ul li .box .content .des {
    display: none;
  }
}



/*inner*/
.smt{
  font-size: 30px;
    line-height: 1;
    color: transparent;
    background-image: -webkit-linear-gradient(var(--color));
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
}
.inner-banner {
  padding-top: 180px;
  background: #f2f2f2;
  padding-bottom: 56px;
}
.inner-banner h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1;
}
.inner-banner h2 div {
  font-size: 60px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap
}
.inner-banner h2 p {
  position: relative;
  z-index: 2;
  font-size: 30px;
      line-height: 30px;
}
.inner-banner .mbx2 {
  display: none;
}
.inner-banner .mbx {
  margin-top: 76px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  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;
}
.inner-banner .mbx i {
  display: inline-block;
  width: 26px;
  height: 1px;
  background: #000;
  margin: 0 20px;
}
.inner-banner .mbx span {
  color: var(--color);
}
@media screen and (max-width: 1280px) {
  .inner-banner h2 div {
    font-size: 80px;
  }
  .inner-banner h2 {
    font-size: 40px;
  }
  .inner-banner {
    padding-top: 120px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner h2 div {
    font-size: 60px;
  }
  .inner-banner h2 {
    font-size: 30px;
  }
  .inner-banner {
    padding-top: 100px;
  }
  .inner-banner .mbx {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h2 div {
    font-size: 40px;
  }
  .inner-banner h2 {
    font-size: 24px;
  }
  .inner-banner {
    padding-bottom: 30px;
  }
  .inner-banner .mbx {
    margin-top: 40px;
  }
}
.product-page {
  padding-top: 88px;
  padding-bottom: 90px;
}
.product-page ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page ul li {
  width: 48%;
  margin-bottom: 48px;
}
.product-page ul li a {
  display: block;
}
.product-page ul li .text {
  padding: 30px 65px 30px 50px;
  border: solid 1px rgba(199, 203, 197, 0.8);
}
.product-page ul li .text .t1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 28px;
  border-bottom: 1px solid #72915b;
}
.product-page ul li .text .t1:hover {
  color: var(--color);
}
.product-page ul li .text .cont {
  margin-top: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 1440px) {
  .product-page ul li .text .t1 {
    font-size: 30px;
  }
  .product-page ul li .text {
    padding: 30px 35px 30px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page ul li .text .t1 {
    font-size: 22px;
  }
  .product-page ul li .text {
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
  .product-page ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-page ul li .text .cont {
    font-size: 16px;
  }
  .product-page ul li .text .t1 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}


.product-page2 {

 padding-bottom: 10px
}
.product-page2 .sideLeft {
  width: 30% !important;
  position: -webkit-sticky;
  position: sticky;
  top: 140px
}
.product-page2 .sideLeft .top {
  background: #292929;
  padding: 35px 0 50px;
  margin-bottom: 20px;
}
.product-page2 .sideLeft .top .form {
  padding: 0 15px;
}
.product-page2 .sideLeft .top .form form {
  position: relative;
  height: 70px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
}
.product-page2 .sideLeft .top .form input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: white;
  font-size: 18px;
  border: none;
  padding: 0 20px;
}
.product-page2 .sideLeft .top .form input[type="submit"] {
  position: absolute;
  right: 5px;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  background: url(../images/search.png) no-repeat center var(--color);
  padding: 0;
}
.product-page2 .sideLeft .top .nav .font-30 {
  color: white;
  line-height: 1.1;
  padding: 0 15px;
  margin: 30px 0;
}
.product-page2 .sideLeft .top .nav ul li > a {
  position: relative;
  padding: 15px 15px;
  color: white;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product-page2 .sideLeft .top .nav ul li>a img{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page2 .sideLeft .top .nav ul li >a img.active{
   -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page2 .sideLeft .top .nav ul li > a::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 100%;
  border-left: 0px solid transparent;
  border-bottom: 0px solid #a48b00;
  border-right: 9px solid #a48b00;
  border-top: 9px solid transparent;
  opacity: 0;
}
.product-page2 .sideLeft .top .nav ul li > a::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9px;
  height: 100%;
  background: var(--color);
  opacity: 0;
}
.product-page2 .sideLeft .top .nav ul li:hover > a,
.product-page2 .sideLeft .top .nav ul li.active > a {
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(left, var(--color), transparent);
  background: -moz-linear-gradient(left, var(--color), transparent);
  background: linear-gradient(to right, var(--color), transparent);
}
.product-page2 .sideLeft .top .nav ul li:hover > a::before,
.product-page2 .sideLeft .top .nav ul li.active > a::before,
.product-page2 .sideLeft .top .nav ul li:hover > a::after,
.product-page2 .sideLeft .top .nav ul li.active > a::after {
  opacity: 1;
}
.product-page2 .sideLeft .top .nav ul li ul li a{
  font-size: 18px;
  padding-left: 30px;
  line-height: 1.8;
}
.product-page2 .sideLeft .top .nav ul li ul li:nth-child(1) a::before{
  content: none;
}
.product-page2 .sideLeft .top .nav ul li.active > ul{
  display: block;
}
.product-page2 .sideLeft .bottom {
  background: url(../images/product-side-bg.jpg) no-repeat;
  background-size: cover;
  padding: 365px 15px 20px;
}
.product-page2 .sideLeft .bottom p {
  font-size: 19px;
  line-height: 1.8;
  color: white;
  font-weight: bold;
  text-align: center;
}

.product-page2 .sideRight .Auxil-catdes {
    line-height: 30px;
      opacity: 0.51;
        margin: 20px 0 45px;
}
.product-page2 .sideRight 
 {
  width: 76% !important;
  padding-left: 75px;
}
.product-page2 .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}
.product-page2 .sideRight ul {
  margin: 10px;
}
.product-page2 .sideRight ul li {
  padding: 0 20px 40px 0;
  text-align: center;
  width: 25%;
}
.product-page2 .sideRight ul li .img-box {
  /*border-radius: 10px;*/
  background: #f5f5f5;
  border: 1px solid #000;
  /*padding: 36px 50px;*/
}
.product-page2 .sideRight ul li p {
  font-size: 18px;
  line-height: 1;
	color: #000;
  margin: 15px 0 0;
}
.product-page2 .sideRight ul li .t1 {
	font-size: 18px;
  line-height: 1.5;
  margin: 25px 0 0;
}
.product-page2 .sideRight ul li .t1:hover{
  color: var(--color)
}

@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72% ;
  }
  .product-page2 .sideRight {
    width: 67% !important;
    padding-left: 35px;
}
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
  .product-page2 .sideRight ul li{
    padding: 20px 20px 0 0
  }
}
@media screen and (max-width: 1000px) {
    .product-page2 .sideLeft {
    display: none;
  }
  .product-page2 .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
}

.inner-page .sidebox .sideleft {
  width: 24%;
  position: sticky;
  top: 100px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  margin-bottom: 30px;
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);*/
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
  border: solid 1px rgba(88, 127, 55, 0.8);
  	border-radius: 10px;
    overflow: hidden
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 16px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  /*height: 40px;*/
  font-size: 16px;
  line-height: 2;
  padding-right: 50px
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 50%;
  background: none;
  color: #000;
  border: 0;
  padding: 8px 20px;
  cursor: pointer;
  height: 40px;
  margin-top: -25px;
  font-size: 25px
}
.inner-page .sidebox .sideleft .widget form input[type=submit]{
    background-color: var(--color);
    color: #fff;
    transition: .5s
}
.inner-page .sidebox .sideleft .widget form input[type=submit]:hover{
    background-color: #f8f8f8;
    color: #000
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 7px;
  position: relative;
  overflow: hidden;
  
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 0px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}
.inner-page .sidebox .sideleft .widget ul li a span{
  display: block;
  width: 50px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  background: #eaeaea;
  margin: 0 0 0 auto
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 16px;
  margin-right: 0px;
  position: absolute;
  right: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li.active i,
.inner-page .sidebox .sideleft .widget ul li i.active{
  transform: rotate(90deg);
  top: 6px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li.active a,
.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li.active ul{
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 32px;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .widget .form1 textarea {
  height: 70px;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 0px 50px;
}

@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
  .product-page2 .sideRight {
    width: 100% !important;
    padding-left: 0;
}
}
@media screen and (max-width: 1440px) {
  .inner-page .sidebox .sideleft .widget ul li{
    font-size: 16px
  }
  .product-page2 .sideRight ul li .t1{
    font-size: 22px
  }
}
@media screen and (max-width: 1280px) {
  .inner-page .sidebox .sideleft .widget ul li a span{
    display: none
  }
  .inner-page .sidebox .sideleft .widget ul li{
    font-size: 14px
  }
  .product-page2 .sideRight ul li .t1{
    font-size: 20px
  }
}
@media screen and (max-width: 1000px){
  .product-page2 .sideRight ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px){
  .product-page2 .sideRight ul li {
    width: 100%;
  }
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
	background-image: linear-gradient(90deg, 
		#024da0 0%, 
		#024da0 100%, 
		#024da0 100%, 
		#024da0 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, normal;
}

.product-page2 .box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 80px;
}
.product-page2 .box1 .right {
  width: 50%;
}
.product-page2 .box1 .right img {
  width: 100%;
}
.product-page2 .box1 .left {
  width: 50%;
  padding-top: 30px;
  padding-right: 50px;
}
.product-page2 .box1 .left .t1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}
.product-page2 .box1 .left .cont {
  font-size: 18px;
  line-height: 2;
  margin: 20px 0 25px;
  height: 12em;
  overflow-y: auto
}
.product-page2 .box1 .left .contants {
  /*background-image: -webkit-gradient(linear, left top, right top, from(#567e35), color-stop(100%, #85b02e), color-stop(100%, #93a868), to(#a0a0a1)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -moz-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(90deg, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), linear-gradient(#ffffff, #ffffff);*/
  background: var(--color);
  background-blend-mode: normal, 
        normal;
  border-radius: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 32px 30px;
  color: #fff;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page2 .box1 .left .contants .t2 {
  font-size: 24px;
  font-weight: bold;
  max-width: 100px;
}
.product-page2 .box1 .left .contants .mail {
  font-size: 18px;
  line-height: 1.6;
}
.product-page2 .box1 .left .contants .phone {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 1100px) {
  .product-page2 .box1 .left .contants .t2 {
    max-width: 100% ;
  }
}
@media screen and (max-width: 1000px) {
  .product-page2 .box1 .left {
    padding: 0;
    width: 100%;
  }
  .product-page2 .box1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .product-page2 .box1 .left .t1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .product-page2 .box1 .left .t1 {
    font-size: 25px;
  }
}

.prodet-page .prodet-1{
  padding-bottom: 80px
}
.prodet-page .prodet-1 .box .left{
  width: 50%;
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-1 .box .left .big {
  width: 82%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--primary);
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
.prodet-page .prodet-1 .box .left .big ul .slick-list {
  padding: 15px;
}
.prodet-page .prodet-1 .box .left .big ul li a {
  display: block;
  border: 1px solid #e6e6e6;
  /*border-radius: 30px;*/
  background: white;
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);*/
  overflow: hidden
}
.prodet-page .prodet-1 .box .left .big ul li img {
  width: 100%;
}
.prodet-page{
  padding-top: 80px
}
.prodet-page .prodet-1 .box .left .small {
  width: 18%;
  margin-top: 15px;
  /*margin-top: -5px*/
}
.prodet-page .prodet-1 .box .left .small .prev,.prodet-page .prodet-1 .box .left .small .next{
  height: 20px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  transition: .5s
}
.prodet-page .prodet-1 .box .left .small .prev:hover,.prodet-page .prodet-1 .box .left .small .next:hover{
  color: var(--color)
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul .slick-track{
  display: block;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .left .small ul li img {
  /*border-radius: 10px;*/
	border: solid 1px rgba(199, 203, 197, 0.8);
  background: #fff;
  transition: .5s;
  cursor: pointer
 
}
.prodet-page .prodet-1 .box .left .small ul li img:hover{
  	border: solid 1px #577f35;
}
.prodet-page .prodet-1 .box .right {
  padding-top: 15px;
  width: 50%;
}
.prodet-page .prodet-1 .box .right .content .cat_name {
  position: relative;
  line-height: 1;
  /*margin-bottom: 8px;*/
  	font-size: 26px;
    font-weight: bold;
    padding-block-end: 8px
}
/*.prodet-page .prodet-1 .box .right .content .cat_name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #f9c406;
}*/
.prodet-page .prodet-1 .box .right .content h1 {
  font-weight: bold;
  font-size: 36px
}
.prodet-page .prodet-1 .box .right .content  .st1{
  	font-size: 26px;
    padding-top: 25px;
    border-top: 1px solid #577f35;
    width: 100%;
    margin-top: 30px;
    font-weight: bold
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  height: 280px;
  padding-right: 20px;
  margin-top: 15px;
  overflow: auto;

}
.prodet-page .prodet-1 .box .right .content .more{
  border: solid 1px rgba(0, 0, 0, 0.8);
  margin-top: 35px
}
.prodet-page .prodet-1 .box .right .content a.msg {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
  font-size: 12px;
  bottom: 15%;
  background: #f9c406;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .box2 .cont{
  margin-top: 40px;
  overflow-x: auto
}
.prodet-page .prodet-1 .box2 .cont::-webkit-scrollbar-thumb{
  height: 5px
}

.prodet-page .prodet-box .options ul {
  position: relative;
}
.prodet-page .prodet-box .options ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.prodet-page .prodet-box .options ul li {
  width: auto;
  position: relative;
}
.prodet-page .prodet-box .options ul li + li {
  /*margin-left: 130px;*/
}
.prodet-page .prodet-box .options ul li a {
  padding: 15px 40px;
   line-height: 44px;
    font-size: 24px;
        text-transform: uppercase;
}
.prodet-page .prodet-box .options ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  color: #acce22;
}
.prodet-page .prodet-box .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-box .ret ul li{
  width: 100%;
  text-align: left;
  padding: 0;
}
.prodet-page .prodet-box .ret ul li p{
  line-height: 1.6;
  color: inherit;
}
.prodet-page .prodet-box .ret ul li .content {
  padding-left: 90px;
  padding-right: 90px;
}
.prodet-page .prodet-box .ret ul li .content.form {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.prodet-page .prodet-box .ret ul li .content.form form{
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .prodet-page .prodet-1 .box2 .cont table{
    width: 1440px !important;
  }
}
@media screen and (max-width:1250px){
   .prodet-page .prodet-box .options ul li + li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
   .prodet-page .prodet-box .ret ul li .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prodet-page .prodet-box .ret ul li .content.form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:500px){
   .prodet-page .prodet-box .options ul li {
    width: 100%;
   }
    .prodet-page .prodet-box .options ul li + li {
    margin: 0;
  }
   .prodet-page .prodet-box .ret ul li .content {
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-box .ret ul li .content.form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*.prodet-page .prodet-2 {
  background-color: #f2f2f2;
  padding: 100px 0 85px;
}*/
.prodet-page .prodet-2 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.prodet-page .prodet-2 .top .more {
  border: solid 1px rgba(0, 0, 0, 0.8);
  background: #f2f2f2
}
.prodet-page .prodet-2 ul {
  margin-right: -39px;
  margin-top: 57px;
}
.prodet-page .prodet-2 ul li {
  padding-right: 39px;
  text-align: center;
}
.prodet-page .prodet-2 ul li .box > img {
  width: 100%;
}
.prodet-page .prodet-2 ul li .box .t1 {
  font-size: 22px;
  display: block;
  margin: 20px 0 15px;
  line-height: 1.5;
}
.prodet-page .prodet-2 ul li .box .t1:hover{
  color: var(--color)
}
.prodet-page .prodet-2 ul li .box .cont {
  color: #747474;
  font-size: 17px;
}
.prodet-page .prodet-3 {
  padding: 70px 0;
}
.prodet-page .prodet-3 .smt {
  padding-bottom: 8px;
}
.prodet-page .prodet-3 form {
  margin-top: 62px;
}
.prodet-page .prodet-3 form button {
  border: solid 1px rgba(0, 0, 0, 0.8);
  width: 280px
}
.prodet-page .prodet-3 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodet-3 form ul li {
  border: solid 1px #7d7d7d;
  height: 59px;
  font-size: 18px;
  margin-bottom: 20px;
}
.prodet-page .prodet-3 form ul li input {
  width: 100%;
  height: 100%;
  padding: 0 22px;
  border: none;
}
.prodet-page .prodet-3 form ul li textarea {
  width: 100%;
  height: 100%;
  padding: 22px;
  border: none;
}
.prodet-page .prodet-3 form ul .submit {
  width: 100%;
  border: none;
  margin-top: 16px;
}
.prodet-page .prodet-3 form ul .i1 {
  width: 48%;
}
.prodet-page .prodet-3 form ul .i2 {
  width: 100%;
}
.prodet-page .prodet-3 form ul .i3 {
  width: 100%;
  height: 262px;
}
.prodet-page .prodet-4 {
  position: relative;
  background-color: #f2f2f2;
}
.prodet-page .prodet-4 .img {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.prodet-page .prodet-4 .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prodet-page .prodet-4 .right {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 68px 0 68px 68px;
}
.prodet-page .prodet-4 .right .cont {
  height: 220px;
  overflow-y: auto;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 60px;
  margin-top: 29px;
  padding-right: 5px;
}
.prodet-page .prodet-5 {
  padding: 60px 0 73px;
}
.prodet-page .prodet-5 ul {
  margin-right: -38px;
  margin-top: 40px;
}
.prodet-page .prodet-5 ul li {
  padding: 20px;
  padding-right: 38px;
  text-align: left;
}
.prodet-page .prodet-5 ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  border-radius: 14px;
  padding: 39px 50px 40px 28px;
  display: block
}
.prodet-page .prodet-5 ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 28px;
}
.prodet-page .prodet-5 ul li .box .t1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  height: 2.3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: .5s
}
.prodet-page .prodet-5 ul li .box:hover .t1{
  color: var(--color);
}
.prodet-page .prodet-5 ul li .box .cont {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 18px;
  line-height: 2;
  height: 8em;
  margin-top: 15px;
}
@media screen and (max-width: 1680px) {
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .prodet-page .prodet-5 ul li .box {
    padding-right: 30px;
  }
  .prodet-page .prodet-5 ul {
    margin-right: -25px;
  }
  .prodet-page .prodet-5 ul li {
    padding-right: 25px;
  }
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .prodet-4 .right {
    padding: 30px 0 30px 30px;
  }
  .prodet-page .prodet-5 ul li .box {
    padding: 39px 20px 50px 18px;
  }
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 22px;
    padding: 15px 0 10px;
  }
  .prodet-page .prodet-4 .img {
    position: relative;
    width: 100%;
  }
  .prodet-page .prodet-4 .right {
    width: 100%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 20px;
  }
  .prodet-page .prodet-3 form ul .i1 {
    width: 100%;
  }
  .prodet-page .prodet-5 ul {
    margin-right: 0;
  }
  .prodet-page .prodet-5 ul li {
    padding: 15px;
  }
}

.news-page {
  padding: 100px 0;
}
.news-page ul {
  margin: -15px;
}
.news-page ul li {
  padding: 15px;
  width: 25%;
}
.news-page ul li .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 50px;
  border-radius: 12px;
}
.news-page ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1
}
.news-page ul li .box .h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0 20px;
  height: 4.2em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-page ul li .box .content {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
    height: 8em;
}
.news-page ul li .box .more{
  	border: solid 1px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 1280px){
    .news-page ul li{
    width: 50% !important;
  }
}
@media screen and (max-width: 700px){
    .news-page ul li{
    width: 100% !important;
  }
  .news-page ul li .box .h3{
    min-height: auto;
  }
}
.newdet-page .newdet-1{
  padding-top: 80px
}
.newdet-page .newdet-1 .tips {
  width: 232px;
  height: 52px;
  background-image: -webkit-gradient(linear, left top, right top, from(#567e35), color-stop(100%, #85b02e), color-stop(100%, #93a868), to(#a0a0a1)), -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
  background-image: -webkit-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -webkit-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: -moz-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -moz-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: linear-gradient(90deg, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), linear-gradient(#f2f2f2, #f2f2f2);
  background-blend-mode: normal, 
		normal;
  border-radius: 26px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 52px;
  margin: 0 auto 40px;
}
.newdet-page .newdet-1 h1{
  	font-size: 48px;
    font-weight: bold;
    text-align: center
}
.newdet-page .newdet-1 .time{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-top: 22px
}
.newdet-page .newdet-1 .time .ad{
  width: 31px;
	height: 31px;
	background-color: #f2f2f2;
    display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 16px;
  color: #aaa
}
time .dot{
  	width: 3px;
	height: 3px;
	background-color: #588034;
    border-radius: 50%;
    margin: 0 10px
}
.newdet-page .newdet-1 .content{
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
}
.newdet-page .newdet-1 .m-link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 22px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 70px
}
.newdet-page .newdet-1 .m-link>a div{
  	color: #8e8e8e;
    font-size: 16px
}
.newdet-page .newdet-1 .m-link .share{
     display: flex;
  justify-content: center;
  align-items: center;
}
.newdet-page .newdet-1 .m-link .share a{
  width: 46px;
  height: 46px;
  border-radius: 50%;
    display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  margin-left: 10px
}
.newdet-page .newdet-1 .m-link .share .a1{
background: #48bde9
}
.newdet-page .newdet-1 .m-link .share .a2{
background: #4f5fbf
}
.newdet-page .newdet-1 .m-link .share .a3{
background: #7a7d82
}
.newdet-page .newdet-1 .m-link .share .a4{
background: #f39801
}
.newdet-page .newdet-1 .m-link .share .a5{
background: #f39801
}
@media screen and (max-width: 1280px) {
.newdet-page .newdet-1 h1{
  font-size: 35px
}
}
@media screen and (max-width: 1000px) {
.newdet-page .newdet-1 h1{
  font-size: 28px
}
.newdet-page .newdet-1 .m-link .share a{
  zoom: 0.8
}
}
@media screen and (max-width: 700px) {
.newdet-page .newdet-1 h1{
  font-size: 25px
}
.newdet-page .newdet-1 .m-link .share {
 width: 100%;
 justify-content: flex-start
}
.newdet-page .newdet-1 .m-link>a{
  width: 100%;
  margin-bottom: 10px
}
.newdet-page .newdet-1 .tips{
  zoom: 0.7
}
.newdet-page .newdet-1{
  padding-top: 40px
}
.newdet-page .newdet-1 .m-link{
  margin-top: 40px
}
.newdet-page .newdet-1 .content{
  margin-top: 25px
}
}
@media screen and (max-width: 500px) {
  .newdet-page .newdet-1 h1{
  font-size: 22px
}
.newdet-page .newdet-1 .content{
  font-size: 16px
}
}
.about-page .about-1 {
  padding-top: 70px;
}
.about-page .about-1 .center {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .center .left {
  width: 65%;
  font-size: 18px;
  line-height: 2;
  height: 220px;
  overflow-y: auto;
  padding-right: 15px;
}
.about-page .about-1 .center .right {
  max-width: 30%;
  text-align: center;
}
.about-page .about-1 .center .right .t1 {
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-1 .center .right p {
  font-size: 26px;
}
.about-page .about-1 .video {
  margin-top: 65px;
  position: relative;
  cursor: pointer
}
.about-page .about-1 .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .video .play img {
  position: relative;
  z-index: 3;
}
.about-page .about-1 .video .play::before,
.about-page .about-1 .video .play::after {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background: #979da1;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-left: -45px;
  margin-top: -45px;
}
.about-page .about-1 .video .play::before {
  -webkit-animation: ks 2s infinite ease;
  -moz-animation: ks 2s infinite ease;
  animation: ks 2s infinite ease;
}
.about-page .about-1 .video .play::after {
  -webkit-animation: ks 2s 1s infinite ease;
  -moz-animation: ks 2s 1s infinite ease;
  animation: ks 2s 1s infinite ease;
}
.about-page .about-1 .dates {
  padding: 60px 0 90px;
}
.about-page .about-1 .dates ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .dates ul li {
  /*width: 25%;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-1 .dates ul li .num {
  font-size: 96px;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-1 .dates ul li .num em {
  line-height: 1;
}
.about-page .about-1 .dates ul li p {
  font-size: 18px;
  margin-left: 20px;
  max-width: 110px;

}
.about-page .about-2 {
  background: url(/jiachengmachinery/2025/09/10/about2.jpg) no-repeat top center / cover;
  padding: 117px 0 90px;
}
.about-page .about-2 .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 .team .left {
  width: 50%;
}
.about-page .about-2 .team .right {
  width: 50%;
  padding-left: 120px;
  color: #fff;
}
.about-page .about-2 .team .right .smt {
  margin-bottom: 10px;
}
.about-page .about-2 .team .right .cont {
  font-size: 17px;
  line-height: 2;
  margin-top: 50px;
}
.about-page .about-2 .team .right .cont p {
  margin-bottom: 30px;
}
.about-page .about-3 {
  padding: 70px 0 90px;
}
.about-page .about-3 .ui {
  position: relative;
}
.about-page .about-3 .tip {
  text-align: center;
}
.about-page .about-3 .top {
  margin-top: 110px;
}
.about-page .about-3 .top .slick-current .t1 {
  color: transparent;
  background-image: -webkit-linear-gradient(45deg, #567f35, #84b02e);
  background-image: -moz-linear-gradient(45deg, #567f35, #84b02e);
  background-image: linear-gradient(45deg, #567f35, #84b02e);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
.about-page .about-3 .top ul {
  margin-right: -120px;
}
.about-page .about-3 .top ul li {
  padding-right: 120px;
}
.about-page .about-3 .top ul li .t1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-3 .top ul li .cont {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}
.about-page .about-3 .top .prev,
.about-page .about-3 .top .next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #d8d8d8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}
.about-page .about-3 .top .prev:hover,
.about-page .about-3 .top .next:hover {
  background: #65902e;
}
.about-page .about-3 .top .prev {
  left: -100px;
}
.about-page .about-3 .top .next {
  right: -100px;
}
.about-page .about-3 .line {
  height: 3px;
  width: 100%;
  background-color: #d9d9d9;
  margin-top: 130px;
}
.about-page .about-3 .line .line2 {
  width: 13%;
  height: 3px;
  background-color: #65902e;
  position: relative;
}
.about-page .about-3 .line .line2 .dot {
  width: 20px;
  height: 10px;
  background-color: #65902e;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -5px;
}
.about-page .about-3 .line .line2 .dot::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #65902e;
  position: absolute;
  top: -7px;
}
.about-page .about-3 .line .line2 .dot::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #65902e;
  position: absolute;
  bottom: -7px;
}
.about-page .about-3 .bottom {
  margin-top: 20px;
}
.about-page .about-3 .bottom .slick-current li {
  color: #65902e;
}
.about-page .about-3 .bottom li {
  color: #7d7d7d;
  font-size: 30px;
  cursor: pointer;
}
.about-page .about-4 {
  padding: 100px 0 200px;
  background: url(/jiachengmachinery/2025/09/10/about3-3.jpg) no-repeat top center / cover;
}
.about-page .about-4 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-4 .top .cont {
  max-width: 640px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.about-page .about-4 ul {
  margin-right: -37px;
  margin-top: 85px;
}
.about-page .about-4 ul li {
  padding-right: 37px;
}
.about-page .about-4 ul li .box {
  background: #fff;
  padding: 45px 45px 60px;
}
.about-page .about-4 ul li .box .t1 {
  font-size: 32px;
  line-height: 1.1;
  margin: 36px 0 25px;
  height: 2.5em;
  font-weight: bold;
}
.about-page .about-4 ul li .box .text {
  font-size: 18px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.5em;
}
.about-page .about-5 {
  padding: 80px 0 115px;
}
.about-page .about-5 ul.slick-dots li{
  background-color: #000;
}
.about-page .about-5 ul.slick-dots li.slick-active{
  background-color: #024da0;
}
.about-page .about-5 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.about-page .about-5 .top .more {
  border: solid 1px rgba(0, 0, 0, 0.8);
}
.about-page .about-5 ul {
  margin-top: 82px;
  margin-right: -25px;
}
.about-page .about-5 ul li {
  padding-right: 25px;
}
.about-page .about-5 ul li .box {
  position: relative;
}
.about-page .about-5 ul li .box img {
  width: 100%;
}
.about-page .about-5 ul li .box .t1 {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 26px;
  text-shadow: 0px 0px 7px rgba(25, 25, 25, 0.38);
  padding-bottom: 5px
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 .center .right .t1 {
    font-size: 150px;
  }
  .about-page .about-1 .dates ul li .num {
    font-size: 70px;
  }
  .about-page .about-2 .team .right {
    padding-left: 50px;
  }
  .about-page .about-3 .top ul {
    margin-right: -50px;
  }
  .about-page .about-3 .top ul li {
    padding-right: 50px;
  }
  .about-page .about-3 .line .line2 {
    width: 12%;
  }
  .about-page .about-4 ul li .box .t1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .center .right .t1 {
    font-size: 120px;
  }
  .about-page .about-1 .dates ul li .num {
    font-size: 50px;
  }
  .about-page .about-3 .top .prev,
  .about-page .about-3 .top .next {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-4 .top .cont {
    max-width: 400px;
  }
  .about-page .about-4 ul li .box {
    padding: 20px 15px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-4 .top .cont {
    max-width: 100%;
    margin-top: 20px;
  }
  .about-page .about-3 .line .line2 {
    width: 50px;
  }
  .about-page .about-2 {
    display: none;
  }
  .about-page .about-1 .dates ul li {
    width: 50%;
  }
  .about-page .about-1 .center .left {
    width: 100%;
  }
  .about-page .about-1 .center .right {
    display: none;
  }
  .about-page .about-1 .video {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-5 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .top .tip {
    width: 100%;
  }
  .about-page .about-5 .top .more {
    margin: 20px 0 0 auto;
  }
  .about-page .about-1 .dates {
    padding: 20px 0 30px;
  }
  .about-page .about-3 .top {
    margin-top: 40px;
  }
  .about-page .about-3 .line {
    margin-top: 50px;
  }
  .about-page .about-3 .top ul li .t1 {
    font-size: 30px;
  }
  .about-page .about-3 .bottom li {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-4 {
    display: none;
  }
  .about-page .about-1 .dates ul li {
    width: 100%;
  }
  .about-page .about-1 .dates ul li .num {
    font-size: 30px;
  }
  .about-page .about-1 .dates ul li p {
    max-width: 200px;
  }
  .about-page .about-3 .top ul li .t1 {
    font-size: 25px;
  }
  .about-page .about-3 .bottom li {
    font-size: 22px;
  }
  .about-page .about-5 {
    padding-top: 0;
  }
}

.factory-page {
  padding-top: 90px;
  padding-bottom: 50px;
}
.factory-page .top h2 {
  border-bottom: 1px solid #dbdbdb;
    padding-bottom: 32px;
    margin-bottom: 60px;
}
.factory-page .top ul {
  margin: -23px;
  margin-bottom: 45px;
}
.factory-page .top ul li {
  padding: 23px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.factory-page .top ul li a {
  background-color: #dedede;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 0;
}
.factory-page .top ul li:hover a,
.factory-page .top ul li.active a {
  background: var(--color);
  color: white;
}
.factory-page .wrap {
  margin: -18px;
}
.factory-page .wrap li {
  padding: 18px;
}
.download .wrap li a{
  display: block
}
.download .wrap li a:hover{
  color: #7aa72e
}
.factory-page .more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  background: var(--color);
  color: white;
  font-size: 25px;
  text-align: center;
  height: 77px;
  line-height: 77px;
  width: 335px;
  margin: 60px auto;
}
.factory-page.down .more{
    height: 57px;
      line-height: 57px;
      background: #ebac2f;
      color: #fff;
}
.factory-page.down img{
  width: 100%;
}
.factory-page.down .more:hover{
      background: none;
      color: #ebac2f;
      border: 1px solid #ebac2f;
}
.factory-page .more .fa {
  margin-left: 5px;
}
.factory-page .more:hover {
  background: black;
}
.faq-page {
  padding-bottom: 100px;
  padding-top: 80px
}
.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.faq-page .faqbox .ui.container ul.faqlist li .top {
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 160px;
  width: 100%;
  cursor: pointer;
}
.faq-page .faqbox .ui.container ul.faqlist li .top .title{
  font-size: 28px
}
.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
}
.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 30px;
  color: #000;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page .faqbox .ui.container ul.faqlist li span.qust{
  color: var(--color);
}
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: var(--color);
}
.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f9f9f9;
  display: none;
  position: relative;
}
@media screen and (max-width: 1000px){
  .faq-page .faqbox .ui.container ul.faqlist li .top .title{
    font-size: 18px
  }
  .faq-page .faqbox .ui.container ul.faqlist li .top{
    padding: 0 100px
  }
}
@media screen and (max-width: 700px) {
   .faq-page{
     padding-top: 40px
   }
  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 40px 0 0;
  }
  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }
.faq-page .faqbox .ui.container ul.faqlist li .top .title{
  font-size: 20px
}
.faq-page .faqbox .ui.container ul.faqlist li .top i{
  right: 20px
}
}

.contact-page {
  padding-bottom: 0;
}
.contact-page .contact-1 {
  margin-bottom: 100px;
}
.contact-page .contact-1 .top .left {
  padding-right: 10%;
}
.contact-page .contact-1 .top .right ul li {
  /*max-width: 160px;
  margin: 15px 30px 15px 0;*/
  width: 50%;
  padding-right: 30px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.contact-page .contact-1 .top .right ul li:nth-child(3n){
  margin-right: 0;
}
.contact-page .contact-1 .top .right ul li h5 {
  font-size: 20px; 
  /*border-bottom: 1px solid #d1d1d1;*/
  /*padding-bottom: 15px;
  margin-bottom: 15px;*/
}
.contact-page .contact-1 .top .right ul li span {
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-form {
  width: 985px;
  height: 780px;
  background-color: #333333;
  margin: 0 auto;
  -webkit-transform: translateY(-175px);
  -moz-transform: translateY(-175px);
  -ms-transform: translateY(-175px);
  transform: translateY(-175px);
  color: white;
  padding: 60px 75px;
}
.contact-page .contact-form h3 {
  font-size: 34px;
  font-family: 'Montserrat-SemiBold';
}
.contact-page .contact-form h3 span {
  color: var(--color);
}
.contact-page .contact-form form {
  margin-top: 90px;
}
.contact-page .contact-form form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-form form ul li {
  width: 48%;
  margin-bottom: 35px;
}
.contact-page .contact-form form ul li:nth-child(n + 5) {
  width: 100%;
}
.contact-page .contact-form form ul li:nth-child(1) input {
  background-image: url('../images/c-name.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(2) input {
  background-image: url('../images/c-email.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(3) input {
  background-image: url('../images/c-phone.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(4) input {
  background-image: url('../images/c-subject.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(5) textarea {
  background-image: url('../images/c-message.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-form form ul li:last-child p {
  font-size: 14px;
  font-family: 'Montserrat-Light';
  color: rgba(255, 255, 255, 0.4);
  max-width: 50%;
}
.contact-page .contact-form form ul li label {
  font-size: 14px;
  font-family: 'Montserrat-Light';
  color: white;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li input[type='text'] {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: white;
  font-size: 14px;
  font-family: 'Montserrat-Light';
}
.contact-page .contact-form form ul li input[type='submit'] {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: var(--color);
  border: none;
  text-align: center;
  font-size: 16px;
  color: white;
  font-family: 'Montserrat-SemiBold';
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li input[type='submit']:hover {
  background-color: black;
}
.contact-page .contact-form form ul li textarea {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  font-size: 14px;
  font-family: 'Montserrat-Light';
  height: 100px;
}
.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1250px) {
   .contact-page .contact-1 .top .right ul li:nth-child(2n){
    margin-right: 0;
  }
  .contact-page .contact-1 .top .right ul li:nth-child(3n){
    margin-right: 30px;
  }
} 
@media (max-width: 1000px){
   .contact-page .contact-1 .top .right ul li{
    margin-right: 0;
  }
   .contact-page .contact-1 .top .right ul li {
    max-width: 100% !important;
    width: 100%;
    margin-top: 30px !important;
  }
  .contact-page .contact-1 .top .right ul li:first-child {
    margin-top: 0 !important;
  }
  .contact-page .contact-1 .top .right ul li span {
    display: block;
  }
  .contact-page .contact-form {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: auto;
  }
}
@media (max-width: 700px){
   .contact-page .contact-1 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .contact-1 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-form form ul li {
    width: 100%;
  }
  .contact-page .contact-form {
    padding: 60px 30px;
  }
  .contact-page .contact-form form ul li:last-child p {
    display: none;
  }
  .contact-page .contact-form h3 {
    font-size: 24px;
  }
}
.application-page .application-1 {
  padding-top: 80px;
  padding-bottom: 110px;
}
.application-page .application-1 .ui {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.application-page .application-1 .ui .left {
  width: 50%;
  padding-right: 80px;
}
.application-page .application-1 .ui .right {
  width: 50%;
  padding-top: 20px;
}
.application-page .application-1 .ui .right .cont {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
}
.application-page .application-2 {
  background: #f2f2f2;
  padding-top: 85px;
  padding-bottom: 110px;
}
.application-page .application-2 .top {
  text-align: center;
}
.application-page .application-2 .top .smt {
  padding-bottom: 5px;
}
.application-page .application-2 .bottom {
  position: relative;
}
.application-page .application-2 .bottom ul {
  margin-right: -60px;
  margin-top: 67px;
}
.application-page .application-2 .bottom ul li {
  padding-right: 60px;
}
.application-page .application-2 .bottom ul li .box {
  background: #fff;
}
.application-page .application-2 .bottom ul li .box:hover .text .box2 {
  opacity: 1;
}
.application-page .application-2 .bottom ul li .box .tip {
  padding: 30px 50px;
}
.application-page .application-2 .bottom ul li .box .tip .t1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 25px;
  border-bottom: 1px solid #72915b;
}
.application-page .application-2 .bottom ul li .box .tip .cont {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 27px;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.application-page .application-2 .bottom ul li .box .text {
  position: relative;
}
.application-page .application-2 .bottom ul li .box .text > img {
  width: 100%;
}
.application-page .application-2 .bottom ul li .box .text .box2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  color: #fff;
  padding: 35px 40px 50px;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.application-page .application-2 .bottom ul li .box .text .box2 .info {
  height: 100%;
  overflow-y: auto;
}
.application-page .application-2 .bottom ul li .box .text .box2 .info p {
  margin-bottom: 30px;
}
.application-page .application-2 .bottom .prev,
.application-page .application-2 .bottom .next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #d8d8d8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  cursor: pointer;
}
.application-page .application-2 .bottom .prev:hover,
.application-page .application-2 .bottom .next:hover {
  background: #65902e;
}
.application-page .application-2 .bottom .prev {
  left: -100px;
}
.application-page .application-2 .bottom .next {
  right: -100px;
}
.application-page .application-2 .more {
  width: 422px;
  margin: 60px auto 0;
  border: 1px solid #5d8634;
}
@media screen and (max-width: 1280px) {
  .application-page .application-2 .bottom .prev,
  .application-page .application-2 .bottom .next {
    display: none;
  }
  .application-page .application-1 .ui .left {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .application-page .application-2 .bottom ul {
    margin-right: -30px;
  }
  .application-page .application-2 .bottom ul li {
    padding-right: 30px;
  }
  .application-page .application-2 .bottom ul li .box .tip .t1 {
    font-size: 28px;
  }
  .application-page .application-1 .ui .left {
    display: none;
  }
  .application-page .application-1 .ui .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .application-page .application-1,
  .application-page .application-2 {
    padding: 40px 0 50px;
  }
  .application-page .application-2 .bottom ul li .box .tip .t1 {
    font-size: 25px;
  }
  .application-page .application-2 .bottom ul li .box .tip {
    padding: 20px  15px;
  }
  .application-page .application-2 .bottom ul li .box .tip .cont {
    font-size: 16px;
  }
  .application-page .application-2 .bottom ul li .box .text .box2 {
    padding: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .application-page .application-2 .bottom ul li .box .tip .t1 {
    font-size: 20px;
  }
}

.service-page .service-1 {
  padding-top: 110px;
  padding-bottom: 70px
}
.service-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-1 .top .tip {
  width: 50%;
}
.service-page .service-1 .top .tip .title {
  line-height: 1.2;
}
.service-page .service-1 .top .cont {
  width: 50%;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2;
}
.service-page .service-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}
.service-page .service-1 ul li {
  background-color: #f7f7f7;
  height: 500px;
  width: 31%;
  padding: 45px 28px 0;
  margin-top: 40px;
}
.service-page .service-1 ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 33px;
}
.service-page .service-1 ul li .img .num {
  font-size: 72px;
  opacity: .2;
  font-weight: bold;
  line-height: 1;
}
.service-page .service-1 ul li .t1 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}
.service-page .service-1 ul li .text {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.service-page .service-1 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 84px;
  margin-bottom: 10px;
}
.service-page .service-1 .bottom img {
  margin-right: 24px;
}
.service-page .service-1 .sev1 {
  width: 100%;
}
.service-page .service-1 .sev-img{
  position: relative;
  margin-top: 80px
}
.service-page .service-1 .sev-img .sev-icon{
  position: absolute;
  right: 70px;
  top: 0;
  margin-top:-96px;
  animation: sc 8s infinite linear;
}
.service-page .service-2 {
  background: url(../images/sev2.jpg) no-repeat bottom -5px center / 100%;
  padding: 105px 0 175px;
  text-align: center;
}
.service-page .service-2 .title {
  line-height: 1.2;
}
.service-page .service-2 .cont {
  max-width: 1150px;
  font-size: 17px;
  line-height: 2;
  margin: 15px auto 45px;
}
.service-page .service-2 .more {
  margin: 0 auto;
  /*border: solid 1px rgba(0, 0, 0, 0.8);*/
}
@media screen and (max-width: 1440px) {
  .service-page .service-1 ul li {
    width: 47%;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .top .tip {
    width: 100%;
  }
  .service-page .service-1 .top .cont {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .service-page .service-1 ul li .t1 {
    font-size: 22px;
  }
  .service-page .service-1 ul li .img .num {
    font-size: 60px;
  }
  .service-page .service-1 .sev-img{
  zoom: 0.8
}
}
@media screen and (max-width: 700px) {
  .service-page .service-1 ul li {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .service-page .service-1{
    padding: 40px 0;
  }
    .service-page .service-1 .sev-img{
  zoom: 0.5
}
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .bottom {
    display: none;
  }
}

.sustainability-page .sustainability-1 {
  padding-top: 80px;
  padding-bottom: 100px;
}
.sustainability-page .sustainability-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sustainability-page .sustainability-1 .top .tip {
  width: 50%;
}
.sustainability-page .sustainability-1 .top .tip .title {
  line-height: 1.2;
}
.sustainability-page .sustainability-1 .top .cont {
  width: 50%;
  font-size: 18px;
  line-height: 2;
}
.sustainability-page .sustainability-1 .sus1 {
  margin-top: 70px;
}
.sustainability-page .sustainability-2 .list1 {
  background: url(../images/sus2-adv.jpg) no-repeat top center / cover;
  color: #fff;
}
.sustainability-page .sustainability-2 .list2 {
  background: #f2f2f2;
}
.sustainability-page .sustainability-2 .list {
  padding: 100px 0;
}
.sustainability-page .sustainability-2 .list .ui {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sustainability-page .sustainability-2 .list .left {
  width: 46%;
}
.sustainability-page .sustainability-2 .list .right {
  width: 50%;
  position: relative;
}
.sustainability-page .sustainability-2 .list .right .smt {
  font-weight: bold;
}
.sustainability-page .sustainability-2 .list .right .title {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}
.sustainability-page .sustainability-2 .list .right .num {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.1;
}
.sustainability-page .sustainability-2 .list .right .text {
  font-size: 18px;
  line-height: 2;
}
.sustainability-page .sustainability-2 .list .right .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 10px;
}
.sustainability-page .sustainability-2 .list .right .tit img {
  margin-right: 15px;
}
.sustainability-page .sustainability-3 {
  background: url(../images/sev2.jpg) no-repeat bottom center / 100%;
  padding-bottom: 140px;
  padding-top: 80px;
  text-align: center;
}
.sustainability-page .sustainability-3 .cont {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 30px;
  padding: 0 15px;
}
@media screen and (max-width: 1280px) {
  .sustainability-page .sustainability-2 .list .left {
    display: none;
  }
  .sustainability-page .sustainability-2 .list .right {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .sustainability-page .sustainability-1 .top .tip {
    width: 100%;
  }
  .sustainability-page .sustainability-1 .top .cont {
    width: 100%;
    margin-top: 30px;
  }
  .sustainability-page .sustainability-2 .list .right .num {
    font-size: 80px;
  }
}
@media screen and (max-width: 700px) {
  .sustainability-page .sustainability-3 {
    background: none;
    padding: 30px 0 60px;
  }
  .sustainability-page .sustainability-2 .list {
    padding: 50px 0;
  }
  .sustainability-page .sustainability-2 .list .right .num {
    font-size: 60px;
    top: -10px;
  }
}

.quality-page .quality-1 {
  padding-top: 80px;
  padding-bottom: 140px;
  background: -webkit-linear-gradient(bottom, #f2f2f2 470px, #fff 400px);
  background: -moz-linear-gradient(bottom, #f2f2f2 470px, #fff 400px);
  background: linear-gradient(to top, #f2f2f2 470px, #fff 400px);
}
.quality-page .quality-1 .tip {
  text-align: center;
}
.quality-page .quality-1 .tip .cont {
  font-size: 18px;
  line-height: 1.8;
  max-width: 1180px;
  margin: 20px auto 0;
}
.quality-page .quality-1 ul {
  margin-right: -24px;
  margin-top: 90px;
}
.quality-page .quality-1 ul li {
  padding-right: 24px;
}
.quality-page .quality-1 ul li .box {
  background: #fff;
}
.quality-page .quality-1 ul li .box .img-box img {
  width: 100%;
}
.quality-page .quality-1 ul li .box .text {
  padding: 45px 40px 40px;
}
.quality-page .quality-1 ul li .box .text .t1 {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 25px;
  font-weight: bold;
}
.quality-page .quality-1 ul li .box .text .cont {
  font-size: 18px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.quality-page .quality-1 ul.slick-dots{
  margin: 0;
  text-align: center;
  margin-top: 40px;
}
.quality-page .quality-1 ul.slick-dots li {
  background-color: #000000;
  opacity: 0.3;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 5px;
  padding: 0;
}
.quality-page .quality-1 ul.slick-dots li button{
  display: none;
}
.quality-page .quality-1 ul.slick-dots li.slick-active {
  background-color: #7aa72e;
  opacity: 1;
}
@media screen and (max-width: 700px) {
  .quality-page .quality-1 ul li .box .text .t1 {
    font-size: 20px;
  }
  .quality-page .quality-1 ul li .box .text {
    padding: 20px 15px;
  }
  .quality-page .quality-1 ul li .box .text .cont {
    font-size: 16px;
  }
}

#index-body .future {
  background: url(/jiachengmachinery/2025/08/27/fut_bg.jpg) no-repeat top center / cover;
  padding: 117px 0 115px;
}
.quality-page #index-body  .future{
background-image: url(../images/fut_bg1.jpg);
  }
#index-body .future .ui {
  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;
}
#index-body .future .ui .left {
  width: 48%;
}
#index-body .future .ui .left .title {
  color: #fff;
  line-height: 1.3;
  max-width: 580px;
  margin-bottom: 70px;
}
#index-body .future .ui .right {
  width: 48%;
}
#index-body .future .ui .right .cont {
  font-size: 17px;
  line-height: 2;
  color: #fff;
}
#index-body .future .ui .right ul {
  margin-top: 70px;
}
#index-body .future1 .ui .right ul li  {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 37px 45px 33px;
  background: #fff;
  margin-bottom: 22px;
}
#index-body .future2 .ui .right>ul li {
  padding: 0 15px
}
#index-body .future .ui .right>ul li .box {
  width: 108%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 22px 22px;
  background: #fff;
  margin-bottom: 22px;
}
#index-body .future .ui .right ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 36px;
}
#index-body .future .ui .right ul li .text .t1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
}
#index-body .future .ui .right ul li .text .info {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 13px;
}
#index-body .future .ui .right ul li .img {
  width: 90px;
  text-align: center;
  padding-top: 10px;
}
#index-body .future .ui .right ul li .img img {
  margin: 0 auto;
}
#index-body .future .ui .right ul.slick-dots li{
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  padding: 0;
  margin: 0 5px;
}
#index-body .future .ui .right ul.slick-dots li button{
  display: none;
}
#index-body .future .ui .right ul.slick-dots{
  text-align: left
}
#index-body .future .ui .right ul.slick-dots li.slick-active{
  background: var(--color);
}
#index-body .future .slick-track .slick-slide>div{
  height: auto;
}
@media screen and (max-width: 1250px){
   #index-body .future .ui .right ul li .text .t1 {
    font-size: 26px;
  }
   #index-body .future .ui .right ul li {
    padding: 28px 20px 30px;
  }
}
@media screen and (max-width: 1000px) {
   #index-body .future .ui .left {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .future .ui .right {
    width: 100%;
  }
}

.inspiration-page .inspiration-1 .i-title p {
  font-size: 24px;
}
 
.inspiration-page .inspiration-1 .inspiration-nav {
  margin-top: 70px;
}
.inspiration-page .inspiration-1 .inspiration-nav ul {
  margin: 50px -35px 0;
}
.inspiration-page .inspiration-1 .inspiration-nav ul li {
  padding: 0 35px;
  width: 25%;
  cursor: pointer;
}
.inspiration-page .inspiration-1 .inspiration-nav ul li:hover a,
.inspiration-page .inspiration-1 .inspiration-nav ul li.active a {
  color: var(--color);
}
.inspiration-page .inspiration-1 .inspiration-nav ul li a {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 24px;
  font-family: 'Montserrat-Bold';
  padding: 10px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inspiration-page .inspiration-1 .box {
  margin-top: 50px;
}
.inspiration-page .inspiration-1 .box .item{
  display: none;
}
.inspiration-page .inspiration-1 .box .item.active{
  display: block;
}
.inspiration-page .inspiration-1 .box ul {
  margin: -10px -15px; 
}
 
.inspiration-page .inspiration-1 .box ul li {
  padding: 10px 15px;
  width: 25%;
  display: inline-block;
}
@media (max-width: 1000px){
   .inspiration-page .inspiration-1 .inspiration-nav ul li{
    width: 50%;
    margin: 15px 0;
  }
  
} 
@media (max-width: 700px){
  .inspiration-page .inspiration-1 .inspiration-nav ul li a {
    font-size: 18px;
  }
   
} 
@media (max-width: 500px){
   .inspiration-page .inspiration-1 .inspiration-nav ul li{
    width: 100%;
  }
}

.go_back{
  padding-top: 40px;
  text-align: right;
}
.go_back a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color);
  color: white;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

.seo_block .exhibition p{
  background: #fff;
  color: white;
  height: 50px;
  padding: 0 10px;
  margin-top: 15px;
}

.contact-page2 .init-1{
  padding: 80px 0;
  background: #f5f5f5;
}
.contact-page2 .init-1 .right form ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7px -15px;
}
.contact-page2 .init-1 .right form ul li{
  width: 50%;
  padding: 7px 15px;
}
.contact-page2 .init-1 .right form ul li label{
  display: block;
  font-size: 16px;
}
.contact-page2 .init-1 .right form ul li textarea,
.contact-page2 .init-1 .right form ul li input{
  width: 100%;
  background: white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #ccc;
  height: 40px;
  padding: 0 15px;
}
.contact-page2 .init-1 .right form ul li textarea{
  height: 120px;
  padding: 10px 15px;
}
.contact-page2 .init-1 .right form ul li:nth-child(5),
.contact-page2 .init-1 .right form ul li:nth-child(6){
  width: 100%;
}
.contact-page2 .init-1 .right form ul li input[type="submit"]{
  width: auto;
  background: var(--color);
  color: white;
  padding: 0 30px;
  margin-top: 10px;
  border-radius: 5px;
}
.contact-page2 .init-2{
  padding: 80px 0;
}
.contact-page2 .init-2 ul{
  margin: -30px -60px;
}
.contact-page2 .init-2 ul li{
  padding: 30px 60px;
  font-size: 17px;
}
.contact-page2 .init-2 ul li a{
  color: var(--color);
  text-decoration: underline;
}
.video-page ul li .box::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}
.video-page ul li .box .play{
  cursor: pointer;
  z-index: 2;
}
.factory-page ul li img{
  width: 100%;
}
.career-page{
  background: #f8f7f7;
}
.career-page .h3{
  color: var(--color);
}
.career-page .list ul li .h5{
  padding: 10px 20px;
  background: #fafafa;
  position: relative;
  color: var(--color);
}
.career-page .list ul li .h5 i{
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.career-page .list ul li .des{
  background: white;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.8;
  display: none;
} 
.career-page .list ul li.active .h5 i{
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.career-page .info .wrap{
  margin: -15px;
}
.career-page .info .wrap .column{
  padding: 15px;
}
.career-page .info .box{
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
  padding: 40px;
  height: 100%;
}
.career-page .info .box .h6{
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 12px;
  margin-bottom: 25px;
}
@media screen and (max-width:1450px){
  .contact-page2 .init-2 ul li{
    padding: 30px 40px;
  }
  .contact-page2 .init-2 ul {
    margin: -30px -40px;
  }
}
@media screen and (max-width:1250px){
  .contact-page2 .init-2 ul li{
    padding: 20px 20px;
  }
  .contact-page2 .init-2 ul {
    margin: -20px -20px;
  }
}
@media screen and (max-width:1000px){
  .contact-page2 .init-1 .right{
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .contact-page2 .init-1 .left{
    width: 100%;
    padding: 0;
  }
  .contact-page2 .init-2 ul li{
    width: 50%;
    font-size: 15px;
  }
}
@media screen and (max-width:700px){
  .factory-page ul li{
    width: 50%;
  }
}
@media screen and (max-width:500px){
  .contact-page2 .init-2 ul li{
    width: 100%; 
  }
}

