/*Initialize style*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	margin: 0;
	padding: 0;
	border: 0;
	overflow-x: hidden;
}

body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,dl,dt,dd,ol,ul,li,fieldset,form,label,footer,header,hgroup,navs,section{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	position: relative;
	font: 15px/1.5 Microsoft YaHei,arial,宋体,sans-serif;
	color: #333333;
	width: 100%;
	word-break: break-word;
	vertical-align: baseline;
	overflow-x: hidden!important;
	background-color: #ffffff;
}

a{
	color: #333333;
	outline: none;
	text-decoration: none;
}

a:hover,a:active,a:focus{
	color: #20a063;
	outline: none;
	text-decoration: none;
}

input,textarea,select{
	font-family: Microsoft YaHei,arial,宋体,sans-serif;
	margin: 0;
	padding: 0;
}

img{
	border: none;
	vertical-align: middle;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
	background: none;
}

ul,ol,li{
	list-style-type: none;
}

select,input,img{
	vertical-align: middle;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

table,th,td{
	vertical-align: middle;
}

.clearfix:after{
	content: ".";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	display: block;
}

.clearfix{
	zoom: 1;
}

.clearboth{
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	clear: both;
}

h1,h2{
	font-weight: bold;
}

hr{
	height: 0;
	border: 0;
	border-top: 1px solid #cccccc;
}

h3,h4,h5,h6{
	font-weight: normal;
}

p{
	margin: 0;
}

/*Common css*/
.fl{
	float: left;
}

.fr{
	float: right;
}

/*Flex layout*/
.flex_wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*Flex layout vertically aligned*/
.flex_alise{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

/*Flex layout is centered up and down*/
.flex_alice{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

/*Flex layout aligned left and right*/
.flex_con{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

/*Flex layout is centered on the left and right sides*/
.flex_con_cen{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

/*Main area*/
.max1673{
	max-width: 1773px;
	margin: 0 auto;
	padding: 0 50px;
}

.max1600{
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 50px;
}

.max1200{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 50px;
}

.page_con_zhuti{
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 50px;
}

@media(max-width:1280px){
	.max1673{
		padding: 0 30px;
	}

	.max1600{
		padding: 0 30px;
	}

	.max1200{
		padding: 0 30px;
	}

	.page_con_zhuti{
		padding: 0 30px;
	}
}

@media(max-width:991px){
	.max1673{
		padding: 0 20px;
	}

	.max1600{
		padding: 0 20px;
	}

	.max1200{
		padding: 0 20px;
	}

	.page_con_zhuti{
		padding: 0 20px;
	}

	body{
		padding-top: 61px!important;
	}
}

@media(max-width:768px){
	.max1673{
		padding: 0 15px;
	}

	.max1600{
		padding: 0 15px;
	}

	.max1200{
		padding: 0 15px;
	}

	.page_con_zhuti{
		padding: 0 15px;
	}
}

/*Pc header*/
#pc_header{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
}

#pc_header.on{
	position: relative;
	border-bottom: 1px solid #dddddd;
}

.pc_header_ft{
	padding: 1.2rem 0 0.8rem;
}

#pc_header.on .pc_header_ft{
	padding: 9px 0;
	background: #343637;
}

.pc_header_ft_content{
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_ft_content_fl{
	border-radius: 5px;
	background: #ffffff;
}

#pc_header.on .pc_header_ft_content_fl{
	background: rgba(255,255,255,0);
}

.pc_header_ft_content_fl_li_links{
	position: relative;
	padding: 0 14px;
	display: block;
}

.pc_header_ft_content_fl_li_links::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	background: #dddddd;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_ft_content_fl_li:nth-child(1) .pc_header_ft_content_fl_li_links::before{
	display: none;
}

.pc_header_ft_content_fl_li_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_ft_content_fl_li .img{
	position: relative;
	width: 18px;
	height: 18px;
}

.pc_header_ft_content_fl_li .img .img_ico{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_header_ft_content_fl_li .img .img_ico.img_ico_a1{
	opacity: 1;
}

#pc_header.on .pc_header_ft_content_fl_li .img .img_ico.img_ico_a1{
	opacity: 0;
}

.pc_header_ft_content_fl_li:hover .img .img_ico.img_ico_a1{
	opacity: 0;
}

#pc_header.on .pc_header_ft_content_fl_li:hover .img .img_ico.img_ico_a1{
	opacity: 0;
}

.pc_header_ft_content_fl_li .img .img_ico.img_ico_a2{
	opacity: 0;
}

#pc_header.on .pc_header_ft_content_fl_li .img .img_ico.img_ico_a2{
	opacity: 0;
}

.pc_header_ft_content_fl_li:hover .img .img_ico.img_ico_a2{
	opacity: 1;
}

#pc_header.on .pc_header_ft_content_fl_li:hover .img .img_ico.img_ico_a2{
	opacity: 1;
}

.pc_header_ft_content_fl_li .img .img_ico.img_ico_a3{
	opacity: 0;
}

#pc_header.on .pc_header_ft_content_fl_li .img .img_ico.img_ico_a3{
	opacity: 1;
}

#pc_header.on .pc_header_ft_content_fl_li:hover .img .img_ico.img_ico_a3{
	opacity: 0;
}

.pc_header_ft_content_fl_li .wz{
	margin-left: 7px;
}

.pc_header_ft_content_fl_li .wz .wz_con{
	font-size: 15px;
	line-height: 42px;
	color: #333333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#pc_header.on .pc_header_ft_content_fl_li .wz .wz_con{
	color: #ffffff;
}

.pc_header_ft_content_fl_li:hover .wz .wz_con{
	color: #20a063;
}

#pc_header.on .pc_header_ft_content_fl_li:hover .wz .wz_con{
	color: #20a063;
}

.pc_header_ft_content_fr{
	position: relative;
	margin-left: 7px;
}

.pc_header_ft_content_fr_btn{
	padding: 11px 17px;
	border-radius: 5px;
	cursor: pointer;
	background: #ffffff;
}

#pc_header.on .pc_header_ft_content_fr_btn{
	background: rgba(255,255,255,0);
}

.pc_header_ft_content_fr_btn .img{
	position: relative;
	width: 20px;
	height: 20px;
}

.pc_header_ft_content_fr_btn .img .img_ico{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_header_ft_content_fr_btn .img .img_ico.img_ico_a1{
	background-image: url(../images/img/pc_header_search_btn_ico.png);
	opacity: 1;
}

#pc_header.on .pc_header_ft_content_fr_btn .img .img_ico.img_ico_a1{
	opacity: 0;
}

.pc_header_ft_content_fr_btn:hover .img .img_ico.img_ico_a1,.pc_header_ft_content_fr_btn.active .img .img_ico.img_ico_a1{
	opacity: 0;
}

#pc_header.on .pc_header_ft_content_fr_btn:hover .img .img_ico.img_ico_a1,#pc_header.on .pc_header_ft_content_fr_btn.active .img .img_ico.img_ico_a1{
	opacity: 0;
}

.pc_header_ft_content_fr_btn .img .img_ico.img_ico_a2{
	background-image: url(../images/img/pc_header_search_btn_ico_h.png);
	opacity: 0;
}

#pc_header.on .pc_header_ft_content_fr_btn .img .img_ico.img_ico_a2{
	opacity: 0;
}

.pc_header_ft_content_fr_btn:hover .img .img_ico.img_ico_a2,.pc_header_ft_content_fr_btn.active .img .img_ico.img_ico_a2{
	opacity: 1;
}

