body{
	margin:0 auto;
	font-family:'Microsoft Yahei';
	font-size:14px;
	line-height:26px;
	overflow-x:hidden;
	color:#333; 
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#ff0000;
	text-decoration:none;
}
img{
	border:none;
}
/*------------以上为网页总体的CSS--------------*/
.header{
	color:#0099df;
	}
.wrap{
	margin:0 auto;
	width:90%;
	text-align:center;
	}
.wrap22{
	margin:0 auto;
	width:90%;
	text-align:center;
	}	
.logo{
	float: left;
	margin:2% 3% 2% 6%;
		}
.jnxl{
	float:left;
	margin:0;
	padding:4% 4% 0 0;
}
.dizhi{
	height:36px;
	padding-top:4%;
	text-align:left;
	font-size:15px;
	line-height:28px;
		}
.clear{
	clear:both;
	}
/*------------以上为网页头部的CSS--------------*/
.nav{
	margin:0 auto;
	height:60px;
	background-color:#0099df;
	color:#ffffff;
	font-weight:bold;
}
.nav ul{
	margin:0 auto;
	list-style-type: none;
	padding-left:180px;
}
.nav ul li{
	float:left;
	display:block;
	height:60px;
	text-align:center;
	font-size:20px;
	color:#ffffff;
}
.nav ul li a{
	display:block;
	height:60px;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	padding:20px 20px 10px;
}
.nav ul li a:hover{
	display:block;
	height:60px;
	text-align:center;
	background-color:#ff003c;
	text-decoration:none;
	color:#ffffff;
	}
.nav li.active a{
	display:block;
	height:60px;
	text-align:center;
	background-color:#ff0000;
	text-decoration:none;
	color:#ffffff;
	}
.nav ul li a:hover{
	display:block;
	height:60px;
	text-align:center;
	background-color:#ff0000;
	text-decoration:none;
	color:#ffffff;
	}
/*-----以上是网页导航的CSS------*/
.menu{
	margin:0 auto;
	text-align:center;
    font-size:20px;
    width: 100%;
}
.menu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
.menu li{	
	display:block;
	float: left;
	padding:0;
	width: 25%;
	text-align:center;
	font-weight:bold;
}
.menu li a{
	display:block;
	padding:8px;
	color:#fff;
	padding-top:0px;
}
.menu li a:hover{
	display:block;
	color:#ffffff;
}
.menu li a img{
	width:70px
}
/*----------------以上是手机版导航的CSS样式----------------------*/
.kjfs{
	margin:0 auto;
	padding:0px;
}
.kjfs a{
	padding:2%;
}
.banner{
	margin:0 auto;
	padding:0px;
	text-align:center;
	height:auto;
	}
.banner11{
	margin:0 auto;
	padding:0px;
	text-align:center;
	height:auto;
	}
/*-----以上是首页大Banner的CSS------*/
.wpzy{
	text-align: center;
	padding:2% 0;
}
.wangpai{
	width:92%;
	text-align:center;
	margin:0 auto;
	padding-left:8%;
}
.wangpai a{
	padding:0 1% 1% 0;
	display:block;
	float: left;
	}
/*-----以上是首页王牌专业的CSS------*/	

.wrap1{
	width:75%;
	margin:0 auto;
}
.section1{
	width:45%;
	float:left;
	padding:1% 0 1% 0;
	text-align:left;
	margin-right:5%;
	}
.section2{
	padding:1% 0 1% 0;
	text-align:left;
	line-height:30px;
	}
.section2 img{
	float:left;
	padding:0 10px;
	}
.section2 span{
	float: right;
	color: #ff0000;
}
.section3{
	width:50%;
	float:left;
	padding:1% 0 1% 0;
	text-align:left;
	}
.section4{
	padding:1% 0 1% 0;
	text-align:left;
	line-height:26px;
	}
.section4 img{
	float:left;
	padding:0 10px;
	}

.teaching img{height:230px;}

/*-----以上是首页最新公告和学校简介的CSS------*/	

.footer{
	background:#0099df;
	text-align:center;
	height:120px;
	font-size:13px;
	color:#ffffff;
	padding-top:3%;
}

/*-----以上是网页底部的CSS------*/


/*-----以下是小屏手机的css------*/

