a {
	text-decoration: none;
	color: #333;
}

body {
	background: #eff3f5;
}


/*首页*/

.main,
.headBox {
	margin: 0 auto;
	width: 1180px;
	font-size: 14px;
	transition: all .4s;
}


/*banner*/

.banner {
	width: 100%;
	height: 279px;
	margin: 20px auto 50px;
}

.swiper-container {
	border-radius: 5px;
	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-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.swiper-slide a img {
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	opacity: 1 !important;
	background: #ccc !important;
	border-radius: 10px !important;
}

.my-bullet-active {
	background: #de6666 !important;
	width: 20px !important;
}

.banner .swiper-button-next {
	background-image: url(/static/front/img/next.png) !important;
	transform: translateX(50px);
	transition: all .4s;
}

.banner .swiper-button-prev {
	background-image: url(/static/front/img/prve.png) !important;
	transform: translateX(-50px);
	transition: all .4s;
}

.bannerBox:hover .swiper-button-next {
	display: block;
	transform: translateX(0);
}

.bannerBox:hover .swiper-button-prev {
	display: block;
	transform: translateX(0);
}


/*公开课*/

.publicClass {
	width: 1180px;
	margin: 0 auto 50px;
	border-radius: 30px;
	background: #fff;
	padding: 40px 60px 60px;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 20px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 20px 0px #dcdcdc;
}

.fa-clock-o {
	font-size: 14px !important;
}

.publicClass ul li:hover {
	transform: none !important;
}

.pClassTit {
	color: #d43636;
	font-size: 21px;
	text-align: center;
	margin-bottom: 20px;
}

.pClassTit::before,
.pClassTit::after {
	content: "";
	display: inline-block;
	height: 1.1px;
	width: 35%;
	background: #dddddd;
	vertical-align: middle;
	margin-right: 7%;
}

.pClassTit::after {
	margin-left: 7%;
	margin-right: 0;
}

.scrollRow {
	position: relative;
	height: 250px;
}

.scroll_prev {
	width: 40px;
	text-align: center;
	font-size: 24px;
	margin-top: 90px;
	cursor: not-allowed;
}

.scroll_next {
	width: 40px;
	text-align: center;
	text-align: right;
	margin-top: 90px;
	cursor: pointer;
}

.scroll_wrapper {
	width: 980px;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.scroll_wrapper .list {
	position: absolute;
	top: 0;
	left: 10px;
	overflow-x: auto;
}

.scroll_wrapper .list li {
	width: 200px;
	text-align: center;
	margin: 0 20px;
	float: left;
}

.pclassInfo {
	color: #999;
	font-size: 12px;
	width: 90%;
	margin: 5px auto 0;
}

.pClassImg {
	margin: 0 auto;
	width: 130px;
	height: 130px;
	padding: 8px;
	overflow: hidden;
	border-radius: 100%;
	border: 2px solid transparent;
}

.theLive {
	border: 2px solid #d43636;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
	-webkit-animation: rotate 8s linear infinite;
	-moz-animation: rotate 8s linear infinite;
	-o-animation: rotate 8s linear infinite;
	animation: rotate 8s linear infinite
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(359deg)
	}
}

@-o-keyframes rotate {
	from {
		-o-transform: rotate(0deg)
	}
	to {
		-o-transform: rotate(359deg)
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(359deg)
	}
}

.pClassImg img {
	width: 100%;
	height: 100%;
	border-radius: 130px;
}

.list h4 {
	width: 85%;
	font-weight: 600;
	margin: 6px auto 5px;
}

.pclassInfo .pclaTea img {
	width: 15px !important;
	height: 15px !important;
	border-radius: 15px;
	vertical-align: bottom;
	margin-right: 5px;
}

.liveBtn {
	background: #d43636;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 12px;
	outline: none;
	border: none;
	cursor: pointer;
}

.liveBtn img {
	width: 22px;
	height: 17px;
}

.noLive {
	background: #999;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 12px;
	outline: none;
	border: none;
}

.classType {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 30px auto;
	overflow: hidden;
	color: #666666;
}

.classType h3 {
	font-size: 25px;
	float: left;
	height: 100%;
}

.classType h3::before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 5px;
	vertical-align: middle;
	background: #d43636;
}

.more {
	display: block;
	float: right;
	height: 28px;
	border: 1px solid #666666;
	padding: 0 15px;
	border-radius: 20px;
	color: #333;
}

.main ul li {
	width: 280px;
	margin: 0 20px 20px 0;
	border-radius: 5px;
	float: left;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	position: relative;
}

.shade {
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: -5px;
	right: -5px;
	bottom: 0;
	left: -5px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.main ul li:nth-of-type(4n) {
	margin-right: 0;
}

.main ul li:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}

.main ul li:hover .shade {
	opacity: 1;
}

