@font-face {
  font-family: 'Helvetica';
  src: url(Helvetica.ttf) format('truetype'), url(Helvetica.eot) format('eot'), url(Helvetica.woff) format('woff'), url(Helvetica.woff2) format('woff2');
  font-display:swap;
}
@font-face {
  font-family: 'HelveticaLT-Bold';
  src: url(HelveticaLT-Bold.ttf) format('truetype'), url(HelveticaLT-Bold.eot) format('eot'), url(HelveticaLT-Bold.woff) format('woff'), url(HelveticaLT-Bold.woff2) format('woff2');
  font-display:swap;
}

.slide .slick-dots{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5%;
  text-align: center;
}

.slide .slick-dots li{
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 3px;
  background-color: white;
}

.slide .slick-dots li.slick-active{
  background-color: black;
}

.slide .slick-dots li button{
  display: none;
}

body {
  font-family: "Helvetica";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1500px;
}
.font-bold {
  font-family: 'HelveticaLT-Bold';
  line-height: 2;
}
#header {
  z-index: 111;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 16px;
  font-family: 'HelveticaLT-Bold';
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 220px;
  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 #115740;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #115740;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background-color: #115740;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#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(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(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: #115740;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 60%;
}
#banner ul.slick-dots li {
  width: 7px;
  height: 23px;
  display: inline-block;
  margin: 0 10px;
  background-color: #727272;
  -webkit-transform: skewX(40deg);
  -moz-transform: skewX(40deg);
  -ms-transform: skewX(40deg);
  transform: skewX(40deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #115740;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.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(fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #115740;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(banner-btn-r.png);
}
#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: #115740 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 2;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-family: 'HelveticaLT-Bold';
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
}
.hover-language .zhuyu {
  color: #FFFFFF;
  font-size: 17px;
}
.hover-language .zhuyu img {
  vertical-align: sub;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  min-width: 100px;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner h2 {
  font-size: 96px;
  line-height: 1;
  letter-spacing: 5px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'HelveticaLT-Bold';
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
#banner p {
  margin-top: 20px;
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
#banner .btn1 {
  margin-top: 70px;
}
#banner .slick-active h2 {
  opacity: .99;
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#banner .slick-active p {
  opacity: .99;
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.btn1 {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  padding: 20px 50px;
}
.btn1 span {
  color: #115740;
}
.btn1:hover {
  opacity: 1;
}
.tit1 {
  font-size: 60px;
  color:#006633;
} 
.product-category {
 background-image:url(prbg.jpg);
   padding-top: 100px;
  overflow: hidden;
}
.product-category .list {
  margin-top: 100px;
  margin-bottom:100px;
}
.product-category * {
}
.product-category i {
  min-height: 70px;
}
.product-category i img {
  margin: auto;
}
.product-category .text1 {
  position: absolute;
  color:#FFFFFF;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 200px 20px;
  opacity: 1;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-category .text2 {
  position: absolute;
    color:#FFFFFF;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 1px solid #115740;
  padding: 30% 15px 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-category ul li {
  height: 400px;
  overflow: hidden;
}
.product-category ul li > img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
.product-category ul li:hover .text1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.product-category ul li:hover .text2 {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.our-about {
  padding: 130px 0;
  overflow: hidden;
}
.our-about h2 {
  line-height: 2;
}
.our-about .play {
  position: absolute;
  bottom: 0;
  right: 30%;
  width: 180px;
  height: 120px;
  line-height: 120px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  background-color: #115740;
}
.our-about .play img {
  vertical-align: middle;
}
.our-about .left::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -130px;
  bottom: -130px;
  left: 0;
  right: 30%;
  background-color: #e3e3e3;
}
.our-about .right {
  padding-left: 90px;
}
.our-about .single-progress-bar + .single-progress-bar {
  margin-top: 15px;
}
.our-about .progress-scale {
  background: #F1F1F1;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.our-about .progress-scale .inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  background: #115740;
}
.our-about .tag {
  line-height: 40px;
}
.our-about .percent {
  line-height: 40px;
  min-width: 200px;
}
.our-about .percent small {
  display: inline-block;
  line-height: 1;
}
.our-about .content {
  max-width: 615px;
}
.our-about .content .text{
  max-height: 220px;
  overflow-y: auto;
  padding-right: 15px;
  line-height: 
}
.our-about .content .text h1{
  display: inline;
}
.our-about .btns {
  margin-top: 50px;
}
.our-about .btns > div {
  width: 210px;
  margin-right: 20px;
}
.our-about .btns a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #115740;
  padding: 10px 0 10px 30px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .btns a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .btns a i {
  font-size: 40px;
  min-width: 50px;
  text-align: center;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .btns a:hover {
  border-color: #115740;
  background-color: #115740;
}
.our-about .btns a:hover span {
  color: #FFFFFF;
  opacity: .5;
}
.our-about .btns a:hover i {
  color: #FFFFFF;
}
.i-advantage {
  background: url(adv-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 150px 0;
  overflow: hidden;
}
.i-advantage .box {
  max-width: 1660px;
  margin-left: auto;
}
.i-advantage .box .left {
  width: 25%;
  vertical-align: middle;
}
.i-advantage .box .left h2 {
  line-height: 1.2;
  color: #FFFFFF;
}
.i-advantage .box .left p {
  color: #FFFFFF;
}
.i-advantage .box .right {
  width: 75%;
  vertical-align: middle;
  padding-left: 130px;
  position: relative;
}
.i-advantage .box .right .img .text {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 10px;
}
.i-advantage .box .right .img .text p {
  line-height: 2;
  display: none;
}
.i-advantage .box .right ul {
  margin: -15px;
}
.i-advantage .box .right ul li {
  padding: 15px;
}
.i-advantage .box .right .slick-list {
  padding-right: 30%;
}
.i-advantage .box .right .arrows {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.i-advantage .box .right .arrows span {
  width: 65px;
  height: 65px;
  line-height: 63px;
  text-align: center;
  font-size: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  color: #FFFFFF;
  margin: 10px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.i-advantage .box .right .arrows span:hover {
  border-color: #115740;
  background-color: #115740;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.quality {
  overflow: hidden;
  padding: 100px 0;
}
.quality ul {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -90px;
}
.quality ul::before {
  content: attr(data-text);
  font-size: 425px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  color: #f4f4f4;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.quality li {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 33.33%;
  margin-right: 90px;
}
.quality li.mml-active {
  background-color: #19181d;
  -webkit-box-shadow: 0 6px 40px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 6px 40px 0 rgba(0, 0, 0, 0.35);
}
.quality li.mml-active img {
  opacity: 1;
}
.quality li.mml-active .mml-text,
.quality li.mml-active h3 {
  color: #fff;
}
.quality li.mml-active .hline {
  border-color: #fff;
}
.quality .mml-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 30% 30px 20px;
  font-size: 14px;
}
.quality img {
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.quality h3 {
  color: #19181d;
}
.quality .hline {
  margin: 20px 0;
  border-top: 1px solid #19181d;
}
.our-exhibition {
  /*background-color: #f4f4f4;*/
  position: relative;
}
.our-exhibition.bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  background-color:#1C8E69;
}
.our-exhibition .title {
  padding: 90px 0 70px;
}

.our-exhibition .title .tab ul{
  margin: -10px;
}
.our-exhibition .title .tab ul li{
  width: auto;
  margin: 10px;
}


.our-exhibition .title .tab ul li a{
  display: block;
  color: white;
  background-color: #115740;
  padding: 10px;
  font-size: 16px;
}

.our-exhibition .title .tab ul li.active a{
  background-color: black;
}

.our-exhibition p {
  max-width: 950px;
}
.our-exhibition .list ul {
  margin: -5px;
}
.our-exhibition .list ul li {
  padding: 5px;
}

.our-exhibition .list ul li .name{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: white;
  font-size: 24px;
}

.our-exhibition .bottom .fl {
  margin-left: 100px;
}
.our-exhibition .bottom .fl em {
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
}
.our-exhibition .bottom .fl i {
  margin: 0 10px;
  width: 130px;
  height: 1px;
  background-color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
}
.our-exhibition .bottom .fl span {
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
}
.our-exhibition .bottom .fr {
  margin-right: 100px;
}
.our-exhibition .bottom .fr span {
  font-size: 22px;
  margin: 0 10px;
  color: #FFFFFF;
  cursor: pointer;
}
.our-exhibition .bottom .fr span:hover{
  color: #115740;
  opacity: 1;
}
#footer {
  background-color:#067A50;
  padding: 100px 0;
}
#footer * {
  color: #FFFFFF;
}
#footer .foot-top .foot-content {
  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;
}
#footer .foot-top .foot-content .foot-block.msg {
  max-width: 510px;
}
#footer .foot-top .foot-content .foot-block.contact {
  max-width: 310px;
}
#footer .foot-top .foot-content .foot-block h2 {
  font-size: 44px;
  line-height: 1.5;
}
#footer .foot-top .foot-content .foot-block h2 span {
  color: #fff;
}

input::placeholder {
    color: white;
}

