*{margin: 0; padding: 0;}
body{
	/* font-family: "microsoft yahei"; */
	/* font-size: 14px; */
	/* background-color: #1F1F1F; */
}
li{list-style: none;}
a{ text-decoration: none;}
/* img{ width: 100%;} */
#boxhdp{ width: 100%; height: 100%;margin: 0 auto; margin-top: 30px; overflow: hidden; position: relative;}
#img>li{ width: 100%; height: 100%; float: left; text-align: center; display: none;}
#img>.current{display: block;}
#img li img {
    width:100%;
    height:100%;
}
#li{position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: -35px;}
#li>li{ width: 10px;height: 10px; background-color: #ccc; border-radius: 50%; margin-right: 5px; float: left; cursor: pointer;}
#li>.on{ background-color: #f50;}
#an{ display: none;}
#an a{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,.3);
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-family: "宋体";
	font-weight: 600;
	font-size: 1.2em;
}
#an a:hover{
	background-color: rgba(0,0,0,.8);
}
#an .an-a2{ right: 0;}
.page-education-content {
	width: 100%;
	height: 100%;
}
.about-us .four,.about-us .five {
	width: 1200px;
	margin: 10px auto;
}
.about-us .four>div {
	display: flex;
	justify-content: space-between;
}
.about-us .four>div img {
	width: 290px;
	height: auto;
}
.about-us .two {
	width: 100%;
	background: url("/assets/home_new/images/aboutus/abus_bg.png") no-repeat;
	background-size: cover;
}
.about-us .two>div {
	width: 1200px;
	margin: 10px auto;
	color: #f2f2f2;
}
.about-us .two .content-title{
	padding: 25px 0;
}
.about-us .two .content-text{
	line-height: 30px;
	padding: 0 300px 30px 0;
}
.three .content-text {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
}
.three .content-text>div {
	width: 190px;
	display: flex;
	flex-direction: column;
}
.three .content-text>div .time{
	font-size: 36px;
	font-weight: 600;
	margin-right: 5px;
}
.three .content-text>div .text{
	padding-right: 15px;
	font-size: 14px;
	line-height: 24px;
}
.three .content-text>div .outer-circle{
	margin: 20px 0;
}
/* 大圆包裹小圆 */
.outer-circle {
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
  }

.inner-circle {
	height: 8px;
	width: 8px;
	background-color: #000;
	margin: auto;
	border-radius: 50%;
}
.three .content-body {
	width: 100%;
	position: relative;
}
.three .content-body .time-line {
	width: 100%;
	height: 1px;
	border-bottom: 3px solid #e0e1e2;
	position: absolute;
	top: 81.5px;
	z-index: -1;
}
.five .content-row1,.five .content-row2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.five .content-row1>a:nth-child(1){
	width: 30%;
	height: 320px;
	padding: 10px;
}
.five .content-row1>a:nth-child(2){
	width: 30%;
	height: 320px;
	padding: 10px;
}
.five .content-row1>a:nth-child(3){
	width: 18%;
	height: 320px;
	padding: 10px;
}
.five .content-row1>a:nth-child(4){
	width: 18%;
	height: 320px;
	padding: 10px;
}
.five .content-row1>a:nth-child(5){
	width: 18%;
	height: 320px;
	padding: 10px;
}
.five .content-row2>a{
	width: 30%;
	height: 200px;
	padding: 10px;
}
.five a {
	border: 2px solid #e3e3e3;
}
.five img {
	width: 100%;
	height: 100%;
}
