.main{
  background: #171744 url(../images/bg.jpg) no-repeat top center;
  background-size: 100%;
  width: 100%;
  padding-top: 20%;
}
.hzfcontainer{
  background: #0e02a5 url(../images/hzf.jpg) no-repeat top center;
  background-size: 100%;
  width: 100%;
  padding-top: 20%;
}
.huodtime{
  width: 490px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #fff;
	font-size: 28px;
	font-weight: bold;
	color: #0e02c0;
	border-radius: 40px 40px;
  margin: 0 auto;
}
.tips{
	font-size: 24px;
	color: #fff;
	line-height: 38px;
	text-align: justify;
	text-indent: 2em;
    margin:  0 auto;
	margin-top: 20px;
    max-width: 1200px;
}

.pici-li{
	margin-top: 50px;
}
.pici-tit{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pici-time{
	font-size: 32px;
	color: #d1e9ff;
	margin: 0 45px;
}
.pici-nr{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.pici-city{
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 20px 20px;
	margin: 20px 12px 0 12px;
	font-size: 26px;
	color: #fff;
}
.pici-city a{
	color: #fff;
}
.pici-city:hover{
	background: #fff;
	color: #0e02a5;
}
.pici-city:hover a{
	color: #0e02a5;
}
.zone{
  height: 50px;
}
.citybox{
	margin-top: 75px;
}
.city-tit{
	display: flex;
	justify-content: center;
	align-items: center;
}
.school-name{
    font-size:25px
}
.city-name{
	font-size: 50px;
	color: #fff;
	margin: 0 65px;
	letter-spacing: 0px;
}
.zw{
    
	font-size: 30px;
	color: #fff;
	margin-top: 150px;
	letter-spacing: 0px;
	text-align:center
}
.zwjs{
	font-size: 24px;
	color: #fff;
	line-height: 38px;
	text-align: justify;
	text-indent: 2em;
  margin:  0 auto;
	margin-top: 50px;
  max-width: 1200px;
}
.city-school{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
	margin-top: 50px;
}
.school-li{
	margin: 0 20px 50px 20px;
}
.school-li .topline{
	width: 360px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: -webkit-linear-gradient(top right, #f06739 0%,#ffa031 100%);
	background: linear-gradient(to right, #f06739 0%,#ffa031 100%);
	border-radius: 10px 10px 8px 8px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}
.teshu{
    width: 360px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: -webkit-linear-gradient(top right, #f06739 0%,#ffa031 100%);
	background: linear-gradient(to right, #f06739 0%,#ffa031 100%);
	border-radius: 10px 10px 8px 8px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.school-li .sline{
	width: 300px;
	border-radius: 8px 8px 10px 10px;
	border-top: 1px dashed #989efe;
	padding: 15px 30px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.school-icon img{
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}
.school-zhib .btn{
	width: 185px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px 20px;
}
.school-zhib .btn a{
	color: #fff;
	font-size: 20px;
}
.school-zhib .btn a span{
	margin-left: 10px;
}
.school-zhib .btn.jianj{
	background: -webkit-linear-gradient(top right, #4082f8 0%,#1160e7 100%);
	background: linear-gradient(to right, #4082f8 0%,#1160e7 100%);
}
.school-zhib .btn.zhib{
	margin-top: 5px;
	background: -webkit-linear-gradient(top right, #fe6a36 0%,#ffa031 100%);
	background: linear-gradient(to right, #fe6a36 0%,#ffa031 100%);
}
.back{
	display: block;
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 60px;
	height: 60px;
}
.back>img{
	width: 100%;
	height: 100%;
}

