﻿@media ( min-width:768px) and ( max-width:991px) {
	html {
		width: 100%;
		height: 100%;
		font-size: 62.5%;
		/* 10÷16=62.5% */
	}
	body {
		font-size: 16px;
		font-size: 1.6rem;
		/* 12÷10=1.2 */
	}
	.container {
		margin-right: auto;
		margin-left: auto;
		width: 96%;
	}
	.container:before,
	.container:after {
		content: " ";
		display: table;
	}
	.container:after {
		clear: both;
	}
	.container:before,
	.container:after {
		content: " ";
		display: table;
	}
	.container:after {
		clear: both;
	}
	.subbanner {
		height: 200px;
	}
	.news-item p.text {
		font-size: 14px;
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		/** 对象作为伸缩盒子模型显示 **/
		-webkit-box-orient: vertical;
		/** 设置或检索伸缩盒对象的子元素的排列方式 **/
		-webkit-line-clamp: 2;
		/** 显示的行数 **/
		overflow: hidden;
		/** 隐藏超出的内容 **/
		height: auto;
		margin-bottom: 20px;
	} 
	.menus form#search{
		display: none;
	}
	.menu-box{
		height: 90px;
	}
	.menu-wrap .ul-wrap li{
		width: 25%;
	}
	.menu-wrap .ul-wrap li:last-child{
		display: none;
	}
	.Link{
		display: none;
	}
	.foot{
		display: none;
	}
	.footH{
		display: block;
	}
	.footFix{
		display: flex;
	}
	.NyLeft{
		width: 100%;
	}
	.NyLeft .leftLx{
		display: none;
	}
	.indexBox4#ny .h1-tit{
		padding-top: 0;
	}
	.newsDe .NyLeft{
		display: none;
	}
	.about .NyLeft{
		display: none;
	}
	.indexBox5{
		padding: 20px 0 0 0;
	}
	.indexBox5 .content{
		padding-top: 20px;
	}
	.Htel .item .wxewm{
		right: 0;
	}
	.Vs #left li{
		background: none;
		overflow: hidden;
	}
	.Vs #left li .tit{
		writing-mode: initial;
		line-height: 20px;
		height: 20px;
		font-weight: bold;
	}
	.Vs #left li .sub{
		width: 100%;
		margin-left: 0;
		margin-top: 2px;
		margin-bottom: 8px;
	}
	.Vs #right li{
		background: none;
	}
	.Vs #right li .tit{
		writing-mode: initial;
	}
	.Vs #right h2{
		background: none;
	}
	.wzpm-content .words{
		width: 100%;
	}
	.wzpm-content .Img{
		width: 100%;
	}
	.indexBox5 .content .subcont{
		width: 100%;
	}
	.indexBox5 .content .subImg{
		width: 100%;
	}
	.NyRight .topClass{
		margin-top: 0;
	}
	.NyRight{
		width: 100%;
	}
	.product .h1-tit{
		padding-top: 0;
	}
	.h1-tit{
		font-size: 22px;
	}
	.indexBox7 .leftNews{
		width: 100%;
	}
	.indexBox7 .rightQuestion{
		width: 100%;
	}
}

@media ( min-width:768px) and ( max-width:1024px) {
	 
}
@media ( min-width:768px) and ( max-width:930px) {
	  
}

@media ( min-width:768px) and ( max-width:780px) {
	 
}

@media ( min-width:768px) and ( max-width:875px) {
	 
}

@media ( max-width:810px) {
	
}