#pc_header.on .pc_header_ft_content_fr_btn:hover .img .img_ico.img_ico_a2,#pc_header.on .pc_header_ft_content_fr_btn.active .img .img_ico.img_ico_a2{
	opacity: 1;
}

.pc_header_ft_content_fr_btn .img .img_ico.img_ico_a3{
	background-image: url(../images/img/pc_header_search_btn_ico_h2.png);
	opacity: 0;
}

#pc_header.on .pc_header_ft_content_fr_btn .img .img_ico.img_ico_a3{
	opacity: 1;
}

.pc_header_ft_content_fr_btn:hover .img .img_ico.img_ico_a3,.pc_header_ft_content_fr_btn.active .img .img_ico.img_ico_a3{
	opacity: 0;
}

#pc_header.on .pc_header_ft_content_fr_btn:hover .img .img_ico.img_ico_a3,#pc_header.on .pc_header_ft_content_fr_btn.active .img .img_ico.img_ico_a3{
	opacity: 0;
}

.pc_header_ft_content_fr_search_box{
	position: absolute;
	right: 0;
	top: 0;
	width: 360px;
	margin-right: 0;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	background: #ffffff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.pc_header_ft_content_fr_search_box.active{
	right: 100%;
	margin-right: 7px;
	opacity: 1;
	visibility: visible;
}

.pc_header_ft_content_fr_search_form{
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	background: #ffffff;
	display: block;
}

.pc_header_ft_content_fr_search_form_fl{
	width: 100%;
	padding-right: 50px;
	overflow: hidden;
}

.pc_header_ft_content_fr_search_form_fl_input{
	font-size: 14px;
	line-height: 42px;
	color: #212529;
	width: 100%;
	padding: 0 20px;
	border: 0;
	outline: none!important;
	background: none;
}

.pc_header_ft_content_fr_search_form_fl_input::-webkit-autofill{
	-webkit-text-fill-color: #777777!important;
	-webkit-transition: background-color 3000s ease-in-out 0s;
	-moz-transition: background-color 3000s ease-in-out 0s;
	-ms-transition: background-color 3000s ease-in-out 0s;
	-o-transition: background-color 3000s ease-in-out 0s;
	transition: background-color 3000s ease-in-out 0s;
}

.pc_header_ft_content_fr_search_form_fl_input::placeholder{
	color: #777777;
}

.pc_header_ft_content_fr_search_form_fr{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 50px;
	height: 100%;
	cursor: pointer;
}

.pc_header_ft_content_fr_search_form_fr::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	width: 20px;
	height: 20px;
	background-image: url(../images/img/pc_header_search_btn_ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.pc_header_ft_content_fr_search_form_fr_submit{
	position: relative;
	z-index: 10;
	font-size: 14px;
	line-height: 42px;
	color: #212529;
	width: 100%;
	height: 100%;
	border: 0;
	outline: none!important;
	cursor: pointer;
	background-color: rgba(0,0,0,0);
	display: block;
}

.pc_header_fb{
	position: relative;
}

#pc_header.on .pc_header_fb{
	padding: 0.9rem 0;
}

.pc_header_fb_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_logo{
	position: relative;
	max-width: 24%;
}

.pc_logo_links{
	font-size: 0;
	width: 100%;
	display: block;
}

.pc_logo img{
	max-width: 100%;
	max-height: 70px;
	display: block;
}

.pc_nav{
	max-width: 72%;
}

.pc_nav>.pc_nav_con{
	width: 100%;
}

.pc_nav>.pc_nav_con>ul{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www{
	margin: 0 1.5rem;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www:nth-child(1){
	margin-left: 0;
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www:last-child{
	margin-right: 0;
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li{
	max-width: 100%;
	text-align: center;
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a{
	position: relative;
	display: block;
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_con{
	position: relative;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
	position: relative;
	z-index: 5;
	font-size: 18px;
	line-height: 77px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#pc_header.on .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
	line-height: 90px;
	color: #333333;
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_wenzi{
	color: #ffffff;
}

#pc_header.on .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_wenzi{
	color: #ffffff;
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_con::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 80%;
	height: 100%;
	opacity: 0;
	border-radius: 10px 10px 0px 0px;
	background: #20a063;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_con::before{
	width: 150%;
	opacity: 1;
}

.pc_nav_erji_w{
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 100%;
	min-height: 14rem;
	padding: 2.85% 0;
	border-bottom: 3px solid #20a063;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background: #ffffff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

#pc_header.on .pc_nav_erji_w{
	border-top: 1px solid rgba(204,204,204,1);
	box-shadow: 0 0 10px rgba(0,0,0,0);
	-webkit-transform: translateY(-0.9rem) scaleY(0);
	-moz-transform: translateY(-0.9rem) scaleY(0);
	-ms-transform: translateY(-0.9rem) scaleY(0);
	-o-transform: translateY(-0.9rem) scaleY(0);
	transform: translateY(-0.9rem) scaleY(0);
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li:hover .pc_nav_erji_w{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

#pc_header.on .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li:hover .pc_nav_erji_w{
	-webkit-transform: translateY(-0.9rem) scaleY(1);
	-moz-transform: translateY(-0.9rem) scaleY(1);
	-ms-transform: translateY(-0.9rem) scaleY(1);
	-o-transform: translateY(-0.9rem) scaleY(1);
	transform: translateY(-0.9rem) scaleY(1);
}

.pc_nav_erji_con{
	max-width: 841px;
	margin: 0 auto;
	text-align: left;
}

.pc_nav_erji_li_title{
	font-size: 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #20a063;
}

.pc_nav_erji_li_title a{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #20a063;
	display: inline-block;
}

.pc_nav_erji_li_navul{
	margin-top: 15px;
	overflow: hidden;
}

.pc_nav_erji_li_navul_con{
	margin: 0 -1.5rem;
}

.pc_nav_erji_li_navli{
	margin: 5px 1.5rem;
}

.pc_nav_erji_li_navli a{
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_nav_erji_li_navli a:hover{
	color: #20a063;
}

@media(max-width:1366px){
	.pc_nav>.pc_nav_con>ul>.pc_nav_li_www{
		margin: 0 1.2rem;
	}

	.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
		font-size: 17px;
		line-height: 70px;
	}

	#pc_header.on .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
		line-height: 80px;
	}

	.pc_nav_erji_li_title a{
		font-size: 20px;
	}

	.pc_nav_erji_li_navul_con{
		margin: 0 -1.2rem;
	}

	.pc_nav_erji_li_navli{
		margin: 5px 1.2rem;
	}
}

@media(max-width:1280px){
	.pc_header_ft{
		padding: 15px 0;
	}

	#pc_header.on .pc_header_ft{
		padding: 8px 0;
	}

	.pc_header_ft_content_fl_li_links{
		padding: 0 12px;
	}

	.pc_header_ft_content_fl_li_links::before{
		height: 18px;
	}

	.pc_header_ft_content_fl_li .img{
		width: 16px;
		height: 16px;
	}

	.pc_header_ft_content_fl_li .wz{
		margin-left: 6px;
	}

	.pc_header_ft_content_fl_li .wz .wz_con{
		font-size: 14px;
		line-height: 40px;
	}
	
	.pc_header_ft_content_fr{
		margin-left: 6px;
	}

	.pc_header_ft_content_fr_btn{
		padding: 11px 16px;
	}

	.pc_header_ft_content_fr_btn .img{
		width: 18px;
		height: 18px;
	}

	.pc_header_ft_content_fr_search_box{
		width: 330px;
	}

	.pc_header_ft_content_fr_search_box.active{
		margin-right: 6px;
	}

	.pc_header_ft_content_fr_search_form_fl_input{
		line-height: 40px;
		padding: 0 18px;
	}

	.pc_header_ft_content_fr_search_form_fr::before{
		width: 18px;
		height: 18px;
	}

	.pc_header_ft_content_fr_search_form_fr_submit{
		line-height: 40px;
	}

	#pc_header.on .pc_header_fb{
		padding: 13px 0;
	}

	.pc_nav>.pc_nav_con>ul>.pc_nav_li_www{
		margin: 0 1rem;
	}

	.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
		font-size: 16px;
		line-height: 65px;
	}

	#pc_header.on .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
		line-height: 75px;
	}

	#pc_header.on .pc_nav_erji_w{
		-webkit-transform: translateY(-13px) scaleY(0);
		-moz-transform: translateY(-13px) scaleY(0);
		-ms-transform: translateY(-13px) scaleY(0);
		-o-transform: translateY(-13px) scaleY(0);
		transform: translateY(-13px) scaleY(0);
	}

	#pc_header.on .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li:hover .pc_nav_erji_w{
		-webkit-transform: translateY(-13px) scaleY(1);
		-moz-transform: translateY(-13px) scaleY(1);
		-ms-transform: translateY(-13px) scaleY(1);
		-o-transform: translateY(-13px) scaleY(1);
		transform: translateY(-13px) scaleY(1);
	}

	.pc_nav_erji_li_title a{
		font-size: 18px;
	}

	.pc_nav_erji_li_navul{
		margin-top: 12px;
	}

	.pc_nav_erji_li_navul_con{
		margin: 0 -1rem;
	}

	.pc_nav_erji_li_navli{
		margin: 4px 1rem;
	}

	.pc_nav_erji_li_navli a{
		font-size: 15px;
	}
}

