.cont{
	background-color: #eee;
}
.index .about-title h3 {
	text-transform: uppercase;
}
.index .index-title h3 {
	text-transform: uppercase;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
a{
	color: #666;
}
a:hover {
	text-decoration: none;
}
.scroll-y-auto {overflow:auto;width:100%;}
.scroll-y-auto > table {min-width:800px;}
.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 .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: hidden;
	overflow-y:auto;
	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;
	width: 100px;
	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 {
	max-height: 90px;
	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: fixed;
	top: 138px;
	width: 1100px;
	margin-left: 50px;
	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 45px;
}
.header .nav li:hover {
	background-color: #78b124;
}
.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 2;
	padding: 14px 0;
	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: 200px;
	/*-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	transform: skew(30deg);*/
	background-color: #303030;
	left: 0;
}
.header .nav ul li ul li a {
	font-size: 14px;
	-webkit-transform: skew(0deg);
	-moz-transform: skew(0deg);
	-o-transform: skew(0deg);
	transform: skew(0deg);
}
.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-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 h3 {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	font-weight: normal;
	white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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 .about-tit {
	display: block;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}
.index .about-content .product-info .about-tit {
	line-height: 1.3;
	color: #FFF;
}
.index .about-content .about-tit:after {
	content: "";
	display: block;
	background-color: #78b124;
	width: 20px;
	height: 3px;
	margin-top: 10px;
}
.index .about-content .about-desc {
	margin-top: 20px;
	line-height: 150%;
	font-size: 16px;
	color: #666;
	text-align: justify;
}

.index .about-content .about-desc .home-about-more {
	margin-top: 30px;
}
.index .about-content .about-desc .home-about-more a {
	padding: 10px 30px;background-color: #78b124; color:#FFF;
}

.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; /* Safari */
	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 30px 0;
}
.footer-cont {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	justify-content: space-between;
}
.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: #fff;
}
.footer-cont .footer-contact span,
.footer-cont .footer-nav span,
.footer-cont .footer-news span {
	display: block;
	color: #fff;
}

.footer-cont h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.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: 20px;
}
.footer-cont ul li span {
	margin-left: 25px;
}
.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-contact ul .cont-fax {
	background:url(../images/fax.png);
	background-repeat: no-repeat;
}
.footer-contact ul .cont-tel {
	background:url(../images/tel1.png);
	background-repeat: no-repeat;
}
.footer-contact ul .cont-skype {
	background:url(../images/skype1.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;
	/*text-align: justify;*/
	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 h3 {
	font-weight: normal;
	margin: 0;
}

#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; /* Safari */
  	display: flex;
  	justify-content: center;
}
.footer-link ul li {
	padding:30px 10px 10px 10px;
}
.footer {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.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;
}