@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Source-Han-Sans';
  src: url(../fonts/Source-Han-Sans.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url(../fonts/Raleway-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url(../fonts/PlayfairDisplay-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Arial';
  src: url(../fonts/ARIAL.TTF) format('truetype');
}
@font-face {
  font-family: 'Georgia';
  src: url(../fonts/Georgia.woff.ttf) format('truetype');
}
@font-face {
  font-family: 'baskervilleoldstyle';
  src: url(../fonts/baskervilleoldstyle.ttf) format('truetype');
}
@font-face {
  font-family: 'MODERNE';
  src: url(../fonts/MODERNE\ SANS.woff.ttf) format('truetype');
}
@font-face {
  font-family: 'Tracion-Normal';
  src: url(../fonts/Tracion-Normal.ttf) format('truetype');
}
.container {
  width: 1230px;
}
.containerBox {
  width: 1366px;
  padding: 0 15px;
  margin: 0 auto;
}
#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: #e0640d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 28px;
}
#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/tc-zoom.png") no-repeat center center #c5c5c5;
  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: #e0640d;
}
#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;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #ffffff;
}
#header img {
  width: auto;
}
#header .nav.scrollNav {
  height: 70px;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
#header .nav {
  position: relative;
  width: 100%;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  background-color: rgba(255, 255, 255, 0.5);
  height: 150px;
}
#header .nav .nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .nav .nav-box .menu-box {
  padding: 0;
  position: relative;
  display: flex;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .nav .nav-box .menu-box .menu > li {
  display: inline-block;
  position: relative;
  margin: 0 29px;
  vertical-align: top;
}
#header .nav .nav-box .menu-box .menu > li > a {
  font-size: 16px;
  color: #a4a4a4;
  display: block;
  position: relative;
  font-family: Arial;
  text-transform: uppercase;
}
#header .nav .nav-box .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #a4a4a4;
}
#header .nav .nav-box .menu-box .menu > li:hover > a {
  color: #a6d039;
}
#header .nav .nav-box .menu-box .menu > li:hover > a:after {
  width: 100%;
  left: 0%;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #a6d039;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  font-family: 'Arial';
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .nav-box .language {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  position: relative;
}
#header .nav .nav-box .language > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: poppins-regular;
  color: #a4a4a4;
  font-family: 'Arial';
  margin: 0 5px;
}
#header .nav .nav-box .language > a:hover {
  color: #a6d039;
}
#header .nav .nav-box .language > a > img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
#header .nav .nav-box .language .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  background: #a6d039;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .nav-box .language .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .nav-box .language .sub-menu li a {
  font-size: 15px;
  color: #fff;
  font-family: 'Arial';
  display: block;
  padding: 10px 18px;
}
#header .nav .nav-box .language .sub-menu li:hover {
  background: #222;
}
#header .nav .nav-box .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .nav-box .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .nav-box .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .nav-box .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .nav-box .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 .nav-box .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .nav-box .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner {
  padding-top: 150px;
  position: relative;
}
#banner img {
  width: auto;
}
#banner .banner-search {
  position: absolute;
  display: inline-block;
  top: 30%;
  right: 15%;
  text-align: center;
}
#banner .banner-search h6 {
  font-size: 104px;
  color: #a6d039;
  font-family: 'Tracion-Normal';
  line-height: 105px;
  letter-spacing: 4px;
}
#banner .banner-search h3 {
  font-size: 30px;
  color: #ffffff;
  font-family: 'MODERNE';
  text-transform: uppercase;
  letter-spacing: 4px;
}
#banner .banner-search .search {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner .banner-search .search > img {
  margin-right: 15px;
}
#banner .banner-search .search form {
  position: relative;
}
#banner .banner-search .search form input[type="text"] {
  width: 300px;
  height: 40px;
  border-radius: 15px;
  border: 4px solid #a6d039;
  padding: 0 35px 0 10px;
  font-size: 16px;
}
#banner .banner-search .search form input[type="submit"] {
  position: absolute;
  border-radius: 0;
  border: 0;
  background-color: none;
  width: 40px;
  height: 40px;
  top: 0;
  right: 5px;
  background: url(../images/seach.png) no-repeat center center;
}
#index-body h1.h1,
#index-body h2.h2,
#index-body h3.h3,
#index-body h4.h4,
#index-body h5.h5,
#index-body h6.h6,
#index-body h1,
#index-body h2,
#index-body h3,
#index-body h4,
#index-body h5,
#index-body h6 {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body a,
#index-body span,
#index-body i {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body h1.h1 {
  font-size: 36px;
  color: #ffffff;
}
#index-body h1.h1 > a {
  font-family: 'baskervilleoldstyle';
  font-size: 36px;
  color: #ffffff;
}
#index-body h2.h2 {
  font-size: 22px;
  color: #404146;
  font-family: Arial;
}
#index-body h2.h2 > a {
  font-family: Arial;
  font-size: 22px;
  color: #404146;
}
#index-body h2 {
  font-size: 22px;
  color: #a6d039;
  font-family: 'MODERNE';
}
#index-body h2 > a {
  font-family: 'MODERNE';
  font-size: 22px;
  color: #a6d039;
}
#index-body h3.h3 {
  font-size: 30px;
  color: #404146;
  font-weight: bold;
}
#index-body h3.h3 > a {
  font-family: Arial;
  font-size: 30px;
  color: #404146;
  font-weight: bold;
}
#index-body h3 {
  font-size: 30px;
  color: #404146;
  font-family: 'Tracion-Normal';
}
#index-body h3 > a {
  font-family: 'Tracion-Normal';
  font-size: 30px;
  color: #404146;
}
#index-body h4.h4 {
  font-size: 48px;
  color: #000000;
}
#index-body h4.h4 > a {
  font-family: 'baskervilleoldstyle';
  font-size: 48px;
  color: #000000;
}
#index-body h5.h5 {
  font-size: 54px;
  color: #404146;
  font-weight: bold;
}
#index-body h5.h5 > span {
  font-size: 30px;
  color: #404146;
  font-weight: bold;
}
#index-body p.p {
  font-family: Arial;
  font-size: 16px;
  color: #707070;
}
#index-body p.p > a {
  font-family: Arial;
  font-size: 16px;
  color: #707070;
}
#index-body p.p > span {
  font-family: Arial;
  font-size: 16px;
  color: #707070;
}
#index-body p {
  font-size: 14px;
  font-family: Arial;
  color: #707070;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body .i-about {
  position: relative;
}
#index-body .i-about .top {
  text-align: center;
  z-index: 10;
}
#index-body .i-about .top .h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
#index-body .i-about .content {
  display: flex;
  align-items: center;
  padding: 20px 0 175px 0;
  z-index: 10;
	position:relative;
}
#index-body .i-about .content .left {
  width: 50%;
  text-align: right;
}
#index-body .i-about .content .right {
  z-index: 20;
  width: 50%;
}
#index-body .i-about .content .right .content-box {
  max-width: 560px;
  margin-left: 55px;
}
#index-body .i-about .content .right .content-box .h5 {
  opacity: 0.5;
  text-transform: uppercase;
  padding: 15px 0;
}
#index-body .i-about .content .right .content-box p {
  line-height: 30px;
  padding: 30px 0;
  font-size: 16px;
}
.h1niming {
  display: inline;
  font-size: 16px;
}
.pp {
  line-height: 30px;
  padding: 30px 0;
  font-size: 14px;
  font-family: Arial;
  color: #707070;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
}
#index-body .i-about .content .right .content-box .pp {
  border-bottom: 1px solid #c5c5c5;
  font-size: 16px;
}
#index-body .i-about .content .right .content-box .click > a {
  display: inline-block;
  text-align: center;
  padding: 5px 20px;
  border-radius: 15px;
  background-color: #a6d039;
}
#index-body .i-about .content .right .content-box .click > a:hover {
  background-color: #000000;
}
#index-body .i-about .content .right .content-box .click > a span {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 0 6px;
}
#index-body .i-about .aboutbackgroud {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}
#index-body .i-why {
  padding-bottom: 100px;
}
#index-body .i-why .why-box .column {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  cursor: pointer;
}
#index-body .i-why .why-box .column:hover {
  background-color: #a6d039;
}
#index-body .i-why .why-box .column:hover h2 {
  color: #ffffff;
}
#index-body .i-why .why-box .column:hover .content > span {
  background-color: #ffffff;
}
#index-body .i-why .why-box .column:hover p {
  color: #ffffff;
}
#index-body .i-why .why-box .column .why-img {
  display: inline-block;
  overflow: hidden;
  max-height: 265px;
}
#index-body .i-why .why-box .column .why-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-why .why-box .column .why-img > img {
  width: 100%;
  height: 100%;
}
#index-body .i-why .why-box .column .content {
  text-align: center;
  padding-bottom: 30px;
}
#index-body .i-why .why-box .column .content h2 {
  text-transform: uppercase;
  padding: 30px 0 5px 0;
}
#index-body .i-why .why-box .column .content .p {
  max-width: 350px;
  margin: 0 auto;
  padding-top: 20px;
  min-height: 120px;
  line-height: 28px;
}
#index-body .i-why .why-box .column .content .s {
  display: inline-block;
  width: 60px;
  height: 3px;
}
#index-body .i-why .why-box .column .content span {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #a6d039;
}
#index-body .i-hot {
  background-image: url(../images/hot.jpg);
  padding-top: 180px;
}
#index-body .i-hot .hot-box {
  text-align: center;
}
#index-body .i-hot .hot-box .top {
  padding-bottom: 70px;
}
#index-body .i-hot .hot-box .top h3 {
  text-transform: uppercase;
  color: #ffffff;
}
#index-body .i-hot .hot-box .top .p {
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 35px;
}
#index-body .i-hot .hot-box .top form {
  position: relative;
  display: inline-block;
}
#index-body .i-hot .hot-box .top form input[type="text"] {
  width: 393px;
  height: 40px;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  padding: 0 15px;
}
#index-body .i-hot .hot-box .top form input[type="submit"] {
  position: absolute;
  border-radius: 0;
  border: 0;
  background-color: none;
  width: 40px;
  height: 40px;
  top: 0;
  right: 46%;
  background: url(../images/hotSeach.png) no-repeat center center;
}
#index-body .i-hot .hot-list ul li {
  text-align: center;
  padding: 15px 0;
  background-color: #80781b;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  border-left: 1px solid #a6d039;
}
#index-body .i-hot .hot-list ul li:hover {
  background-color: #a6d039;
}
#index-body .i-hot .hot-list ul li .p a {
  display: block;
  color: #ffffff;
}
#index-body .i-product {
  padding: 90px 0;
}
#index-body .i-product .product-box .productBox .swiper-slide .product-img {
  position: relative;
  height: 270px;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .i-product .product-box .productBox .swiper-slide .product-img:hover .sub-img {
  height: 100%;
}
#index-body .i-product .product-box .productBox .swiper-slide .product-img:hover .sub-img > a {
  opacity: 1;
}
#index-body .i-product .product-box .productBox .swiper-slide .product-img .sub-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(153, 183, 55, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body .i-product .product-box .productBox .swiper-slide .product-img .sub-img > a {
  opacity: 0;
}
#index-body .i-product .product-box .productBox .swiper-slide .product-img .sub-img > a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-product .product-box .productBox .swiper-slide .p {
  text-align: center;
  padding: 20px 0;
}
#index-body .i-product .product-box .productBox .swiper-slide .p a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-product .product-box .productBox .swiper-slide .p a:hover {
  color: #a6d039;
}
#index-body .i-product .product-box .productBox .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding-top: 20px;
}
#index-body .i-product .product-box .productBox .swiper-pagination span {
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
  -moz-transition: 0.1s ease;
  -ms-transition: 0.1s ease;
  -o-transition: 0.1s ease;
}
#index-body .i-product .product-box .productBox .swiper-pagination .swiper-pagination-bullet {
  background-color: #99ba44;
  opacity: 1;
  margin: 0 10px;
}
#index-body .i-product .product-box .productBox .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/feiye.png);
  background-color: #ffffff;
  width: 15px;
  height: 15px;
}
#index-body .i-news {
  padding: 40px 0;
}
#index-body .i-news .top {
  text-align: center;
  z-index: 10;
}
#index-body .i-news .top .h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
#index-body .i-news .newsBox {
  margin-top: 20px;
}
#index-body .i-news .newsBox .swiper-slide {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  cursor: pointer;
}
#index-body .i-news .newsBox .swiper-slide:hover {
  background-color: #a6d039;
}
#index-body .i-news .newsBox .swiper-slide:hover .h2 {
  color: #ffffff;
}
#index-body .i-news .newsBox .swiper-slide:hover p {
  color: #ffffff;
}
#index-body .i-news .newsBox .swiper-slide:hover .news-content > .news-time > .time {
  color: #ffffff;
}
#index-body .i-news .newsBox .swiper-slide:hover .news-content > .news-time > .time > span {
  background-image: url(../images/time2.png);
}
#index-body .i-news .newsBox .swiper-slide:hover .news-content > .news-time > .you > a {
  background-image: url(../images/you2.png);
}
#index-body .i-news .newsBox .swiper-slide .news-content {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
}
#index-body .i-news .newsBox .swiper-slide .news-content .news-box {
  display: flex;
}
#index-body .i-news .newsBox .swiper-slide .news-content .news-box .news-img {
  display: inline-block;
  overflow: hidden;
}
#index-body .i-news .newsBox .swiper-slide .news-content .news-box .news-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-news .newsBox .swiper-slide .news-content .news-box .content {
  margin-left: 30px;
  max-width: 520px;
}
#index-body .i-news .newsBox .swiper-slide .news-content .news-box .content .h2 {
  margin-bottom: 5px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  line-height: 32px;
}
#index-body .i-news .newsBox .swiper-slide .news-content .news-box .content p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  line-height: 28px;
}
#index-body .i-news .newsBox .swiper-slide .news-content .news-time p {
  color: #727272;
  font-size: 18px;
  font-family: Arial;
}
#index-body .i-news .newsBox .swiper-slide .news-content .news-time p > span {
  display: inline-block;
  background-image: url(../images/time1.png);
  width: 23.5px;
  height: 23.5px;
  vertical-align: middle;
  margin-right: 20px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body .i-news .newsBox .swiper-slide .news-content .news-time .you {
  text-align: center;
  margin-top: 30px;
}
#index-body .i-news .newsBox .swiper-slide .news-content .news-time .you a {
  display: inline-block;
  width: 39px;
  height: 39px;
  background-image: url(../images/you1.png);
}
#footer {
  position: relative;
  padding-top: 80px;
  background-color: #404146;
}
#footer h1.h1,
#footer h2.h2,
#footer h3.h3,
#footer h4.h4,
#footer h5.h5,
#footer h6.h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#footer a,
#footer span,
#footer i {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#footer img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#footer h1.h1 {
  font-size: 36px;
  color: #ffffff;
}
#footer h1.h1 > a {
  font-family: 'baskervilleoldstyle';
  font-size: 36px;
  color: #ffffff;
}
#footer h2.h2 {
  font-size: 22px;
  color: #404146;
  font-family: Arial;
}
#footer h2.h2 > a {
  font-family: Arial;
  font-size: 22px;
  color: #404146;
}
#footer h2 {
  font-size: 22px;
  color: #a6d039;
  font-family: 'MODERNE';
}
#footer h2 > a {
  font-family: 'MODERNE';
  font-size: 22px;
  color: #a6d039;
}
#footer h3.h3 {
  font-size: 30px;
  color: #404146;
  font-weight: bold;
}
#footer h3.h3 > a {
  font-family: Arial;
  font-size: 30px;
  color: #404146;
  font-weight: bold;
}
#footer h3 {
  font-size: 30px;
  color: #404146;
  font-family: 'Tracion-Normal';
}
#footer h3 > a {
  font-family: 'Tracion-Normal';
  font-size: 30px;
  color: #404146;
}
#footer h4.h4 {
  font-size: 48px;
  color: #000000;
}
#footer h4.h4 > a {
  font-family: 'baskervilleoldstyle';
  font-size: 48px;
  color: #000000;
}
#footer h5.h5 {
  font-size: 54px;
  color: #404146;
  font-weight: bold;
}
#footer h5.h5 > span {
  font-size: 30px;
  color: #404146;
  font-weight: bold;
}
#footer p.p {
  font-family: Arial;
  font-size: 16px;
  color: #707070;
}
#footer p.p > a {
  font-family: Arial;
  font-size: 16px;
  color: #707070;
}
#footer p.p > span {
  font-family: Arial;
  font-size: 16px;
  color: #707070;
}
#footer p {
  font-size: 14px;
  font-family: Arial;
  color: #707070;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#footer .footer-top {
  text-align: center;
}
#footer .footer-top ul li {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #89898c;
  line-height: 16px;
}
#footer .footer-top ul li:last-child {
  border-right: none;
}
#footer .footer-top ul li > a {
  color: #ffffff;
  display: inline-block;
  width: 100px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
