article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body,a,p,span,div,h1,h2,h3,h4,tr,td{
	font-family: 'Microsoft Yahei','Lato', Arial, sans-serif;
}
.course-grid:hover {
	/*box-shadow: 0 2px 8px #bbb;*/
	border-color: #e57259;
}

.homepage .news li em {
	width: 85px;
	float: right;
	text-align: right;
	font-style: normal;
	color: #a9a9a9;
}

.homepage .news ul.row {
	margin-right: -10px;
	margin-left: -10px;
	padding-left: 0px;
	list-style: none;
}

.homepage .news li span {
	color: #428bca;
	margin-right: 5px;
	text-decoration: none;
}

.homepage .news li a {
	color: #222;
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.homepage .teachers ul, 
.homepage .vip ul {
	margin-right: -10px;
	margin-left: -10px;
	padding-left: 0px;
	list-style: none;
}

.homepage .topic ul {
	margin-right: -15px;
	margin-left: -15px;
	padding-left: 0px;
	list-style: none;
}

.teachers li, .vip li {
	padding-right: 10px;
	padding-left: 10px;
}

.teachers-item {
	margin-bottom: 20px;
	padding: 20px 10px;
	border: 1px solid #e1e1e1;
	text-align: center;
}

.teachers-item a, .promot-teacher a {
	display: block;
	line-height: 24px;
	text-decoration: none;
}

.teachers-item img {
	display: inline-block;
	margin-bottom: 10px;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.teachers-item span {
	line-height: 24px;
	height: 24px;
	display: block;
	overflow: hidden;
	color: #00b780;
}

.teachers-item i {
	margin-bottom: 10px;
	display: block;
	font-style: normal;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
}

.teachers-item p {
	margin-top: 20px;
	font-size: 12px;
	height: 40px;
	text-align: left;
}

.vip-item {
	border: 1px solid #e1e1e1;
}

.vip-item .row {
	margin-left: -15px;
	margin-right: -15;
}

.vip-lists li {
	margin-bottom: 20px;
}

.vip-item h3, p {
	color: #555;
}

.vip-item h4 {
	color: #e57259;
	text-decoration: none;
	text-align: center;
}

.vip-item img {
	width: 100%;
}

.vip-item a {
	overflow: hidden;
}

.vip-price {
	margin-top: 20px;
}

.topic-item {
	display: block;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #e1e1e1; 
}

.topic-item h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.topic-item h4 > a {
	color: #444;
}


.topic > ul > li {
	overflow: hidden;
	margin-bottom: 25px;
	text-decoration: none;
}

.topic-body {
	display: block;
	overflow: hidden;
}

.topic-body img {
	width: 42px;
	height: 42px;
	margin-right: 10px;
}

.topic-body h3 {
	margin: 0;
	padding: 0;
}

.topic-body p {
	line-height: 20px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.topic-bottom {
	margin-top: 20px;
}

.tag-list a {
	border-radius: 5px;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	display: inline-block;
	font-weight: 800;
	border: 1px solid #ddd;
	height: 30px;
	line-height: 30px;
	color: #777;
	text-decoration: none;
	background: #ddd;
}

.tag-list a:hover {
	border: 1px solid #096;
	color: #fff;
	background: #096;
}

.courses-rank li {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	zoom: 1;
}

.courses-rank li img {
	display: block;
	width: 80px;
	height: 45px;
	margin: 0 15px 5px 0;
}

.courses-rank .course-title {
	color: #444;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} 

.status-side ul {
	padding-left: 0;
	list-style: none;
}

.status-side li {
	overflow: hidden;
}

.status-side li img {
	width: 50px;
	height: 50px;
}

.user-learn {
	border: 1px solid #ddd;
}

.user-learn img {
	width: 120px;
	height: 67px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.user-learn p {
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.user-learn .teacher-name {
	font-size: 12px;
}

.user-learn .progress {
	height: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.user-learn .progress-bar {
	background-color: #096;
}

.user-learn .percentage {
	font-size: 12px;
	color: #aaa;
	margin-left: 10px;
}

.user-learn .continue {
	overflow: hidden;
	margin: 0 10px 10px;
}


/* fan_banner */
.fan_banner{background:url(../img/bg.jpg) center;height:540px;overflow:hidden;}
.bannBg_all{height:540px;position:relative;}
.bannerCont{width:1080px;margin:0 auto;position:relative;height:540px;}
.fan_personal_no1,.fan_personal_no2,.fan_talkcloud1,.fan_talkcloud2,.fan_rope,.fan_ropewheel,.fan_ratate,.fan_light,.fan_texts{display:none;position:absolute;}
.fan_personal_no1{ background:url(../img/p1.png) no-repeat; width:230px; height:221px; position:absolute; bottom:0; left:280px;}
.fan_personal_no2{ background:url(../img/p2.png) no-repeat; width:177px; height:230px; position:absolute; bottom:0; right:330px;}
.fan_talkcloud1{ background:url(../img/cloud1.png) no-repeat; width:300px; height:265px; position:absolute; top:40px; left:210px;}
.fan_talkcloud2{ background:url(../img/cloud2.png) no-repeat; width:277px; height:252px; position:absolute; top:40px; right:210px;}
.fan_rope{ background:url(../img/rope.png) no-repeat; width:277px; height:252px; position:absolute; top:40px; left:220px;}
.fan_ropewheel{ background:url(../img/rope2.png) no-repeat; width:373px; height:114px; position:absolute; top:105px; right:242px;}
.fan_ratate{ background:url(../img/state1.png) no-repeat; width:97px; height:102px; top:116px; right:238px;}
.fan_ratate_state1{background:url(../img/state1.png) no-repeat;}
.fan_ratate_state2{background:url(../img/state2.png) no-repeat;}
.fan_ratate_state3{background:url(../img/state3.png) no-repeat;}
.fan_ratate_state4{background:url(../img/state4.png) no-repeat;}
.fan_ratate_state5{background:url(../img/state5.png) no-repeat;}
.fan_ratate_state6{background:url(../img/state6.png) no-repeat;}
.fan_ratate_state7{background:url(../img/state7.png) no-repeat;}
.fan_ratate_state8{background:url(../img/state8.png) no-repeat;}
.fan_light{ background:url(../img/lights.png) no-repeat; width:177px; height:201px; position:absolute; top:88px; left:230px;}
.fan_texts{ font-size:28px; font-weight:bold; top:104px; right:258px; text-align:center;
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 60s infinite linear;
  }
.fan_btn{ position:absolute; bottom:15px; right:15px; padding:5px 12px; cursor:pointer; background:#f35626; color:#fff;}
.fan_butt {
border: 2px solid #f35626;
line-height: 1.375;
padding:6px 16px;
margin-bottom:10px;
display:block;
font-weight: 700;
color: #f35626;
cursor: pointer;
-webkit-animation: hue 60s infinite linear;
border-radius:5px;
}
.fan_butt:hover,.fan_butt:focus{ text-decoration:none;}