textarea::placeholder {
    color: white;
}
#footer .foot-top .foot-content .foot-block ul li a,
#footer .foot-top .foot-content .foot-block ul li p {
  line-height: 2;
  color: #fff;
}
#footer .foot-top .foot-content .foot-block .form ul {
  margin: -5px;
}
#footer .foot-top .foot-content .foot-block .form ul li {
  padding: 5px;
}
#footer .foot-top .foot-content .foot-block .form ul li.wid-100 {
  width: 100%;
}
#footer .foot-top .foot-content .foot-block .form input,

#footer .foot-top .foot-content .foot-block .form textarea {
  font-size: 16px;
  color:#FFFFFF;
  border: none;
  width: 100%;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.3);
}
#footer .foot-top .foot-content .foot-block .form button {
  font-size: 16px;
  color: #fff;
  border: 1px solid currentcolor;
  padding: 10px 25px;
  background-color: transparent;
  transition: .5s ease;
}
#footer .foot-top .foot-content .foot-block .form button:hover{
  background-color: #115740;
  color: #fff;
}
#footer .foot-bottom {
  margin-top: 80px;
}
#footer .foot-bottom a,
#footer .foot-bottom p {
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom img {
  max-height: 18px;
  vertical-align: middle;
}
#footer .foot-bottom .social-links a {
  margin: 0 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #7d7d7d;
}
#footer .foot-bottom .social-links a i {
  color: #7d7d7d;
}
#footer .foot-bottom .social-links a:hover {
  background-color: #7d7d7d;
}
#footer .foot-bottom .social-links a:hover i {
  color: #FFFFFF;
}
#ewm {
  width: 115px;
  border: 3px solid #FFFFFF;
}
@media screen and (max-width: 1600px) {
  .tit1 {
    font-size: 48px;
  }
  #banner h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
    font-size: 16px;
  }
  .hover-language .zhuyu {
    font-size: 16px;
  }
  #banner h2 {
    font-size: 60px;
  }
  #banner .btn1 {
    margin-top: 30px;
  }
  .our-about .right {
    padding-left: 60px;
  }
  .tit1 {
    font-size: 36px;
  }
  .font-28 {
    font-size: 24px;
    line-height: 2;
  }
  .i-advantage .box .right {
    padding-left: 90px;
  }
  .i-advantage .box .left {
    width: 35%;
  }
  .i-advantage .box .right {
    width: 65%;
  }
  .i-advantage .box .right .slick-list {
    padding-right: 20%;
  }
  .quality ul {
    margin-right: -40px;
  }
  .quality li {
    margin-right: 40px;
  }
  .font-30 {
    font-size: 26px;
  }
  #footer .foot-top .foot-content .foot-block h2 {
    font-size: 36px;
  }
  #footer .foot-top .foot-content .foot-block.msg {
    max-width: 420px;
  }
  .quality ul::before {
    font-size: 350px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin: 0 15px;
  }
  #header .nav .ui.menu .logo {
    width: 60px;
  }
  .hover-language .zhuyu {
    font-size: 14px;
  }
  .hover-language .zhuyu img {
    vertical-align: top;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner .left {
    width: 50%;
  }
  #banner p {
    font-size: 16px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 2;
  }
  .btn1 {
    padding: 10px 20px;
  }
  .product-category ul li {
    height: 500px;
  }
  .font-24 {
    font-size: 20px;
  }
  .our-about .btns {
    display: none;
  }
  .i-advantage .box {
    padding: 0 15px;
  }
  .i-advantage .box .right .arrows {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }
  .i-advantage .box .right .slick-list {
    padding-right: 0;
  }
  .i-advantage .box .left {
    vertical-align: top;
  }
  .i-advantage .box .right {
    vertical-align: top;
    padding-left: 40px;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-30 {
    font-size: 22px;
  }
  .quality .mml-text {
    padding: 15% 20px 20px;
  }
  .quality ul {
    margin-right: -20px;
  }
  .quality li {
    margin-right: 20px;
  }
  .quality ul::before {
    font-size: 300px;
  }
  #footer .foot-top .foot-content .foot-block h2 {
    font-size: 30px;
  }
  #footer .foot-top .foot-content .foot-block.msg {
    max-width: 350px;
  }
  #footer .foot-bottom img {
    max-height: 16px;
  }
  #footer .foot-bottom .fl,
  #footer .foot-bottom .fr {
    float: none;
    text-align: center;
    padding: 10px 0;
  }
  #footer .foot-bottom .fl a.foot-link {
  display: none!important;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner h2 {
    font-size: 30px;
  }
  .product-category {
    padding-top: 60px;
  }
  .product-category .list {
    margin-top: 60px;
  }
  .product-category ul li {
    height: 400px;
  }
  .product-category .text2 {
    padding: 15% 15px 0;
  }
  .tit1 {
    font-size: 28px;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .box {
    max-width: 700px;
    margin: auto;
    padding: 0 15px;
  }
  .our-about .left {
    width: 100%!important;
  }
  .our-about .left::before {
    display: none;
  }
  .our-about .right {
    margin-top: 40px;
    padding: 0;
    width: 100%!important;
  }
  .our-about .content {
    max-width: 100%;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .i-advantage .box {
    max-width: 700px;
    margin-right: auto;
  }
  .i-advantage .box .left {
    width: 100%!important;
    padding: 0;
  }
  .i-advantage .box .right {
    width: 100%!important;
    margin-top: 40px;
    padding-left: 0;
  }
  .quality {
    padding: 60px 0;
  }
  .quality li {
    max-width: -webkit-calc(50% - 20px);
    max-width: -moz-calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .quality ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .quality ul::before {
    display: none;
  }
  .our-exhibition .title {
    padding: 60px 0 40px;
  }
  .our-exhibition .bottom {
    display: none;
  }
  .our-exhibition::before {
    display: none;
  }
  .our-exhibition .list ul {
    margin: 0 -5px;
  }
  .our-exhibition .list ul li {
    padding: 0 5px;
  }
  #footer .foot-top .foot-content {
    display: block;
    text-align: center;
  }
  #footer .foot-top .foot-content .foot-block.link {
    display: none;
  }
  #footer .foot-top .foot-content .foot-block.ewm {
    display: none;
  }
  #footer .foot-top .foot-content .foot-block.msg {
    max-width: 100%;
  }
  #footer .foot-top .foot-content .foot-block.contact {
    max-width: 100%;
    margin-top: 40px;
  }
  #footer {
    padding: 60px 0;
  }
  #footer .foot-bottom {
    margin-top: 40px;
  }
  .quality img {
    opacity: 1;
  }
  .quality h3 {
    color: #fff;
  }
  .quality .hline {
    border-color: #fff;
  }
  .quality .mml-text {
    color: #fff;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li {
    height: 400px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner h2 {
    font-size: 24px;
    line-height: 2;
  }
  #banner p {
    font-size: 14px;
    line-height: 2;
  }
  .font-18 {
    font-size: 16px;
    line-height: 2;
  }
  .product-category .text2 {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .tit1 {
    font-size: 24px;
  }
  .font-28 {
    font-size: 20px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2;
  }
  .i-advantage .box .right .arrows {
    display: none;
  }
  .i-advantage {
    display: none;
  }
  .our-exhibition {
    display: none;
  }
  #footer .foot-top .foot-content .foot-block h2 {
    font-size: 24px;
    line-height: 2;
  }
  .quality {
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  #banner .left {
    width: 100%;
  }
.Auxil-industry{
  display: none!important;
}
  .our-about .percent {
    min-width: auto;
  }
  .quality ul {
    margin-right: 0;
  }
  .quality li {
    max-width: 100%;
    margin-right: 0;
  }
}



.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
}
.inner-banner .mbx-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-banner .mbx-box .mbx {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.inner-banner .mbx-box .mbx a {
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1;
}
.inner-banner .mbx-box .mbx a:hover {
  border-bottom: 1px solid #fff;
}
.inner-banner .mbx-box h2 {
  margin-top: 10px;
  font-size: 40px;
  /*line-height: 70px;*/
  color: #ffffff;
  font-family: 'HelveticaLT-Bold';
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
  z-index: 5;
}
/*.inner-banner .mbx-box h2::before {
  content: attr(data-shadow);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  background-image: -webkit-linear-gradient(bottom, #fff, rgba(250, 250, 250, 0.1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  opacity: .3;
}*/

@media screen and (max-width:500px){
  .inner-banner .mbx-box .mbx{
    font-size: 14px;
    line-height: 28px;
  }
  .inner-banner .mbx-box h2{
    font-size: 14px;
    line-height: 28px;
  }
}


/* about */
.inner-page .top h6 {
  padding: 0 60px;
  display: inline-block;
  font-size: 18px;
  line-height: 2;
  color: #115740;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}
.inner-page .top h6::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #115740;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .top h6::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #115740;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.inner-page .top h2 {
  font-size: 60px;
  line-height: 2;
  color: #010101;
  text-transform: uppercase;
  font-family: 'HelveticaLT-Bold';
}
.inner-page .top h2 span {
  color: #115740;
}
.inner-page .top.center {
  text-align: center;
}
.inner-page .top.center h6::after {
  opacity: 1;
}


.about-page .about-1 {
  padding: 100px 0;
  /*background: url(about-1-bg.jpg) no-repeat center 85px;*/
}
.about-page .about-1 .top {
  margin: 0 0 0 0;
  max-width: 950px;
}
.about-page .about-1 .about-img {
  margin-top: 12px;
  position: relative;
}
.about-page .about-1 .about-img::after {
  position: absolute;
  content: "";
  width: 402px;
  height: 389px;
  background: url(about-after.png) no-repeat 100% 100%;
  left: -92px;
  top: -112px;
}
.about-page .about-1 .about-img .aboutIconBox {
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 86%;
  padding: 0 20px;
}
.about-page .about-1 .about-img .aboutIconBox .swiper-slide {
  height: 100px;
  padding: 15px 10px;
  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;
}

.about-page .about-1 .about-img .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .about-img .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-1 .about-img .play:after,
.about-page .about-1 .about-img .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: #115740;
  opacity: .3;
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-1 .about-img .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}


