@charset: "utf-8";
body{
	background: #f1f1f1;
}
.banner .p1{
	float: left;
	color: #333;
	text-align: center;
    white-space: nowrap;
    margin-top: 160px;
    margin-left: 40px;
}
.banner .p1 h1{
	font-size: 45px;
}
.banner .p1 p{
	font-size: 20px;
    margin-top: 15px;
    line-height: 40px;
}
.banner .p1 a{
	display: inline-block;
    width: 199px;
    height: 48px;
    line-height: 48px;
    background: #fe3600;
    color: #fff;
    font-size: 20px;
    margin-top: 55px;
}
.banner .p1> p span{
	color: #bb8853;
}


.banner .p2{
	float: right;
	color: #333;
	text-align: center;
    white-space: nowrap;
    margin-top: 80px;
    margin-right: 40px;
}
.banner .p2> h1{
	font-size: 45px;
}
.banner .p2> p{
	font-size: 20px;
    margin-top: 15px;
    color: #575757;
    line-height: 40px;
}
.banner .p2> p span{
	color: #bb8853;
}
.banner .p2 a{
	display: inline-block;
    width: 199px;
    height: 48px;
    line-height: 48px;
    background: #fe3600;
    color: #fff;
    font-size: 20px;
    margin-top: 55px;
}



.banner .p3{
	color: #333;
	text-align: center;
    white-space: nowrap;
    margin-top: 140px;
}
.banner .p3 h1{
	font-size: 45px;
}
.banner .p3 p{
	font-size: 20px;
    margin-top: 15px;
    color: #575757;
    line-height: 40px;
}
.banner .p3 a{
	display: inline-block;
    width: 199px;
    height: 48px;
    line-height: 48px;
    background: #fe3600;
    color: #fff;
    font-size: 20px;
    margin-top: 55px;
}
.banner .p3> p span{
	color: #bb8853;
}


.u-tt {
	border-bottom: 1px solid #e0dddd;
	padding: 56px 0 10px;
	margin-bottom: 25px;
}
.u-tt h2 {
	font-size: 30px;
}
.u-more {
	padding-top: 20px;
}
.u-more .d-btn {
	float: right;
	background: #fe3600;
	color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
}
.u-bd{

}

/*课程系列*/
.series-item{
	float: left;
	width: 359px;
	margin-left: 60px;
}
.series-item:first-child{
	margin-left: 0;
}
.series-item-tt{
    font-size: 24px;
    padding-bottom: 10px;
    text-align: center;
}
.series-item-bd{
	position: relative;
}
.series-item-bd> img{
    display: block;
	width: 359px;
	height: 296px;
}
.series-item-bd> div{
	position: absolute;
    bottom: 0;
    width: 100%;
}
.series-item-bd> div .bg{
    background: #000;
    opacity: .5;
    height: 80px;
}
.series-item-bd> div .ct{  
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%; 
    height: 80px;
    padding-top: 10px;
    color: #fff;
    text-align: center;
}
.series-item-bd> div .ct> h3{  
    font-size: 20px;
    font-weight: normal;
}
.series-item-bd> div .ct> p{  
    font-size: 16px;
}

/*分类课程*/
.m-course {
	overflow: hidden;
	color: #fff;
}

.c-btn{
	position: absolute;
	bottom: 165px;
	display: block;
	width: 55px;
	height: 55px;
	background: #e6e6e6;
	text-align: center;
	line-height: 55px;
    font-size: 30px;
    color: #fff;
}
.c-btn.btn-next{
	right: -70px;
}
.c-btn.btn-prev{
	left: -70px;
}


.m-course li {
	float: left;
	width: 238px;
	height: 282px;
	margin-right: 2px;
	text-align: center;
}
.m-course li:last-child {
	margin-right: 0;
}

.m-course li p {
	font-size: 30px;
	color: #fff;
}

.m-course li div {
	padding-top: 60px;
	padding-bottom: 15px;
}

.m-course li.b1 {
	background: #b69c87;
}

