/*首页样式*/
.main-container{
	width:100%;
	padding-bottom:50px;
}
.slideBox{
	min-width:1200px;
	max-width: 1920px;
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	margin:10px auto 0;
}
.slideBox .hd{
	height:10px;
	width:168px;
	overflow:hidden;
	position:absolute;
	left:43%;
	bottom:10px;
	z-index:1;
}
.slideBox .hd ul{
	overflow:hidden;
	zoom:1;
	text-align:center;
}
.slideBox .hd ul li{
	display:inline-block;
	width:18px;
	height:10px;
	margin:0 5px;
	text-indent:-999px;
	cursor:pointer;
	background-color:#aaa;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.slideBox .hd ul li.on{
	background-color:#e75925;
}
.slideBox .bd{
	position:relative;
	height:450;
	z-index:0;
	width:1920px; 
}
.slideBox .bd li{
	zoom:1;
	vertical-align:middle;
}
.slideBox .bd img{
	height:450px;
	display:block;
	margin: 0 auto;
}
.about-content{
	width:1200px;
	margin:30px auto 0;
}
.about-text{
	width:700px;
}
.about-text h3{
	font-size:30px;
	font-weight:normal;
	color:#333;
	margin:10px 0 30px;
}
.about-text p{
	color:#2e3e4b;
	font-size:15px;
	line-height:28px;
	text-indent: 2em;
}
.about-img{
	float:right;
	width:375px;
	height:215px;
	margin-top:80px;
}
.advan-content{
	width:1200px;
	margin:50px auto 0;
}
.advan-ul{
	text-align:center;
	font-size:0;
}
.advan-ul li{
	display:inline-block;
	width: 266px;
	cursor:pointer;
	/* margin:0 50px; */
	line-height: 30px;
}
.advan-ul h6{
	color:#006a9e;
	font-size:16px;
	border: 1px solid #ff6f00;
}
.advan-ul h6.on{
	background: #ff6f00;
	color: #fff;
}
.advan-ul li+li h6{
	border-left: 0px !important;
}
.advan-box{
	width:798px;
	margin: 0px auto;
}
.advan-box>div{
	display:none;
	width: 100%;
	position:relative;
	border:1px solid #ff6f00;
	border-top:0px !important;
	padding:20px;
	/* background:#eee; */
	border-radius:3px;
	line-height: 26px;
	text-align: justify;
	min-height: 224px;
}
.advan-box>div>i{
	position:absolute;
	top:-8px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #eee;
}
.advan-box>div>p>i{
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #000;
	display: inline-block;
	margin: 0 10px 0 15px;
	vertical-align: middle;
}
.teacher-item>p>span{
	margin-left:15px;
}
.teacher-item>img{
	width: 100px;
	height: 100px;
	vertical-align: top;
	margin-right: 20px;
	border-radius: 100%;
	margin-top: 4px;
}
.teacher-item>p{
	display: inline-block;
}
.teacher-item+.teacher-item{
	margin-top: 20px;
}
.brand-text i{
	left:92px;
}
.advan-text i{
	left:392px;
}
.advan-text p span{
	width: 720px;
	float: right;
}
.faculty-text i{
	left:692px;
}
.info-content{
	width:1200px;
	margin:80px auto 0;
}
.info-ul{
	text-align:center;
}
.info-ul li{
	display:inline-block;
	width:250px;
	vertical-align:top;
	text-align:left;
	margin:0 10px;
	padding:0 20px;
}
.info-ul li img{
	margin-right:3px;
}
.info-ul li p{
	padding-left:35px;
	color:#555;
}