/* ====================
     ¹«¹²ÑùÊ½
==================== */
* {
    word-wrap: break-word;
	
}

html,body{
	background:#f7f7f7;
	padding:0;
	font-size:16px;
	font:16px/1.22;
	margin:0 auto;
	position: relative;
	min-height:100%;
	font-family: "Î¢ÈíÑÅºÚ","Microsoft YaHei",Arial,Helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, a, p{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	list-style-type:none;
	color:#000;
	font-family: "Î¢ÈíÑÅºÚ","Microsoft YaHei", Arial, Helvetica, sans-serif;
	text-decoration:none;
	transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
}
table,td,th{
	border-collapse:collapse;
	border:ridge !important;
}
input, button{
	font-family: "Î¢ÈíÑÅºÚ","Microsoft YaHei", Arial, Helvetica, sans-serif;
}
div{
	overflow:hidden;
}
a{
	color:#000;
	opacity:1;
	outline:none;
	text-decoration:none;
	cursor: pointer;
}
a.disabled{
	color:#757575 !important;
	background:#dcdcdc !important;
	text-shadow:1px 1px 0 rgba(255,255,255,1) !important;
	pointer-events:none !important;
}
div, i, a, span, label, #close:after{
	transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
}
.right{
	margin-right:0 !important;
	float:right;
}
.no-border{
	border:none !important;
}

.no_course {
	text-align: center;
}
.fullwide{
	width:100%;
	margin:0 auto;
}
.inner{
	width:1134px;
	position:relative;
	margin:0 auto;
}
.slide-l img, .slide-r img{
	float:left;
}
.slide-l{
	float:left;
}
.slide-r{
	float:left;
	width:272px;
	margin-left:4px;
}
.slide-r a{
	float:left;
	display:block;
	overflow:hidden;
	margin-bottom:3px;
}
.slide-r .last{
	margin-top:1px;
	margin-bottom:0;
}
#id_statistic{
	display:none;
}
.header{
	height:86px;
}
.header .logo{
	margin:20px 0;
	padding-right:12px;
	float:left;
}
.header .logo img{
	float:left;
}
.header .contact{
	margin:33px 10px;;
	line-height:22px;
	color:#000;
}
.header .contact span{
	font-size:16px;
}
.banner{
	position:relative;
	background:url(../web_images/150417/banner.jpg) center no-repeat;
	height:340px;
	overflow:hidden;
	background-size:cover;
}
.banner .inner{
	height:340px;
}
.banner .banner_btn{
	margin:250px auto 0 auto;
	display:block;
	width:265px;
	height:65px;
	background:url(../web_images/150417/banner-btn.png) no-repeat center center;
}
.banner .banner_btn:hover{
	background:url(../web_images/150417/banner-btn-hover.png) no-repeat center center;
}
.login{
	width:272px;
	height:340px;
	background:#d7e4ed;
	position:absolute;
	bottom:0;
	right:0;
}
.login .log-top{
	height:40px;
	line-height:40px;
	background:#00b1e7;
	position:relative;
	overflow:visible;
}
.login .log-top p{
	text-align:center;
	font-size:18px;
	color:#fff;
}
.login .log-top span{
	padding-left:9px;
	font-size:12px;
}
.log-box{
	background:url(../web_images/150417/reg-bg.png) top center repeat-x;
	position:relative;
}
.log-box form{
	display:block;
	margin:0 auto;
	width:226px;
	margin-top:15px;
	overflow:visible;
}
.log-box .input_form{
	width:226px !important;
	overflow:hidden;
}
.log-box form .cell{
	overflow:visible;
	position:relative;
	height:40px;
	width:100%;
	margin:5px 0;
	float:left;
}
.log-box form label{
	position:absolute;
	font-size:12px;
	index:2px;
	color:#959595;
	line-height:34px;
	float:left;
	padding-left:10px;
	display:block;
	z-index:555;
	border-radius:2px;
}
.log-box form .input_erea{
	position:relative;
	z-index:5;
	width:355px;
	background:#fff;
	overflow:hidden;
	float:left;
}
.log-box form input[type="text"], .log-box form input[type="password"]{
	float:left;
	width:225px;
	padding:0 10px;
	height:34px;
	outline:none;
	border:1px;
	border-color:transparent;
}
.log-box form input[type="text"]:focus, .log-box form input[type="password"]:focus{
	background:#fff;
	border-color:#b0bfc6;
}
.log-box form .code{
	width:112px !important;
}
.log-box form .getcode{
	font-size:12px;
	text-align:center;
	width:106px;
	height:34px;
	line-height:34px;
	display:block;
	color:#febe00;
	margin-left:8px;
	background:#fff;
	float:left;
}
.log-box form .errortip{
	position:absolute;
	color:#f00;
	left:355px;
	font-size:12px;
	padding-left:10px;
	text-align:left;
	float:left;
	display:inline-block;
	line-height:47px;
}
.log-box form .save{
	margin:5px auto;
	display:block;
	height:45px;
	width:226px;
	background:#00b1e7;
	color:#fff;
	text-align:center;
	line-height:45px;
	font-size:25px;
	font-weight:500;
}
.log-box form .save:hover{
	background:#00b1e7;
}
#logerror{
	margin:0 !important;
	color:#f00;
	text-align:left;
	font-size:14px;
}
#logerror i{
	display:inline-block;
	margin:auto 4px -1px auto;
	width:12px;
	height:12px;
	background:url(../web_images/web2.0/icon-log-error.png) no-repeat center center;
}



