.m_header,
.m_footer {
	display: none;
}


/*自适应 手机端  320px~1023*/

@media only screen and (min-width: 320px) and (max-width: 1023px) {
	.suspend,
	.header_meta,
	header,
	.centered-btns_nav{
		display: none;
	}
	.index_top_b,
	.index_brand,
	.index_product,
	.index_advan,
	.footer_top{
		display: none;
	}
	body {
		padding-bottom: 50px;
	}
	.m_header {
		display: block;
		padding: 5px 1%;
		zoom: 1;
	}
	.m_header::after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	.m_logo {
		width: 60%;
		float: left;
	}
	.m_mune {
		width: 40%;
		float: right;
		text-align: right;
		padding: 10px 10px 0 0;
	}
	.m_mune img{
		transition: .5s;
	}
	.m_mune.active img{
		transform: rotateZ(720deg);
	}
	.m_footer {
		display: block;
		height: 50px;
		position: fixed;
		bottom: 0px;
		width: 100%;
		left: 0px;
		z-index: 999;
		border-top: 1px solid #fff;
		background: #FE4E12;
	}
	.m_foot_btn {
		width: 20%;
		float: left;
		height: 50px;
		display: block;
		text-align: center;
		border-right: 1px solid #fff;
	}
	.m_foot_btn img {
		width: 25px;
		margin: 3px 0;
	}
	.m_foot_btn:last-of-type {
		border-right: 0;
	}
	.m_foot_btn i {
		color: #fff;
		margin-right: 5px;
	}
	.m_foot_btn i {
		color: #fff;
		display: block;
		font-size: 20px;
	}
	.m_foot_btn span {
		display: block;
		text-align: center;
		color: #fff;
		font-size: 12px;
	}
	nav {
		border-bottom: 0;
		position: fixed;
		top: 60px;
		z-index: 999;
		width: 100%;
		height: 0;
		overflow: hidden;
		transition: .5s;
		background: rgba(0, 0, 0, .6);
	}
	nav ul li {
		float: none;
		width: 100%;
	}
	nav ul li a {
		display: block;
		padding: 0;
		border-right: 0;
		line-height: 48px;
		font-size: 15px;
		text-align: center;
		border-bottom: 1px solid #fff;
		color: #fff !important;
		overflow: hidden;
		height: 0;
		transition: .3s;
	}
	nav ul li:first-of-type a {
		border-left: 0;
	}
	nav.active {
		height: 100%;
	}
	nav.active ul li a {
		height: 48px;
	}
	.index_top{
		border-bottom: 1px solid #E5E5E5;
	}
	.in_top_li{
		padding: 15px 0;
	}
	.in_top_li h5{
		font-size: 12px;
	}
	.index_t_product{
		padding: 15px 1%;
	}
	.in_t_pro_title{
		margin-bottom: 15px;
		font-size: 22px;
		font-weight: bold;
		color: #FE4E12;
	}
	.in_t_pro_title font{
		font-size: 12px;
		margin-left: 20px;
	}
	.in_t_pro_l{
		width: 100%;
		margin-bottom: 15px;
	}
	.in_t_pro_r{
		width: 100%;
	}
	.in_t_pro_r ul li{
		width: 48%;
		margin: 1% !important;
	}	
	.in_t_pro_info h5{
		padding: 10px 5px;
		font-size: 15px;
	}
	.in_t_pro_info p{
		padding: 0 5px;
		font-size: 12px;
	}
	.in_t_pro_info p span{
		float: none;
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: right;
	}
	.in_t_pro_btn{
		font-size: 15px;
		line-height: 30px;
		height: 30px;
	}
	.index_service{
		padding: 15px 1%;
	}
	.in_service{
		display: none;
	}
	.in_service_title{
		margin-bottom: 15px;
	}
	.in_service_title h5{
		font-size: 24px;
	}
	.in_custom_main{
		margin-bottom: 15px;
	}
	.index_about{
		padding: 15px 1%;
	}
	.in_about_l{
		width: 100%;
		margin-bottom: 15px;
	}
	.in_about_l h5{
		font-size: 24px;
		margin-bottom: 5px;
	}
	.in_about_l p:nth-child(2){
		display: none;
	}
	.in_about_r{
		width: 100%;
	}
	.index_news{
		padding: 15px 1%;
	}
	.in_news_title{
		margin-bottom: 15px;
	}
	.in_news_title span{
		width: 80px;
		height: 30px;
		line-height: 30px;
		margin-right: 10px;
		font-size: 15px;
	}
	.index_news::before,
	.in_news_list span{
		display: none;
	}
	.in_news_list h5 a{
		font-size: 15px;
		margin: 10px 0;
	}
	.in_news_img{
		display: none;
	}
	.in_news_list ul li{
		padding: 0 0 10px;
		border-bottom: 1px solid #ccc;
		width: 100%;
	}
	.in_news_list ul li:nth-child(2){
		margin: 10px 0;
	}
	.in_news_list p{
		font-size: 12px;
		line-height: 20px;
		height: 60px;
		margin-bottom: 0;
	}
	footer{
		padding: 15px 1%;
		background: #FE4E12;
	}
	.footer_fz,
	.links,
	.footer_nav{
		display: none;
	}
	.footer_info font{
		display: block;
		float: none;
		margin-bottom: 10px;
		margin-right: 35px;
	}
	.list_product_form{
		display: none;
	}
	.lp2_main{
		padding: 15px 1%;
	}
	.lp2_l,
	.lp2_top,
	.lp3_l_list_jg p{
		display: none;
	}
	.lp2_r{
		width: 100%;
	}
	.lp3_l_title span{
		width: 33.33%;
		height: 36px;
		line-height: 36px;
	}
	.lp3_l_list_li{
		padding: 10px;
	}
	.lp3_l_list_img{
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.lp3_l_list_info{
		width: 60%;
		padding: 0;
	}
	.lp3_l_list_jg{
		padding: 8px 0;
		width: 40%;
		
	}
	.lp3_l_list_jg h5{
		font-size: 24px;
		margin-bottom: 0;
	}
	.lp3_l_list_btn{
		width: 100%;
		margin-top: 10px;
	}
	.lp3_l_list_btn a{
		width: 100%;
		height: 30px;
		line-height: 30px;
		margin-top: 0;
	}
	.function{
		padding: 15px 1%;
	}
	.function a{
		font-size: 12px;
		padding: 5px;
		margin: 3px;
	}
	.lp3_main{
		padding: 15px 1%;
	}
	.lp3_l{
		width: 100%;
		margin-right: 0;
	}
	.lp3_r{
		display: none;
	}
	.page_service_main{
		padding: 15px 1%;
	}
	.page_service_title{
		font-size: 24px;
		padding-bottom: 0;
	}
	.page_service_se1 ul li{
		width: 100%;
		margin: 10px 0 0 !important;
	}
	.page_service_title font{
		font-size: 14px;
	}
	.page_service_se1 ul li{
		padding: 15px 10px 0 170px;
	}
	.page_service_se1 ul li p{
		font-size: 12px;
	}
	.page_service_se2{
		padding: 15px 0;
	}
	.page_service_se2 ul{
		margin-top: 0;
	}
	.page_service_se2 ul li{
		margin-top: 10px;
		width: 100%;
	}
	.page_service_se2 ul li{
		padding: 10px;
		border: 1px solid #e5e5e5;
	}
	.page_service_se3 ul li{
		width: 48%;
		margin: 1% !important;
	}
	.list_article_main{
		padding: 15px 1%;
	}
	.list_article_title{
		font-size: 24px;
	}
	.list_article_category{
		margin: 15px 0;
	}
	.list_article_category a{
		font-size: 15px;
	}
	.list_article ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.list_article_date{
		width: 25%;
	}
	.list_article_info{
		width: 75%;
		padding: 15px 10px;
	}
	.info_article_main{
		padding: 15px 1%;
	}
	.pos{
		padding: 5px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.info_article_date{
		margin-top: 8px;
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
	.info_article_content{
		padding: 0 5px;
	}
	.info_article_title{
		font-size: 18px;
	}
	.info_article_page{
		margin-top: 15px;
	}	
	.info_article_page a{
		padding: 5px;
		font-size: 14px;
		width: 100%;
		line-height: 1.4;
	}
	.info_article_page a font{
		float: left;
		margin-right: 3px;
	}
	.info_article_page a span{
		float: right;
	}
	.info_article_page a:nth-child(2){
		text-align: left;
		border-left: 0;
		border-top: 1px solid #eee;
	}
	.page{
		padding: 15px 1%;
	}
	.page_title h5{
		font-size: 24px;
		font-weight: bold;
		color: #FE4E12;
		margin-bottom: 10px;
	}
	.page_title{
		margin-bottom: 15px;
	}
	.page_contact_l p{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.page_contact_l h5{
		margin-bottom: 15px;
		font-weight: bold;
	}
	.page_contact_l{
		width: 100%;
	}
	
	.info_product{
		padding: 5px;
	}
	.info_product_img{
		width: 100%;
		text-align: center;
	}
	.info_product_info{
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}
	.info_product_other h5{
		padding: 10px 0 5px;
		font-size: 15px;
		margin-bottom: 10px;
	}
	.info_product_info p font{
		font-size: 20px;
	}
	.info_product_other ul li{
		width: 48%;
		margin: 1% !important;
	}
}

/*自适应 IPAD端 1024px~1200px*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.logo{
		width: 50%;
	}	
	.header_wel{
		width: 48%;
		margin-top: 7px;
	}	
	nav ul li a{
		padding: 0 25px;
	}
	.suspend{
		display: none;
	}
	.header_wel h5{
		margin-bottom: 10px;
	}
	.in_top_b_li{
		width: 235px;
		margin-right: 10px;
	}
	.in_t_pro_l{
		width: 400px;
	}
	.in_t_pro_r{
		width: 570px;
	}
	.in_t_pro_r ul li{
		width: 265px;
	}
	.in_t_pro_r ul li:nth-child(1), .in_t_pro_r ul li:nth-child(2) {
    margin-bottom: 38px;

}
.in_service ul li{
	width: 150px;
}
.index_advan ul li,
.in_news_list ul li{
	width: 303px;
}
.footer_top_l{
	width: 75%;
}
.footer_top_r{
	width: 25%;
}
.footer_fz_title::before,
.footer_fz_title::after{
	width: 36%;
}
.footer_info font{
	margin-right: 20px;
}

.list_product_form_li{
	width: 485px;
}
.list_product_inp2{
	width: 140px;
}
.list_product_radio{
	width: 115px;
}
.list_pro_form_date_box,
.list_pro_form_date{
	width: 265px;
}
.list_product_form_t_name, .list_product_form_t_tel{
	width: 175px;
}
.lp2_l{
	width: 280px;
	margin-right: 20px;
}
.lp2_r{
	width: 670px;
}
.lp3_l_list_jg{
	margin-top: 40px;
}
.lp2_top ul li{
	margin: 0 50px;
}
.lp3_l{
	width: 670px;
}
.lp3_l_list_jg h5{
	font-size: 20px;
}
.lp3_l_list_jg p{
	display: none;
}
.lp3_r{
	width: 270px;
}
.page_service_se1 ul li{
	width: 300px;
	padding: 15px 10px 0 145px;
}
.list_article ul li{
	width: 475px;
}
.list_article ul li:nth-child(odd) {
    margin-right: 20px;
}
.list_article_info{
	width: 375px;
}
.page_contact_r{
	width: 590px;
	float: left;
}
.page_contact_l{
	width: 380px;
}
}