﻿/*
 * All OnÂ
 */
html, body { font-family: "microsoft yahei",arial;}
p { margin-bottom: 0;}
li { list-style: none;}
a:hover { text-decoration: none;}

.sitename {
	display: none;
}
.row { padding-left: 0;}
.more {
	display: block;
	width: 300px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #9f9f9f;
	font-family: arial;
	border: 1px solid #dfdfdf;
	margin: 80px auto 50px;
	transition: all .6s;
}

.more::after {
	content: "";
	margin-top: -50px;
	display: block;
	width: 0;
	height: 50px;
	background: #038A03;
	transition: all .6s;
}

/*
 * All Off
 */


/*
 * Nav On
 */

.navbar-farming {
	margin-bottom: 0;
}

.navbar-farming ul li a::after {
	content: "";
	width: 0;
	height: 3px;
	background: #038A03;
	position: absolute;
	left: 0;
	top: 0;
}

.navbar-farming ul li a:hover::after {
	width: 100%;
}

/*
 * Nav Off
 */


/* Index On */

/*
 * Banner On
 */

#banner > div:nth-child(1) {
	background-image: url(1.jpg);
}

#banner > div:nth-child(2) {
	background-image: url(2.jpg);
}

#banner > div:nth-child(3) {
	background-image: url(3.jpg);
}

#banner > div {
	height: 560px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#banner > div > img {
	display: none;
}

/*
 * Banner Off
 */

/*
 * Product On
 */

#product {
	background: #f8f8f8;
}

#product .header {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 40px;
}
#product .header .title {
	font-size: 26px;
	color: #444;
}
#product .header .title a {
	font-size: 26px;
	color: #444;
}

#product .header .subtitle {
	font-size: 12px;
	color: #8f8f8f;
}

#product_list > li > a {
	display: block;
	overflow: hidden;
}

#product_list .top {
	overflow: hidden;
	height:220px;
}

#product_list .top img {
	display: block;
	width: 100%;
	min-height: 100%;
	transform: scale(1,1);
	transition: all .6s;
}

@media (min-width:320px) and (max-width:468px) {
	#product_list .top {
		min-width:166px;
		height:140px;
	
	}
}
#product_list .bottom::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #038A03;
	transition: all .6s;
	margin-top: -2px;
}

#product_list .bottom > div::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #e3e3e3;
	transition: all .6s;
}

#product_list .bottom .title {
	margin-top: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#product_list .bottom .subtitle {
	margin-top: 6px;
	margin-bottom: 24px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#product_list > li > a:hover img {
	transform: scale(1.1,1.1);
}

#product_list > li > a:hover .bottom::after {
	width: 100%;
}

#product .more:hover {
	border: 1px solid #038A03;
	color: #fff;
}

#product .more:hover::after {
	width: 100%;
}

/*
 * Product Off
 */


/*
 * News Off
 */

#news {
	
}

#news .header {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 40px;
}

#news .header .title {
	font-size: 26px;
	color: #444;
}

#news .header .subtitle {
	font-size: 12px;
	color: #8f8f8f;
}

#news_list > li {
	margin-bottom: 10px;
}

#news_list > li > a {
	display: block;
	overflow: hidden;
	position: relative;
	top: 0;
	transition: all .6s;
}

#news_list .top {
	overflow: hidden;
	height:220px;
}

@media (min-width:320px) and (max-width:468px) {
	#news_list .top {
		min-width:166px;
		height:140px;
	
	}
}
#news_list .top img {
	width: 100%;
	min-height: 100%;
}

#news_list .bottom {
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
}


#news_list .bottom .title {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #000;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#news_list .bottom .date {
	font-size: 12px;
	font-weight: 300;
	color: #8a8a8a;
	line-height: 24px;
}

#news_list > li > a:hover {
	top: -20px;
}

#news_list > li > a:hover .bottom .title {
	color: #038A03;
	text-decoration: underline;
}

#news .more {
	margin-bottom: 100px;
}

#news .more:hover {
	border: 1px solid #038A03;
	color: #fff;
}

#news .more:hover::after {
	width: 100%;
}

/*
 * News Off
 */

/* Index Off */


/* Cp_Query On */

/*
 * cp_query_bg On
 */
#cp_query_bg {
	height: 240px;
	background: url(bg1.jpg) no-repeat center center;
	background-size: cover;
}
#news_query_bg {
	height: 240px;
	background: url(bg2.jpg) no-repeat center center;
	background-size: cover;
}
#page_page_bg {
	height: 240px;
	background: url(bg3.jpg) no-repeat center center;
	background-size: cover;
}
/*
 * cp_query_bg Off
 */

/*
 * navbar-class On
 */
#class-nav ul {
	margin-left: 40%;
	transform: translateX(0%);
	line-height: 50px;
}
#class-nav ul strong {
	font-weight: normal;
}
#class-nav ul strong a {
	padding: 15px;
	color: #fff;
	background: #038A03;
	margin-right: 5px;
}