.main_wrapper{
	margin:21px auto;
}
.main_wrapper .goods{
	height:333px;
}
.main_wrapper .goods h2{
	font-size:21px;
	font-weight:500;
	text-align:center;
	line-height:92px;
}
.main_wrapper .goods .content{
	width:790px;
	margin:0 auto;
}
.main_wrapper .goods .content img{
	float:left;
	height:205px;
	width:auto;
	border-radius:5px;
}
.main_wrapper .goods .content .desc{
	padding-left:22px;
}
.main_wrapper .goods .content .desc p{
	font-size:16px;
	line-height:28px;
	color:#434343;
}
.main_wrapper .goods .btn{
	display:block;
	margin-top:15px;
	width:155px;
	height:34px;
	line-height:34px;
	color:#fff;
	font-size:14px;
	border-radius:17px;
	text-align:center;
}
.news.inner{margin:0 auto;}
.main-l{
	width:856px;
	float:left;
	margin-left:4px;
}
.main-r{
	width:270px;
	float:left;
}
.barcode{
	background:#fff;
	margin:6px;
	padding:6px;
	border:1px solid #e5e5e5;
}
.barcode img{
	width:128px;
	height:128px;
	float:left;
}
.barcode .info{
	padding:32px 0;
	line-height:30px;
	font-size:14px;
	text-align:center;
}
.main-r .news{
	display:block;
	padding-left:6px;
	font-size:14px;
	line-height:25px;
}

.splash_title{
	height:35px;
	line-height:45px;
}
.splash_title i{
	display:block;
	width:18px;
	height:18px;
	float:left;
	margin:13px 6px 13px 6px;
}
.splash_title .icon-vip{
	background:url(../web_images/150417/icon-vip.png) no-repeat center;
}
.splash_title .icon-client{
	background:url(../web_images/150417/icon-client.png) no-repeat center;
}
.splash_title .icon-wx{
	background:url(../web_images/150417/icon-wx.png) no-repeat center;
}
.splash_title .icon-news{
	background:url(../web_images/150417/icon-news.png) no-repeat center;
}
.splash_title .icon-ta{
	background:url(../web_images/150417/icon-ta.png) no-repeat center;
}
.splash_title h3{
	font-size:18px;
	float:left;
	font-weight:500;
	color:#49c7ed;
}
.splash_title span{
	padding-left:10px;
	font-size:11px;
}