#footer .footer-top ul li > a:hover {
  font-weight: bold;
}
#footer .footer-top .icon {
  padding: 30px 0;
}
#footer .footer-top .icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  background-color: #5b5c60;
  margin: 0 20px;
}
#footer .footer-top .icon a:hover {
  background-color: #99ba44;
}
#footer .footer-top .icon a i {
  font-size: 20px;
  color: #ffffff;
}
#footer .footer-top .add p {
  width: 378px;
  font-size: 16px;
  color: #cacaca;
  margin: 0 auto;
  line-height: 30px;
}
#footer .footer-top form {
  padding: 30px 0;
}
#footer .footer-top form input[type="text"] {
  width: 250px;
  height: 40px;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  padding: 0 15px;
  margin-right: 10px;
}
#footer .footer-top form input[type="email"] {
  width: 250px;
  height: 40px;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  padding: 0 15px;
  margin-right: 10px;
}
#footer .footer-top form input[type="submit"] {
  border-radius: 40px;
  border: 0;
  width: 90px;
  height: 40px;
  background: url(../images/footerSeach.png) no-repeat center center;
  background-color: #a6d039;
  color: rgba(0,0,0,0);
}
#footer .footer-bottom p {
  text-align: center;
  padding: 15px 0;
  border: 1px solid #717276;
}
#footer .footer-bottom p a {
  color: #afafb0;
  font-size: 16px;
  font-family: Arial;
}
#footer .Stick {
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .container {
    width: 1230px;
  }
  #header .nav {
    height: 100px;
  }
  #banner {
    padding-top: 100px;
    position: relative;
  }
  #banner .banner-search h6 {
    font-size: 60px;
    line-height: 60px;
  }
  #banner .banner-search h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  #banner .banner-search .search form input[type="text"] {
    width: 200px;
    height: 30px;
    border: 2px solid #a6d039;
  }
  #banner .banner-search .search form input[type="submit"] {
    width: 30px;
    height: 30px;
  }
  #index-body .i-why .why-box .column .content {
    padding: 0 20px;
  }
  #index-body .i-why .why-box .column .content .p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .nav .nav-box .menu-box .menu > li > a {
    font-size: 14px;
  }
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0px 20px;
  }
  #header .nav .nav-box .language > a {
    font-size: 14px;
  }
  #header .nav {
    height: 80px;
  }
  #banner {
    padding-top: 80px;
    position: relative;
  }
  #index-body h5.h5 {
    font-size: 40px;
  }
  #index-body h5.h5 > span {
    font-size: 24px;
  }
  #index-body .i-about .content .right .content-box .h5 {
    padding: 5px 0;
  }
  #index-body p {
    font-size: 12px;
  }
  #index-body .i-about .content .right .content-box p {
    line-height: 20px;
    padding: 15px 0;
  }
  #index-body .i-about .content .right .content-box a img {
    width: 200px;
    height: auto;
  }
  #index-body .i-about .content {
    display: flex;
    align-items: center;
    padding: 20px 0 50px 0;
  }
  #index-body .i-why .why-box .column .content h2 {
    text-transform: uppercase;
    padding: 5px 0 5px 0;
  }
  #index-body h2 {
    font-size: 18px;
  }
  #index-body p.p {
    font-size: 14px;
  }
  #index-body .i-why .why-box .column .content .p {
    padding-top: 5px;
  }
  #index-body .i-why .why-box .column .content span {
    line-height: 20px;
  }
  #index-body .i-why .why-box .column .content .p {
    min-height: 90px;
  }
  #index-body .i-why .why-box .column .content {
    padding: 0px 10px;
  }
  #index-body .i-why .why-box .column .content h2 {
    line-height: 20px;
  }
  #index-body .i-hot {
    background-image: url(../images/hot.jpg);
    padding-top: 60px;
  }
  #index-body .i-product .product-box .productBox .swiper-slide .product-img {
    height: 220px;
  }
  #index-body .i-product {
    padding: 50px 0;
  }
  #index-body .i-news {
    padding: 20px 0;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content .news-box .news-img {
    display: none;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content .news-box .content {
    margin-left: 20px;
    max-width: 430px;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content .news-box .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	line-height: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    width: 970px;
  }
  #mobile {
    display: block;
  }
  #banner {
    padding: 0 ;
  }
  #banner .banner-search h6 {
    font-size: 40px;
    line-height: 40px;
  }
  #banner .banner-search h3 {
    font-size: 16px;
    letter-spacing: 0px;
  }
  #banner .banner-search .search form input[type="text"] {
    width: 180px;
    height: 25px;
    border: 1px solid #a6d039;
  }
  #banner .banner-search .search form input[type="submit"] {
    width: 25px;
    height: 25px;
  }
  #banner .banner-search .search {
    margin-top: 10px;
  }
  #banner .banner-search .search > img {
    width: 32px;
    height: 25px;
    margin-right: 10px;
  }
  #banner .banner-search {
    top: 20%;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body h2.h2 {
    font-size: 18px;
  }
  #index-body .i-about .content .right .content-box a img {
    width: 150px;
  }
  #index-body .i-about .content .right .content-box .h5 {
    padding: 0px 0;
  }
  #index-body h5.h5 {
    font-size: 30px;
  }
  #index-body h5.h5 > span {
    font-size: 18px;
  }
  #index-body .i-about .content .right .content-box p {
    line-height: 30px;
    padding: 10px 0;
  }
  #index-body .i-about .content .right .content-box {
    max-width: 560px;
    margin-left: 20px;
  }
  #index-body .i-why .why-box .column .content h2 {
    line-height: 5px;
  }
  #index-body h2 {
    font-size: 16px;
  }
  #index-body p.p {
    font-size: 12px;
  }
  #index-body .i-why .why-box .column .content .p {
    min-height: 70px;
	font-size: 14px;
  }
  #index-body p.p > a {
    font-size: 14px;
  }
  #index-body .i-hot .hot-box .top {
    padding-bottom: 40px;
  }
  #index-body h3 {
    font-size: 24px;
  }
  #index-body .i-product .product-box .productBox .swiper-slide .product-img {
    height: 170px;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content .news-box .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content .news-box .news-img {
    width: 25%;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content .news-box .content {
    margin-left: 10px;
    max-width: 350px;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content .news-box {
    width: 60%;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content .news-time p {
    font-size: 14px;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content .news-time p > span {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content .news-time .you a {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content .news-time .you {
    margin-top: 5px;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content .news-box {
    width: 85%;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content {
    padding: 10px 20px;
  }
  #footer .footer-top ul li > a {
    font-size: 14px;
    width: 75px;
  }
  #footer {
    padding-top: 40px;
  }
  #footer .footer-top .icon {
    padding: 20px 0;
  }
  #footer .footer-top .icon a i {
    font-size: 14px;
  }
  #footer .footer-top .icon a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #footer .footer-top .add p {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .footer-bottom p a {
    font-size: 14px;
	line-height: 30px;
  }
  a.footlim {
    display: none;
}
  #footer .footer-bottom p {
    padding: 10px 0;
  }
  #footer .footer-top form input[type="text"] {
    width: 250px;
    height: 30px;
  }
  #footer .footer-top form input[type="submit"] {
    width: 70px;
    height: 30px;
  }
  #footer .footer-top form {
    padding: 15px 0;
	line-height: 34px;
  }
  #index-body .i-hot .hot-list ul li {
    padding: 10px 0;
  }
  #index-body p.p > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #banner .banner-search {
    display: none;
  }
  #index-body .i-about .content {
    padding: 10px 0 20px 0;
  }
  #index-body .i-about .content {
    display: block;
  }
  #index-body .i-about .content .left {
    width: 100%;
  }
  #index-body .i-about .content .right {
    width: 100%;
  }
  #index-body .i-why .why-box .column {
    width: 100%;
  }
  #index-body .i-hot {
    background-size: 584px 222px;
  }
  #index-body .i-why {
    padding-bottom: 20px;
  }
  #index-body .i-hot .hot-box .top form input[type="text"] {
    width: 330px;
    height: 30px;
  }
  #index-body .i-hot .hot-box .top form input[type="submit"] {
    height: 30px;
  }
  #index-body .i-hot .hot-box .top .p {
    margin-bottom: 5px;
  }
  #index-body .i-hot .hot-box .top {
    padding-bottom: 15px;
  }
  #footer .footer-top ul li > a {
    font-size: 12px;
    width: 65px;
  }
  #footer .footer-top ul li {
    padding: 0;
  }
  #footer .footer-top .icon a {
    margin: 0 5px;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content .news-time p > span {
    display: none;
  }
  #footer .footer-top .icon {
    padding: 10px 0;
	display: none !important;
  }
  ul.footerlinmlj {
    display: none !important;
  }
	#index-body .i-hot .hot-list ul li{
		width: 50%;
		margin-bottom:5px;
	}
	#index-body .i-hot .hot-box .top form input[type="text"]{
		width: 100%;
	}
	#footer .footer-top form input[type="email"]{
		    width: 70%;
		height:30px;
	}
	#footer .footer-top .add p{
		width: 100%;
	}
	#index-body .i-product .product-box .productBox .swiper-slide .product-img{
		height:auto;
	}
}




























