@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: 'PlayfairDisplay-Regular';
  src: url(../fonts/PlayfairDisplay-Regular.ttf) format('truetype'), url(../fonts/PlayfairDisplay-Regular.eot) format('eot'), url(../fonts/PlayfairDisplay-Regular.woff) format('woff'), url(../fonts/PlayfairDisplay-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url(../fonts/PlayfairDisplay-Bold.ttf) format('truetype'), url(../fonts/PlayfairDisplay-Bold.eot) format('eot'), url(../fonts/PlayfairDisplay-Bold.woff) format('woff'), url(../fonts/PlayfairDisplay-Bold.woff2) format('woff2');
}
body {
  font-family: "arial";
  cursor: url('../images/cursor-img.png'), auto;
}
.ui.container> div:nth-child(4){
  margin-bottom: 20px;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1420px;
}

#ewm{
  display: inline-block;
  border:5px solid #fff;
  width: 90px;
  margin-left: 20px;
}
#header .language-box {
  background-color: #275d1b;
  border-radius: 20px;
  margin-bottom: auto;
  margin-left: 16px;
  padding: 0 2px;
}
#header .language-box .language-btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  margin: 1px;
}
#header .language-box .language-btn a {
  display: block;
}
#header .language-box .language-btn.active {
  background-color: #fff;
  color: #275d1b;
}
#header {
  z-index: 10;
  position: absolute;
  width: 100%;
}
#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%;
  padding-top: 65px;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 30px;
  margin-bottom: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-family: "PlayfairDisplay-Regular";
  margin: 0 5px;
  font-size: 18px;
  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 {
  background-color: #275d1b;
  color: #fff;
  -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: 0 20px;
}
#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: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  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;
    font-family: 'Arail';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #275d1b;
  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 .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu{
  position: absolute;
  left: 100%;
  top: 0;
  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;
  display: none \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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;
  margin-bottom: auto;
  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 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: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: black;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#header .nav .ui.menu {
  padding: 0 105px 0 160px;
}
#banner .banner-box {
  font-size: 0;
  overflow: hidden;
  position: relative;
}
#banner .banner-left {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
#banner .banner-left .content {
  padding-left: 25%;
    margin-right: -240px;
    position: relative;
    z-index: 5;
    margin-top: 40%;
    width: 800px;
}
#banner .banner-left .content h1 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "PlayfairDisplay-Bold";
  color: #2a5d1f;
  text-transform: uppercase;
}
#banner .banner-left .content h1 small {
  font-size: 24px;
  text-transform: none;
  display: block;
  margin-top: 25px;
}
#banner .banner-left .content .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
  max-width: 625px;
}
#banner .banner-right {
  width: 65%;
  vertical-align: top;
  display: inline-block;
}
#banner .banner-right .banner-img {
  position: relative;
}
#banner .banner-right .banner-img .cat-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
}
#banner .banner-left .content .ty-btn {
  margin-top: 90px;
}
.ty-btn a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #275d1b;
  padding: 10px 60px;
  border-radius: 30px;
  transition: .3s ease;
}
.ty-btn a:hover {
  box-shadow: 5px 5px 10px rgba(39, 93, 27, 0.5);
}
.other-link {
  margin-top: 170px;
  position: relative;
}
.other-link .mouse-img {
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  z-index: 10;
}
.other-link .mouse-img::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 75px;
  background-color: #898989;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.other-link .mouse-img::before {
  content: "Slide down";
  position: absolute;
  font-size: 12px;
  color: #8a8a8a;
  transform: rotate(90deg);
  width: 65px;
  bottom: calc(100% + 100px);
  left: -25px;
}
.other-link ul {
  margin: 0 -6px;
}
.other-link ul li {
  display: inline-block;
  padding: 0 6px;
}
.other-link ul li a {
  display: inline-block;
  width: 35px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  background-color: #b1b1b1;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  transition: .5s ease;
}
.other-link ul li a:hover{
  background-color: transparent;
  border: 1px solid #3b6a2f;
  color: #3b6a2f;
}
.content-bl {
  position: absolute;
  left: calc(100% + 300px);
  top: 0;
  z-index: 2;
  transform: rotate(90deg);
  transform-origin: left top;
}
canvas {
  width: 960px;
  height: 300px;
}
#banner .play {
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  border: 1px solid #fff;
  bottom: 10%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(42,93,31,.54);
  cursor: pointer;
  cursor: hand;
}
#banner .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 2px;
  top: 5px;
}
#banner .play:after,
#banner .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  border: 1px solid #fff;
  background: rgba(42,93,31,.45);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