.news .news_title{
	width:100%;
	height:55px;
	line-height:55px;
	background:#fff;
	border-bottom:1px solid #b0e7fc;
}
.news .news_title span{
	font-weight:600;
}
.news .news_part{
	background:#b0e7fc;
}
.news .news_nav{
	/*width:220px;*/
	width:25%;
	padding:40px 27px;
	background:#b0e7fc;
	float:left;
	padding-top:0;
}
.news .news_nav h3{
	line-height:40px;
	font-weight:500;
	font-size: 24px;
    color: #000;
	margin-top:35px;
	
}
.news .news_nav ul, .news .news_nav li{
	font-size:12px;
	font-weight:600;
	list-style-position:inside;
	list-style-type:disc;
	line-height:35px;
}
.news .news_nav .news{
	display: block;
	line-height:24px;
	font-size: 14px;
    color: #505050;
	transition: all .3s;
}
.news .news_nav .news:hover{
	/*color:#3675de;*/
	color:#01b7fb;
}
.news .news_nav .info{
	padding-bottom:23px;
}
.news .news_nav p{
	padding:4px 14px;
font-size: 14px;
    color: #505050;
	}
.news .news_nav .barcode img{
	width:90px;
	height:90px;
}
.news .news_nav .barcode .info{
	padding:16px 0;
	font-size: 14px;
    color: #505050;
}
.news .news_content{
	line-height:38px;
	font-size:16px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#fff;
	min-height:1400px;
	padding:33px 50px 100px 50px;
	width:75%;
}
.news .news_content a{
	color:#3675de;
}
.news .news_content .title{
	text-align:center;
	font-weight:500;
}
.news .news_content .sub_title{
	text-align:center;
	padding-bottom:20px;
}

