@font-face {
  font-family: 'DINPRO-REGULAR';
  src: url(../fonts/DINPRO-REGULAR.ttf) format('truetype'), url(../fonts/DINPRO-REGULAR.eot) format('eot'), url(../fonts/DINPRO-REGULAR.woff) format('woff'), url(../fonts/DINPRO-REGULAR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYR';
  src: url(../fonts/AGENCYR.ttf) format('truetype'), url(../fonts/AGENCYR.eot) format('eot'), url(../fonts/AGENCYR.woff) format('woff'), url(../fonts/AGENCYR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYB';
  src: url(../fonts/AGENCYB.ttf) format('truetype'), url(../fonts/AGENCYB.eot) format('eot'), url(../fonts/AGENCYB.woff) format('woff'), url(../fonts/AGENCYB.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Ubuntu-B-2';
  src: url(../fonts/Ubuntu-B-2.ttf) format('truetype'), url(../fonts/Ubuntu-B-2.eot) format('eot'), url(../fonts/Ubuntu-B-2.woff) format('woff'), url(../fonts/Ubuntu-B-2.woff2) format('woff2');
}
@font-face {
  font-family: 'Ubuntu-L-5';
  src: url(../fonts/Ubuntu-L-5.ttf) format('truetype'), url(../fonts/Ubuntu-L-5.eot) format('eot'), url(../fonts/Ubuntu-L-5.woff) format('woff'), url(../fonts/Ubuntu-L-5.woff2) format('woff2');
}
@font-face {
  font-family: 'Ubuntu-M-7';
  src: url(../fonts/Ubuntu-M-7.ttf) format('truetype'), url(../fonts/Ubuntu-M-7.eot) format('eot'), url(../fonts/Ubuntu-M-7.woff) format('woff'), url(../fonts/Ubuntu-M-7.woff2) format('woff2');
}
body {
  font-family: "Ubuntu-M-7";
}

#ewm{
  width: 100px;
  margin-top: 20px;
  border: 5px solid white;
}

.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1430px;
}
#header .nav .ui.menu .logo:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: -133px;
  /* border-left: 103px solid transparent; */
  border-right: 85px solid transparent;
  border-top: 133px solid transparent;
  border-bottom: 133px solid #FFF;
}
.language-box {
  margin-left: 30px;
  font-size: 17px;
  font-family: "Montserrat-Regular";
}
.language-box .language-img {
  display: inline-block;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.language-box .hover-language {
  margin-left: 22px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  width: 50px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  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: 40px;
  font-size: 12px!important;
  color: #000000!important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white!important;
}
.language-box .hover-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner.swiper-container {
  z-index: 0;
}
#banner .banner-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: white;
}
#banner .banner-text h2 {
  font-size: 24px;
}
#banner .swiper-slide.swiper-slide-active .banner-text h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 500ms;
  text-shadow: 0px 0px 6px #00000050;
}
#banner .swiper-slide.swiper-slide-active .banner-text .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}
#banner .banner-text h1 {
  font-family: "Ubuntu-B-2";
  position: relative;
  display: block;
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 34px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
#banner .banner-text a {
  display: inline-block;
  font-size: 16px;
  background: #76b588;
  padding: 10px 45px;
  margin-top: 55px;
}
#banner .btn-box {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
#header {
  z-index: 200;
  position: relative;
}
#header .h-top {
  line-height: 36px;
  height: 36px;
  background: #171717;
}
#header .h-top ul {
  float: right;
  margin-right: -15px;
}
#header .h-top ul li {
  line-height: 36px;
  font-size: 14px;
  color: white;
  display: inline-block;
  height: 36px;
  margin-top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top ul li.active,