#banner .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.our-product-cat .box {
  padding: 130px 0;
}
.our-product-cat ul {
  margin: -30px;
}
.our-product-cat ul li {
  padding: 30px;
}
.our-product-cat .ty-title {
  text-align: center;
}
.our-product-cat .ty-title h1::after {
  content: url(../images/cat-title-icon.png);
}
.our-product-cat .cat-box {
  margin-top: 140px;
}
.ty-title h1 {
  font-size: 35px;
  text-transform: uppercase;
  font-family: 'PlayfairDisplay-Regular';
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 10px;
}
.ty-title h1::after {
  position: absolute;
  left: 100%;
  bottom: 0;
}
.ty-title h6 {
  font-size: 18px;
  margin-top: 10px;
}
.media {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 20px;
}
.media .overlay {
  background: rgba(205, 205, 205, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.media:hover .overlay {
  opacity: 1;
}
.media img {
  width: 100%;
  z-index: -1;
  margin: auto;
  transform: scale(1);
  transition: all ease-in-out 0.5s;
}
.media:hover img {
  transform: scale(1.1);
  filter: blur(2px);
}
.media .image-details {
  text-align: center;
  color: white;
  width: 100%;
  font-size: 14px;
  z-index: 4;
  position: absolute;
  top: 100%;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.media:hover .image-details {
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
}
.media .image-details p a {
  display: inline-block;
  background-color: #2a5d1f;
  padding: 10px 15px;
  border-radius: 20px;
}
.i-advantage {
  background: url(/tzhuamao/2020/10/12/about-bg.jpg) no-repeat center;
  position: relative;
}
.i-advantage::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 65%;
  background-color: #2a5d1f;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 0 500px 500px 0;
}
.i-advantage .content {
  color: #fff;
}
.i-advantage .content h2 {
  font-family: 'PlayfairDisplay-Bold';
  font-size: 28px;
  text-transform: uppercase;
}
.i-advantage .content .text {
  font-size: 16px;
  line-height: 30px;
  max-width: 770px;
  margin-top: 55px;
}
.i-advantage .content .text p:nth-child(2) {
  margin-top: 35px;
}
.i-advantage .content .ty-btn {
  margin-top: 55px;
}
.i-advantage .content .ty-btn a {
  background-color: #fff;
  color: #2a5d1f;
}
.i-advantage .content .ty-btn a:hover {
  box-shadow: 5px 5px 10px rgba(255, 255, 255, 0.5);
}
.i-advantage .box {
  padding: 115px 0;
  position: relative;
  z-index: 5;
}
.our-product .box {
  padding: 120px 0;
}
.our-product .ty-title {
  text-align: center;
}
.our-product .ty-title h1::after {
  content: url(../images/pro-title-icon.png);
}
.our-product .pro-eye {
  position: absolute;
  top: 100%;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.our-product .pro-eye .eye-icon {
  display: inline-block;
  width: 60px;
  height: 33px;
  line-height: 33px;
  background-color: #fff;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
}
.media-two:hover .pro-eye {
  top: auto;
  top: calc(100% - 33px);
  opacity: 1;
}
.media-two {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 10px;
  border: 1px solid #f0f0ed;
}
.media-two .overlay {
  background: rgba(205, 205, 205, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.media-two:hover .overlay {
  opacity: 1;
}
.media-two img {
  width: 100%;
  z-index: -1;
  margin: auto;
  transform: scale(1);
  transition: all ease-in-out 0.5s;
}
.media-two:hover img {
  transform: scale(1.1);
}
.media-two .image-details {
  text-align: center;
  color: white;
  width: 100%;
  font-size: 18px;
  z-index: 4;
  position: absolute;
  bottom: 100%;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.media-two:hover .image-details {
  bottom: calc(50% - 33px);
  opacity: 1;
  transform: translateY(-50%);
}
.media-two .image-details p a {
  display: inline-block;
  background-color: #2a5d1f;
  padding: 10px 35px;
  border-radius: 30px;
}
.our-product .pro-list {
  margin-top: 95px;
}
.our-product .pro-list .pro-name{
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
}

.our-product .pro-list ul {
  margin: -20px;
}
.our-product .pro-list ul li {
  padding: 20px;
}
.our-product .pro-list ul li .pro-big-box:hover .pro-name{
  font-weight: bold;
}
.why-our {
  background-image: url(../images/choose-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.why-our .ty-title h1 {
  color: #2a5d1f;
}
.why-our .ty-title h1::after {
  content: url(/tzhuamao/2020/10/12/icon2.jpg);
}
.why-our .content {
  margin-top: 50px;
}
.why-our .content .text {
  font-size: 16px;
  line-height: 30px;
  color: #646464;
  max-width: 470px;
}
.why-our .content .ty-btn {
  margin-top: 70px;
}
.why-our .box {
  font-size: 0;
  padding: 200px 0 185px;
}
.why-our .choose-left {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.why-our .choose-right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
}
.why-our .choose-right .choose-box {
  background-color: #2a5d1f;
  color: #fff;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: .5s ease;
  padding-top: 40px;
}
.why-our .choose-right .choose-box h4 {
  font-size: 18px;
  font-family: 'PlayfairDisplay-Bold';
}
.why-our .choose-right .choose-box .list-text {
  font-size: 13px;
  line-height: 25px;
  margin-top: 10px;
}
.why-our .choose-right .choose-list ul {
  margin: -30px -25px;
}
.why-our .choose-right .choose-list ul li {
  padding: 30px 25px;
}
.why-our .choose-right .choose-list .choose-img img {
  width: 100%;
}
.why-our .choose-right .choose-mask {
  border-radius: 20px;
  overflow: hidden;
}
.why-our .choose-right ul li:hover .choose-box {
  background-color: rgba(205, 205, 205, 0.8);
  color: #000;
}
.why-our .choose-right .choose-icon {
  position: absolute;
  top: -15px;
  left: 45px;
  z-index: 5;
  overflow: hidden;
  border-radius: 100%;
}
.why-our .choose-right .choose-icon .change-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #2a5d1f;
  left: 0;
  top: 0;
  border-radius: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: .5s ease;
}
.why-our .choose-right ul li:hover .change-icon {
  opacity: 1;
}
.change-icon.one {
  background-image: url(../images/change-icon1.png);
}
.change-icon.two{
  background-image: url(../images/change-icon2.png);
}
.change-icon.three{
  background-image: url(../images/change-icon3.png);
}
.change-icon.four{
  background-image: url(../images/change-icon4.png);
}
.top-20 {
  top: 60px;
}
.our-news {
  background-color: #f6f6f6;
}
.our-news .box {
  padding: 130px 0 160px;
}
.our-news .news-list {
  margin-top: 100px;
}
.our-news .news-list .news-bigbox {
  padding: 30px 20px;
}
.our-news .news-list .news-bigbox .news-time {
  width: 82px;
  height: 82px;
  border-radius: 100%;
  border: 4px solid #2a5d1f;
  background-color: #f4f5f8;
  left: 0;
  top: 0;
  z-index: 10;
  transition: .5s ease;
}
.our-news .news-list .news-bigbox .news-time h6 small {
  display: inline-block;
}
.our-news .news-list .news-bigbox .news-time h6 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.our-news .news-list .news-img {
  overflow: hidden;
  border-radius: 15px;
}
.our-news .news-list .news-img img {
  width: 100%;
}
.our-news .news-list .news-img .text {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 65px 35px 0;
  transition: .5s ease;
}
.our-news .news-list .news-img .text h2 {
  font-size: 16px;
  font-weight: bold;
  font-family: 'PlayfairDisplay-Bold';
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.our-news .news-list .news-img .text p {
  font-size: 14px;
  color: #646464;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-word;
}
.our-news .news-list ul li:hover .news-time {
  background-color: #2a5d1f;
  color: #fff;
}
.our-news .news-list ul li:hover .news-img .text {
  background-color: rgba(255, 255, 255, 0.7);
}
.our-news .ty-title {
  text-align: center;
}
.our-news .ty-title h1::after {
  content: url(/tzhuamao/2020/10/12/icon3.jpg);
}
.our-news .swiper-pagination-bullet {
  width: 22px;
  height: 8px;
  background-color: #a1a1a1;
  border-radius: 20px;
  transition: .3s ease;
  margin: 0 4px;
}
.our-news .swiper-pagination-bullet-active {
  background-color: #2a5d1f;
  width: 40px;
}
.our-news .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.our-contact {
  background: url(/tzhuamao/2020/10/12/contact-bg-1.jpg) no-repeat center;
  position: relative;
}
.our-contact .box {
  padding: 150px 0 135px;
}
.our-contact::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  background-color: #2a5d1f;
  height: 100%;
  border-radius: 500px 0 0 500px;
}
.our-contact .contact-form {
  max-width: 725px;
  width: 725px;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
.our-contact .contact-form h2 {
  font-size: 35px;
  color: #fff;
  font-family: 'PlayfairDisplay-Regular';
  text-transform: uppercase;
  padding-bottom: 40px;
}
.our-contact .contact-form input,
.our-contact .contact-form textarea {
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 50px;
}
.our-contact input::-webkit-input-placeholder {
  color: #fff;
}
.our-contact input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.our-contact input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.our-contact input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.our-contact textarea::-webkit-input-placeholder {
  color: #fff;
}
.our-contact textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.our-contact textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.our-contact textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.our-contact .contact-form input[type="submit"] {
  display: inline-block;
  background-color: #fff;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 24px;
  border-radius: 20px;
  transition: .5s ease;
}
.our-contact .contact-form input[type="submit"]:hover {
  box-shadow: 5px 5px 10px rgba(255, 255, 255, 0.5);
}
.our-contact .contact-form textarea {
  height: 90px;
}
.our-pather ul li .pather-img {
  border: 1px solid #eae9e9;
  text-align: center !important;
}
.our-pather .box {
  padding: 145px 0 75px;
}
#footer {
  background-image: url(/tzhuamao/2020/10/12/footer-bg.png);
  background-repeat: no-repeat;
  background-position: top;
}
#footer .footer-top .box {
  padding: 90px 0 45px;
  font-size: 0;
}
#footer .footer-top .footer-list {
  display: inline-block;
  vertical-align: top;
}
#footer .footer-top .footer-list .text {
  font-size: 16px;
  color: #fff;
  margin-top: 45px;
  line-height: 30px;
}
#footer .footer-top .footer-list ul {
  margin-top: 45px;
}
#footer .footer-top .footer-list ul li {
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}
#footer .footer-top .footer-list h2 {
  font-size: 26px;
  color: #fff;
  font-family: 'PlayfairDisplay-Bold';
  margin-top: 65px;
}
#footer .footer-top .footer-list.one {
  width: 45%;
  padding-right: 10%;
}
#footer .footer-top .footer-list ul li span {
  display: inline-block;
  width: 10%;
  vertical-align: top;
}
#footer .footer-top .footer-list ul li span img {
  vertical-align: middle;
}
#footer .footer-top .footer-list ul li strong {
  display: inline-block;
  width: 90%;
  vertical-align: top;
}
#footer .footer-top .footer-list.two {
  width: 40%;
  padding-right: 5%;
}
#footer .footer-top .footer-list ul li a {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 2px 0 2px 20px;
}
#footer .footer-top .footer-list ul li a::after {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#footer .footer-top .footer-list.three {
  width: 15%;
}
#footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 16px;
  color: #fff;
}
#footer .footer-bottom .box {
  padding: 10px 0;
}
#footer .footer-bottom .fr img {
  width: 250px;
  vertical-align: middle;
}
@media screen and (max-width: 1680px) {
  .other-link .mouse-img {
    display: none;
  }
  .other-link {
    margin-top: 90px;
  }
  #banner .banner-left .content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #banner .banner-left .content .ty-btn {
    margin-top: 60px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1420px) {
  .ui.container {
    width: 1230px;
  }
  #header .nav .ui.menu {
    padding: 0 15px;
  }
  #header .nav {
    padding-top: 10px;
  }
  #header .nav .ui.menu .menu-box {
    margin-bottom: 0;
  }
  #header .nav .ui.menu .h-search {
    margin-bottom: 0;
  }
  #header .language-box {
    margin-bottom: 0;
  }
  #banner .banner-left .content {
    padding-left: 10%;
  }
  .i-advantage::after {
    width: 70%;
  }
  .i-advantage .content {
    max-width: 750px;
  }
  .i-advantage .content h2 {
    font-size: 24px;
  }
  .why-our {
    background-image: none;
    background-color: #f0f0f0;
  }
  .ty-title h1 {
    font-size: 28px;
  }
  .ty-title h6 {
    font-size: 16px;
  }
  .why-our .choose-left {
    width: 45%;
  }
  .why-our .choose-right {
    padding-left: 0;
    width: 55%;
  }
  .our-news .news-list .news-img .text {
    padding: 50px 25px 0;
  }
  .our-news .news-list .news-img .text p {
    margin-top: 5px;
  }
  .our-contact .contact-form h2 {
    font-size: 28px;
  }
  .our-contact::after {
    width: 70%;
  }
  .our-contact .contact-form {
    max-width: 580px;
    width: 580px;
  }
  #footer .footer-top .footer-list .text {
    font-size: 16px;
    line-height: 25px;
  }
  #footer .footer-top .box {
    padding: 90px 0 30px;
  }
  #footer .footer-top .footer-list ul {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1230px) {
  #banner,
  .inner-banner{
    margin-top: 120px;
  }

  .ui.container {
    width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #ewm{
    display: none;
  }
  #banner .banner-left .content {
    margin-top: 20%;
  }
  #banner .banner-left .content h1 {
    font-size: 35px;
    line-height: 35px;
  }
  #banner .banner-left .content h1 small {
    font-size: 20px;
    margin-top: 15px;
  }
  #banner .banner-left .content {
    margin-right: -220px;
  }
  #banner .banner-left .content .text {
    font-size: 14px;
    margin-top: 10px;
    line-height: 25px;
  }
  #banner .banner-left .content .ty-btn {
    margin-top: 35px;
  }
  .ty-btn a {
    font-size: 16px;
    padding: 10px 50px;
  }
  .our-product-cat ul {
    margin: -15px;
  }
  .our-product-cat ul li {
    padding: 15px;
  }
  .our-product-cat .box {
    padding: 90px 0;
  }
  .our-product-cat .cat-box {
    margin-top: 60px;
  }
  .i-advantage .box {
    padding: 90px 0;
  }
  .our-pather .box {
    padding: 90px 0;
  }
  .i-advantage::after {
    width: 80%;
  }
  .i-advantage .content {
    max-width: 640px;
  }
  .i-advantage .content h2 {
    font-size: 20px;
  }
  .i-advantage .content .text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
  }
  .i-advantage .content .ty-btn {
    margin-top: 35px;
  }
  .i-advantage .content .text p:nth-child(2) {
    margin-top: 20px;
  }
  .our-product .box {
    padding: 90px 0;
  }
  .our-product .pro-list {
    margin-top: 60px;
  }
  .our-product .pro-list ul {
    margin: -10px;
  }
  .our-product .pro-list ul li {
    padding: 10px;
  }
  .media-two .image-details {
    font-size: 14px;
  }
  .why-our .box {
    padding: 90px 0;
  }
  .why-our .choose-left {
    width: 100%;
    text-align: center;
  }
  .why-our .content .text {
    max-width: none;
  }
  .why-our .choose-right {
    width: 100%;
    margin-top: 60px;
  }
  .why-our .content {
    margin-top: 20px;
  }
  .top-20 {
    top: 0;
  }
  .why-our .content .ty-btn {
    margin-top: 30px;
  }
  .our-news .box {
    padding: 90px 0;
  }
  .our-news .news-list {
    margin-top: 60px;
  }
  .our-contact .box {
    padding: 90px 0;
  }
  .our-contact::after {
    width: 80%;
  }
  .our-contact .contact-form h2 {
    padding-bottom: 0;
  }
  #footer .footer-top .footer-list ul li {
    font-size: 14px;
  }
  #footer .footer-top .footer-list .text {
    font-size: 14px;
  }
  #footer .footer-top .footer-list h2 {
    font-size: 20px;
  }
  #footer .footer-top .footer-list .text {
    margin-top: 30px;
  }
  #footer .footer-top .footer-list h2 {
    margin-top: 50px;
  }
  #footer .footer-top .footer-list.one {
    width: 40%;
    padding-right: 5%;
  }
  #footer .footer-top .footer-list.three {
    width: 20%;
  }
}
@media screen and (max-width: 970px) {
  #banner .banner-left .content{
    width: 700px;
  }
  .ui.container {
    width: 768px;
  }
  .content-bl {
    display: none;
  }
  #banner .banner-left {
    width: 45%;
    vertical-align: middle;
  }
  #banner .banner-right {
    width: 55%;
    vertical-align: middle;
  }
  #banner .banner-left .content {
    margin-right: 0;
  }
  .other-link {
    display: none;
  }
  #banner .banner-left .content {
    margin-top: 0;
  }
  #banner .banner-left .content .text {
    max-width: 100%;
  }
  #banner .banner-left .content h1 {
    font-size: 25px;
    line-height: 25px;
  }
  #banner .banner-left .content h1 small {
    font-size: 15px;
  }
  .ty-btn a {
    font-size: 14px;
    padding: 10px 40px;
  }
  .ty-title h1 {
    font-size: 20px;
  }
  .i-advantage::after {
    width: 100%;
  }
  .i-advantage::after {
    border-radius: 0;
  }
  .i-advantage .content {
    max-width: none;
  }
  .why-our .content .text {
    font-size: 14px;
    line-height: 25px;
  }
  .our-news .news-list .news-img .text {
    padding: 50px 15px 0;
  }
  .our-news .news-list .news-img .text h2 {
    font-size: 14px;
  }
  .our-news .news-list .news-img .text p {
    font-size: 13px;
  }
  .our-contact::after {
    width: 100%;
    border-radius: 0;
  }
  .our-contact .contact-form {
    max-width: 100%;
    width: 100%;
  }
  #footer {
    background-color: #2a5d1f;
    background-image: none;
  }
  #footer .footer-top .box {
    padding: 30px 0;
  }
  #footer .footer-top .footer-list.one {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  #footer .footer-top .footer-list.two {
    width: 50%;
  }
  #footer .footer-top .footer-list.three {
    width: 50%;
  }
  #footer .footer-top .footer-list h2 {
    margin-top: 20px;
  }
  #footer .footer-top .footer-list .text {
    margin-top: 15px;
  }
  #footer .footer-top .footer-list ul {
    margin-top: 15px;
  }
  #footer .footer-bottom .box .fl,
  #footer .footer-bottom .box .fr {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .ui.container {
    width: 100%;
    overflow: hidden;
  }
  #banner .banner-left .content{
    width: 100%;
    padding: 0 15px;
  }
  #banner .banner-left .content h1 {
    font-size: 20px;
    line-height: 20px;
  }
  #banner .banner-left .content h1 small {
    margin-top: 5px;
  }
  #banner .banner-left .content .text {
    font-size: 12px;
    line-height: normal;
  }
  .ty-btn a {
    font-size: 12px;
  }
  .i-advantage .box {
    padding: 60px 0;
  }
  .i-advantage .content {
    text-align: center;
  }
  .our-product-cat .cat-box {
    margin-top: 30px;
  }
  .our-product .pro-list {
    margin-top: 30px;
  }
  .our-news .news-list {
    margin-top: 30px;
  }
  .why-our .choose-right .choose-icon {
    display: none;
  }
  .why-our .choose-right .choose-list ul {
    margin: -15px;
  }
  .why-our .choose-right .choose-list ul li {
    padding: 15px;
  }
  .why-our .choose-right .choose-box {
    padding: 20px;
  }
  .our-contact .contact-form input[type="submit"] {
    font-size: 12px;
  }
}
@media screen and (max-width: 660px) {
  #banner .banner-left .content .text {
    display: none;
  }
  #banner .banner-left .content h1 {
    font-size: 17px;
  }
  #banner .banner-left .content h1 small {
    font-size: 13px;
  }
  .why-our .choose-right .choose-box .list-text {
    line-height: normal;
  }
}
@media screen and (max-width: 550px) {

  .why-our .grid-box.two > .column {
    width: 100%;
  }
  #banner .banner-left {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #banner .banner-right {
    width: 100%;
  }
  #banner .banner-right .banner-img .cat-mask {
    display: none;
  }
  #banner .play {
    display: none;
  }
  #footer .footer-top .footer-list.two {
    width: 100%;
    padding-right: 0;
  }
  .our-news .news-list .news-bigbox .news-time {
    width: 70px;
    height: 70px;
  }
  .our-news .news-list .news-img .text {
    padding: 40px 15px 0;
  }
  .our-news .news-list .news-img .text p {
    font-size: 12px;
  }
  .ty-title h1::after {
    display: none;
  }
  .our-product-cat .box {
    padding: 50px 0;
  }
  .i-advantage .box {
    padding: 50px 0;
  }
  .our-product .box {
    padding: 50px 0;
  }
  .why-our .box {
    padding: 50px 0;
  }
  .our-news .box {
    padding: 50px 0;
  }
  .our-contact .box {
    padding: 50px 0;
  }
  .our-contact .contact-form input[type="submit"] {
    position: relative;
  }
  .our-pather .box {
    padding: 50px 0;
  }
}




