@font-face {
  font-family: 'anton';
  src: url(../fonts/anton.ttf) format('truetype'), url(../fonts/anton.eot) format('eot'), url(../fonts/anton.woff) format('woff'), url(../fonts/anton.woff2) format('woff2');
}
.container {
  width: 1300px;
}
@media screen and (min-width: 1920px) {
	body, html {
    width: 1920px!important;
		margin:0 auto !important; 
		position:relative !important; 
		height:auto !important;
}
}
@media screen and (max-width: 1920px) {
body, html {
    width: 100%!important;
}
}
img{
	pointer-events:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header .nav {
  background: #fff;
  position: relative;
}
#header .nav .logo {
  padding: 20px 0 0;
}
#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;
}
#header .nav .language {
  padding-left: 20px;
}
#header .nav .language p {
  line-height: 82px;
}
#header .nav .language p a {
  font-size: 14px;
  color: #1a7328;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 82px;
  height: 82px;
  position: relative;
  padding-right: 40px;
}
#header .nav .menu-box .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: 99;
}
#header .nav .menu-box .h-search .fa {
  color: #000000;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 22px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 82px;
  right: -25px;
  top: 0;
  background: url(../images/shu_03.jpg) no-repeat center;
}
#header .nav .menu-box .menu > li > a {
  font-size: 14px;
  color: #000000;
  display: block;
  position: relative;
}
#header .nav .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: 2px;
  background: #ffffff;
}
#header .nav .menu-box .menu > li:hover > a ,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a{
  color: #1a7328;
}
#header .nav .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #1d752b;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li{
	position:relative;
}
#header .nav .menu-box .menu > li .sub-menu li .sub-menu{
	left:100%; top:0; display:none !important;
}
#header .nav .menu-box .menu > li .sub-menu li:hover .sub-menu{
	display:block !important;
}
#header .nav .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 .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header.h-header {
  position: fixed;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#banner {
  position: relative;
}
#banner img.play {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 60%;
  margin-left: -30px;
  width: auto;
}
#index-body {
  background: url(../images/bg_03.jpg) no-repeat center;
  background-size: cover;
}
#index-body .i-why {
  padding: 35px 0;
}
#index-body .i-why .grid-box .column {
  padding: 6% 3%;background:#fdfdfd; width:19%; margin-right:1.25%;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-why .grid-box .column:nth-child(5){
	margin-right:0;
}
#index-body .i-why .grid-box .column img {
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
#index-body .i-why .grid-box .column img:nth-child(2) {
  display: none;
}
#index-body .i-why .grid-box .column h3 {
  text-align: center;
  color: #000000;
  font-size: 24px;
  padding: 10px 0;
  font-family: anton;
}
#index-body .i-why .grid-box .column h4{
	display:none;
}
#index-body .i-why .grid-box .column h3 i {
  font-size: 24px;
}
#index-body .i-why .grid-box .column h3 a{
	font-size:17px;
	font-weight:bold;display: inline-block;
    vertical-align: middle;
}
#index-body .i-why .grid-box .column p {
  text-align: center;
  color: #4f4f4f;
}
#index-body .i-why .grid-box .column:hover {
  background: #4b9a5d;
}
#index-body .i-why .grid-box .column:hover img {
  display: none;
}
#index-body .i-why .grid-box .column:hover img:nth-child(2) {
  display: block;
}
#index-body .i-why .grid-box .column:hover h3 {
  color: #fff;
}
#index-body .i-why .grid-box .column:hover h3 i {
  color: #fff;
}
#index-body .i-why .grid-box .column:hover p {
  color: #fff;
}
#index-body .i-case .grid-box .column {
  width: 49%;
  margin-right: 2%;
  cursor: pointer;
}
#index-body .i-case-moble{
	display:none;
}
#index-body .i-case .grid-box .column:nth-child(2) {
  margin-right: 0;
}
#index-body .i-case .grid-box .column .img-box {
  position: relative;
}
#index-body .i-case .grid-box .column .img-box .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  padding: 60% 0 0 8%;
  z-index: 8;
}
#index-body .i-case .grid-box .column .img-box .layer h3 {
  font-size: 22px;
  color: #fff;
}
#index-body .i-case .grid-box .column:nth-child(2) .img-box .layer h3 {
  color: #000;
}
#index-body .i-case .grid-box .column .img-box .layer p {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 0;
}
#index-body .i-case .grid-box .column:nth-child(2) .img-box .layer p {
  color: #000;
}
#index-body .i-case .grid-box .column .img-box .layer .more {
  font-size: 18px;
  text-decoration: underline;
  color: #fff;
}
#index-body .i-case .grid-box .column:nth-child(2) .img-box .layer .more {
  color: #000;
}
#index-body .i-news {
  padding: 70px 0;
}
#index-body .i-news .swiper-slide{
	background:#ffffff; padding:3%;
}
#index-body .i-news .new-list .swiper-slide h2 a {
  font-size: 18px;
}
#index-body .i-news .new-list .swiper-slide h2 a:hover {
  color: #4b9a5d;
}
#index-body .i-news .new-list .swiper-slide p {
  line-height: 25px;
  color: #b9b9b9;
  margin: 10px 0;
}
#index-body .i-news .new-list .swiper-slide time {
  display: block;
  padding-left: 30px;
  background: url(../images/time.png) no-repeat left center;
  color: #b9b9b9;
}
#index-body .i-message {
  padding-bottom: 60px;
}
#index-body .i-message .column {
  text-align: center;
}
#index-body .i-message .column .fa {
  width: 56px;
  height: 56px;
  text-align: center;
  font-size: 22px;
  line-height: 54px;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 5px;
}
#index-body .i-message .column p {
  color: #7a7a7a;
  line-height: 25px;
}
#footer a:hover {
  color: #4b9a5d !important;
}
#footer .footer-top {
  background: #fff;
  padding: 66px 0 50px;
}
#footer .footer-top .i-qr img {
  width: 120px;
}
#footer .footer-top h2 {
  font-size: 18px;
  color: #2b2b2b;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#footer .footer-top h2 a{
	font-size: 18px;
}
#footer .footer-top p {
  color: #949494;
  font-size: 14px;
}
#footer .footer-top ul li {
  line-height: 25px;
}
#footer .footer-top ul li a {
  color: #737373;
}
#footer .footer-bottom {
  background: #eaeaea;
}
#footer .footer-bottom p {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
}

