.bottom1{
    position: fixed;
    left: 200px;
    bottom: 0;
    z-index: 9;
    padding-bottom: 22px;
}
.bottom1 img{
    width: 51px;
    height: 51px;
}
.mouse{
    width: 24px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    animation: move 1.5s infinite;
    z-index: 99;
}

.main-center{width: 100%; overflow-x: hidden;}
.classification .h-cener_1{background-color: #555; padding-top:3%;padding-bottom:0%;}
.classification .h-cener_1 .index-title h3{color:#fff;}
img {
  vertical-align: top;
  border: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.cont {
	
	background-color: #eee;
}
.index .about-title h3 {
	text-transform: uppercase;
}
.index .index-title h1 {
	text-transform: uppercase;
}
.index .index-title h3 {
	text-transform: uppercase;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
a, span {
	color: #666;
}
a:hover {
	text-decoration: none;
}
.head-wrapper .topbar {
	height: 38px;
	background: url(../images/bg-topbar.jpg) no-repeat center center;
}
.layout {
	width: 1200px;
	margin: 0 auto;
}
.layout h3 {
	color: #333;
}
.layout h1 {
	color: #333;
}
.layout .heaf_map {
	color: #fff;
	line-height: 38px;
	font-size: 12px;
}
.layout .heaf_map a {
	display: inline-block;
	color: #fff;
}
.layout .language {
	line-height: 38px;
	padding: 0 20px;
	position: relative;
}
.layout .language a {
	display: inline-block;
	color: #fff;
}
.layout .language span {
	display: inline-block;
	color: #fff;
	margin-left: 5px;
}
.layout .language a img {
	vertical-align: middle;
}
.language-info .language-ico {
	display: block;
	width: 0;
	height: 0;
	border: 4px solid;
	position: absolute;
	top: 50%;
	right: 0;
	border-color: #fff transparent transparent transparent;
	border-bottom-width: 0;
	background: none;
	margin: -2px 0 0;
	padding: 0;
}
.language-cont {
	height: 400px;
	overflow: scroll;
	z-index: 999;
	background-color: #fff;
	border: 1px solid #eee;
	position: absolute;
	right: 0;
	display: none;
}
.language:hover .language-cont {
	display: block;
}
.language-cont ul li {
	line-height: 40px;
	white-space: nowrap;
	padding-right: 10px;
	overflow: hidden;
	padding-left: 5px;
	display: block;
	border-bottom: 1px solid #eee;
}
.header {
	height: 100px;
	background-color: #fff
}
.header .logo a {
	line-height: 100px;
}
.header .logo img {
	vertical-align: middle;
}
.header-contact {
	padding: 26px 0;
}
.header .header-contact .head-phone {
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
}
.header .header-contact .head-phone, .header .header-contact .head-mail {
	padding-left: 50px;
	padding-right: 100px;
}
.header .header-contact .head-mail {
	margin-right: 20px;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
}
.header .header-contact span, .header .header-contact a {
	display: block;
	font-size: 12px;
	line-height: 24px;
}
.header .header-contact a {
	color: #78b124;
	font-size: 16px;
}
.header .nav {
	position: absolute;
	top: 138px;
	width: 1200px;
	z-index: 99;
	background: #303030;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
}
.header .nav ul {
	float: left;
}
.header .nav li {
	float: left;
	padding: 0 50px;
}
.header .nav li:hover {
	background-color: #78b124;
}
.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 60px;
	color: #fff;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	transform: skew(30deg);
	text-transform: uppercase;
}
.header .nav ul li {
	position: relative;
}
.mobile {
	display: none;
}
.nav ul li ul {
	display: none;
	position: absolute;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	transform: skew(30deg);
	background-color: #303030;
	left: 35px;
}
.header .nav ul li ul li{border-bottom:solid 1px rgba(255,255,255,.1);}
.header .nav ul li ul li a {
	-webkit-transform: skew(0deg);
	-moz-transform: skew(0deg);
	-o-transform: skew(0deg);
	transform: skew(0deg); font-size:14px;line-height:40px;
}
.header .nav ul li ul li ul {
	-webkit-transform: skew(0deg);
	-moz-transform: skew(0deg);
	-o-transform: skew(0deg);
	transform: skew(0deg);
	left: 200px;
	top: 0;
}
.header .nav ul li ul li {
	display: block;
	float: none;
}
.nav ul li ul li ul {
	display: none;
}
.nav ul li:hover ul {
	display: block;
}
.nav ul li:hover ul li ul {
	display: none;
}
.nav ul li:hover ul li:hover ul {
	display: block;
}
.header .nav .search {
	float: right;
}
.header .nav .search span {
	display: block;
	height: 60px;
	padding: 0 30px;
	color: #fff;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	transform: skew(30deg);
}
.header .nav .search span img {
	padding: 14px 0;
	width: 80%;
}
.search-content {
	display: none;
	position: absolute;
	background-color: #eff8f3;
	padding: 0 20px;
	right: 0;
}
.search-content #keys, .search-content #search {
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	transform: skew(30deg);
}
.search-content #keys {
	line-height: 38px;
	border: 1px solid transparent;
	background-color: #eff8f3;
	margin-right: 32px;
	padding: 0 5px;
}
.search-content #search {
	position: absolute;
	right: 12px;
	width: 20px;
	height: 20px;
	padding: 19px;
	border: 1px solid transparent;
	background: url(../images/search1.png) no-repeat center center;
}
.search-content #keys:hover {
	border: 1px solid #e5fdc0;
}
.search-content #search:hover {
	border: 1px solid #68a908;
}
.search-content #keys:focus {
	border: 1px solid #68a908;
}
#owl-banner .owl-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #78b124;
}
.owl-theme .owl-dots .owl-dot span {
	background: #303030;
}
.owl-theme .owl-dots .owl-dot span {
	width: 50px;
	height: 5px;
}
.index {
	margin: 70px 0 30px 0;
}
.index .index-product {
	width: 1220px;
}
.index .index-title {
	margin-bottom: 30px;
}
.index .index-title h3 {
	text-align: center;
	font-size: 20px;
	background-image: url(../images/bg_title.png);
	background-repeat: no-repeat;
	line-height: 60px;
	background-position: 55%;
}
.index .index-title h1 {
	text-align: center;
	font-size: 20px;
	background-image: url(../images/bg_title.png);
	background-repeat: no-repeat;
	line-height: 60px;
	background-position: 55%;
}
.index .index-product .item {
	display: block;
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.index .index-product .item img {
	width: 100%;
}
.index .index-product .item span {
	display: block;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	background-color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.index .about-title {
	float: left;
	height: 480px;
}
.index .title-bg {
	width: 300px;
	height: 480px;
	background-image: url(../images/about_title.png);
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: 40px;
}
.index .about-title h3 {
	font-size: 24px;
	line-height: 260px;
	margin-left: 20px;
	color: #78b124;
}
.index .about-title a {
	margin-top: 90px;
	display: block;
	margin-left: 60px;
	color: #78b124;
}
.index .about-title a span {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	border-radius: 10px;
	background-color: #78b124;
	margin-left: 10px;
	color: #fff;
}
.about {
	background-position: 0 center;
	background-color: #fff;
}
.index .about-content {
	box-sizing: border-box;
	width: 900px;
	background-color: #fff;
	height: 480px;
	float: right;
	padding: 50px 0 50px 30px;
}
.index .about-content span {
	display: block;
	font-size: 28px;
	font-weight: 700;
	line-height: 60px;
}
.index .about-content span:after {
	content: "";
	display: block;
	background-color: #78b124;
	width: 20px;
	height: 3px;
}
.index .about-content p {
	margin-top: 20px;
	line-height: 150%;
	font-size: 16px;
	color: #666;
	text-align: justify;
}
.product .about-content {
	background-color: #303030;
	margin: 0;
	padding: 40px 0 20px 20px;
	height: auto;
}
.product .about-content ul li {
	width: 33%;
	float: left;
	margin-right: .3333333%;
	margin-top: 2px;
	position: relative;
}
.product .about-content ul li img {
	width: 100%;
}
.product .about-content ul li .product-info {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #78b124;
	opacity: 0;
	color: #fff;
	position: absolute;
	top: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product .about-content ul li .product-info:hover {
	opacity: 1;
	background-color: rgba(120,177,36,0.8);
}
.product .about-content span {
	color: #fff;
}
.product .about-content span::after {
	display: none;
}
.product {
	background: url(../images/product_bg.png) no-repeat 100% 100%;
	background-attachment: fixed;
}
.services {
	background: url(../images/about-bg.png) no-repeat 100% 100%;
	background-attachment: fixed;
}
.services .about-content {
	position: relative;
}
.services .about-content span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
}
.services .about-content ul {
	width: 100px;
}
.services .about-content li {
	padding-left: 10px;
}
.services .about-content span::after {
	height: 1px;
	background-color: #fff;
}
.services .about-content b {
	font-size: 40px;
	line-height: 60px;
	color: #fff;
}
.services .about-content {
	padding: 40px 0 20px 20px;
	height: auto;
}
.services .about-content .service-content {
	width: 700px;
	position: absolute;
	top: 50%;
	left: 160px;
	transform: translate(0%, -50%);
	display: none;
}
.services .about-content .service-content span {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #333;
	margin-top: 20px;
}
.services .about-content .service-content span:after {
	background-color: #78b124;
	height: 2px;
	width: 40px;
	margin-top: 10px;
}
.footer-wrapper {
	background-color: #303030;
	padding: 60px 0 0px 0;
}
.footer-cont {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;padding-bottom:60px;
}
.footer-cont .footer-contact, .footer-cont .footer-nav, .footer-cont .footer-news {
	width: 300px;
	color: #fff;
}
.footer-cont .footer-contact a, .footer-cont .footer-nav a, .footer-cont .footer-news a {
	display: block;
color: rgba(255,255,255,.6);
}
.footer-cont .footer-contact span, .footer-cont .footer-nav span, .footer-cont .footer-news span {
	display: block;
	color: rgba(255,255,255,.6);
}
.footer-cont h3 {
	font-size: 18px; font-weight:normal;
	margin-bottom: 20px;color: rgba(255,255,255,.6);
}
.footer-cont ul li span, .footer-cont ul li a {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.footer-cont ul li a {
	margin-left: 30px;
}
.footer-cont ul li a:hover{ color:#78b124;}
.footer-cont ul li span {
	margin-left: 30px;
}
.footer-contact ul .cont-add {
	background: url(../images/add.png);
	background-repeat: no-repeat;
}
.footer-contact ul .cont-phone {
	background: url(../images/tel.png);
	background-repeat: no-repeat;
}
.footer-contact ul .cont-mail {
	background: url(../images/e-mail.png);
	background-repeat: no-repeat;
}
.footer-nav ul li {
	background: url(../images/trigle.png);
	background-repeat: no-repeat;
}
.footer-cont ul li p {
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
#footer-news .owl-dots .owl-dot span {
	width: 10px;
	height: 5px;
	background-color: #fff;
}
#footer-news .owl-dots .owl-dot.active span, #footer-news .owl-dots .owl-dot:hover span {
	background: #78b124;
	background-color: rgb(120,177,36);
}
#footer-news .news-img {
	width: 80px;
	float: left;
}
#footer-news .news-img a {
	margin: 0;
}
#footer-news .news-cont {
	width: 210px;
	float: left;
}
#footer-news .news-cont a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
#footer-news .news-cont a, #footer-news .news-cont span, #footer-news .news-cont p {
	margin-left: 10px;
}
#footer-news .news-cont span {
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
	color: #ccc;
}
#footer-news .news-img img {
	width: 100%
}
.footer-link ul {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.footer-link ul li {
	padding: 30px 10px 10px 10px;
}
.footer {
	padding: 20px 0;
	text-align: center;
	color: rgba(255,255,255,.6);
	font-size: 14px;border-top:solid 1px rgba(255,255,255,.1)
}
.service-title .first {
	background-color: #030303;
}
.service-title .second {
	background-color: #303030;
}
.service-title .third {
	background-color: #4c4c4c;
}
.service-title .forth {
	background-color: #666666;
}
.service-title .fifth {
	background-color: #818181;
}
.service-title .sixth {
	background-color: #9a9a9a;
}
.current {
	background-color: #78b124;
	display: block;
}
.services .about-content .service-title .current {
	background-color: #78b124;
	display: block;
	position: relative;
}
.services .about-content .service-title .current:after {
	content: "";
	display: block;
	background-image: url(../images/trigle.png);
	width: 12px;
	height: 20px;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translate(0, -50%);
}
.services .about-content .current {
	display: block;
	background-color: inherit;
}
.index-product .item {
	position: relative;
}
.index-product .item .product-info {
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../images/cp.png) no-repeat center center;
	background-size: 30%;
	background-color: #78b124;
	opacity: 0;
	color: #fff;
	position: absolute;
	top: 0;
}
.index-product .item .product-info:hover {
	opacity: 1;
	background-color: rgba(120,177,36,0.8);
}
.index-product .item .product-info span {
	background: inherit;
}
.im-l {
	background-color: #78b124 !important;
}
.im .box {
	background-color: #78b124 !important;
}
.footer-nav {
	box-sizing: border-box;
	padding-right: 20px;
}
.inquiry-info #content, .inquiry-info #send1 {
	box-sizing: border-box;
	margin-top: 10px;
	padding: 0 5px;
	line-height: 30px;
	border: 0;
}
.inquiry-info #content {
	width: 100%;
}
.inquiry-info #send1 {
	background-color: #78b124;
	color: #fff;
}
.inquiry-info #send1:hover {
	background-color: #fff;
	color: #78b124;
}
.footer-nav .inquiry-info {
	text-align: right;
}
.home-why{width:100%;display: flex;background-color:#fff;padding-top:5%;padding-bottom:5%;}
.home-why ul li{width:20%;float:left; text-align:center;}
.cateh ul li.t1 p{background:#32774a}
.cateh ul li.t1 img{border: solid 3px #32774a;}


.cateh ul li.t2 p{background:#5cb678}
.cateh ul li.t2 img{border: solid 3px #5cb678;}


.cateh ul li.t3 p{background:#439d60}
.cateh ul li.t3 img{border: solid 3px #439d60;}


.cateh ul li.t4 p{background:#9ecb4c}
.cateh ul li.t4 img{border: solid 3px #9ecb4c;}


.home-why ul li span{text-align: center;border: solid 5px #78b124;border-radius: 50%;padding: 5%;height: 100px;width: 100px;margin: auto;overflow: hidden;display: inline-table;}
.home-why ul li span img{max-width:100%;vertical-align: middle;}
.home-why ul li p{width:100%;float:left; text-align:center; font-size:30px;margin-top:20px;}
.home-why ul li em{width:100%;float:left; text-align:center; font-size:16px;margin-top:5%; color:#666;}
.cateh{width:100%;display: flex;background-color:#555;padding-top:5%;padding-bottom:5%;}
.cateh ul li{
width: 49%;position: relative; background-color:#fff;
font-size: 24px;
float:left;}
.cateh ul{
    position: relative; cursor:pointer;

}
.cateh ul li:nth-child(1){margin-bottom:5%;}
.cateh ul li:nth-child(2){margin-bottom:5%;}
.cateh ul li:nth-child(2n){float:right;}
.cateh ul li span{width:130px;float:right;height:130px;padding-right:10px;padding-top:2%;}
.cateh ul li span img{border:solid 3px #78b124;max-width:100%; border-radius:50%;transition: all 0.4s ease-in-out;}
.cateh ul li:hover img {
                transform: scale(1.1);
            }
.cateh ul li:hover p{ background-color:#333;}
.cateh ul li p{ float:left;
width: 40px;padding-left:10px;padding-right:10px;
height:150px;padding-top:5%;
background: #78b124; color:#fff; font-weight:bold;

text-align: center;

transition: all 0.4s ease-in-out; font-size:22px;}
.cateh ul li i{float:left;width:70%; font-size:16px;padding-top:3%;padding-bottom:3%;padding-left:5%;   font-style:normal;line-height:25px; color:#333;}

.cateh ul li p font {
    display: block;
    width: 24px;
    height: 14px;
    background: url(../images/08_582239.png) no-repeat center;
    margin: 0 auto;margin-top:15%;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
.cont{overflow:hidden;}
.home-why ul li p i{ font-style:normal; font-weight:bold;}
.index{width:100%;float:left;}
.footer-wrapper{width:100%;float:left;}
.product{ background-color:#eee;}
.hoppro {display:none;}
.h-cener{width:100%;float:left;margin-top:3%;}
.h-cener_1{width:100%;float:left; text-align:center; font-size:24px;color: #78b124; font-weight:bold;text-transform: uppercase;}
.h-cener_1.index-title {
    margin-bottom: 30px;
}
.h-cener_1 .index-title h3 {
    text-align: center;
    font-size: 30px;
    background-image: url(../images/bg_title.png);
    background-repeat: no-repeat;
    line-height: 60px;
    background-position: 55%;
}

/* 内页区域 Start */
.inner-banner {
  position: relative;
}
.inner-banner img{ vertical-align:top;max-width:100%;}

.inner-banner .text {
  position: absolute;
  bottom:0%; background-color:rgba(0,0,0,.5);
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
.inner-banner .text .ui.container {
}
.inner-banner .text .grid-box .left {
  vertical-align: middle;
}
.inner-banner .text .grid-box .left h1 {
  font-size: 28px;display:none;

  font-weight: 700;
  line-height: 50px;
  text-shadow: 2px 2px 2px #000000;
}
.inner-banner .text .grid-box .right {
  font-size: 14px;
 text-align:right;
  line-height: 50px;
}.inner-banner .text .grid-box .right img{vertical-align:middle;}
.inner-banner .text .grid-box .right a {
  color: #fff;
}
.inner-banner .text .grid-box .right span{  color: #fff;}
.inner-banner .text .grid-box .right a:hover {
  color: #769430;
}


.pron-header {
  background-color: #78b124;width:100%;float:left;
}
.pron-header ul{margin: 0 -46px;}
.pron-header li{float: left;padding: 0 46px;position: relative;}
/* .pron-header li.appli{background-color: #e9460a;
    color: #fff;} */
.pron-header li span{color: #fff;padding: 22px 0;display: block; font-size:15px;
  border-bottom:2px solid transparent;position: relative;}
.pron-header li span::after{
  content: '';
    width: 0;
    height: 2px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
/* .pron-header li:hover span::after{width: 100%;} */
/* 点击 */
/* border-bottom:2px solid #e94609; */
.pron-header li:hover span::after,
.pron-header li.active span::after{width: 100%;}
.pron-header li.active span,
.pron-header li:hover span{color: #fff;font-weight: 700;}

/*about*/
.inner-page {
  width: 100%;
  float: left;
}
.about-page .about-1 {
  padding: 3% 0 3%; 
  position: relative;
}
.about-page .about-1 .content {
  display: block;
  padding: 25px 0 0px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.about-page .about-1 .content img{max-width:100%;}

.about-page h2 {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
}













.about-page .about-1 .list ul {
  margin: 0 -15px;
  text-align: center;
}
.about-page .about-1 .list ul li {
  position: relative;
  padding: 0 15px;
}
.about-page .about-1 .list ul li:after {
  content: '';
  width: 1px;
  height: 70px;
  background: #bfbfbf;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.about-page .about-1 .list ul li:last-child:after {
  display: none;
}
.about-page .about-1 .list ul li h5 {
  display: block;
  font-size: 73px;
  line-height: 1;
}
.about-page .about-1 .list ul li h5 sub {
  font-size: 30px;
  vertical-align: bottom;
  margin-bottom: 8px;
  display: inline-block;
}
.about-page .about-1 .list ul li p {
  display: block;
  font-size: 24px;
  color: #564f3c;
  line-height: 1;
  margin-top: 10px;
}




/*news*/
.news-page {
  padding: 3% 0;
}.news-page .news-box ul {
  margin: 0 -0.75rem 0 -1rem;
}
.news-page .news-box ul li {
  padding: 0 0.75rem 0 1rem;
  margin-bottom: 2rem;
}
.news-page .news-box ul li .ig .img {
  position: relative;
  display: block;
}
.news-page .news-box ul li .ig .img .img-link {
  position: relative;overflow:hidden;
  display: block;
}
.news-page .news-box ul li .ig .img .img-link img{
transition: all .5s ease;transform: translate(0%, 0%) scale(1.0) !important;}
.news-page .news-box ul li .ig .img .img-link:hover img{transform: translate(0%, 0%) scale(1.05) !important;}

.news-page .news-box ul li .ig .img .img-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;

}
.news-page .news-box ul li .ig .img a.news-cate {
  position: absolute;
  left: -1rem;
  top: 1.5rem;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  color: #ffffff;
  background:#769430;

}
.news-page .news-box ul li .ig .img a.news-cate:hover {
  background-color: #1c1c1c;
}
.news-page .news-box ul li .ig .img:hover .img-link::before {
  opacity: 1;
}
.news-page .news-box ul li .ig .text {
padding:5%;
}
.news-page .news-box ul li .ig .text .date {
  font-size: 14px;
  color: #616161;
  padding-bottom: 0.75rem;
}
.news-page .news-box ul li .ig .text h4 {
  font-size: 16px; font-weight:bold;
  line-height: 1.2;
  color: #1c1c1c;
  margin-bottom: 1rem;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}

.news-page .news-box ul li .ig .text h5 {
  font-size: 14px; font-weight:normal;
  line-height: 1.2;
  color: #666;
  margin-bottom: 1rem;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.news-page .news-box ul li .ig .text h4:hover {
  color: #f26e39;
}
.news-page .news-box ul li .ig .text .more a {
  font-size: 14px;
  color: #769430;
}
.grid-box.three > .column {
  width: 25%;float:left;
}.news-page .news-box ul {
  margin: 0 -0.75rem 0 -1rem;
}
.news-page .news-box ul li .ig .img .img-link img {
  transition: all .5s ease;
  transform: translate(0%, 0%) scale(1.0) !important;
}
.ig {
  background-color: rgba(0,0,0,.08);
}

/*page*/
.inner-page .m-page {
  text-align: center;width:100%;float:left;
}
.inner-page .m-page a,
.inner-page .m-page span {
  position: relative;
  display: inline-block;
  z-index: 1;
  height: 38px;
  width: 35px;
  line-height: 38px;
  padding: 0;
  vertical-align: middle;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; background-color:rgba(0,0,0,.12);
}
.inner-page .m-page a::before,
.inner-page .m-page span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #cdcdcd;
}
.inner-page .m-page a::after,
.inner-page .m-page span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color:#769430;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span::after,
.inner-page .m-page a:hover::after {
  width: 100%;
}
.inner-page .m-page a.prev::after,
.inner-page .m-page a.next::after,
.inner-page .m-page a.prev::before,
.inner-page .m-page a.next::before {
  display: none;
}
.inner-page .m-page a.prev:hover,
.inner-page .m-page a.next:hover {
  color: #769430;
}
.inner-page .m-page span.current{ color:#fff;background-color:#78b124;}
.inner-page .m-page a:hover{color:#fff;background-color:#78b124;}

.lg-page .lg-2 ul {
  font-size: 0;
}
.lg-page .lg-2 ul li {
  float: left;
  width: 25%;
  padding: 15px;
}
.lg-page .lg-2 ul li .ig {
  position: relative;
  display: block;border: solid 1px #ccc;
padding: 2%;
  overflow: hidden;
}
.lg-page .lg-2 ul li .ig::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page .lg-2 ul li .ig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-page .lg-2 ul li .ig .text {
  z-index: 1;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.lg-page .lg-2 ul li .ig .text h4 {
  font-size: 16px;
  font-weight:normal;
  color: #fff;
}
.lg-page .lg-2 ul li .ig:hover::after {
  opacity: 1;
}
.lg-page .lg-2 ul li .ig:hover .text {
  opacity: 1;
  bottom: 15px;
}

/*contct*/
.n-contact {
  width: 100%;
  float: left;
}.n-contact{width:100%;float:left;}
.n-contact_left{width:100%;float:left; background-color:#769430;padding:2%;}
.n-contact_left p{ line-height:30px; font-size:16px; color:#fff;}
.n-contact_left p strong{ font-size:20px; font-weight:bold;}
.n-contact_right{width:100%;float:right;}
.n-contact_left p a{color:#fff;}
.n-contact_left p a:hover{color:#426909;}
.contact-page {padding: 3% 0 3%;}
.tact_left-1{width:70%;float:left;}
.tact_left-2{width:30%;float:right; text-align:center; color:#fff;padding-top:5%;}
.tact_left-2 img{height:200px;margin-top:2%;}

/*wenhua*/
.vision .row
{font-size: 0;}.vision .row li
{
    display: inline-block;
    float: none;

    margin-bottom: 15px;
    padding: 0 11px;

    vertical-align: top;
}
.vision .row .item
{
    font-size: 14px;

    position: relative;

    overflow: hidden;

    letter-spacing: 0;
}
.vision .row .intro
{
    position: absolute;
    z-index: 10;
    bottom: 15px;
    left: 0;

    width: 260px;
    max-width: 70%;
    padding: 20px 30px;

    color: #fff;
    border-radius: 0 20px 0 0;
    background-color: rgba(0, 0, 0, .55);
}
.vision .row .intro h4
{
    margin-top: 0;
}
.vision .row .intro p
{
    line-height: 1.71428571;

    color: #fff;
}

 .vision .row .item {
  font-size: 14px;
  position: relative;
  overflow: hidden;
  letter-spacing: 0;
}
.vision .row li:nth-child(1) .img-box {
  padding-bottom: 34.94623656%;
}.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}.vision .row .intro {
  position: absolute;
  z-index: 10;
  bottom: 15px;
  left: 0;
  width: 260px;
  max-width: 70%;
  padding: 20px 30px;
  color: #fff;
  border-radius: 0 20px 0 0;
  background-color: rgba(0, 0, 0, .55);
}.vision .row .intro h4 {
  margin-top: 0; font-size:16px;font-weight: normal;
} .vision .row .intro p {
  line-height: 1.71428571;
  color: #fff;
}.vision .col-md-8 {
  width: 66.66666667%;
}.vision .col-md-4 {
  width: 33.33333333%;
}

 .vision .row li:nth-child(2) .img-box {
  padding-bottom: 71.42857143%;
}.vision .img-box {
  padding-bottom: 59.34065934%;
}



/*show*/
.newdet-page .xinwet{width:100%;float:left;margin-bottom:2%; text-align:center; font-size:16px;}

.newdet-page .con{width:100%;float:left;margin-bottom:2%;font-size:16px;line-height:30px;}
.prev-next{width:100%;float:left;font-size:14px;}
.prev-next a{ font-size:14px;}.prev-next a:hover{ color:#769430;}
.prev-next a:nth-child(2){float:right;}
.inner-page h3,
.inner-page h4 {

  font-weight: 700;
  line-height: 1.2;
}


/*touzi*/

.faq-page {
  padding: 3% 0;
}.faq-page .title {
  text-align: center;
  margin-bottom: 2.7rem;
}.faq-page .grid-box.two > .column {
  width: 100%;
}.faq-page ul li .ig {
  cursor: pointer;background-color:transparent;margin-bottom:2%;
}.faq-page ul li .ig h4 {
  position: relative;
  font-size: 16px;
  font-weight: 700; line-height:50px;
  border-bottom: 1px solid rgba(28,28,28,.1);
  color: #666;
  padding: 0 1.5rem 1rem 0;
}
.faq-page .title h3{display: block;
text-align: center;
font-size: 30px;
line-height: 1.2;}.faq-page ul li .ig h4{ font-weight:normal;} .faq-page ul li .ig h4 i{float:right;}.faq-page ul li .ig h4 i a{ font-size:14px;padding-left:10px;padding-top:5px;padding-bottom:5px;padding-right:10px; border-radius:15px; color:#fff;background-color: #769430;}
.faq-page ul li .ig h4 i a:hover{ background-color:#333;}
.serio strong{ font-weight:bold;}
 .faq table{line-height:35px;}
  .faq table td{padding-left:15px;}
    .faq table tr:nth-child(2n){ background-color:#dedede;}


/*contact*/

.contact-page .contact-2 .form ul {
  font-size: 0;
}
.contact-page .contact-2 .form ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  display: block;
  width: 100%;
  height: 46px;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 1.7;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-page .contact-2 .form ul li textarea {
  height: 7.5rem;
  padding-top: 20px;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  width: auto;
  
  text-transform: uppercase;
  border: 2px solid #000;
  padding: 0 1.7rem;
  margin: auto;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  color: #fff;
  background-color: #000;
}
.contact-page .contact-2 .form ul li:nth-child(1) {
  width: 50%;
  padding-right: 0.75rem;
}
.contact-page .contact-2 .form ul li:nth-child(2) {
  width: 50%;
  padding-left: 0.75rem;
}


.contact-page .contact-2 .form ul li:nth-child(3) {
  width: 50%;
  padding-right: 0.75rem;
}
.contact-page .contact-2 .form ul li:nth-child(4) {
  width: 50%;
  padding-left: 0.75rem;
}

.contact-page .contact-2 .form ul li:nth-child(5) {
  width: 50%;
  padding-right: 0.75rem;
}
.contact-page .contact-2 .form ul li:nth-child(6) {
  width: 50%;
  padding-left: 0.75rem;
}


.contact-page .contact-3 {
  position: relative;
}



@media screen and (max-width: 992px) {
  .lg-page .lg-2 ul li .ig .text span {
    font-size: 14px;
  }
  .lg-page .lg-2 ul li .ig .text h4 {
    font-size: 18px;
  }
}


.product-w-word{ text-align:center;padding-top:2%;}
.product-w-word p{display:none;}

@media(max-width:640px){

	.home-why ul li span{width:50px;height:50px;}
	.home-why ul li span img{}
	.home-why ul li p{ font-size:20px;}
	.home-why ul li em{ font-size:14px;}
	
.h-cener_2 ul li{padding: 2.15% 1.5%;
-webkit-box-flex: 0 0 50%;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
width: 50%;
margin: 0;position: relative;
font-size: 24px;
float:left;}
.h-cener_2 ul {
  margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}.cateh ul li{width:100%;}
.cateh ul li p{width:100%;height:auto;padding-bottom:5%;}.cateh ul li:nth-child(1) {
  margin-bottom: 0%;
}.cateh ul li:nth-child(2) {
  margin-bottom: 0%;
}.home-why ul li{width:33.33%;margin-bottom:5%;}

.tact_left-1{width:100%;}
.tact_left-2{width:100%;}

	}
.cl{width:100% ;float:left;}
.cl li{width:100% !important;float:left !important;border-bottom:solid 1px rgba(0,0,0,.12);}	
.cl li .d_Left{float:left; font-size:16px; color:#333;}
.cl li .d_right{float:right;}
.cl li .d_right a{background-color: #769430; font-size:14px;color: #fff;border-radius:30px;padding-left:20px;padding-right:20px;padding-top:5px;padding-bottom:5px;}	
	
	
	
	
	
	