.container {
	width: 100%;
	background: #fffcea url(../images/pcbg2.jpg) no-repeat top center;
	padding-top: 30%;
	position: relative;
	background-size: 100%;
}
.container .logo-box{
	position: absolute;
	top: 0.3%;
	left: 38%;
	width: 476px;
	height: 50px;
}
.container .logo-box img{
	width: 100%;
	height: 100%;
}

.center {
	width: 1200px;
	margin: 0 auto;
}
.huodtime {
	width: 300px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #fff;
	font-size: 30px;
	font-weight: 900;
	color: #f04530;
	border-radius: 40px 40px;
	margin: 0 auto;
}
.words {
	font-size: 24px;
	color: #fff;
	line-height: 38px;
	text-align: justify;
	margin-top: 50px;
	text-indent: 2em;
}
.entrances {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 0 50px;
	width: 100%;
}
.entrances-title a{
	color: #ee4131;
	font-size: 36px;
	font-family: Source Han Sans SC;
	font-weight: 400;
}
.entrances .entrance-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px 184px;
	margin-top: 48px;
}
.entrances .entrance-list .entrance-item img{
	vertical-align: top;
	display: inline-block;
	width: 40px;
	height: 40px;
}
.entrances .entrance-list .entrance-item-link {
	color: #f14432;
	font-size: 29px;
	font-family: Source Han Sans SC;
	font-weight: 400;
}
.entrances .entrance-list .entrance-item-link::before{
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	margin-right: 5px;
	vertical-align: middle;
}
.ewm {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.ewm-fl {
	width: 203px;
	height: 193px;
	text-align: center;
	line-height: 193px;
	background: url(../images/ewmbox.png) no-repeat;
}
.ewm-fr {
	width: 825px;
	height: 145px;
	background: rgba(231, 230, 246, 0.9);
	border-radius: 0 20px 20px 0;
	box-sizing: border-box;
	padding: 20px 35px 0 35px;
	margin-left: -5px;
}
.container .school-wrapper .school .school-list .school-name .teshu{
	font-size: 22px;
  }

.xinx-li {
	display: flex;
	flex-wrap: wrap;
}
.xinx-li .circle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #0e02c0;
	margin-top: 12px;
}
.xinx-li p {
	width: 720px;
	font-size: 20px;
	color: #333;
	line-height: 36px;
	margin-left: 10px;
}
.pici-li {
	margin-top: 50px;
}
.pici-tit {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pici-time {
	font-size: 32px;
	color: #ef4432;
	font-weight: 400;
	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 #ef4432;
	border-radius: 20px 20px;
	margin: 20px 12px 0 12px;
	font-size: 26px;
	color: #ef4432;
}
.pici-city a {
	color: #ef4432;
}
.pici-city:hover {
	background: #fff;
	color: #0e02a5;
}
.pici-city:hover a {
	color: #0e02a5;
}
.citybox {
	margin-top: 75px;
}
.city-tit {
	display: flex;
	justify-content: center;
	align-items: center;
}
.city-name {
	font-size: 50px;
	color: #ef3f30;
	margin: 0 65px;
	letter-spacing: 20px;
}
.city-school {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 50px;
}
.school-li {
	margin: 0 20px 50px 20px;
}
.school-li .topline {
	width: 360px;
	height: 70px;
	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;
    text-align: left;
	line-height: 50px;
	position: relative;
	
}
.school-li .topline .name {
	display: flex;
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	max-width: 205px;
	padding: 10px 20px ;
    align-items: center;
	
}
.school-li .topline .teshu {
	font-size: 22px;
	line-height: 25px;
	text-align: left;
}
.school-li .topline .eda {
	position: absolute;
	right: 0;
	top: 10px;
	margin-right: 10px;
}
.school-li .topline .eda a{
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	
}
.school-li .topline .eda img{
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: sub;
	margin-right: 5px;
}
.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: 20%;
	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%;
}
.eol_footer {
	background: #ef3d2f;
}
.mingxie-tit {
	font-size: 50px;
	color: #fff;
	text-align: center;
	letter-spacing: 20px;
}
.minngx-city {
	font-size: 44px;
	color: #fff;
	text-align: center;
	/*letter-spacing: 20px;*/
	margin-top: 50px;
}
.mingx-ul {
	display: flex;
	flex-wrap: wrap;
}
.mingx-li {
	width: 50%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}
.util {
	width: 100%;
	height: 56px;
	font-size: 40px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #ee442f;
	line-height: 56px;
	text-align: center;
	margin-bottom: 46px;
	margin-top: 50px;
}
.container .tool-list {
	margin: 0 auto;
	width: 1200px;
	display: flex;
	flex-wrap: nowrap;
}
.tool-list div {
	text-align: center;
	width: 316px;
	height: 150px;
	background: #f9f9f9;
	display: inline-block;
}
.tool-list div a {
	width: 316px;
	height: 150px;
	display: block;
}
.tool-list div img {
	width: 64px;
	height: 64px;
	border-radius: 19px;
	margin-top: 27px;
}
.tool-list div h3 {
	height: 22px;
	font-size: 16px;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #333333;
	line-height: 22px;
	margin-top: 13px;
}
.container .school-wrapper .school .school-list .school-name .teshu{
    font-size: 0.22rem;
  }