body {
	background: #eee;
}
#container {
	width: 1150px;
	margin: 0 auto;
	padding: 40px 0;
}
#container:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.citylist {
	width: 1175px;
	height: 80px;
	background: #FFF;
	margin-bottom: 20px;
}
.citylist ul {
	padding-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.citylist ul li {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 20px;
}
.citylist ul li a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 18px;
	border-radius: 20px;
	color: #4166F3;
	border: #4166F3 solid 1px;
	box-sizing: border-box;
}
.citylist ul li.curr a, .citylist ul li:hover a {
	background: #4166F3;
	color: #fff;
}
.citylist ul li.curr a {
	cursor: default;
}
.main {
	width: 800px;
	min-height: 750px;
	float: left;
	background: #fff;
	padding: 20px;
}
.main h2 {
	font-weight: normal;
	line-height: 50px;
	height: 60px;
	text-align: center;
	margin: 0 auto;
	width: 780px;
}
.banner {
	width: 800px;
	height: 300px;
}
/* course */

.course {
	width: 800px;
	margin-top: 30px;
	border: #eee solid 1px;
	box-shadow: 0px 0px 3px #999;
	box-sizing: border-box;
	position: relative;
	padding: 10px 0 30px;
}
.course:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.course dl {
	width: 142px;
	height: 200px;
	float: left;
	margin-left: 13px;
	border: #1195FE solid 1px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 10px;
}
.course dl dt {
	text-align: center;
	height: 110px;
	line-height: 110px;
	background: #F5FBFF;
	border-bottom: #CCC solid 1px;
	padding-top: 30px;
	border-radius: 10px 10px 0 0;
}
.course dl dd {
	height: 50px;
	line-height: 24px;
	padding-top: 5px;
}
.course dl dd b {
	font-weight: normal;
	color: #333;
	font-weight: bold;
}
.course dl dd p {
	color: #f50;
	font-size: 12px;
}
.course dl:hover dt {
	background: #DBEDF9;
}
/* news */
.news {
	width: 800px;
	margin-top: 30px;
	border: #eee solid 1px;
	box-shadow: 0px 0px 2px #999;
	box-sizing: border-box;
	position: relative;
	padding: 10px 0 20px;
}
.news dl {
	width: 780px;
	margin: 20px auto 30px;
	height: 250px;
	background: #f8f8f8;
	border-radius: 10px 0 0 10px;
}
.news dl dt {
	float: left;
	width: 30px;
	padding: 50px 5px 0;
	height: 200px;
	font-size: 18px;
	text-align: center;
	background: #C493C0;
	color: #fff;
	border-radius: 10px 0 0 10px;
}
.news dl:nth-child(2) dt {
	background: #4DAEE3;
}
.news dl dd {
	float: left;
	width: 500px;
}
.news dl dd:last-child {
	float: right;
	width: 205px;
	height: 250px;
}
.news dl dd img {
	border: #ccc solid 1px;
	padding: 3px;
	background: #fff;
	margin: 15px 5px 0 0;
}
.news dl dd ul {
	width: 500px;
	padding: 10px 0;
	color: #444;
}
.news dl dd li {
	height: 33px;
	line-height: 33px;
}
.news dl dd li b {
	padding-left: 10px;
	width: 100px;
	height: 25px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	font-weight: normal;
}
.news dl dd li i {
	width: 35px;
	height: 18px;
	line-height: 18px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	background: #136CE6;
	color: #fff;
	border-radius: 2px;
	font-size: 11px;
	padding: 0 3px;
}
.news dl dd li .i1 {
	background: #0C9;
}
.news dl dd li .i2 {
	background: #7DD90D;
}
.news dl dd li .i3 {
	background: #0DD9CF;
}
.news dl dd li .i4 {
	background: #F66A71;
}
.online {
	width: 500px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	background: #f50;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
	opacity: 0.7;
	cursor: pointer;
}
.online a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
}
.online:hover {
	opacity: 1;
}
/*  学员分享 */


