<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'AbrilFatface-Regular';
  src: url(../fonts/AbrilFatface-Regular.ttf) format('truetype'), url(../fonts/AbrilFatface-Regular.eot) format('eot'), url(../fonts/AbrilFatface-Regular.woff) format('woff'), url(../fonts/AbrilFatface-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Suranna';
  src: url(../fonts/Suranna.ttf) format('truetype'), url(../fonts/Suranna.eot) format('eot'), url(../fonts/Suranna.woff) format('woff'), url(../fonts/Suranna.woff2) format('woff2');
}
.prenext {
    padding-top: 50px;
    line-height: 2;
    font-size: 17px;
}
.product-page .product-1 .list ul li p {
    font-size: 15px;
    padding-top: 10px;
    line-height: 2;
}


a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 50px;
  background: #48a9a6;
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-shadow: none;
}
a.more:after {
  content: '+';
  margin-left: 10px;
}
a.more:hover {
  background: #48a9a6;
}


body {
  font-family: "Suranna";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1400px;
}
.language-box {
  margin: 0 25px;
}
.language-box .language-img {
  width: auto;
  vertical-align: middle;
  margin-right: 5px;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.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-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 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;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #48a9a6;
  color: white;
}
.language-box:hover .hover-language 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 {
  z-index: 200;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .container .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .container .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .container .menu-box ul.menu &gt; li {
  margin: 0 25px;
  font-size: 20px;
  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;
}
#header .nav .container .menu-box ul.menu &gt; li &gt; a {
  display: block;
  padding: 25px 0;
}
#header .nav .container .menu-box ul.menu &gt; 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;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #48a9a6;
  display: none \9;
}
#header .nav .container .menu-box ul.menu &gt; li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .container .menu-box ul.menu &gt; li ul.sub-menu li a {
  display: block;
}
#header .nav .container .menu-box ul.menu &gt; li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .container .menu-box ul.menu &gt; 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 .container .menu-box ul.menu &gt; li ul.sub-menu &gt; 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;
  top: 0;
  left: 100%;
  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;
  display: none \9;
}

#header .nav .container .menu-box ul.menu &gt; li ul.sub-menu &gt; 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 .container .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .container .h-search img {
  vertical-align: middle;
}
#header .nav .container .h-search span {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  background-color: #b29f93;
  -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: #48a9a6;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .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: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/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: #fd2318 !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("../images/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("../images/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 &gt; a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active &gt; 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;
}
#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-weight: 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);
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }

  .inner-page {
    padding-top: 40px;
  }
}
#banner li {
  position: relative;
  height: 900px;
}
#banner li &gt; img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#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 {
  color: #FFFFFF;
  font-size: 111px;
  line-height: 1;
  font-family: 'AbrilFatface-Regular';
}
#banner p {
  margin-bottom: 50px;
  color: #FFFFFF;
  font-size: 28px;
  font-family: 'AbrilFatface-Regular';
  line-height: 2;
}
.btn1 {
  font-size: 0;
  display: inline-block;
  line-height: 47px;
  height: 47px;
  padding: 0 20px;
  color: #FFFFFF;
  background: #48a9a6;
  font-family: 'AbrilFatface-Regular';
  transition: .5s ease;
}

.btn1:hover{
  background: #000;
}

.btn1 span,
.btn1 i {
  display: inline-block;
  vertical-align: middle;
}
.btn1 img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.btn2 {
  font-size: 0;
  display: inline-block;
  color: #48a9a6;
  font-family: 'AbrilFatface-Regular';
}
.btn2 span,
.btn2 i {
  display: inline-block;
  vertical-align: middle;
}

.btn2 img {
  display: inline-block;
  vertical-align: middle;
  transition: .5s ease;
}

.btn2:hover img{
  transform: rotateX(180deg);
}

h2.section_title {
  font-size: 60px;
  line-height: 1;
  font-family: 'AbrilFatface-Regular';
}
.product-cat {
  background: url(../images/product_bg.png) center;
}
.product-cat .title {
  padding: 90px 0;
  line-height:2;
}
.product-cat .title p {
  font-size: 22px;
  font-family: 'AbrilFatface-Regular';
}
.product-cat .box {
  padding: 0 5%;
}
.product-cat li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  background-color: rgba(72, 169, 166, 0.3);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-cat li:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.product-cat li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-cat li .mml-text {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px;
}
.product-cat li .mml-text h6 {
  color: #FFFFFF;
  font-family: 'AbrilFatface-Regular';
}
.product-cat li .mml-text .line {
  width: 25px;
  height: 2px;
  background: #FFFFFF;
}
.product-cat li .mml-text h4 {
  font-size: 26px;
  color: #FFFFFF;
  font-family: 'AbrilFatface-Regular';
}
.product-cat .progress .line {
  position: relative;
  height: 3px;
}
.product-cat .progress .line em {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 50%;
  height: 3px;
  background-color: #48a9a6;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.our-product {
  padding-top: 80px;
  background: url(../images/product_bg.png) center;
}
.our-product h4 {
  font-size: 20px;
  font-family: 'AbrilFatface-Regular';
  text-transform: capitalize;
  line-height: 2;
}
.our-product ul {
  margin: 0 -3%;
}
.our-product ul li {
  padding: 0 3%;
}
.our-product img {
  margin: auto;
}
.our-about {
  padding-top: 120px;
  background: #f4f4f4;
  position: relative;
  overflow: hidden;
}
.our-about::before {
  content: "";
  position: absolute;
  top: 300px;
  bottom: 0;
  left: 0;
  right: 40%;
  background: #48a9a6;
}
.our-about h3 {
  letter-spacing: 21px;
  text-transform: uppercase;
}
.our-about .left {
  width: 40%;
  padding-right: 8%;
}
.our-about .left .mml-text {
  margin-top: 120px;
  line-height: 2;
}
.our-about .left .mml-text h1 {
  display: inline;
}
.our-about .left p {
  text-align: justify;
}
.our-about .right {
  width: 60%;
}
.our-about .right .img {
  width: 60vw;
  height: 670px;
  position: relative;
}
.our-about .right .img &gt; img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-about .right .img .text {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  min-width: 220px;
  padding: 40px 0;
  text-align: center;
}
.our-about .right .img .text span {
  text-transform: uppercase;
  letter-spacing: 20px;
  margin-left: 20px;
}
.our-about .right .img .text time {
  font-size: 67px;
  line-height: 1;
}
.our-about .right .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.our-about .right .img .play img {
  vertical-align: middle;
  transition: .5s ease;
}
.our-about .right .img .play:hover img{
  transform: scale(1.1);
}

