@charset "utf-8";
/* CSS Document */

/*ad1*/
.ad1{
	width: 100%;
	/*height: 160px;*/
	overflow: hidden;
	/*background: #ff9d0b;*/
}
.ad1 .wp{
	width: 990px;
}
.ad1 .l{
	overflow: hidden;
	float: none;
}
.ad1 .l h3{
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #4b4b4b;
}
.ad1 .l p{
	font-size: 16px;
	line-height: 26px;
	color: #5a5a5a;
}

.ad1 .bm{
	margin-top: 15px;
	transition: all 0.2s;
}
.ad1 .bm:hover{
	background: #ffd100;
	color: #282828;
	transition: all 0.2s;
}
/*7要素*/
.ad2{
	margin-top: 10px;
	position: relative;
	background: #f4f4f4;
}
.ad2 .con{
	height: 480px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.ad2 .d{
	width: 210px;
	position: absolute;	
	top: 20px;
	cursor: pointer;
}
.ad2 .d1{
	left: 93px;
}
.ad2 .d2{
	right: 162px;
}
.ad2 .d span{
	display: block;
	width: 190px;
	height: 3px;
	background: #999999;
	margin-bottom: 20px;
}
.ad2 .d span  i{
	background: #ff9d00;
	display: block;
	width: 0;
	height: 3px;
	transition: all 0.2s;
}
.ad2 .d.on i{
	width: 100%;
	transition: all 0.2s;
}
.ad2 .d div{
	overflow: hidden;
	color: #1a1a1a;
	transition: all 0.2s;
}
.ad2 .d h4{
	font-family: Impact;
	font-size: 34px;
	float: left;
}
.ad2 .d p{
	font-size: 18px;
	float: left;
	margin-left: 24px;
}
.ad2 .d:nth-child(2){
	top: 161px;
}
.ad2 .d:nth-child(3){
	top: 308px;
	left: 154px;
}
.ad2 .d:nth-child(4){
	left: 331px;
}
.ad2 .d:nth-child(6){
	top: 161px;
	right: 90px;
}
.ad2 .d:nth-child(7){
	top: 308px;
	right: 141px;
}
.ad2 img{
	position: absolute;
	top: 96px;
	left: 355px;
	z-index: 10;
}
.ad2 .d.on div{
	color: #ff9d0b;
	transition: all 0.2s;
}
/*优秀学子*/
.xuezi{
	/*height: 770px;*/
	/*background: #fdd831;*/
	overflow: hidden;
	position: relative;
	padding-bottom: 70px;
}
.xuezi .tit h3{
	color: #282828;
}
.xuezi .tit h3 span{
	color: #282828;
}
.xuezi .tit p{
	color: #282828;
}
.xuezi .tit p span{
	color: #282828;
}
.xuezi ul{
	overflow: hidden;
	position: relative;
	z-index: 100;
}
.xuezi li{
	width: 210px;
	float: left;
	margin-right: 36px;
	overflow: hidden;
	overflow: hidden;
	margin-bottom: 87px;
}
.xuezi li:nth-child(5n){
	margin-right: 0;
}
.xuezi li a{
	display: block;
	/*margin-top: 10px;*/
	overflow: hidden;
	position: relative;
	transition: all 0.2s;
	/*border-top: 3px solid transparent;*/
}
.xuezi li .d, .xuezi li .bk{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	font-size: 18px;
	line-height: 30px;
	color: #fff;	
}
.xuezi li .d{
	top: -100%;
	transition: all 0.2s;	
	text-align: center;
}
.xuezi li img{
	width: 210px;
	height: 687px;
}
.xuezi li .bk{
	background: #000;
	opacity: 0.55;	
	z-index: 1;
}
.xuezi li .con{
	position: relative;
	z-index: 10;
}
.xuezi li .p1{
	margin-top: 70px;
}
.xuezi li .p2{
	color: #ff9d0b;
}
/*.xuezi li:hover a{
	margin-top: 3px;
	border-top: 3px solid #ff9d0b;
	transition: all 0.5s;
}*/
.xuezi li:hover .d{
	top: 0;
	transition: all 0.5s;
}
.divbk{
	height: 770px;
	background: #fdd831;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
.xuezi .aa{
	/*margin-top: 665px;*/
}
div.aa{
	text-align: center;
	margin-top: 50px;
	overflow: hidden;
}
div.aa a{
	margin: 0 13px;
}
div.aa a:nth-child(2){
	background: #282828;
	color: #fdd831;
}
/*精品课程*/
.class{
	width: 1290px;
}
.slidec{
	overflow: hidden;
	position: relative;
}
.slidec .bd ul{
	overflow: hidden;
}
.slidec .bd li{
	width: 275px;
	margin-right: 33px;
	overflow: hidden;
	float: left;
	border-radius: 9px;
	background: #ffd100;
	height: 340px;
	text-align: center;
}
.slidec .bd li:nth-child(2n){
	background: #c8c8c8;
}
.slidec .bd a{
	display: block;
	position: relative;
	overflow: hidden;
	color: #333333;
	transition: all 0.4s;
	height: 340px;
}

.slidec li .con{
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.slidec li .p1{
	margin-top: 90px;
	font-size: 30px;
}
.slidec li .con span{
	display: block;
	width: 44px;
	height: 3px;
	background: #333;
	margin: 20px auto;
}
.slidec li .p2{
	font-size: 18px;
	line-height: 28px;
}
.slidec li:hover a{
	transform: scale(1.1);
	transition: all 0.4s;
}
.slidec .apn{
	width: 100%;
	position: absolute;
	top: 135px;
	left: 0;
}
.class .bm{
	background: #ffd100;
	color: #282828;
}
/*广告3*/
.ad3{
	width: 100%;
	height: 209px;
	background: url(../images/ad.jpg) center 0 no-repeat;
	overflow: hidden;
	margin-top: 40px;
}
.ad3 .wp{
	margin-top: 64px;
}
.ad3 h3{
	font-size: 36px;
	color: #282828;
	padding: 15px 35px;
	background: url(../images/add1.png) 0 0 no-repeat, url(../images/add2.png) right bottom no-repeat;
	float: left;
	font-weight: normal;
}
.ad3 h3 span{
	font-size: 40px;
}
.ad3 .bm{
	width: 285px;
	height: 67px;
	line-height: 67px;
	background: #282828;
	border-radius: 9px;
	color: #f4c802;
	margin-top: 7px;
}
.ad3 .bm span{
	padding-left: 70px;
	background: url(../images/add3.png) 0 center no-repeat;
	font-size: 30px;
}
.slidet{	
	overflow: hidden;
}
.slidet .hd{
	width: 700px;
	float: left;
	overflow: hidden;
    position: relative;
    left: 100px;
}
.slidet .ul{
	overflow: hidden;
}
.slidet .hd li{
	height: 300px;
	float: left;
	overflow: hidden;
	margin: 0 15px 20px 0;
}
.slidet .hd a{
	display: block;
	overflow: hidden;
	position: relative;
}
.slidet .hd img{
	height: 300px;
}
.slidet .hd .bk{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ff700a;
	opacity: 0;
	transition: 0.2s;
}
.slidet .hd li.on .bk{
	opacity: 0.3;
	transition: 0.2s;
}
.slidet .bd{
	width: 395px;
	height: 620px;
	float: right;
	background: #eaeaea;
	overflow: hidden;
}
.slidet .bd li{
	float: left;
	padding: 50px 26px 0; 
}
.slidet .bd h3{
	font-size: 24px;
	color: #4d4d4c;
	font-weight: normal;
}
.slidet .bd p{
	font-size: 16px;
	color: #939392;
	line-height: 28px;
	margin-top: 20px;
}
.slidet .bm{
	width: 160px;
	height: 45px;
	line-height: 45px;
	margin: 0 4px;
	background: #282828;
	color: #ffd100;
}
.slidet .bm:nth-child(2){
	background: #ffd100;
	color: #282828;
	transition: all 0.2s;
}
.slidet .bm:nth-child(1):hover{
	background: #ffd100;
	color: #282828;
	transition: all 0.2s;
}
/*作品赏析*/
.works{
	width: 100%;
	height: 664px;
	background: #ffd100;
	overflow: hidden;
	margin-top: 40px;
}
.works .fcf9{
	color: #282828;
}
.works .fcf9 span{
	color: #282828;
}
.slidew{
	overflow: hidden;
}
.slidew .hd{
	overflow: hidden;
	text-align: center;
}
.slidew .hd .span{
	display: inline-block;
	width: 134px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	color: #282828;
	border-radius: 17px;
	background: #fff3bf;
	margin: 0 6px;
	transition: all 0.2s;
}
.slidew .hd span.on,.slidew .hd .span:hover{
	background: #282828;
	color: #ffd100;
	transition: all 0.2s;
}
.slidew .bd{
	margin-top: 35px;
	overflow: hidden;
	background: #fff;
	padding: 8px;
}
.slidew .bdcon{
	overflow: hidden;
}
.slidew .bd ul{
	overflow: hidden;
}
.slidew .bd li{
	float: left;
	width: 230px;
	height: 321px;
	margin-right: 8.5px;
}
.slidew .bd li a{
	display: block;
	overflow: hidden;
}
.slidew .bd li img{
	width: 230px;
	height: 321px;
}
.slidew .bd li:last-child{
	margin-right: 0;
}
.works .wpc{
	text-align: center;
	margin-top: 40px;
	font-size: 20px;
}
.works .wpc a{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

/*微课堂*/
.vine{
	margin-top: 60px;
}
.video{
	width: 519px;
	margin-left: 40px;
	float: left;
	overflow: hidden;
}
.video .img{
	width: 519px;
	height: 293px;
	position: relative;
	overflow: hidden;
	display: block;
}
.video img{
	width: 519px;
	height: 293px;
}
.video .bk{
	width: 100%;
	height: 100%;
	background: url(../images/v.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.video h3{
	color: #4d4d4d;
	font-size: 22px;
	line-height: 60px;
}
.video p{
	font-size: 16px;
	color: #808080;
}
.video .bm{
	background: #282828;
	color: #ffd100;
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
}
.news{
	width: 524px;
	float: right;
	overflow: hidden;
	margin-right: 42px;
}
.news li{
	overflow: hidden;
	padding-bottom: 18px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.news li .l{
	overflow: hidden;
	width: 80px;
	text-align: center;
	color: #b3b3b3;
	transition: all 0.2;
}
.news li .l span:nth-child(1){
	font-weight: bold;
	font-size: 48px;
	line-height: 57px;
}
.news li .l span:nth-child(2){
	font-size: 14px;
}
.news li .r{
	width: 436px;
	overflow: hidden;
}
.news li .r h3{
	font-size: 16px;
	font-weight: normal;
	color: #4d4d4d;
	transition: all 0.2s;
}
.news li .r p{
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
	line-height: 23px;
	transition: all 0.2s;
}
.news li:last-child{
	margin-bottom: 0;
}
.news li:hover .l{
	color: #ff9d0b;
	transition: all 0.2s;
}
.news li:hover h3{
	color: #ff9d0b;
	transition: all 0.2s;
}
.news li:hover p{
	color: #ff9d0b;
	transition: all 0.2s;
}

/*广告4*/
.ad4{
	width: 100%;
	height: 167px;
	background: #ffd100;
	overflow: hidden;
	margin-top: 50px;
}
.ad4 .wp{
	margin-top: 45px;
}
.ad4 .l{
	margin-left: 44px;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
}
.ad4 .l h3{
	font-size: 34px;
	font-weight: normal;
}
.ad4 .l span{
	color: #fbeddf;
	font-size: 18px;
}
.ad4 .l p{
	margin-top: 10px;
}
.ad4 .r{
	overflow: hidden;
	margin-top: 25px;
	font-size: 16px;
}
.ad4 label{
	float: left;
	width: 239px;
	height: 47px;
	line-height: 47px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 23px;
}
.ad4 label span{
	float: left;	
	color: #999999;
	padding-left: 15px;
}
.ad4 label .ipt1{
	float: left;
	width: 143px;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
}
.ad4 .ipt2{
	float: left;
	width: 144px;
	height: 47px;
	border-radius: 8px;
	text-align: center;
	line-height: 47px;
	color: #ffd100;
	font-size: 16px;
	background: #282828;
	margin-right: 43px;
}
/*关于画室*/
.about .wp{
	margin-top: 20px;
}
.about .l{
	margin-left: 18px;
	overflow: hidden;
	position: relative;
	width: 600px;
}
.about .bd div{
	overflow: hidden;
}
.about .bd a{
	display: block;
	overflow: hidden;
	float: left;
}
.about .bd img{
	width: 600px;
	height: 360px;
}
.about .hd{
	width: 100%;
	bottom: 16px;
	position: absolute;
	left: 0;
	text-align: center;
	height: 10px;
}
.about .hd span{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0 7px;
	background: #fff;
}
.about .hd span.on{
	background: #ffa92a;
}
.about .r{
	width: 550px;
	overflow: hidden;
}
.about .r p{
	font-size: 14px;
	color: #7c7c7c;
	line-height: 33px;
}
.about .r p a{
	color: #ff9d0b;
}
.about .r div{
	overflow: hidden;
	margin-top: 35px;
}
.about .r div a{
	display: block;
	float: left;
	width: 228px;
	height: 81px;
	text-align: center;
	line-height: 81px;
	background: #e6e6e6;
	color: #808080;
	font-size: 18px;
	margin: 0 10px 10px 0;
	transition: all 0.2s;
}
.about .r div span{
	display: inline-block;
	padding-left: 60px;
	background: url(../images/ab1.png) 0 center no-repeat;
}
.about .r div a:nth-child(2) span{
	background: url(../images/ab2.png) 0 center no-repeat;
}
.about .r div a:nth-child(3) span{
	background: url(../images/ab3.png) 0 center no-repeat;
}
.about .r div a:nth-child(4) span{
	background: url(../images/ab4.png) 0 center no-repeat;
}
.about .r div a:hover{
	color: #fff;
	background: #ff9d0b;
	transition: all 0.2s;
}
.about .r div a:nth-child(1):hover span{
	background: url(../images/ab11.png) 0 center no-repeat;
}
.about .r div a:nth-child(2):hover span{
	background: url(../images/ab21.png) 0 center no-repeat;
}
.about .r div a:nth-child(3):hover span{
	background: url(../images/ab31.png) 0 center no-repeat;
}
.about .r div a:nth-child(4):hover span{
	background: url(../images/ab41.png) 0 center no-repeat;
}
/*八大优势*/
.bada{
	width: 100%;
	height: 654px;
	background: url(../images/ba.jpg) center 0 no-repeat;
	overflow: hidden;
	margin-top: 70px;
}
.slideb{
	overflow: hidden;
	position: relative;
	margin-top: 25px;
}
.slideb .bd{
	width: 1076px;
	margin: 0 auto;
	border-radius: 6px;
	overflow: hidden;
}
.slideb .bd ul{
	overflow: hidden;
}
.slideb .bd li{
	overflow: hidden;
	width: 1076px;
	height: 291px;
}
.slideb .bd li div{
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	padding: 30px 60px 0;
}
.slideb .bd .l{
	overflow: hidden;
	background: #5a5a5a;
	color: #ffd100;
}
.slideb .bd h3{
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}
.slideb .bd h3 em{
	font-size: 50px;
	font-family: "Impact";
	color: #ffd100;
	font-style: italic;
	letter-spacing: 2px;
	vertical-align: middle;
	padding-right: 20px;
}
.slideb .bd h3 span{
	vertical-align: middle;
}
.slideb .bd p{
	font-size: 16px;
	line-height: 30px;
	margin-top: 25px;
}
.slideb .bd .r{
	background: #fffae6;
	color: #282828;
}
.slideb .apn{
	top: 120px;
}
.bap{
	margin-top: 67px;
	overflow: hidden;
	text-align: center;
	font-size: 28px;
	color: #282828;
	line-height: 47px;
	vertical-align: middle;
}
.bap span{
	font-size: 32px;
	color: #fff;
	vertical-align: middle;
}
.bap a{
	width: 171px;
	height: 47px;
	line-height: 47px;
	background: #282828;
	color: #ffd100;
	border-radius: 6px;
}

/*家长咨询*/
.jzzx{
	margin-top: 50px;
	overflow: hidden;
	height: 260px;
	background: url(../images/jzzx.jpg) center 0 no-repeat;
}
.jzzx .wp .wow{
	width: 50%;
	color: #fff;
}
.jzzx .wow .bd{
	overflow: hidden;
}
.jzzx .wow ul{
	overflow: hidden;
}
.jzzx .wow li{
	width: 600px;
	float: left;
	height: 260px;
	/*box-sizing: border-box;*/
	
}
.jzzx .wow li a{
	display: block;
	padding-left: 32px;
	padding-right: 46px;
	/*color: #fff;*/
}
.jzzx h3{
	/*padding-left: 72px;*/
	font-size: 26px;
	margin-top: 26px;
	font-weight: normal;
	padding-top: 25px;
}
.jzzx .l a{
	color: #282828;
}
.jzzx .r a{
	color: #ffd100;
}
.jzzx .wow .r a{
	padding-left: 45px;
}
.jzzx p{
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
}