.inner-container {
  position: relative;
  padding: 0 15px;
  width: 1190px;
  margin: 0 auto;

}
.inner-banner {
  position: relative;
  height: 280px;
  background: url("../images/inner-banner1.jpg") no-repeat center;
  background-size: cover;
  margin-top: 150px;
}
.inner-banner .sideBar {
  z-index: 10;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.inner-banner .sideBar .cat-list li {
  float: left;
  line-height: 52px;
  height: 52px;
  position: relative;
}
.inner-banner .sideBar .cat-list li .children {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  background: #222;
  display: none;
}
.inner-banner .sideBar .cat-list li:hover .children {
  display: block;
}
.inner-banner .sideBar .cat-list li a {
  padding: 0 20px 0 46px;
  color: #fff;
  position: relative;
  display: block;
}
.inner-banner .sideBar .cat-list li a:before {
  content:'';
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.inner-banner .sideBar .cat-list li a:hover, .inner-banner .sideBar .cat-list li a.active {
  background-color: #a6d039;
  color: #fff;
}
.inner-banner .sideBar .cat-list li .children li a {
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.bread-crumbs {
  border-bottom: 1px solid #ebebeb;
  line-height: 24px;
  padding: 13px 0;
}
.bread-crumbs, .bread-crumbs a, .bread-crumbs span {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.about-page {
  padding: 60px 0 90px;
  line-height: 30px;
}
.product-page {
  padding: 20px 0 40px;
}
.proliming {
  font-size: 26px;
  margin-bottom: 20px;
}
.desliming {
  margin-bottom: 20px;
  line-height: 30px;
}
.product-page .pro-list {
  font-size: 0;
  margin: -5px;
}
.product-page .pro-list > .column {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-bottom: 20px;
  padding: 5px;
}
.product-page .pro-list > .column .box {
  display: block;
  border: 1px solid #f0f0f0;
  padding: 5px;
}
.product-page .pro-list > .column .img-box {
  text-align: center;
}
.product-page .pro-list > .column .con-box {
  padding: 13px 0 9px 7px;
}
.product-page .pro-list > .column .con-box .cat-tit {
  color: #969696;
  font-size: 14px;
  background: url("../images/pro-arr.jpg") no-repeat left center;
  /*padding-left: 14px;*/
  line-height: 28px;
}
.product-page .pro-list > .column .con-box .cat-tit span {
  color: #969696;
  font-size: 16px;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-page .pro-list > .column .con-box .pro-tit {
  color: #969696;
  font-size: 14px;
  margin-top: 8px;
  
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 28px;
}
.product-page .pro-list > .column .con-box .pro-tit a {
  color: #666666;
  text-transform: capitalize;
  font-size: 16px;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  margin-top: 40px;
}
.m-page span, .m-page a {
  font-size: 12px;
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover, .m-page .current, .m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page {
  padding: 20px 0 30px;
}
.prodet-page .prodet-t .prodet-pic {
  border: 1px solid #e4e4e4;
  width: 51.6%;
  padding-bottom: 40px;
}
.prodet-page .prodet-t .prodet-pic .txt-center {
  padding: 15px;
}
.prodet-page .prodet-t .prodet-pic .the_gallery {
  border-top: 1px solid #f1f2f6;
  padding: 20px 10px 0;
}
.prodet-page .prodet-t .prodet-pic .the_gallery li {
  padding: 0;
  float: left;
  width: 20%;
  border: 2px solid #9a9b9b;
  margin-right: 8px;
}
.prodet-page .prodet-t .prodet-pic .the_gallery li img {
  height: auto;
}
.prodet-page .prodet-t .prodet-pic .the_gallery li:hover {
  border-color: #327ace;
}
.prodet-page .prodet-t .prodet-det-one {
  width: 48.4%;
  padding-left: 18px;
	    vertical-align: top;
}
.prodet-page .prodet-t .prodet-det-one ul{
	padding-left: 20px;
}
.prodet-page .prodet-t .prodet-det-one ul li{
	list-style: disc;
	line-height: 30px;
}
.prodet-page .prodet-t .prodet-det-one p{
	padding:10px 0;
}
.prodet-page .prodet-t .prodet-det-one table{
	border: 1px solid #f0f0f0;
}
.prodet-page .prodet-t .prodet-det-one table tr td{
	border: 1px solid #f0f0f0;
}
.prodet-page .prodet-t .prodet-det-one .the_tit, .prodet-page .prodet-t .prodet-det-one .the_cat_tit {
  padding-left: 15px;
  border-bottom: 1px dashed #f0f0f0;
  padding-bottom: 12px;
  color: #979797;
  font-size: 18px;
}
.prodet-page .prodet-t .prodet-det-one .the_tit i, .prodet-page .prodet-t .prodet-det-one .the_cat_tit i {
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  vertical-align: middle;
}
.prodet-page .prodet-t .prodet-det-one .the_cat_tit {
  margin-top: 14px;
}
.prodet-page .prodet-det-two {
  margin-top: 20px;
}
.prodet-page .prodet-det-two .det-tit {
  line-height: 40px;
  color: #fff;
  background-color: #a6d039;
  font-size: 14px;
  width: 120px;
  height: 40px;
}
.prodet-page .prodet-det-two .det-con {
  padding: 20px;
  border: 1px solid #f0f0f0;
}
.prodet-page .prodet-det-two .det-con table td{
  padding: 10px 15px;
}
.prodet-page .news_next {
  margin-top: 24px;
  color: #969696;
  line-height: 28px;
}
.prodet-page .news_next a {
  color: #000;
}
.prodet-page .news_next a:first-child {
  margin-right: 40px;
}
.news-page {
  padding-top: 50px;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-pic {
  width: 30%;
}
.news-page .new-list li .new-con {
  width: 70%;
  padding-left: 4%;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 20px;
  line-height: 24px;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #a6d039;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 28px;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #ff9600;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
  font-size: 14px;
    line-height: 30px;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
  color: #555;
  font-size: 16px;
  line-height: 32px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  background: #2e2e2e;
}
.contact-page .c-info {
  padding: 103px 0 138px;
  border-top: 10px solid #a6d039;
}
.contact-page .c-info .box {
  border: 36px solid #393939;
  position: relative;
  padding: 40px 0 91px;
}
.contact-page .c-info .box:before, .contact-page .c-info .box:after, .contact-page .c-info .box .line {
  position: absolute;
  background: #2e2e2e;
  z-index: 11;
}
.contact-page .c-info .box:before, .contact-page .c-info .box:after {
  top: 50%;
  height: 84px;
  margin-top: -42px;
  width: 36px;
  content:'';
}
.contact-page .c-info .box:before {
  left: -36px;
}
.contact-page .c-info .box:after {
  right: -36px;
}
.contact-page .c-info .box .line {
  width: 288px;
  left: 50%;
  margin-left: -144px;
  height: 36px;
}
.contact-page .c-info .box .line-t {
  top: -36px;
}
.contact-page .c-info .box .line-b {
  bottom: -36px;
}
.contact-page .c-info .box .cName, .contact-page .c-info .box .cTit {
  color: #f0f0f0;
}
.contact-page .c-info .box .cName {
  font-size: 18px;
}
.contact-page .c-info .box .cTit {
  font-size: 34px;
  line-height: normal;
  margin-top: 6px;
}
.contact-page .c-info .box .info {
  color: #d4d4d4;
  line-height: 32px;
  margin-top: 41px;
}
.contact-page .c-info .box .info p {
  font-size: 16px;
}
.contact-page .c-info .box .qr {
  position: absolute;
  bottom: -84px;
  width: 119px;
  left: 50%;
  margin-left: -60px;
  z-index: 20;
  border: 3px solid #a6d039;
}
.faq-page .faq-list {
  padding: 88px 0 115px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover, .faq-page .faq-list dt.active {
  background: #a6d039;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
  word-break: break-word;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.portfolio-item--eff3 .portfolio-item__info {
  text-align: center;
}
div.wpcf7-response-output {
  font-size: 12px;
}
#footer div.wpcf7-response-output {
  color: white;
}
.grid-box {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.grid-box>.column {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.c-map {
  border-bottom: 10px solid #a6d039;
}
.button-group .button {
  background: #a6d039 !important;
}
.mlztx,.mlztx:hover {
  background: #ff9600;
}
@media screen and (max-width: 1230px){
  .inner-container {
    width: 994px;
  }

}

@media screen and (max-width: 1000px){
  .inner-container {
    width: 700px;
  }
  .product-page .pro-list > .column {
    width: 33.333%;
  }
  .contact-page .c-info .box .info {
    margin-top: 20px;
  }
  .contact-page .c-info .box .cTit {
    font-size: 30px;
  }
  .contact-page .c-info .box .qr {
    display: none !important;
  }

}

@media screen and (max-width: 700px){
  .inner-container {
    width: 100%;
  }
.proliming {
    display: none;
}
.desliming
{
    display: none;
}
  .inner-banner {
    height: 200px;
  }
  .contact-page .c-info .box {
    border-width: 10px;
    padding: 30px 0;
  }
  .contact-page .c-info {
    padding: 70px 0;
  }
  .contact-page .c-info .box:before, .contact-page .c-info .box:after {
    width: 10px;
  }
  .contact-page .c-info .box:before {
    left: -10px;
  }
  .contact-page .c-info .box:after {
    right: -10px;
  }
  .contact-page .c-info .box .line {
    height: 10px;
    width: 180px;
    margin-left: -90px;
  }
  .contact-page .c-info .box .line-t {
    top: -10px;
  }
  .contact-page .c-info .box .line-b {
    bottom: -10px;
  }
  .contact-page .c-info .box .info p {
    font-size: 14px;
  }
  #mapContainer {
    height: 320px !important;
  }
  .button-group .button:nth-child(2) {
    display: none !important;
  }
  .news-page .new-list li .new-con .abst {
    display: none;
  }
  .news-page .new-list li .new-pic,.news-page .new-list li .new-con {
    width: 100%;
  }
  .news-page .new-list li .new-con {
    padding-left: 0;
    padding-top: 15px;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 16px;
  }
  .news-page .new-list li .new-con .tit {
    margin-bottom: 10px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 16px;
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table,.newdet-page .news .news_contents a {
    font-size: 16px;
  }
  .product-page .pro-list > .column {
    width: 50%;
  }
  .prodet-page .prodet-t .prodet-det-one {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .prodet-page .prodet-t .prodet-pic {
    width: 100%;
  }
  .inner-banner .sideBar {
    display: none;
  }
  .faq-page .faq-list dt {
    font-size: 14px;
  }
  .faq-page .faq-list dd {
    font-size: 12px;
  }
  .faq-page .faq-list {
    padding: 50px 0;
  }
	.inner-banner{
		margin-top: 0;
	}
.product-page .pro-list > .column {
    width: 100%;
}
}
.wpulike{
	display:none;
}