#footer .footer-bottom p a {
  color: #4d4d4d;
  margin-right: 20px;
}
#footer .footer-bottom p a:hover {
  color: #4b9a5d!important;
}
#footer .footer-bottom p a.tu {
  padding-left: 26px;
  background: url(../images/tu.png) no-repeat left center;
}
.mbx {
  display: block;
  background: #f5f7f7;
  font-family: "opensans-Regular";
  padding: 15px 0;
}
.mbx span {
  margin-left: 10px;
}
.mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 10px;
}
.mbx a:hover {
  color: #1a7328;
}
.mbx a:first-child {
  margin-left: 0;
}
.black {
  color: black;
}
.color {
  color: #1a7328;
}
.line:after {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  background: black;
  margin: 15px auto 0;
}
.img-zoom {
  position: relative;
}
.img-zoom:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) center center no-repeat url("../images/icon-search-white.png");
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.img-zoom:hover:after {
  opacity: 1;
}
.cloudzoom-zoom-inside {
  cursor: crosshair;
}
.inner-page p {
}
.inner-page .sidebar {
  width: 20%;
}
.inner-page .sidebar .search {
  display: block;
  background: #333;
  color: white;
  padding: 20px;
  border-top-left-radius: 30px;
}
.inner-page .sidebar .search form {
  position: relative;
}
.inner-page .sidebar .search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border: 1px solid transparent;
  background: transparent;
  font-size: 16px;
  padding-left: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar .search form input::-webkit-input-placeholder {
  color: white;
}
.inner-page .sidebar .search form input:-moz-placeholder {
  color: white;
}
.inner-page .sidebar .search form input::-moz-placeholder {
  color: white;
}
.inner-page .sidebar .search form input:-ms-input-placeholder {
  color: white;
}
.inner-page .sidebar .search form input[type="submit"] {
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
  background-size: 18px;
}
.inner-page .sidebar .search form input:focus {
  border-color: white;
}
.inner-page .sidebar .sidebar-nav {
  margin-top: 10px;
}
.inner-page .sidebar .sidebar-nav h4 {
  display: block;
  background: #1a7328;
  color: #fff;
  font-size: 22px;
  padding: 20px;
}
.inner-page .sidebar .sidebar-nav h4 a{
  font-size: 22px;
}
.inner-page .sidebar .sidebar-nav h4 i {
  margin-right: 10px;
}
.inner-page .sidebar .sidebar-nav .nav {
  padding-top: 10px;
}
.inner-page .sidebar .sidebar-nav .nav ul {
  border-bottom: 1px solid #ccc;
}
.inner-page .sidebar .sidebar-nav .nav ul li a {
  line-height: 24px;
  padding: 20px;
  display: block;
  color: #4c4c4d;
  font-size: 18px;
  border-top: 1px solid #ccc;
  position: relative;
}
.inner-page .sidebar .sidebar-nav .nav ul li a:before {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 18px;    font-family: "FontAwesome";
}
.inner-page .sidebar .sidebar-nav .nav ul li a:hover {
  text-decoration: underline;
}
.inner-page .sidebar .sidebar-nav .nav ul li:first-child a {
  border-top: none;
}
.inner-page .sidebar .sidebar-nav .nav ul li.active a:before {
  content: "\f107";
}
.inner-page .sidebar .sidebar-nav .nav ul li ul {
  border-bottom: none;
}
.inner-page .sidebar .sidebar-nav .nav ul li li a {
  border-top: none;
  border-bottom: none !important;
  padding: 15px 20px 15px 50px;
  font-size: 16px;
  color: #656666;
  position: relative;
}
.inner-page .sidebar .sidebar-nav .nav ul li li a:before {
  content: '' !important;
  display: inline-block;
  margin-right: 15px;
  width: 18px;
  height: 18px;
  background: #cacbcc;
  position: absolute;
  left: 20px;
  top: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar .sidebar-nav .nav ul li li a:hover {
  text-decoration: none;
}
.inner-page .sidebar .sidebar-nav .nav ul li li a:hover:before {
  background: #1a7328;
}
.inner-page .box-right {
  width:80%;
  padding-left: 60px;
}
.case-page .box-right{
	width:100%; padding:0;
}
.inner-page .m-page {
  text-align: center;
  padding-top: 40px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #333;
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span {
  cursor: not-allowed;
}
.inner-page .m-page a:hover {
  color: white;
  background: #1a7328;
  border-color: #1a7328;
}
.about-page .about-1 {
  padding: 90px 0;
}
.about-page .about-1 .left {
  padding-right: 25px;
}
.about-page .about-1 .left .content {
  padding-top: 30px;
  color: #4c4c4c;
  line-height: 34px;
}
.about-page .about-1 .right {
  position: relative;
}
.about-page .about-1 .right img {
  width: 100%;
}
.about-page .about-1 .right .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .right .play img {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .right .play:after,
.about-page .about-1 .right .play:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-animation: 2s ks linear infinite;
  -o-animation: 2s ks linear infinite;
  animation: 2s ks linear infinite;
  border-radius: 100%;
}
.about-page .about-1 .right .play:after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .about-2 {
  padding: 70px 0;
  background: #eaf1e6;
}
.about-page .about-2 h3,.about-page .about-2 h5{
  color: #333;
}
.about-page .about-2 .box {
  padding: 50px 0;
}
.about-page .about-2 .box ul {
  margin: -15px;
}
.about-page .about-2 .box ul li {
  padding: 15px;
}
.about-page .about-2 .box ul li a.img-box {
  display: block;
}
.about-page .about-2 .box ul li a.img-box img {
  width: 100%;
}
.about-page .about-3 {
  height: 450px;
  line-height: 450px;
}
.about-page .about-3 .text {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  margin-top: 15%;
  padding: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 {
  padding: 90px 0;
}
.about-page .about-4 .box {
  padding-top: 50px;
}
.about-page .about-4 .box ul {
  position: relative;
}
.about-page .about-4 .box ul:after,
.about-page .about-4 .box ul:before {
  content: '';
  position: absolute;
  background: #ccc;
}
.about-page .about-4 .box ul:after {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
}
.about-page .about-4 .box ul:before {
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
}
.about-page .about-4 .box ul li {
  padding: 40px;
}
.about-page .about-4 .box ul li:first-child:after {
  content: '';
  border: 3px solid #1a7328;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  margin-left: -2px;
  margin-top: -2px;
  z-index: 1;
}
.about-page .about-4 .box ul li h3 {
  position: relative;
  margin-bottom: 20px;
}
.about-page .about-4 .box ul li h3:after {
  content: attr(data-text);
  font-size: 90px;
  color: #1a7328;
  opacity: .05;
  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%);
}
.about-page .about-4 .box ul li h4 {
  margin-bottom: 10px;
}
.about-page .about-4 .box ul li p {
  height: 73px;
}
.product-page {
  background: #f5f7f7;
  padding: 80px 0;
}
.product-page .box-right .top {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cacbcc;
  color: #656666;
  padding-top: 10px;
}
.product-page .box-right .bottom {
  padding-top: 30px;
}
.product-page .box-right .bottom ul {
  margin: -5px;
}
.product-page .box-right .bottom ul li {
  padding: 5px;
}
.product-page .box-right .bottom ul li a.img-box {
  display: block;
}
.product-page .box-right .bottom ul li .content {
  display: block;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .box-right .bottom ul li .content .text {
  padding: 20px 15px;
}
.product-page .box-right .bottom ul li .content .text h4 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .box-right .bottom ul li .content .text h4:hover {
  color: #1a7328;
}
.product-page .box-right .bottom ul li .content .text p {
  color: #666;
	font-size:14px;
}
.product-page .box-right .bottom ul li .content:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.prodet-page {
  background: #f5f7f7;
  padding: 40px 0;
}
.prodet-page .line:after {
  display: block;
  width: 100%;
  background: #ccc;
  margin-top: 10px;
}
.prodet-page .prodet-1 .left {
  width: 57%;
}
.prodet-page .prodet-1 .left img {
  width: 100%;
}
.prodet-page .prodet-1 .left .gallery {
  padding-top: 10px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .gallery ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .gallery ul li {
  padding: 10px;
  width: 25%;
  float: left;
}
.prodet-page .prodet-1 .left .gallery ul li img.cloudzoom-gallery-active {
  border: 2px solid #1a7328;
}
.prodet-page .prodet-1 .right {
  width: 43%;
  padding-left: 40px;
  font-size: 16px;
  line-height: 28px;
}
.prodet-page .prodet-1 .right .text {
  color: #656666;
}
.prodet-page .prodet-1 .right .text p {
  padding-left: 20px;
  margin: 5px 0;
  position: relative;
}
.prodet-page .prodet-1 .right .text p:after {
  content: '';
  border-radius: 100%;
  border: 3px solid #656666;
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  background: #656666;
}
.prodet-page .prodet-1 .right .pdf-link a.pdf {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #1a7328;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .pdf-link a.pdf i {
  margin-right: 15px;
}
.prodet-page .prodet-1 .right .pdf-link a.pdf:hover {
  background: #222;
}
.prodet-page .prodet-1 .right .share ul li {
  width: 40px;
  height: 40px;
  background: #1a7328;
  font-size: 18px;
  color: white;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  background: #222;
}
.prodet-page .prodet-2 {
  padding: 80px 0;
}
.prodet-page .prodet-2 .content {
  font-size: 16px;
  line-height: 28px;
  padding-top: 20px;
  color: #666;
}
.prodet-page .prodet-3 .box {
  padding-top: 20px;
}
.prodet-page .prodet-3 .box ul {
  margin: -10px;
}
.prodet-page .prodet-3 .box ul li {
  padding: 10px;
}
.prodet-page .prodet-3 .box ul li a.img-box {
  display: block;
}
.prodet-page .prodet-3 .box ul li .content {
  display: block;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .box ul li .content .text {
  padding: 20px 15px;
}
.prodet-page .prodet-3 .box ul li .content .text h4 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .box ul li .content .text h4:hover {
  color: #1a7328;
}
.prodet-page .prodet-3 .box ul li .content .text p {
  color: #666;
}
.prodet-page .prodet-3 .box ul li .content:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.news-page {
  padding: 80px 0;
}
.news-page ul {
  margin: -30px -20px;
}
.news-page ul li {
  padding: 30px 20px;
}
.news-page ul li .box .img {
  vertical-align: middle;
}
.news-page ul li .box .img a {
  display: block;
}
.news-page ul li .box .content {
  padding-left: 25px;
  vertical-align: middle;
}
.news-page ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page ul li .box .content h3:hover {
  color: #1a7328;
}
.news-page ul li .box .content time {
  margin: 10px 0;
  color: #666;
  display: block;
}
.news-page ul li .box .content p {
  color: #666;
}
.news-page ul li .box .content a.more {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  padding: 0 15px;
  background: #1a7328;
  color: white;
  font-size: 14px;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page ul li .box .content a.more:hover {
  background: #222;
}
.newdet-page {
  padding: 80px 0;
  text-align: center;
}
.newdet-page img{
	width:auto;
}
.newdet-page .line:after {
  background: #666;
}
.newdet-page time {
  display: block;
  font-size: 14px;
  color: #666;
  margin: 20px 0;
}
.newdet-page .content {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.faq-page {
  padding: 80px 0;
}
.faq-page ul li {
  background: #eee;
  margin-bottom: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.faq-page ul li .q {
  font-size: 18px;
  color: #333;
  position: relative;
  padding: 10px 20px 10px 50px;
}
.faq-page ul li .q i {
  position: absolute;
  left: 20px;
  top: 10px;
}
.faq-page ul li .a {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  position: relative;
  padding: 10px 20px 20px 50px;
  background: #f8f8f8;
}
.faq-page ul li .a i {
  position: absolute;
  left: 20px;
  top: 10px;
}
.lg-page {
  padding: 80px 0;
}
.lg-page ul {
  margin: -10px;
}
.lg-page ul li {
  padding: 10px;
}
.lg-page ul li a {
  display: block;
}
.lg-page ul li h3 {
  display: block;
  padding: 10px;
  background: #eee;
  font-size: 14px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page ul li:hover h3 {
  background: #1a7328;
  color: white;
}
.contact-page .map {
  border-bottom: 20px solid #f5f7f7;
}
.contact-page .contact-1 {
  padding: 50px 0;
}
.contact-page .contact-1 ul li {
  padding-left: 60px;
  position: relative;
}
.contact-page .contact-1 ul li i {
  font-size: 24px;
  color: #1a7328;
  position: absolute;
  left: 20px;
  top: 3px;
}
.contact-page .contact-1 ul li h4 small {
  display: block;
  font-size: 14px;
  color: #666;
}
.contact-page .contact-2 {
  padding: 80px 0;
  background: #f5f7f7;
}
.contact-page .contact-2 .form {
  margin-top: 40px;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 60px;
  height: 60px;
  border: none;
  box-shadow: 0px 2px 3px #eaeded;
  padding: 0 20px;
  font-size: 16px;
  color: black; font-family:Arial;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li textarea {
  height: 180px;
  line-height: 24px;
  padding: 18px 20px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  background: #1a7328;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 18px;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .button-group .button {
  background: #1a7328 !important;
}

.inner-about-4 .container #history {
  background: url(../images/hisbg.png) center center no-repeat;
  background-size: 100%;
}
.inner-about-4 .container #history .swiper-slide div {
	padding-left: 25px; text-align:left;
}
.inner-about-4 .container #history .swiper-slide div:nth-of-type(1) {
  padding-right: 110px;
  margin-bottom: 75px;
}
.inner-about-4 .container #history .swiper-slide div:nth-of-type(2) {
  padding-left: 110px;
}
.inner-about-4 .container #history .swiper-slide div p:nth-of-type(1) {
  font: 30px black;
  color: #333;
  position: relative;
}
.inner-about-4 .container #history .swiper-slide div p:nth-of-type(1):after {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 2px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
}
 .inner-about-4 .container #history .swiper-slide div p{
  font-size: 15px;
  color: #333;
}

.about-factory,.about-honor{
	padding:30px 0;
}
.about-factory h2,.about-honor h2{
	margin-bottom:30px;
}

.form {
	background:#fff; padding:50px 15%;
}
.form .grid-box .column{
	margin-bottom:30px; width:48%; margin-right:4%;
}
.form .grid-box .column input,.form input[type="submit"]{
	width:100%; outline:none; font-size:18px; border:2px solid #ddd; padding:25px;border-radius: 20px;
}
.form .grid-box .column:nth-child(2n){
	margin-right:0;
}
.form input[type="submit"]{
	width:35%; margin:0 auto; background:#1a7328; font-size:28px; font-weight:bold; text-align:center; padding:10px 0;
	color:#fff; border:none; display:block;
}

.gallery{
	margin-top:20px;
}
.gallery li{
	width:25%; margin:5px 0; padding: 0 10px 10px 0;
}

#banner,.inner-banner{
/* 	margin-top:82px; */
}

.mobile-banner{
	display:none;
}

.mobile-case{
	display:none;
}
.mobile-img{
	display:none;
}
/* .exzoom{
	display:none;
} */

.exzoom .gallery-thumbs{
	display:none;
}

.inner-page .sidebar .sidebar-nav .nav ul li a .fa{
	display:none;
}

#index-body .i-why .grid-box .column .img2{
	display:none;
}
.inner-page .sidebar .sidebar-nav .nav ul li a.o{
	display:none;
}

.qq{
	position: fixed;
	width: 170px;
	height: 276px;
	right: 0;
	top:40%;
	background: url(../images/t1.png) no-repeat right center;
	padding: 3% 2%;
	padding-right: 0;
	right: -163px;
}
.qq .qq-left{
	width: 38px;
	height: 150px;
	position: absolute;
	right: 162px;
	top:63px;
	background: url(../images/contact.png) no-repeat left center;
	cursor: pointer;
}
.qq a{
	width: 123px;
	height: 34px;
	background: url(../images/qq_03.jpg) no-repeat 10px center;
	line-height: 30px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
	border: 2px solid #000;	
    display: block;
    padding-left: 40px;
}
/* .product-page .box-right .bottom ul li .content a,
.prodet-page .prodet-1 .left .img,
.prodet-page .prodet-3 .box ul li .content a,
.sy-page .box-right .bottom ul li .content a,
.sy-page .prodet-1 .left .img,
.sy-page .prodet-3 .box ul li .content a{
	position:relative;
}
.product-page .box-right .bottom ul li .content .layer,
.prodet-page .prodet-1 .left .img .layer,
.prodet-page .prodet-3 .box ul li .content .layer{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/chanpin.png) no-repeat; background-size:cover;
    z-index: 8;
}
.sy-page .box-right .bottom ul li .content .layer,
.sy-page .prodet-1 .left .img .layer,
.sy-page .prodet-3 .box ul li .content .layer{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/anli.png) no-repeat; background-size:cover;
    z-index: 8;
} */

@media screen and (max-width: 1130px) {
  .container {
    width: 970px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 12px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body .i-case .grid-box .column .img-box .layer {
    padding: 50% 0 0 8%;
  }
  .inner-page .sidebar {
    width: 100%;
}
.inner-page .box-right {
    width: 100%;
    padding-left: 0; margin-top: 20px;
}
	.about-page .about-1 .left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
}
	.nav li {
    float: left;
    padding-right: 0;
    line-height: 1;
}
.contact-1 .grid-box.four>.column {
    width: 50%;
    margin-bottom: 15px;
}
	.prodet-page .prodet-1 .left {
    width: 100%;
}
	.prodet-page {
    padding: 50px 0;
}
	.prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
}
	#footer .footer-bottom p.pc {
		display:none;
	}
	#footer .footer-bottom p.wp {
		display:block;
	}
	#footer .footer-bottom p.wp a.tu2 {
		display:block;
	}
	#footer .footer-bottom p.wp a.tu2 img {
		width:auto;
		margin-right:10px;
	}
	#footer .footer-bottom p.wp a {
		display:inline-block;
		margin: 0 5px;
	}
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  img.play {
    display: none !important;
  }
  .i-why .grid-box.five > .column {
    width: 24% !important; margin-bottom:10px;
  }
  #index-body .i-case .grid-box .column {
    width: 100%;
    margin-right: 0;
    cursor: pointer;
    margin-bottom: 20px;
  }
  #index-body .i-case .grid-box .column .img-box .layer p {
    font-size: 17px;
    padding: 3px 0;
  }
  #footer .grid-box.six>.column:last-child {
    display: none;
  }
	#banner,.inner-banner{
	margin-top:50px;
}
	.mlztx{
		display:none;
	}
	.font-34 {
    font-size: 22px;
}
	.font-30 {
    font-size: 22px;
}
	.inner-about-4 .container #history .swiper-slide div p:nth-of-type(1) {
    font: 22px black;
}
	.font-28 {
    font-size: 20px;
}
	.font-20 {
    font-size: 18px;
}
	.about-page .about-4 .box ul li h3 {
    position: relative;
    margin-bottom: 0;
}
	.about-page .about-4 .box ul li {
    padding: 20px;
}
	.about-page .about-4 .box ul li p {
    height: 136px;
}
	.product-page .box-right .bottom ul li {
    padding: 5px;
    width: 50%;
}
	.inner-page .m-page a, .inner-page .m-page span{
		margin-bottom:2px;
	}
	.nav li {
    width: 100%;
}
	.product-page {
    padding: 5px 0;
}
	.prodet-page .prodet-1 .right {
    width: 100%;
		padding-left: 0; margin-top:10px;
}
	.inner-page .sidebar .sidebar-nav h4 {
    font-size: 16px;
}
	.prodet-page .prodet-3 .box ul li {
    padding: 10px;
    width: 50%;
}
	.news-page ul li .box .content {
    padding-left: 0;
}
.lg-page .grid-box.three>.column {
    width: 100%;
}
	.about-page .about-1 {
    padding:0;
}
#footer .footer-top	.grid-box.six>.column {
    width: 33.3%; margin-bottom:20px;
}
	#footer .footer-bottom p span{
	display:none;
}
	#index-body .i-why .grid-box .column:nth-child(3){
		display:none;
	}
	.form .grid-box .column {
    margin-bottom: 5px;
    width: 100%;
    margin-right: 0;
}
	.form .grid-box .column input, .form input[type="submit"] {
    width: 100%;
    outline: none;
    font-size: 15px;
    border: 2px solid #ddd;
    padding: 12px;
    border-radius: 20px;
}
	.mobile-banner{
		display:block; margin-top:50px;
	}
	#banner{
		display:none;
	}
	.news-page .grid-box.two>.column {
    width: 100%;
}
	.contact-page .contact-2 {
    padding: 40px 0;
}
	.contact-page .contact-2 .form ul li {
    padding: 5px;
}
	.form {
    background: #fff;
    padding: 40px 15%;
}
	.contact-page .contact-2 .form ul li textarea {
    height: 60px;
}
	.contact-page .contact-1 {
    padding: 20px 0;
}
	.lg-page {
    padding: 30px 0;
}
	#footer .footer-top {
    background: #fff;
    padding: 16px 0 10px;
}
	#index-body .i-why .grid-box .column h3 i {
    font-size: 18px;
}
	.inner-banner{
		display:none !important;
	}
	#footer .footer-top	.grid-box.six>.column:nth-child(2),#footer .footer-top	.grid-box.six>.column:nth-child(5){
		display:none;
}
	.mbx{
		padding-top:80px; 
	}
	.news-page {
    padding: 30px 0;
}
	.inner-page .sidebar .sidebar-nav .nav li .children{
		display:none;
	}
	#footer .footer-top h2 {
    text-align: center;
}
	#footer .footer-top ul li {
    text-align: center;
}
	.inner-page .box-right {
    margin-top: 0;
}
	.contact-page .contact-2 .form ul li input, 
	.contact-page .contact-2 .form ul li textarea{
		border: 2px solid #ddd;
    line-height: 48px;
    height: 48px;
	}
	.contact-page .contact-2 .form ul li textarea {
    padding: 0px 20px;border-radius: 20px; font-family:Arial;
}
	.about-page .about-2 {
    padding: 20px 0;
}
	.about-page .about-2 .box {
    padding: 30px 0;
}
	.prodet-page {
    padding: 20px 0;
}
	.comp-case{
		display:none;
	}
	.mobile-case{
	display:block;
}
	.inner-page .sidebar .search {
    padding: 8px;
}
	.inner-page .sidebar .sidebar-nav .nav ul li{
		position:relative;
	}
	.inner-page .sidebar .sidebar-nav .nav ul li a {
    padding: 10px;
    font-size: 14px; position:relative;
}
	.inner-page .sidebar .sidebar-nav .nav ul li a:hover {
    text-decoration: none;
}
	.inner-page .sidebar .sidebar-nav .nav ul li a.o{
		display:block; width:14px; height:14px; position:absolute; right:20px; top:14px; z-index:8;
		border-top:none; padding:0;
	}
	.inner-page .sidebar .sidebar-nav .nav ul li a.o .fa{
		width:14px; height:14px; display:block;
	}
	.font-18 {
    font-size: 16px;
}
.prodet-page .prodet-2 {
    padding: 80px 0;
    display: none;
}
	.prodet-3{
		margin-top:20px;
	}
	.inner-page .sidebar {
		display:none;
}
	.product-page .sidebar{
		display:block;
	}
	.amap-logo {
    z-index: 8;
}
	.comp-img{
		display:none;
	}
	.mobile-img{
	display:block;
}
	#outerImageContainer{
	width: 100% !important;
	height: auto !important;
}