.lessons_wrapper{
	display:block;
	overflow:hidden;
	height:auto;
}
.lessons_wrapper li{
	margin:6px !important;
	position:relative;
	display:block;
	overflow:hidden;
	float:left;
	width:272px;
	height:auto;
}
.lessons_wrapper .lessons_block, .lessons_wrapper .trailer_block{
	position: relative;
	height:auto;
	top:0;
	left:0;
	background:#fff;
	opacity:1;
	border:1px solid #e3e3e3;
}
.lessons_wrapper .trailer_block{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .8s,opacity .8s;
	-moz-transition: -moz-transform .8s,opacity .8s;
	-o-transition: -o-transform .8s,opacity .8s;
	-ms-transition: -ms-transform .8s,opacity .8s;
	transition: transform .8s,opacity .8s;
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-moz-transform: rotateY(0);
	transform: rotateY(0);
	-o-transform: rotateY(0);
}
.lessons_wrapper .desc_block{
	position:absolute;
	top:0;
	left:0;
	height:341px;
	-webkit-transition: -webkit-transform .8s ,opacity .8s;
	-moz-transition: -moz-transform .8s ,opacity .8s;
	-o-transition: -o-transform .8s ,opacity .8s;
	transition: transform .8s ,opacity .8s;
	-ms-transition: transform .8s ,opacity .8s;
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	color: #555;
	background:#fff;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display:none\9;
}
.lessons_wrapper li:hover .trailer_block{
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    opacity:0;
}
.lessons_wrapper li:hover .desc_block{
	-webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
    -o-transform: rotateY(0);
    display:block\9;
    opacity:1;
}
.lessons_wrapper li img, .app_wrapper li img{
	width:100%;
	height:auto;
	float:left;
}
.lessons_wrapper li a{
	display:block;
	overflow:hidden;
	position:relative;
}
.lessons_wrapper li .trailer a .discount, .lessons_wrapper li .expired a .discount, .lessons_wrapper li .lessons_block a .discount, .lessons_wrapper li .lessons_block a .new{
	display:block;
	font-size:18px;
	position:absolute;
	top:0;
	right:9px;
	height:35px;
	width:50px;
	text-align:center;
	font-style:normal;
	overflow:visible;
	color:#fff;
	z-index:6;
	font-weight:400;
}
.lessons_wrapper li .lessons_block a .discount{
	background:#45a520;
}
.lessons_wrapper li .trailer a .discount{
	background:#db4254;
}
.lessons_wrapper li .expired a .discount{
	background:#707070;
}
.lessons_wrapper li .lessons_block a .new{
	background:#ee5617;
}
.lessons_wrapper li .lessons_block a .discount span, .lessons_wrapper li .expired a .discount span, .lessons_wrapper li .trailer a .discount span{
	z-index:2;
	position:relative;
	padding:1px;
	margin-top:3px;
	line-height:100%;
	font-size:18px;
}
.lessons_wrapper li .lessons_block a .new span{
	font-size:12px;
	line-height:16px;
}
.lessons_wrapper li .lessons_block a .discount .s, .lessons_wrapper li .expired a .discount s, .lessons_wrapper li .trailer a .discount .s{
	margin-top:0;
	font-size:12px;
}
.lessons_wrapper li .lessons_block a .discount:after, .lessons_wrapper li .expired a .discount:after, .lessons_wrapper li .trailer a .discount:after{
	content:'';
	position:absolute;
	width:0;
	height:0;
	top:100%;
	left:0;
	border-left:25px solid transparent;
	border-right:25px solid transparent;
	font-size:0;
	line-height:0;
}
.lessons_wrapper li .lessons_block a .discount:after{
	border-top:13px solid #45a520;
}
.lessons_wrapper li .trailer a .discount:after{
	border-top:13px solid #dd4055;
}
.lessons_wrapper li .expired a .discount:after{
	border-top:13px solid #707070;
}
.lessons_wrapper li .lessons_block a .new:after{
	border-top:13px solid #ee5617 !important;
}
.lessons_wrapper li .img{
	width:272px;
	height:auto;
}
.lessons_wrapper li .img .hoverplay{
	width:100%;
	height:23px;
	padding:75px 0;
	line-height:23px;
	text-align:center;
	vertical-align:top;
	display:block;
	overflow:hidden;
	position:absolute;
	font-size:18px;
	top:0;
	left:0;
	color:#d7e4ec;
	opacity:0;
	z-index:5;
	background:rgba(0,0,0,0.6);
}
.lessons_wrapper li .img .hoverplay .play-icon{
	display:inline-block;
	height:23px;
	width:23px;
	vertical-align:text-top;
	position:relative;
	margin:0 0 0 8px;
	background:url(../web_images/web2.0/lesson_play.png) no-repeat;
}
.lessons_wrapper li .remain_time{
	height:35px;
	position:absolute;
	bottom:0;
	width:100%;
	line-height:35px;
	background:rgba(0,0,0,0.6);
	text-align:center;
	color:#fff;
	font-size:14px;
	z-index:3;
}
.lessons_wrapper li .remain_time span{
	display:inline;
	margin:0;
	padding:0;
	color:#ff1011;
}
.lessons_wrapper li .info_box{
	position:relative;
	height:105px !important;
}
.lessons_wrapper li .describe{
	font-size:12px;
	line-height:25px;
	color:#b4b4b4;
	padding:0 15px;
}
.lessons_wrapper li .title{
	padding:10px 15px 0 15px;
}
.lessons_wrapper li p, .lessons_wrapper li span{
	display:block;
	padding:15px;
}
.lessons_wrapper li .info_box i{
	display:block;
	float:left;
	width:16px;
	height:16px;
}
.lessons_wrapper li p{
	padding-top:8px;
	padding-bottom:0px;
	font-size:14px;
	line-height:16px;
	color:#8190a1;
}
.lessons_wrapper li p .icon-update{
	margin-right:1%;
	background:url(../web_images/web2.0/icon-update.png) no-repeat center;
	background-size:contain;
}
.lessons_wrapper li .date{
	padding:0 0 15px 15px;
	font-size:14px;
	position:absolute;
	white-space:nowrap;
	color:#8190a1;
	left:0;
	bottom:0;
}
.lessons_wrapper li .date .icon-play{
	margin-right:6%;
	background:url(../web_images/web2.0/icon-play.png) no-repeat center;
	background-size:contain;
}
.lessons_wrapper li .price{
	font-size:18px;
	color:#54b551;
	font-weight:600;
	position:absolute;
	bottom:0;
	right:0;
}
.lessons_wrapper li .price s{
	font-size:14px;
	color:#8190a1;
	font-weight:300;
	padding-right:10px;
}
.lessons_wrapper li .odds{
	font-size:14px;
	color:#8190a1;
	font-weight:400;
	position:absolute;
	bottom:0;
	right:0;
}
.lessons_wrapper li .desc_block .date{
	left:0;
	bottom:65px;
}
.lessons_wrapper li .desc_block .price{
	bottom:65px;
	right:0;
}
.lessons_wrapper li .subscribe{
	text-align:center;
	position:absolute;
	bottom:0;
	border-top:1px solid #f6f6f6;
	height:64px;
	width:272px;
}
.lessons_wrapper li .subscribe span{
	display:block;
	width:192px;
	height:36px;
	line-height:36px;
	padding:0;
	margin:14px auto;
	color:#fff;
	font-size:14px;
	background:#55b551;
	border-radius:7px;
}
.lessons_wrapper li:hover .img .hoverplay{
	opacity:1;
}
.lessons_wrapper li .img:hover .hoverplay .play-icon{
	margin:0 0 0 14px;
}

