﻿@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: 1680px){
/* 宽度小于1680 */
	#about .k {
		padding-bottom: 41.66%;
	}
}
@media only screen and (max-width: 1440px){
/* 宽度小于1440 */
	#index_lx .index_title .logo_buttom{
		left: 0;
		width: 160px;
		height: 160px;
	}
}
@media only screen and (max-width: 1375px){
/* 宽度小于1375 */
	.w13{
		width: 100%;
	}
	#about .k{
		height: auto;
		padding-bottom: 0;
		overflow: hidden;
	}
	.about_list{
		top: 0;
		position: relative;
		padding-bottom: 90px;
		z-index: 1;
	}
	.index_product_list .swiper-button-prev, 
	.index_product_list .swiper-button-next{
		display: none;
	}
	.index_product_list .w13{
		width: 92%;
	}
	.picScroll{
		width: 92% !important;
	}
}
@media only screen and (max-width: 1200px){
/* 宽度小于1200 */
	.w{
		width:92%;
		}
	.logo_main{
		width: 100%;/* logo不缩小 */
	}
	#header{
		width: 100%;
		margin-left: -500px;
	}
}
@media only screen and (max-width: 992px){
/* 宽度小于992 */
	html{
		font-size:59.375%;/* 9.5px */
	}
	.pc{
		display: none;
	}
	.wap{
		display: block;
	}
	.pc,.wap{
		padding-right: 80px;
		box-sizing: border-box;
	}
	#logo{
		flex: 1;
	}
	#kefu_wrap{
		display: none;/* QQ不显示 */
	}
	#header{
		position: relative;
		top: 0;
		left: 0;
		margin-left: 0;
		z-index: 1;
	}
	.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;
	}
	.about_list{
		padding-bottom: 50px;
	}
	.about_title{
		padding-top: 30px;
	}
	.about_title .about_title_l span{
		line-height: 30px;
	}
	.about_wz_r{
		height: 400px;
		overflow: hidden;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.index_case_list{
		padding-top: 75px;
	}
	#news{
		padding-top: 70px;
	}
	.news_list_r li .num{
		width: 15%;
	}
	.news_list_r li .wz{
		width: 85%;
	}
	.news_list_r li .wz .description span{
		display: block;
		height: 40px;
		line-height: 20px;
		overflow: hidden;
	}
	#index_lx{
		margin-top: 100px;
	}
	#index_lx .index_title .logo_buttom {
		width: 15%;
		height: 0;
		padding-bottom: 15%;
		overflow: hidden;
	}
	#index_lx_nav ul li .pic a{
		padding-left: 40px;
		padding-top: 25%;
	}
	#index_lx_nav ul li .pic a .title i{
		width: 42px;
		height: 34px;
		background-size:contain;
		left: -45px;
	}
	#index_lx_nav{
		height: 100px;
	}
	.index_hotline_l{
		width: 50%;
	}
	.footer_wz{
		line-height: 30px;
	}
	#nav_b>ul>li>a,
	#nav_b li ul li{
		height: 30px;
	}
	#index_lx_nav ul li {
		width: 24.8%;
		margin-right: 0.2%;
	}
}
@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_title .about_title_l{
		width: 13.25%;
	}
	.about_title .about_title_r{
		width: 86.75%;
	}
	.about_title .about_title_r ul,
	.about_title .about_title_r li{
		width: 145px;
	}
	.about_wz_r{
		height: 300px;
	}
	.index_product_list .w13{
		padding-top: 50px;
	}
	.index_product_list .k{
		padding-bottom: 80px;
	}
	.index_case_list li .title{
		padding: 10px 5px;
	}
	#index_lx {
		margin-top: 70px;
	}
	#index_lx_nav ul{
		top:-65px;
	}
	#footer_nav{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer_wz {
		display: none;
	}
	#nav_b{
		width: 100%;
	}
}
@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;
	}
	.pronav li a{
		padding: 3px;
	}
	.index_product_list .swiper-button-prev,
	.index_product_list .swiper-button-next{
		display: none;
	}
	.index_case_list li{
		width: 50%;
		margin-right: 0;
	}
	#content_lm{
		line-height: 2rem;
    	height: 2rem;
	}
	#content_lm span{
		width: 100%;
		height: 2.1rem;
		display: block;
		float: none;
	}
	#footer{
		margin-bottom: 78px;
	}
	.index_title_description{
		width: 92%;
	}
	.index_title{
		height: 70px;
		background: url(../images/solid.png) center 10px no-repeat;
	}
	.about_title .about_title_l{
		width: 15%;
	}
	.about_title .about_title_r{
		width: 85%;
	}
	.about_title .about_title_r ul,
	.about_title .about_title_r li{
		width: 115px;
	}
	.about_wz_r{
		height: 250px;
	}
	#index_case {
		padding-top: 50px;
	}
	.index_case_list {
		padding-top: 50px;
	}
	#news{
		padding-top: 50px;
	}
	.news_list_r li .num{
		width: 18%;
		font-size: 46px;
	}
	.news_list_r li .wz{
		width: 82%;
	}
	.news_list_r li .wz .description{
		padding: 10px 0;
	}
	#index_lx {
		height: 250px;
		margin-top: 50px;
		padding-top: 27px;
	}
	#index_lx .index_title .logo_buttom{
		top: -27px;
	}
	#index_lx_nav ul{
		top:-45px;
	}
	#index_lx_nav {
		height: 80px;
	}
}
@media only screen and (max-width: 415px){
/* 宽度小于415*/
	.about_title {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.about_title .about_title_l{
		width: 22%;
	}
	.about_title .about_title_r{
		width: 78%;
	}
	.about_title .about_title_r ul,
	.about_title .about_title_r li{
		width: 90px;
	}
	.about_wz_l {
		width: 40.91%;
	}
	.about_wz_r {
		width: 55.16%;
		height: 190px;
	}
	.about_wz_r span{
		font-size: 16px !important;
	}
	.about_list {
		padding-bottom: 30px;
	}
	#index_case {
		padding-top: 30px;
	}
	#news{
		padding-top: 30px;
	}
	#news_list{
		padding-top: 30px;
	}
	.news_list_l{
		display: none;
	}
	.news_list_r{
		width: 100%;
	}
	#index_lx {
		height: 200px;
	}
	#index_lx_nav ul li {
		width: 24.5%;
		margin-right: 0.3%;
	}
	#index_lx_nav ul li .pic a{
		padding-left: 0;
		padding-top: 20%;
	}
	#index_lx_nav ul li .pic a .title i{
		display: none;
	}
	#index_lx_nav ul li .pic a .title{
		font-size: 14px;
		font-size: 1.4rem;
	}
	#index_lx_nav {
		height: 60px;
	}
	#index_lx_nav ul {
		top: -35px;
	}
	.index_hotline_l {
		width: 100%;
	}
	.index_hotline_r{
		display: none;
	}
	#footer {
		margin-bottom: 68px;
	}
}
@media only screen and (max-width: 375px){
/* 宽度小于375*/
	.about_title .about_title_l{
		width: 25%;
	}
	.about_title .about_title_r{
		width: 75%;
	}
	.index_product_list .w13{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.index_case_list{
		padding-top: 30px;
	}
	.index_case_list li .more{
		display: none;
	}
	#index_lx{
		margin-top: 0;
	}
	#index_lx .index_title .logo_buttom{
		display: none;
	}
	#nav_b>ul{
		flex-flow: row wrap; 
	}
	#nav_b ul li ul{
		display: none;
	}
	#nav_b li{
		-webkit-flex-basis: 90px;
		flex-basis: 90px;
	}
	#nav_b>ul>li>a{
		height: 35px;
		line-height: 35px;
	}
	#footer {
		margin-bottom: 56px;
	}
	#index_lx_nav{
		height: 50px;
	}
}