@charset "UTF-8";

.top {
	height: 40px;
	padding: 4px 0;
}

.top img {
	display: block;
	height: 32px;
	margin-top: 5px;
	margin-left: auto;
}


/* header */
.header .navbar {
	padding: 0;
}

.header .navbar .headsearch{
	display: block;
	margin-top: 5px;
	margin-left: auto;
}

.header .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header .navbar-brand {
	padding-bottom: 10px;
}

.header .navbar-brand img {
	display: block;
	width: auto;
	height: 60px;
}


@media screen and (min-width: 768px) {
.header .navbar-nav {
	display: none;
}
}
@media screen and (max-width: 767px) {
.header .navbar-nav {
	margin-left: 150px;
}
}

.header .nav-item .nav-link {
	text-align:center;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	padding: 0 20px;
	margin: 0 10px;
}

.header .nav-item.active .nav-link,
.header .nav-item:hover .nav-link {
	background-color: #008d45;
	color: #ffffff;
	border-radius: 25px;
}

@media screen and (max-width: 991px) {
	.header .nav-item .nav-link {
		line-height: 40px;
	}
}


/* index-banner */
.index-banner.m {
    display: none;
}

.index-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
    color: #ffffff;
}

.index-banner .swiper-pagination-bullet-active {
    background-color: #28a745;
}

@media screen and (max-width: 767px) {
    .index-banner.pc {
        display: none;
    }

    .index-banner.m {
        display: block;
    }
	
	.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
	display:none;
}
}


/* page-banner */
.page-banner img {
	display: block;
	width: 100%;
	height: auto;
}



/* index-product */
.index-product {
	padding: 60px 0;
}

.index-product-con {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #dddddd;
	border-radius: 0px;
	padding: 6px;
	overflow: hidden;
	box-shadow: 0 4px 8px #eeeeee;
}

.index-product-item {
	width: 16.66%;
	padding: 6px;
	box-sizing: border-box;
	text-decoration: none;
}

.index-product-item img {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	transition: all .6s;
}

.index-product-item p {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin: 12px 0 0;
	text-align: center;
}

.index-product-item.active img,
.index-product-item:hover img {
	transform: scale(1.2);
}

.index-product-item.active p,
.index-product-item:hover p {
	color: #4f9b35;
}

@media screen and (max-width: 767px) {
	.index-product {
		padding: 30px 0;
	}

	.index-product-item {
		width: 50%;
	}
}

.home-about { background: #ffffff;width: 100%;
height:440px;}

.home-about .info{
margin: 0px auto;
max-width: 1200px;padding:20px 0px; }
.home-about .info .aboutleft {float: left;padding:0px;width: 50%; }
.home-about .info .aboutright { float: right; padding: 20px; width: 50%;}
.home-about .info .aboutimg {width:100%;height:auto;}
.home-about .info .abouttitle {font-size: 22px;font-weight:bold;line-height:35px;}
.home-about .info .aboutinfo {padding-top: 20px;font-size: 16px;line-height:26px;text-align: justify;} 
.home-about .info .aboutmore {
	display: inline-block;
	padding: 0 10px;
	width: 102px;
	height: 40px;
	line-height: 40px;
	color: #ffffff!important;
	background-color: #008d45;
	border: 1px solid #008d45;
	font-size: 16px;
	text-align: center;
	margin: 20px auto;
	border-radius: .215rem;
}

.home-about .info .aboutmore:hover {
	background-color: #87c333;
	border: 1px solid #87c333;
	color: #fff!important;
	text-decoration:none;
}

