.section{
	padding:80px 0;
}
.section_membg1{
	background: url(http://www.tqedu.net/Template/Default/Skin/2021/images/membg.png) no-repeat;
	background-size: cover;
}
.section_membg2{
	background:#040e4b;
}
.n_title{
	padding:0 0 40px;
}
.n_title > h1{
	font-size: 40px;
}
.n_title > h1 i{
	width:14px;
	height: 14px;
	background: url(http://www.tqedu.net/Template/Default/Skin/2021/images/iconleft.png) no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}
.n_title > h1 i.navbg2{
	background: url(http://www.tqedu.net/Template/Default/Skin/2021/images/iconright.png) no-repeat;
	margin-left: 20px;
}
.n_title > h2{
	font-size: 40px;
}
.n_title > h2 i{
	width:14px;
	height: 14px;
	background: url(http://www.tqedu.net/Template/Default/Skin/2021/images/iconleft.png) no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}
.n_title > h2 i.navbg2{
	background: url(http://www.tqedu.net/Template/Default/Skin/2021/images/iconright.png) no-repeat;
	margin-left: 20px;
}
.mem_about {
    height: 430px;
}
.mem_about .ab_txt{
	width:100%;
	padding: 60px;
}
.mem_about .ab_txt p{
	width: 50%;
	font-size: 14px;
	line-height: 30px;
	color:#666;
	text-indent: 0;
}
.mem_about .ab_img{
	top:40px;
	right:40px
}
.abtn{
	width:160px;
	height:48px;
	line-height: 48px;
	background: #a10d1d;
	display: block;
	line-height: 48px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	margin:30px 0;
}
.abtn:hover{
	background: #81010f;
}
.pItemsbox{
	display: flex;
	justify-content: space-between;
}
.pItemsbox li{
	width:23.75%;
	text-align: center;
}
.pItemsbox li .pItems{
	background: #fff;
	border-radius: 40px;
	overflow: hidden;	
	height: 280px;
}
.pItems .items-title{
	height: 50%;
	line-height: 140px;
	font-size: 40px;
	font-weight: bold;
	background-color: #a10d1d;
	color:#fff;
}
.pItems .items-con{
	height: 50%;
	padding: 40px 0;
}
.pItems .items-con p{
	font-size: 16px;
	line-height: 30px;
}
.mem_tab th{
	background: #fff;
}
.mem_tab .newtr:nth-of-type(2) th{
	font-size: 16px;
	font-weight: normal;
}
.Campus{
	display: flex;
	flex-wrap: wrap;
}
.Campus li{
	width:11%;
	margin-right:16px;
	margin-bottom: 16px;
}
.Campus li:nth-of-type(8n){
	margin-right:0px;
}
.Campus li a{
	display: block;
	height: 54px;
	line-height: 54px;
	background:url(http://www.tqedu.net/Template/Default/Skin/2021/images/citybg.png) no-repeat;
	font-size: 20px;
	text-align: center;
	color:#333;
	background-size: cover;
	cursor: default;
}
.ab_impot1{
	margin-top:20px;
}
@media screen and (max-width: 1000px){
	.section{
		padding:50px 0;
	}
	.mem_about .ab_txt p{
		width:100%;
		padding: 20px;
	}
	.n_title > h1 {
	    font-size: 24px;
	    padding: 0;
	}
	.n_title > h2 {
	    font-size: 24px;
	    padding: 0;
	}
	.p_a{
		display: none;
	}
	.pItemsbox{
		flex-wrap: wrap;
	}
	.pItemsbox li{
		width:49%;
		margin-top:10px;
	}
	.pItemsbox li .pItems{
		height: 200px;
	}
	.pItems .items-title{
		font-size:26px;
		line-height: 100px;
	}
	.pItems .items-con{
		padding: 24px 0;
	}
	.pItems .items-con p {
	    font-size: 12px;
	    line-height: 24px;
	}
	.mem_about{
		height:inherit;
	}
	.mem_about .ab_txt{
		padding:0;
	}
	.abtn{
		margin:0 0 30px;
	}
	.mem_about .ab_txt .ab_impot{
		margin-top: 10px;
	}
	.Campus li{
		width:17.7%;
		margin-right:10px;
	}
	.Campus li:nth-of-type(5n){
		margin-right:0;
	}
	.Campus li:nth-of-type(8n){
		margin-right: 10px;
	}
	.ab_impot1 .abtn{
		width:100%;
	}
	.area-info-con{
		text-align: center;
		padding: 20px 30px;
	}
}
