*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
body{
	width: 100%;
	font-family: "微软雅黑";
}
img{
	border:none;
}
i{
	width: 4px;
	height: 4px;
	background: #BBBBBB;
	display: inline-block;
	border-radius: 2px;
	margin: 5px;
}
/* 轮播 */
.swiper-button-next1{
	background-image:url(../img/common/triangle.png)!important;
}
.swiper-button-prev1{
	background-image:url(../img/common/triangleLeft.png)!important;
}
.swiper-button-next2{
	background-image:url(../img/common/right.png)!important;
	background-size:36px 36px!important;
	background-color:rgba(0,0,0,0)!important;
}
.swiper-button-prev2{
	background-image:url(../img/common/left.png)!important;
	background-size:36px 36px!important;
	background-color:rgba(0,0,0,0)!important;
}
/* 子菜单 */
.tipsoDiv{
	width:100%;
	height:190px;
}
.tipsoImg{
	width:65px;
	height:172px;
	margin:9px 15px;
	float:left;
}
.tipsoImg img{
	width:100%;
	height:100%;
}
.tipsoUl{
	margin-left:20px;
	float:left;
}
.tipsoUl li a{
	font-size:14px;
	color:#4A4A4A;
	line-height:32px;
}
.tipsoUl li a p{
	width:100%;
	text-align:center;
	font-size:14px;
	color:#4A4A4A;
	line-height:32px;
}
.tipso_bubble{
	border:1px solid #E4D6B9;
	border-radius:5px;
}
/*导航栏*/
header{
	width: 100%;
	height: 118px;
	background: #FFFFFF;
}
.header{
	width: 1280px;
	height: 118px;
	margin: auto;
}
.header>ul{
	list-style: none;
}
.header>ul>li{
	width: 126px;
	height: 16px;
	line-height: 16px;
	font-size: 20px;
	color: #0A0303;
	text-align: center;
	border-left: 1px solid #979797;
	margin-top: 51px;
	border-right:  1px solid #979797;
	font-family: MFKeSong_Noncommercial-Regular;
	font-weight:400;
	border-collapse:collapse;
	float:left;
}
.header>ul>li>a{
	line-height: 16px;
	font-size: 20px;
	color: #0A0303;
	text-align: center;
	font-family: MFKeSong_Noncommercial-Regular;
	font-weight:400;
	border-collapse:collapse;
}
#logo{
	width: 256px;
	height: 118px;
	margin-top: 11px;
	border: none;
}
.header ul .active a{
	color: #EE5E29;
	border-color: #EE5E29;
}
/*content*/
.center_content{
	width: 100%;
	height: auto;
	clear: both;
}
/*footer*/
.footer{
	width: 1280px;
	margin: auto;
}
.footer_logo{
	width: 137px;
	height: 137px;
	margin: 0px 25px 27px 10px;
	float: left;
}
.copy_content{
	margin-top: 5px;
	float: left;
}
.copy_content h3{
	font-size:28px;
	font-family:FZZCHJW--GB1-0;
	font-weight:normal;
	color:rgba(255,255,255,1);
	line-height:34px;
}
.copy_content p a{
	font-size:16px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:#FFFFFF;
	line-height:22px;
}
.copy_content p{
	font-size:12px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:#FFFFFF;
	line-height:17px;
	margin-top: 5px;
}
.footer_right{
	float: right;
	margin-top: 0px;
}
/*底部*/
.footer_section{
	width: 100%;
	height: 408px;
	margin-top: 25px;
	clear: both;
}
.footer_href{
	width: 100%;
	height: 217px;
}
.href_bg{
	width: 100%;
	height: 55px;
	background: url(../img/schoolProfile/hrefBg.png) no-repeat center;
	background-size: 100% 100%;
}
.href_content{
	width: 1280px;
	height: 81px;
	margin: auto;
	padding-top: 28px;
}
.href_content p{
	font-size: 24px;
	line-height: 30px;
	color: #8B572A;
}
.href_content li{
	float: left;
	margin-right: 25px;
	margin-top: 10px;
}
.href_content li a{
	font-size: 14px;
	line-height: 20px;
	color: #8B572A;
} 
.href_logo{
	width: 117px;
	height: 96px;
	background: url(../img/schoolProfile/Bitmap.png);
	float: right;
	margin-top: -55px;
}
.footerBg{
	width: 100%;
	height: 205px;
	background:#734116;
    clear: both;
}
.footer_div{
	width: 1280px;
	height: 177px;
	margin: auto;
	padding-top: 28px;
}
.pagination_div{
	width: 100%;
	text-align: center;
	height:50px;
}
.pageUl{
	width:1200px;
	text-align:center;
}
.pageUl .active{
	color:#FFFFFF;
	background:#979797;
}
.pageUl li{
	text-align:center;
	height:14px;
	font-size:14px;
	padding:7px 10px;
	line-height:14px;
	float:left;
	margin-left:10px;
	border:1px solid #EAEAEA;
	color:#333333;
}