@media(max-width:991px){
	#pc_header{
		display: none;
	}
}

/*banner*/
.index_banner{
	position: relative;
	overflow: hidden;
}

.index_banner_li{
	position: relative;
	overflow: hidden;
}

.index_banner_li .img_box{
	height: 100vh;
}

.index_banner .index_banner_li .img_box .img_box_video{
	position: relative;
	height: 100%;
}

.index_banner .index_banner_li .img_box .img_box_video .img{
	height: 100%;
	min-height: 180px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_banner .index_banner_li.swiper-slide-active .img_box .img_box_video .img{
	-webkit-animation: pictureslowlarge 6s 0s forwards;
	-moz-animation: pictureslowlarge 6s 0s forwards;
	-ms-animation: pictureslowlarge 6s 0s forwards;
	-o-animation: pictureslowlarge 6s 0s forwards;
	animation: pictureslowlarge 6s 0s forwards;
}

.index_banner .index_banner_li .img_box .img_box_video .img img{
	width: 100%;
	height: 100%;
	opacity: 0;
}

.index_banner_video_class{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}

.index_banner_canvas_class{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}

.index_banner_navigation{
	position: absolute;
	left: 0;
	bottom: 6%!important;
	z-index: 99;
	font-size: 0;
	text-align: center;
}

.index_banner_navigation span{
	position: relative;
	width: 8rem;
	height: 4px;
	margin: 0 1.3rem!important;
	border-radius: 2px;
	opacity: 1;
	overflow: hidden;
	background: rgba(255,255,255,0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_banner_navigation span.swiper-pagination-bullet-active{
	background: #20a063;
}

@-webkit-keyframes pictureslowlarge{
	from{
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-ms-transform: scale(1.15);
		-o-transform: scale(1.15);
		transform: scale(1.15);
	}
	to{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes pictureslowlarge{
	from{
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-ms-transform: scale(1.15);
		-o-transform: scale(1.15);
		transform: scale(1.15);
	}
	to{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-ms-keyframes pictureslowlarge{
	from{
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-ms-transform: scale(1.15);
		-o-transform: scale(1.15);
		transform: scale(1.15);
	}
	to{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes pictureslowlarge{
	from{
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-ms-transform: scale(1.15);
		-o-transform: scale(1.15);
		transform: scale(1.15);
	}
	to{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pictureslowlarge{
	from{
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-ms-transform: scale(1.15);
		-o-transform: scale(1.15);
		transform: scale(1.15);
	}
	to{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@media(max-width:991px){
	.index_banner_li .img_box{
		height: auto;
	}

	.index_banner .index_banner_li .img_box .img_box_video{
		height: auto;
	}

	.index_banner .index_banner_li .img_box .img_box_video .img{
		height: auto;
	}

	.index_banner .index_banner_li .img_box .img_box_video .img img{
		height: auto;
	}
}

@media(max-width:768px){
	.index_banner_navigation{
		bottom: 20px!important;
	}

	.index_banner_navigation span{
		width: 3rem;
		height: 3px;
		margin: 0 0.5rem!important;
	}
}

@media(max-width:468px){
	.index_banner_navigation{
		bottom: 15px!important;
	}

	.index_banner_navigation span{
		width: 30px;
		height: 2px;
		margin: 0 5px!important;
	}
}

/*Advantage*/
.index_bamboo_advantage{
	padding: 4.7% 0 0;
}

.index_bamboo_advantage_fb_li{
	max-width: 32%;
}

.index_bamboo_advantage_fb_li_con{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_bamboo_advantage_fb_li_con:hover{
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}

.index_bamboo_advantage_fb_li_ft{
	font-size: 2rem;
	font-weight: 200;
	line-height: 1.2;
	color: #333333;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_bamboo_advantage_fb_li_con:hover .index_bamboo_advantage_fb_li_ft{
	color: #20a063;
}

.index_bamboo_advantage_fb_li_fc{
	margin: 1.9rem 0 1.25rem;
}

.index_bamboo_advantage_fb_li_fc_con{
	position: relative;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}

.index_bamboo_advantage_fb_li_fc_fl{
	font-size: 5.5rem;
	font-weight: 200;
	line-height: 1.21;
	color: #20a063;
}

.index_bamboo_advantage_fb_li_fc_fc{
	font-size: 5.5rem;
	font-weight: 200;
	line-height: 1.21;
	color: #20a063;
}

.index_bamboo_advantage_fb_li_fc_fr{
	position: relative;
	top: -1.4rem;
	font-size: 1.2rem;
	line-height: 1.125;
	color: #20a063;
	margin-left: 4px;
}

.index_bamboo_advantage_fb_li_fc_fr span{
	display: block;
}

.index_bamboo_advantage_fb_li_fb{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	color: #666666;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_bamboo_advantage_fb_li_con:hover .index_bamboo_advantage_fb_li_fb{
	color: #20a063;
}

@media(max-width:1366px){
	.index_bamboo_advantage_fb_li_fc_fr{
		font-size: 20px;
	}

	.index_bamboo_advantage_fb_li_fb{
		font-size: 18px;
	}
}

@media(max-width:1280px){
	.index_bamboo_advantage_fb_li_fc_fr{
		font-size: 18px;
	}

	.index_bamboo_advantage_fb_li_fb{
		font-size: 17px;
	}
}

@media(max-width:991px){
	.index_bamboo_advantage_fb_li{
		width: 50%;
		max-width: 100%;
	}

	.index_bamboo_advantage_fb_li:nth-child(n+3){
		margin-top: 3%;
	}

	.index_bamboo_advantage_fb_li_ft{
		font-size: 24px;
	}

	.index_bamboo_advantage_fb_li_fc_fl{
		font-size: 5rem;
	}

	.index_bamboo_advantage_fb_li_fc_fc{
		font-size: 5rem;
	}

	.index_bamboo_advantage_fb_li_fc_fr{
		top: 0;
		font-size: 17px;
	}
}

@media(max-width:768px){
	.index_bamboo_advantage{
		padding: 30px 0 0;
	}

	.index_bamboo_advantage_fb_li{
		width: 100%;
	}

	.index_bamboo_advantage_fb_li:nth-child(n+2){
		margin-top: 22px;
	}

	.index_bamboo_advantage_fb_li_ft{
		font-size: 22px;
	}

	.index_bamboo_advantage_fb_li_fc{
		margin: 15px 0 10px;
	}

	.index_bamboo_advantage_fb_li_fc_fl{
		font-size: 2.3rem;
	}

	.index_bamboo_advantage_fb_li_fc_fc{
		font-size: 2.3rem;
	}

	.index_bamboo_advantage_fb_li_fc_fr{
		font-size: 16px;
	}

	.index_bamboo_advantage_fb_li_fb{
		font-size: 16px;
	}
}

@media(max-width:468px){
	.index_bamboo_advantage{
		padding: 25px 0 0;
	}

	.index_bamboo_advantage_fb_li:nth-child(n+2){
		margin-top: 18px;
	}

	.index_bamboo_advantage_fb_li_ft{
		font-size: 20px;
	}

	.index_bamboo_advantage_fb_li_fc{
		margin: 12px 0 10px;
	}

	.index_bamboo_advantage_fb_li_fc_fl{
		font-size: 28px;
	}

	.index_bamboo_advantage_fb_li_fc_fc{
		font-size: 28px;
	}
}

/*Popular Products*/
.index_bamboo_popular_products{
	padding: 4.7% 0 0;
	overflow: hidden;
}

.index_bamboo_popular_products_ft h3{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	color: #333333;
	text-align: center;
}

.index_bamboo_popular_products_fb{
	position: relative;
	margin-top: 3.15%;
}

.index_bamboo_popular_products_fb_con{
	position: relative;
}

.index_bamboo_popular_products_fb_con::before{
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: 50vw;
	height: 100%;
	background: #ffffff;
	z-index: 2;
}

.index_bamboo_popular_products_fb_li{
	background-color: #f3f3f3;
	border-radius: 10px;
	overflow: hidden;
}

.index_bamboo_popular_products_fb_li_links{
	position: relative;
	height: 100%;
	padding: 11% 5% 24.7%;
	display: block;
}

.index_bamboo_popular_products_fb_li .img img{
	max-width: 100%;
	max-height: 20.7rem;
	margin: 0 auto;
	display: block;
}

.index_bamboo_popular_products_fb_li_title{
	font-size: 1.2rem;
	line-height: 1.75;
	color: #2d2d2d;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_bamboo_popular_products_fb_li .wz_title1{
	margin-top: 37%;
	opacity: 1;
}

.index_bamboo_popular_products_fb_li:hover .wz_title1{
	opacity: 0;
}

.index_bamboo_popular_products_fb_li_con2{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_bamboo_popular_products_fb_li:hover .index_bamboo_popular_products_fb_li_con2{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.index_bamboo_popular_products_fb_li_con2 .wz_title2{
	position: relative;
	z-index: 6;
	width: 100%;
	padding-bottom: 32.3%;
	margin-bottom: 14.7%;
}

.index_bamboo_popular_products_fb_li_con2 .wz_title2 .wz_title2_con{
	position: relative;
	top: -10px;
	color: #ffffff;
	opacity: 0;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.index_bamboo_popular_products_fb_li:hover .index_bamboo_popular_products_fb_li_con2 .wz_title2 .wz_title2_con{
	top: 0;
	opacity: 1;
}

.index_bamboo_popular_products_fb_li_con2 .wz_title2::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	z-index: 6;
	width: 3rem;
	height: 0.5rem;
	border-radius: 5px;
	opacity: 0;
	background: #f3f3f3;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.index_bamboo_popular_products_fb_li:hover .index_bamboo_popular_products_fb_li_con2 .wz_title2::before{
	bottom: 0;
	opacity: 1;
}

.index_bamboo_popular_products_fb_li_con2::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 89%;
	background-image: url(../images/img/index_popular_products_list_bj.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.index_bamboo_popular_products_fb_arrow_left,.index_bamboo_popular_products_fb_arrow_right{
	position: absolute;
	z-index: 10;
	width: 1rem;
	height: 2.8rem;
	overflow: hidden;
	cursor: pointer;
	outline: none!important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.index_bamboo_popular_products_fb_arrow_left_a1{
	left: -4.5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_bamboo_popular_products_fb_arrow_right_a1{
	right: -4.5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_bamboo_popular_products_fb_arrow_left_a1.swiper-button-disabled,.index_bamboo_popular_products_fb_arrow_right_a1.swiper-button-disabled{
	opacity: 0;
}

.index_bamboo_popular_products_fb_arrow_left::after,.index_bamboo_popular_products_fb_arrow_right::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.index_bamboo_popular_products_fb_arrow_left::after{
	background-image: url(../images/img/index_popular_products_fb_arrow_left_ico_h.png);
}

.index_bamboo_popular_products_fb_arrow_right::after{
	background-image: url(../images/img/index_popular_products_fb_arrow_right_ico_h.png);
}

@media(max-width:1760px){
	.index_bamboo_popular_products_fb_arrow_left_a1{
		left: -35px;
	}

	.index_bamboo_popular_products_fb_arrow_right_a1{
		right: -35px;
	}
}

@media(max-width:1366px){
	.index_bamboo_popular_products_fb_li_title{
		font-size: 20px;
	}
}

@media(max-width:1280px){
	.index_bamboo_popular_products_fb_li_title{
		font-size: 18px;
	}

	.index_bamboo_popular_products_fb_arrow_left_a1{
		left: -22px;
	}

	.index_bamboo_popular_products_fb_arrow_right_a1{
		right: -22px;
	}

	.index_bamboo_popular_products_fb_arrow_left,.index_bamboo_popular_products_fb_arrow_right{
		width: 15px;
		height: 42px;
	}
}

@media(max-width:991px){
	.index_bamboo_popular_products{
		padding: 4% 0 0;
	}

	.index_bamboo_popular_products_ft h3{
		font-size: 26px;
	}

	.index_bamboo_popular_products_fb{
		margin-top: 3%;
	}

	.index_bamboo_popular_products_fb_li_con2 .wz_title2::before{
		width: 30px;
		height: 5px;
	}

	.index_bamboo_popular_products_fb_arrow_left_a1{
		left: 5px;
	}

	.index_bamboo_popular_products_fb_arrow_right_a1{
		right: 5px;
	}

	.index_bamboo_popular_products_fb_arrow_left,.index_bamboo_popular_products_fb_arrow_right{
		width: 12px;
		height: 33px;
	}
}

@media(max-width:768px){
	.index_bamboo_popular_products{
		padding: 30px 0 0;
	}

	.index_bamboo_popular_products_ft h3{
		font-size: 24px;
	}

	.index_bamboo_popular_products_fb{
		margin-top: 22px;
	}

	.index_bamboo_popular_products_fb_li{
		border-radius: 8px;
	}

	.index_bamboo_popular_products_fb_li_links{
		padding: 20px 12px 30px;
	}

	.index_bamboo_popular_products_fb_li .img img{
		max-height: 160px;
	}

	.index_bamboo_popular_products_fb_li_title{
		font-size: 17px;
	}

	.index_bamboo_popular_products_fb_li .wz_title1{
		margin-top: 20%;
	}

	.index_bamboo_popular_products_fb_li_con2 .wz_title2{
		padding-bottom: 20%;
		margin-bottom: 9%;
	}

	.index_bamboo_popular_products_fb_li_con2 .wz_title2::before{
		width: 25px;
		height: 4px;
	}

	.index_bamboo_popular_products_fb_arrow_left,.index_bamboo_popular_products_fb_arrow_right{
		width: 10px;
		height: 28px;
	}
}

@media(max-width:468px){
	.index_bamboo_popular_products{
		padding: 25px 0 0;
	}

	.index_bamboo_popular_products_ft h3{
		font-size: 22px;
	}

	.index_bamboo_popular_products_fb{
		margin-top: 18px;
	}

	.index_bamboo_popular_products_fb_li_links{
		padding: 18px 10px 25px;
	}

	.index_bamboo_popular_products_fb_li .img img{
		max-height: 140px;
	}

	.index_bamboo_popular_products_fb_li_title{
		font-size: 16px;
	}

	.index_bamboo_popular_products_fb_li .wz_title1{
		margin-top: 30px;
	}

	.index_bamboo_popular_products_fb_li_con2 .wz_title2{
		padding-bottom: 30px;
		margin-bottom: 15px;
	}

	.index_bamboo_popular_products_fb_li_con2 .wz_title2::before{
		width: 20px;
		height: 3px;
	}
}

/*Solution*/
.index_bamboo_solution{
	padding-top: 4.7%;
}

.index_bamboo_solution_fb{
	position: relative;
	margin-top: 3.4%;
	overflow: hidden;
}

.index_bamboo_solution_fb_ft{
	position: relative;
	z-index: 10;
}

.index_bamboo_solution_fb_ft_con{
	overflow: hidden;
}

.index_bamboo_solution_fb_ft_li_con{
	position: relative;
}

.index_bamboo_solution_fb_ft_li .img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_bamboo_solution_fb_ft_li .img img{
	width: 100%;
	opacity: 0;
}

.index_bamboo_solution_fb_ft_li .wz{
	position: absolute;
	left: 0;
	top: 15.5%;
	z-index: 5;
	width: 100%;
}

.index_bamboo_solution_fb_ft_li .wz .wz_con{
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
}

.index_bamboo_solution_fb_ft_li .wz .wz_fl{
	width: 41%;
}

.index_bamboo_solution_fb_ft_li .wz .wz_fl .wz_fl_text{
	position: relative;
	font-size: 2.4rem;
	line-height: 1.75;
	color: #ffffff;
	padding-right: 2.6rem;
}

.index_bamboo_solution_fb_ft_li .wz .wz_fl .wz_fl_text::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1.55rem;
	height: 1.55rem;
	background-image: url(../images/img/index_solution_title_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_bamboo_solution_fb_ft_li .wz .wz_fr{
	width: 59%;
	margin-top: 1%;
}

.index_bamboo_solution_fb_ft_li .wz .wz_fr .wz_fr_ft{
	font-size: 18px;
	line-height: 1.78;
	color: #ffffff;
}

.index_bamboo_solution_fb_ft_li .wz .wz_fr .wz_fr_fb{
	margin-top: 7.5%;
}

.index_bamboo_solution_fb_ft_li .wz .wz_fr .wz_fr_fb .wz_fr_fb_links{
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	padding: 8px 1.1rem;
	border: 1px solid #ffffff;
	border-radius: 25px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_bamboo_solution_fb_ft_li .wz .wz_fr .wz_fr_fb .wz_fr_fb_links:hover{
	color: #20a063;
	box-shadow: 1px 1px 10px #ffffff;
	background: #ffffff;
	-webkit-transform: translateX(4px);
	-moz-transform: translateX(4px);
	-ms-transform: translateX(4px);
	-o-transform: translateX(4px);
	transform: translateX(4px);
}

.index_bamboo_solution_fb_fb{
	position: absolute;
	left: 0;
	bottom: 6%;
	z-index: 15;
	width: 100%;
}

.index_bamboo_solution_fb_fb_nnn{
	position: relative;
}

.index_bamboo_solution_fb_fb_con{
	overflow: hidden;
}

.index_bamboo_solution_fb_fb_li{
	padding: 10px 5px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: rgba(255,255,255,0.5);
}

.index_bamboo_solution_fb_fb_li::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 6;
	width: 0%;
	height: 100%;
	opacity: 0;
	background: #ffffff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_bamboo_solution_fb_fb_li:hover::after,.index_bamboo_solution_fb_fb_li.active::after{
	width: 100%;
	opacity: 1;
}

.index_bamboo_solution_fb_fb_li_con{
	position: relative;
	z-index: 8;
}

.index_bamboo_solution_fb_fb_li_img{
	position: relative;
	margin: 8px 0;
	text-align: center;
}

.index_bamboo_solution_fb_fb_li_img_ico{
	max-width: 100%;
	max-height: 1.8rem;
	margin: 0 auto;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_bamboo_solution_fb_fb_li_img_ico1{
	position: relative;
	opacity: 1;
}

.index_bamboo_solution_fb_fb_li:hover .index_bamboo_solution_fb_fb_li_img_ico1,.index_bamboo_solution_fb_fb_li.active .index_bamboo_solution_fb_fb_li_img_ico1{
	opacity: 0;
}

.index_bamboo_solution_fb_fb_li_img_ico2{
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.index_bamboo_solution_fb_fb_li:hover .index_bamboo_solution_fb_fb_li_img_ico2,.index_bamboo_solution_fb_fb_li.active .index_bamboo_solution_fb_fb_li_img_ico2{
	opacity: 1;
}

.index_bamboo_solution_fb_fb_li_wz{
	font-size: 18px;
	line-height: 1.75;
	color: #ffffff;
	text-shadow: 0px 0 9px #000000;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_bamboo_solution_fb_fb_li:hover .index_bamboo_solution_fb_fb_li_wz,.index_bamboo_solution_fb_fb_li.active .index_bamboo_solution_fb_fb_li_wz{
	color: #20a063;
	text-shadow: 0px 0 9px #ffffff;
}

.index_bamboo_popular_products_fb_arrow_left_a2{
	left: 0;
	bottom: 100%;
	margin-bottom: 15px;
	display: none;
}

.index_bamboo_popular_products_fb_arrow_right_a2{
	right: 0;
	bottom: 100%;
	margin-bottom: 15px;
	display: none;
}

@media(max-width:1366px){
	.index_bamboo_solution_fb_ft_li .wz .wz_fr .wz_fr_ft{
		font-size: 17px;
	}

	.index_bamboo_solution_fb_ft_li .wz .wz_fr .wz_fr_fb .wz_fr_fb_links{
		padding: 8px 18px;
	}

	.index_bamboo_solution_fb_fb_li_wz{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.index_bamboo_solution_fb_ft_li .wz{
		top: 8%;
	}

	.index_bamboo_solution_fb_ft_li .wz .wz_fr .wz_fr_ft{
		font-size: 16px;
		line-height: 1.7;
	}

	.index_bamboo_solution_fb_ft_li .wz .wz_fr .wz_fr_fb{
		margin-top: 5%;
	}

	.index_bamboo_solution_fb_ft_li .wz .wz_fr .wz_fr_fb .wz_fr_fb_links{
		font-size: 15px;
		padding: 7px 18px;
	}

	.index_bamboo_solution_fb_fb_li_img_ico{
		max-height: 26px;
	}

	.index_bamboo_solution_fb_fb_li_wz{
		font-size: 16px;
		line-height: 1.7;
		text-shadow: 0px 0 8px #000000;
	}

	.index_bamboo_solution_fb_fb_li:hover .index_bamboo_solution_fb_fb_li_wz,.index_bamboo_solution_fb_fb_li.active .index_bamboo_solution_fb_fb_li_wz{
		text-shadow: 0px 0 8px #ffffff;
	}
}

@media(max-width:991px){
	.index_bamboo_solution{
		padding-top: 4%;
	}

	.index_bamboo_solution_fb{
		margin-top: 3%;
	}

	.index_bamboo_solution_fb_ft_li .wz{
		top: 5%;
	}

	.index_bamboo_solution_fb_ft_li .wz .wz_fl .wz_fl_text{
		font-size: 26px;
		padding-right: 28px;
	}

	.index_bamboo_solution_fb_ft_li .wz .wz_fl .wz_fl_text::before{
		width: 17px;
		height: 17px;
	}

	.index_bamboo_solution_fb_fb_li{
		padding: 8px 5px;
	}

	.index_bamboo_solution_fb_fb_li_img{
		margin: 6px 0;
	}

	.index_bamboo_solution_fb_fb_li_img_ico{
		max-height: 25px;
	}
}

@media(max-width:768px){
	.index_bamboo_solution{
		padding-top: 30px;
	}

	.index_bamboo_solution_fb{
		margin-top: 22px;
	}

	.index_bamboo_solution_fb_ft_li .wz{
		top: 15px;
	}

	.index_bamboo_solution_fb_ft_li .wz .wz_fl{
		width: 100%;
	}

	.index_bamboo_solution_fb_ft_li .wz .wz_fl .wz_fl_text{
		font-size: 24px;
		padding-right: 26px;
	}

	.index_bamboo_solution_fb_ft_li .wz .wz_fl .wz_fl_text::before{
		width: 16px;
		height: 16px;
	}

	.index_bamboo_solution_fb_ft_li .wz .wz_fr{
		width: 100%;
		margin-top: 6px;
	}

	.index_bamboo_solution_fb_ft_li .wz .wz_fr .wz_fr_fb{
		margin-top: 20px;
	}

	.index_bamboo_solution_fb_ft_li .wz .wz_fr .wz_fr_fb .wz_fr_fb_links{
		padding: 6px 16px;
	}

	.index_bamboo_solution_fb_fb{
		bottom: 20px;
	}

	.index_bamboo_solution_fb_fb_li{
		border-radius: 8px;
	}

	.index_bamboo_solution_fb_fb_li_img_ico{
		max-height: 24px;
	}

	.index_bamboo_popular_products_fb_arrow_left_a2{
		display: block;
	}

	.index_bamboo_popular_products_fb_arrow_right_a2{
		display: block;
	}
}

@media(max-width:468px){
	.index_bamboo_solution{
		padding-top: 25px;
	}

	.index_bamboo_solution_fb{
		margin-top: 18px;
	}

	.index_bamboo_solution_fb_ft_li .wz{
		top: 12px;
	}

	.index_bamboo_solution_fb_ft_li .wz .wz_fl .wz_fl_text{
		font-size: 22px;
		padding-right: 24px;
	}

	.index_bamboo_solution_fb_ft_li .wz .wz_fl .wz_fl_text::before{
		width: 15px;
		height: 15px;
	}

	.index_bamboo_solution_fb_ft_li .wz .wz_fr .wz_fr_fb{
		margin-top: 18px;
	}

	.index_bamboo_solution_fb_fb{
		bottom: 15px;
	}
}

/*Strength Guarantee*/
.index_bamboo_strength_guarantee{
	padding: 4.7% 0;
	background: #f3f3f3;
}

.index_bamboo_strength_guarantee_fb{
	margin-top: 4%;
}

.index_bamboo_strength_guarantee_fb_li{
	max-width: 33%;
	min-width: 25.1%;
}

.index_bamboo_strength_guarantee_fb_li_con{
	max-width: 100%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_bamboo_strength_guarantee_fb_li_fl{
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.75;
	color: #20a063;
}

.index_bamboo_strength_guarantee_fb_li_fr_ft_a0{
	display: none;
}

.index_bamboo_strength_guarantee_fb_li_fr{
	margin-left: 5px;
}

.index_bamboo_strength_guarantee_fb_li_fr_ft{
	font-size: 1.8rem;
	line-height: 1.2;
	color: #20a063;
}

.index_bamboo_strength_guarantee_fb_li_fr_fb{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.44;
	color: #666666;
}

@media(max-width:1366px){
	.index_bamboo_strength_guarantee_fb_li_fr_fb{
		font-size: 18px;
	}
}

@media(max-width:1280px){
	.index_bamboo_strength_guarantee_fb_li_fr_fb{
		font-size: 17px;
	}
}

@media(max-width:991px){
	.index_bamboo_strength_guarantee{
		padding: 4% 0;
	}

	.index_bamboo_strength_guarantee_fb{
		margin-top: 3%;
	}

	.index_bamboo_strength_guarantee_fb_li{
		width: 50%;
		max-width: 100%;
		padding: 0 8px;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
	}

	.index_bamboo_strength_guarantee_fb_li:nth-child(n+3){
		margin-top: 10px;
	}

	.index_bamboo_strength_guarantee_fb_li_con{
		width: 100%;
	}

	.index_bamboo_strength_guarantee_fb_li_fl{
		font-size: 4.1rem;
		width: 100%;
		text-align: center;
	}

	.index_bamboo_strength_guarantee_fb_li_fr_ft_a0{
		display: inline-block;
	}

	.index_bamboo_strength_guarantee_fb_li_fr{
		width: 100%;
		text-align: center;
		margin-left: 0;
	}

	.index_bamboo_strength_guarantee_fb_li_fr_ft{
		font-size: 20px;
	}

	.index_bamboo_strength_guarantee_fb_li_fr_ft_a1{
		display: none;
	}
}

@media(max-width:768px){
	.index_bamboo_strength_guarantee{
		padding: 30px 0;
	}

	.index_bamboo_strength_guarantee_fb{
		margin-top: 22px;
	}

	.index_bamboo_strength_guarantee_fb_li_fl{
		font-size: 1.9rem;
	}

	.index_bamboo_strength_guarantee_fb_li_fr_ft{
		font-size: 18px;
	}

	.index_bamboo_strength_guarantee_fb_li_fr_fb{
		font-size: 16px;
	}
}

@media(max-width:468px){
	.index_bamboo_strength_guarantee{
		padding: 25px 0;
	}

	.index_bamboo_strength_guarantee_fb{
		margin-top: 18px;
	}

	.index_bamboo_strength_guarantee_fb_li_fl{
		font-size: 24px;
	}
}

/*News Center*/
.index_bamboo_news{
	padding-top: 4.7%;
}

.index_bamboo_news_fc{
	margin-top: 2%;
}

.index_bamboo_news_fc_ul{
	margin: 0 -2.4rem;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.index_bamboo_news_fc_li{
	margin: 5px 2.4rem;
}

.index_bamboo_news_fc_li_links{
	position: relative;
	font-size: 1.2rem;
	line-height: 1.75;
	color: #333333!important;
	padding-bottom: 6px;
	cursor: pointer;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_bamboo_news_fc_li.on .index_bamboo_news_fc_li_links{
	color: #20a063!important;
}

.index_bamboo_news_fc_li_links::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0%;
	height: 2px;
	opacity: 0;
	background: #20a063;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.index_bamboo_news_fc_li.on .index_bamboo_news_fc_li_links::before{
	width: 100%;
	opacity: 1;
}

.index_bamboo_news_fb{
	margin-top: 3.2%;
}

.index_bamboo_news_fb_li{
	width: 23.2%;
	margin-right: 2.4%;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(182,182,182,0.35);
	background: #ffffff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_bamboo_news_fb_li:nth-child(4n){
	margin-right: 0;
}

.index_bamboo_news_fb_li:nth-child(n+5){
	margin-top: 2.4%;
}

.index_bamboo_news_fb_li:hover{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.index_bamboo_news_fb_li_links{
	padding: 22% 7% 15%;
	display: block;
}

.index_bamboo_news_fb_li .img{
	overflow: hidden;
}

.index_bamboo_news_fb_li .img img{
	width: 100%;
}

.index_bamboo_news_fb_li .wz{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
	color: #333333;
	max-height: 2.6em;
	margin-top: 26%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_bamboo_news_fb_li:hover .wz{
	color: #20a063;
}

@media(max-width:1366px){
	.index_bamboo_news_fc_li_links{
		font-size: 20px;
	}

	.index_bamboo_news_fb_li_links{
		padding: 18% 7%;
	}

	.index_bamboo_news_fb_li .wz{
		font-size: 17px;
		margin-top: 15%;
	}
}

@media(max-width:1280px){
	.index_bamboo_news_fc_li_links{
		font-size: 18px;
		line-height: 1.7;
		padding-bottom: 5px;
	}

	.index_bamboo_news_fb_li_links{
		padding: 15% 7%;
	}

	.index_bamboo_news_fb_li .wz{
		font-size: 16px;
		margin-top: 12%;
	}
}

@media(max-width:991px){
	.index_bamboo_news{
		padding-top: 4%;
	}

	.index_bamboo_news_fc{
		margin-top: 3%;
	}

	.index_bamboo_news_fb{
		margin-top: 3%;
	}

	.index_bamboo_news_fb_li{
		width: 48.5%;
		margin-right: 3%;
	}

	.index_bamboo_news_fb_li:nth-child(2n){
		margin-right: 0;;
	}

	.index_bamboo_news_fb_li:nth-child(n+3){
		margin-top: 3%;
	}

	.index_bamboo_news_fb_li_links{
		padding: 20px 15px;
	}

	.index_bamboo_news_fb_li .wz{
		margin-top: 20px;
	}
}

@media(max-width:768px){
	.index_bamboo_news{
		padding-top: 30px;
	}

	.index_bamboo_news_fc{
		margin-top: 22px;
	}

	.index_bamboo_news_fc_ul{
		margin: 0 -10px;
	}

	.index_bamboo_news_fc_li{
		margin: 5px 10px;
	}

	.index_bamboo_news_fc_li_links{
		font-size: 17px;
	}

	.index_bamboo_news_fc_li_links::before{
		height: 1px;
	}

	.index_bamboo_news_fb{
		margin-top: 22px;
	}

	.index_bamboo_news_fb_li{
		border-radius: 8px;
	}

	.index_bamboo_news_fb_li_links{
		padding: 15px;
	}

	.index_bamboo_news_fb_li .wz{
		margin-top: 15px;
	}
}

@media(max-width:468px){
	.index_bamboo_news{
		padding-top: 25px;
	}

	.index_bamboo_news_fc{
		margin-top: 18px;
	}

	.index_bamboo_news_fc_ul{
		margin: 0 -7px;
	}

	.index_bamboo_news_fc_li{
		margin: 4px 7px;
	}

	.index_bamboo_news_fc_li_links{
		font-size: 16px;
	}

	.index_bamboo_news_fb{
		margin-top: 18px;
	}

	.index_bamboo_news_fb_li{
		width: 100%;
		margin-right: 0!important;
	}

	.index_bamboo_news_fb_li:nth-child(n+2){
		margin-top: 20px;
	}

	.index_bamboo_news_fb_li_links{
		padding: 15px 12px;
	}
}

/*Contact Us*/
.index_bamboo_contact_us{
	margin-top: 10%;
	padding: 5.4% 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_bamboo_contact_us_ft h3{
	font-size: 2.68rem;
	line-height: 1.75;
	color: #20a063;
	letter-spacing: 1px;
	text-align: center;
}

.index_bamboo_contact_us_fc{
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.75;
	color: #5e5e5e;
	margin-top: 0.5%;
	margin-bottom: 3%;
	text-align: center;
}

.index_bamboo_contact_us_fb{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.index_bamboo_contact_us_fb_links{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #ffffff!important;
	padding: 10px 2.05rem;
	letter-spacing: 2px;
	border-radius: 10px;
	text-align: center;
	background: #20a063;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_bamboo_contact_us_fb_links:hover{
	box-shadow: 1px 1px 10px #1a8954;
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}

@media(max-width:1366px){
	.index_bamboo_contact_us{
		margin-top: 5%;
		padding: 5% 0;
	}

	.index_bamboo_contact_us_fc{
		font-size: 20px;
	}

	.index_bamboo_contact_us_fb_links{
		font-size: 20px;
		padding: 9px 2rem;
	}
}

@media(max-width:1280px){
	.index_bamboo_contact_us_fc{
		font-size: 18px;
		line-height: 1.7;
	}

	.index_bamboo_contact_us_fb_links{
		font-size: 18px;
	}
}

@media(max-width:991px){
	.index_bamboo_contact_us{
		margin-top: 4%;
		padding: 4% 0;
	}

	.index_bamboo_contact_us_ft h3{
		font-size: 26px;
	}

	.index_bamboo_contact_us_fb_links{
		padding: 9px 20px;
	}
}

@media(max-width:768px){
	.index_bamboo_contact_us{
		margin-top: 30px;
		padding: 30px 0;
	}

	.index_bamboo_contact_us_ft h3{
		font-size: 24px;
	}

	.index_bamboo_contact_us_fc{
		font-size: 17px;
		margin-top: 5px;
		margin-bottom: 22px;
	}

	.index_bamboo_contact_us_fb_links{
		font-size: 17px;
		padding: 8px 18px;
		border-radius: 8px;
	}
}

@media(max-width:468px){
	.index_bamboo_contact_us{
		margin-top: 25px;
		padding: 25px 0;
	}

	.index_bamboo_contact_us_ft h3{
		font-size: 22px;
	}

	.index_bamboo_contact_us_fc{
		font-size: 16px;
		margin-bottom: 18px;
	}

	.index_bamboo_contact_us_fb_links{
		font-size: 16px;
	}
}

/*Footer*/
.pc_footer{
	position: relative;
	padding-top: 4.5%;
	border-top: 4px solid #20a063;
	background: #343637;
}

.pc_footer_bj_ico{
	position: absolute;
	left: 6.3%;
	bottom: 0;
	z-index: 3;
	width: 22.3%;
}

.pc_footer_bj_ico::before{
	content: '';
	width: 100%;
	padding-top: 85.514%;
	background-image: url(../images/img/footer_bj_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	display: block;
}

.pc_footer_ft{
	position: relative;
	z-index: 5;
}

.pc_footer_ft_fl{
	width: 62%;
	max-width: 920px;
}

.pc_footer_ft_fl_li{
	max-width: 18.4%;
}

.pc_footer_ft_fl_li_ft{
	font-size: 0;
	line-height: 0;
}

.pc_footer_ft_fl_li_ft a{
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1.75;
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.pc_footer_ft_fl_li_ft a:hover{
	color: #20a063;
}

.pc_footer_ft_fl_li_fb{
	margin-top: 12px;
}

.pc_footer_ft_fl_li_fb_li{
	font-size: 0;
	line-height: 0;
}

.pc_footer_ft_fl_li_fb_li a{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.75;
	color: rgba(255,255,255,0.8);
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.pc_footer_ft_fl_li_fb_li a:hover{
	color: #20a063;
}

.pc_footer_ft_fr{
	position: relative;
	top: 4px;
	max-width: 34%;
}

.pc_footer_ft_fr_li{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_footer_ft_fr_li:nth-child(n+2){
	margin-top: 1.35rem;
}

.pc_footer_ft_fr_li .img{
	position: relative;
	z-index: 5;
	width: 2rem;
}

.pc_footer_ft_fr_li .img img{
	width: 100%;
}

.pc_footer_ft_fr_li .wz{
	width: 100%;
	padding-left: 2rem;
	margin-left: -2rem;
}

.pc_footer_ft_fr_li .wz .wz_con{
	padding-left: 1.15rem;
}

.pc_footer_ft_fr_li .wz .wz_ft{
	font-size: 14px;
	font-weight: 300;
	line-height: 1.75;
	color: #ffffff;
}

.pc_footer_ft_fr_li .wz .wz_fb{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.75;
	color: #ffffff;
	margin-top: -3px;
}

.pc_footer_fb{
	position: relative;
	z-index: 5;
	margin-top: 4%;
	padding-top: 2.35%;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.pc_footer_fb_ft_con{
	overflow: hidden;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}

.pc_footer_fb_ft_ul{
	margin: 0 -1.1rem;
}

.pc_footer_fb_ft_li{
	margin: 7px 1.1rem;
	text-align: center;
}

.pc_footer_fb_ft_li .wz{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
	color: #ffffff;
}

.pc_footer_fb_ft_li .img{
	margin-top: 6px;
	background: #ffffff;
}

.pc_footer_fb_ft_li .img img{
	width: 100%;
	max-width: 7rem;
}

.pc_footer_fb_fb{
	margin-top: 4.8%;
	padding-bottom: 2.1%;
}

.pc_footer_fb_fb_con{
	overflow: hidden;
}

.pc_footer_fb_fb_ul{
	margin: 0 -1.3rem;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.pc_footer_fb_fb_li{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.75;
	color: rgba(255,255,255,0.3);
	margin: 0 1.3rem;
}

.pc_footer_fb_fb_li a{
	color: rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.pc_footer_fb_fb_li a:hover{
	color: rgba(255,255,255,1);
}

@media(max-width:1545px){
	.pc_footer_ft_fl_li_ft a{
		font-size: 20px;
	}
}

@media(max-width:1366px){
	.pc_footer_ft_fl_li_ft a{
		font-size: 18px;
	}

	.pc_footer_ft_fl_li_fb_li a{
		font-size: 18px;
	}

	.pc_footer_ft_fr{
		top: 2px;
	}

	.pc_footer_ft_fr_li .img{
		width: 32px;
	}

	.pc_footer_ft_fr_li .wz{
		padding-left: 32px;
		margin-left: -32px;
	}

	.pc_footer_ft_fr_li .wz .wz_fb{
		font-size: 18px;
	}

	.pc_footer_fb_ft_li .img img{
		max-width: 115px;
	}

	.pc_footer_fb_fb{
		margin-top: 4%;
		padding-bottom: 3%;
	}

	.pc_footer_fb_fb_li{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.pc_footer_ft_fl_li_ft a{
		font-size: 17px;
		line-height: 1.7;
	}

	.pc_footer_ft_fl_li_fb{
		margin-top: 10px;
	}

	.pc_footer_ft_fl_li_fb_li a{
		font-size: 17px;
		line-height: 1.7;
	}

	.pc_footer_ft_fr_li .wz .wz_con{
		padding-left: 15px;
	}

	.pc_footer_ft_fr_li .wz .wz_ft{
		line-height: 1.7;
	}

	.pc_footer_ft_fr_li .wz .wz_fb{
		font-size: 17px;
		line-height: 1.7;
	}

	.pc_footer_fb_ft_li .wz{
		font-size: 15px;
		line-height: 1.7;
	}

	.pc_footer_fb_ft_li .img img{
		max-width: 110px;
	}

	.pc_footer_fb_fb_li{
		font-size: 16px;
		line-height: 1.7;
	}
}

@media(max-width:991px){
	.pc_footer{
		padding-top: 4%;
	}

	.pc_footer_bj_ico{
		width: 34.5%;
	}

	.pc_footer_ft_fl{
		width: 100%;
		max-width: 100%;
		display: none;
	}

	.pc_footer_ft_fr{
		top: 0;
		width: 100%;
		max-width: 100%;
	}

	.pc_footer_ft_fr_li .img{
		width: 30px;
	}

	.pc_footer_ft_fr_li .wz{
		padding-left: 30px;
		margin-left: -30px;
	}

	.pc_footer_fb{
		margin-top: 3%;
		padding-top: 3%;
	}
}

@media(max-width:768px){
	.pc_footer{
		padding-top: 30px;
		border-top-width: 3px;
	}

	.pc_footer_ft_fl_li_ft a{
		font-size: 16px;
	}

	.pc_footer_ft_fl_li_fb_li a{
		font-size: 16px;
	}

	.pc_footer_ft_fr_li:nth-child(n+2){
		margin-top: 12px;
	}

	.pc_footer_ft_fr_li .wz .wz_con{
		padding-left: 12px;
	}

	.pc_footer_ft_fr_li .wz .wz_fb{
		font-size: 16px;
		margin-top: 0;
	}

	.pc_footer_fb{
		margin-top: 22px;
		padding-top: 22px;
	}

	.pc_footer_fb_ft_ul{
		margin: 0 -9px;
	}

	.pc_footer_fb_ft_li{
		margin: 7px 9px;
	}

	.pc_footer_fb_fb{
		margin-top: 28px;
		padding-bottom: 22px;
	}

	.pc_footer_fb_fb_ul{
		margin: 0 -9px;
	}

	.pc_footer_fb_fb_li{
		margin: 0 9px;
	}
}

@media(max-width:468px){
	.pc_footer{
		padding-top: 25px;
		border-top-width: 2px;
	}

	.pc_footer_ft_fr_li:nth-child(n+2){
		margin-top: 10px;
	}

	.pc_footer_ft_fr_li .img{
		width: 28px;
	}

	.pc_footer_ft_fr_li .wz{
		padding-left: 28px;
		margin-left: -28px;
	}

	.pc_footer_fb{
		margin-top: 18px;
		padding-top: 18px;
	}

	.pc_footer_fb_ft_con{
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		-o-justify-content: flex-start;
		justify-content: flex-start;
	}

	.pc_footer_fb_ft_ul{
		margin: 0 -7px;
	}

	.pc_footer_fb_ft_li{
		margin: 6px 7px;
	}

	.pc_footer_fb_fb{
		margin-top: 22px;
		padding-bottom: 18px;
	}

	.pc_footer_fb_fb_ul{
		margin: 0 -7px;
	}

	.pc_footer_fb_fb_li{
		margin: 0 7px;
	}
}