@charset "utf-8";

/*banner1*/
.banner1 {	
	margin: 0 auto;
	margin-top: 143px;
}
#banner_carousel {	
	max-height: 660px;
	overflow: hidden;
}
#banner_carousel .carousel-indicators li {
	background-color: #7aca35;
}
.banner1 .carousel-item {
	max-width: 1920px;
	max-height: 960px;
}

@media screen and (max-width: 767px) {
	.banner1 {	
		background-size: 100%;
	}
}
/*banner1-end*/
/*about us*/
.about {
	width: 100%;
	padding: 60px 0 60px 0;
}
.about_img {
	height: 100%;
	padding: 0 60px 0 60px;
}
.about_img img {
	width: 100%;
}
.about_content {
	height: 100%;
	padding: 0 60px 0 60px;
	color: black;				
}
.about_title {
	font-size: 4rem;
	font-weight: 800;
	margin-bottom: 1rem;
	word-break: break-all;
}
.about_text {
	font-size: 1.2rem;
	/*省略*/
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9; 
	-webkit-box-orient: vertical;
	/*省略-end*/
}
.about_b {
	
}
.tagline {
	color: #88b226;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 12px 0 30px 0;
}
.btn_about {
	width: 182px;
	height: 46px;
	border: solid 2px #88b226;
	font-size: 1.2rem;
	color: #88b226;
	border-radius: 23px;
	box-shadow: 0 0 15px rgba(136,178,38,0.5);
}
.btn_about:hover {
	background-color: #88b226;
	color: white;
}	
@media screen and (max-width: 991px) {
	.about {
		padding: 20px 0;
	}
	.about_img {
		padding: 0;
		margin-left: 20px 
	}
	.about_content {
		padding: 0;
		margin-right: 20px;
	}
	.about_title {
		font-size: 1.5rem;
		margin-bottom: 6px;
	}
	.about_text {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.about_b {
		background-size: 40%;
	}
	.tagline {
		font-size: 1rem;
		margin: 8px 0;
	}
	.btn_about {
		width: 100px;
		height: 24px;
		border: solid 1px #88b226;
		font-size: 0.2rem;
		line-height: 0.7rem;
		box-shadow: 0 0 10px rgba(136,178,38,0.5);
	}
}
/*about us-end*/
/*hot products*/
.prod {
	width: 100%;
	padding: 60px 0 60px 0;
	background-color: #f7f7f7;
}
.prod_title {
	font-size: 4rem;
	font-weight: 800;
	color: #88b226;
}
.prod_content {
	width: 100%;
	column-gap: 6.5rem;
	padding: 20px 20px 0 20px;
} 
.prod_card {
	border: none;
	background-color: transparent;
	margin: 25px;
}
.prod_card .card-img-top {
	width: 100%;
	max-height: 330px;
}
.prod_card .card-body {
	padding: 20px 0 0 0;
}
.prod_card .card-title{
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
	/*省略*/
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical;
	/*省略-end*/
}
.prod_card .card-text {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8rem;
	color: #000;
	/*省略*/
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	/*省略-end*/
	margin-bottom: 10px;
}
.btn_prod {
	width: 146px;
	height: 40px;
	background-color: #88b226;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	border-radius: 0;
	margin-top: 10px;
}
.btn_prod:hover,.btn_prod:focus,.btn_prod:active {
	background-color: #6d9a26;
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(136,178,38,0.25);
}
.btn_prod2 {
	width: 246px;
  height: 55px;
  border: solid 3px #88b226;
	border-radius: 30px;
	color: #88b226;
	font-size: 1.4rem;
	font-weight: bolder;
	box-shadow: 0 0 15px rgba(136,178,38,0.5);
	position: relative;
	left: 50%;
	margin-left: -122px;
	margin-top: 30px;
}
.btn_prod2:hover {
	background-color: #88b226;
	color: white;
}		
@media screen and (max-width: 767px) {
	.prod {
		padding: 20px 10px;
		background-size: 15%;
	}
	.prod_title {
		font-size: 1.5rem;
	}
	.prod_content {
		padding: 0 10px;		
	}
	.prod_card {
		 margin: 15px 0;
	}
	.prod_card .card-body {
		padding: 10px 0 0 0;
	}
	.prod_card .card-title{
		font-size: 1rem;
		margin-bottom: 6px;
	}
	.prod_card .card-text {
		font-size: 0.8rem;
		line-height: 1.2rem;
	}
	.btn_prod {
		width: 107px;
		height: 29px;
		font-size: 0.8rem;
		margin-top: 0;
		line-height: 1rem;
	}
	.btn_prod2 {
		width: 122px;
		height: 29px;
		border: solid 1px #88b226;
		font-size: 0.8rem;
		box-shadow: 0 0 6px rgba(136,178,38,0.5);
		margin-left: -61px;
		margin-top: 10px;
		line-height: 1rem;
	}		
}
/*hot products-end*/
/*latest news*/
.news {
	width: 100%;
	padding: 110px 0;
}
.news_blue {
	width: 100%;
	background-color: #0f283e;
	padding: 60px 0;
}
.news_title {
	color: #fff;
	font-size: 4rem;
	font-weight: 800;
	margin-bottom: 30px;
}
.news_box {
	margin: 0 140px;
}
.news_img {
	width: 100%;
	max-height: 270px;
	padding: 0 20px;
	overflow: hidden;
}
.news_img img{
	width: 100%;
}
.news_content {
	max-height: 100%;
	padding: 0 20px;	
}
.news_date {
	color: #88b226;
	font-size: 2.5rem;
	font-weight: 800;
}
.news_headline {
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.8rem;
	/*省略*/
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	/*省略-end*/
}
.news_text {
	color: #fff;
	font-size:  1rem;
	font-weight: 400;
	line-height: 1.6rem;		
	/*省略*/
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5; 
	-webkit-box-orient: vertical;
	/*省略-end*/
}
.btn_news {
	width: 246px;
	height: 55px;
	border: solid 3px #fff;
	border-radius: 37px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bolder;
	position: relative;
	left: 50%;
	margin-left: -82px;
	margin-top: 30px;
}
.btn_news:hover {
	border-color: #88b226;
	background-color: #88b226;
	color: white;
}	
.news .carousel-control-prev,.news .carousel-control-next {
	margin-top: -140px;
}
.news .carousel-control-prev-icon,.news .carousel-control-next-icon {
	width: 36px;
	height: 60px;
}

@media screen and (max-width: 767px) {
	.news {
		padding: 20px 20px;
		background-size: 100%;
	}	
	.news_blue {
		padding: 20px;
	}
	.news_title {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	.news_box {
		margin: 0;
	}
	.news_img {
		width: 100%;
		padding: 0 20px;
	}
	.news_content {
		padding: 20px 20px 10px 20px;
	}
	.news_date {
		font-size: 1.2rem;
		line-height: 0;
		margin-bottom: 20px;
	}
	.news_headline {
		font-size: 1rem;
		line-height: 1.4rem;
		margin-bottom: 10px;
	}
	.news_text {
		font-size:  0.9rem;
		line-height: 1.4rem;
	}
	.btn_news {
		width: 122px;
		height: 28px;
		border: solid 1px #fff;
		font-size: 0.8rem;
		margin-left: -61px;
		margin-top: 0;
		line-height: 0.9rem;
	}	
	.news .carousel-control-prev {
		margin-top: 0;
		margin-left: -30px;
	}	
	.news .carousel-control-next {
		margin-top: 0;
		margin-right: -30px;
	}
	.news .carousel-control-prev-icon,.news .carousel-control-next-icon {
		width: 30px;
	}
}
/*latest news-end*/
/*why choose us*/
.choose {
	padding: 0 0 60px 0;
}
.choose_title {
	font-size: 4rem;
	font-weight: 800;
	color: #88b226;
	margin-bottom: 30px;
}
.choose_text {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.8rem;
	margin-bottom: 30px;
	/*省略*/
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
	/*省略-end*/
}
.choose_img {
	width: 100%;
}
.choose_img img {
	width: 100%;
}	
@media screen and (max-width: 767px) {
	.choose {
		padding: 0 0 20px 0;
	}
	.choose_title {
		font-size: 1.5rem;
		margin-bottom: 8px;
	}
	.choose_text {
		font-size: 0.8rem;
		line-height: 1.2rem;
		margin-bottom: 15px;
		padding: 0 20px;
	}
}
/*why choose us-end*/
/*1、home.html-end*/

/*2、faq.html*/
/*faq*/
.faq_detail {
	border: solid 2px #88b226;
	padding: 40px;
	margin: 0 0 40px 0;
}		
.faq_detail h2{
	font-size: 1.4rem;
}	
.divider {
	width: 100%;
	height: 1px;
	background-color: #88b226;
	margin: 15px 0;
}
.faq_detail p {
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin: 0;
}	
			
@media screen and (max-width: 767px) {
	/*faq*/
	.faq_detail {
		border: solid 1px #88b226;
		padding: 20px;
		margin: 0 0 20px 0;
	}	
	.faq_detail h2 {
		font-size: 1rem;
	}
	.divider {
		margin: 10px 0;
	}
	.faq_detail p {
		font-size: 0.9rem;
    line-height: 1.4rem;
	}		
}
/*faq-end*/
/*2、faq.html-end*/

/*3、knowledges.html*/
/*3、knowledges.html-end*/

/*4、news.html*/
.news_detail {				
	padding: 40px;
	margin: 0 0 40px 0;
	display: block;
	color: #000;
}
.news_detail:hover {	
	color: #000;
}
.news_detail_01 {
	background-color: #f0f1e1;
}
.news_detail_02 {
	border: solid 2px #88b226;
}
.news_detail_title_lg {
	margin: 0 0 30px 0;
}
.news_detail_title_lg h2 {
	font-size: 2rem;
	font-weight: bolder;
	color: #88b226;
}
.news_detail_title_lg h3 {
	font-size: 1.4rem;
	font-weight: bolder;
	color: #000;
}
.news_detail_img {
	max-height: 250px;
	overflow: hidden;
}
.news_detail_img img {
	width: 100%;
}
.news_detail_date {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 2rem;
}
.ico_date {
	width: 24px;
	height: 24px;
	margin-right: 20px;
}
.ico_date img {
	width: 100%;
}
.news_detail_body p {
	font-size: 1.2rem;
	line-height: 1.8rem;
}

.news_detail_title_sm {
	margin: 20px 0 0 0; 
}
.news_detail_title_sm h2 {
	font-size: 1.2rem;
	font-weight: bolder;
	color: #88b226;
	line-height: 1.6rem;
}
.news_detail_title_sm h3 {
	font-size: 1rem;
	font-weight: bolder;
	color: #000;
	line-height: 1rem;
}
@media screen and (max-width: 767px) {
	.news_detail {		
		padding: 0;
		margin: 0 0 30px 0;
	}
	.news_detail_01 {
		background-color: transparent;
	}
	.news_detail_02 {
		border: none;
	}
	.news_detail_img {
		margin: 0;
	}
	.news_detail_img img {
		width: 100%;
	}
	.news_detail_date {
		font-size: 1rem;
		margin-bottom: 10px;
	}
	.ico_date {
		width: 16px;
		height: 16px;
		margin-right: 15px;
	}
	.news_detail_body p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.news_detail_body {
		margin: 20px 0 0 0;
	}
}
/*4、news.html-end*/
/*5、contactUs.html*/
.contact_img {
	margin: 0 30px;
}
.contact_img img {
	width: 100%;
}			
.contact_title {
	font-size: 2.5rem;
	font-weight: bolder;
	color: #000;
	margin-bottom: 20px;
}
.contact_body {
	margin: 0 30px;;
}
.contact_body p {
	font-size: 1.2rem;
	margin-bottom: 20px;
	line-height: 1.8rem;
}
.contact_infor {
	font-size: 1.2rem;
	margin: 0;
}
.contact_infor li {
	margin: 0 0 6px 0;
}
.contact_ico {
	width: 24px;
	height: 24px;
	margin: 6px 15px 0 0;
}
.enquiry {
	background-size: 65% 100%;
	padding-top: 60px;
	z-index: 100;
}
.enquiry_title {
	font-size: 2.5rem;
	font-weight: bolder;
	color: #000;
	margin-bottom: 30px;
}
.enquiry p {
	font-size: 1.2rem;
	line-height: 1.8rem;
}
.enquiry_form {
	margin-top: 60px;
}
.enquiry_form input {
	height: 50px;
	border: solid 2px #88b226;
	border-radius: 30px;
	background-color: transparent;
	margin-bottom: 20px;
}			
.enquiry_form textarea {
	height: 140px;
	border: solid 2px #88b226;
	border-radius: 30px;
	background-color: transparent;
	margin-bottom: 30px;
}
.enquiry_form input:focus,.enquiry_form textarea:focus {								
	background-color: transparent;
	color: #88b226;
}
.enquiry_form input::placeholder,.enquiry_form textarea::placeholder {
	color: #88b226;
	font-size: 1.2rem;
	font-weight: bold;
}	
.btn_send {
	width: 100%;
	height: 55px;
	border-radius: 41px;
	background-color: #88b226;
	color: #fff;
	font-size: 1.4rem;
}
.btn_send:hover {
	background-color: #6d9a26;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.contact_img {
		margin: 20px 0 ;
	}
	.contact_body {
		margin: 0;
	}
	.contact_body p {
		font-size: 1rem;
		margin-bottom: 20px;
		line-height: 1.5rem;
	}
	.contact_infor {
		font-size: 1rem;
		margin: 0;
		line-height: 1.5rem;
	}
	.contact_infor li {
		margin: 0 0 4px 0;
	}
	.contact_ico {
		width: 18px;
		height: 18px;
		margin: 3px 10px 0 0;
	}
	.enquiry {
		background: none;
		padding: 0;
		z-index: 100;
		margin: 0 -15px;
	}
	.enquiry_title {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	.enquiry p {
		font-size: 1rem;
    line-height: 1.5rem;
	}
	.enquiry_form {
		margin: 20px 0;
	}
	.enquiry_form input {
		height: 34px;
		border: solid 1px #88b226;
		margin-bottom: 8px;
		border-radius: 17px;
	}
	.enquiry_form .row {
		margin: 0;
	}
	.enquiry_form .col-6,.enquiry_form .col-12,.enquiry_form .col-lg-8,.enquiry_form .col-lg-6 {
		padding: 0 5px;
	}
	.enquiry_form textarea {
		height: 68px;
		border: solid 1px #88b226;
		border-radius: 17px;
		margin-bottom: 8px;
	}
	.enquiry_form input::placeholder,.enquiry_form textarea::placeholder {
		font-size: 0.8rem;
	}	
	.btn_send {
		height: 40px;
		border-radius: 20px;
		font-size: 0.8rem;
	}
}
/*5、contactUs.html-end*/

/*6、about us.html*/
/*about_tab*/
.about_tab .nav-item {
	width: 25%;
	height: 50px;
	border: solid 2px #88b226;	
}
.about_tab .nav-link {
	border-radius: 0;
	color: #88b226;
	font-size: 1.4rem;
	font-weight: 500;
	width: 100%;
	height: 100%;
}
.about_tab .nav-link.active {
	background-color: #88b226;
	font-weight: 700;
}
/*about_tab-end*/
/*about_tab_01*/
/*company profile*/
.company {
	margin: 60px 0;
}
.company_title {
	font-size: 2.5rem;
	font-weight: 800;
	color: #000;
	margin-bottom: 30px;
}
.company_text {
	font-size: 1.2rem;
	margin-bottom: 20px;
	line-height: 1.8rem;
}
.company_img {
	margin: 0 30px;
}
/*company profile-end*/
/*our history*/
.history {
	width: 100%;
	background-color: #88b226;
}
.history_content {
	padding: 100px 50px 100px 200px;
	color: #fff;
}
.history_title {
	font-size: 3.5rem;
	font-weight: 800;
	margin-bottom: 30px;
}
.history_subhead {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 60px;
}
.history_text {
	font-size: 1.8rem;				
}
.history_img img {
	width: 100%;
}
/*年份*/
.history_years {
	width: 100%;
	padding: 47px 0;
	background-color: #e6eaed;
}
.history_tab .nav-item {
	width: 52px;
	height: 52px;
}
.history_tab .nav-link {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 10px 0;
	background-color: #0f283e;
}
.history_tab .nav-link.active {
	background-color: #88b226;
}
/*年份-end*/
/*leader*/
.leader {
	width: 100%;
	border-bottom: solid 2px #e6eaed;
	padding: 130px 180px 0 180px;
}
.leader_title {
	font-size: 2.5rem;
	font-weight: bold;
	color: #88b226;
	margin-bottom: 30px;
}
.leader_text {
	font-size: 1.8rem;
}
/*leader-end*/
/*our history-end*/	
/*our feature brands*/
.brand {
	padding: 60px 0;
}
.btn_brand {
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	color: #88b226;
}
.btn_brand:hover {
	color: #6d9a26;
}
/*our feature brands-end*/
/*about_tab_01-end*/
/*about_tab_02*/
/*about_tab_02-end*/
/*about_tab_03*/
/*about_tab_03-end*/
@media screen and (max-width: 767px) {
	/*about_tab*/
	.about_tab .nav-item {
		width: 33%;
		height: 27px;
		border: solid 1px #88b226;	
		margin: 40px 0;
	}
	.about_tab .nav-link {
		font-size: 0.5rem;
		line-height: 10px;
		padding: 8px 0;
	}			
	/*about_tab-end*/
	/*about_tab_01*/
	/*company profile*/
	.company {
		margin: 30px 0px 0 0px;
	}
	.company_title {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.company_text {
		font-size: 1rem;
		margin-bottom: 20px;
		line-height: 1.5rem;
	}
	.company_img {
		margin: 0;
	}
	/*company profile-end*/
	/*our history*/
	.history_content {
		padding: 30px;
	}
	.history_title {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.history_subhead {
		font-size: 1rem;
		margin-bottom: 20px;
	}
	.history_text {
		font-size: 1rem;
	}
	/*年份*/
	.history_years {
		padding: 6px 0;
		margin-top: 30px;
	}
	.history_tab .nav-item {
		width: 30px;
		height: 30px;
	}
	.history_tab .nav-link {
		font-size: 0.8rem;
		padding: 8px 0;
	}
	/*年份-end*/
	/*leader*/
	.leader {
		border-bottom: solid 1px #e6eaed;
		padding: 20px 0;
	}
	.leader_title {
		font-size: 1.5rem;
		margin: 30px 0 10px 0;					
	}
	.leader_text {
		font-size: 1rem;
	}
	/*leader-end*/
	/*our history-end*/	
	/*our feature brands*/
	.brand {
		padding: 0;
	}
	.btn_brand {
		font-size: 1rem;
		padding: 10px;
		margin: 0;
	}
	/*our feature brands-end*/
	/*about_tab_01-end*/
	/*about_tab_02*/
	/*about_tab_02-end*/
	/*about_tab_03*/
	/*about_tab_03-end*/
}
/*6、about us.html-end*/

/*7、products.html*/
/*左侧*/
.main_l {
	/*margin-right: 100px;*/
	padding-right: 30px;
}
/*categories*/
.categories {
	border: solid 2px #88b226;
	padding: 30px 30px 0 30px;
}
.main_l_title p{
	font-weight: bolder;
	color: #000;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.title_line_sm {
	width: 56px;
	height: 3px;
	background-color: #88b226;
}
.nav_categories .nav-link {
	border-bottom: solid 1px #88b226;
	padding: 15px 0;
	font-size: 1.1rem;
	font-weight: bold;
	color: #000;
	background-color: transparent;
}
.nav-tabs.nav_categories .nav-link:hover,.nav-tabs.nav_categories .nav-link:focus {
	border-color: transparent;
	border-bottom-color: #88b226;
	color: #88b226;
}
.nav_categories .nav-link.active{	
	border-color: transparent;
	border-bottom-color: #88b226;
	color: #88b226;
}
/*categories-end*/
/*new products*/
.new_prod {
	background-color: #f3f7e9;
	padding: 30px;
	margin-top: 30px;
}
.prod_meida {
	margin-top: 20px;
}
.prod_meida .media {				
	margin-bottom: 30px;
}
.prod_meida .media img {
	width: 80px;
	height: 80px;
	margin-right: 30px;
}
.prod_meida .media-body p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4rem;
	margin-bottom: 10px;
}
.btn_prod_03 {
	width: 109px;
	height: 31px;
	font-size: 0.8rem;
	padding: 0;
	margin-top: -10px;
	padding-top: 4px;
}
/*new products-end*/
/*左侧-end*/
/*右侧*/			
.prod_card_outline {
	border: solid 2px #88b226;
	margin-bottom: 30px;
	border-radius: 0;
	height: 240px;
	overflow: hidden;    
}
.ico_heart {
  position: absolute;
  right: 20px;
  top: 20px;
}
.ico_heart i {
  font-size: 24px;
  color: #88b226;
}
.prod_card_outline .card-body {
	padding: 10px 0;
	background-color: #f0f1e1;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.prod_card_outline .card-title{
	font-size: 0.8rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0 4px;
	/*省略*/
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	/*省略-end*/
}	
@media screen and (max-width: 767px) {
	.prod_card_outline {
		margin-bottom: 24px;
		border: solid 1px #88b226;
		height: 168px;
	}	
	.ico_heart {
    right: 12px;
    top: 12px;
  }
  .ico_heart i {
    font-size: 16px;
  }
	.prod_card_outline .card-body {
		padding: 8px 0;
	}
	.prod_card_outline .card-title{
		font-size: 0.65rem;
		padding: 0 2px;
	}	
}
/*右侧-end*/
/*7、products.html-end*/

/*8、productsDetail.html*/
/*.prod_header*/
.carousel_prod {
	border: solid 2px #88b226;
}
.carousel_prod .carousel-indicators {
	bottom: -100px;
	margin: 20px;
}
.carousel_prod .prod_thumbnail{
	opacity: 1;
	width: 24%;
	height: 50px;
	overflow: hidden;
}			
.prod_thumbnail.active .img-thumbnail {
	border: solid 1px #88b226;
}
.carousel_prod .carousel-control-prev,.carousel_prod .carousel-control-next {
	width: 4%;
	margin: 0 -20px;
	position: absolute;
	padding: 12.5% 0;
}
.carousel_prod .carousel-item {
	height: 560px;
}

.prod_header_r h1 {
	color: #88b226;
	font-size: 1.6rem;
}
.prod_header_r p {
	color: #000;
	font-size: 1rem;
	border-top: solid 2px #88b226;
	border-bottom: solid 2px #88b226;
	padding: 10px 0;
	margin: 20px 0;
	line-height: 1.8rem;
}

.nav_quick .nav-link {
  color: #686868;   
  font-size: 22px;
  padding: 2px 6px;
}
.nav_quick .nav-link :hover {
  color: #88b226;
}
.btn_prod_04 {
	width: 146px;
	height: 40px;
	font-size: 1.2rem;
	margin-right: 30px;
	margin-top: 30px;
}
.btn_green {
	background-color: #88b226;
	border: solid 1px #88b226;
	color: #fff;
}
.btn_green:hover,.btn_green:focus,.btn_green:active{
	background-color: #6d9a26;
	border: solid 1px #6d9a26;
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(136,178,38,0.25);
}
/*.prod_header-end*/
/*prod_infor*/
.prod_infor {
	margin-top: 60px;
}
/*prod_tab*/
.prod_tab {
	background-color: #f3f7e9;	
	margin-bottom: 30px;
}
.prod_tab .nav-link {
	border-radius: 0;
	color: #88b226;
	font-size: 1.4rem;
	font-weight: bold;
	width: 100%;
	height: 100%;
	padding: 5px 20px;
}
.prod_tab .nav-link.active {
	background-color: #88b226;
}	
/*prod_tab-end*/
.prod_infor_title_02 {
	font-size: 1.2rem;
	color: #88b226;
	margin-bottom: 20px;
}
.additive,.properties {
	margin-bottom: 30px;
}
.ingredient {
	margin-bottom: 30px;
}
.additive p {
	font-size: 1.2rem;
	color: #000;
	line-height: 1.8rem;
	margin-bottom: 10px;
}	
.table_prod {
	text-align: center;
	margin-bottom: 0;
}
.table_prod th,.table_prod td {
	border: solid 1px #88b226;
	vertical-align: middle;
}
.prod_infor_title_03 {
	font-size: 2rem;
	font-weight: bolder;
	color: #88b226;
	margin: 30px 0 10px 0;
}
.prod_infor_text_03 {
	font-size: 1.2rem;
	color: #000;
}
.ingredient_img {
	width: 100%;
}
.ingredient_img img {
	width: 100%;
}
.ingredient_modal {
	margin-bottom: 30px;
}
.ingredient_modal h3{
	font-size: 1.2rem;
	font-weight: bold;
}
.ingredient_modal p {
	font-size: 1rem;
	line-height: 1.6rem;
}
.prod_card_02 {
	border: none;
	background-color: transparent;
	box-shadow: 6px 6px 10px rgba(0,0,0,0.1);
	text-align: center;
 }
.prod_card_02 .card-title {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.4rem;
 }
.prod_card_02 .card-text {
	font-size: 1rem;
	line-height: 1.4rem;
	/*省略*/
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
	/*省略-end*/
 }
.prod_pack_box {
	margin: 30px 0 0 0;
}
.btn_prod_05 {
	width: 109px;
	height: 31px;
	font-size: 0.8rem;
	padding-top: 4px;
}
.btn_d {
	padding: 0;
}
/*prod_infor-end*/
@media screen and (max-width: 767px) {
	/*.prod_header*/				
	.prod_header_l {
		margin: 0;
	}
	.carousel_prod .carousel-control-prev,.carousel_prod .carousel-control-next{
		width: 10px;
	}
	.prod_header_r {
		margin: 30px 0 0 0;
	}
	.prod_header_r h1 {
		font-size: 1.2rem;
	}
	.prod_header_r h3 {
		font-size: 1.2rem;
	}
	.prod_header_r p {
		font-size: 0.9rem;
		border-top: solid 1px #88b226;
		border-bottom: solid 1px #88b226;
		margin: 10px 0;
		line-height: 1.4rem;
	}
	.nav_quick {
			margin: 10px 0;
	}
	.nav_quick li {
		width: 24px;
	}				
	.nav_quick .nav-link {
		padding: 5px;
		width: 32px;
		height: 32px;
	}
	.btn_prod_04 {
		width: 46%;
		height: 36px;
		font-size: 1rem;
		margin-right: 6%;
		padding-top: 4px;
		margin-top: 10px;
	}
	/*.prod_header-end*/
	/*prod_infor*/
	.prod_infor {
		margin-top: 50px;
	}
	.prod_tab {
		margin-bottom: 15px;
	}
	.prod_tab .nav-link {
		padding: 5px;
		font-size: 1rem;
	}	
	.prod_tab_content {
		padding: 0;
	}
	.prod_infor_title_02 {
		font-size: 1rem;
		margin-bottom: 15px;
	}
	.ingredient {
		margin-bottom: 0px;
	}
	.additive p {
		font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
	}			
	.table_prod th,.table_prod td {
		font-size: 0.8rem;
		padding: 5px;
	}
	.prod_infor_title_03 {
		font-size: 1.2rem;
		margin: 0px 0 0px 0;
	}
	.prod_infor_text_03 {
		font-size: 1rem;
		padding: 0 10px;
		line-height: 1.5rem;
	}                
	.ingredient_modal {
		margin-bottom: 20px;
	}
	.ingredient_modal h3 {
		font-size: 1rem;
	}
	.ingredient_modal p {
		font-size: 0.8rem;
		line-height: 1rem;
	}
	.prod_card_02 {
		box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
		margin: -10px;
	}
	.prod_pack_box {
		margin: 30px 0 0 0;
	}
	.prod_card_02 .card-body {
		padding: 5px;
	}
	.prod_card_02 .card-title  {
		font-size: 0.8rem;
		line-height: 1.2rem;
	}
	.prod_card_02 .card-text {
		font-size: 0.8rem;
		line-height: 1.4rem;
	}
	.btn_prod_05 {
		width: 75px;
		height: 20px;
		font-size: 0.5rem;
		padding: 0;
	}
	.btn_d img {
		width: 16px;
	}
	/*prod_infor-end*/				
}
/*8、productsDetail.html-end*/
/*9、newsDetail.html*/
.news_detail_title {
	margin: 0 0 30px 0;
}
.news_detail_title h1 {
	font-size: 2rem;
	font-weight: bolder;
	color: #88b226;
}
.news_detail_title h2 {
	font-size: 1.4rem;
	font-weight: bolder;
	color: #000;
}
/*nav_quick_green*/
.nav_quick_green .nav-link {
  font-size: 18px;
  color: #88b226;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: solid 1px #88b226;
  padding: 0;                
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_quick_green .nav-item {
  margin: 20px 0;
  padding: 0 5px;
  cursor: pointer;
}
.nav_quick_green .nav-item:hover .nav-link {
  color: #fff;
  background-color: #88b226;
}
/*nav_quick_green-end*/
/*news_page*/
.news_page {
	margin: 20px 15px;
}
.news_link {
	display: block;
	margin: 0 -15px;
	border: solid 1px #88b226;
	background-color: #f0f1e1;
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
	padding: 10px 0;
	text-align: center;
} 
.news_link:hover {
	color: #000;
} 
.news_link:focus,.news_link:active {
	color: #fff;
	background-color: #88b226;
}
/*news_page-end*/
@media screen and (max-width: 767px) {
	.news_detail_title {
		margin: 10px 0 20px 0; 
	}
	.news_detail_title h1 {
		font-size: 1.2rem;
		font-weight: bolder;
		color: #88b226;
		line-height: 1.6rem;
	}
	.news_detail_title h2 {
		font-size: 1rem;
		font-weight: bolder;
		color: #000;
		line-height: 1rem;
	}
	/*news_detail_title-end*/
	/*nav_quick_green*/
	.nav_quick_green .nav-item .nav-link {
		margin: 2px;
		width: 24px;
		height: 24px;
		padding: 0;
	}
	/*nav_quick_green-end*/
	/*news_page*/
	.news_page {
		margin: 15px;
	}
	.news_link {
		font-size: 0.8rem;
		padding: 4px 0;
	} 
	/*news_page-end*/
	
}
/*9、newsDetail.html-end*/

/*prod_swiper*/
.prod_swiper {
	width: 310px;
	height: 340px;
	position: relative;
	margin: auto auto;
}
.prod_swiper .swiper {
	width: 100%;
	height: 100%;
}
.prod_swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.prod_swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prod_swiper .swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.prod_swiper .swiper-slide {
	background-size: cover;
	background-position: center;
}
.prod_swiper .mySwiper2 {
	height: 80%;
	width: 100%;
	border: solid 2px #88b226;
}
.prod_swiper .mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.prod_swiper .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	border: 1px solid #dee2e6;
}
.prod_swiper .mySwiper .swiper-slide-thumb-active {
	border: solid 1px #88b226;
}
.prod_swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prod_swiper .swiper-button-next,.prod_swiper .swiper-button-prev {
	--swiper-navigation-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(136,178,38,0.8);
	color: #fff;
	outline: none;
	margin-top: -20px;
}
.prod_swiper .swiper-button-next:hover,.prod_swiper .swiper-button-next:active,.prod_swiper .swiper-button-prev:hover,.prod_swiper .swiper-button-prev:active {
	background-color: rgba(136,178,38,1);
}
/*prod_swiper-end*/

.prod_infor table tr, .prod_infor table td{
		border:solid 1px #88b226 !important;
		vertical-align: middle;
		text-align: left;
} 
.prod_infor table p {
    margin-bottom:0;
    font-size:1rem;
    margin:0;    
}

/*feedback.html*/
.feedback {
	margin-top: 35vh;
}
/*feedback.html-end*/

/* index.html-start */
/* highpro-start */
.flex {
  display: flex;
  flex-wrap: wrap;
}
.highpro {
  background: #2a2a2a;
}
.highpro-l, .highpro-r {
  width: 50%;
}
.highpro-l, .highpro-r {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1s ease-in-out 0s, transform 1s ease-in-out 0s;
}
@media (max-width: 1024px) {
  .highpro-l, .highpro-r {
      width: 100%;
  }  
}
.highpro-l .swiper-wrapper .swiper-slide, .highpro-r .swiper-wrapper .swiper-slide {
  margin-right: 10px;
  background-color: transparent;
}
.lazy-loaded {
  height: auto;
  padding-bottom: 0;
}
.highpro-l img {
  max-width: 100%;
  max-height: 100%;
  border: none;
  transition: all .3s ease-in-out;
}
@media (max-width: 1441px) {
  .highpro-l img {
      height: auto;
      max-width: 100%;
  }  
}
.highpro-l img {
  display: block;
  width: 100%;
  height: 100%;
}
img.loaded {
  opacity: 1;
  position: static;
}
.lazy-lodding {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fcfcfc;
}
.lazy-loaded .lazy-lodding {
  display: none;
}
.highpro-l .swiper-pagination {
  bottom: 20px;
}
.highpro-r {
  background: #dde1ea;
  padding: 5%;
  color: #FFF;
}
.highpro-r-box::before {
  content: '';
  width: 88%;
  height: 1px;
  background: #434343;
  left: 6%;
  top: 20px;
  position: absolute;
}
@media (max-width: 415px) {
  .highpro-r-box::before {
      width: 80%;
      left: 10%;
  }  
}
.highpro-step {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7%;
  list-style: none;
}
@media (max-width: 415px) {
  .highpro-authentication li, .highpro-step, .highpro-step-num {
      margin-bottom: 10px;
  }  
}
.highpro-step li {
  position: relative;
  cursor: pointer;
  text-align: center;
  list-style: none;
}
.highpro-step-num {
  width: 40px;
  height: 40px;
  background: #252525;
  border: 1px solid #626262;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #FFF;
  margin: 0 auto 18px;
}
.highpro-step-act .highpro-step-num {
  background: #7aca35;
  border-color: #7aca35;
}
.highpro-step-title {
  font-size: 18px;
}
.highpro-step-act .highpro-step-title {
  color: #7aca35;
}
@media (max-width: 415px) {
  .highpro-step-title, .products-list-tit, .project-name, .video-name, nav .nav li a {
      font-size: 17px;
  }  
}
.home-title {
  font-size: 36px;
  font-weight: 600;
  color: #232323;
  text-transform: capitalize;
}
@media (max-width: 540px) {
  .home-title, .location-title, .writetous h5 {
      font-size: 26px;
  }  
}
.highpro-r .home-title {
  color: #252525;
  font-weight: 400;
}
.highpro-text {
  font-size: 15px;
  color: #252525;
  line-height: 1.6;
  margin: 30px 0 40px;
}
@media (max-width: 415px) {
  .highpro-text {
      margin: 10px 0;
  }  
}
.highpro-authentication {
  display: flex;
  flex-wrap: wrap;
}
.highpro-authentication li {
  width: 50%;
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  color: #252525;
  margin-bottom: 16px;
}
.highpro-authentication li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #7aca35;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.highpro-l .swiper-pagination-bullet {
  background: #FFF;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.highpro-l .swiper-pagination-bullet-active {
  background: #7aca35;
}
/* highpro-end */

/* certification-start */
.certification {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .certification {
      padding: 20px;
  }  
}
.swiper_certification .swiper-button-next, .swiper_certification .swiper-button-prev {
  width: 36px;
  height: 36px;
  background-image:none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: -18px;
  background-color: rgba(0,0,0,0.25);
  border-radius: 50%;
}
.swiper_certification .swiper-button-next i,.swiper_certification .swiper-button-prev i {
  font-size: 30px;
}
.swiper_certification .swiper-button-next:hover, .swiper_certification .swiper-button-next:active, .swiper_certification .swiper-button-prev:hover, .swiper_certification .swiper-button-prev:active {
  background-color: rgba(0,0,0,0.4);
}        
.swiper_certification .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper_certification .swiper-pagination-bullet-active {
  background: #88b226;
}
.swiper_certification .swiper-slide img {
  height: auto;
}
.swiper_certification .swiper-pagination {
  width: 100%;
  bottom: 0;
  text-align: center;
}
/* certification-end */
.choose{
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .choose{
      padding: 20px;
  }  
}
/* index.html-end */