.our-about .right .img .play::before {
  content: "Corporate";
  font-size: 24px;
  font-family: 'AbrilFatface-Regular';
  color: #48a9a6;
  margin: 0 25px;
}
.our-about .right .img .play::after {
  content: "Video";
  font-size: 24px;
  font-family: 'AbrilFatface-Regular';
  color: #48a9a6;
  margin: 0 25px;
}
.our-about .bottom a {
  font-size: 0;
  display: inline-block;
  line-height: 47px;
  height: 47px;
  padding: 0 20px;
  border: 1px solid #000000;
  font-family: 'AbrilFatface-Regular';
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .bottom a span,
.our-about .bottom a i {
  display: inline-block;
  vertical-align: middle;
}
.our-about .bottom a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .bottom a:hover {
  color: #FFFFFF;
  background: #000000;
}
.our-about .bottom a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.i-advantage {
  padding: 90px 0;
  background: url(../images/product_bg.png) center;
}
.i-advantage h3 {
  letter-spacing: 8px;
  text-transform: uppercase;
}
.i-advantage .top {
  padding-right: 25px;
  padding-bottom: 25px;
  margin-top: 80px;
  position: relative;
}
.i-advantage .top li {
  height: 460px;
}
.i-advantage .top li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.i-advantage .top .slick-dots {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
}
.i-advantage .top .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #c7c7c7;
  margin: 0 5px;
  border-radius: 5px;
}
.i-advantage .top .slick-dots li.slick-active {
  background: #58b7b3;
}
.i-advantage .top .slick-dots li button {
  display: none;
}
.i-advantage .top .mml-text {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #48a9a6;
  max-width: 500px;
  text-align: left;
  padding: 40px;
  line-height: 2;
}
.i-advantage .top .mml-text h4 {
  font-size: 30px;
  font-family: 'AbrilFatface-Regular';
}
.i-advantage .top .mml-text a {
  font-size: 0;
  display: inline-block;
  font-family: 'AbrilFatface-Regular';
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .top .mml-text a span,
.i-advantage .top .mml-text a i {
  display: inline-block;
  vertical-align: middle;
  transition: .5s ease;
}
.i-advantage .top .mml-text a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.i-advantage .top .mml-text a:hover span{
  margin-right: 30px;
}

.i-advantage .bottom {
  padding: 50px 0;
}
.i-advantage .bottom ul {
  margin: -15px;
}
.i-advantage .bottom ul li {
  padding: 15px;
}
.i-advantage .bottom .mml-text {
  padding: 30px;
  background: #FFFFFF;
  border: 2px solid #7f7f7f;
  -webkit-box-shadow: 3px 3px #48a9a6;
  box-shadow: 3px 3px #48a9a6;
}
.i-advantage .bottom h4 {
  font-size: 100px;
  line-height: 1;
  font-family: 'AbrilFatface-Regular';
}
.i-advantage .bottom .img {
  padding: 0 25px;
}
.i-advantage .bottom h5 {
  font-size: 30px;
  font-family: 'AbrilFatface-Regular';
}
.i-advantage .bottom p {
  min-height: 150px;
  line-height: 2;
}
.other {
  background: url(../images/other_bg.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
  padding: 150px 0;
}
.other h6 {
  font-family: 'AbrilFatface-Regular';
}
.other h2 {
  font-size: 40px;
  line-height: 2;
  font-family: 'AbrilFatface-Regular';
}
.our-news {
  padding-top: 90px;
  background: url(../images/product_bg.png) center;
  padding-bottom: 50px;
}
.our-news .wwww{
    font-size: 30px;
    line-height: 2;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.our-news .qqqq{
    font-size: 18px;
    line-height: 2;
}
.our-news h3 {
  letter-spacing: 10px;
  text-transform: uppercase;
}
.our-news .list {
  margin-top: 70px;
  text-align: left;
}
.our-news .list ul {
  margin: 0 -40px;
}
.our-news .list ul li {
  padding: 0 40px;
}
.our-news .mml-text h4 {
  font-size: 30px;
  font-family: 'AbrilFatface-Regular';
  line-height: 2;
}
.our-news .mml-text .aaa {
  font-size: 22px;
  line-height: 2;
}
.our-news .mml-text .bbb {
  font-size: 18px;
  line-height: 2;
}
#footer {
  background: #181c1f;
  color: #FFFFFF;
  padding-top: 80px;
}
#footer .footer-top .footer-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 .footer-top .footer-content .footer-block.about {
  max-width: 520px;
}
#footer .footer-top h2 {
  font-size: 44px;
  line-height: 1.1;
  font-family: 'AbrilFatface-Regular';
}
#footer .footer-top h2 span {
  color: #48a9a6;
}
#footer .footer-top h4 {
  font-family: 'AbrilFatface-Regular';
}
#footer .footer-top li {
  margin-bottom: 10px;
}
#footer .footer-top li i {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer-top li i img {
  vertical-align: middle;
}
#footer .footer-bottom {
  padding: 70px 0;
  line-height: 2;
}
#footer .footer-bottom .huajqyejiao {
  font-size: 14px;
  line-height: 2;
}
#footer .footer-bottom ul {
  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;
}
#footer .footer-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom img.login {
  max-height: 16px;
  vertical-align: middle;
}
#footer .footer-bottom .social-links h4 {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom .social-links a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #7d7d7d;
  margin: 0 4px;
}
#footer .footer-bottom .social-links a:hover {
  background: #7d7d7d;
}
#ewm {
  width: 120px;
  border: 3px solid #FFFFFF;
}
#top {
  color: #48a9a6;
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  .our-about .left {
    padding-right: 30px;
  }
  .our-about .right .img .play::before,
  .our-about .right .img .play::after {
    display: none;
  }
  #header .nav .container .menu-box ul.menu &gt; li {
    margin: 0 20px;
  }
  .language-box {
    margin: 0 20px;
  }
  #header .nav .container .logo {
    width: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .container .menu-box ul.menu &gt; li {
    font-size: 18px;
    margin: 0 15px;
  }
  .font-20 {
    font-size: 18px;
  }
  h2.section_title {
    font-size: 50px;
  }
  .product-cat li .mml-text {
    padding: 30px;
  }
  .our-about .bottom .fr {
    display: none;
  }
  .our-about::before {
    right: 0;
  }
  .our-about .left .mml-text {
    margin-top: 60px;
  }
  .our-about::before {
    top: 250px;
  }
  .font-24 {
    font-size: 22px;
  }
  .i-advantage .bottom h4 {
    font-size: 70px;
  }
  .i-advantage .bottom .img {
    padding: 0;
  }
  .i-advantage .bottom .mml-text {
    padding: 15px;
  }
  .our-news .list ul {
    margin: 0 -15px;
  }
  .our-news .list ul li {
    padding: 0 15px;
  }
  .our-news .mml-text h4 {
    font-size: 24px;
  }
  #footer .footer-top h2 {
    font-size: 30px;
    line-height: 1.5;
  }
  #footer .footer-top .footer-content .footer-block.about {
    max-width: 350px;
  }
  #footer .footer-bottom ul {
    display: block;
    text-align: center;
  }
  #footer .footer-bottom ul li:not(:first-child) {
    display: none;
  }
  #footer .footer-bottom {
    padding: 40px 0;
  }
  .i-advantage .bottom h5 {
    font-size: 24px;
  }
  .i-advantage .top .mml-text h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner li {
    height: 500px;
  }
  #banner h2 {
    font-size: 60px;
  }
  #banner p {
    font-size: 20px;
  }
  h2.section_title {
    font-size: 40px;
  }
  .product-cat .title p {
    font-size: 18px;
  }
  .product-cat .box {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .our-about .left {
    width: 100%;
    padding: 0;
  }
  .our-about .left .mml-text {
    margin-top: 30px;
  }
  .our-about::before {
    display: none;
  }
  .font-24 {
    font-size: 20px;
  }
  .our-about .right {
    width: 100%;
    margin-top: 30px;
  }
  .our-about .right .img {
    width: 100%;
    height: auto;
  }
  .our-about {
    padding-top: 90px;
  }
  .i-advantage .top {
    padding: 0;
  }
  .i-advantage .top li {
    height: auto;
  }
  .i-advantage .top .mml-text {
    position: relative;
    max-width: 100%;
    right: auto;
    bottom: auto;
    padding: 20px;
  }
  .other h2 {
    font-size: 30px;
  }
  #footer .footer-top .footer-content .footer-block.ewm,
  #footer .footer-top .footer-content .footer-block.link {
    display: none;
  }
  .our-news .mml-text h4 {
    font-size: 20px;
  }
  .i-advantage .bottom h5 {
    font-size: 20px;
  }
  .i-advantage .top .mml-text h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li {
    height: 400px;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #banner ul.slick-dots li {
    width: 10px;
    height: 10px;
  }
  h2.section_title {
    font-size: 30px;
  }
  .product-cat .title p {
    font-size: 16px;
  }
  .product-cat .title p br {
    display: none;
  }
  .product-cat li .mml-text {
    padding: 15px;
  }
  .product-cat .title {
    padding: 60px 0;
  }
  .font-16 {
    font-size: 14px;
  }
  .our-product h4 {
    font-size: 20px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-20 {
    font-size: 16px;
  }
  .our-about h3 {
    letter-spacing: 10px;
  }
  .our-about .right .img .text {
    display: none;
  }
  .our-about {
    padding-top: 60px;
  }
  .i-advantage {
    display: none;
  }
  .other {
    display: none;
  }
  .our-news {
    padding-top: 60px;
  }
  .font-24 {
    font-size: 18px;
  }
  .our-news h3 {
    letter-spacing: 5px;
  }
  #footer .footer-top .footer-content {
    display: block;
  }
  #footer .footer-top .footer-content .footer-block.about {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  #banner li {
    height: 300px;
  }
  #banner h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #banner p {
    font-size: 14px;
  }
  .product-cat .title p {
    font-size: 14px;
  }
  #footer {
    padding-top: 60px;
  }
}