#header .h-top ul li:hover {
  background: #fd2318;
}
#header .h-top ul li a {
  padding: 0 15px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #434343;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-right: 10%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  background-color: #fff;
  padding: 15px 180px 15px 135px;
  margin-right: 0;
  vertical-align: middle;
  transition: .3s ease;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-family: "Montserrat-Regular";
  margin: 0 40px;
  font-size: 18px;
  color: white;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #76b588;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  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: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-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: #222;
  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 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#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%);
  -o-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;
  -ms-transition: .5s;
  -o-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%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table tr:nth-child(odd){
  background-color: #b9e0c4;
}
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(../images/fw.png) !important;
  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;
  -moz-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: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.btn {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.btn i:after,
.btn i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid transparent;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.btn i:before {
  border-left: none;
  border-top: none;
}
.btn i:after {
  border-right: none;
  border-bottom: none;
}
.btn:hover {
  background: #fdc210;
  -webkit-transition: 1.5s .9s;
  -moz-transition: 1.5s .9s;
  -ms-transition: 1.5s .9s;
  -o-transition: 1.5s .9s;
  transition: 1.5s .9s;
}
.btn:hover i:after {
  -webkit-animation: wh .5s;
  -o-animation: wh .5s;
  animation: wh .5s;
  border-color: #76b588;
}
.btn:hover i:before {
  -webkit-animation: hw .5s;
  -o-animation: hw .5s;
  animation: hw .5s;
  border-color: #76b588;
}
@-webkit-keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-o-keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-moz-keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-o-keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-moz-keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.i-advantage .more-btn {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 45px;
}
.more-btn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000;
}
.more-btn i:after,
.more-btn i:before {
  border-width: 1px;
  z-index: 1;
}
.more-btn span {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.more-btn span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000;
}
.more-btn:hover {
  background-color: #76b588;
  color: #fff;
}
.more-btn:hover span {
  left: 0;
  top: 0;
  -webkit-transition: 1s .5s;
  -moz-transition: 1s .5s;
  -ms-transition: 1s .5s;
  -o-transition: 1s .5s;
  transition: 1s .5s;
}
.i-advantage .more-btn h3 {
  text-align: center;
  font-size: 13px;
  line-height: 45px;
  max-width: 360px;
  padding: 0 15px;
  text-transform: uppercase;
}
.single-item {
  position: relative;
  display: block;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.single-item:before {
  width: 100%;
  height: 5px;
  position: absolute;
  content: "";
  background: transparent;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: .5s ease;
}
.single-item:hover:before {
  transform: scaleX(1);
  background: #76b588;
}
#banner .swiper-pagination-bullets {
  bottom: 110px;
}
#banner .swiper-pagination-bullet {
  width: 29px;
  height: 3px;
  background-color: #fff;
  border-radius: unset;
  opacity: 1;
}
#banner .swiper-pagination-bullet-active {
  background-color: #76b588;
}
.our-pro-cat .box {
  font-size: 0;
}
.our-pro-cat .inner-container {
  position: relative;
  background: transparent;
  margin-top: -50px;
  z-index: 1;
}
.our-pro-cat .pro-cat-left {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  padding-right: 17px;
}
.our-pro-cat .pro-cat-left .content-box {
  position: relative;
  background: #fff;
  padding: 52px 15px 30px 80px;
}
.our-pro-cat .pro-cat-left .content-box h2 {
  padding-right: 37%;
  font-size: 36px;
  font-family: "Ubuntu-B-2";
  color: #76b588;
}
.our-pro-cat .pro-cat-left .content-box .text {
  font-size: 18px;
  font-family: "Ubuntu-L-5";
  margin-top: 20px;
}
.our-pro-cat .pro-cat-right {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}
.our-pro-cat .pro-cat-right .inner-box {
  position: relative;
}
.our-pro-cat .pro-cat-right .grid-box.four .column {
  padding: 5px;
}
.our-pro-cat .pro-cat-right .grid-box.four {
  margin: -5px;
  /*height: 265px;*/
}
.our-pro-cat .pro-cat-right .cat-text {
  min-height: 90px;
  position: relative;
}
.our-pro-cat .pro-cat-right .cat-text img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.our-pro-cat .pro-cat-right .cat-name {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s ease;
  margin-top: 20px;
}
/*.our-pro-cat .pro-cat-right .grid-box.four .column a:hover .cat-name {
  height: 80px;
}*/
.our-pro-cat .pro-cat-right .cat-name h3 {
  font-size: 16px;
}
.our-pro-cat .pro-cat-right .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
}
.our-pro-cat .pro-cat-right .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.our-pro-cat .pro-cat-right .slick-dots li button {
  width: 6px;
  height: 25px;
  background-color: #b5b5b5;
  border: none;
}
.our-pro-cat .pro-cat-right .slick-dots .slick-active button {
  background-color: #76b588;
  width: 6px;
  height: 41px;
}
.our-pro-cat .slick-slider .slick-list {
  padding-bottom: 100px;
}
.i-advantage .box {
  font-size: 0;
  padding: 80px 20px 75px 80px;
}
.i-advantage .adv-left {
  width: 37%;
  display: inline-block;
  vertical-align: middle;
}
.i-advantage .adv-left .adv-img {
  text-align: center;
}
.i-advantage .adv-left .adv-img img {
  width: 100%;
}
.i-advantage .adv-right {
  width: 63%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 16%;
  padding-right: 20px;
      padding-bottom: 10%;
}
.i-advantage .adv-right .adv-text h2 {
  font-size: 36px;
  position: relative;
}
.i-advantage .adv-right .adv-text h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #76b588;
  left: -80px;
  top: 80px;
}
.i-advantage .adv-right .adv-text h2 small {
  font-size: 24px;
  color: #76b588;
  font-family: "Ubuntu-B-2";
}
.i-advantage .adv-right .adv-text p {
  font-size: 16px;
  font-family: "Ubuntu-L-5";
  letter-spacing: 1px;
  margin-top: 10px;
}
.i-advantage .adv-right .adv-btn {
  text-align: right;
  margin-top: 55px;
}
.i-advantage .adv-right .banner-jt {
  /*position: absolute;*/
  z-index: 10;
  /*bottom: 0;
  left: 50%;
  transform: translateX(-50%);*/
  width: 195px;
  height: 60px;
  background-color: #fff;
  font-size: 0;
}
.i-advantage .banner-jt{
  position: absolute;
  left: 53%;
  top: 80%;
  z-index: 10;
  white-space: nowrap;
}
.i-advantage .banner-jt .jt {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  text-align: center;
      background: #d9eade;
  line-height: 60px;
  padding: 0 20px;
  cursor: pointer;
}
.i-advantage .banner-jt .prev i {
  margin-right: 15px;
}
.i-advantage .banner-jt .next i {
  margin-left: 15px;
}
.choose-our .box {
  padding-bottom: 60px;
  overflow: hidden;
}
.choose-our .choose-title {
  text-align: center;
}
.choose-our .choose-title h2 {
  font-size: 36px;
  line-height: 40px;
}
.choose-our .choose-title small {
  font-size: 24px;
  color: #76b588;
}
.choose-our .choose-box {
  margin-top: 70px;
}
.choose-our .choose-box .choose-icon {
  width: 113px;
  height: 100px;
  background-color: #76b588;
  position: relative;
  border-radius: 15px;
}
.choose-our .choose-box .choose-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 1px solid #000;
  left: 15px;
  top: 10px;
  z-index: -1;
}
.choose-our .choose-box .choose-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.choose-our .choose-box .choose-list {
  position: relative;
}
.choose-our .choose-box .choose-list::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #000;
  left: 100%;
  top: 50px;
}
.choose-our .choose-box ul li:last-child .choose-list::after {
  display: none;
}
.choose-our .choose-box .choose-list h3 {
  font-size: 30px;
  font-family: 'Ubuntu-B-2';
  margin-top: 40px;
}
.choose-our .choose-box .choose-list p {
  font-size: 16px;
  font-family: "Ubuntu-L-5";
  margin-top: 20px;
}
.choose-our .choose-box ul {
  margin: -75px;
}
.choose-our .choose-box ul li {
  padding: 75px;
}
.our-quality .box {
  font-size: 0;
}
.our-quality .quality-left {
  text-align: right;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}
