.banner1{
	margin-bottom: 20px;
}


.swiper-container {
	width: 1200px;
	height: 360px;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	opacity: 1 !important;
	background: #fff !important;
	margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
	background: #FFCC36 !important;
}

.swiper-pagination {
	bottom: 16px !important;
}


.catlist {
	padding-bottom: 20px;
}

.catlist>.title {
	height: 60px;
	line-height: 60px;
	color: #333333;
	font-size: 20px;
}


.catlist ul {
	padding: 0;
}

.catlist ul>li {
	padding: 0;
	margin: 0;
	margin-right: 9px;
	margin-bottom: 12px;
	display: inline-block;
}
.catlist ul>li:nth-child(10n){
	margin-right: 0;
}

.catlist ul>li>a {
	display: block;
	background-color: #E5E5E5;
	line-height: 36px;
	padding: 0 37px;

	color: #333;
	font-size: 16px;

	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;
	-o-border-radius: 36px;
	border-radius: 36px;

	text-decoration: none;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.catlist ul>li>a:hover,
.catlist ul>li>a:active,
.catlist ul>li>a.sel {
	background-color: #1DA977;
	color: #fff;
}
.special-image{
	margin-bottom: 20px;
}
.special-image img{
	width: 1200px;
	max-width: 1200px;
}

.lessons {
}

.lessons>.title {
	padding:10px 0;
	line-height: 130%;
	color: #333333;
	font-size: 24px;

	word-break: break-all;
}
.lessons>.title>.more {
	float: right;
	font-size: 14px;
}

.lessons>ul.items {
	clear: both;
}

.lessons>ul.items>li {
	width: 285px;
	height: 320px;
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 25px;
	background: #FFFFFF;


	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;

	overflow: hidden;

	-moz-transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;

	-moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
	-o-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
}

.lessons>ul.items>li:hover {
	-moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);

	transform:translateY(-10px);
}

.lessons>ul.items>li:nth-child(4n) {
	margin-right: 0;
}

.lessons>ul.items>li .thumb {
	width:285px;
	height:170px;
	overflow: hidden;
	background-color: #FEDBC8;
}

.lessons>ul.items>li .thumb img {
	width:285px;
	min-height: 170px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.lessons>ul.items>li .title {
	height: 40px;
	padding:0 10px;
}
.lessons>ul.items>li .title>a{
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #000;

	text-decoration: none;
}
.lessons>ul.items>li .title>a:hover,
.lessons>ul.items>li .title>a:active {
	color: #00AD4D;
}

.lessons>ul.items>li .teacher {
	line-height: 20px;
	padding:0 10px;
	margin-bottom: 11px;
	font-size: 12px;
	color: #777777;
}
.lessons>ul.items>li .joins {
	line-height: 20px;
	padding:0 10px;
	font-size: 12px;
	color: #777777;
}
.lessons>ul.items>li .info {
	line-height: 20px;
	padding:10px 10px;
	font-size: 12px;
	color: #777777;
}
.lessons>ul.items>li .info:before{
	content: '';
	display: block;

	height: 1px;
	margin-bottom: 10px;
	background-color: #EDEDED;
	overflow: hidden;
}


.site-tip{
	width:477px;
	height: 100px;
	margin:0 auto;
}