body{
	padding:0;  /*去除内边距*/
	border:0;   /*去除边框*/
	margin:0;   /*去除外边距*/
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	min-width: 1250px;
	color: #333333;
}
a{
	text-decoration:none;
}
/*公共*/
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.h90{
	height: 90px;
}
.d_flx_j_b{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.d_flx_j_a{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.gj_d{
	width: 285px;
}

/*公共*/
/*首页*/
.index_one{
	position: relative;
}
.index_one_img{
	width: 100%;
}
.index_one_div{
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0;
}
.index_one_div1{
	width: 450px;
	color:#384e3a;
}
.index_one_text1{
	margin-top: 150px;
	font-size:150px;
}
.index_one_text2{
	font-size:110px;
}
.index_one_text3{
	font-size:30px;
}
.index_one_text4{
	width:170px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:18px;
	background-color: #384e3a;
	color:#efba77;
	border-radius: 30px;
	margin-top: 50px;
}
.index_one_text5{
	text-align: justify;
	margin-top: 100px;
	font-size:18px;
}
.index_two_bj{
	width: 100%;
	height: 980px;
	background: url("/public/static/image/8.png") no-repeat;
	background-size: 100% 100%;
}
.index_two{
	width: 1200px;
	margin: 70px auto;
	display: flex;
	justify-content: space-between;
}
.index_two1{
	width: 595px;
	height: 140px;
	color:#384e3a;
	background-color: #e8f2fb;
	font-size: 18px;
}
.index_two3{
	display: flex;
	align-items: center;
	/*text-align:center;*/
	/*line-height: 140px;*/
}
.index_two3_1{
	padding: 0 50px;
}
.index_two2{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.index_two2_d{
	text-align: center;
}
.index_two2_d1{
	margin-top: 20px;
}
.index_two2_d2{
	height: 60px;
	line-height: 60px;
}
.index_three{
	width: 1200px;
	margin: 0 auto;
}
.index_three_d{
	font-size:30px;
	color:#384e3a;
	margin-bottom: 40px;
}
.index_three_d1{
	display: flex;
	justify-content: space-between;
}
.index_three_d1_1{
	width: 595px;
	height: 570px;
}
.index_three_d1_1 img{
	width: 100%;
	height: 100%;
}
.index_three_d1_1{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.index_three_d1_2{
	background-color: #e8f2fb;
	width: 100%;
	height: 280px;
	padding: 0 35px;
}
.index_three_d1_2_bj{
	background: url("/public/static/image/9.png") no-repeat;
	background-size: 100% 100%;
}
.index_three_d1_2_1{
	font-size: 26px;
	color:#384e3a;
	margin: 30px 0;
}
.index_three_d1_2_2{
	width: 400px;
	font-size: 16px;
	color:#666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
.index_three_d1_2_2_1{
	width: 520px;
}
.index_three_d1_2_3{
	margin-top: 50px;
	width: 120px;
	height: 40px;
	background-color: #fe6000;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	color: #ffffff;
}
.index_four_bj{
	height: 650px;
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%, #e8f2fb 51%, #e8f2fb 100%);
}
.index_four{
	width: 1200px;
	margin: 0 auto;
}
.index_four_t{
	font-size:30px;
	color:#384e3a;
	margin: 60px 0;
}
.index_four_sw{
	position: relative;
	display: flex;
	justify-content: space-around;
	overflow: hidden;
}
.index_four_i{
	height: 350px;
	overflow: hidden;
}
.index_four_i img{
	-webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, .2));
}
.index_four_sw_d{
	text-align: center;
}
.index_four_i_t{
	font-size: 24px;
	color:#384e3a;
}
.index_four_i_more{
	width: 120px;
	height: 40px;
	margin: 0 auto;
	background-color: #fe6000;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	margin-top: 25px;
}
.index_five_bj{
	height: 683px;
	background: url("/public/static/image/14.png") no-repeat;
	background-size: 100% 100%;
}
.index_five_d{
	font-size: 30px;
	color: #ffffff;
	padding-top: 70px;
	margin-bottom: 35px;
}
.index_five_d2{
	margin-top: 100px;
}
.index_five_d2_1{
	width: 140px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
.index_five_d2_2 img{
	height: 60px;
}
.index_five_d2_3{
	margin-top: 10px;
}
.index_five_d1_1 img{
	height: 240px;
}
.index_five_d1_1 img:hover{
	transform:scale(1.2);
}
/*.wdqwrz{*/
/*	overflow: hidden;*/
/*}*/
/*首页*/
/*头部*/
.head{
	width: 100%;
	position: absolute;
	top: 0;
	z-index:99;
}
.head_c{
	display: flex;
	justify-content: space-between;
}
.head_logo{
	line-height: 90px;
}
.head_menu{
	width: 560px;
	font-size: 16px;
	color: #333333;
}
/*头部*/
/*底部*/
.foot_bj{
	width: 100%;
	height: 500px;
	background: url("/public/static/image/20.png") no-repeat;
	background-size: 100% 100%;
}
.footer{
	padding-top: 100px;
}
.footer_d_lx{
	font-size: 30px;
	color:#000000;
	margin-bottom: 50px;
}
.footer_d_lxfs{
	font-size: 16px;
	color: #666666;
	margin-bottom: 15px;
}
.footer_d_ba{
	font-size: 16px;
	color: #666666;
	padding-top: 10px;
}
.footer_d1{
	width: 655px;
}
.footer_d1_btn{
	width:120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	font-size: 16px;
	color: #ffffff;
	background-color: #fe6000;
}
.footer_d1_input{
	border-bottom: 1px solid #bfbfbf;
}
.footer_d1_input_i{
	height: 40px;
	width: 194px;
	border: none;
	background-color: rgb(85 0 0 / 0%);
	font-size: 16px;
	margin-bottom: 10px;
}
.footer_d1_text_c{
	width: 100%;
	height: 75px;
	border: none;
	background-color: rgb(85 0 0 / 0%);
	font-size: 16px;
}
.footer_d1_text{
	margin-top: 25px;
	border-bottom: 1px solid #bfbfbf;
}
.footer_d1_btn{
	margin-top: 40px;
}
/*底部*/
/*产品中心*/
.pro_det{
	padding: 50px 0;
	font-size: 16px;
}
.pro_det img{
	max-width: 100%;
}
.p_top{
	margin-top: 90px;
	position: relative;
	display: flex;
	align-items: center;
}
.p_top img{
	width: 100%;
}
.p_div{
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	font-size: 36px;
	color: #384e3a;
	letter-spacing: 10px;
}
.p_list{
	flex-wrap: wrap;
}
.p_list_l{
	width: 380px;
	height: 582px;
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%, #e8f2fb 51%, #e8f2fb 100%);
	text-align: center;
}
.p_list_l_i{
	margin-top: 95px;
}
.p_d_con_d{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 50px 0;
}
.p_d_con_d1{
	width: 380px;
	height: 350px;
	text-align: center;
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%, #e8f2fb 51%, #e8f2fb 100%);
	overflow: hidden;
}
.p_d_con_d1 img{
	-webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, .2));
}
.p_d_con_d2{
	width: 500px;
}
.p_d_con_d21{
	padding: 3% 0;
	color: #c69e63;
	font-size: 24px;
	font-weight: normal;
}
.p_d_con_d22{
	line-height: 34px;
	color: #757e83;
	margin-bottom: 10%;
	font-size: 16px;
}
.p_d_con_h{
	margin: 0;
	border-bottom: 1px solid #e7e8e8;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
.p_d_con_h_sp{
	float: left;
	padding: 0 5%;
	line-height: 50px;
	background-color: #c69e63;
	margin-right: 4px;
	cursor: pointer;
	color:#ffffff;
}
.posbg{
	border-bottom: 1px #ddd solid;
}
.pos{
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	color: #999;
	font-size: 14px;
	background: url(/public/static/image/p2.png) left center no-repeat;
	padding-left: 30px;
}
/*产品中心*/
/*关于我们*/
.a_div{
	color: #ffffff;
}
.a_con_d{
	text-align: center;
	font-size: 24px;
	color: #384e3a;
	margin-top: 97px;
	margin-bottom: 27px;
}
.a_con_d_1{
	font-weight: bold;
	margin-bottom: 10px;
}
.a_con_d1_1{
	width: 602px;
}
.a_con_d1_1_t{
	font-size: 24px;
	color: #384e3a;
	margin-bottom: 30px;
}
.a_con_d1_1_c{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	letter-spacing: 2px;
	text-align: justify;
}
.a_con_d2{
	margin-top: 60px;
	height: 349px;
	background: url("/public/static/image/a4.png") no-repeat;
	background-size: 100% 100%;
}
.w520{
	width: 520px;
}
.t_a_r{
	text-align: right;
	color:#000000;
}
.t40{
	margin-top: 40px;
}
.w550{
	width: 550px;
}
.f_c_b{
	color:#000000;
}
/*关于我们*/
/*新闻中心*/
.news_t{

}
.h200{
	height: 200px;
}
.news_d{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_d_i img{
	height: 200px;
}
.news_d_m{
	width:690px;
}
.news_d_m_t{
	margin: 17px 0;
}
.news_d_m_sub{
	color:#757e83;
	padding: 8px 0;
}
.news_d_more{
	width:48px;
	height:48px;
	line-height:48px;
	text-align:center;
	border: 1px solid #e5e5e5;
	background: url(/public/static/image/n4.png)no-repeat center;
}
.f20{
	font-size:20px;
}
.f16{
	font-size:16px;
}
.f14{
	font-size:14px;
}
.news_d_m_time{
	margin-top: 33px;
	background: url(/public/static/image/n2.png)no-repeat left center;
	color:#999999;
	padding-left: 20px;
}
.news_li:nth-child(2n-1){
	padding: 2% 0;
	background-color: #fafafa;
}
.news_li:nth-child(2n){
	padding: 2% 0;
}
.news_list_p{
	display: flex;
	justify-content: space-between;
}
.news_d_more:hover{
	background: url(/public/static/image/n3.png)no-repeat center #c69e63;
}
.news_d_t{
	padding: 3% 0;
}
.news_d_t1{
	margin: 0;
	padding-bottom: 15px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
.news_d_time{
	text-align: center;
	margin: 0 5px;
	color: #777;
}
.news_d_bl{
	border-bottom: 1px dashed #d2d2d2;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.news_d_content{
	font-size: 16px;
}
.news_d_content img{
	max-width: 100%;
}
.news_d_fh{
	text-align: center;
	clear: both;
	padding: 20px 0;
}
.news_d_fh a{
	color: #0f76d3;
	font-size: 14px;
}
.news_d_np{
	font-size: 14px;
	color: #666;
}
/*新闻中心*/
/*联系我们*/
.con_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
}
.con_list_d{
	width: 550px;
}
.con_list_d1{
	width: 605px;
}
.con_list_d1 iframe{
	width: 605px;
	height:355px;
}
.con_list_d_t{
	font-size: 28px;
	display: block;
	padding-top: 20px;
	color: #333;
}
.con_list_d_bl{
	display: block;
	width: 40px;
	height: 3px;
	background: #c69e63;
	margin: 20px 0 28px;
}
.con_list_d_p{
	ine-height: 24px;
	padding: 20px 0;
	padding-left: 40px;
	border-bottom: 1px solid #eee;
	/*background: url(/public/static/image/n5.png) no-repeat center left;*/
	font-size: 16px;
	color: #757e83;
}
.con_list_d_p1{
	background: url(/public/static/image/n8.png) no-repeat center left;
}
.con_list_d_p2{
	background: url(/public/static/image/n5.png) no-repeat center left;
}
.con_list_d_p3{
	background: url(/public/static/image/n6.png) no-repeat center left;
}
.con_list_d_p4{
	background: url(/public/static/image/n7.png) no-repeat center left;
}
/*联系我们*/
/*加盟合作*/
.joinus_img{
	text-align: center;
}
/*加盟合作*/
@media screen and (max-width: 1440px) {
	.index_one_text1 {
		font-size: 100px;
	}
	.index_one_text2 {
		font-size: 60px;
	}
	.index_one_text5 {
		margin-top: 50px;
	}
}
@media screen and (max-width: 1200px) {
	.index_one_text1{
		margin-top: 90px;
	}
}