.event-links{
	border-top:1px solid #e3e3e3;
}
.event-links .splash_title{
	padding-left:15px;
}
.event-links a{
	line-height:40px;
	font-size:14px;
	padding:0 35px 0 15px;
}

.footer{
	height:83px;
	background:#00b7fb;
}
.footer .links{
	width:280px;
	line-height:83px;
	font-size:16px;
	margin:0 auto;
	display:-webkit-box;
	display:box;
	display:-o-box;
	display:-moz-box;
	display:-ms-box;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
}
.footer .links a{
	display:-webkit-box;
	display:box;
	display:-o-box;
	display:-moz-box;
	display:-ms-box;
	color:#fff;
}
.news_nav .news{margin-top:25px;}



@media screen and (max-width: 1200px){

}
@media (min-width: 1025px) and (max-width: 1280px){

}
@media (min-width: 1280px){

}
@media (min-width: 1366px){

}
@media (min-width: 1440px){

}
@media (min-width: 1698px){

}
@media (min-width: 1890px){

}
@media (min-width: 1921px){

}







/*Êú°æipad*/
@media screen and (max-width: 1200px) and (orientation:portrait){
	
}

/*ºá°æipad*/
@media screen and (max-width: 1024px) and (orientation:landscape){

}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {

}

@media only screen and (min-device-width : 768px) and (max-device-width :1024px) and (orientation :portrait) {

}

@media only screen and (min-width : 768px) and (max-width :944px){

}

@media only screen and (min-width : 945px) and (max-width :1024px){

}

/*ÊÖ»ú*/
@media screen and (max-device-width : 767px){
}
@media screen and (max-width : 767px) and (orientation :portrait){

}
@media screen and (max-device-width : 767px) and (min-device-width : 580px) and (orientation: landscape){

}
@media screen and (max-width : 579px) and (orientation: landscape){

}
@media screen and (max-width : 640px){

}
@media screen and (max-width : 360px){

}
@media screen and (max-width : 340px){

}
@media screen and (max-width : 320px){

}