﻿@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: 1300px){
/* 宽度小于1300 */
	.w13{
		width:100%;
	}
	.index_case_list .swiper-button-prev,
	.index_case_list .swiper-button-next{
		display: none;
	}
}
@media only screen and (max-width: 1200px){
/* 宽度小于1200 */
	.w,.w12{
		width:92%;
		}
	.logo_main{
		width: 100%;/* logo不缩小 */
	}
}
@media only screen and (max-width: 992px){
/* 宽度小于992 */
	html{
		font-size:59.375%;/* 9.5px */
		}
	#kefu_wrap{
		display: none;/* QQ不显示 */
	}
	#header,.logo,#main_left{
		display: none;
	}
	#header1,#index_nav{
		display: block;
	}
	#hotline{
		display: none;
	}
	.index_product_r ul li .title{
		line-height: 54px;
	}
	.nav_map{
		display: block;
	}
	#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;
		}
	.news_date{
		display: none;
	}
}
@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;/*省略号*/
	}
	.index_product_r ul li .title{
		line-height: 50px;
	}
	.about_list{
		padding-left: 0;
	}
	.about_list_l .pic .show{
		top: 0;
		left: 0;
	}
	.about_list_r .wz{
		margin: 20px;
		line-height: 25px;
	}
	.QRcode{
		display: none;
	}
}
@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;
	}
	.index_title{
		height: 40px;
	}
	#index_product{
		padding-top: 20px;
	}
	.index_product_l{
		display: none;
	}
	.index_product_r{
		width: 100%;
	}
	.index_product_r ul li .title{
		text-indent: 0;
		text-align: center;
	}
	.index_case_list .swiper-button-prev,
	.index_case_list .swiper-button-next{
		display: none;
	}
	#about{
		margin-top: 30px;
	}
	.about_title{
		padding-bottom: 30px;
	}
	.about_list_l,.about_list_r{
		width: 100%;
	}
	#index_case{
		padding-top: 30px;
	}
	.index_case_list li{
		width: 50%;
		margin-right: 0;
	}
	.index_case_list li .title{
		padding-bottom: 30%;
	}
	.index_case_list li .title span{
		padding: 15px 10px;
	}
	#news{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.news_l,.news_r{
		width: 100%;
	}
	.news_list li{
		height: 20px;
		padding-bottom: 10px;
	}
	.news_list li .description{
		display: none;
	}
	#content_lm{
		line-height: 2rem;
    	height: 2rem;
	}
	#content_lm span{
		width: 100%;
		height: 2.1rem;
		display: block;
		float: none;
	}
	#footer{
		margin-bottom: 58px;
	}
}
@media only screen and (max-width: 375px){
/* 宽度小于375*/
	#footer{
		margin-bottom: 52px;
	}
	#news{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.news_list li a{
		width: 100%;
		white-space: nowrap;/*设置不折行*/
		text-overflow: ellipsis;/*省略号*/
	}
}