@media screen and (min-width:1366px){   
	/*-- 仅screen类设备使用，当屏幕尺寸>1366px时，以下css生效 --*/
	.wrap{
		  width:95%;
		  margin:0 auto;
	}
	.menu{
		 display:none;
		 visibility:hidden;
		 height:0px;
			 }	
	.banner{
		display:none;
		 visibility:hidden;
		 height:0px;
	}
	.major{
		width: 100%;
		padding: 0;
		margin-bottom:10px;
	}
	.major a{
		width:25%;
		padding: 0;
		height:auto;
		text-align: center;
		padding-bottom: 10px;
	}
	.major img{
		width:95%;
		height:auto;
	}
	.nav{
			width:100%;
			}
	.nav ul li a{
			display:block;
			height:60px;
			text-align:center;
			text-decoration:none;
			color:#ffffff;
			padding:20px 15px 10px;
		}
		.dizhi{
			height:36px;
			padding-top:4%;
			text-align:left;
			font-size:14px;
			line-height:28px;
				}
		.jnxl{
			 width:18%;
			 height:auto;
		}
}

	@media only screen and (min-width:1152px) {
		/*-- 仅screen类设备使用，当屏幕尺寸>=1152px时，以下css生效 --*/
		.wrap{
			  width:95%;
			  margin:0 auto;
		}
		.nav{
			width:100%;
			font-size:18px;
			}
		.nav ul li a{
			font-size:18px;
			display:block;
			height:60px;
			text-align:center;
			text-decoration:none;
			color:#ffffff;
			padding:20px 15px 10px;
		}
		.dizhi{
			height:36px;
			padding-top:4%;
			text-align:left;
			font-size:12px;
			line-height:28px;
				}
		.wrap22{
			display: none;
			visibility: hidden;
			height: 0px;
		}
		.menu{
			display: none;
			visibility: hidden;
			height: 0px;
		}
		.banner{
			display: none;
			visibility: hidden;
			height: 0px;
		}
		.major{
			width: 100%;
			padding: 0;
			margin-bottom:10px;
		}
		.major a{
			width:25%;
			padding: 0;
			height:auto;
			text-align: center;
			padding-bottom: 10px;
		}
		.major img{
			width:95%;
			height:auto;
		}
		
	}
	@media only screen and (max-width:1023px) {  /*-- 仅screen类设备使用，当屏幕尺寸<=1023px时，以下css生效 --*/
	.wrap{
		  width:98%;
		  margin:0 auto;
	}
	.wrap22{
		display: none;
		visibility: hidden;
		height: 0px;
	}
	.nav{
		display:none;
		 visibility:hidden;
		 height:0px;
		}
	.section1{
			width:98%;
			padding:3% 0 1% 0;
			}
	.section3{
			width:98%;
			float:left;
			padding:3% 0 3% 0;
			}
	.dizhi{
		display:none;
		visibility:hidden;
		height:0px;
			}
	.jnxl{
		visibility:hidden;
		display: none;
	}
	.banner{
		display:none;
		 visibility:hidden;
		 height:0px;
	}
	.wangpai img{
		width:170px;
		height:auto;
	}
	
	.wangpai{
		width:92%;
		display:block;
	}
	.major{
		width: 100%;
		padding: 0;
		margin-bottom:10px;
	}
	.major a{
		width:50%;
		padding: 0;
		height:auto;
		text-align: center;
		padding-bottom: 10px;
	}
	.major img{
		width:95%;
		height:auto;
	}
	.section4 img{
		width:50%;
	}
	.news{
		width: 100%;
		padding: 0;
	}
}
.m-bottom { text-align: center;display:none; }
.m-bottom .bq { font-size: 12px; color: #333;    margin:10px 0 70px; }
.m-bottom ul { position: fixed;
bottom: 0;
width: 100%;
z-index:999
}
.m-bottom  li{ cursor: pointer;}
.m-bottom .kf {    width: 50%;
background: #fff;
color: #3bb034;
font-size: 18px;
height: 40px;
line-height: 40px;
display: flex;
font-weight:bold;
}
.m-bottom .dh {background: url(/images/foot_two_jb.png) right top/100%;
width: 60%;
position: absolute;
right: 0;
bottom: 0px;
height: 50px;
line-height: 50px;
}
.m-bottom .dh a { font-size: 20px; color:#fff}
.m-bottom .dh img{width: 26px;
margin-top: -8px;}
.m-bottom .kf img{
	width: 26px;
    height: 26px;
    margin-top: 6px;
    margin-left: 35px;
    align-items: center;
    margin-right: 10px;}
@media only screen and (max-width:760px) { 
.m-bottom { text-align: center;display:block; }
.footer{
	margin-bottom:3rem;
}
}