﻿@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;
	} 
}

@media ( min-width:768px) and ( max-width:1024px) {
	 .headRight .albb{ display:none;}
	 .foot .item{ display:none;}
	 .foot i{ display:none;}
}
@media ( min-width:768px) and ( max-width:930px) {
	  
}

@media ( min-width:768px) and ( max-width:780px) {
	 
}

@media ( min-width:768px) and ( max-width:875px) {
	 .headRight{ display:none;}
	 .human .list a{ width:13.3%;}
	 .application .item .nr .more{ margin-top:1.4rem;}
	 .newsDe .updown .return { 
		background: url(../images/menu.jpg) no-repeat left 22px center;
		padding-left: 63px;
	 }
	 .tech ul#techs li .nr .tit{ font-size:14px;}
	 .aboutBox2 ul li h4 {
		font-family: "微软雅黑";
		font-size: 14px;
		color: #fff;
		text-align: center;
		line-height: 28px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-line-clamp: 1;
	}
	.foot{ display:none;}
	.footH{ display:block;}
	.footFix{ display: flex;}
}

@media ( max-width:810px) {
	 
}