#outerImageContainer img{
	height: auto !important;
}
	#lightbox {
    top: 100px !important;
}
	#imageDataContainer {
    width: 100% !important;
}
	#hoverNav a {
    outline: 0;
    height: 300px !important;
}
	#imageData #bottomNav #bottomNavClose {
    z-index: 9999 !important; position:relative;
}
	#index-body .i-why {
    padding: 16px 0;
}
#index-body .i-news {
    padding: 0 0 20px;
}	
	#index-body .i-message {
    padding-bottom: 20px;
}
.about-page .about-1 .left .content {
    padding-top: 12px;
    line-height: 25px;
}
	.about-factory h2, .about-honor h2 {
    margin-bottom: 20px;
}
	.about-factory, .about-honor {
    padding: 15px 0;
}
	.inner-page .m-page {
    padding-top: 5px;
}
	.nav li a:before{
		display:none;
	}
	.inner-page .sidebar .sidebar-nav .nav {
    padding-top: 10px;
    width: 100%;
}
	.newdet-page {
    padding: 30px 0;
}
	.exzoom{
		display:block;
	}
	.prodet-page .prodet-1 .left .case-img,.gallery{
		display:none;
	}
	.contact-page .contact-1 .grid-box .column{
		width:50%;
	}
	.contact-page .contact-1 .grid-box .column img{
		display:none;
	}
	.contact-page .contact-1 ul li i {
    font-size: 20px;
    left: 3px;
    top: 3px;
}
	.contact-page .contact-1 ul li {
    padding-left: 40px;
    position: relative;
}
	.inner-page .sidebar .sidebar-nav .nav ul li li a {
    border-top: none;
    border-bottom: none !important;
    padding: 5px 20px 5px 30px;
    font-size: 14px;
}
	.inner-page .sidebar .sidebar-nav .nav ul li li a:before {
    margin-right: 15px;
    width: 10px;
    height: 10px;
    left: 15px;
    top: 12px;
}
	.div.pp_pic_holder,div.pp_pic_holder,div.pp_overlay,.popup .icon-view,.popup:hover .overlay{
		display:none !important;
	}
	.product-page .box-right .bottom {
    padding-top: 15px;
}
	.product-page .box-right .bottom ul li .content .text {
    padding: 10px 15px;
}
	
	.about-page .about-1 .left h2.font-34 {
		margin-top:18px;
	}
	.inner-page .sidebar .sidebar-nav .nav ul li a .fa{
	display:block;
}
	#index-body .i-why .grid-box .column .img1{
	display:none;
}
	#index-body .i-why .grid-box .column .img2{
	display:block;
}
	#index-body .i-why .grid-box .column img {
    margin-bottom: 0;
}
	#index-body .i-why .grid-box .column h3 {
    padding-top: 0;
}
	.qq{
		display:none;
	}
	#footer .footer-bottom p a {
    display: block; font-size:14px;
}
	#footer .footer-bottom p a.tu {
    background: url(../images/tu.png) no-repeat 47px center;
}
	.zsjm-page .container{
		padding:0;
	}
	#index-body .i-why .grid-box .column h4{
	display:block;text-align: center;
    color: #000;
    font-size: 24px;
    padding: 10px 0;
    font-family: anton;
}
	#index-body .i-why .grid-box .column h3{
display:none;
	}
	.case-page .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .case-page .swiper-slide {
      background-size: cover;
      background-position: center;
    }
/*     .gallery-top {
      height: 400px;
      width: 100%;
    } */
    .case-page .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0; margin-top:10px;
    }
    .case-page .gallery-thumbs .swiper-slide {
      height: auto; width:20%;
      opacity: 0.4;
    }
    .case-page .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
		.case-page .image-gallery li {
    padding: 0;
}
	.exzoom .gallery-thumbs{
	display:block;
}
	.prodet-page .prodet-2 {
		display:none;
}
}

::-webkit-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}

.wpulike.wpulike-default{
	display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
	display: block;
} 
.post-views-box{
  position: relative;
  margin: -50px 0 0 100px;
}
.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;
}
.image-gallery li img{
	height:70px; 
} 

/* .image-gallery li .layer{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/anli.png) no-repeat;
    background-size: cover;
    z-index: 8;
} */