/* 内页样式 */
.m-page {
  text-align:center;
}
.m-page a,
.m-page span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #275d1b;
  color: #7b8393;
  text-align: center;
  line-height: 30px;
  margin: 0 10px;
  display: inline-block;
  font-size: 12px;
}
.m-page span,
.m-page a:hover {
  background: #275d1b;
  color: white;
}
.inner-page div#nav {
  border-bottom: 1px solid #d7d7d7;
  background:none;
  padding:0;
}
.inner-page div#nav ul.ui {
  position:relative;
}
.inner-page div#nav ul.ui li {
 font-size: 14px;
    font-family: 'Arail';
    color: #656565;
    height: 66px;
    /*margin-top: 15px;*/
    padding: 1rem 0;
    text-align: center;
    font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position:static;
}
.inner-page div#nav ul.ui li a {
  color: inherit;
  display: block;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.inner-page div#nav ul.ui li:hover,
.inner-page div#nav ul.ui li.active {
  background: #275d1b;
  color: white;
}
.inner-page div#nav ul.ui li ul {
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  background:#f9f9f9;
  z-index:1;
  display:none;
  margin-top:0;
  border:1px solid #ccc;
  border-top:none;
}
.inner-page div#nav ul.ui li ul li {
  line-height:33px;
  font-size:12px;
  border-left:1px solid #ededed;
}
.inner-page div#nav ul.ui li ul li:first-child {
  border-left:none;
}
.about-page .init-2 {
  padding: 40px 0;
}
.about-page .init-2 p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 12px 0;
}
/*.product-page {
  background: #f6f7f9;
}*/
.product-page .init-1 {
  background: white;
}
.product-page .init-2 {
  padding: 70px 0 60px;
}
.product-page .init-2 ul {
  padding: 35px 80px;
  background: url("../images/product-init-2-bg.jpg") #275d1b no-repeat right bottom;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 30px 0 #aaaaaf;
  -webkit-box-shadow: 0 0 30px 0 #aaaaaf;
  -moz-box-shadow: 0 0 30px 0 #aaaaaf;
  -ms-box-shadow: 0 0 30px 0 #aaaaaf;
  -o-box-shadow: 0 0 30px 0 #aaaaaf;
}
.product-page .init-2 ul li .left {
  width: 50%;
  padding-right: 3%;
  margin-right: -5px;
  display: inline-block;
  vertical-align: middle;
}
.product-page .init-2 ul li .left a {
  display: block;
}
.product-page .init-2 ul li .right {
  width: 50%;
  display: inline-block;
  padding-left: 2%;
  vertical-align: middle;
  color:#fff;
}
.product-page .init-2 ul li .right h2 {
  font-size: 30px;
  color: white;
  line-height: 45px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 225, 0.3);
}
.product-page .init-2 ul li .right h2 a {
  color: inherit;
}
.product-page .init-2 ul li .right h2:hover {
  color: #6a8e63;
}
.product-page .init-2 ul li .right p {
  font-size: 14px;
  color: white;
  line-height: 30px;
  margin: 30px 0;
}
.product-page .init-2 ul li .right a.more {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 20px;
  background: white;
  font-size: 14px;
  color: #e60012;
}
.product-page .init-2 ul li .right a.more:hover {
  background: #6a8e63;
  color: white;
}
.product-page .init-2 ul button.slick-arrow {
  background: none;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:hover {
  border-color: white;
}
.product-page .init-2 ul button.slick-arrow:hover:before {
  color: white;
}
.product-page .init-2 ul button.slick-prev {
  left: 10px;
}
.product-page .init-2 ul button.slick-prev:before {
  content: "\f104";
}
.product-page .init-2 ul button.slick-next {
  right: 10px;
}
.product-page .init-2 ul button.slick-next:before {
  content: "\f105";
}
.product-page .init-3 ul {
  margin: -10px;
  display: inline-block;
  width: 100%;
}
.product-page .init-3 ul li {
  width: 25%;
  float: left;
  padding: 10px;
}
.product-page .init-3 ul li a {
  display: block;
}
.product-page .init-3 ul li a span {
  display: block;
  border: 1px solid #e4e7ee;
  overflow: hidden;
  background: #fff;
}
.product-page .init-3 ul li a span img {
  width: 100%;
}
.product-page .init-3 ul li a h2 {
  font-size: 18px;
  color: #7b8393;
  text-align: center;
  padding: 25px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-3 ul li a h2:hover {
  color: #275d1b;
}
.product-page .init-4 {
  padding: 40px 0;
}
.prodet-page .init-2 {
  padding: 70px 0 60px;
}
.prodet-page .init-2 .prodet-scroll {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-scroll ul {
  padding: 20px 0;
}
.prodet-page .init-2 .prodet-scroll ul a {
  display: block;
  border: 1px solid #e5e5e5;
  position: relative;
}

.prodet-page .init-2 .prodet-scroll ul a.plus:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.prodet-page .init-2 .prodet-scroll ul a.plus:after{
  content: "+";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
  color: #fff;
}


.prodet-page .init-2 .prodet-scroll ul button.slick-arrow {
  background: none;
  width: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 28px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:hover:before {
  color: #275d1b;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-prev:before {
  content: "\f106";
}
.prodet-page .init-2 .prodet-scroll ul button.slick-next:before {
  content: "\f107";
}
.prodet-page .init-2 .prodet-img {
  width: 50%;
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0 15px;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-img a#zoom1 img {
  border: 1px solid #d7d7d7;
}
.prodet-page .init-2 .prodet-title {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-title h1 {
 font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #2b2b2b;
    padding-bottom: 20px;
}
.prodet-page .init-2 .prodet-title .content {
  font-size: 14px;
  color: #2b2b2b;
  line-height: 24px;
  padding: 25px 0;
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #d7d7d7;
  margin:20px 0;
}
.prodet-page .init-2 .prodet-title .content span strong{
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
}
.prodet-page .init-2 .prodet-title .content p,
.prodet-page .init-2 .prodet-title .content * {
  line-height:inherit;
}
.prodet-page .init-2 .prodet-title a.more {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 5px;
  background: #f2f2f2;
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
}
.prodet-page .init-2 .prodet-title a.more.first {
  background: #275d1b;
  color: white;
}
.prodet-page .init-2 .prodet-title a.more:hover {
  box-shadow: 0 5px 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 5px 10px 0 #d1d1d1;
  -moz-box-shadow: 0 5px 10px 0 #d1d1d1;
  -ms-box-shadow: 0 5px 10px 0 #d1d1d1;
  -o-box-shadow: 0 5px 10px 0 #d1d1d1;
}
.prodet-page .init-3 .init-3-top ul {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: -1px;
}
.prodet-page .init-3 .init-3-top ul li {
  padding: 10px 25px;
  background: #fbf9f9;
  border: 1px solid #ededed;
  float: left;
  font-size: 16px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-3 .init-3-top ul li a {
  color: inherit;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.prodet-page .init-3 .init-3-top ul li:hover,
.prodet-page .init-3 .init-3-top ul li.active {
  background: #275d1b;
  color: white;
  border-color: #275d1b;
}
.prodet-page .init-3 .init-3-bottom ul {
  padding: 25px 10px;
  border-bottom: 1px solid #ededed;
}
.prodet-page .init-3 .init-3-bottom ul li {
 
}
.prodet-page .init-3 .init-3-bottom ul li table {
  border-collapse: collapse;
  border: none;
  width: 100%!important;
}
.prodet-page .init-3 .init-3-bottom ul li table tr:nth-child(odd) {
  background: #dedede;
}
.prodet-page .init-3 .init-3-bottom ul li table tr td {
  border: none;
  font-size: 12px;
  color: #666666;
  width: auto;
  padding: 10px 5px;
  border: 1px solid #000;
}
.prodet-page .init-4 {
  padding: 50px 0;
}
.prodet-page .init-4 h2 {
  border-bottom: 2px solid #275d1b;
}
.prodet-page .init-4 h2 em {
  font-size: 18px;
  color: white;
  padding: 5px 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #275d1b;
  display: inline-block;
}
.prodet-page .init-4 ul {
  padding: 30px 10px;
  border-bottom: 1px solid #ededed;
  margin: -8px;
  position: relative;
}
.prodet-page .init-4 ul li {
  padding: 8px;
}
.prodet-page .init-4 ul li a {
  display: block;
}
.prodet-page .init-4 ul li a span {
  display: block;
  overflow: hidden;
  border: 1px solid #ededed;
}
.prodet-page .init-4 ul li a h3 {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  padding-top: 15px;
}
.prodet-page .init-4 ul li a h3:hover {
  color: #275d1b;
}
.prodet-page .init-4 ul button.slick-arrow {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 34px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
  width: 30px;
  height: 30px;
}
.prodet-page .init-4 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #b6b2b2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-4 ul button.slick-arrow:hover {
  background: #275d1b;
}
.prodet-page .init-4 ul button.slick-arrow:hover:before {
  color: white;
}
.prodet-page .init-4 ul button.slick-prev {
  left: -30px;
}
.prodet-page .init-4 ul button.slick-prev:before {
  content: "\f104";
}
.prodet-page .init-4 ul button.slick-next {
  right: -30px;
}
.prodet-page .init-4 ul button.slick-next:before {
  content: "\f105";
}
.service-page .init-1 {
  background: #f6f7f9;
  padding: 70px 0;
  text-align: center;
}
.service-page .init-1 h2 {
  font-size: 60px;
  color: #222;
  text-align: center;
}
.service-page .init-1 .jc {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.service-page .init-1 .jc i {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0582d2;
  z-index: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.service-page .init-1 .jc img {
  position: relative;
  z-index: 1;
}
.service-page .init-1 p {
  font-size: 14px;
  line-height: 24px;
  color: #999898;
  padding: 30px 5%;
}
.service-page .init-2 {
  padding: 100px 0;
  text-align: center;
}
.service-page .init-2 h2 {
  text-align: center;
  font-size: 34px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px;
}
.service-page .init-2 .map {
  display: inline-block;
  margin: 30px auto 0;
  position: relative;
  width: 90%;
}
.service-page .init-2 .map h3 {
  text-align: center;
  font-size: 30px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  letter-spacing: -1px;
}
.service-page .init-2 .map li {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  position: absolute;
  font-weight: bold;
}
.service-page .init-2 .map li.ie1,
.service-page .init-2 .map li.ie5 {
  right: 10%;
}
.service-page .init-2 .map li.ie2,
.service-page .init-2 .map li.ie4 {
  right: 5%;
}
.service-page .init-2 .map li.ie3 {
  right: 2%;
}
.service-page .init-2 .map li.ie1 {
  top: 7%;
}
.service-page .init-2 .map li.ie2 {
  top: 25%;
}
.service-page .init-2 .map li.ie3 {
  top: 46%;
}
.service-page .init-2 .map li.ie4 {
  top: 68%;
}
.service-page .init-2 .map li.ie5 {
  top: 87%;
}
.service-page .init-2 dl {
  text-align: left;
}
.service-page .init-2 dt {
  font-size: 30px;
  color: #1c1e23;
  margin-top: 50px;
  font-weight: bold;
}
.service-page .init-2 dd {
  font-size: 16px;
  color: #999898;
  line-height: 24px;
  margin-top: 15px;
}
.service-page .init-3 {
  padding: 40px 0 100px;
  margin-top: 30px;
  border-top: 2px solid #ebe9e9;
}
.service-page .init-3 .init-3-top {
  display: inline-block;
  width: 100%;
  padding-bottom: 60px;
}
.service-page .init-3 .init-3-top li {
  width: 25%;
  float: left;
  text-align: center;
}
.service-page .init-3 .init-3-top li a {
  display: inline-block;
  line-height: 54px;
  font-size: 18px;
  padding: 0 40px;
  color: #1c1e23;
  background-color: transparent;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.service-page .init-3 .init-3-top li a:after {
  content: '';
  left: 50%;
  bottom: 100%;
  height: 0;
  border-left: 2px solid #ebe9e9;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.service-page .init-3 .init-3-top li a:hover,
.service-page .init-3 .init-3-top li.active a {
  color: #fff;
  background-color: #003b83;
}
.service-page .init-3 .init-3-top li a:hover:after,
.service-page .init-3 .init-3-top li.active a:after {
  height: 40px;
}
.service-page .init-3 .init-3-bottom li {
  display: block;
  background-color: #f6f7f9;
  display: none;
}
.service-page .init-3 .init-3-bottom li .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.service-page .init-3 .init-3-bottom li .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding: 0 5%;
}
.service-page .init-3 .init-3-bottom li .right h3 {
  font-size: 28px;
  color: #1c1e23;
}
.service-page .init-3 .init-3-bottom li .right dd {
  font-size: 18px;
  color: #9e979a;
  line-height: 24px;
  margin-top: 25px;
}
.contact-page .init-1 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li i {
  width: 100px;
  height: 100px;
  border: 2px solid #ccc;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: #969696;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 14px;
  color: black;
  padding: 20px 0 10px;
  text-transform: capitalize;
}
.contact-page .init-1 ul li p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: #275d1b;
}
.contact-page .init-2 {
  margin: 100px 0;
  border-top: 15px solid #d6d6d6;
  border-bottom: 15px solid #d6d6d6;
}
.contact-page .init-2 #map img,
.contact-page .init-2 #map label {
  max-width: none;
  width: auto;
}
.contact-page .init-3 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-3 ul {
  margin: -12px;
  display: inline-block;
  width: 100%;
  padding: 70px 0;
}
.contact-page .init-3 ul li {
  width: 50%;
  padding: 12px;
  float: left;
  text-align: center;
}
.contact-page .init-3 ul li input,
.contact-page .init-3 ul li textarea {
  outline: none;
  background: none;
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 10px;
}
.contact-page .init-3 ul li input::-webkit-input-placeholder,
.contact-page .init-3 ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-moz-placeholder,
.contact-page .init-3 ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input::-moz-placeholder,
.contact-page .init-3 ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-ms-input-placeholder,
.contact-page .init-3 ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:focus,
.contact-page .init-3 ul li textarea:focus {
  border-color: #275d1b;
}
.contact-page .init-3 ul li input {
  line-height: 60px;
}
.contact-page .init-3 ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 50px;
  line-height: normal;
  color: white;
  font-size: 18px;
  background: #275d1b;
  margin: 50px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-3 ul li input[type="submit"]:hover {
  box-shadow: 0 5px 10px 0 #ccc;
  -webkit-box-shadow: 0 5px 10px 0 #ccc;
  -moz-box-shadow: 0 5px 10px 0 #ccc;
  -ms-box-shadow: 0 5px 10px 0 #ccc;
  -o-box-shadow: 0 5px 10px 0 #ccc;
}
.contact-page .init-3 ul li textarea {
  height: 200px;
  max-width: 100%;
  min-width: 100%;
  line-height: 24px;
  padding-top: 15px;
}
.contact-page .init-3 ul li .yam {
  position: relative;
}
.contact-page .init-3 ul li .yam input {
  padding-right: 50%;
}
.contact-page .init-3 ul li .yam .img {
  position: absolute;
  right: 2px;
  top: 20px;
}
.contact-page .init-3 ul li .yam .img img,
.contact-page .init-3 ul li .yam .img p {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.faq-page .init-2 ul.faq {
  padding: 40px 0;
}
.faq-page .init-2 ul.faq li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  word-break: break-word;
}
.faq-page .init-2 ul.faq li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.faq-page .init-2 ul.faq li p {
  font-size: 16px;
  color: #585858;
}
.faq-page .init-2 ul.faq li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.faq-page .init-2 ul.faq li:hover h2 {
  color: #275d1b;
}

.news-page .init-2 ul.newslist {
  padding: 40px 0;
}
.news-page .init-2 ul.newslist li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul.newslist li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.news-page .init-2 ul.newslist li h2 a {
  color:inherit;
}
.news-page .init-2 ul.newslist li time {
  font-size: 12px;
  color: #585858;
  display: block;
  padding: 10px 0;
}
.news-page .init-2 ul.newslist li p {
  font-size: 16px;
  color: #585858;
}
.news-page .init-2 ul.newslist li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.news-page .init-2 ul.newslist li:hover h2 {
  color: #275d1b;
}

.news-page .init-2 ul.newslist {
  padding: 40px 0;
}
.news-page .init-2 ul.newslist li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul.newslist li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.news-page .init-2 ul.newslist li time {
  font-size: 12px;
  color: #585858;
  display: block;
  padding: 10px 0;
}
.news-page .init-2 ul.newslist li p {
  font-size: 16px;
  color: #585858;
}
.news-page .init-2 ul.newslist li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.news-page .init-2 ul.newslist li:hover h2 {
  color: #275d1b;
}
.news-page .init-3 {
  padding: 40px 0;
}
.newsdet-page .init-2 {
  padding: 60px 0 40px;
}
.newsdet-page .init-2 div.newsdet h1 {
  font-size: 40px;
  color: #222;
  text-align: center;
}
.newsdet-page .init-2 div.newsdet .news_date {
  font-size: 14px;
  text-align: center;
  color: #585858;
  display: block;
  padding: 20px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents {
  font-size: 16px;
  color: rgba(0,0,0.6);
  line-height: 28px;
}
.newsdet-page .init-2 div.newsdet .news_contents p {
  padding: 10px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents a {
  color: #275d1b;
}
.newsdet-page .init-3 .news_next {
  padding: 40px 0;
  font-size: 18px;
  color: #222;
}
.newsdet-page .init-3 .news_next a {
  color: inherit;
}
.newsdet-page .init-3 .news_next a:hover {
  color: #275d1b;
}
.picture-page .init-2 {
  padding: 40px 0;
}
.picture-page .init-2 ul.picture {
  display: inline-block;
  width: 100%;
}
.picture-page .init-2 ul.picture li {
  float: left;
  padding: 15px 10px;
  width: 25%;
}
.picture-page .init-2 ul.picture li a {
  display: block;
  border: 1px solid #e2e2e2;
  text-align: center;
}
.picture-page .init-2 ul.picture li a em {
  display: block;
  overflow: hidden;
}
.picture-page .init-2 ul.picture li a h2 {
  color: #585858;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.picture-page .init-2 ul.picture li a h2:hover {
  color: #275d1b;
}
.picture-page .init-3 {
  padding: 40px 0;
}

.about-page-company .init-2 {
  padding: 50px 0 60px;
}
.about-page-company .init-2 h2 {
  font-size: 30px;
  color: #394b50;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.about-page-company .init-2 h2 small {
  display: block;
  font-size: 16px;
  text-transform: none;
  line-height: normal;
  font-weight: normal;
}
.about-page-company .init-2 ul {
  margin: -30px -40px;
  display: inline-block;
  padding-top: 70px;
}
.about-page-company .init-2 ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 30px 40px;
  position: relative;
  margin-left: -3px;
}
.about-page-company .init-2 ul li .img {
  position: absolute;
  left: 45px;
  top: 30px;
}
.about-page-company .init-2 ul li .img img.img2 {
  display: none;
}
.about-page-company .init-2 ul li:hover .img img.img2 {
  display: block;
}
.about-page-company .init-2 ul li:hover .img img.img1 {
  display: none;
}
.about-page-company .init-2 ul li .content {
  padding-left: 80px;
}
.about-page-company .init-2 ul li .content h3 {
  font-size: 16px;
  color: #394b50;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.about-page-company .init-2 ul li .content p {
  font-size: 13px;
  color: #7b7b7b;
  line-height: 22px;
}
.about-page-company .init-3 {
  background: #f6f7f9;
  position: relative;
}
.about-page-company .init-3 div.left {
  width: 50%;
}
.about-page-company .init-3 div.left img {
  width: 100%;
}
.about-page-company .init-3 div.right {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.about-page-company .init-3 div.right .box {
  width: 50%;
  float: right;
  padding-left: 5%;
}
.about-page-company .init-3 div.right .box h2 {
  font-size: 30px;
  color:#394b50;
  font-weight: bold;
  text-transform: uppercase;
      margin-top: -15px;
    margin-bottom: 40px;
}
.about-page-company .init-3 div.right .box p {
  font-size: 14px;
  color: black;
  line-height: 27px;
  position: relative;
  margin: 60px 0 40px;
}
.about-page-company .init-3 div.right .box img {
  float: right;
}
.about-page-company .init-3 div.right .box .content {
  position: relative;
  
}
.about-page-company .init-3 div.right .box i {
  position: absolute;
  font-size: 60px;
  color: #e5e6e8;
}
.about-page-company .init-3 div.right .box i.left {
  top: -10px;
  left: -40px;
}
.about-page-company .init-3 div.right .box i.right {
  bottom: -50px;
  right: -20px;
}
.about-page-company .init-4 {
  padding: 90px 0;
}
.about-page-company .init-4 img {
  margin: 20px 0;
}
.about-page-company .init-4 p {
  font-size: 14px;
  color: black;
  line-height: 32px;
  font-family: Arial;
  
}
@media screen and (max-width: 1440px){
  .about-page-company .init-3 div.right .box p {
    margin: 20px 0;
  }
  .about-page-company .init-3 div.right .box i {
    display: none;
  }
  .about-page-company .init-3 div.right .box .content {
    padding-left: 0;
  }

}
@media screen and (max-width: 1200px){
  .about-page-company .init-3 div.right .box img {
    display: none;
  }
}
.button-group .button {
  background-color: #275d1b !important;
}
@media screen and (max-width: 1200px){
  .faq-page .init-2 ul.faq li p {
    font-size: 14px;
  }
  .faq-page .init-2 ul.faq li h2 {
    font-size: 18px;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 24px;
  }
  .prodet-page .init-2 .prodet-title .content {
    font-size: 13px;
  }
  .prodet-page .init-2 .prodet-img {
    width: 40%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 50%;
  }
  .prodet-page .init-4 h2 em,.prodet-page .init-3 .init-3-top ul li {
    font-size: 14px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 14px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 28px;
  }
  #mapContainer {
    height: 360px !important;
  }
  .contact-page .init-3 h2,.contact-page .init-1 h2 {
    font-size: 30px;
  }
  .contact-page .init-3 ul li input {
    line-height: 40px;
  }
  .contact-page .init-3 ul li .yam .img {
    top: 12px;
  }
  .about-page-company .init-2 ul li .content p {
    font-size: 12px;
  }
  .about-page-company .init-2 h2 {
    font-size: 24px;
  }
  .about-page-company .init-2 h2 small {
    font-size: 12px;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 18px;
  }
  .picture-page .init-2 ul.picture li,.product-page .init-3 ul li {
    width: 33.333%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 100%;
    padding-top: 30px;
  }
  .prodet-page .init-2 .prodet-scroll {
    width: 20%;
  }
  .prodet-page .init-2 .prodet-img {
    width: 80%;
  }
  .news-page .init-2 ul.newslist li h2 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .news-page .init-2 ul.newslist li p {
    font-size: 13px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 20px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 12px;
    line-height: 24px;
  }
  .newsdet-page .init-3 .news_next {
    font-size: 14px;
    padding: 20px 0;
  }
  .contact-page .init-3 h2, .contact-page .init-1 h2 {
    font-size: 22px;
  }
  .contact-page .init-1 ul li p {
    font-size: 12px;
  }
}

@media screen and (max-width: 970px){

  .about-page-company .init-3 div.left {
    width: 100%;
  }
  .about-page-company .init-3 div.right {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .about-page-company .init-3 div.right .box {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .about-page-company .init-3 div.right .box h2{
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 700px){
  .inner-page div#nav {
    display: none;
  }
  .about-page-company .init-2 h2 {
    font-size: 18px;
  }
  .about-page-company .init-2 ul li {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
  .about-page-company .init-2 ul {
    margin: 20px 0;
  }
  .about-page-company .init-2 ul li .img {
    left: 10px;
  }
  
  
  .about-page-company .init-3 div.right .box h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .picture-page .init-2 ul.picture li, .product-page .init-3 ul li {
    width: 50%;
  }
  .faq-page .init-2 ul.faq li p {
    font-size: 12px;
  }
  .faq-page .init-2 ul.faq li h2 {
    font-size: 15px;
  }
  .product-page .init-2 {
    display: none;
  }
  .product-page .init-3 {
    padding-top: 30px;
  }
  .product-page .init-3 ul li a h2 {
    padding: 5px;
  }
  #cs td, #cs th {
    padding: 5px;
  }
  .prodet-page .init-2 .prodet-title .content {
    font-size: 12px;
  }
  .prodet-page .init-2 .prodet-title a.more.first {
    margin-bottom: 10px;
  }
  .prodet-page .init-4 h2 em, .prodet-page .init-3 .init-3-top ul li {
    font-size: 12px;
  }
  .news-page .init-2 ul.newslist li h2 {
    font-size: 15px;
  }
  .news-page .init-2 ul.newslist li {
    padding: 15px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 16px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents p {
    padding: 5px 0;
  }
  .contact-page .init-1 ul li {
    width: 50% !important;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-top: 20px;
  }
  .contact-page .init-1 ul li:nth-child(2n) {
    margin-left: 0;
  }
  .contact-page .init-1 ul li i {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .contact-page .init-1 ul {
    padding: 40px 0;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .contact-page .init-3 ul li {
    width: 100%;
  }
  .contact-page .init-3 ul li input[type="submit"] {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .init-1 h2 {
    padding: 30px 0 10px;
  }

}



.about-page-company .init-5 h2 {
  font-size: 25px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-page-company .init-5 {
  padding: 50px 0;
}
.about-page-company .init-5 ul {
  margin: -15px;
}
.about-page-company .init-5 ul li {
  padding: 15px;
}
.about-page-company .init-5 ul li .box {
  box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.about-page-company .init-5 ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page-company .init-5 ul li .box h5 {
  display: block;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  font-size: 22px;
  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-company .init-5 ul li .box:hover h5 {
  background: #2a5d1f;
  color: white;
}



.i-history {
  padding: 80px 0;
  background: #e9f1ee url(../images/why-bg-img_07.jpg) no-repeat 97% 14%;
}
.i-history h2{
  font-family: Quicksand-Bold;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #394b50;
}
.i-history .history-list {
  background: url(../images/line_03.jpg) repeat-x left 7px;
}
.i-history .history-list .swiper-slide {
  position: relative;
}
.i-history .history-list .swiper-slide:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 50px;
  top: 0;
  left: 7px;
  background: #c8cfb8;
}
.i-history .history-list .swiper-slide:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  z-index: 8;
  background: url(../images/pointer.png) no-repeat center;
}
.i-history .history-list .swiper-slide .news-text {
  padding-top: 60px;
}
.i-history .history-list .swiper-slide .news-text h3 {
 font-size: 30px;
    font-family: poppins-bold;
    color: #85b047;
    line-height: 1.5;
    font-weight: bold;
}
.i-history .history-list .swiper-slide .news-text h4 {
 font-size: 16px;
    text-transform: capitalize;
    margin: 10px 0;
    font-family: poppins-bold;
}
.i-history .history-list .swiper-slide .news-text p {
 line-height: 25px;
    color: #6d6d6d;
    font-size: 14px;
}
.i-history .img {
  margin-top: 50px;
}



.zeze-page .zeze-1 .box{
  font-size: 0;
  padding: 85px 0;
}
.zeze-page .zeze-1 .left{
  display: inline-block;
  vertical-align: middle;
  width: 41%;
}
.zeze-page .zeze-1 .right{
  display: inline-block;
  vertical-align: middle;
  width: 59%;
  padding-left: 35px;
}
.zeze-page .zeze-1 .right .title span{
  font-weight: bold;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 20px;
}
.zeze-page .zeze-1 .right .text{
  font-size: 14px;
  line-height: 30px;
}


.zeze-page .zeze-2 .box{
  padding: 60px 0 85px;
}
.zeze-page .zeze-2{
  background-color: #f5f5f5;
}
.zeze-page .zeze-2 h2.title{
  font-size: 30px;
  font-family: "arial";
  font-weight: bold;
  text-transform: uppercase;
}
.zeze-page .zeze-2 .shop-list{
  margin-top: 60px;
}
.zeze-page .zeze-2 .shop-list ul{
  margin: -30px;
}
.zeze-page .zeze-2 .shop-list ul li{
  padding: 30px;
}
.zeze-page .zeze-2 .shop-box{
  background-color: #fff;
  border-radius: 10px;
  transition: .5s ease;
}
.zeze-page .zeze-2 .shop-box:hover{
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, .3)
}
.zeze-page .zeze-2 .shop-box .top{
  min-height: 120px;
  position: relative;
}
.zeze-page .zeze-2 .shop-box .top img{
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.zeze-page .zeze-2 .shop-box .bottom{
  border-top: 1px solid #b1b1b1;
  padding: 65px 25px;
  font-size: 0;
}
.zeze-page .zeze-2 .shop-box .bottom .ewm-img{
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}
.zeze-page .zeze-2 .shop-box .bottom .content{
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  padding-left: 20px;
}

.zeze-page .zeze-2 .shop-box .bottom .content .text{
  font-size: 14px;
  text-transform: uppercase;
}
.zeze-page .zeze-2 .shop-box .bottom .content span{
  font-size: 14px;
  margin-top: 20px;
  display: inline-block;
}
.zeze-page .zeze-2 .shop-box .bottom .content span img{
  vertical-align: middle;
}

.ty-big-box img{
  width: 100%;
}
.ty-big-box .ty-list ul{
  margin: -15px;
}
.ty-big-box .ty-list ul li{
  padding: 15px;
}
.ty-big-box .ty-list{
  margin-top: 30px;
}
.ty-big-box .ty-list .ty-img-box{
  border: 1px solid #b1b1b1;
}

.ty-page .box{
  padding: 100px 0;
}

.zeze-page .zeze-4{
  background-color: #f5f5f5;
}

.btn{ display: inline-block; *display:inline; *zoom:1; padding: 5px 10px; text-decoration: none; position: relative; color:#333;}

.btn9{ border:1px solid #d0d0d0;position:relative;color: #666;overflow: hidden;-webkit-transition: all .4s;transition: all .4s;}
.btn9:hover{ color:#fff; border-color:#3f3f3f;}
.btn9 .bgsqr1,.btn9 .bgsqr2,.btn9 .bgsqr3,.btn9 .bgsqr4{background:#3f3f3f; position:absolute; width:25%; height:0;-webkit-transition: height .4s;transition: height .4s;}
.btn9 .bgsqr1{ top:0; left:0;}
.btn9 .bgsqr2{ bottom:0; left:25%;}
.btn9 .bgsqr3{ top:0; left:50%;}
.btn9 .bgsqr4{ bottom:0; left:75%;}
.btn9:hover .bgsqr1,.btn9:hover .bgsqr2,.btn9:hover .bgsqr3,.btn9:hover .bgsqr4{ height:100%;}
.btn9 span{ position:relative; z-index:1;}


.zeze-6 .box{
  padding: 50px 0 100px;
}
.zeze-6 .btn{
  border-radius: 5px;
  background-color: #fff;
}
.zeze-6 .btn9{
  border: 2px solid #275d1b;
  padding: 5px 20px;
}
.zeze-6 ul li{
  display: inline-block;
  position: relative;
}
.zeze-6 ul li:first-child{
  margin-left: 0
}
.zeze-6 ul li{
  margin-left: 80px;
}
.zeze-6 ul li.tianmao::after{
  content: url(../images/tianmao-icon.png);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.zeze-6 ul li.jingdong::after{
  content: url(../images/jingdong-icon.png);
  position: absolute;
  bottom: 0;
  left: -45px;
  z-index: -1;
}

.jdt{
  opacity: 0;
}

@media screen and (max-width: 1230px) {
  .zeze-page .zeze-2 .shop-box .top img{
    width: 50%;
  }

  .zeze-page .zeze-2 .shop-box .bottom{
    padding: 15px;
  }
}

@media screen and (max-width: 970px) {
  .zeze-page .zeze-1 .left{
    width: 100%;
    text-align: center;
  }
  .zeze-page .zeze-1 .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .zeze-page .zeze-2 .shop-box .top{
    min-height: 80px;
  }
  .zeze-page .zeze-2 .shop-box .bottom .ewm-img{
    display: none;
  }
  .zeze-page .zeze-2 .shop-box .bottom .content{
    width: 100%;
    padding-left: 0;
  }
  .zeze-page .zeze-2 .shop-box .bottom .content span{
    margin-top: 5px;
  }

  .zeze-page .zeze-2 .shop-list ul{
    margin: -10px;
  }
  .zeze-page .zeze-2 .shop-list ul li{
    padding: 10px;
  }
}

@media screen and (max-width: 550px) {
  .zeze-6{
    display: none;
  }

  #banner .banner-left .content h1{
    display: none;
  }
  #banner .banner-left .content .text{
    display: block;
    color: #ffffff;
  }

  #banner .banner-right .banner-img::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}


.message-c{
  background: url(../images/message-c-bg.jpg)no-repeat center;
  position: relative;
}

.message-c::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 70%;
  background-color: #2a5d1f;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 0 500px 500px 0;
}

.message-c .box{
  padding: 85px 0;
}

.message-c .form{
	max-width: 730px;
	position: relative;
}

.message-c .form ul{
	margin: -12px -16px;
}

.message-c .form ul li{
	padding: 12px 16px;
}

.message-c .form input,
.message-c .form textarea{
	width: 100%;
	padding: 15px 20px;
	background-color: rgba(255,255,255,.2);
	border: none;
	color: #fff;
}

.message-c .form textarea{
	margin-top: 45px;
	height: 170px;
}

.message-c .form button{
  width: 37px;
  height: 37px;
  background: url(../images/send-icon.png)no-repeat center;
	position: absolute;
	right: 20px;
	bottom: 10px;
	background-color: transparent;
	border: none;
}

.message-c .form input::-webkit-input-placeholder,
.message-c .form textarea::-webkit-input-placeholder{
	color:#fff;
}
.message-c .form input::-moz-placeholder,
.message-c .form textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#fff;
}
.message-c .form input:-moz-placeholder,
.message-c .form textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#fff;
}
.message-c .form input:-ms-input-placeholder,
.message-c .form textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#fff;
}




@media screen and (max-width: 1420px) {
	.message-c .form{
		max-width: 580px;
	}
}

@media screen and (max-width: 1230px) {
	.message-c::before{
	  width: 80%;
	}
}

@media screen and (max-width: 970px) {
	.message-c::before{
	  width: 100%;
	  border-radius: 0;
	}
	
	.message-c .form{
		max-width: 100%;
	}
}


#imgVerify{
  width: 100px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}


.lg-name{
  font-size: 18px;
  padding: 10px;
}
.inner-page div#nav ul.ui li a{color: #000000;}
.inner-page div#nav ul.ui li:hover, .inner-page div#nav ul.ui li:hover a{color: white;}
.inner-page div#nav ul.ui li.active{background: #275d1b;}
.inner-page div#nav ul.ui li.active a{color: white;}