.studentlist {
	width: 800px;
	margin-top: 30px;
	border: #eee solid 1px;
	box-shadow: 0px 0px 2px #999;
	box-sizing: border-box;
	position: relative;
	padding: 10px 0 20px;
}
.student {
	width: 800px;
	margin: 0 auto;
	padding: 15px 0;
}
.student:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.student dl {
	width: 380px;
	height: 130px;
	padding: 10px;
	float: left;
	margin: 10px 0 15px 12px;
	background: #FFF;
	border: #ccc solid 1px;
	box-sizing: border-box;
}
.zy dl {
	background: url(../images/schoolmate/zym.png) no-repeat 5px 5px;
	background-size: 35px 35px;
}
.student dl:nth-child(2n) {
	margin-right: 0;
}
.student dl dt {
	width: 90px;
	height: 90px;
	float: left;
	text-align: center;
	position: relative;
	border-radius: 50%;
	padding: 2px;
	border: #999 solid 1px;
	overflow: hidden;
	box-sizing: border-box;
}
.student dl dt img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.student dl dt p {
	text-align: center;
	width: 100%;
	background: rgb(0, 0, 0, 0.6);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 12px;
}
.student dl dd b {
	color: #666;
}
.student dl dd i {
	color: #666;
}
.student dl dd {
	width: 260px;
	height: 125px;
	float: right;
	text-align: justify;
	color: #999;
	font-size: 13px;
}
.student dl dd span {
	text-align: right;
	font-style: italic;
	color: #F60;
	font-size: 12px;
}
/*  老师 */
.teacher {
	width: 800px;
	margin-top: 30px;
	border: #eee solid 1px;
	box-shadow: 0px 0px 2px #999;
	box-sizing: border-box;
	position: relative;
	padding: 10px 0 20px;
}
.teacher ul.item {
	padding-top: 10px;
	height: 60px;
	margin: 0 auto;
	width: 680px;
}
.teacher ul.item li {
	width: 130px;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	float: left;
	margin: 0 20px;
	text-align: center;
	color: #3F75E6;
	border: #3F75E6 solid 1px;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 18px;
}
.teacher ul.item li.curr {
	background: #3F75E6;
	color: #FFF;
	cursor: default;
}
.teacher ul.info {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	display: none;
}
.teacher ul:nth-child(3) {
	display: block;
}
.teacher ul.info li {
	width: 180px;
	height: 270px;
	float: left;
	margin: 0 0 0 15px;
	border: #ccc solid 1px;
	background: #FFF;
	position: relative;
}
.teacher ul.info li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	height: 25px;
	line-height: 25px;
	background: rgb(0, 0, 0, 0.5);
}
.teacher ul.info li p.desc {
	width: 160px;
	height: 250px;
	font-size: 13px;
	padding: 10px;
	text-align: justify;
	display: none;
}
.teacher ul.info li p b {
	display: block;
	text-align: center;
	font-weight: normal;
	width: 100%;
	line-height: 80px;
	font-size: 18px;
}
.teacher ul.info li:hover p {
	display: none;
}
.teacher ul.info li:hover p.desc {
	display: block;
}
/*  课程  */
.kecheng {
	width: 800px;
	margin-top: 30px;
	border: #eee solid 1px;
	box-shadow: 0px 0px 2px #999;
	box-sizing: border-box;
	position: relative;
	padding: 10px 0 20px;
}
.kechenglist {
	width: 800px;
	height: 350px;
	margin: 0 auto;
}
.kechenglist dl {
	width: 180px;
	height: 350px;
	float: left;
	margin: 0 0 0 15px;
	border: #ccc solid 1px;
	background: #FFF;
	position: relative;
}
.kechenglist dl dt {
	text-align: center;
	padding-top: 60px;
	font-weight: bold;
	background: url(../images/city/ms.png) no-repeat center 10px;
	background-size: 50px 50px;
}
.kechenglist dl:nth-child(2) dt {
	background: url(../images/city/bs.png) no-repeat center 10px;
	background-size: 50px 50px;
}
.kechenglist dl:nth-child(3) dt {
	background: url(../images/city/wl.png) no-repeat center 10px;
	background-size: 50px 50px;
}
.kechenglist dl:nth-child(4) dt {
	background: url(../images/city/vip.png) no-repeat center 10px;
	background-size: 50px 50px;
}
.kechenglist dd {
	padding: 10px;
	text-align: justify;
}
.kechenglist p {
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
}
.kechenglist p span {
	display: block;
	width: 60%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	background: #f50;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}
/*  学员分享 */


.rooms {
	width: 800px;
	margin-top: 30px;
	border: #eee solid 1px;
	box-shadow: 0px 0px 2px #999;
	box-sizing: border-box;
	position: relative;
	padding: 10px 0 20px;
}
/*  ads  */

.main .ads {
	width: 800px;
	height: 120px;
	background: #CCC;
	margin-top: 20px;
}
/* address */
.address dl {
	width: 750px;
	padding: 15px 0;
	margin: 0 auto;
	border-bottom: #999 dashed 1px;
	line-height: 33px;
	color: #777;
	position: relative;
}
.address dl:last-child {
	border-bottom: none;
}
.address dl dt {
	color: #000;
	padding-left: 35px;
	font-size: 16px;
	background: url(../images/city/address.png) no-repeat left top;
	background-size: 30px 30px;
	padding-bottom: 10px;
}
.address dl dt span {
	font-size: 13px;
	color: #F50;
}
.address dl b {
	font-weight: normal;
	color: #000;
}
.address dl dd span {
	color: #06F;
	cursor: pointer;
}
.address dl dd.area {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 25px;
	color: #ddd;
}
.address dl dd i {
	color: #333;
}
/* rooms */
.rooms ul.environmental {
	width: 800px;
	margin-top: 10px;
}
.rooms ul.environmental:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.rooms ul.environmental li {
	width: 185px;
	height: 145px;
	margin: 10px 0 10px 11px;
	float: left;
	background: #fff;
}
.rooms ul.environmental li:nth-child(4n) {
	margin-right: 0;
}
.rooms ul.environmental li img {
	border: #bbb solid 1px;
	box-sizing: border-box;
	padding: 2px;
}
/* 右边 */

.sidebar {
	position: absolute;
}
.campusbar {
	top: 200px;
}
.sidebar h3 a, .sidebar h1 a {
	color: #444;
}
.cityinfo {
	height: auto;
	padding-bottom: 20px;
}
.cityinfo dl dd {
	line-height: 30px;
}
.cityinfo dl dd.web {
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	line-height: 40px;
}
.cityinfo dl dd span {
	color: #03F;
	cursor: pointer;
}
.cityinfo ul {
	padding: 20px 0 0;
	height: 50px;
}
.cityinfo li {
	float: left;
	width: 125px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: #f50 solid 1px;
	box-sizing: border-box;
	margin-right: 20px;
	border-radius: 5px;
	color: #f50;
	cursor: pointer;
	font-size: 18px;
}
.cityinfo li:nth-child(2) {
	margin-right: 0;
	background: #f50;
	color: #fff;
}
.sidebar .ads {
}
/* 本周课表  */

.schedule {
	padding: 5px 0;
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.schedule dl {
	padding: 10px 0 10px;
	border-bottom: #CCC dashed 1px;
	line-height: 28px;
}
.schedule dl dt {
	color: #66F;
}
.schedule dl span {
	float: right;
	font-style: italic;
	color: #999;
	font-size: 12px;
}
.zhuangyuan {
	padding-bottom: 10px;
}
.zhuangyuan .zy {
	width: 270px;
	height: 275;
	background: #CCC;
}
.zhuangyuan .zy .swiper-slide {
	position: relative;
}
.zhuangyuan dl dt {
	text-align: center;
	line-height: 40px;
	padding: 10px 0 0;
	font-size: 16px;
	color: #28A7ED;
}
.zhuangyuan dl dd {
	border-bottom: #bbb dashed 1px;
	padding: 10px 0;
}
.zhuangyuan dl dd span {
	width: 25%;
	display: inline-block;
	text-align: center;
}
.zhuangyuan dl dd span:nth-child(2) {
	width: 45%;
}
/* xznews */
.xznews {
	height: auto;
	padding-bottom: 20px;
}
.xznews dl dd {
	line-height: 32px;
	height: 32px;
	overflow: hidden;
}
/* 滚动 */

.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff
}
/*  adswin */

#adswin {
	width: 600px;
	height: 360px;
	border: #eee solid 8px;
	background: #fff;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -200px;
	box-shadow:5px 5px 5px #ccc;
	display:none;
}
#adswin dt {
	width: 600px;
	height: 260px;
	position: relative;
}
#adswin dt span {
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 15px;
	box-sizing: border-box;
	border: #FFF solid 2px;
	display: block;
	width: 30px;
	height: 29px;
	padding-top:2px;
	text-align:center;
	cursor:pointer;
}


#adswin dd {
	width: 600px;
	height: 100px;
	background: #fff;
}
#adswin ul {
	width: 530px;
	height: 40px;
	padding-top: 30px;
	margin: 0 auto;
	border-top: #CCC solid 1px;
}
#adswin li {
	float: left;
	width: 140px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: #f50 solid 1px;
	box-sizing: border-box;
	margin: 0 55px;
	border-radius: 5px;
	color: #f50;
	cursor: pointer;
	font-size: 18px;
}
#adswin li:nth-child(2) {
	margin-right: 0;
	background: #f50;
	color: #fff;
}