/* å†…é¡µæ&nbsp;·å¼ */
.inner-banner {
  height: 500px;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  background-position-y: 0px;
}
.inner-banner:after {
  content: '';
  height: 15%;
  width: 100%;
  /*background: url("../images/banner-mask.png") center top no-repeat;*/
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.inner-banner .box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.inner-banner .box .mbx {
  position: relative;
  line-height: 2;
  font-size: 18px;
  color: #48a9a6;
  /*text-transform: uppercase;*/
}
.inner-banner .box .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 5px;
}
.inner-banner .box .mbx a:hover {
  color: #48a9a6;
}
.inner-banner .box h2 {
  line-height: 2;
  font-weight: bold;
  font-size: 36px;
  color: white;
}
.inner-page {
  z-index: 1;
  background: url(../images/product_bg.png) center;
}
.inner-page .huajqpro1 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.inner-page .huajqpro {
  font-size: 16px;
  line-height: 2;
}
.m-page {
  margin-top: 55px;
  text-align: center;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
}
.m-page a,
.m-page span {
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page sapn.current,
.m-page a:hover {
  color: #48a9a6;
  background: url("../images/page-bg.png") bottom center no-repeat;
  background-size: 100% auto;
}
.inner-page .publicBox {
  padding: 200px 0 170px;
  overflow: hidden;
  background: url("../images/publicBox-bg.jpg") right top 10% no-repeat;
}
.inner-page .publicBox .box {
  width: 65%;
  padding: 100px 0;
  padding-right: 20%;
  background: #c4eee1;
  position: relative;
}
.inner-page .publicBox .box a.more2 {
  position: absolute;
  top: 50%;
  font-size: 35px;
  right: 12%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .publicBox .box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: inherit;
}
.inner-page .publicBox .box h3 {
  font-size: 48px;
  color: #1e1e1e;
  line-height: 1.8;
  /*text-transform: uppercase;*/
  font-family: 'AbrilFatface-Regular';
}
.inner-page .publicBox .box h3 em {
  color: #48a9a6;
}
.inner-page .publicBox .box .text {
  display: block;
  font-size: 24px;
  color: #1e1e1e;
  line-height: 30px;
  /*margin-top: 18px;*/
}
.about-page span.tag {
  font-size: 24px;
  color: #1e1e1e;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}
.about-page h2 {
  font-size: 48px;
  color: #1e1e1e;
  /*text-transform: uppercase;*/
  line-height: 1;
  font-family: 'AbrilFatface-Regular';
}
.about-page h2 em {
    color: #48a9a6;
    background: url(/template/en/images/icon-title-1.png);
    background-size: 100% 100%;
    padding: 5px 10px;
    line-height: 1;
    display: inline-block;
}
.about-page .about-1 {
  padding: 160px 0 120px;
  /*background: url("../images/about-1-bg.jpg") no-repeat;*/
}
.about-page .about-1 .left {
  width: 55%;
  vertical-align: middle;
}
.about-page .about-1 .left .img {
  height: 490px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.about-page .about-1 .left .img .play {
  padding: 25px 40px;
  background: white;
  text-align: center;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .img .play img {
  display: block;
  margin: 0 auto 6px;
}
.about-page .about-1 .right {
  width: 45%;
  vertical-align: middle;
  padding-left: 7%;
}
.about-page .about-1 .right h3 {
  font-size: 40px;
  /*font-weight: bold;*/
  line-height: 48px;
  font-family: 'AbrilFatface-Regular';
text-transform: capitalize;
  color: #1e1e1e;
}
.about-page .about-1 .right h6 {
  display: block;
  font-size: 20px;
  color: #1e1e1e;
  margin: 20px 0 15px;
}
.about-page .about-1 .right .content {
  font-size: 15px;
  color: #555;
  line-height: 30px;
}
.about-page .about-1 .list {
  margin-top: 70px;
  position: relative;
}
.about-page .about-1 .list:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #999;
  position: absolute;
  left: 0;
  top: 52px;
  z-index: -1;
}

/*.about-page .about-1 .list ul{
  margin: 0 -15px;
}
.about-page .about-1 .list ul li{
  padding: 0 15px;
}*/
.about-page .about-1 .list ul li i {
  display: block;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .list ul li i img {
  height: 35px;
}
.about-page .about-1 .list ul li i:after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 3px solid #48a9a6;
  background: white;
  display: block;
  margin: 8px 0 20px;
}
.about-page .about-1 .list ul li h6 {
  font-size: 20px;
  color: #1e1e1e;
  line-height: 1;
  font-family: 'AbrilFatface-Regular';
text-transform: capitalize;
}
.about-page .about-1 .list ul li p {
  font-size: 16px;
  color: #1e1e1e;
  /*text-transform: uppercase;*/
  margin-top: 5px;
}
.about-page .about-1 .list ul li:hover i {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.about-page .about-2 {
  padding: 80px 0 70px;
  background: url("../images/about_2_bg.jpg") center top no-repeat;
  background-size: 100% auto;
  text-align: center;
}
.about-page .about-2 .list {
  margin-top: 50px;
}
.about-page .about-2 .list ul {
  margin: -11px;
}
.about-page .about-2 .list ul li {
  padding: 11px;
}
.about-page .about-2 .list ul li .img {
  display: block;
  position: relative;
}
.about-page .about-2 .list ul li .img img {
  width: 100%;
}
.about-page .about-2 .list ul li .img .text {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 5%;
  color: white;
}
.about-page .about-2 .list ul li .img .text h4 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.about-page .about-2 .list ul li .img .text p {
  display: block;
  font-size: 18px;
  line-height: 30px;
}
.about-page .about-2 .list ul li .content {
  margin-top: 35px;
  padding: 0 5%;
  text-align: left;
}
.about-page .about-2 .list ul li .content i {
  display: block;
}
.about-page .about-2 .list ul li .content h6 {
  margin: 10px 0 5px;
  font-size: 33px;
  color: #1e1e1e;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  font-family: 'AbrilFatface-Regular';
  transition: .5s;
}
.about-page .about-2 .list ul li .content h6:hover {
  color: #48a9a6;
}
.about-page .about-2 .list ul li .content p {
  display: block;
  font-size: 15px;
  color: #6f6f6f;
  line-height: 30px;
}
.about-page .about-3 {
  padding: 90px 0;
  text-align: center;
  background: url(../images/product_bg.png) center;
  background-size: 100% auto;
}
.about-page .about-3 .list {
  margin-top: 70px;
}
.about-page .about-3 .list ul {
  margin: -10px;
}
.about-page .about-3 .list ul li {
  padding: 40px;
}
.about-page .about-3 .list ul li a.img-box {
  display: block;
  border: 1px solid #eee;
  width: 100%;
}
.about-page .about-3 .list ul li a.img-box img {
  width: 100%;
}
.product-page .product-1 .navList {
  margin: 30px 0 50px;
  text-align: center;
}
.product-page .product-1 .navList ul {
  margin: -20px;
}
.product-page .product-1 .navList ul li {
  padding: 20px;
}
.product-page .product-1 .navList ul li img {
  border-radius: 100%;
  border: 6px solid #e4e4e4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  margin: 0 auto;
  max-width: 120px;
}
.product-page .product-1 .navList ul li h6 {
  margin-top: 20px;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  line-height: 1;
  padding-bottom: 12px;
}
.product-page .product-1 .navList ul li h6:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30%;
  height: 4px;
  background: #149338;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .navList ul li h6:before {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #48a9a6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  position: absolute;
}
.product-page .product-1 .navList ul li:hover img {
  border-color: #48a9a6;
}
.product-page .product-1 .navList ul li:hover h6::before {
  opacity: 1;
}
.product-page .product-1 .navList ul li:hover h6:after {
  width: 100%;
}
.product-page .product-1 .navList ul li.active img {
  border-color: #48a9a6;
}
.product-page .product-1 .navList ul li.active h6::before {
  opacity: 1;
}
.product-page .product-1 .navList ul li.active h6:after {
  width: 100%;
}
.product-page .product-1 .navList ul .slick-arrow {
  width: 12px;
  height: 16px;
  border: none;
  background: url("../images/icon-play.png") center center no-repeat;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.product-page .product-1 .navList ul .slick-arrow.slick-prev {
  left: 20px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-page .product-1 .navList ul .slick-arrow.slick-next {
  right: 20px;
}
.product-page .product-1 .list ul {
  margin: -30px -15px;
}

.lvlvh1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #48a9a6;
}

.lvlvpro {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.product-page .product-1 .list ul li {
  padding: 30px 15px;
}
.product-page .product-1 .list ul li a.img-box {
  display: block;
}
.product-page .product-1 .list ul li a.img-box img {
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
}
.product-page .product-1 .list ul li a.img-box span {
  padding: 0 30px;
  line-height: 28px;
  height: 28px;
  background: white;
  font-weight: 300;
  font-size: 16px;
  color: #48a9a6;
  /*text-transform: uppercase;*/
  position: absolute;
  right: 1px;
  top: 80%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.product-page .product-1 .list ul li h6 {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 2;
  margin-top: 20px;
  font-family: 'AbrilFatface-Regular';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .list ul li h6:hover {
  color: #48a9a6;
}
.prodet-page .prodet-1 {
  padding: 60px 0 40px;
}
.prodet-page .prodet-1 .left {
  width: 55%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left ul {
  margin: -8px;
}
.prodet-page .prodet-1 .left ul li {
  padding: 8px;
}
.prodet-page .prodet-1 .left ul li a {
  display: block;
  position: relative;
}
.prodet-page .prodet-1 .left ul li img {
  display: block;
}
.prodet-page .prodet-1 .left .smallImg {
  width: 17.5%;
  padding-right: 20px;
  float: left;
}
.prodet-page .prodet-1 .left .smallImg a:after {
  content: '';
  border: 3px solid #48a9a6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .smallImg a:hover:after,
.prodet-page .prodet-1 .left .smallImg a.active:after {
  opacity: 1;
}
.prodet-page .prodet-1 .left .smallImg .slick-current a:after {
  opacity: 1;
}
.prodet-page .prodet-1 .left .bigImg {
  width: 82.5%;
  display: inline-block;
  overflow: hidden;
}
.prodet-page .prodet-1 .right {
  width: 45%;
  vertical-align: middle;
  padding-left: 5%;
}
.prodet-page .prodet-1 .right span.tag {
  font-size: 24px;
  color: #1e1e1e;
  line-height: 1;
  display: block;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 34px;
  /*font-weight: bold;*/
  text-transform: capitalize;
  font-family: 'AbrilFatface-Regular';
  line-height: 2;
  margin-top: 12px;
}
.prodet-page .prodet-1 .right a.more:after {
  display: none;
}
.prodet-page .prodet-1 .right .text {
  font-size: 20px;
  color: #1e1e1e;
  line-height: 2;
  margin: 20px 0 25px;
}
.prodet-page .prodet-1 .right .box2 {
  margin-top: 35px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 18px 0;
}
.prodet-page .prodet-1 .right .box2 h6 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .box2 &gt; div {
  margin-bottom: 15px;
  line-height: 30px;
}
.prodet-page .prodet-1 .right .box2 &gt; div:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-1 .right .box2 .color ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .box2 .color ul li {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.prodet-page .prodet-1 .right .box2 .color ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .right .box2 .tag .link {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .box2 .tag .link a {
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 20px;
  color: #1e1e1e;
}
.prodet-page .prodet-1 .right .box2 .tag .link a:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .right .box2 .tag .link a:hover {
  color: #48a9a6;
}
.prodet-page .prodet-1 .right .box2 .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .box2 .share ul li {
  width: auto;
  margin-right: 20px;
  font-size: 16px;
  color: #878787;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .box2 .share ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .right .box2 .share ul li:hover {
  color: #48a9a6;
}
.prodet-page .prodet-2 {
  padding-bottom: 90px;
}
.prodet-page .prodet-2 .options {
  border-bottom: 1px solid #d0d0d0;
}
.prodet-page .prodet-2 .options ul li {
  margin-right: 100px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  /*font-weight: bold;*/
  text-transform: uppercase;
  font-family: 'AbrilFatface-Regular';
  line-height: 1;
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-2 .options ul li:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -1px;
  background: #48a9a6;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.prodet-page .prodet-2 .options ul li.active:after,
.prodet-page .prodet-2 .options ul li:hover:after {
  opacity: 1;
}
.prodet-page .prodet-2 .retBox {
  margin-top: 40px;
}
.prodet-page .prodet-2 .retBox .content {
  font-size: 20px;
  color: #1e1e1e;
  line-height: 1.8;
  background: #ffffff;
}
.prodet-page .prodet-2 .retBox .content table {
  border: none;
}
.prodet-page .prodet-2 .retBox .content table td {
  border: 1px solid #b4b4b4;
  padding: 10px;
  line-height: 30px;
      font-size: 20px;
}
.prodet-page .prodet-2 .retBox .form {
  /*max-width: 1300px;*/
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-2 .retBox .form li {
  margin-bottom: 15px;
}
.prodet-page .prodet-2 .retBox .form li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-2 .retBox .form li input,
.prodet-page .prodet-2 .retBox .form li textarea {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 20px;
  background: #f3f3f3;
  border: none;
}
.prodet-page .prodet-2 .retBox .form li textarea {
  height: 200px;
}
.prodet-page .prodet-2 .retBox .form li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  background: #48a9a6;
  color: white;
  font-size: 24px;
}
.prodet-page .prodet-2 .retBox .faq li {
  margin-bottom: 15px;
  padding: 20px;
  background: #f9f9f9;
}
.prodet-page .prodet-2 .retBox .faq li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-2 .retBox .faq li h6 {
  font-size: 22px;
  /*font-weight: bold;*/
  padding-bottom: 20px;
  border-bottom: 1px solid white;
  font-family: 'AbrilFatface-Regular';
}
.prodet-page .prodet-2 .retBox .faq li .text {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 300;
  line-height: 30px;
}
.prodet-page .prodet-3 {
  padding: 100px 0 110px;
  text-align: center;
  /*background: url("../images/prodet-3-bg.jpg") center top no-repeat #f4f4f4;*/
  background: #f4f4f4;
  margin-bottom: -30px;
}
.prodet-page .prodet-3 span.tag {
  font-size: 18px;
  color: #1e1e1e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  display: block;
}
.prodet-page .prodet-3 h2 {
  font-size: 55px;
  /*font-weight: bold;*/
  color: #1e1e1e;
  /*text-transform: uppercase;*/
  line-height: 1;
  font-family: 'AbrilFatface-Regular';
}
.prodet-page .prodet-3 h2 em {
  color: #48a9a6;
  background: url("../images/icon-title-1.png");
  background-size: 100% 100%;
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
}
.prodet-page .prodet-3 .list {
  margin-top: 70px;
  text-align: center;
}
.prodet-page .prodet-3 .list ul {
  margin: -9px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 9px;
}
.prodet-page .prodet-3 .list ul li a.img-box {
  display: block;
}
.prodet-page .prodet-3 .list ul li a.img-box img {
  display: block;
  width: 100%;
  background: #FFFFFF;
}
.prodet-page .prodet-3 .list ul li .content {
  padding: 40px 15px;
  background: white;
}
.prodet-page .prodet-3 .list ul li .content h4 {
  font-size: 20px;
  /*font-weight: bold;*/
  text-transform: capitalize;
  line-height: 2;
  -webkit-transition: .5s;
  font-family: 'AbrilFatface-Regular';
  -moz-transition: .5s;
  transition: .5s;
      padding-bottom: 10px;
}
.prodet-page .prodet-3 .list ul li .content h4:hover {
  color: #48a9a6;
}
.prodet-page .prodet-3 .list ul li .content a.more2 {
  font-weight: 300;
  font-size: 15px;
  color: #48a9a6;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
}
.why-page .why-1 .slide {
  padding: 65px 0;
}
.why-page .why-1 .slide .left {
  width: 46%;
  vertical-align: middle;
  padding-right: 10%;
  position: relative;
}
.why-page .why-1 .slide .left span.tag {
  font-size: 17px;
  color: #139734;
  display: block;
  line-height: 1;
}
.why-page .why-1 .slide .left h3 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 10px 0 25px;
}
.why-page .why-1 .slide .left .text {
  font-size: 17px;
  color: #333;
  line-height: 30px;
}
.why-page .why-1 .slide .right {
  width: 54%;
  vertical-align: middle;
  padding-right: 20px;
  padding-top: 20px;
  position: relative;
}
.why-page .why-1 .slide .right:after {
  content: '';
  width: 35%;
  height: 70%;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  background: #f0f0f0;
}
.why-page .why-1 .slide:nth-child(even) {
  background: url("../images/why-bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  padding: 120px 0 100px;
}
.why-page .why-1 .slide:nth-child(even) .left {
  left: 54%;
  padding-left: 10%;
  padding-right: 0;
}
.why-page .why-1 .slide:nth-child(even) .right {
  left: -46%;
  padding-right: 0;
  padding-top: 0;
}
.why-page .why-1 .slide:nth-child(even) .right:after {
  display: none;
}
.why-page + #index-body .init-1 {
  padding-bottom: 50px;
}
.why-page + #index-body .init-1 .ui.container {
  max-width: none;
}
.service-page span.tag {
  font-size: 24px;
  color: #1e1e1e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  display: block;
}
.service-page h2 {
  font-size: 50px;
  /*font-weight: bold;*/
  font-family: 'AbrilFatface-Regular';
  /*text-transform: uppercase;*/
  line-height: 1;
}
.service-page h2 em {
  color: #48a9a6;
  background: url("../images/icon-title-3.png");
  background-size: 100% 100%;
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
}

.service-page .service-1 .list {
  margin-top: 60px;
  position: relative;
}
.service-page .service-1 .list:after {
  content: '';
  width: 100%;
  border-top: 1px #9f9f9f dashed;
  position: absolute;
  left: 0;
  top: 39%;
  z-index: -1;
}
.service-page .service-1 .list ul {
  margin: 0 -65px;
}
.service-page .service-1 .list ul li {
  padding: 0 65px;
}
.service-page .service-1 .list ul li .img {
  display: block;
  position: relative;
  padding: 9px;
  border-radius: 100%;
  border: 1px #9f9f9f dashed;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-1 .list ul li .img span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 52px;
  font-weight: bold;
  color: white;
}
.service-page .service-1 .list ul li h6 {
  font-size: 20px;
  color: #1e1e1e;
  font-weight: bold;
  line-height: 30px;
  margin-top: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-1 .list ul li:hover .img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.service-page .service-1 .list ul li:hover h6 {
  opacity: 0;
}
.service-page .service-2 {
  padding-top: 180px;
  background: url("../images/service-2-bg.jpg") no-repeat;
  /*overflow: hidden;*/
}
.service-page .service-2 .box {
  width: 75%;
  margin-left: 25%;
  padding-top: 100px;
  padding-bottom: 220px;
  padding-left: 10%;
  padding-right: 15%;
  background: #c4eee1;
  margin-bottom: -110px;
  position: relative;
  z-index: 1;
}
.service-page .service-2 .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: inherit;
  z-index: -1;
}
.service-page .service-2 .box .box2 {
  padding-left: 10%;
  border-left: 2px solid black;
}
.service-page .service-2 .box .box2 h3 {
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
}
.service-page .service-2 .box .box2 .text {
  font-size: 16px;
  color: #1e1e1e;
  line-height: 30px;
  margin-top: 20px;
}
.service-page .service-2 .list {
  z-index: 2;
  position: relative;
}
.service-page .service-2 .list ul {
  margin: -15px;
}
.service-page .service-2 .list ul li {
  padding: 15px;
}
.service-page .service-2 .list ul li a {
  display: block;
  position: relative;
}
.service-page .service-2 .list ul li a img {
  width: 100%;
}
.service-page .service-2 .list ul li a .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
}
.service-page .service-3 {
  text-align: center;
  padding: 70px 0;
}
.service-page .service-3 h2 em {
  background-image: url(../images/icon-title-2.jpg);
}
.service-page .service-3 .map {
  margin-top: 80px;
  position: relative;
}
.service-page .service-3 .map img:nth-child(2) {
  position: absolute;
    top: 21.5%;
    right: 15%;
  -webkit-transform-origin: 91% 44%;
  -moz-transform-origin: 91% 44%;
  -ms-transform-origin: 91% 44%;
  -o-transform-origin: 91% 44%;
  transform-origin: 91% 44%;
  width: 63%;
}
.service-page .service-4 {
  padding: 110px 0;
  margin-bottom: -30px;
  background: url("../images/service-4-bg.jpg") center center;
  background-size: cover;
  background-position: center center !important;
  /*background-attachment: fixed;*/
  text-align: center;
}
.service-page .service-4 .box {
  max-width: 1000px;
  padding: 40px;
  display: block;
  margin: 0 auto;
  background: url("../images/service-4-1-bg.jpg") center left no-repeat white;
}
.service-page .service-4 .box h5 {
  width: 25%;
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  display: inline-block;
  text-align: left;
}
.service-page .service-4 .box .list {
  width: 75%;
  vertical-align: middle;
  text-align: left;
  margin-left: -5px;
  display: inline-block;
}
.service-page .service-4 .box .list ul li h6 {
  font-size: 20px;
  color: #1e1e1e;
  padding: 10px 0;
  line-height: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c0c0c0;
  cursor: pointer;
  cursor: hand;
}
.service-page .service-4 .box .list ul li h6:before {
  content: '+';
  margin-right: 10px;
  font-size: 120%;
  width: 10px;
  display: inline-block;
  text-align: center;
}
.service-page .service-4 .box .list ul li .text {
  margin-top: 10px;
  font-size: 16px;
  color: #1e1e1e;
  line-height: 1.4;
  display: none;
}
.service-page .service-4 .box .list ul li.active h6:before {
  content: '-';
}

.news-page .news-1 .list ul {
  margin: -30px -15px;
}
.news-page .news-1 .list ul li {
  padding: 30px 15px;
}
.news-page .news-1 .list ul li a.img-box {
  display: block;
}
.news-page .news-1 .list ul li a.img-box img {
  width: 100%;
}
.news-page .news-1 .list ul li .content {
  display: block;
  margin-top: 35px;
  text-align: left;
}
.news-page .news-1 .list ul li .content time {
  display: block;
  font-size: 14px;
  color: #eb9822;
  line-height: 1;
}
.news-page .news-1 .list ul li .content h3 {
  font-size: 26px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  line-height: 1;
  margin: 8px 0 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content h3:hover {
  color: #48a9a6;
}
.news-page .news-1 .list ul li .content p {
  display: block;
  font-size: 20px;
  color: #6f6f6f;
  line-height: 30px;
}
.news-page .news-1 .list ul li .content a.more {
  margin-top: 20px;
}

.newdet-page h1 {
  font-size: 42px;
  color: #333;
  font-weight: bold;
}
.newdet-page time {
  font-size: 16px;
  margin-top: 10px;
}
.newdet-page .content {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  color: #333;
  line-height: 2;
}
.newdet-page .m-link {
  font-size: 16px;
  display: inline-block;
  text-align: left;
  float: left;
  line-height: 30px;
}
.newdet-page .m-link a {
  display: block;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}
.newdet-page .share {
  float: right;
  margin-top: 10px;
}
.newdet-page .share ul li {
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
  color: #787878;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: auto !important;
}
.newdet-page .share ul li:hover {
  color: #48a9a6;
}

@media screen and (max-width: 1450px) {
  .inner-banner {
    height: 500px;
  }
  .inner-banner .box .mbx {
    font-size: 16px;
  }
  .inner-banner .box h2 {
    font-size: 60px;
  }

  .service-page h2,
  .service-page .service-4 .box h5,
  .prodet-page .prodet-3 h2,
  .about-page h2 {
    font-size: 40px;
  }
  .newdet-page {
    padding: 50px 0;
  }
  .news-page .news-1 {
    padding-top: 60px;
  }
  .m-page a,
  .m-page span {
    padding: 6px 14px;
  }
  .m-page {
    font-size: 20px;
  }
  .news-page .news-1 .list ul li .content {
    margin-top: 20px;
  }
  .news-page .news-1 .list ul li .content h3 {
    font-size: 20px;
  }
  .service-page .service-2 .box .box2 h3 {
    font-size: 32px;
  }
  .service-page .service-2 .box .box2 .text {
    font-size: 14px;
  }
  .service-page .service-2 .box {
    padding: 60px 0 120px 5%;
    margin-bottom: -60px;
  }
  .service-page .service-2 {
    background-size: auto 100%;
  }
  .service-page .service-1 .list ul li {
    padding: 0 50px;
  }
  .service-page .service-1 .list ul {
    margin: 0 -50px;
  }
  .service-page .service-1 .list ul li h6 {
    font-size: 18px;
  }
  .service-page .service-1 .list {
    margin-top: 60px;
  }
  .service-page .service-1 .list ul li .img span {
    font-size: 40px;
  }
  .why-page .why-1 .slide {
    padding: 50px 0;
  }
  .why-page .why-1 .slide .left span.tag {
    font-size: 15px;
  }
  .why-page .why-1 .slide .left h3,
  .about-page .about-1 .right h3 {
    font-size: 30px;
  }
  .why-page .why-1 .slide .left .text {
    font-size: 15px;
  }
  .why-page .why-1 .slide:nth-child(even) {
    padding: 80px 0 60px;
  }
  .why-page .why-1 .slide .left {
    padding-right: 5%;
  }
  .why-page .why-1 .slide:nth-child(even) .left {
    padding-left: 5%;
  }
  .prodet-page .prodet-2 .options ul li {
    padding-bottom: 10px;
  }
  .prodet-page .prodet-3 .list {
    margin-top: 40px;
  }
  .prodet-page .prodet-3 .list ul li .content {
    padding: 25px 10px;
  }
  .prodet-page .prodet-3 .list ul li .content a.more2 {
    font-size: 14px;
    line-height: 1;
  }
  .product-page .product-1 .navList ul li h6 {
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 8px;
  }
  .product-page .product-1 .list ul li a.img-box span {
    padding: 0 15px;
  }
  .inner-page .publicBox .box {
    padding: 50px 0;
    padding-right: 10%;
  }
  .inner-page .publicBox {
    padding: 100px 0;
    background-size: auto 120%;
  }
  .about-page .about-1 {
    background-size: 70% auto;
  }
  .about-page .about-1 .right h6 {
    font-size: 18px;
    margin: 10px 0;
  }
  .about-page .about-1 .left .img {
    height: 400px;
  }
  .about-page .about-1 .left .img .play {
    padding: 12px 20px;
  }
  .about-page .about-1 .list ul li p {
    font-size: 14px;
  }
  .about-page .about-1 {
    padding: 90px 0 60px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 360px;
  }
  .inner-banner .box h2 {
    font-size: 40px;
  }
  .about-page .about-1 {
    background: none;
    line-height: 2;
  }
  .inner-banner .box {
    top: 45%;
  }
  .about-page .about-1 .right {
    padding-left: 4%;
  }
  .about-page .about-1 .right .content {
    font-size: 14px;
    line-height: 30px;
  }
  .about-page .about-2 .list ul li .img .text h4 {
    font-size: 28px;
  }
  .about-page .about-2 .list ul li .img .text p {
    font-size: 15px;
    line-height: 1.6;
  }
  .about-page .about-2 .list ul li .content {
    margin-top: 20px;
  }
  .about-page .about-2 .list ul li .content h6 {
    font-size: 20px;
  }
  .about-page .about-3 .list {
    margin-top: 40px;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .newdet-page h1 {
    font-size: 24px;
  }
  .newdet-page .content,
  .newdet-page .m-link,
  .newdet-page time {
    font-size: 14px;
  }
  .service-page .service-4 {
    padding: 60px 0;
  }
  .service-page .service-4 .box {
    padding: 30px;
  }
  .service-page .service-3 .map {
    margin-top: 50px;
  }
  .service-page .service-2 {
    padding-top: 120px;
  }
  .why-page .why-1 .slide .left h3,
  .about-page .about-1 .right h3 {
    font-size: 26px;
  }
  .prodet-page .prodet-2 {
    padding-bottom: 50px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 28px;
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .right .box2 {
    margin-top: 20px;
    padding: 10px 0;
  }
  .prodet-page .prodet-1 .right .box2 &gt; div {
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 17px;
  }
  .inner-page .publicBox .box a.more2 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 260px;
  }
   .huajqyejiao, .huajqpro1, .huajqpro {
    display: none;
  }
  .inner-banner .box .mbx {
    font-size: 14px;
    line-height: 2;
  }
  .inner-banner .box h2 {
    font-size: 20px;
    line-height: 2;
  }
  .product-page .product-1 .navList {
    display: none;
  }
  .lvlvh1 {
    display: none;
}
  .lvlvpro {
    display: none;
}
  .product-page .product-1 {
    padding-top: 50px;
  }
  .product-page .product-1 .list ul li {
    padding: 17px;
  }
  .product-page .product-1 .list ul {
    margin: -7px;
  }
  .product-page .product-1 .list ul li h6 {
    margin-top: 10px;
  }
  .inner-page .publicBox .box {
    width: 80%;
    padding-right: 30px;
  }
  .inner-page .publicBox .box h3 {
    font-size: 28px;
  }
  .inner-page .publicBox {
    padding: 50px 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .smallImg {
    width: 20.6%;
  }
  .prodet-page .prodet-1 .left .bigImg {
    width: 79.4%;
  }
  .prodet-page .prodet-2 .options ul li {
    margin-right: 40px;
  }
  .prodet-page .prodet-2 .retBox {
    margin-top: 20px;
  }

  .service-page h2,
  .service-page .service-4 .box h5,
  .prodet-page .prodet-3 h2,
  .about-page h2 {
    font-size: 32px;
  }
  .prodet-page .prodet-3 span.tag,
  .service-page span.tag,
  .about-page span.tag {
    font-size: 14px;
  }
  .prodet-page .prodet-3 {
    padding: 70px 0;
  }
  .why-page .why-1 .slide .left {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
  }
  .why-page .why-1 .slide .right {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
    margin-top: 30px;
  }
  .service-page .service-2 .box .box2 h3 {
    font-size: 28px;
  }
  .service-page .service-2 .box .box2 {
    padding-left: 6%;
  }
  .service-page .service-1 .list ul li {
    width: 25%;
    padding: 0 20px;
  }
  .service-page .service-1 .list ul {
    margin: 0 -20px;
  }
  .service-page .service-1 .list ul li h6 {
    font-size: 15px;
  }
  .news-page .news-1 .list ul li {
    padding: 7px;
  }
  .news-page .news-1 .list ul {
    margin: -7px;
  }
  
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .left .img {
    height: 260px;
  }
  .about-page .about-1 .list ul li {
    width: 25%;
  }
  .about-page .about-2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 {
    display: none;
  }
  #footer:after {
    top: 20%;
  }
  .about-page .about-1 .list {
    display: none;
  }

  .inner-page .publicBox {
    background-size: auto 80%;
  }
  .inner-page .publicBox .box {
    width: 90%;
  }
  .inner-page .publicBox .box .text {
    font-size: 14px;
  }
  .service-page .service-4 .box h5 {
    width: 100%;
    float: none;
  }
  .service-page .service-4 .box .list {
    width: 100%;
  }

  .service-page h2,
  .service-page .service-4 .box h5,
  .prodet-page .prodet-3 h2,
  .about-page h2 {
    font-size: 28px;
  }
  #footer .footer-top .searchBox h2 {
    font-size: 24px;
  }
  .service-page .service-4 .box .list ul li h6 {
    font-size: 18px;
  }
  .service-page .service-4 .box .list ul li .text {
    font-size: 14px;
  }
  .service-page .service-3 .map {
    margin-top: 30px;
  }
  .service-page .service-3 {
    padding: 40px 0;
  }
  .service-page .service-2 .box {
    width: 95%;
    margin-left: 5%;
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: -40px;
  }
  .service-page .service-1 .list ul li {
    width: 50%;
    padding: 15px;
  }
  .service-page .service-1 .list ul {
    margin: -15px;
  }
  .service-page .service-1 .list:after {
    display: none;
  }
  .service-page .service-1 .list ul li:hover .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .service-page .service-1 .list {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .options ul li {
    margin-right: 30px;
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .m-page {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  #footer:after {
    top: 5%;
  }
  .inner-page .publicBox .box h3 {
    font-size: 24px;
  }
  
  .service-page h2,
  .service-page .service-4 .box h5,
  .prodet-page .prodet-3 h2,
  .about-page h2 {
    font-size: 24px;
  }
  .prodet-page .prodet-3 span.tag,
  .service-page span.tag,
  .about-page span.tag {
    font-size: 12px;
  }
  .prodet-page .prodet-2 .options {
    display: none;
  }
  .prodet-page .prodet-2 .retBox {
    margin-top: 0;
  }
  .prodet-page .prodet-2 .retBox .slide {
    display: block !important;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .retBox .content {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .right .box2 h6 {
    font-size: 14px;
  }
  .why-page .why-1 .slide .left h3,
  .about-page .about-1 .right h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .newdet-page h1 {
    font-size: 22px;
  }
}
/* end */




.about2-page h3 {
  font-size: 55px;
  color: #333;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'AbrilFatface-Regular';
}
.about2-page .line {
  display: block;
  width: 180px;
  height: 0px;
  background: #adadad;
  margin: 0 auto;
  position: relative;
}
.about2-page .line:after {
  content: '';
  height: 3px;
  width: 80px;
  background: #48a9a6;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -1px;
}
.about2-page .text {
  display: block;
  font-size: 19px;
  color: #6b6b84;
  line-height: 1.6;
  max-width: 750px;
  padding-right: 30px;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
}
.about2-page .about-1 {
  padding: 110px 0;
}
.about2-page .about-1 .box {
  position: relative;
}
.about2-page .about-1 .box .left {
  width: 50%;
  vertical-align: middle;
}
.about2-page .about-1 .box .left i.tit,
.about2-page .about-1 .box2 .right i.tit {
  font-size: 22px;
  color: #48a9a6;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.about2-page .about-1 .box .left h2,
.about2-page .about-1 .box2 .right h2 {
  font-size: 30px;
  color: #333;
  text-transform: capitalize;
  line-height: 2;
  font-family: 'AbrilFatface-Regular';
  margin-bottom: 20px;
}
.about2-page .about-1 .box .left .text {
  text-align: left;
  max-height: 400px;
  overflow-y: auto;
  line-height: 2;
}
.about2-page .about-1 .box .left .list {
  margin: 30px 0;
}
.about2-page .about-1 .box .left .list ul li {
  font-size: 16px;
  color: #6b6b84;
  line-height: 1.8;
  padding-bottom: 5px;
}
.about2-page .about-1 .box .left .list ul li i {
  color: #48a9a6;
  margin-right: 10px;
}
.about2-page .about-1 .box .left .list ul li:last-child {
  padding-bottom: 0;
}
.about2-page .about-1 .box .left a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  background: #48a9a6;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-1 .box .left a.more:hover {
  background: #111;
}
.about2-page .about-1 .box .right {
  width: 50%;
  padding-left: 2%;
  vertical-align: middle;
  /*padding-right: 9%;*/
}
.about2-page .about-1 .box .right:after {
  content: '';
  width: 15%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #48a9a6;
  left: 52%;
  top: 0;
}
.about2-page .about-1 .box .right:before {
  content: '';
  width: 16%;
  height: 100%;
  border: 5px solid #48a9a6;
  position: absolute;
  top: 0;
  right: 0;
}
.about2-page .about-1 .box .right .img {
  padding-left: 18%;
  position: relative;
}
.about2-page .about-1 .box .right .img h6 {
  font-size: 28px;
  color: white;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -moz-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  -o-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  position: absolute;
  left: 6%;
  top: 22%;
  transform-origin: left top;
}
.about2-page .about-1 .box2 {
  margin-top: 50px;
}
.about2-page .about-1 .box2 .left {
  width: 50%;
  padding-right: 5%;
  vertical-align: middle;
}
.about2-page .about-1 .box2 .right {
  width: 50%;
  text-align: left;
  vertical-align: middle;
}
.about2-page .about-1 .box2 .right .text {
  text-align: left;
}


.about2-page .about-2 h6 {
  color: #fff;
  font-family: 'AbrilFatface-Regular';
  line-height: 2;
}
.about2-page .about-2 h2 {
  font-size: 40px;
  line-height: 2;
  color: #fff;
  font-family: 'AbrilFatface-Regular';
}

.about2-page .about-2 {
  padding: 150px 0;
  text-align: center;
  background: url("../images/about-2-bg.jpg") center center no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.about2-page .about-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.about2-page .about-2 .play {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: white;
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-2 .play:after,
.about2-page .about-2 .play:before {
  content: '';
  background: inherit;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  z-index: -1;
  opacity: .2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-2 .play:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.about2-page .about-2 .play:hover:after,
.about2-page .about-2 .play:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.about2-page .about-3 {
  padding: 100px 0;
}
.about2-page .about-3 .box {
  padding-top: 50px;
}
.about2-page .about-3 .box ul li .box2 {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  background: #48a9a6;
  z-index: 1;
  -moz-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-position: center center;
}
.about2-page .about-3 .box ul li .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .box ul li .box2 i {
  display: block;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #48a9a6;
}
.about2-page .about-3 .box ul li .box2 h4 {
  font-size: 30px;
  line-height: 2;
  text-transform: capitalize;
  font-family: 'AbrilFatface-Regular';
  margin: 20px 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .box ul li .box2 p {
  font-size: 20px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.5);
      line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 180px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .box ul li .box2:hover:after {
      background-color: rgb(72 169 166);
}
.about2-page .about-3 .box ul li .box2:hover i,
.about2-page .about-3 .box ul li .box2:hover h4,
.about2-page .about-3 .box ul li .box2:hover p {
  color: white;
}
.about2-page .about-4 {
  padding-top: 110px;
  background: url("../images/about-4-bg.jpg") center top no-repeat;
  position: relative;
  z-index: 1;
}
.about2-page .about-4:after {
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: white;
  background: url(../images/product_bg.png) center;
  z-index: -1;
}
.about2-page .about-4 h3 {
  color: white;
  line-height: 2;
}
.about2-page .about-4 .line {
  background: white;
}
.about2-page .about-4 .text {
  color: white;
}
.about2-page .about-4 .box {
  padding-top: 50px;
  margin-bottom: -80px;
  
}
.about2-page .about-4 .box ul {
  margin: 0 -15px;
}
.about2-page .about-4 .box ul li {
  padding: 0 15px 80px;
}
.about2-page .about-4 .box ul li .box2 {
  display: block;
  position: relative;
  z-index: 1;
}
.about2-page .about-4 .box ul li .box2 .img-box {
  display: block;
}
.about2-page .about-4 .box ul li .box2 .img-box img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-4 .box ul li .box2 .text {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #48a9a6;
  text-align: left;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-4 .box ul li .box2 .text h4 {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  padding: 0 15px;
}
.about2-page .about-4 .box ul li .box2 .text h4 small {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
.about2-page .about-4 .box ul li .box2:hover .img-box img {
  left: -10%;
}
.about2-page .about-4 .box ul li .box2:hover .text {
  top: 80px;
  width: 90%;
}
.about2-page .about-5 {
  padding: 110px 0;
}
.about2-page .about-5 .box {
  padding-top: 50px;
}
.about2-page .about-5 .box ul {
  margin: -15px;
}
.about2-page .about-5 .box ul li {
  padding: 15px;
}
.about2-page .about-5 .box ul li .box2 {
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.about2-page .about-5 .box ul li .box2 a.img-box {
  display: block;
}
.about2-page .about-5 .box ul li .box2 h5 {
  font-size: 20px;
  color: black;
  line-height: 1.6;
  padding: 25px 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-5 .box ul li .box2 h5:hover {
  color: #48a9a6;
}


@media screen and (max-width: 1500px) {
  .about2-page .about-1 .left h2 {
    font-size: 46px;
  }
  .about2-page h3 {
    font-size: 34px;
  }
  .about2-page .about-3 .box ul li .box2 h4 {
    font-size: 18px;
  }
  .about2-page .about-3 .box ul li .box2 p {
    font-size: 16px;
  }
  .about2-page .about-4 .box ul li .box2 .text h4 {
    font-size: 20px;
  }
  .about2-page .about-5 .box ul li .box2 h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1250px) {
  .about2-page .about-1 {
    padding: 50px 0;
  }
  .about2-page .about-1 .left h2 {
    font-size: 32px;
  }
  .about2-page .about-1 .left i.tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about2-page .text,
  .about2-page .about-1 .left .list ul li,
  .about2-page .about-3 .box ul li .box2 p {
    font-size: 14px;
    line-height: 2;
  }
  .about2-page .about-1 .left a.more {
    line-height: 46px;
    height: 46px;
    font-size: 16px;
    padding: 0 20px;
  }
  .about2-page .about-1 .right .img h6 {
    top: 12%;
  }
  .about2-page .about-2 {
    padding: 100px 0;
  }
  .about2-page .about-3 {
    padding: 50px 0;
  }
  .about2-page h3 {
    font-size: 28px;
  }
  .about2-page .about-3 .box ul li .box2 p {
    height: 66px;
  }
  .about2-page .about-5 {
    padding: 60px 0;
  }
  .about2-page .about-5 .box ul li .box2 h5 {
    font-size: 16px;
    padding: 15px 10px;
  }
}

@media screen and (max-width: 1000px) {
  .about2-page .about-1 .right {
    display: none;
  }
  .newshide{
  display: none !important;
  }
  .about2-page .about-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .about2-page .about-1 .left h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .about2-page .about-1 .left .list {
    margin: 10px 0 20px;
  }
  .about2-page .about-1 .left a.more {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  .about2-page .about-4 .box {
    margin-bottom: -60px;
  }
  .about2-page .about-3 .box ul li {
    width: 50%;
  }
  .about2-page .about-3 .box ul li .box2 {
    padding: 15px;
  }
  .about2-page .about-4 .box ul li .box2 .text h4 {
    font-size: 18px;
    bottom: 10px;
  }
  .about2-page .about-4 .box ul li .box2 .text h4 small {
    font-size: 14px;
  }
  .about2-page .about-4 .box ul li .box2:hover .text {
    top: 60px;
  }
  .about2-page .about-4 .box ul li {
    padding-bottom: 60px;
  }
  .about2-page .about-1 .box .left h2, .about2-page .about-1 .box2 .right h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 700px) {
  .about2-page .about-4 {
    display: none;
  }
  .about2-page .about-5 {
    background: #f8f8f8;
  }
  .about2-page .about-5 .box ul li .box2 {
    background: white;
  }
  .about2-page h3 {
    font-size: 24px;
  }
  .about2-page .about-1 .left h2 {
    font-size: 26px;
  }
  .about2-page .about-1 .box .left {
    width: 100%;
  }
  .about2-page .about-1 .box .left h2, .about2-page .about-1 .box2 .right h2 {
    font-size: 30px;
  }
  .about2-page .about-1 .box2,#banner li .content .bg {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .about2-page .about-3 .box ul li {
    width: 100%;
  }
  .about2-page .about-5 .box ul li .box2 h5 {
    font-size: 13px;
    padding: 10px;
  }
  .about2-page .about-5 .box ul li {
    padding: 5px;
  }
  .about2-page .about-5 .box ul {
    margin: -5px;
  }
  .about2-page .about-5 .box {
    padding-top: 20px;
  }
  .about2-page .text,
  .about2-page .about-1 .left .list ul li,
  .about2-page .about-3 .box ul li .box2 p {
    font-size: 14px;
  }
  .about2-page .about-5 {
    padding: 40px 0;
  }
  .about2-page .about-3 .box ul li .box2 i {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
  }
  .about2-page .about-3 .box ul li .box2 h4 {
    margin: 10px 0;
    line-height: 1;
  }
  .about2-page .about-3 .box ul li .box2 p {
    height: auto;
    display: block;
  }
}


/* è”ç³»æˆ‘ä»¬ */

.contact-page .init-1 {
    padding-top: 0px;
        background: #fff;
}
.contact-page .init-1 h1 {
    border-bottom: 1px solid #6e6b70;
    padding: 50px 0 20px;
    text-transform: capitalize;
}
.contact-page .init-1 ul {
    padding: 80px 0;
}
.contact-page .init-1 ul li {
  margin-bottom: 20px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-page .init-1 ul li:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
    color: #48a9a6;
    border: 2px solid #48a9a6;
}
.contact-page .init-1 ul li i {
    width: 100px;
    height: 100px;
    border: 2px solid #6e6b70;
    border-radius: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 44px;
    color: #6e6b70;
    margin: 0 auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-page .init-1 ul li h3 {
    font-size: 24px;
    color: #051524;
    padding: 20px 0 10px;
    text-transform: capitalize;
    font-weight: bold;
}
.contact-page .init-1 ul li p {
    font-size: 20px;
    color: #414951;
    /*line-height: 2;*/
}
.contact-page .init-2 {
    padding-bottom: 50px;
}
.contact-page .init-2 .init-2-box {
    display: flex;
}
.contact-page .init-2 .init-2-box .left {
    width: 50%;
    padding-right: 8.5%;
}
.contact-page .init-2 .init-2-box .left h1 {
    background: #48a9a6;
    color: #fff;
    padding: 60px 0;
    font-size: 45px;
    text-align: center;
    font-family: 'AbrilFatface-Regular';
}
.contact-page .init-2 .init-2-box .left .content {
    padding-left: 45px;
}
.contact-page .init-2 .init-2-box .left .content p {
    margin-top: 20px;
    font-size: 20px;
    color: #222;
    /*line-height: 2;*/
}
.contact-page .init-2 .init-2-box .left .content ul {
    margin-top: 70px;
}
.contact-page .init-2 .init-2-box .left .content ul li {
    padding: 20px 0;
    border-bottom: 1px solid #e0e8f0;
    display: flex;
    align-items: flex-end;
}
.contact-page .init-2 .init-2-box .left .content ul li span {
    display: inline-block;
    width: 60px;
    text-align: center;
    margin-right: 20px;
}
.contact-page .init-2 .init-2-box .left .content ul li p {
    font-size: 22px;
    color: #414951;
    font-weight: bold;
}
.contact-page .init-2 .init-2-box .right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 35px;
}




#addForm2 {
    padding-left: 25px;
    width: 580px;
    padding: 60px;
    background-color: #fff;
    box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm2 h4 {
    font-size: 45px;
    margin: 0 0 30px;
    font-family: 'AbrilFatface-Regular';
    color: #051524;
}
#addForm2 span {
    /*font-weight: 700;*/
    font-style: normal;
    color: #6b6b6b;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    display: block;
}
#addForm2 input {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: #848b91;
    font-size: 16px;
    line-height: 24px;
    box-shadow: none;
    padding: 10px 15px;
    outline: none;
    background-color: #ececec;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}
#addForm2 textarea {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: #848b91;
    font-size: 16px;
    line-height: 24px;
    box-shadow: none;
    padding: 10px 15px;
    outline: none;
    background-color: #ececec;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
    height: 100px;
}
#addForm2 .contact-submit {
    margin-top: 50px;
}
#addForm2 .contact-submit input[type="submit"] {
    display: inline-block;
    max-width: 290px;
    font-weight: 500;
    font-style: normal;
    font-family: 'AbrilFatface-Regular';
    line-height: 36px;
    font-size: 20px;
    color: #fff!important;
    background-color: #48a9a6;
    /*border-radius: 28px;*/
    text-align: center;
    margin-right: 0!important;
    padding: 9px 30px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#addForm2 .contact-submit input[type="submit"]:hover {
    background-color: #48a9a6;
}


.button-group .button{
  background: #48a9a6!important;
}

.slick-track{
  margin-left: 0;
}


.main-solutions .cta{
  background: url(../images/product_bg.png) center;
}

.lg-page ul{
  margin: -15px;
}

.lg-page ul li{
  padding: 15px;
}


@media screen and (max-width:1000px) {
  .contact-page .init-2 .init-2-box{
    display: block;
  }

  .contact-page .init-2 .init-2-box .left{
    width: 100%;
    padding: 0;
  }

  .contact-page .init-2 .init-2-box .right{
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }

  .contact-page .init-2 .init-2-box .left .content{
    padding: 0;
  }

  #addForm2{
    width: 100%;
    padding: 30px;
  }
}

@media screen and (max-width:700px) {
  .contact-page .init-2 .init-2-box .left h1{
    font-size: 30px;
  }

  #addForm2 h4{
    font-size: 30px;
  }

  .contact-page .init-2 .init-2-box .left .content ul li p{
    font-size: 18px;
  }

  #addForm2 span{
    font-size: 18px;
  }
}
</pre></body></html>