@media screen and (max-width: 767px) {
.home-about {width: 100%;height:720px;}
.home-about .info{margin: 0px auto;width: 100%; }
.home-about .info .aboutleft {float: left;padding:15px;width: 100%; }
.home-about .info .aboutright { float: right; padding:15px; width: 100%;}
.home-about .info .aboutimg {width:100%;height:auto;margin: 0px auto;}
.home-about .info .abouttitle {font-size: 22px;font-weight:bold;line-height:35px;}
.home-about .info .aboutinfo {padding-top: 20px;font-size: 16px;line-height:24px;text-align: justify;}
.home-about .info .aboutmore {
	display: inline-block;
	padding: 0 10px;
	width: 102px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #008d45;
	border: 1px solid #008d45;
	font-size: 16px;
	text-align: center;
	margin: 20px auto;
	border-radius: .215rem;
}
.home-about .info .aboutmore:hover {
	background-color: #fff;
	color: #4f9b35!important;
	text-decoration:none;
}
}

/* footer */
.footer {
	background-color: #003b45;
	padding: 20px 0;
}

.footer p {
	font-size: 14px;
	color: #ffffff;
	line-height: 22px;
	margin: 0;
	text-align: center;
}

.footer p a {
	color: #ffffff;
}

/* position */
.position {
	background-color: #f2f3f5;
	color: #999999;
	overflow: hidden;
}

.position a {
	font-size: 16px;
	color: #999999;
	height: 48px;
	line-height: 48px;
	padding: 0 6px;
}

.position a:hover {
	color: #4f9b35;
}

/* page */
.page {
	padding: 60px 0;
}

.page img {
	display: block !important;
	max-width: 100% !important;
	height: auto !important;
}

@media screen and (max-width: 767px) {
	.page {
		padding: 30px 0;
	}
}

/* product-list */
.product-list {
	padding-bottom: 40px;
}

.product-list-item {
	display: block;
	padding: 15px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	box-sizing: border-box;
	margin: 15px 0;
	overflow: hidden;
	width: 100%;
	height: calc(100% - 30px);
}

.product-list-item img {
	margin: 0 auto;
	display: block;
	width: auto;
	height: auto;
	max-height: 200px;
	max-width: 100%;
	transition: all .6s;
}

.product-list-item p {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin: 15px 0 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.product-list-item:hover {
	border-color: #4f9b35;
}

.product-list-item:hover img {
	transform: scale(1.1);
}

.product-list-item:hover p {
	color: #4f9b35;
}

@media screen and (max-width: 767px) {
	.product-list .row {
		margin-right: -8px;
		margin-left: -8px;
	}

	.product-list .col-6 {
		padding-right: 8px;
		padding-left: 8px;
	}

	.product-list-item {
		margin: 8px 0;
		height: calc(100% - 16px);
	}
}

.pagination-con {
	margin: 0 0 60px;
}

.pagination-con .pagination {
	justify-content: center;
	margin: 0;
}

.pagination-con .pagination .page-link {
	color: #666666;
}

.pagination-con .pagination .page-num {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #666666;
	background-color: #fff;
	border: 1px solid #dddddd;
}

.pagination-con .pagination .page-num-current {
	background-color: #4f9b35;
	border-color: #4f9b35;
	color: #ffffff;
}

/* product-list-title */
.product-list-title {
	padding-top: 60px;
}

.product-list-title h6 {
	font-size: 24px;
	color: #4f9b35;
}

/**/
/* product-show */
.product-show {
	padding: 30px 0;
}

.product-show-swiper {
	width:90%;
	max-width: 600px;
	height: 500px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
.product-show-swiper {
	width: 100%;
	max-width: 300px;
	height: 300px;
	margin: 0 auto;
}
}


.product-show-swiper .swiper-slide {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.product-show-swiper .gallery-top {
	height: 80%;
	width: 100%;
	border-right: 5px solid #ffffff;
	box-sizing: border-box;
}

.product-show-swiper .gallery-top .swiper-button-prev,
.product-show-swiper .gallery-top .swiper-button-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: none;
	border-radius: 100%;
	font-size: 30px;
	color: #999999;
}

@media screen and (max-width: 767px) {
.product-show-swiper .gallery-top .swiper-button-prev,
.product-show-swiper .gallery-top .swiper-button-next {
display:none;
}
}

.product-show-swiper .gallery-top .swiper-button-prev:hover,
.product-show-swiper .gallery-top .swiper-button-next:hover {
	color: #4f9b35;
}

.product-show-swiper .gallery-thumbs {
	height: 20%;
}

.product-show-swiper .gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 1;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
}