.main ul li:hover .classImg img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.recommend li:nth-of-type(9),
.recommend li:nth-of-type(10),
.trialClass li:nth-of-type(9),
.trialClass li:nth-of-type(10),
.recommendClassType li:nth-of-type(9),
.recommendClassType li:nth-of-type(10),
.teacher li:nth-of-type(5) {
	display: none;
}

@media screen and (min-width: 1760px) {
	.main,
	.headBox {
		width: 1480px;
	}
	.main ul li:nth-of-type(5n) {
		margin-right: 0;
	}
	.main ul li:nth-of-type(4n) {
		margin-right: 20px;
	}
	.banner {
		height: 350px;
	}
	.recommend li:nth-of-type(9),
	.recommend li:nth-of-type(10),
	.trialClass li:nth-of-type(9),
	.trialClass li:nth-of-type(10),
	.recommendClassType li:nth-of-type(9),
	.recommendClassType li:nth-of-type(10),
	.teacher li:nth-of-type(5) {
		display: block;
	}
	.bannerBox .swiper-slide img{
		width: 100%;
	}
}

.classImg {
	width: 280px;
	height: 210px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.classImg img {
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.classCon {
	padding: 15px 10px;
	position: relative;
	z-index: 2;
}

.classTit {
	display: inline-block;
	width: 185px;
	font-weight: bold;
	color: #333333;
	vertical-align: bottom;
}

.freeText {
	display: inline-block;
	width: 65px;
	text-align: right;
	color: #FF0000;
}

.classPrice {
	font-size: 12px;
	margin-top: 5px;
}

.price {
	color: #f00;
}

.preferent {
	float: right;
	width: 55px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.preferent>span {
	background: #d43636;
	padding: 2px 8px;
	border-radius: 6px;
}

del {
	color: #999;
	font-size: 10px;
}

.classDetails a {
	display: block;
	width: 55px;
	text-align: center;
	color: #7d7e7e;
	float: right;
}

.recommendPrice {
	width: 100%;
	color: #f00;
	font-size: 12px;
	margin: 5px auto;
}

.recommendClassInfo {
	margin-top: 5px;
	font-size: 12px;
	color: #999999;
}

.line {
	margin: 0 10px;
}

.person {
	display: block;
	width: 65px;
	text-align: right;
}

.teacImg {
	position: relative;
	z-index: 2;
	display: block;
	margin: 20px auto 0;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	border: 1px solid #d74343;
	border-radius: 100%;
	overflow: hidden;
}

.teacImg img {
	width: 100%;
}

.teacher p {
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.teaName {
	width: 100%;
	color: #494949;
	font-weight: 600;
	font-size: 14px;
	margin-top: 25px;
}

.teaType {
	color: #999999;
}

.teaInfo {
	box-sizing: border-box;
	border-top: 1px solid #eff3f5;
	padding: 0 20px;
	margin: 10px auto;
	text-align: left !important;
	color: #666666;
	text-indent: 2em;
}

.recommend img,
.trialClass img {
	width: 100%;
	height: 100%;
}

.openMore {
	font-size: 17px;
	line-height: 80px;
	background: #ccc;
	display: block;
}


/*底部*/

.footer {
	width: 100%;
	background: #fff;
	margin: 60px auto 0;
	padding: 60px 0;
}

.footerBox {
	width: 1180px;
	margin: 0 auto;
}

.fLogo {
	width: 214px;
	height: 164px;
	margin-right: 50px;
}

.fLogo img {
	width: 100%;
	height: 100%;
}

.fcenTop ul li {
	width: 180px;
	text-align: left;
	float: left;
	margin-top: 20px;
}

.fcenTop ul li p {
	color: #999;
	font-size: 12;
	line-height: 32px;
}

.fcenTop ul li p:nth-of-type(1) {
	font-size: 14px;
}

.fcenBot {
	margin-top: 25px;
}

.fcenBot img {
	margin-right: 10px;
}

.fRight {
	padding-top: 20px;
}

.company {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-top: 30px;
}

.fixedRight {
	position: fixed;
	right: 30px;
	bottom: 20vh;
	display: none;
	z-index: 999;
}

.fixedRight p {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #E6E6E6;
	text-align: center;
	cursor: pointer;
	color: #666;
	background: #fff;
}

.fixedRight p i {
	font-size: 25px;
}
.fixedRight p:hover{
	color: #fff;
	background: #333;
}
.feedback span {
	font-size: 18px;
}

@media screen and (min-width: 1760px) {
	.footerBox,.publicClass{
		width: 1480px !important;
	}
	.scroll_wrapper{
		width: 1280px;
	}
	.scroll_wrapper .list li{
		margin: 0 26px;
	}
	.headBox {
		width: 1480px;
	}
	
}

.moreOpenCourse {
	display: block;
	color: #14a6fa;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}

.moreOpenCourse:hover {
	text-decoration: underline;
}

