/*通用类*/
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body{
	margin:0 auto;
	font-size:12px;
	font-family:"Microsoft Yahei";
	background:#fff;
	color:#363636;
	overflow-x: hidden;
}
h1,h2,h3{
	font-weight:500;
}
img{
	border:none;
}
a{
	cursor:pointer;
	color:#363636;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#f60;
}
ul{
	list-style-type:none;
}
em{
	font-style:normal;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
input.sub,label{
	border:none;
	cursor:pointer;
}
input,textarea,select{
	font-family:"Microsoft Yahei";
	outline:none;
}
table{
	border-collapse:collapse;
}
table td,table th{
	padding:0;
}
.clear::before{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clear::after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.warpin{
	width: 90%;
	margin:0 auto;
}
.index_pf_logo{
   position:absolute;
   left:20px;
   top:20px;
   z-index:20;
}
.index_pf_logo img{
   width:120px;
   display:block;
}
.index_banner_box{
	width: 100%;
}
.index_banner_box img{
	width: 100%;
	display: block;
}
.index_about_box{
	padding:50px 0;
}
.index_about_box .tis_title{
	text-align: center;
	font-size:42px;
	color:#629644;
	font-weight: bold;
	margin-bottom: 10px;
}
.index_about_box  .txt_box{
	text-align: center;
}
.index_about_box  .txt_box p{
	font-size:17px;
	color:#333333;
	line-height: 30px;
}
.index_about_box  .txt_box a{
	color:#629644;
}
/* */
.index_case_1{
	margin:10px auto;
	height: 627px;
	position: relative;
	background: url(../i/bg_1.png) no-repeat center;
	background-size:cover;
}
.index_case_1 .warpin{
	position: absolute;
	top: 0;
	left:50%;
	width: 1200px;
	height: 100%;
	transform: translateX(-50%);
}
.index_case_1 .cont_box{
	width: 242px;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.index_case_1 .cont_box .last_box{

}
.index_case_1 .cont_box .tle_box{
	display: none;
	background: #75ae4e;
	height: 240px;
	padding-left:30px;
  padding-top: 50px;
}
.index_case_1 .cont_box .tle_box h2{
	font-size:28px;
	font-weight: bold;
	color:#fff;
	margin-bottom: 20px;
}
.index_case_1 .cont_box .tle_box p{
	font-size:20px;
	color:#ffffff;
}
.index_case_1 .cont_box .list_box{
	padding:1.2rem 0.5rem;
	border-bottom: 1px dashed #484842;
	display: flex;
	align-items: center;
  font-size:24px;
	color:#8cc068;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.5s;
}
.index_case_1 .cont_box .list_box img{
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.index_case_1 .cont_box .last_box:nth-child(1) .tle_box{
	display: block;
}
.index_case_1 .cont_box .last_box:last-child .list_box{
	border-bottom: none;
}
/* */
.index_adver_cont{
	padding:30px 0;
}
.index_adver_cont img{
	max-width:100%;
	display: block;
	margin:0 auto;
}
/* */
.index_features_content{
	position: relative;
	padding:40px 0;
}
.index_features_content::after{
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	left:0;
	bottom: 0;
	background: #629644;
	z-index: -1;
}
.index_features_content .tis_title{
	text-align: center;
	font-size:42px;
	font-weight: bold;
	color:#629644;
	margin-bottom: 30px;
}
.index_features_content .content_box{
	width: 90%;
	height: 440px;
	margin:0 auto;
	position: relative;
}
.index_features_content .content_box .features_prev{
	position: absolute;
	left:0;
	top: 50%;
	width: 48px;
	height: 74px;
	margin-top: -37px;
	background: url(../i/featu_prev.png) no-repeat center;
	background-size:cover;
}
.index_features_content .content_box .features_next{
	position: absolute;
	right:0;
	top: 50%;
	width: 48px;
	height: 74px;
	margin-top: -37px;
	background: url(../i/featu_next.png) no-repeat center;
	background-size:cover;
}
.features_content_box{
	width: 90%;
	margin:0 auto;
}
.features_content_box .swiper-slide{
	padding:40px 20px;
}
.features_content_box .cont_box{
	width: 100%;
	height: 358px;
	background: #fff;
	padding:25px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.features_content_box .cont_box .tle_box{
	display: flex;
	align-items: center;
  transform: translateY(-62px);
	margin-bottom: -40px;
}
.features_content_box .cont_box .tle_box .i{
	width: 96px;
	height: 96px;
}
.features_content_box .cont_box .tle_box .i img{
	width: 100%;
	height:100%;
}
.features_content_box .cont_box .tle_box .txt{
	padding-left:12px;
}
.features_content_box .cont_box .tle_box .txt .nm{
	max-width: 100%;
	display: block;
	margin-bottom: 6px;
}
.features_content_box .cont_box .tle_box .txt h2{
	font-size:25px;
	font-weight: bold;
	color:#333333;
}

.features_content_box .cont_box .txt_cont p{
	font-size:17px;
	color:#5b5b5b;
	line-height: 26px;
}
.features_content_box .cont_box .txt_cont img{
	max-width: 100%;
	margin-top: 20px;
}
/* */
.index_case_2{
	margin:0 auto 30px;
	position: relative;
}
.index_case_2 .bg{
	display: block;
	width: 100%;
	margin-top: 0;
}
.index_case_2 .warpin{
	position: absolute;
	top: 0;
	left:50%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	transform: translateX(-50%);
}
.index_case_2 .cont_box{
	width: 90%;
}
.index_case_2 .tle{
	font-size:42px;
	font-weight: bold;
	color:#ffffff;
	margin-bottom: 20px;
	text-align: center;
}
.index_case_2 p{
	font-size:17px;
	color:#ffffff;
	line-height: 24px;

}
.index_case_2 img{
	max-width: 100%;
	display: block;
	margin:30px auto 0;
}
.index_case_3{
	padding:56px 0;
}
.index_case_3 .tis_tle{
	text-align: center;
	margin-bottom: 35px;
}
.index_case_3 .tis_tle h2{
	font-size:42px;
	font-weight: bold;
	color:#629644;
}
.index_case_3 .tis_tle p{
	font-size:25px;
	color:#629644;
}
.index_case_3 .cont_box img{
 max-width: 100%;
 display: block;
 margin:0 auto 10px;
}
.index_case_3 .cont_box p{
	font-size:17px;
	color:#212020;
	line-height: 30px;
}
.index_case_4{
	padding:50px 0;
}
.index_case_4 .tis_tle{
	text-align: center;
	margin-bottom: 30px;
	font-size:42px;
	font-weight: bold;
	color:#629644;
}
.index_case_4 .list_box{
	width: 100%;
	margin-bottom: 32px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 4px 10px 10px rgba(0,0,0,0.4);
	background: url(../i/index_c5_bg_1.png) no-repeat center;
	background-size:cover;
	display: flex;
	align-items: center;
	padding:0 20px;
}
.index_case_4 .list_box .tle{
	width: 224px;
	height: 224px;
	background: url(../i/index_c5_tle_bg.png) no-repeat center;
	background-size:cover;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:26px;
	font-weight: bold;
	color:#629644;
}
.index_case_4 .list_box .txt{
	width: calc(100% - 224px);
	padding-left:20px;
	font-size:17px;
	line-height: 32px;
	color:#212020;
}
.index_case_4 .list_box:last-child{
	background: url(../i/index_c5_bg_2.png) no-repeat center;
	background-size:cover;
}
/* */
.index_case_5{
	padding:56px 0;
	background: #f9f9f9;
}
.index_case_5 .tis_tle{
	font-size:42px;
	font-weight: bold;
	color:#629644;
	text-align: center;
	margin-bottom: 24px;
}
.index_case_5 .cont_box{
	padding:10px 0;
}
.index_case_5 .cont_box img{
	display: block;
	max-width: 100%;
	margin:0 auto;
}
.index_case_5 .cont_box p{
	font-size:17px;
	line-height: 26px;
	color:#212020;
}
.index_case_6 {
	padding:20px 0;
}
.index_case_6 .tis_tle{
	text-align: center;
	margin-bottom: 10px;
}
.index_case_6 .tis_tle h2{
	font-size:42px;
	font-weight: bold;
	color:#629644;
	margin-bottom: 10px;
}
.index_case_6 .tis_tle img{
	width: 100%;
}
.index_case_6 .cont_box{
	display: flex;
	flex-wrap: wrap;
}
.index_case_6 .cont_box .li{
	width: 32%;
	height: 120px;
	margin-right: 2%;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	padding:6px;
}
.index_case_6 .cont_box .li:nth-child(3n){
	margin-right: 0;
}
.index_case_6 .cont_box .li img{
	max-width: 100%;
}
/*右侧悬浮菜单*/
		