﻿@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,.w12{
		width:92%;
		}
	.w13{
		width: 100%;
	}
	.logo_main{
		width: 100%;/* logo不缩小 */
	}
}
@media only screen and (max-width: 992px){
/* 宽度小于992 */
	html{
		font-size:59.375%;/* 9.5px */
		}
	#hotline{
		display: none;
	}
	#kefu_wrap{
		display: none;/* QQ不显示 */
	}
	#header,.logo,#main_left{
		display: none;
	}
	#header1,#index_nav{
		display: block;
	}
	.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;
		}
	.index_case_list li a:hover .title{
		display: none;
	}
	#footer_m_nav ul li a{
		font-size: 18px;
		font-size: 1.8rem;
	}
}
@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_case_list_t_l{
		top: -50px;
	}
}
@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: 50px;
	}
	#index_product{
		padding-top: 10px;
	}
	.index_product_list ul li .title{
		background-image: none;
		width: 100%;
		padding-right: 0;
		line-height: 40px;
		text-align: center;
		text-indent: 0;
	}
	.index_product_list ul li{
		width: 50%;
		margin-right: 0;
	}
	#index_case{
		margin-top: 10px;
		background-position: center bottom;
	}
	.index_case_list_t_l{
		top: 0;
	}
	.index_case_list_t{
		height: 110px;
		padding-bottom: 5px;
		overflow: hidden;
	}
	.index_case_title{
		height: 201px;
    	line-height: 201px;
	}
	.index_case_title span{
		float: left;
		width: 90%;
		padding-top: 50px;
		height: 50px;
		background-image: none;
	}
	.index_case_title>a{
		float: none;
		line-height: 50px;
	}
	.more_plus{
		padding-top: 5px;
	}
	.index_case_list_t_r .wz{
		height: 50px;
		line-height: 25px;
	}
	.index_case_list_t_r{
		padding-top: 10px;
	}
	.index_case_list_t_r::before{
		top: 5px;
	}
	#about{
		width: 100%;
		padding-top: 10px;
	}
	.about_list{
		padding: 15px;
		margin-top: 10px;
	}
	.about_list_l{
		width: 40%;
	}
	.about_list_l .pic img{
		top: 0;
		left: 0;
	}
	.about_list_r{
		line-height: 25px;
	}
	.news_title{
		padding-bottom: 10px;
	}
	#news_list{
		padding-bottom: 10px;
	}
	#news_list li{
		width: 50%;
		margin-right: 0;
	}
	#news_list li .news_date{
		display: none;
	}
	#content_lm{
		line-height: 2rem;
    	height: 2rem;
	}
	.customer_list .swiper-button-next,
	.customer_list .swiper-button-prev{
		display: none;
	}
	#content_lm span{
		width: 100%;
		height: 2.1rem;
		display: block;
		float: none;
	}
	#footer{
		margin-bottom: 58px;
	}
}