.banner1{
	margin-bottom: 20px;
}
.banner2{

	margin-bottom: 15px;
}
.banner2 img{
	width: 1200px;
}
.swiper-container {
	width: 1200px;
	height: 450px;
	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;
}


.news {
	position: relative;
	height: 170px;
}

.news>.title {
	position: absolute;
	left:0;
	top:0;
	background-image: url(../news-title.png);
	width: 211px;
	height: 103px;
}
.news>.title>a{
	display:inline-block;
	width:100%;
	height: 100%;
}

.news>.more {
	position: absolute;
	right:0;
	top:30px;
	text-decoration: none;
	
	display: block;
	width: 62px;
	height: 14px;
	background-image: url(../news-more.png);
}


.news>.items {
	position: absolute;
	left:305px;
	top:0;
}

.news>.items>li {
	position: relative;
	height: 170px;
}
.news>.items>li .date {
	display: inline-block;
	width:80px;
	height:104px;
	margin-top: 25px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	
	background-image: url(../news-date.png);
	vertical-align: top;
}
.news>.items>li .date>span{
	display: block;
	height: 58x;
	line-height: 58px;
	font-size: 40px;
	color: #fff;
	text-align: center;
}
.news>.items>li .con{
	display: inline-block;
	margin-left:18px;
	margin-top:25px;
	vertical-align: top;

}
.news>.items>li .con .title{
	height: 34px;
	line-height: 34px;
	color:#000;
	font-size:22px;
	text-decoration: none;
}
.news>.items>li .con .title:hover,
.news>.items>li .con .title:active {
	color: #00AD4D;
}

.news>.items>li .con .desc{
	width: 620px;
	line-height: 180%;
	color:#656565;
	font-size:14px;
}

.lessons {
	
}

.lessons>.title {
	height: 56px;
	line-height: 56px;
	color: #333333;
	font-size: 24px;
}
.lessons>.title>a{
	color: #333333;
	font-size: 24px;
	text-decoration: none;
}
.lessons>.title>a:hover,
.lessons>.title>a:active {
	color: #00AD4D;
}

.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;

	-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);

	overflow: hidden;
}

.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 .teacher>a {
	margin-right:5px;
	color: #777777;
}
.lessons>ul.items>li .teacher>a:hover,
.lessons>ul.items>li .teacher>a:active {
	color: #00AD4D;
}
.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;
}



.activities {
	
}

.activities>.title {
	height: 56px;
	line-height: 56px;
	color: #333333;
	font-size: 24px;
}
.activities>.title>a{
	color: #333333;
	font-size: 24px;
	text-decoration: none;
}
.activities>.title>a:hover,
.activities>.title>a:active {
	color: #00AD4D;
}

.activities>ul.items {
	clear: both;
}

.activities>ul.items>li {
	width: 285px;
	height: 250px;
	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;

	-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);
	overflow: hidden;
}

.activities>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);
}

.activities>ul.items>li:nth-child(4n) {
	margin-right: 0;
}

.activities>ul.items>li .thumb {
	width:285px;
	height:170px;
	overflow: hidden;
	background-color: #FEDBC8;
}

.activities>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;
}

.activities>ul.items>li .title {
	padding:10px 10px;
}
.activities>ul.items>li .title>a{
	line-height: 150%;
	font-weight: bold;
	font-size: 16px;
	color: #000;

	text-decoration: none;
}
.activities>ul.items>li .title>a:hover,
.activities>ul.items>li .title>a:active {
	color: #00AD4D;
}

 


.teachers {
	
}

.teachers>.title {
	height: 56px;
	line-height: 56px;
	color: #333333;
	font-size: 24px;
}
.teachers>.title>a{
	color: #333333;
	font-size: 24px;
	text-decoration: none;
}
.teachers>.title>a:hover,
.teachers>.title>a:active {
	color: #00AD4D;
}
.teachers>ul.items {
	clear: both;
}

.teachers>ul.items>li {
	width: 224px;
	height: 260px;
	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;

	-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);
	overflow: hidden;
}

.teachers>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);
}

.teachers>ul.items>li:nth-child(5n) {
	margin-right: 0;
}

.teachers>ul.items>li .thumb {
	width:224px;
	height:135px;
	overflow: hidden;
	background-color: #FEDBC8;
}

.teachers>ul.items>li .thumb img {
	width:224px;
	min-height: 135px;

	-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;
}

.teachers>ul.items>li .title {
	height: 40px;
	padding:0 10px;
}
.teachers>ul.items>li .title>a{
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #000;

	text-decoration: none;
}
.teachers>ul.items>li .title>a:hover,
.teachers>ul.items>li .title>a:active {
	color: #00AD4D;
}


.teachers>ul.items>li .info {
	line-height: 190%;
	padding:0px 10px 10px 10px;
	font-size: 12px;
	color: #777777;
}
.teachers>ul.items>li .info *{
	line-height: 190%;
	font-size: 12px;
	color: #777777;
}

.site-tip{
	background-image: url(../site-tip.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	height: 312px;
	margin:0 auto;
}