.our-quality .quality-left .quality-left-bg {
  background-color: #76b588;
  padding: 45px 0 60px;
}
.our-quality .quality-text {
  max-width: 700px;
  display: inline-block;
  text-align: left;
  padding-right: 25%;
}
.our-quality .quality-text h2 {
  font-size: 48px;
  line-height: 60px;
  color: #fff;
}
.our-quality .quality-text p {
  font-size: 14px;
  font-family: 'Ubuntu-L-5';
  color: #fff;
  margin-top: 40px;
}
.our-quality .more-btn {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 45px;
  margin-top: 40px;
}
.our-quality .more-btn h3 {
  text-align: center;
  font-size: 13px;
  line-height: 45px;
  max-width: 360px;
  padding: 0 15px;
  text-transform: uppercase;
  color: #fff;
}
.our-quality .more-btn:after {
  border-color: #fff;
}
.our-quality .btn:hover i:after {
  border-color: #fff;
}
.our-quality .btn:hover i:before {
  border-color: #fff;
}
.our-quality .more-btn span:after {
  border-color: #fff;
}
.our-quality .quality-right {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}
.video-box {
  position: absolute;
  right: -68px;
  top: 50%;
  transform: translateY(-50%);
  width: 135px;
  height: 135px;
  padding: 6px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
}
.video-box a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #64a075;
  border-radius: 100%;
  -webkit-animation: pulse-2 5s infinite;
  -o-animation: pulse-2 5s infinite;
  animation: pulse-2 5s infinite;
}
.video-box a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@keyframes pulse-2 {
  50% {
    box-shadow: 0 0 0 15px rgba(100, 160, 117, 0.5), 0 0 0 30px rgba(100, 160, 117, 0.3);
  }
}
.our-product {
  background-color: #f7f7f7;
}
.our-product .box {
  padding: 75px 260px 55px;
}
.our-product .pro-title {
  text-align: center;
  padding: 0 20%;
}
.our-product .pro-title h5 {
  font-size: 18px;
}
.our-product .pro-title h2 {
  font-size: 48px;
  color: #76b588;
}
.our-product .pro-title h6 {
  font-size: 16px;
  font-family: 'Ubuntu-L-5';
  margin-top: 10px;
}
.our-product .pro-box {
  margin-top: 80px;
}
/** shop-section **/
.shop-section {
  position: relative;
  display: block;
  background: #fdfbf9;
  padding: 65px 0px 100px 0px;
}
.shop-section:before {
  position: absolute;
  content: '';
  background: url(../images/icons/shap-6.png);
  width: 100%;
  height: 475px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
}
.shop-section .title-box .top-text {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fc9a36;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.shop-section .title-box h1 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 48px;
  color: #0c0d24;
  font-weight: 700;
  margin-bottom: 9px;
}
.shop-section .title-box p {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #5b5b63;
}
.shop-section .title-box {
  position: relative;
  display: block;
  margin-bottom: 35px;
}
.shop-block-one {
  position: relative;
  display: block;
}
.shop-block-one .inner-box {
  position: relative;
  display: block;
}
.shop-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
}
.shop-block-one .inner-box .image-box img {
  width: 100%;
  transform: scale(1);
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: all;
  transition-property: all;
}
.shop-block-one:hover .inner-box .image-box img {
  transform: scale(1.1);
}
.shop-block-one .inner-box .overlay-box {
  position: absolute;
  left: 0px;
  bottom: 35px;
  width: 100%;
  z-index: 2;
}
.shop-block-one .inner-box .overlay-box .p-box {
  position: relative;
  display: inline-block;
  background: #64a075;
  padding: 0px 60px 25px 60px;
  border-radius: 10px;
  transform: translateY(-100px);
  transition: all 500ms ease;
  opacity: 0;
}
.shop-block-one:hover .inner-box .overlay-box .p-box {
  transform: translateY(0px);
  opacity: 1;
}
.shop-block-one .inner-box .overlay-box .p-box .view-btn {
  position: relative;
  margin-top: -20px;
  margin-bottom: 0;
}
.shop-block-one .inner-box .overlay-box .p-box .view-btn a {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  color: #000;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
}
.shop-block-one .inner-box .overlay-box .p-box .view-btn a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.shop-block-one .inner-box .overlay-box .p-box h4 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 0px;
}
.shop-block-one .inner-box .overlay-box .p-box h4 a {
  color: #fff;
  line-height: 22px;
}
.shop-block-one .inner-box .overlay-box .p-box .text {
  position: relative;
  display: block;
  color: #fff;
  line-height: 20px;
}
.shop-block-one:hover .inner-box .image-box:before {
  opacity: 0;
}
.title-box .top-text {
  color: #ff5e85;
}
.load-btn a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  background: #ff5e85;
  color: #fff;
  border-radius: 0px;
  text-align: center;
  padding: 14.5px 40px;
}
.load-btn a:hover {
  transform: translateY(-5px);
}
.load-btn {
  position: relative;
  margin-top: 10px;
}
.centred {
  text-align: center;
}
#hot-pro .swiper-pagination {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}
#hot-pro .swiper-pagination-bullet {
  border-radius: unset;
  width: 6px;
  height: 25px;
  vertical-align: middle;
}
#hot-pro .swiper-pagination-bullet-active {
  width: 6px;
  height: 41px;
  background-color: #76b588;
}
.our-product .pro-btn {
  margin: 80px 0 55px;
}
.our-product .more-btn {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 45px;
}
.our-product .more-btn h3 {
  text-align: center;
  font-size: 13px;
  line-height: 45px;
  max-width: 360px;
  padding: 0 15px;
  text-transform: uppercase;
}
.our-news .box {
  padding: 120px 0 160px;
}
.our-news .news-title {
  text-align: center;
}
.our-news .news-title h2 {
  font-size: 48px;
  color: #64a075;
}
.our-news .news-title h2 {
  font-size: 24px;
  font-family: 'Ubuntu-L-5';
  margin-top: 15px;
}
.our-news .more-btn {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 45px;
  margin-top: 35px;
}
.our-news .more-btn h3 {
  text-align: center;
  font-size: 13px;
  line-height: 45px;
  max-width: 360px;
  padding: 0 15px;
  text-transform: uppercase;
}
.our-news .news-contont {
  padding: 30px 0;
}
.our-news .news-contont time {
  font-style: italic;
  font-size: 14px;
}
.our-news .news-contont h2 {
  font-size: 20px;
  line-height: 25px;
  margin-top: 20px;
}
.our-news .news-contont p {
  font-size: 18px;
  line-height: 20px;
  margin-top: 15px;
  font-family: 'Ubuntu-L-5';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.our-news .news-img {
  overflow: hidden;
}
.our-news .news-img img {
  width: 100%;
  transition: .5s ease;
}
.our-news .news-img:hover img {
  transform: scale(1.1);
}
.our-news .news-box {
  margin-top: 120px;
  overflow: hidden;
}
.our-news .news-box ul li {
  padding: 0 45px;
}
.our-news .news-box ul {
  margin: 0 -45px;
}
.contact-our {
  background-color: #f7f7f7;
}
.contact-our .box {
  font-size: 0;
  padding: 55px 0;
}
.contact-our .contact-left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 110px;
}
.contact-our .contact-left .content-box {
  position: relative;
  display: block;
  max-width: 330px;
  width: 100%;
}
.contact-our .contact-left h3 {
  font-size: 30px;
  margin-bottom: 5px;
}
.contact-our .contact-left .text {
  font-size: 16px;
  margin-bottom: 35px;
}
.contact-our .contact-left h5 {
  font-size: 18px;
  margin-bottom: 30px;
}
.contact-our .contact-left a {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  background-color: #76b588;
  font-family: "arial";
  text-transform: uppercase;
  padding: 20px 35px;
}
.contact-our .contact-right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.contact-our .contact-right .form-inner {
  position: relative;
  display: block;
  max-width: 580px;
}
.contact-our .contact-right .form-inner h3 {
  font-size: 30px;
  margin-bottom: 22px;
}
.contact-our .contact-right .form-inner input[type="text"]{
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 14px;
  padding: 10px 85px 10px 0px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  background: transparent;
  transition: all 500ms ease;
}
.contact-our .contact-right .form-inner .form-group {
  position: relative;
  display: block;
  margin: 0px;
}
.contact-our .contact-right .form-inner .form-group input[type='email'] {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 14px;
  padding: 10px 85px 10px 0px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  background: transparent;
  transition: all 500ms ease;
}
.contact-our .contact-right .form-inner .form-group input[type="submit"] {
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 16px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}
#footer .footer-top {
  background-color: #434343;
}
#footer .footer-top .box {
  font-size: 0;
  padding: 80px 0 120px;
}
#footer .footer-top .footer-list {
  display: inline-block;
  vertical-align: top;
}
#footer .footer-top .footer-list h2 {
  font-size: 24px;
  color: #76b588;
  margin-top: 60px;
}
#footer .footer-top .footer-list.one p {
  font-size: 14px;
  font-family: 'Ubuntu-L-5';
  color: #fff;
  margin-top: 20px;
}
#footer .footer-top .footer-list ul {
  margin-top: 25px;
}
#footer .footer-top .footer-list ul li {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
#footer .footer-top .footer-list ul li a span {
  color: #76b588;
}
#footer .footer-top .footer-list.one {
  width: 30%;
  padding-right: 5%;
}
#footer .footer-top .footer-list.two {
  width: 25%;
}
#footer .footer-top .footer-list.three {
  width: 25%;
}
#footer .footer-top .footer-list.four {
  width: 20%;
}
#footer .footer-top .footer-list ul li em {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
}
#footer .footer-top .footer-list ul li em img {
  vertical-align: middle;
}
#footer .footer-top .footer-list ul li h6 {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}
#footer .footer-bottom {
  background-color: #434343;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-bottom .box {
  font-size: 0;
}
#footer .footer-bottom .footer-bot-left {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  background-color: #76b588;
  font-size: 16px;
  color: #fff;
  line-height: 65px;
  text-align: right;
  position: relative;
}
#footer .footer-bottom .footer-bot-left img {
  vertical-align: middle;
  max-height: 15px;
}
#footer .footer-bottom .footer-bot-left .left-box {
  max-width: 790px;
  display: inline-block;
}
#footer .footer-bottom .footer-bot-right {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  line-height: 65px;
  padding-right: 260px;
}
#footer .footer-bottom .footer-bot-right .right-box {
  text-align: right;
  padding-right: 140px;
}
#footer .footer-bottom .footer-bot-right ul li {
  display: inline-block;
  margin: 0 15px;
}
#footer .footer-bottom .footer-bot-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: -65px;
  /* border-left: 103px solid transparent; */
  border-right: 50px solid transparent;
  border-top: 65px solid transparent;
  border-bottom: 65px solid #76b588;
}
@media screen and (max-width: 1680px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 30px;
    font-size: 16px;
  }
  #header .nav .ui.menu {
    padding-right: 5%;
  }
}
@media screen and (max-width: 1430px) {
  #header .nav .ui.menu .logo {
    padding: 15px 50px 15px 50px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
  }
  .ui.container {
    width: 1230px;
  }
  .our-pro-cat .pro-cat-left .content-box h2 {
    padding-right: 35%;
    font-size: 30px;
  }
  .our-pro-cat .pro-cat-left .content-box .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .i-advantage .box {
    padding: 80px 0;
  }
  .i-advantage .adv-right {
    padding-left: 10%;
  }
  .i-advantage .adv-right .adv-text h2 {
    font-size: 30px;
  }
  .choose-our .choose-title h2 {
    font-size: 30px;
  }
  .choose-our .choose-title small {
    font-size: 20px;
  }
  .choose-our .choose-box .choose-list h3 {
    font-size: 24px;
  }
  .choose-our .choose-box ul {
    margin: -45px;
  }
  .choose-our .choose-box ul li {
    padding: 45px;
  }
  .our-quality .quality-text h2 {
    font-size: 30px;
  }
  .our-quality .quality-text p {
    margin-top: 10px;
  }
  .our-quality .more-btn {
    margin-top: 20px;
  }
  .our-product .box {
    padding: 75px 150px 75px;
  }
  .our-product .pro-title h2 {
    font-size: 30px;
  }
  .our-product .pro-box {
    margin-top: 40px;
  }
  .our-product .pro-btn {
    margin: 50px 0;
  }
  .our-news .box {
    padding: 80px 0;
  }
  .our-news .news-title h2 {
    font-size: 30px;
  }
  .our-news .news-title h2 {
    font-size: 16px;
  }
  .our-news .news-box {
    margin-top: 40px;
  }
  #footer .footer-bottom .footer-bot-right {
    padding-right: 0;
  }
  #footer .footer-bottom .footer-bot-left {
    width: 65%;
  }
  #footer .footer-bottom .footer-bot-right {
    width: 35%;
  }
  .contact-our .contact-left {
    padding-left: 0;
  }
  .our-quality .quality-text {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 15%;
  }
  .choose-our .choose-box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1230px) {
  #footer .footer-bottom .footer-bot-left:after{
    display: none;
  }
  .ui.container {
    width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .banner-text h1 {
    font-size: 50px;
  }
  .our-pro-cat .pro-cat-left .content-box {
    padding: 20px 15px 30px 35px;
  }
  .our-pro-cat .pro-cat-left .content-box h2 {
    font-size: 25px;
  }
  .our-pro-cat .pro-cat-right .cat-name {
    height: auto;
  }
  .our-pro-cat .pro-cat-right .grid-box.four .column a:hover .cat-name {
    height: auto;
  }
  .our-pro-cat .pro-cat-right .grid-box.four {
    height: auto;
  }
  .our-pro-cat .slick-slider .slick-list {
    padding-bottom: 15px;
  }
  .i-advantage .adv-right .adv-text h2 {
    font-size: 25px;
  }
  .i-advantage .adv-left {
    width: 45%;
  }
  .i-advantage .adv-right {
    width: 55%;
    padding-right: 5px;
  }
  .choose-our .choose-title h2 {
    font-size: 25px;
  }
  .choose-our .choose-box .choose-list h3 {
    font-size: 20px;
    margin-top: 25px;
  }
  .choose-our .choose-box .choose-list p {
    font-size: 14px;
    margin-top: 10px;
  }
  .choose-our .choose-box ul {
    margin: -30px;
  }
  .choose-our .choose-box ul li {
    padding: 30px;
  }
  .choose-our .choose-box .choose-list::after {
    width: 30px;
  }
  .our-quality .quality-left .quality-left-bg {
    padding: 30px 0;
  }
  .our-quality .quality-text h2 {
    font-size: 25px;
  }
  .our-quality .quality-text p {
    margin-top: 0;
  }
  .our-product .pro-title {
    padding: 0 10%;
  }
  .our-product .box {
    padding: 75px 0;
  }
  .our-news .news-box ul {
    margin: 0 -25px;
  }
  .our-news .news-box ul li {
    padding: 0 25px;
  }
  .our-news .news-contont h2 {
    font-size: 18px;
    margin-top: 10px;
  }
  .our-news .news-contont p {
    font-size: 14px;
    margin-top: 10px;
  }
  .our-news .more-btn {
    margin-top: 20px;
  }
  .contact-our .contact-left h3 {
    font-size: 25px;
  }
  .contact-our .contact-right .form-inner h3 {
    font-size: 25px;
  }
  .contact-our .contact-left .text {
    font-size: 14px;
  }
  .contact-our .contact-left h5 {
    font-size: 16px;
  }
  .contact-our .contact-left a {
    font-size: 12px;
    padding: 15px 30px;
  }
  #footer .footer-top .box {
    padding: 60px 0;
  }
  #footer .footer-top .footer-list.two {
    width: 20%;
  }
  #footer .footer-top .footer-list.three {
    width: 30%;
  }
  #footer .footer-bottom .footer-bot-right {
    display: none;
  }
  #footer .footer-bottom .footer-bot-left {
    width: 100%;
    text-align: center;
  }
  #footer .footer-bottom .footer-bot-left .left-box {
    max-width: 100%;
  }
}
@media screen and (max-width: 970px) {
  .ui.container {
    width: 768px;
  }
  .our-pro-cat .pro-cat-left .content-box h2 {
    padding-right: 0;
  }
  #banner .banner-text h1 {
    font-size: 40px;
  }
  #banner .swiper-pagination-bullets {
    display: none;
  }
  #banner .banner-text h1 {
    margin-bottom: 10px;
  }
  .our-pro-cat .pro-cat-left .content-box .text {
    font-size: 14px;
  }
  .i-advantage .adv-right .adv-text h2 {
    font-size: 20px;
  }
  .i-advantage .adv-right .adv-text p {
    font-size: 14px;
  }
  .i-advantage .adv-right .adv-text h2::after {
    display: none;
  }
  .i-advantage .adv-right {
    padding-left: 5%;
  }
  .i-advantage .adv-right .adv-btn {
    margin-top: 30px;
  }
  .i-advantage .box {
    padding: 60px 0;
  }
  .our-quality .quality-left {
    width: 100%;
  }
  .our-quality .quality-right {
    width: 100%;
  }
  .our-quality .quality-text {
    padding-right: 25px;
  }
  .video-box {
    top: 55%;
    right: 50%;
    transform: translate(50%, 50%);
  }
  .our-quality .box {
    padding: 0 10%;
  }
  .our-product .box {
    padding: 60px 0;
  }
  .our-product .pro-title h6 {
    font-size: 14px;
  }
  .our-news .box {
    padding: 60px 0;
  }
  .our-news .news-title h2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .contact-our .contact-left .content-box {
    max-width: 100%;
  }
  .contact-our .contact-left h3 {
    font-size: 20px;
  }
  .contact-our .contact-right .form-inner h3 {
    font-size: 20px;
  }
  #footer .footer-top .footer-list.one {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  #footer .footer-top .footer-list.two {
    width: 30%;
  }
  #footer .footer-top .footer-list.three {
    width: 40%;
  }
  #footer .footer-top .footer-list.four {
    width: 30%;
  }
  #footer .footer-top .footer-list h2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .i-advantage{
    display: none;
  }
  .our-pro-cat{
    display: none;
  }
  .choose-our{
    display: none;
  }
  .our-quality{
    padding: 60px 0;
  }
  .ui.container {
    width: 100%;
    overflow: hidden;
  }
  .our-quality .box {
    padding: 0 15px;
  }
  .our-pro-cat .inner-container {
    margin-top: 0;
  }
  .our-pro-cat .pro-cat-left {
    width: 100%;
    padding-right: 0;
  }
  .our-pro-cat .pro-cat-right {
    width: 100%;
  }
  #banner .banner-text h1 {
    font-size: 30px;
  }
  #banner .banner-text a {
    margin-top: 20px;
    font-size: 14px;
  }
  .i-advantage .adv-left {
    display: none;
  }
  .i-advantage .adv-right {
    width: 100%;
    padding-left: 0;
  }
  .our-news .news-contont {
    padding: 15px 0;
  }
  .our-news .news-contont h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .choose-our .choose-box .choose-list::after {
    display: none;
  }
  .contact-our .contact-left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .contact-our .contact-left .text {
    margin-bottom: 5px;
  }
  .contact-our .contact-left h5 {
    margin-bottom: 15px;
  }
  .contact-our .contact-right {
    width: 100%;
  }
  #footer .footer-top .footer-list.two {
    width: 50%;
  }
  #footer .footer-top .footer-list.three {
    width: 50%;
  }
  #footer .footer-top .footer-list.four {
    display: none;
  }
  #footer .footer-bottom .footer-bot-left {
    line-height: 30px;
  }
  #footer .footer-bottom .footer-bot-left:after {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-text h1 {
    font-size: 20px;
  }
  #banner .banner-text a {
    font-size: 12px;
    padding: 10px 30px;
  }
  #footer .footer-top .footer-list ul li {
    font-size: 12px;
  }
  #footer .footer-top .footer-list ul li em {
    width: 15%;
    text-align: center;
  }
  #footer .footer-top .footer-list ul li h6 {
    width: 85%;
  }
  #footer .footer-bottom .footer-bot-left {
    font-size: 12px;
    line-height: 20px;
  }
  #footer .footer-top .footer-list.one p {
    font-size: 12px;
    margin-top: 15px;
  }
  #footer .footer-top .footer-list h2 {
    font-size: 20px;
  }
  #footer .footer-top .footer-list ul {
    margin-top: 15px;
  }
  #footer .footer-top .box {
    padding: 20px 0;
  }
  .our-pro-cat .pro-cat-left .content-box h2 {
    font-size: 20px;
  }
  .our-pro-cat .pro-cat-left .content-box .text {
    font-size: 12px;
  }
  .i-advantage .adv-right .adv-text p {
    font-size: 12px;
  }
  .choose-our .choose-title h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .choose-our .choose-box .choose-list {
    text-align: center;
  }
  .choose-our .choose-box .choose-icon {
    margin: 0 auto;
  }
  .choose-our .choose-box ul li {
    padding: 20px;
  }
  .choose-our .choose-box ul {
    margin: -20px;
  }
  .our-quality .quality-text h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .our-quality .quality-text p {
    margin-top: 20px;
    font-size: 12px;
  }
  .video-box {
    display: none;
  }
  .our-product .pro-title {
    padding: 0;
  }
  .our-product .pro-title h6 {
    font-size: 12px;
  }
  .our-news .news-title h2 {
    font-size: 12px;
  }
  .our-product .pro-btn {
    margin: 30px 0;
  }
  .contact-our .box {
    padding: 30px 0;
  }
}
@media screen and (max-width: 440px) {
  #banner .banner-text a {
    margin-top: 0;
  }
}