.product-show-swiper .gallery-thumbs .swiper-slide-thumb-active {
	border: 1px solid #4f9b35;
}

.product-show-text {
	padding-top: 30px;
}
.product-show-text .more {
	display: inline-block;
	padding: 0 10px;
	width: 102px;
	height: 40px;
	line-height: 40px;
	color: #ffffff!important;
	background-color: #008d45;
	border: 1px solid #008d45;
	font-size: 16px;
	text-align: center;
	margin: 20px auto;
	border-radius: .215rem;
}

.product-show-text .more:hover {
	background-color: #87c333;
	border: 1px solid #87c333;
	color: #fff!important;
	text-decoration:none;
}

.product-show-text-title h1 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}

.product-show-text-title h6 {
	font-size: 16px;
	line-height: 22px;
	color: #999999;
	margin-top: 20px;
}

.product-show-text-title p {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	margin-top: 20px;
}


/* product-details */
.product-details {
	padding: 60px 0;
	background-color: #f2f3f5;
}

.product-details .tab-content {
	background-color: #ffffff;
	padding: 30px;
	border: 1px solid #dddddd;
	border-top: 0;
}

.product-details-one img {
	display: block;
	max-width: 100% !important;
	height: auto !important;
}

@media screen and (max-width: 767px) {
	.product-details .tab-content {
		padding: 20px;
	}
}


/* contact */
.contact {
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .contact {
        padding-bottom: 30px;
    }
}


@media screen and (max-width: 767px) {	
.nav_main {
	display: none;
}
}

.nav_main {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #008d45;
	position: relative;
	z-index: 3;
}
.nav .list {
	width: 100%;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.nav_main .nav {
	width: 1200px;
	margin: 0px auto;
}
.nav_main .nav li {
	float: left;
	width: 160px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	border-right: 1px solid #16a548;
	text-align: center;
}
.nav_main .nav li:first-child {
	border-left: 1px solid #16a548;
	background: none;
}
.nav_main .nav li:first-child.hover {
	background-color: #87c333;
}
.nav_main .nav li a {
	display: block;
	color: #fff;
	font-size: 16px;
}
.nav_main .nav li a:hover, .nav_main .nav li a.hover, .nav_main .nav li #hover2 {
	background: #87c333;
	text-decoration:none;
}
.nav_main .nav dl {
	width: 160px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 12;
	border: 0px solid #008d45;
}
.nav_main .nav dl {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd {
	line-height: 46px;
	height: 39px;
	border-top: 1px solid #e5e5e5;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #666;
	font-size: 16px;
	padding: 0;
	width: 100%;
	text-align: center;
}
.nav_main .nav dl dd a:hover, .nav_main .nav dl dd a.hover {
	background: #87c333;
	color: #fff;
}
.nav_main .nav dl dd .three {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(-10px, 0, 0);
}
.nav_main .nav dl dd:hover .three {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd .three {
	position: absolute;
	left: 100px;
	top: 4px;
	padding-left: 20px;
	color: #666;
	z-index: 10;
	background: url(../images/menu_bg.png) 12px 10px no-repeat;
}
.nav_main .nav dl dd .three a {
	color: #fff;
	width: 100px;
	font-size: 14px;
	background: #12b34a;
	text-align: center;
	display: block;
	height: 39px;
	line-height: 39px;
	border-top: 1px solid #008d45;
	transition: ease-in-out .2s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nav_main .nav dl dd .three a:first-child {
	border-top: none;
}
.nav_main .nav dl dd .three a:hover {
	background: #008d45;
	color: #fff;
}