﻿@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 .WebLink{
		display: none;
	}
	.burger_menu {
		display: block !important;
		top: 0 !important;
		float: right;
		margin-top: 0.4%;
		margin-right: 8px;
	}
	.sy-cases-list .row .sort:nth-child(4){
		display: none;
	}
	.sy-news-list{
		width: 100%;
	}
	.sy-news-bt{
		width: 100%;
		text-align: center;
		padding-bottom: 25px;
		padding-top: 25px;
		background: #fff;
	}
	.indexSolution .row .sort:nth-child(7),
	.indexSolution .row .sort:nth-child(8){
		display: none;
	}
	.foot-lm{
		width: 100%;
	}
	.foot-lm .item-list{
		width: 100% !important;
		margin-left: 0 !important;
		border-bottom: 1px solid #3E3E3E;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.foot-lm h4{
		margin-bottom: 15px;
	}
	.foot-lm .item-list > a{
		display: block;
		float: left;
		margin-right: 30px !important;
	}
	.foot-ewm{
		float: left;
	}
	.mr-abt-round{
		width: 100%;
		border-radius: 0;
		height: auto;
		padding: 4%;
		margin-bottom: 15px;
		margin-left: 0;
		margin-right: 0;
	}
	.mr-ny-abt-sub{
		margin-top: 40px;
	}.history-left {
		display: none;
	}
	.history-right {
		width: 100%;
		margin: 0 auto;
	}
	.history-right h2 {
		font-size: 2.2rem;
		line-height: 20px;
	}
	.history-right h3 {
		display: none;
	}
	.history-right .content {
		margin-top: 30px;
		padding: 10px;
	}
	.history-right .content ul li {
		padding: 10px 0;
	}
	.history-right .content ul {
		display: block!important;
	}
	.history-right .content ul li p {
		width: 100%;
	}
	.news ul li .SubInfo .sub{
		margin-top: 6px;
	}
	.news ul li .SubInfo span{
		margin-top: 14px;
	}
	.mr-zp-list{
		margin-left: 0;
		width: 30%;
	}
	.recruit{
		background: #fff;
	}
	.contact .left-info{
		width: 100%;
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
	}
	.contact .right-info{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
}

@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) {
	 
}