/*
 * navbar-class Off
 */

/*
 * pages On
 */
#pages {
	margin-top: 40px;
	margin-bottom: 40px;text-align: center;
}
#pages strong {
	font-size: 12px;
	padding: 6px 10px;
	border-radius: 4px;
	background: #038A03;
	color: #fff;
	line-height: 36px;
	margin: 0 5px;
}
	
#pages a {
	font-size: 12px;
	padding: 6px 10px;
	border-radius: 4px;
	background: #999;
	color: #fff;
	line-height: 36px;
	margin: 0 5px;
}
#pages a:hover {
	background: #038A03;
	color: #fff;
}
/*
 * pages Off
 */

/* Cp_Query Off */

/*
 * product_details On
 */

#product_details,
#news_details {
	margin-bottom: 40px;
}

#product_details .header {
	
}

#product_details .header .title,
#news_details .header .title {
	font-size: 26px;
	color: #444;
	text-align: center;
	margin-bottom: 40px;
}

#product_details .content {
	
}

#product_details .content p,
#news_details .content p {
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 10px;
}

#product_details .content img,
#news_details .content img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 10px auto;
}

/*
 * product_details Off
 */

/*
 * news_query_list
 */
#news_query_list {
	padding: 40px 10px 0;
}

#news_query_list li {
	margin-bottom: 40px;
}

#news_query_list li a {
	display: block;
	overflow: hidden;
}

#news_query_list .date {
	font-size: 16px;
	color: #8a8a8a;
	font-weight: 500;
	line-height: 24px;
}

#news_query_list .title {
	line-height: 34px;
	font-size: 16px;
	color: #1e1e1e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#news_query_list .summary {	
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #777;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 20px;
}

#news_query_list li a:hover .title {
	text-decoration: underline;
}
/*
 * news_query Off
 */


/*
 * page_page On
 */
#page {
	
}
#page .header {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
#page .title a {
	font-size: 26px;
	color: #444;
	line-height: 28px;
}
#page .subtitle {
	font-size: 12px;
	color: #8f8f8f;
	line-height: 24px;
}
#page .content {
	
}
#page .content img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 10px auto;
}
#page .content p {
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 10px;
}
/*
 * page_page Off
 */


/*
 * Link On
 */
#link {
	margin-top: 40px;
}

#link ul {
	margin-bottom: 0;
	line-height: 40px;
}

#link li {
	text-align: left;
}

#link a {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

#link a:hover {
	color: #333;
}

/*
 * Link Off
 */


/*
 * Footer On
 */

#footer {
	background: #f0f0f0;
	padding-top: 80px;
	padding-bottom: 60px;
}

#footer .row {
	margin: 0;
}

#footer .title {
	font-size: 26px;
	color: #666;
	text-align: center;
}

#footer .subtitle {
	font-size: 16px;
	color: #c1c1c1;
	font-family: helvetica;
	text-align: center;
}

#footer .address p,
#footer .copyright p {
	font-size: 12px;
	color: #999;
	line-height: 26px;
}
#footer .copyright p a {
	color: #999;
}

/*
 * Footer Off
 */


/*
 * bootstrap
 */
/* nav On */
.navbar-farming {
  /* background-color: #f8f8f8; */
  /* border-color: #e7e7e7; */
}
.navbar-farming .navbar-brand {
  color: #f40d43;
  height: 70px;
  line-height: 36px;
}
.navbar-farming .navbar-brand:hover,
.navbar-farming .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-farming .navbar-text {
  color: #777;
}
.navbar-farming .navbar-nav > li > a {
  color: #8e8e8e;
}
.navbar-farming .navbar-nav > li > a:hover,
.navbar-farming .navbar-nav > li > a:focus {
  color: #038A03;
  background-color: transparent;
}
.navbar-farming .navbar-nav > .active > a,
.navbar-farming .navbar-nav > .active > a:hover,
.navbar-farming .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-farming .navbar-nav > .disabled > a,
.navbar-farming .navbar-nav > .disabled > a:hover,
.navbar-farming .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-farming .navbar-toggle {
  border-color: #ddd;
}
.navbar-farming .navbar-toggle:hover,
.navbar-farming .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-farming .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-farming .navbar-collapse,
.navbar-farming .navbar-form {
  border-color: #e7e7e7;
}
.navbar-farming .navbar-nav > .open > a,
.navbar-farming .navbar-nav > .open > a:hover,
.navbar-farming .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-farming .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-farming .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-farming .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-farming .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-farming .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-farming .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-farming .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-farming .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-farming .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-farming .navbar-link {
  color: #777;
}
.navbar-farming .navbar-link:hover {
  color: #333;
}
.navbar-farming .btn-link {
  color: #777;
}
.navbar-farming .btn-link:hover,
.navbar-farming .btn-link:focus {
  color: #333;
}
.navbar-farming .btn-link[disabled]:hover,
fieldset[disabled] .navbar-farming .btn-link:hover,
.navbar-farming .btn-link[disabled]:focus,
fieldset[disabled] .navbar-farming .btn-link:focus {
  color: #ccc;
}

