﻿@media ( min-width:1280px) and ( max-width:1438px) {
	.sub-contact-left .box .list .ico{
		margin-left: 17px;
	}
	.sub-contact-left .box .list .info{
		font-size: 14px;
	}
	.sub-contact-right{
		height: 411px;
	}
	.banshichu{
		cursor: all-scroll;
	}
}
@media ( min-width:1025px) and ( max-width:1280px) {
	#jrwmP{
		left: 42%;
	}
	#jrwmN{
		right: 42%;
	}
}
@media ( min-width:1024px) and ( max-width:1145px) {
	.WebLink li{
		margin-left: 42px;
	}
	.WebLink li > a{
		font-size: 14px;
	}
}
@media ( min-width:768px) and ( max-width:1060px) {
	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:1160px) {
	 
}
@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) {
	 
}