﻿@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.fixedbg .headTel{
		display: none;
	}
	.indexAbout{
		padding: 24px 0 24px 0;
	}
	.indexAbout .content{
		margin-top: 20px;
	}
	.indexAbout .row{
		margin-top: 25px;
	}
	.indexAbout .titCn{
		font-size: 20px;
	}
	.indexAbout .row div{
		padding-top: 50px;
		font-size: 14px;
	}
	.indexAbout .row #abtIco1,.indexAbout .row #abtIco2,.indexAbout .row #abtIco3,.indexAbout .row #abtIco4{
		background-size: 46px 46px;
	}
	.indexNews .rightNews .item-list .time2{
		width: 13%;
	}
	.indexSystem .T-Box .tit{
		font-size: 26px;
	}
	.indexSystem .rjxtBox{
		margin-top: 20px;
	}
	.rjxtBox .leftInfo .item-list p{
		font-size: 14px;
	}
	.rjxtBox .leftInfo .item-list{
		padding: 0 10px 20px 10px;
	}
	.rjxtBox .leftInfo .p9{
		padding: 0 10px;
	}
	.indexSystem{
		height: 540px;
	}
	.indexNews{
		padding: 28px 0 28px 0;
	}
	.indexNews .T-Box .tit{
		font-size: 24px;
	}
	.indexNews .bd{
		margin-top: 30px;
	}
	.indexPartner{
		padding: 28px 0 30px 0
	}
	.indexPartner h4{
		font-size: 20px;
	}
	.indexPartner #indexPar{
		margin-top: 28px;
	}
	.foot-info .item-link h4{
		font-size: 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) {
	 
}