.navbar-farming .nav > li {
	margin-left: 20px;
	margin-right: 20px;
}

.navbar-farming .nav > li > a {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 768px) {
	.navbar-farming .navbar-nav > li > a {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
/* nav Off */

/* class-nav On*/
.navbar-class {
  /* background-color: #f8f8f8; */
  border-color: #e7e7e7;
}
.navbar-class .navbar-brand {
  color: #777;
}
.navbar-class .navbar-brand:hover,
.navbar-class .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-class .navbar-text {
  color: #777;
}
.navbar-class .navbar-nav > li > a {
  color: #616161;
}
.navbar-class .navbar-nav > li > a:hover,
.navbar-class .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #038A03;
}
.navbar-class .navbar-nav > .active > a,
.navbar-class .navbar-nav > .active > a:hover,
.navbar-class .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-class .navbar-nav > .disabled > a,
.navbar-class .navbar-nav > .disabled > a:hover,
.navbar-class .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-class .navbar-toggle {
  border-color: #ddd;
}
.navbar-class .navbar-toggle:hover,
.navbar-class .navbar-toggle:focus {
  background-color: fff;
}
.navbar-class .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-class .navbar-collapse,
.navbar-class .navbar-form {
  border-color: #e7e7e7;
}
.navbar-class .navbar-nav > .open > a,
.navbar-class .navbar-nav > .open > a:hover,
.navbar-class .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-class .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-class .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-class .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-class .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-class .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-class .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-class .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-class .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-class .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-class .navbar-link {
  color: #777;
}
.navbar-class .navbar-link:hover {
  color: #333;
}
.navbar-class .btn-link {
  color: #777;
}
.navbar-class .btn-link:hover,
.navbar-class .btn-link:focus {
  color: #333;
}
.navbar-class .btn-link[disabled]:hover,
fieldset[disabled] .navbar-class .btn-link:hover,
.navbar-class .btn-link[disabled]:focus,
fieldset[disabled] .navbar-class .btn-link:focus {
  color: #ccc;
}
/*class-nav Off*/

/* banner On */
.carousel-indicators .active {
	background: #038A03;
	border: 1px solid #038A03;
}
/* banner Off */

/*
 * bootstrap Off
 */

/*
 * media
 */
@media only screen and (max-width: 767px) {
	/* nav On */
	.navbar-farming ul li a::after {
		display: none;
	}
	.navbar-farming .navbar-brand {
		height: 50px;
		line-height: 18px;
	}
	.navbar-farming {
		min-height: 50px;
	}
	/* nav Off */
	
	/* banner On*/
	#banner > div {
		height: auto;
		background-image: none;
	}
	
	#banner > div > img {
		display: block;
		width: auto;
	}
	
	.carousel-indicators {
		bottom: -10px;
	}
	/* banner Off*/
	
	/* product On*/
	#product .header {
		padding-top: 30px;
		padding: 20px;
	}
	
	#product .header .title {
		font-size: 18px;
		color: #444;
	}

	#product .header .subtitle {
		font-size: 12px;
		color: #8f8f8f;
	}
	
	#product_list .bottom::after {
		display: none;
	}
	
	#product_list .bottom > div::after {
		display: none;
	}
	
	#product .more {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	/* product Off*/
	
	/* news On*/
	#news .header {
		padding-top: 30px;
		padding: 20px;
	}	
	
	#news .header .title {
		font-size: 18px;
		color: #444;
	}

	#news .header .subtitle {
		font-size: 12px;
		color: #8f8f8f;
	}
	
	#news_list > li {
		border-bottom: 1px solid #e3e3e3;
	}
	
	#news_list > li > a:hover {
		top: 0;
	}
	
	#news_list .bottom {
		border-bottom: none;
	}
	
	#news .more {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	/* news Off */
	
	/* footer On*/
	#footer {
		padding-top: 60px;
	}
	.address {
		padding-top: 20px;
	}
	/*footer Off*/
	
	/* cp_query On */
	#cp_query_bg {
		display: none;
	}	
	#news_query_bg {
		display: none;
	}	
	#page_page_bg {
		display: none;
	}
	.navbar-class {
		background: #038A03;
	}
	.navbar-class .navbar-brand {
		color: #fff;
	}
	#class-nav {
		background: #fff;
		padding-left: 0;
		padding-right: 0;
	}
	#class-nav ul {
		margin: 0;
		transform: translateX(0);
	}
	#class-nav ul li:nth-child(2n) {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	#class-nav ul strong {
		font-weight: normal;
	}
	#class-nav ul strong a {
		display: block;
	 	padding: 0; 
		color: #fff;
		background: #038A03;
		margin-right: 0;
	}
	#class-nav ul li a {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	#pages {
		font-size: 0;
	}
	
	/* cp_query Off */

}

#cnzz_stat_icon_1256455632 {
	display: none;
}