.m-course li.b2 {
	background: #a98e79;
}

.m-course li.b3 {
	background: #a48771;
}

.m-course li.b4 {
	background: #9a7c65;
}

.m-course li.b5 {
	background: #92735c;
}

/*热门课程*/
.kc-item {
	float: left;
	width: 276px;
	margin-left: 32px;
}

.kc-item:first-child {
	margin-left: 0;
}

.kc-item .d-tit {
	background: #000;
	height: 66px;
	line-height: 66px;
	color: #fff;
	text-align: center;
}

.kc-item .d-tit span {
	font-size: 25px;
}
.kc-item .v-w {
	height: 151px;
	background: #ccc;
}
.kc-item .v-w img {
	height: 100%;
	width: 100%
}

.kc-item .d-detail {
	background: #fff;
	padding: 0 10px;
}
.kc-item .d-detail-info{	
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.kc-item .d-detail-info p:first-child{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.kc-item .d-detail-info .pric{
	float: right;
	color: #ff5212;
	font-size: 20px;
	line-height: 20px;
}
.kc-item .d-detail-info .pric em{
	font-size: .7em
}
.kc-item .d-detail-info .tag{
    padding: 5px;
    background: #333;
    color: #fff;
}
.kc-item .d-detail-info .tag.tag-zhe{
    background: #00b6bd;
}
.kc-item .d-detail-info .tag.tag-xian{
    background: #fe3700;
}

.kc-item .d-detail-info p:last-child{
	padding-top: 10px;
    color: #666;
    font-size: 12px;
}
.kc-item .d-detail-info p:last-child a{
    padding: 3px 10px;
	color: #fff;
	background: #fe3700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
}
.kc-item .d-detail-teacher{
	padding: 10px 0;
	font-size: 16px;
}
.kc-item .d-detail-teacher img{
	width: 37px;
	height: 37px;
	vertical-align: middle;
	border-radius: 50%;
	border: 1px solid #e2e2e2;
	margin-right: 8px;
}

.kc-item .d-detail-teacher em{
	font-size: .75em;
	margin-left: 8px;
}

.m-tea-item {
	float: left;
	width: 276px;
	margin-left: 32px;
	height: 420px;
	background: #fff;
}

.m-tea-item:first-child {
	margin-left: 0;
}

.m-tea-item .i-photo {
	background: url(../images/bg.jpg) no-repeat top center;
	height: 160px;
	text-align: center;
}

.m-tea-item .i-photo img {
	width: 128px;
	height: 128px;
	border-radius: 50%;
	border: 4px solid #fff;
	width: auto\0/;
	margin-top: 25px;
}

.m-tea-item .d-tit {
	width: 216px;
	margin: 0 auto;
	font-size: 24px;
	text-align: center;
}

.m-tea-item .d-txt {
	width: 216px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 30px;
	padding-top: 20px;
}

.m-tea-item .d-btn {
    display: block;
    width: 100px;
    line-height: 32px;
    margin: 20px auto 0;
    border: 2px solid #fe3700;
    color: #fe3700;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.mb50{
	margin-bottom: 50px;
}
/*
.flexslider.tea-w {
	background: transparent;
	border: none;
	box-shadow: none;
}

.flexslider.tea-w .flex-direction-nav a {
	background: url(../images/slide.png) no-repeat;
	opacity: 1;
}

.flexslider.tea-w .flex-direction-nav a:before {
	display: none;
}

.flexslider.tea-w .flex-next {
	background-position: right 5px!important;
}

.flexslider.tea-w:hover .flex-next {
	right: -50px!important;
}

.flexslider.tea-w:hover .flex-prev {
	left: -50px!important;
}

.flexslider.tea-w .flex-direction-nav .flex-disabled {
	opacity: 1!important;
}

#doyoo_panel,#talk99_message,#topNav,#rgtFixed,#mobile-nav,.UISitemap,#footPhone,.bei,.UIFooter {
	display: none!important;
}*/