/* 内页样式 */
.inner-banner {
  height: 400px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 180px;
  color: white;
}
.inner-banner .center{
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.inner-banner h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  /*text-transform: uppercase;*/
  /*font-family: "POPPINS-MEDIUM";*/
}
.inner-banner .mbx {
  font-size: 16px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #76b588;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: #76b588;
}
.inner-page {
  font-size: 14px;
  line-height: 1.8;
  position:relative;
  z-index:1;
}
.inner-page p {
  line-height: 1.8;
  color: #333;
  font-size: 15px;
}
.inner-page .text {
  color: #828893;
}
.inner-page .text p {
  color: inherit;
}
.inner-page i.small-tit {
  color: #76b588;
  font-size: 18px;
  text-transform: uppercase;
  /*font-family: "POPPINS-MEDIUM";*/
}
.inner-page h3.title {
  color: #111;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 38px;
  margin: 15px 0;
  position: relative;
  /*font-family: "POPPINS-SEMIBOLD";*/
}
.inner-page h3.title.mt0 {
  margin-top: 0;
}
.inner-page .form ul {
  margin: -5px;
}
.inner-page .form ul li {
  padding: 5px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  background: #76b588;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  /*font-family: "POPPINS-MEDIUM";*/
  font-size: 14px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #222;
}
.inner-page .sidebar-box .sidebar-left {
  width: 34%;
  padding-right: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 30px;
  background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
  /*text-transform: uppercase;*/
  color: #072948;
  /*font-family: "POPPINS-MEDIUM";*/
  font-size: 17px;
  padding: 15px 20px;
  background: #fff;
  border-left: 4px solid #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
  float: right;
  font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
  background: #fbf9f7;
  border-color: #d7d7d7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
  background: #76b588 none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
  margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
  color: #111;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  /*font-family: "POPPINS-MEDIUM";*/
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #76b588 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  /*font-family: 'Poppins', sans-serif;*/
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: #76b588;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
  background: #76b588 none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
  padding: 30px;
  background: url("../images/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #76b588;
  z-index: -1;
  opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;
  /*font-family: "POPPINS-MEDIUM";*/
  font-weight: 500;
  margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  /*text-transform: uppercase;*/
  /*font-family: 'Poppins', sans-serif;*/
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #fff;
  color: #76b588;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
  width: 66%;
  padding-left: 15px;
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #76b588 none repeat scroll 0 0;
  color: #fff;
}
.about-page .about-1 {
  padding: 70px 0;
}
.about-page .about-1 .left {
  width: 42%;
  padding-right: 15px;
  vertical-align: middle;
}
.about-page .about-1 .left .box2 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(222, 123, 34, 0.33);
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}
.about-page .about-1 .left .box2:before {
  content: '';
  background: rgba(0, 0, 0, 0.10) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.about-page .about-1 .left .box2 .play {
  position: absolute;
  color: white;
  bottom: 20px;
  /*font-family: "POPPINS-MEDIUM";*/
  right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .box2 .play i {
  background: #76b588 none repeat scroll 0 0;
  border: 2px solid #76b588;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 58px;
  line-height: 15px;
  margin: 0 10px 0 0;
  padding: 20px;
  text-align: center;
  width: 58px;
}
.about-page .about-1 .right {
  width: 58%;
  padding-left: 40px;
  vertical-align: middle;
}
.about-page .about-1 .right h5 {
  color: #111;
  font-weight: 500;
  /*text-transform: capitalize;*/
  font-size: 18px;
  margin-top: 35px;
  position: relative;
  line-height: 30px;
  margin-bottom: 10px;
  /*font-family: "POPPINS-MEDIUM";*/
}
.about-page .about-1 .right h5:before {
  position: absolute;
  height: 4px;
  width: 10%;
  background: #76b588 none repeat scroll 0 0;
  content: "";
  left: 0;
  top: -20px;
}
.about-page .about-1 .right h5:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 11%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.about-page .about-1 .right .text ul {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.about-page .about-1 .right .text ul li {
  color: #111;
  margin: 5px 0;
  text-transform: capitalize;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  /*font-family: "POPPINS-REGULAR";*/
  width: 50%;
  float: left;
}
.about-page .about-1 .right .text ul li:after {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  color: #76b588;
}
.about-page .about-2 {
  background: #f8f9fc;
  padding: 70px 0;
}
.about-page .about-2 .left {
  padding-right: 15px;
}
.about-page .about-2 .right {
  padding-left: 15px;
}
.about-page .about-2 .right .content {
  background: white none repeat scroll 0 0;
  padding: 20px 5px;
  border-radius: 5px;
}
.about-page .about-2 .right .content li {
  text-transform: capitalize;
  color: #333;
  padding: 5px 20px;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 14px;
}
.about-page .about-2 .right .content li i {
  color: #76b588;
  margin-right: 10px;
}
.about-page .about-3 {
  padding: 70px 0;
  background: url("../images/about-3-bg.png") center center #76b588;
  color: white;
  text-align: center;
}
.about-page .about-3 h3,
.about-page .about-3 p {
  color: inherit;
}
.about-page .about-3 p {
  max-width: 850px;
  display: block;
  margin: 30px auto;
}
.about-page .about-3 a.more {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  /*font-family: "POPPINS-REGULAR";*/
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #76b588;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 a.more:hover {
  background: transparent;
  color: #fff;
}
.about-page .about-4 {
  padding: 70px 0;
}
.about-page .about-4 .top {
  display: block;
}
.about-page .about-4 .top .left {
  vertical-align: middle;
}
.about-page .about-4 .top .right {
  text-align: right;
  vertical-align: middle;
}
.about-page .about-4 .top .right a.more {
  display: inline-block;
  vertical-align: middle;
  color: #76b588;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 18px;
  /*font-family: "POPPINS-REGULAR";*/
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .about-4 .top .right a.more:after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #76b588;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .top .right a.more i {
  margin-left: 5px;
}
.about-page .about-4 .top .right a.more:hover {
  color: white;
}
.about-page .about-4 .top .right a.more:hover:after {
  width: 100%;
}
.about-page .about-4 .bottom {
  padding-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin: -15px;
}
.about-page .about-4 .bottom ul li {
  padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
  box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.about-page .about-4 .bottom ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
  display: block;
  color: #111;
  /*font-family: "POPPINS-MEDIUM";*/
  font-size: 18px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
  background: #76b588;
  color: white;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #76b588;
}
.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #76b588;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  font-size: 16px;
  display: none;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.service-page {
  padding: 70px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
  display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  display:none !important;
}
.service-page h3.title {
  font-size: 24px;
}
.service-page .form {
  padding-top: 30px;
}
.news-page {
  padding: 70px 0;
}
.news-page .news-list ul {
  margin: -15px;
}
.news-page .news-list ul li {
  padding: 15px;
}
.news-page .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
  display: block;
}
.news-page .news-list ul li a.img-box img {
  width: 100%;
}
.news-page .news-list ul li .box {
  padding: 10px;
  -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
  padding: 20px;
  position: relative;
}
.news-page .news-list ul li .box .content time {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -35px;
  background: #76b588 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  /*font-family: "POPPINS-MEDIUM";*/
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
  /*font-family: "POPPINS-MEDIUM";*/
  font-size: 20px;
  margin-bottom: 15px;
  color: #111;
  display: inline-block;
  line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 54px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news-page .news-list ul li .box .content h3:hover {
  color: #76b588;
}
.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #76b588;
  border-left: 1px solid #76b588;
  font-size: 16px;
  /*font-family: "POPPINS-REGULAR";*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  -moz-transition: 0.5s padding-left;
  -ms-transition: 0.5s padding-left;
  -o-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}
.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #76b588 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  /*font-family: "POPPINS-MEDIUM";*/
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
  /*font-family: "POPPINS-REGULAR";*/
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #76b588;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
      font-size: 15px;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  /*font-family: "POPPINS-REGULAR";*/
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #76b588;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #76b588;
  text-decoration: underline;
}
.contact-page {
  padding: 70px 0;
}
.contact-page .button-group .button {
  background: #76b588 !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}
.contact-page .contact-2 {
  padding-top: 70px;
}
.contact-page .contact-2 .left {
  width: 55%;
  padding-right: 15px;
}
.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px;
}
.contact-page .contact-2 .right {
  width: 45%;
  padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
  position: relative;
  padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
  position: absolute;
  height: 4px;
  width: 18%;
  background: #76b588 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20%;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
  padding-top: 20px;
  margin: -10px;
}
.contact-page .contact-2 .right ul li {
  padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
  font-size: 14px;
  margin-bottom: 7px;
  text-transform: capitalize;
  color: #828893;
  /*font-family: "POPPINS-MEDIUM";*/
}
.contact-page .contact-2 .right ul li p {
  font-size: 15px;
  color: #111;
  line-height: normal;
  letter-spacing: 1px;
}


.product-cat{
  padding: 70px 0;
  background-color: #f9f9f9;
}
.product-cat .product-list ul li .box{
  padding: 40px;
  border: 2px solid #f9f9f9;
  background-color: #fff;
}
.product-cat .product-list ul li .box .content{
  padding: 15px 0;
}
.product-cat .product-list ul li .box .content h3{
  font-size: 20px;
}

.product-cat .product-list ul li .box .content a.more{
  font-size: 16px;
  font-family: 'Ubuntu-L-5';
}
.product-cat .product-cat1{
  margin-bottom: 80px;
  position: relative;
}
.product-cat .product-cat1::before{
  content: url(../images/dian-bg.png);
  position: absolute;
  left: 23%;
  top: 25%;
  z-index: -1;
}
.product-cat .product-cat1 .tit{
  font-size: 48px;
  font-weight: bold;
  color: #76b588;
  margin-bottom: 20px;
}
.product-cat .product-cat1 .txt{
  max-width: 855px;
  margin: 0 auto;
  font-size: 16px;
}


.product-page {
  padding: 70px 0;
  background-color: #f9f9f9;
}
.product-page .product-content{
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 15px;
}
.product-page .product-list ul {
  margin: -28px;
}
.product-page .product-list ul li {
  padding: 28px;
}
.product-page .product-list ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.product-page .product-list ul li .box a.img-box {
  display: block;
}
.product-page .product-list ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.product-page .product-list ul li .box .content h3 {
  margin-bottom: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 17px;
  color: #111;
  /*font-family: "POPPINS-MEDIUM";*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .product-list ul li .box .content h3:hover {
  color: #76b588;
}
.product-page .product-list ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #76b588;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  /*font-family: "POPPINS-REGULAR";*/
  font-weight: bold;
}
.product-page .product-list ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  font-family: "opensans-Regular";
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-page .product-list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  height: 28px;
  padding: 0 10px;
  border: 0px solid #76b588;
  font-size: 13px;
  /*font-family: "Poppins-Bold";*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #76b588;
}
.product-page .product-list ul li .box .content a.more i {
  margin-left: 5px;
}
.product-page .product-list ul li .box .content a.more:hover {
  color: white;
  background: #76b588;
}
.prodet-page {
  padding: 70px 0;
}
.prodet-page .product-box .prodet-1 .left {
  width: 60%;
}
.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 -5px -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%);
  -o-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("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 15px;
  width: 40%;
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 24px;
}
.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: 18px;
  /*font-family: "POPPINS-REGULAR";*/
}
.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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #76b588;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 22px;
  /*font-family: "POPPINS-MEDIUM";*/
  color: #76b588;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
  background: #76b588;
  color: white;
  padding: 0 25px;
  font-size: 14px;
  margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #f8f8f8;
}
.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: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #76b588;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.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: 14px;
  width: auto!important;
  white-space: inherit;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-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;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  /*font-family: "POPPINS-MEDIUM";*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #76b588;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #76b588;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  /*font-family: "POPPINS-REGULAR";*/
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  font-family: "opensans-Regular";
  margin: 5px 0 10px;
  height: 60px;
  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: 0px solid #76b588;
  font-size: 13px;
  font-family: "Poppins-Bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #76b588;
}
.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: #76b588;
}
.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  /*font-family: "POPPINS-MEDIUM";*/
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #76b588;
  color: white;
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    padding: 6px 25px;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .inner-banner h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .inner-page h3.title {
    font-size: 28px;
    line-height: 28px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 8px 15px;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul {
    margin: 10px 0;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 14px;
    margin: 3px 0;
  }
  .inner-page i.small-tit {
    font-size: 16px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  #ewm{
    display: none;
  }
  .inner-page h3.title {
    font-size: 24px;
    line-height: 26px;
  }
  .about-page .about-1 .right h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .gallery-page,
  .faq-page .faq-1,
  .faq-page .faq-2,
  .prodet-page,
  .product-page,
  .news-page,
  .newdet-page,
  .service-page,
  .contact-page,
  .about-page .about-4 {
    padding: 40px 0;
  }
  .contact-page .contact-2 {
    padding-top: 40px;
  }
  .about-page .about-2 .right .content li {
    font-size: 13px;
    padding: 2px 10px;
  }
  .about-page .about-3 a.more {
    padding: 6px 25px;
  }
  .about-page .about-4 .top .right a.more {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
  .about-page .about-4 .bottom ul li {
    padding: 10px;
  }
  .about-page .about-4 .bottom ul {
    margin: -10px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 16px;
    padding: 5px;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px;
  }
  .inner-page .m-page {
    text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -moz-box-shadow: 0 2px 5px 0 #d8dde6;
    -o-box-shadow: 0 2px 5px 0 #d8dde6;
    box-shadow: 0 2px 5px 0 #d8dde6;
  }
  .inner-page h3.title {
    font-size: 20px !important;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .product-page .product-list ul li {
    width: 33.333% !important;
  }
  .news-page .news-list ul li .box .content time,
  .newdet-page .news-content time {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    top: -25px;
  }
  .newdet-page .news-content time {
    top: 0;
    margin-top: -25px;
  }
  .news-page .news-list ul li .box .content a.more {
    font-size: 14px;
    padding: 2px 0 2px 15px;
  }
  .contact-page .contact-2 .right ul li p {
    font-size: 13px;
  }
  .contact-page .contact-2 .right ul li h6 {
    margin-bottom: 3px;
  }
  .about-page .about-4 .bottom {
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  table {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .inner-page .form ul li {
    width: 100% !important;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }
  .about-page .about-1 .left,
  .about-page .about-2 .left,
  .about-page .about-4 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-1 .right,
  .about-page .about-2 .right,
  .about-page .about-4 .top .right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .about-page .about-4 .top .right {
    text-align: left;
    padding-top: 20px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .our-quality .quality-right{
    display: none;
  }
  .inner-banner h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 12px;
  }
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
  .product-page .product-list ul li {
    width: 100% !important;
  }
  .prodet-page .product-box .prodet-2 .options ul li {
    font-size: 13px;
    padding: 0 10px;
  }
  .inner-page p,
  .inner-page {
    font-size: 13px;
    line-height: 1.8;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-page .contact-2 .left .form {
    padding: 10px;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .button-group {
    padding: 5px !important;
    bottom: 0 !important;
    right: 15px !important;
  }
  .inner-banner {
    height: 240px;
    padding-top: 80px;
  }
}







.sliderbtn{background:#061a26;display:block; width:5vw; height:5vw;}
.flexslider-full{ position:relative;}
.input_box{ background:rgba(255, 255, 255, 0.3); border-radius:0;max-width: 520px;margin: 60px auto 0;font-size: 1.2rem;text-align: left;}
.input_box .form-control{font-size:1.4rem; color:#313131; padding:0 1.5rem; line-height:45px; height:auto; border:none;border-radius:0; background:none; min-height:45px; height:45px;}
.input_box .select2-container{outline:none; display:block; width:100% !important;}
.input_box .select2-container .select2-selection--single{ border:none; background:none; border-radius:0; height:auto; line-height:45px; height:45px;outline:none !important;}
.input_box .select2-container--default .select2-selection--single .select2-selection__rendered{ padding:0 3rem 0 1.5rem; height:auto; color:#313131; line-height:45px;}
.input_box .select2-container--default .select2-selection--single .select2-selection__arrow{ height:43px; width:3rem;}
.input_box textarea.form-control{height:auto}


.select2-container--default .select2-selection--single .select2-selection__arrow b{ margin:0; border:none; background:url(../images/select_down.svg) center; background-size:100%; left:0; top:0; width:100%; height:100%;}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{ transform: rotate(180deg)}
.select2-dropdown{ background:#d8d8d8; border:none;}
.select2-container--default .select2-results__option[aria-selected=true]{ background:#d8d8d8; color:#313131;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{ background:#061a26; color:#fff;}
.select2-results__option{ font-size:1.16rem; line-height:40px; padding:0 1rem;}
.select2-container--default .select2-search--dropdown .select2-search__field{ border:none; border-bottom:2px solid #a0a0a0; line-height:40px; padding:0 1rem; background:none;}



.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    border-bottom: 2px solid #a0a0a0;
    line-height: 40px;
    padding: 0 1rem;
    background: none;
}


.cat_data{
  padding-top: 90px;
}
.cat_data h6{
  font-size: 18px;
}
.cat_data h2{
  font-size: 48px;
  color: #76b588;
}
.cat_data .content{
  margin-top: 50px;
}
.cat_data ul{
  font-size: 0;
  margin: -28px;
  text-align: left;
}
.cat_data ul li{
  width: 25%;
  padding: 28px;
  display: inline-block;
}
.cat_data ul li span{
  display: block;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}


.swiper-pagination-v{
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 10;
  text-align: center;
}


.select2-container{
  z-index: 1;
}


@media screen and (max-width: 1000px) {
  .cat_data ul li{
    width: 33.33%;
  }
}

@media screen and (max-width: 700px) {
  .cat_data ul li{
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .cat_data ul li{
    width: 100%;
  }
}