.about-page .about-1 .text {
  line-height: 2;
  color: #858585;
  margin-top: 30px;
}
.about-page .about-1 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;
}
.about-page .about-1 ul li {
  padding: 15px 37px 5px 90px;
  position: relative;
  background: url(a-icon.png) no-repeat left center;
}
.about-page .about-1 ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: url(xian.png) no-repeat center center;
  right: 0;
  top: 0;
}
.about-page .about-1 ul li:last-child {
  padding: 15px 0 5px 90px;
}
.about-page .about-1 ul li:last-child::after {
  display: none;
}
.about-page .about-1 ul li em {
  font-size: 40px;
  line-height: .9;
  color: #115740;
  font-family: 'HelveticaLT-Bold';
}
.about-page .about-1 ul li p {
  font-size: 16px;
  color: #545252;
}
.about-page .about-1 ul li:nth-child(1){
  background: url(a-icon-1.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(2){
  background: url(a-icon-2.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(3){
  background: url(a-icon-3.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(4){
  background: url(a-icon-4.png) no-repeat left center;
}
.about-page .about-2 {
  padding: 95px 0 78px;
  background: url(about-2-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .about-2 .top h2 {
  color: #fff;
}
.about-page .about-2 .top p {
  color: rgba(250, 250, 250, 0.8);
  line-height: 1.6;
  margin: 25px auto 0;
  max-width: 1051px;
}
.about-page .about-2 .FeaturedBox {
  margin-top: 70px;
}
.about-page .about-2 .FeaturedBox .swiper-container {
  overflow: inherit;
}
.about-page .about-2 .FeaturedBox .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}
.about-page .about-2 .FeaturedBox .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .about-2 .FeaturedBox .swiper-slide a img {
  width: 100%;
}
.about-page .about-2 .FeaturedBox .swiper-slide a h4 {
  font-size: 40px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'HelveticaLT-Bold';
  position: absolute;
  width: 100%;
  padding: 20px 10px;
  text-align: right;
  bottom: 0;
  left: 0;
}
.about-page .about-2 .FeaturedBox .scrollbar {
  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;
  margin-top: 95px;
}
.about-page .about-2 .FeaturedBox .scrollbar .swiper-scrollbar {
  height: 1px;
  width: 380px;
  background: #959595;
}
.about-page .about-2 .FeaturedBox .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
  background: #115740;
}
.about-page .about-3 {
  padding: 100px 0 100px;
}
.about-page .about-3 .top h2 {
  color: #000;
}
.about-page .about-3 .offerBox .swiper-container {
  padding: 85px 20px 0;
}
.about-page .about-3 .offerBox .swiper-slide:hover span {
  background: url(offer-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:hover span::after {
  opacity: 1;
}
.about-page .about-3 .offerBox .swiper-slide:hover h4 {
  color: #115740;
}
.about-page .about-3 .offerBox .swiper-slide span {
  width: 72px;
  height: 73px;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .offerBox .swiper-slide span::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #115740;
  left: -10px;
  top: -10px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .offerBox .swiper-slide h4 {
  font-size: 24px;
  line-height: 2;
  color: #000000;
  font-family: 'HelveticaLT-Bold';
  margin: 24px 0 12px;
  text-transform: uppercase;
}
.about-page .about-3 .offerBox .swiper-slide p {
  line-height: 2;
  color: #949393;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(1) span{
  background: url(offer-1.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(1):hover span{
  background: url(offer-1-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(2) span{
  background: url(offer-2.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(2):hover span{
  background: url(offer-2-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(3) span{
  background: url(offer-3.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(3):hover span{
  background: url(offer-3-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(4) span{
  background: url(offer-4.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(4):hover span{
  background: url(offer-4-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(5) span{
  background: url(offer-5.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(5):hover span{
  background: url(offer-5-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(6) span{
  background: url(offer-6.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(6):hover span{
  background: url(offer-6-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(7) span{
  background: url(offer-7.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(7):hover span{
  background: url(offer-7-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(8) span{
  background: url(offer-8.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(8):hover span{
  background: url(offer-8-h.png) no-repeat center center;
}
.about-page .about-4 {
  position: relative;
}


.about-page .about-4 > img {
  width: 100%;
}
.about-page .about-4 .about-4-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.about-page .about-4 .about-4-box .content {
  max-width: 525px;
  margin: 0 0 0 auto;
}
.about-page .about-4 .about-4-box .content .top {
  margin-bottom: 28px;
}
.about-page .about-4 .about-4-box .content .top h2 {
  color: #fff;
  margin-top: 25px;
}
.about-page .about-4 .about-4-box .content p {
  color: #fff;
  line-height: 2;
  max-width: 470px;
}
.about-page .about-4 .about-4-box .content .more {
  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: 18px;
  line-height: 1;
  color: #ffffff;
  margin-top: 65px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .about-4 .about-4-box .content .more:hover {
  color: #115740;
}
.about-page .about-4 .about-4-box .content .more:hover img {
  margin-left: 25px;
}
.about-page .about-4 .about-4-box .content .more img {
  margin-left: 15px;
}
.about-page .about-5 {
  padding: 115px 0 0;
}
.about-page .about-5 .top h2 {
  color: #000;
  max-width: 578px;
  margin: 0 auto;
  line-height: 1.1;
}
.about-page .about-5 .top p {
  font-size: 16px;
  line-height: 1;
  color: #9a9a9a;
  margin-top: 15px;
}
.about-page .about-5 .world {
  margin: 85px 0 70px;
}
.about-page .about-6 {
  /*padding: 110px 0 100px;
  background: #115740;*/
}
.about-page .about-6 .partnerBox {
  margin: 0 auto;
  max-width: 1650px;
  padding: 0 15px;
}
.about-page .about-6 .partnerBox .swiper-slide {
  text-align: center;
  padding: 0 10px;
  background: url(partner-bg.png) no-repeat right center;
}


.about-page .about-history{
  background: url(about-history-bg.jpg)no-repeat center;
  background-size: cover;
  padding: 120px 0;
}
.about-page .about-history .list ul {
    margin: -10px -80px;
}
.about-page .about-history .list ul .slick-list {
    overflow: unset;
}
.about-page .about-history .list ul li {
    padding: 10px 80px;
    text-align: center;
    position: relative;
}
.about-page .about-history .list ul li:after {
    content: '';
    width: 60%;
    left: 70%;
    border-bottom: 2px black dotted;
    position: absolute;
    top: 30px;
}
.about-page .about-history .list ul li h4 {
    font-size: 45px;
    color: #115740;
    line-height: 1;
    font-family: 'HelveticaLT-Bold';
}
.about-page .about-history .list ul li h6 {
    font-size: 24px;
    color: #181818;
    margin: 20px 0 5px;
    line-height: 1;
}
.about-page .about-history .list ul li p {
    color: #656565;
    line-height: 2;
    width: 300px;
    margin-left: -25px;
}
.about-page .about-history .list ul .slick-slide .box2 {
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-history .list ul .slick-slide.slick-active .box2 {
    opacity: 1;
}



@media screen and (max-width:1200px){
  .about-page .about-4 .about-4-box .content{
    max-width: 420px;
  }
}
@media screen and (max-width:1000px){
  .inner-page .top h2{
    font-size: 30px;
    line-height: 1.5;
  }

  .about-page .about-1 .about-img::after{
    display: none;
  }

  .about-page .about-1 ul{
    flex-wrap: wrap;
  }
  .about-page .about-1 ul li{
    width: 50%;
    margin-bottom: 20px;
  }
  .about-page .about-1 .about-img .aboutIconBox .swiper-slide{
    height: 80px;
  }
  .about-page .about-4 .about-4-box .content {
      max-width: 100%;
  }.about-page .about-4 .about-4-box .content p{
    max-width: 100%;
  }
  .about-page .about-1 ul li:after{
    display: none;
  }
  .about-page .about-1 ul li p{
    font-size: 14px;
  }
  .about-page .about-1 ul li em{
    font-size: 24px;
  }
}
@media screen and (max-width:700px){
  .about-page .about-4{
    background: url(about-4.jpg) no-repeat center center;
    background-size: cover; 
  }
  .about-page .about-4>img{
    display: none;
  }
  .about-page .about-4 .about-4-box{

    padding: 20px 0;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0); 
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width:500px){
  .about-page .about-1 ul li{
    width: 100%;
  }
  .about-page .about-4 .about-4-box .content .more{
    font-size: 14px;
  }
}
/* end */


/* contact */
.contact-page .contact-1 {
  padding: 100px 0 80px;
}
.contact-page .contact-1 .list ul {
  margin: -8px;
}
.contact-page .contact-1 .list ul li {
  padding: 8px;
}
.contact-page .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
}
.contact-page .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #115740;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #115740;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 21px;
  line-height: 1;
  padding: 25px 0 15px;
  font-family: 'HelveticaLT-Bold';
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  min-height: 100px;
}
.contact-page .contact-2 .left {
  width: 28%;
  vertical-align: middle;
}
.contact-page .contact-2 .left .img {
  position: relative;
}
.contact-page .contact-2 .left .img .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 30px;
  color: white;
  text-align: left;
}
.contact-page .contact-2 .left .img .text h5 {
  font-family: 'HelveticaLT-Bold';
  font-size: 22px;
}
.contact-page .contact-2 .left .img .text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0;
}
.contact-page .contact-2 .left .img .text a.more {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  padding: 0 30px;
  border: 1px solid white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .left .img .text a.more:hover {
  background: white;
  color: black;
}
.contact-page .contact-2 .right {
  width: 72%;
  padding-left: 30px;
  vertical-align: middle;
}
.contact-page .contact-2 .right h3 {
  font-size: 50px;
  font-family: 'HelveticaLT-Bold';
}
.contact-page .contact-2 .right .form {
  margin-top: 30px;
}
.contact-page .map {
  margin-top: 80px;
}


.contact-page .form ul {
  margin: -10px;
}
.contact-page .form ul li {
  padding: 10px;
}
.contact-page .form ul li input,
.contact-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .form ul li input:focus,
.contact-page .form ul li textarea:focus {
  border-color: #115740;
}
.contact-page .form ul li textarea {
  height: 120px;
}
.contact-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-family: 'HelveticaLT-Bold';
}
.contact-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: #115740;
  border-color: #115740;
}
.contact-page .form ul li.wid-100 {
  width: 100%;
}


@media screen and (max-width:1200px){
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .list ul li .box h5 {
    font-size: 18px;
  }
  .contact-page .contact-1 .list ul li .box p {
    font-size: 14px;
    line-height: 2;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 28px;
  }
  .contact-page .contact-2 .left .img .text {
    padding: 0 15px;
  }
  .contact-page .contact-2 .left .img .text p {
    font-size: 14px;
  }
  .contact-page .contact-2 .right .form {
    margin-top: 10px;
  }

  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 10px 15px;
  }
}
@media screen and (max-width:1000px){
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .left {
    display: none;
  }
  .contact-page .map {
    margin-top: 50px;
  }
}
@media screen and (max-width:700px){
  .contact-page .contact-2 .right h3 {
    font-size: 24px;
  }
}
@media screen and (max-width:500px){
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
}
/* end */



/* culture */
@font-face {
  font-family: 'Nucleo';
  src: url('../fonts/Nucleo.eot') format('eot'), url('../fonts/Nucleo.woff2') format('woff2'), url('../fonts/Nucleo.woff') format('woff'), url('../fonts/Nucleo.ttf') format('truetype');
}

.inner-page h3.title{
   font-size: 40px;
  line-height: 2;
  font-family: 'HelveticaLT-Bold';
}
.inner-page h3.title em{
  color: #115740;
}


.culture-page .about-1 .text {
  padding-right: 80px;
  vertical-align: middle;
}
.culture-page .about-1 .text h3 {
  /*font-size: 1.35*20px;*/
  line-height: 1.3;
}
.culture-page .about-1 .text .con {
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
}
.culture-page .about-1 .text .con p:first-child {
  margin-bottom: 15px;
}
.culture-page .about-1 .text dl {
  margin: 15px 0 30px;
}
.culture-page .about-1 .text dl dd i {
  display: inline-block;
  color: #115740;
  font-size: 20px;
  margin-top: 5px;
}
.culture-page .about-1 .text dl dd span {
  display: inline-block;
  padding-left: 15px;
  font-size: 16px;
  line-height: 2;
  width: 90%;
}
.culture-page .about-1 .text .line-dec {
  position: relative;
  height: 1px;
  background: #eee;
  margin-top: 20px;
  margin-bottom: 20px;
}
.culture-page .about-1 .text .line-dec::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 40px;
  background: #115740;
}
.culture-page .about-1 .text .about-bottom {
  margin: 30px 0;
}
.culture-page .about-1 .text .about-bottom .image.about-signature {
  margin-right: 40px;
  width: 80px;
}
.culture-page .about-1 .text .about-bottom .about-name {
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
}
.culture-page .about-1 .text .about-bottom .about-rol {
  color: #555;
  font-size: 14px;
  line-height: 2;
}
.culture-page .about-1 .img {
  position: relative;
  vertical-align: middle;
}
.culture-page .about-1 .img::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: 50%;
  bottom: 50%;
  z-index: 1;
  background: #115740;
}
.culture-page .about-1 .img img {
  position: relative;
  z-index: 10;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.culture-page .about-1 .img .about-img-hotifer {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 260px;
  padding: 30px 16px;
  z-index: 11;
  border-radius: 2px;
  text-align: left;
  background: #115740;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
.culture-page .about-1 .img .about-img-hotifer::before {
  font-family: 'Nucleo';
  content: "\ea44";
  bottom: 15px;
  right: 20px;
  position: absolute;
  color: rgba(255, 255, 255, 0.3);
  font-size: 35px;
  font-weight: normal;
}
.culture-page .about-1 .img .about-img-hotifer p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
  text-align: left;
}
.culture-page .about-1 .img .about-img-hotifer .icon {
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 39px;
  height: 32px;
}
.culture-page .about-1 .img .about-img-hotifer .icon svg {
  fill: rgba(255, 255, 255, 0.3);
  vertical-align: middle;
  display: inline-block;
}
.culture-page .about-1 .img:hover img {
  transform: scale(0.98);
  -webkit-transform: scale(0.98);
  -o-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -moz-transform: scale(0.98);
}
.culture-page .about-2 {
  background: url(about-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 120px 0 60px;
  color: #fff;
  margin-top: 80px;
}
.culture-page .about-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.culture-page .about-2 .left {
  text-align: center;
}
.culture-page .about-2 .left .play {
  display: inline-block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  text-align: center;
  line-height: 85px;
  background: rgba(242, 97, 34, 0.8);
  position: relative;
  z-index: 1;
}
.culture-page .about-2 .left .play i {
  font-size: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.culture-page .about-2 .left .play::before,
.culture-page .about-2 .left .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(242, 97, 34, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.culture-page .about-2 .left .play::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.culture-page .about-2 .left .cont h6 {
  position: relative;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0px;
}
.culture-page .about-2 .left .cont h6::before {
  content: '';
  width: 40px;
  height: 1px;
  background: #115740;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.culture-page .about-2 .left .cont h4 {
  font-size: 26px;
  line-height: 1.8;
  font-family: 'HelveticaLT-Bold';
  color: #fff;
  margin-bottom: 0px;
}
.culture-page .about-2 .left .cont p {
  font-size: 16px;
  line-height: 2;
}
.culture-page .about-3 {
  background: #f5f5f5;
  padding: 120px 0;
}
.culture-page .about-3 .header span {
  font-size: 16px;
  color: #555;
  position: relative;
  margin-bottom: 0px;
  padding-left: 50px;
}
.culture-page .about-3 .header span::after {
  content: '';
  width: 40px;
  height: 1px;
  background: #115740;
  position: absolute;
  left: 0;
  top: 50%;
}
.culture-page .about-3 .header h3 {
  font-size: 50px;
  font-family: 'HelveticaLT-Bold';
  line-height: 1.1;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.culture-page .about-3 .header h3 em {
  color: #115740;
}
.culture-page .about-3 .info ul {
  margin-right: -24px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.culture-page .about-3 .info ul li {
  padding-right: 24px;
  margin-bottom: 30px;
}
.culture-page .about-3 .info .single-facility {
  background: #fff;
  padding: 40px 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  line-height: 1;
  height: 100%;
}
.culture-page .about-3 .info .single-facility h5 {
  font-size: 24px;
  color: #000;
  line-height: 2;
  margin-bottom: 10px;
}
.culture-page .about-3 .info .single-facility span {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #115740;
  padding: 10px;
}
.culture-page .about-3 .info .single-facility p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height:2;
}
.culture-page .about-3 .info .single-facility .facility-shape {
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  bottom: 60px;
  left: 90px;
}
.culture-page .about-3 .info .single-facility .facility-shape span {
  font-size: 140px;
  color: #ccc;
  background: transparent;
}
.culture-page .about-3 .info .single-facility:hover h5 {
  color: #115740;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.culture-page .about-3 .info .single-facility:hover span {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.culture-page .about-4 {
  background: url(about-bg1-1.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 120px 0;
  color: #fff;
}
.culture-page .about-4::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.culture-page .about-4 ul li .item.text-center {
  text-align: center;
}
.culture-page .about-4 ul li .item .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 50%;
  border: 7px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.culture-page .about-4 ul li .item .icon span,
.culture-page .about-4 ul li .item .icon i {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  line-height: 80px;
  border-radius: 50%;
  background: #115740;
}
.culture-page .about-4 ul li .item .icon .back {
  background: #fff;
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
  color: #115740;
}
.culture-page .about-4 ul li .item h3 {
  margin-bottom: 5px;
  font-size: 36px;
  line-height: 1.6;
  font-family: 'HelveticaLT-Bold';
}
.culture-page .about-4 ul li .item h6 {
  font-size: 20px;
  line-height: 1.8;
  font-family: 'HelveticaLT-Bold';
}
.culture-page .about-4 ul li .item h6 span {
  font-size: 14px;
  color: #115740;
  margin-right: 10px;
}
.culture-page .about-4 ul li .item:hover .icon .front {
  -webkit-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.culture-page .about-4 ul li .item:hover .icon .back {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.culture-page .p11-team {
  padding: 90px 0;
}
.culture-page .p11-team .mml-row {
  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;
  padding: 0;
}
.culture-page .p11-team .titles {
  max-width: 568px;
  width: 32%;
}
.culture-page .p11-team .titles h3.title {
  font-size: 34px;
  font-family: 'HelveticaLT-Bold';
  line-height: 1.6;
}
.culture-page .p11-team .titles .desc {
  margin-top: 20px;
}
.culture-page .p11-team .titles .desc p {
  font-size: 18px;
  line-height: 2;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.culture-page .p11-team .titles h3 {
  color: #292d31;
  margin-bottom: 20px;
}
.culture-page .p11-team .item-wrap {
  width: 63%;
  margin: -10px;
}
.culture-page .p11-team .item-wrap .item {
  padding: 10px 15px;
  margin: 10px 15px;
  /*border: #115740 solid 3px;*/
}
.culture-page .p11-team .item-wrap .item p {
  color: #051321;
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
}
.culture-page #cta {
  position: relative;
}
.culture-page #cta::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  content: '';
  display: block;
  background-color: #051026;
}
.culture-page #cta .cta-content {
  width: 100%;
  /*max-width: 1760px;*/
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#115740), to(#f35d2e));
  background-image: -webkit-linear-gradient(left, #115740 0%, #f35d2e 100%);
  background-image: -moz-linear-gradient(left, #115740 0%, #f35d2e 100%);
  background-image: linear-gradient(90deg, #115740 0%, #f35d2e 100%);
}
.culture-page #cta .cta-content .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  padding: 65px 0;
}
.culture-page #cta .cta-content .content-wrap h2 {
  font-family: 'HelveticaLT-Bold';
  font-style: normal;
  font-size: 34px;
  line-height: 1.4;
  color: #fff;
  margin: 10px 0;
}
.culture-page #cta .cta-content .content-wrap p {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}
.culture-page #cta .cta-content .content-wrap .mml-text {
  max-width: 750px;
}
.culture-page #cta .cta-content .content-wrap .btn {
  margin: 10px 0;
}
.culture-page #cta .cta-content .content-wrap .btn a {
  position: relative;
  display: inline-block;
  /* font-style: normal; */
  font-family: 'HelveticaLT-Bold';
  line-height: 1.6;
  font-size: 24px;
  text-align: center;
  padding: 16px 29px;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  border: 2px solid transparent;
}
.culture-page #cta .cta-content .content-wrap .btn a.white {
  background-color: #fff;
  color: #115740;
  font-family: 'HelveticaLT-Bold';
}
.culture-page #cta .cta-content .content-wrap .btn a.white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .culture-page .about-1 .text {
    width: 100%;
    padding-right: 0;
  }
  .culture-page .about-1 .img {
    width: 100%;
    padding-top: 40px;
  }
  .culture-page .about-2 .left {
    margin: 0 20% 0 auto;
  }
  #cta h2 {
    font-size: 36px;
  }
  .culture-page .about-3 .info ul li {
    width: 50%;
  }
  .culture-page .about-4 ul li {
    width: 25% !important;
  }
  .culture-page .about-4 ul li .item h6 {
    font-size: 16px;
  }
  .culture-page .p11-team .mml-row {
    display: block;
  }
  .culture-page .p11-team .mml-row .title {
    width: 100%;
    max-width: 100%;
  }
  .culture-page .p11-team .mml-row .item-wrap {
    width: 100%;
    margin-top: 40px;
  }
  .culture-page .about-3 .info .single-facility {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 700px) {
  .culture-page .about-1 .text h3 {
    font-size: 20px;
    line-height: 2;
  }
  .inner-banner.single .box h2 {
    display: none!important;
  }
  .culture-page .about-2 {
    display: none;
  }
  .culture-page .about-3 .info ul {
    margin-right: 0;
  }
  .culture-page .about-3 .info ul li {
    width: 100%;
    padding-right: 0;
  }
  .culture-page .about-4 {
    display: none;
  }
  .culture-page .p11-team .titles .desc p {
    font-size: 16px;
    line-height: 2;
  }
  .culture-page .p11-team .titles {
    max-width: 100%;
    width: 100%;
  }
  #cta h2 {
    font-size: 30px;
    line-height: 1.5;
    max-width: unset;
  }
  #cta .content-wrap {
    padding: 50px 0;
  }
  .culture-page #cta .cta-content .content-wrap p {
    font-size: 16px;
    line-height: 2;
  }
  .culture-page #cta .cta-content .content-wrap .btn a {
    font-size: 16px;
    padding: 8px 15px;
  }
}
/* end */


/* strength */
.production-sec .pur-sec {
  padding: 60px 0;
}
.production-sec .pur-sec .mml-row {
  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;
}
.production-sec .pur-sec .mml-row .text-wrap {
  width: 50%;
  max-width: 800px;
  padding-top: 90px;
}
.production-sec .pur-sec .mml-row .text-wrap h2 {
  font-family: 'HelveticaLT-Bold';
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .text-wrap p {
  font-size: 18px;
  line-height: 2;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .img-wrap {
  width: 46%;
  max-width: 760px;
}
.production-sec .fig-sec {
  padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.production-sec .fig-sec .mml-row h2 {
  font-family: 'HelveticaLT-Bold';
  font-style: normal;
  font-size: 48px;
  line-height: 1.2;
  color: #115740;
  margin-bottom: 6px;
  width: 40%;
}
.production-sec .fig-sec .mml-row ul {
  width: 60%;
  max-width: 760px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px 0px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec .mml-row ul li {
  max-width: 193px;
  text-align: center;
}
.production-sec .fig-sec .mml-row ul li .nums {
  font-family: 'HelveticaLT-Bold';
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: #115740;
}
.production-sec .fig-sec .mml-row ul li p {
  font-family: 'HelveticaLT-Bold';
  font-size: 18px;
  line-height: 32px;
  color: #282828;
  margin-bottom: 0px;
  margin-top: 10px;
}
.production-sec .prints-sec {
  padding-bottom: 80px;
}
.production-sec .prints-sec .mml-row {
  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;
}
.production-sec .prints-sec .mml-row .img-wrap {
  width: 46%;
  /*max-width: 500px;*/
}
.production-sec .prints-sec .mml-row .text-wrap {
  width: 50%;
  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;
  max-width: 760px;
}
.production-sec .prints-sec .mml-row .text-wrap .text h2 {
  margin-bottom: 25px;
  font-family: 'HelveticaLT-Bold';
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text p {
  font-size: 18px;
  line-height: 2;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li {
  padding: 25px 0px;
  font-style: normal;
  font-size: 14px;
  color: #888;
  border-bottom: 1px solid #d2d2d2;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 44px;
  color: #303030;
  margin-bottom: 10px;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
  margin-bottom: 0px;
}
.production-sec .proto-sec h2 {
  font-family: 'HelveticaLT-Bold';
  font-style: normal;
  color: #000;
  font-size: 40px;
  line-height: 1.2;
  margin: 40px;
  text-align: center;
}
.production-sec .proto-sec ul {
  font-size: 0;
  margin: -15px;
}
.production-sec .proto-sec ul li {
  display: inline-block;
  width: 25%;
  padding: 15px;
}
.production-sec .proto-sec ul li img {
  display: block;
  max-width: 100%;
}
.production-sec .proto-sec h4 {
  font-family: 'HelveticaLT-Bold';
  font-style: normal;
  font-size: 40px;
  color: #242424;
  text-align: center;
}
.production-sec .proto-sec p {
  font-style: normal;
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-bottom: 0px;
}
.production-sec .p11-milestone {
  padding: 65px 0;
  background-color: whitesmoke;
}
.production-sec .p11-milestone .text h2 {
  font-family: 'HelveticaLT-Bold';
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .p11-milestone .title {
  margin-bottom: 40px;
}
.production-sec .p11-milestone .list ul {
  margin: -15px;
}
.production-sec .p11-milestone .list ul li {
  padding: 15px;
}
.production-sec .p11-milestone .galaxy {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.production-sec .p11-milestone .track {
  position: absolute;
  left: 0;
  top: 50%;
  margin-right: 200px;
  height: 5px;
  width: 1600px;
  -webkit-transform: translate3d(0, -2.5px, 0);
  -moz-transform: translate3d(0, -2.5px, 0);
  transform: translate3d(0, -2.5px, 0);
  will-change: transform;
}
.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.production-sec .p11-milestone .comet {
  position: relative;
  width: 0;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#115740), color-stop(50%, #f35d2e), to(#f25743));
  background-image: -webkit-linear-gradient(left, #115740 0%, #f35d2e 50%, #f25743 100%);
  background-image: -moz-linear-gradient(left, #115740 0%, #f35d2e 50%, #f25743 100%);
  background-image: linear-gradient(90deg, #115740 0%, #f35d2e 50%, #f25743 100%);
}
.production-sec .p11-milestone .comet::after {
  content: '\20';
  position: absolute;
  z-index: 3;
  right: -6px;
  top: -3px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 80px #fff;
  box-shadow: 0 0 80px #fff;
}
.production-sec .p11-milestone .historys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 260px;
}
.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys time {
  font-style: normal;
  color: #242424;
  font-size: 24px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text p {
  font-style: normal;
  color: #242424;
  font-size: 16px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text .pic {
  max-width: 400px;
  max-height: 250px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.production-sec .p11-milestone .historys > li {
  position: relative;
  width: 400px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time {
  bottom: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(even) .text {
  top: 1000%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time {
  top: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) .text {
  bottom: 1000%;
}
.production-sec .p11-milestone .historys > li.mml-show {
  opacity: 1;
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(even) .text {
  -webkit-transform: translate(0, 12px);
  -moz-transform: translate(0, 12px);
  -ms-transform: translate(0, 12px);
  transform: translate(0, 12px);
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(odd) .text {
  -webkit-transform: translate(0, -12px);
  -moz-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
}
.production-sec .p11-milestone .historys > li::before {
  content: '\20';
  position: absolute;
  left: 50%;
  top: 0;
  margin: -3px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #115740;
}
.production-sec .team-img {
  text-align: center;
}
.production-sec .team-img .text h2 {
  font-family: 'HelveticaLT-Bold';
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (max-width: 1500px) {
  .prints-sec .img-wrap {
    width: 35%;
  }
  .prints-sec .text-wrap {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .text.mod-1 h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px !important;
    padding-top: 10px !important;
  }
  .production-sec .fig-sec h2 {
    font-size: 30px;
  }
  .production-sec .prints-sec .mml-row .img-wrap {
    width: 45%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 50%;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .production-sec .pur-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec .mml-row ul {
    width: 100%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 100%;
  }
  .production-sec .pur-sec .container .text-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .production-sec .pur-sec .container .img-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .production-sec .fig-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .production-sec .fig-sec ul {
    width: 100%;
    max-width: 100%;
  }
  .prints-sec .img-wrap {
    display: none;
  }
  .prints-sec .text-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .production-sec .pur-sec {
    padding: 20px 0 !important;
  }
  .production-sec .fig-sec ul {
    display: block;
  }
  .production-sec .fig-sec ul li {
    max-width: 100%;
    padding: 20px 0;
  }
  .production-sec .fig-sec {
    display: none;
  }
  .production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 14px;
    line-height: 2;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 14px;
    line-height: 2;
  }
}
/* end */


/* product */
.product-page {
  background: #f5f5f5;
  overflow: hidden;
}
.product-page .sideright .top {
  width: 100%;
  /*width: 45%;*/
}
.product-page .sideright .top h3,
.product-page .sideright .top h1 {
  font-size: 26px;
  line-height: 1.6;
}
.product-page .sideright .top h3 em {
  color: #115740;
  font-family: 'HelveticaLT-Bold';
}
.product-page .sideright .top .desc {
  margin-top: 10px;
  line-height: 2;
  max-height: 15em;
  overflow-y: auto;
}
.product-page .sideright .list {
  margin-top: 50px;
}
.product-page .sideright .list ul {
  margin: 0 -60px -48px 0;
}
.product-page .sideright .list ul li {
  padding: 0 60px 48px 0;
}
.product-page .sideright .list ul li .box {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: block;
}
.product-page .sideright .list ul li .box i {
  position: absolute;
  z-index: 1;
  background: #115740;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
.product-page .sideright .list ul li .box i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.product-page .sideright .list ul li .box i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.product-page .sideright .list ul li .box i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.product-page .sideright .list ul li .box i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.product-page .sideright .list ul li .box .img {
  width: 100%;
  background: #fff;
}
.product-page .sideright .list ul li .box .text {
  padding: 29px 26px 26px;
}
.product-page .sideright .list ul li .box .text h4 {
  font-size: 18px;
  line-height: 1.8;
  font-family: 'HelveticaLT-Bold';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sideright .list ul li .box .text p {
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.product-page .sideright .list ul li .box:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.product-page .sideright .list ul li .box:hover i.ie2 {
  height: 100%;
  top: 0;
}
.product-page .sideright .list ul li .box:hover i.ie3 {
  width: 100%;
  left: 0;
}
.product-page .sideright .list ul li .box:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
.product-page #index-body {
  background: #fff;
}
@media screen and (max-width: 1366px) {
  .product-page .sideright .list ul li {
    width: 50%;
  }

}
@media screen and (max-width: 700px) {
  .product-page .sideright .top {
    width: 100%;
  }
  .product-page .sideright .top .desc {
    font-size: 14px;
    line-height: 2;
  }
  .product-page .sideright .list ul li {
    width: 100%;
  }
}

/* end */


/* sidebox */
.inner-page .sidebox {
  padding: 120px 0;
}
.inner-page .sidebox .sideleft {
  width: 30%;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #115740;
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.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-family: 'HelveticaLT-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: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: #115740;
}
.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 a.active {
  color: #115740;
}
.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 .txt {
  margin-left: 115px;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0;
}
.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: 15px;
  font-size: 16px;
  line-height: 2;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="text"]{
  height: 40px;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: #115740;
  color: #fff;
  font-size: 18px;
  font-family: 'HelveticaLT-Bold';
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 70%;
  padding: 0 10px 50px 50px;
}
.ap-page {
  padding: 80px 0;
  background: #f5f5f5;
}
.ap-page .ap-top {
  position: relative;
  -webkit-transition: -webkit-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), -webkit-box-shadow 0.3s;
  -moz-transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s, -moz-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1);
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s, -webkit-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), -moz-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), -webkit-box-shadow 0.3s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 80000px;
  -moz-perspective: 80000px;
  perspective: 80000px;
}
.ap-page .ap-top .img {
  -webkit-transition: -webkit-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), -webkit-box-shadow 0.3s;
  -moz-transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s, -moz-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1);
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s, -webkit-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), -moz-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), -webkit-box-shadow 0.3s;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.ap-page .ap-top .img img {
  width: 100%;
}
.ap-page .ap-top .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.ap-page .ap-top h6 {
  padding: 0 32px 14px;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 32px;
  left: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
}
.ap-page .ap-top h6::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 40px;
  background-color: #fff;
}
.ap-page .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 32px;
  bottom: 32px;
  color: #fff;
  z-index: 10;
}
.ap-page .ap-top .desc h2 {
  font-size: 24px;
  font-family: 'HelveticaLT-Bold';
  line-height: 1.6;
}
.ap-page .ap-top .desc p {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.55);
}
.ap-page .ap-top:hover .img {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}
.ap-page .ap-bottom {
  font-size: 16px;
  line-height: 2;
}
.ap-page .ap-bottom h6 {
  font-size: 34px;
  line-height: 1.6;
  color: #002E42;
  text-transform: capitalize;
  font-family: 'HelveticaLT-Bold';
}
.ap-page .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.ap-page .ap-bottom .con p {
  margin-bottom: 15px;
}
.ap-page .ap-bottom .bottom2 {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}
.ap-page .ap-bottom .bottom2 dl {
  margin-top: 30px;
}
.ap-page .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-bottom: 20px;
}
.ap-page .ap-bottom .bottom3 {
  margin-top: 30px;
}
.ap-page .ap-bottom .bottom3 ul {
  margin-top: 30px;
}
.ap-page .ap-bottom .bottom3 ul li {
  margin-bottom: 30px;
}
.ap-page .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002E42;
  font-family: 'HelveticaLT-Bold';
  line-height: 2;
  padding: 16px 24px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ap-page .ap-bottom .bottom3 ul li h4::after {
  content: "\f107";
  position: absolute;
  top: 0.8em;
  right: 1.5em;
  font-size: 20px;
  font-family: fontAwesome;
}
.ap-page .ap-bottom .bottom3 ul li .desc {
  padding: 32px 40px 16px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #002E42;
  display: none;
}
.ap-page .ap-bottom .bottom3 ul li.active h4 {
  background: #115740;
  color: #fff;
}
.ap-page .ap-bottom .bottom3 ul li.active h4::after {
  content: "\f106";
}
.ap-page .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li .txt {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox{
    padding: 60px 0;
  }
  .product-page .sideright .top h1 {
    display: none!important;
}
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .ap-page .ap-top .img img {
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .ap-page .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ap-page .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8;
  }
  .ap-page .ap-bottom .bottom3 ul li h4::after {
    right: 0.5em;
  }
}
/* end */


/* prodet */
.prodet-page {
  background: #f5f5f5;
}
.prodet-page .product-box .prodet-1 .left {
  width: 50%;
}
.prodet-page .product-box .prodet-1 .left .swiper {
  overflow: hidden;
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide {
  border: #ccc solid 1px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 15px;
  width: 50%;
}
.prodet-page .product-box .prodet-1 .right .title {
  font-size: 28px;
  line-height: 1.6;
  font-family: 'HelveticaLT-Bold';
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .text {
  margin: 30px 0;
  font-size: 16px;
  line-height: 2;
  max-height: 25em;
  overflow: auto;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 2;
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #115740;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  color: #115740;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
  background: #115740;
  color: white;
  padding: 0 35px;
  font-size: 20px;
  margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
  line-height: 2;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #fff;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #115740;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret ul li {
  display: none;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 2;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(1) {
  background: #949494 !important;
  color: #fff;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}
.prodet-page .product-box .prodet-2 .ret form {
  margin-top: 50px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: #ccc 0 0 10px 0;
  box-shadow: #ccc 0 0 10px 0;
}
.prodet-page .product-box .prodet-2 .ret 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 .product-box .prodet-2 .ret form ul li {
  margin-top: 10px;
  width: 48%;
  display: inline-block;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) {
  width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) textarea {
  width: 100%;
  border: #ccc solid 1px;
  padding: 5px;
  font-size: 16px;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) {
  width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input {
  background: #115740;
  color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input:hover {
  background: #000;
}
.prodet-page .product-box .prodet-2 .ret form ul li input {
  padding: 5px;
  border: #ccc solid 1px;
  width: 100%;
  font-size: 16px;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-family: 'HelveticaLT-Bold';
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul .slick-track {
  margin: 0;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  /*padding: 20px 10px;*/
  text-align: center;
  margin-top: 20px;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #115740;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: #115740;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-family: 'HelveticaLT-Bold';
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 2;
  margin: 5px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #115740;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #115740;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #115740;
}
@media screen and (max-width: 1400px) {
  .prodet-page .product-box .prodet-1 .right .text {
    max-height: 12em;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .prodet-page .product-box .prodet-1 .right .title {
    font-size: 24px;
    line-height: 1.8;
  }
}
/* end */


/* news */
.news-page {
  background: #f5f5f5;
}
.news-page .sideright {
  padding: 0 50px 50px 0 !important;
}
.news-page .sideright .list ul {
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
}
.news-page .sideright .list ul li {
  padding-right: 20px;
  margin-bottom: 60px;
}
.news-page .sideright .list ul li .box{
  height: 100%;
  background-color: #fff;
}
.news-page .sideright .list ul li .img {
  position: relative;
}
.news-page .sideright .list ul li .img img {
  width: 100%;
}
.news-page .sideright .list ul li .img .date {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #115740;
  color: #fff;
  padding: 6px 12px;
  text-align: center;
  line-height: 1.5em;
  border-radius: 2px;
}
.news-page .sideright .list ul li .img .date span {
  display: block;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.news-page .sideright .list ul li .img .date i {
  display: block;
  font-size: 24px;
  line-height: 1.8;
  font-style: normal;
  color: #fff;
  font-family: 'HelveticaLT-Bold';
}
.news-page .sideright .list ul li .con {
  padding: 30px;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  -moz-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
  color: #000;
  font-size: 24px;
  font-family: 'HelveticaLT-Bold';
  line-height: 2;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  margin-bottom: 15px;
}
.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
  color: #115740;
}
.news-page .sideright .list ul li .con p {
  color: #555;
  font-size: 16px;
  line-height: 2;
}
.news-page .sideright .list ul li .con i {
  color: #115740;
  font-size: 18px;
}
.news-page .sideright .list ul li .con .divider {
  width: 100%;
  min-height: 1px;
  background-color: rgba(0, 0, 0, 0.04);
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-page .sideright .list ul li .con .news-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  color: #101010;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
}
.news-page .sideright .list ul li .con .news-info .news-info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
  margin-right: 7px;
}
.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.news-page .sideright .list ul li .con a.link-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
}
.news-page .sideright .list ul li .con a.link-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #115740;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.news-page .sideright .list ul li .con a.link-btn:hover::before {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .news-page .sideright {
    padding: 0 0 50px 0 !important;
  }
}
@media screen and (max-width: 700px) {
  .news-page .sideright .list ul {
    margin-right: 0;
  }
  .news-page .sideright .list ul li {
    width: 100%;
    padding-right: 0;
  }
  .news-page .sideright .list ul li .con {
    padding: 20px 10px;
  }
  .news-page .sideright .list ul li .con h5,
  .news-page .sideright .list ul li .con h5 a {
    font-size: 20px;
  }
  .news-page .sideright .list ul li .con p {
    font-size: 14px;
    line-height: 2;
  }
  .news-page .sideright .list ul li .con .news-info .card-news-service-text,
  .news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 14px;
  }
  .news-page .sideright .list ul li .con .news-info .news-info-right {
    font-size: 14px;
  }
}
.newdet-page .section-title2 {
  font-size: 24px;
  font-family: 'HelveticaLT-Bold';
  line-height: 2;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
}
.newdet-page p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  margin-bottom: 15px;
}
.newdet-page blockquote {
  border-left: 7px solid #115740;
  padding: 45px;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}
.newdet-page blockquote p {
  font-family: inherit;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.newdet-page blockquote::before {
  content: '\f10e';
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #000;
}
.newdet-page blockquote a {
  color: inherit;
}
.newdet-page blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 60px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #115740;
  font-weight: 600;
}
.newdet-page blockquote cite::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: #115740;
}
.newdet-page .n-content {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.newdet-page .grid-box {
  margin-right: -12px;
}
.newdet-page .column {
  padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
  padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
  border-radius: 100%;
  width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
  margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
  font-size: 18px;
  color: #000;
  font-family: 'HelveticaLT-Bold';
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 400;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
  color: #115740;
}
.newdet-page .s_link {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  justify-content: left;
}
.newdet-page .s_link .list .img {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .s_link .list .cont {
  margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
  color: #35b7a9;
}
.newdet-page .s_link .list .cont .tip {
  font-size: 16px;
  line-height: 2;
  color: #444;
}
.newdet-page .s_link .list .cont .des {
  color: #000;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  order: -1;
  text-align: right;
}
.newdet-page .news-comment-section {
  padding-top: 60px;
}
.newdet-page .news-comment-section h3 {
  font-size: 28px;
  color: #000;
  font-family: 'HelveticaLT-Bold';
}
.newdet-page .news-comment-section form {
  margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
  padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
  border-bottom-width: 1px;
  border-color: #115740;
}
.newdet-page .news-comment-section form li button {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  /*border-radius: 80px;*/
  background-color: #115740;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  -moz-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
  background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .newdet-page blockquote {
    padding: 20px 10px;
  }
  .newdet-page .grid-box {
    margin-right: 0;
  }
  .newdet-page .column {
    padding: 10px 0;
    width: 100%;
  }
  .newdet-page .column:nth-child(1) {
    padding: 10px 0;
  }
  .newdet-page .news-post-comment-wrap {
    display: block;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-comment {
    text-align: center;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-content {
    margin: 40px 0 0 0;
  }
  .newdet-page .news-comment-section form .column {
    width: 100%;
  }
  .newdet-page .s_link .list {
    width: 100%;
  }
  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }
  .newdet-page .s_link .list {
    padding: 20px 0;
  }
}
/* end */



/* support */
.p06-1-s5 {
    padding-bottom: 160px
}

.p06-1-s5 .mml-row>ul>li {
    margin-top: 167px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 h2 {
    margin-bottom: 30px;
    font-size:40px;
    font-family: 'HelveticaLT-Bold';
       
    color: #363636;
}

.p06-1-s5 p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.8;
}

.p06-1-s5 .img-wrap {
    max-width: 822px;
    width: 54%
}

.p06-1-s5 .text {
    max-width: 593px
}

.p06-1-s5 .swiper-pagination {
    position: absolute;
    margin-top: 0
}

.p06-1-s5 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px
}

@media (max-width:1200px) {
    .p06-1-s2 .small {
        margin-top: 0;
        max-width: 100%
    }

    .p06-1-s4 .text {
        margin: 0
    }
}

@media (max-width:960px) {
    .p06-1-s2 .tab {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s2 .tab li {
        width: calc(50% - 2px);
        margin-bottom: 2px
    }
}

@media (max-width:768px) {
    .p06-1-s1 {
        padding: 40px 0
    }

    .p06-1-s4 .text {
        padding: 10px
    }

    .p06-1-s5 {
        padding-bottom: 40px
    }

    .p06-1-s5 .mml-row>ul>li {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .img-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .img-wrap {
        width: 100%
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
        margin-top: 20px;
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text {
        max-width: 100%;
        text-align: center
    }
}

@media (max-width:540px) {
    .p06-1-s2 .tab li {
        width: 100%
    }
}
/* end */




/*  */
.manufacture-page a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 24px;
  font-size: 18px;
  border: 1px solid #115740;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  overflow: hidden;
  color: #115740;
}
.manufacture-page a.more:hover{
  background: #115740;
  color: #fff;
}
.manufacture-page i.tag {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #115740;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 2;
}
.manufacture-page h2 {
  display: block;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 2;
  font-family: 'HelveticaLT-Bold';
}
.manufacture-page .about-4 h2{
  color: #fff;
}
.manufacture-page .about-1 {
  padding: 140px 0 110px;
  position: relative;
}
.manufacture-page .about-1:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  /*background: url("about2-1-bg.jpg") right top no-repeat;*/
}

.manufacture-page .about-1 .list2 ul{
  margin: -15px;
}

.manufacture-page .about-1 .list2 ul li{
  padding: 15px;
}

.manufacture-page .about-1 .content {
  display: block;
  padding: 25px 0 80px;
  font-size: 16px;
  color: #959595;
  line-height: 30px;
}
.manufacture-page .about-1 .list ul {
  margin: 0 -15px;
  text-align: center;
}
.manufacture-page .about-1 .list ul li {
  position: relative;
  padding: 0 15px;
}
.manufacture-page .about-1 .list ul li:after {
  content: '';
  width: 1px;
  height: 70px;
  background: #bfbfbf;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.manufacture-page .about-1 .list ul li:last-child:after {
  display: none;
}
.manufacture-page .about-1 .list ul li h5 {
  display: block;
  font-size: 73px;
  line-height: 1;
}
.manufacture-page .about-1 .list ul li h5 sub {
  font-size: 30px;
  vertical-align: bottom;
  margin-bottom: 8px;
  display: inline-block;
}
.manufacture-page .about-1 .list ul li p {
  display: block;
  font-size: 24px;
  color: #564f3c;
  line-height: 1;
  margin-top: 10px;
}
@-webkit-keyframes Db {
  0% {
    stroke-dashoffset: 600;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes Db {
  0% {
    stroke-dashoffset: 600;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes Db {
  0% {
    stroke-dashoffset: 600;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.manufacture-page .about-3 {
  padding: 90px 0 100px;
  background: #e7e7e7;
}
.manufacture-page .about-3 .content {
  display: block;
  padding: 25px 0 80px;
  font-size: 16px;
  color: #959595;
  line-height: 30px;
}
.manufacture-page .about-3 .list {
  padding: 60px 0;
  padding-right: 34%;
  margin-right: -14%;
  padding-left: 40px;
  margin-left: -40px;
  overflow: hidden;
}
.manufacture-page .about-3 .list .slick-list {
  overflow: unset;
}
.manufacture-page .about-3 .list ul {
  margin: 0 -12px;
}
.manufacture-page .about-3 .list ul li {
  padding: 0 12px;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacture-page .about-3 .list ul li:hover {
  top: -50px;
}
.manufacture-page .about-3 .list ul li .box {
  display: block;
  -o-box-shadow: 0 3px 43px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 3px 43px rgba(0, 0, 0, 0.09);
  box-shadow: 0 3px 43px rgba(0, 0, 0, 0.09);
  background: white;
  padding: 35px;
}
.manufacture-page .about-3 .list ul li .box p {
  display: block;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 2;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 15;
  min-height: 216px;
}
.manufacture-page .about-3 .list ul li .box .bottom {
  margin-top: 50px;
  position: relative;
}
.manufacture-page .about-3 .list ul li .box .bottom .img {
  width: 50%;
}
.manufacture-page .about-3 .list ul li .box .bottom .img a {
  width: 130px;
  height: 130px;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 40%;
}
.manufacture-page .about-3 .list ul li .box .bottom .img a img {
  width: 100%;
}
.manufacture-page .about-3 .list ul li .box .bottom .text {
  width: 50%;
}
.manufacture-page .about-3 .list ul li .box .bottom .text h6 {
  font-size: 20px;
  text-align: right;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
  font-family: 'HelveticaLT-Bold';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacture-page .about-3 .list ul li .box .bottom .text h6:hover {
  color: #bea973;
}
.manufacture-page .about-3 .list ul li .box .bottom .text time {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #bfbfbf;
}
.manufacture-page .about-3 .list ul li .box .bottom .text time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
.manufacture-page .about-3 .list ul li .box .bottom .text a.more {
  float: right;
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  height: 26px;
  padding: 0 15px;
  border: 1px solid #b1b1b1;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: 15px;
  border-radius: 13px;
  opacity: 0;
  filter: alpha(opacity=100);
}

.manufacture-page .about-4 {
  padding: 80px 0 50px;
  text-align: center;
  background: url("about-4-bg.jpg") center center;
  background-size: cover;
}
.manufacture-page .about-4 .text {
  display: block;
  font-size: 18px;
  color: #585858;
  margin: 10px 0 70px;
}
.manufacture-page .about-5 {
  padding: 120px 0 80px;
}
.manufacture-page .about-5 .left {
  width: 25%;
}
.manufacture-page .about-5 .left .text {
  display: block;
  font-size: 16px;
  color: #717171;
  line-height: 1.4;
  margin: 10px 0 25px;
}
.manufacture-page .about-5 .right {
  width: 75%;
  padding-left: 3%;
}
.manufacture-page .about-5 .right ul {
  margin: -80px -8px;
}
.manufacture-page .about-5 .right ul li {
  padding: 80px 8px;
}
.manufacture-page .about-5 .right ul li a{
  display: block;
  /*border: 1px solid #eee;*/
  padding: 6px;
}
.manufacture-page .about-5 .right ul li img {
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  top: 0;
}
.manufacture-page .about-5 .right ul .slick-active li img {
  top: -30px;
}
.manufacture-page .about-5 .right ul .slick-current li img {
  top: 20px;
}
.manufacture-page .about-5 .right ul .slick-current + div li img {
  top: -40px;
}

@media screen and (max-width: 1500px) {
  .manufacture-page h2{
    font-size: 32px;
  }
  .manufacture-page .about-1 .list ul li h5 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1250px){
  .manufacture-page h2{
    font-size: 28px;
  }
  .manufacture-page i.tag {
    font-size: 14px;
  }
  .manufacture-page .about-3 .list ul li i {
    height: 80px;
    background-size: auto 100%;
  }
  .manufacture-page .about-3 .list ul li h5 {
    font-size: 18px;
  }
  .manufacture-page .about-3 .list ul li p {
    font-size: 14px;
  }
  .manufacture-page .about-3 .list ul li {
    padding: 30px 15px;
  }
  .manufacture-page .about-1 .list ul li h5 {
    font-size: 44px;
  }
  .manufacture-page .about-1 .list ul li p {
    font-size: 18px;
  }
  .manufacture-page .about-1 .list ul li h5 sub {
    font-size: 20px;
  }
  .manufacture-page .about-3 {
    padding: 60px 0;
  }
  .manufacture-page .about-5 .right ul li img {
    top: 0 !important;
  }
  .manufacture-page .about-5 .right ul li {
    padding: 5px;
  }
  .manufacture-page .about-5 .right ul {
    margin: -5px;
  }
  .manufacture-page .about-5 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px){
  .manufacture-page .about-1 {
    padding: 80px 0;
  }
  .manufacture-page .about-1 .content {
    font-size: 16px;
    padding: 20px 0 50px;
  }
  .manufacture-page .about-1 .list ul li h5 {
    font-size: 32px;
  }
  .manufacture-page .about-1 .list ul li p {
    font-size: 14px;
    line-height: 30px;
  }
  .manufacture-page .about-1 .list ul li {
    width: 25%;
  }
  .manufacture-page .about-1 .list ul li h5 sub {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .manufacture-page h2{
    font-size: 24px;
  }

  .manufacture-page .about-3 .content {
    font-size: 16px;
  }
  .manufacture-page .about-3 .list ul li i {
    height: 60px;
  }
  .manufacture-page .about-3 .list ul li {
    width: 50%;
  }
  .manufacture-page .about-3 .list ul li:nth-child(2),
  .manufacture-page .about-3 .list ul li:nth-child(5) {
    top: 0;
  }
  .manufacture-page .about-4 .text {
    font-size: 16px;
    margin: 10px 0 40px;
  }
  .manufacture-page .about-5 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .manufacture-page .about-5 .left {
    width: 100%;
  }
}
@media screen and (max-width: 700px){
   .manufacture-page .about-3 .list ul li {
    width: 100%;
  }
  .manufacture-page .about-1 .list ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .manufacture-page .about-1 .list ul li:nth-child(2):after {
    display: none;
  }
  .manufacture-page .about-1 {
    padding: 50px 0;
  }

  .manufacture-page .about-3 .list ul li p {
    height: auto !important;
  }
}
@media screen and (max-width: 500px){
  .manufacture-page h2{
    font-size: 20px;
    line-height: 36px;
  }
}
/* end */



.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}


.button-group .button{
  background-color: #115740!important;
}



.inner-page .m-page {
  margin-top: 50px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 40px;
  width: 70px;
  font-size: 20px;
  color: #838383;
  border: 1px solid #838383;
  text-align: center;
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span,
.inner-page .m-page a:hover {
  background: #115740;
  color: white;
  border-color: transparent;
}




.seo_title{
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

#seo_about ._box{
  margin: -15px;
}

#seo_about ._left,
#seo_about ._right{
  padding: 15px;
}

#honor_list ul{
  margin: -15px;
}

#honor_list ul li{
  padding: 15px;
}

#news_list ul{
  margin: -15px;
}

#news_list ul li{
  padding: 15px;
}

#news_list ._time span{
  display: inline-block;
  padding: 5px;
}

#news_list ._time span._cate{
  color: #FFFFFF;
  background-color: #000000;
}

#news_list ._time span._date{
  background-color: #CCCCCC;
}

#news_list ._table{
  padding: 20px;
  border: 1px solid #115740;
}
a.foot-link{
  font-size: 18px;
  white-space: nowrap;	
  text-overflow: ellipsis;	
  overflow: hidden;
  width: 255px;
}

.font-18{
  font-size: 18px;
  line-height: 2;
}
.box h5{
  font-size: 16px;
  line-height: 2;
  text-align: center;
}