﻿@media only screen and (min-width: 1441px){
/* 宽度大于1440*/
	html{
		font-size:75%;/* 12px */
	}
	#nav li{
		-webkit-flex-basis: 130px;
		flex-basis: 130px;/* 设置宽度 */
	}
}
@media only screen and (max-width: 1200px){
/* 宽度小于1200 */
	.w{
		width:92%;
		}
	.logo_main{
		width: 100%;/* logo不缩小 */
	}
}
@media only screen and (max-width: 992px){
/* 宽度小于992 */
	html{
		font-size:59.375%;/* 9.5px */
		}
	.pc,.wap{
		padding-right: 80px;
		box-sizing: border-box;
	}
	#kefu_wrap{
		display: none;/* QQ不显示 */
	}
	#header,.logo,#main_left{
		display: none;
	}
	#header1,#index_nav{
		display: block;
	}
	#hotline{
		display: none;
	}
	.nav_map{
		display: block;
	}
	.product_more{
		width: 123px;
		height: 25px;
		background-size : auto 100%;
	}
	#index_lx{
		padding-top: 10px;
	}
	.index_f{
		display: none;
	}
	#footer{
		margin-bottom: 87px;
	}
	#main{
		margin-top: 10px;
	}
	#main_right{
		margin-left: 0;
	}
	.tbox{
		right: -50px;/* top图标 */
	}
	.swiper-button-prev{
		left: -50px;/* banner箭头图标 */
	}
	.swiper-button-next{
		right: -50px;
	}
	.logo_x{
		display: block;
		}
}
@media only screen and (max-width: 768px){
/* 宽度小于768 */
	html{
		font-size:56.25%;/* 9px */
		}
	.news-thumb,.news-time{
		display: none;
	}
	.news-title{
		width: 100%;
		white-space: nowrap;/*设置不折行*/
		overflow: hidden;/*超出部分自动隐藏*/
		text-overflow: ellipsis;/*省略号*/
	}
	#about{
		padding-top: 20px;
	}
	#about_l{
		padding-top: 5%;
	}
	.about_more{
		width: 161px;
		height: 30px;
		background-size : auto 100%;
	}
	.pro_waq{
		padding-top: 20px;
	}
	.pro_waq ul li{
		width: 50%;
	}
	.pro_waq ul li .title{
		position: relative;
		bottom: 0;
	}
	.jbs{
		padding-top: 10%;
		padding-left: 10%;
	}
	#news{
		padding-top: 20px;
	}
	#news_list{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#news_list li a{
		padding: 10px;
	}
	#news_list li .description{
		margin-top: 10px;
	}
	.index_lx_l{
		width: 48%;
	}
	.index_lx_r{
		width: 50%;
	}
}
@media only screen and (max-width: 576px){
/* 宽度小于576*/	
	html{
		font-size:53.125%;/* 8.5px */
		}
	#main{
		margin-top: 0;
	}
	#content_lm{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.pc{
		display: none;
	}
	.wap{
		display: block;
	}
	.pronav li a{
		padding: 3px;
	}
	.index_title{
		height: 40px;
	}
	#about{
		padding-bottom: 20px;
	}
	.about_list{
		height: 100px;
		line-height: 20px;
		overflow: hidden;
	}
	.jbs{
		padding-top: 5%;
		padding-left: 5%;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.product_more{
		margin-top: 10px;
		width: 100px;
		height: 20px;
	}
	.index_product_list .swiper-button-prev,
	.index_product_list .swiper-button-next{
		display: none;
	}
	.index_case_list{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.index_case_list li{
		width: 50%;
		margin-right: 0;
	}
	.picScroll li a{
		padding: 5px;
	}
	#news_list li .title{
		height: 40px;
		line-height: 20px;
	}
	#news_list li .description{
		height: 90px;
		line-height: 15px;
		margin-bottom: 0;
	}
	.index_lx_list{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.index_lx_l{
		display: none;
	}
	.index_lx_r{
		width: 100%;
	}
	#content_lm{
		line-height: 2rem;
    	height: 2rem;
	}
	#content_lm span{
		width: 100%;
		height: 2.1rem;
		display: block;
		float: none;
	}
	#footer{
		padding-top: 0;
		margin-bottom: 68px;
	}
}
@media only screen and (max-width: 375px){
/* 宽度小于375*/
	.product_more{
		width: 80px;
		height: 16px;
	}
	#news_list li{
		width: 100%;
		margin-right: 0;
	}
	#news_list li .title{
		font-size: 16px;
		font-size: 1.6rem;
	}
	#news_list li .description{
		height: auto;
	}
	#news_list li .title{
		height: 30px;
	}
	#footer{
		margin-bottom: 58px;
	}
	#news_list li::before{
		height: 3px;
	}
}