/*banner*/
.banner{
	margin: 0;
	padding: 0;
	position: relative;
}
#new_focusindex {
	height: 494px;
	position: relative;
	min-width: 1000px;
	clear: both;
	margin: 0 auto;
}

#new_focusindex li {
	height: 494px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#new_focusindex .btn {
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0;
	text-align: center;
	z-index: 9;
	margin-bottom: 20px;
}

#new_focusindex .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 9px;
	height: 9px;
	_font-size: 0;
	margin: 5px 7px;
	cursor: pointer;
	background: url(../img/heiyuan.png);
	z-index: 9;
}

#new_focusindex .btn span.on {
	background: url(../img/huangyuan.png);
	z-index: 9
}

#new_focusindex .preNext {
	width: 72px;
	height: 72px;
	position: absolute;
	top: 150px;
	background: url(../img/286120.png) no-repeat left bottom;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
	transition: all 0.3s linear 0s;
	transform: 4s;
	-webkit-transform: 4s;
	-moz-transform: 4s;
}

#new_focusindex .pre {
	left: 0%;
	z-index: 99999;
}

#new_focusindex .pre:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

#new_focusindex .next {
	right: 0%;
	background-position: right bottom;
	z-index: 99999;
}

#new_focusindex .next:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

#new_focusindex:hover .preNext {
	opacity: 0.5;
}

#new_focusindex:hover .pre {
	left: 10%;
}

#new_focusindex:hover .next {
	right: 10%;
}

#new_focusindex .pre:hover,
#new_focusindex .next:hover {
	opacity: 1;
}


/* 导航栏 */
.background {
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: center;
	position: absolute;
	z-index:9999;
	top: 510px;
}

.backgroundwhiteb {
	background-color: #FFFFFF;
	width: 1200px;
	height: 176px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	box-shadow: 0px 0px 5px 1px #C0C0C0;
}

.backgroundwhite {
	background-color: #FFFFFF;
	width: 1000px;
	height: 176px;
	border-radius: 10px;
	display: flex;
	justify-content: space-around;
}

.icon {}

.iconimg {}



/*wxqadd*/
.school{ width: 1200px; margin: 0 auto;}
.school_l{ width: 452px; float: left;}
.school_r{ width: 688px; float: left; margin-left: 60px;}
.school_r p{font-size: 16px;  line-height:90px;}
.addtitle{ width: 1200px; text-align: center;}
.addblank { font-size: 0px; line-height: 0px; overflow: hidden; clear: both; zoom: 1; height: 20px; }

.left_l{ width: 200px; float: left;}
.left_k p{ width: 700px; border-bottom: 1px solid #cccccc;}