<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

ol,ul {
	list-style: none outside none;
}

ul,ol,li,dl,dd {
	margin: 0;
	padding: 0;
}

#site-nav {
	background-color: #f4f4f4;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	height: 32px;
	position: relative;
	z-index: 2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#site-nav .wrapper {
	width: 1100px;
	margin: 0 auto
}

#site-nav .login-info&gt;a,#site-nav .login-info&gt;span {
	vertical-align: top
}

#site-nav .user-name {
	display: inline-block;
	max-width: 65px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 50px;
}

#site-nav .status-info,#site-nav .user-info1 {
	zoom: 1
}

#site-nav .status-info:before,#site-nav .user-info1:before,#site-nav .status-info:after,#site-nav .user-info1:after
	{
	content: " ";
	display: table
}

#site-nav .status-info:after,#site-nav .user-info1:after {
	clear: both
}

#site-nav .status-info li,#site-nav .user-info1 li {
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	position: relative;
	
}

#site-nav .status-info li:first-child,#site-nav .user-info1 li:first-child
	{
	padding-left: 0
}

#site-nav .status-info li:last-child,#site-nav .user-info1 li:last-child
	{
	padding-right: 0
}

#site-nav .status-info .change-type,#site-nav .user-info1 .change-type {
	cursor: pointer
}

#site-nav .user-info1 {
	float: right;
	height: 50px;
}

#site-nav .user-info1 li:before {
	background-color: #ccc;
	content: ' ';
	width: 1px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 10px
}

#site-nav .user-info1 .user-center:before,#site-nav .user-info1 .my-course:before,#site-nav .user-info1 .my-favor:before
	{
	display: none
}

#site-nav .user-info1 .user-index {
	cursor: pointer
}

#site-nav .user-info1 .user-index a {
	color: #f95710
}

#site-nav .user-info1 .user-index:before {
	display: none
}

#site-nav .status-info .icon {
	margin-right: 5px
}

#site-nav .user-center,#site-nav .my-course,#site-nav .my-favor,#site-nav .custom-service
	{
	cursor: pointer;
	position: relative
}

#site-nav .menu {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px 14px;
	display: none;
	position: absolute;
	top: 32px;
	left: 0
}

#site-nav .menu:before,#site-nav .menu:after {
	border: 6px solid transparent;
	content: ' ';
	position: absolute;
	left: 2em
}

#site-nav .menu:before {
	border-bottom-color: #ccc;
	top: -12px
}

#site-nav .menu:after {
	border-bottom-color: #fff;
	top: -11px
}

#site-nav .user-center .menu {
	display: none;
	width: 138px
}

#site-nav .user-center .menu .btn-block {
	font-size: 12px
}

#site-nav .user-center .menu a {
	display: block
}

#site-nav .user-center .menu .btn {
	padding: 5px 3px;
	text-indent: 0
}

#site-nav .user-center:hover .center {
	color: #ff9900
}

#site-nav .my-course .icon-calendar {
	margin-right: 4px
}

#site-nav .my-course .menu {
	padding: 0
}

#site-nav .my-course .menu .course {
	border-bottom: 1px solid #ddd;
	display: block;
	color: #3d3d3d;
	line-height: 23px !important;
	padding: 5px 10px 0;
	width: 328px
}

#site-nav .my-course .menu .course span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left
}

#site-nav .my-course .menu .course .avatar {
	width: 65px
}

#site-nav .my-course .menu .course .course-content {
	font-size: 12px;
	float: right;
	width: 232px
}

#site-nav .my-course .menu .course .course-content div {
	padding: 5px 5px 5px 0;
	zoom: 1
}

#site-nav .my-course .menu .course .course-content div:before,#site-nav .my-course .menu .course .course-content div:after
	{
	content: " ";
	display: table
}

#site-nav .my-course .menu .course .course-content div:after {
	clear: both
}

#site-nav .my-course .menu .course .course-content .course-title {
	padding-right: 10px
}

#site-nav .my-course .menu .course .course-content .course-date {
	width: 80px;
	overflow: hidden
}

#site-nav .my-course .menu .course .course-content .course-name,#site-nav .my-course .menu .course .course-content .course-time
	{
	padding-right: 5px
}

#site-nav .my-course .menu .course .course-content .course-status,#site-nav .my-course .menu .course .course-content .course-way
	{
	float: right;
	padding-right: 5px
}

#site-nav .my-course .menu .course .course-content .course-status {
	color: #ff9900;
	text-align: right
}

#site-nav .my-course .menu .course .course-content .course-way {
	text-align: right
}

#site-nav .my-course .menu .course:hover {
	background-color: #fffbef
}

#site-nav .my-course .menu .action {
	cursor: default;
	text-align: right;
	padding: 10px
}

#site-nav .my-course .menu .not-login-action {
	cursor: default;
	text-align: center;
	padding: 5px 0
}

#site-nav .my-course .menu .not-login-action .title {
	border-bottom: 1px solid #ccc
}

#site-nav .my-course .menu .not-login-action .btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 10px;
	width: 154px
}

#site-nav .my-course:hover .icon-calendar,#site-nav .my-course:hover .course
	{
	color: #ff9900
}

#site-nav .my-favor .icon-favor {
	margin-right: 4px
}

#site-nav .my-favor .menu {
	left: 10px
}

#site-nav .my-favor .menu a {
	display: block
}

#site-nav .my-favor:hover .icon-favor,#site-nav .my-favor:hover .favor {
	color: #ff9900
}

#site-nav .custom-service:hover .service {
	color: #ff9900
}

#site-nav .custom-service:hover .icon {
	color: #6d6d6d
}

#site-nav .custom-service .menu {
	width: 80px
}

#site-nav .custom-service .menu&gt;* {
	display: block
}

#site-nav .custom-service .menu b {
	cursor: pointer
}

#site-nav .custom-service .menu b:hover {
	color: #ff9900
}

#site-nav .login-link,#site-nav .icon-mobile,#site-nav .icon-dpy,#site-nav .icon-mail,#site-nav .icon-live-play
	{
	color: #ff9900;
	font-size: 13px;
	position: relative
}

#site-nav .login-link {
	cursor: pointer
}

#site-nav .logout-link {
	margin-left: 7px
}

#site-nav .icon-phone {
	margin-right: 5px
}

@font-face {
	font-family: icomoon;
	src: url(../fonts/icomoon.eot?-r5cs8o);
	src: url(../fonts/icomoon.eot?#iefix-r5cs8o)
		format('embedded-opentype'),
		url(../fonts/icomoon.ttf?-r5cs8o)
		format('truetype'),
		url(../fonts/icomoon.woff?-r5cs8o)
		format('woff'),
		url(../fonts/icomoon.svg?v=20151022)
		format('svg');
	font-weight: 400;
	font-style: normal
}

[class ^=icon-],[class *=" icon-"] {
	font-family: icomoon;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-alipay-circle:before {
	content: "\e600"
}

.icon-angle-down:before {
	content: "\e601"
}

.icon-angle-right-circle:before {
	content: "\e602"
}

.icon-angle-up:before {
	content: "\e603"
}

.icon-arrow-circle:before {
	content: "\e604"
}

.icon-arrow-down:before {
	content: "\e605"
}

.icon-arrow-down-o:before {
	content: "\e606"
}

.icon-arrow-o:before {
	content: "\e607"
}

.icon-arrows:before {
	content: "\e608"
}

.icon-arrow-up:before {
	content: "\e609"
}

.icon-arrow-up-o:before {
	content: "\e60a"
}

.icon-arrow-up-small:before {
	content: "\e60b"
}

.icon-article-arrow:before {
	content: "\e60c"
}

.icon-article-share:before {
	content: "\e60d"
}

.icon-attachment:before {
	content: "\e60e"
}

.icon-ban:before {
	content: "\e610"
}

.icon-ban-o:before {
	content: "\e611"
}

.icon-bars-circle:before {
	content: "\e612"
}

.icon-bars-o:before {
	content: "\e613"
}

.icon-book:before {
	content: "\e614"
}

.icon-book-large-o:before {
	content: "\e615"
}

.icon-book-o:before {
	content: "\e616"
}

.icon-book-open-o:before {
	content: "\e617"
}

.icon-book-slope:before {
	content: "\e618"
}

.icon-bullseye:before {
	content: "\e619"
}

.icon-calendar:before {
	content: "\e61a"
}

.icon-camera:before {
	content: "\e61b"
}

.icon-camera-o:before {
	content: "\e61c"
}

.icon-caret-down:before {
	content: "\e61d"
}

.icon-caret-left:before {
	content: "\e61e"
}

.icon-caret-right:before {
	content: "\e61f"
}

.icon-caret-up:before {
	content: "\e620"
}

.icon-cash-large-o:before {
	content: "\e621"
}

.icon-chat:before {
	content: "\e622"
}

.icon-chat-large-o:before {
	content: "\e623"
}

.icon-chat-o:before {
	content: "\e624"
}

.icon-check:before {
	content: "\e625"
}

.icon-check-circle:before {
	content: "\e626"
}

.icon-check-o:before {
	content: "\e627"
}

.icon-chevron-left:before {
	content: "\e628"
}

.icon-chevron-right:before {
	content: "\e629"
}

.icon-circle:before {
	content: "\e62a"
}

.icon-circle-o:before {
	content: "\e62b"
}

.icon-clock:before {
	content: "\e62c"
}

.icon-clock-large-o:before {
	content: "\e62d"
}

.icon-clock-o:before {
	content: "\e62e"
}

.icon-close:before {
	content: "\e62f"
}

.icon-comment:before {
	content: "\e630"
}

.icon-coupon-o:before {
	content: "\e631"
}

.icon-coupons:before {
	content: "\e632"
}

.icon-customer:before {
	content: "\e633"
}

.icon-delete:before {
	content: "\e634"
}

.icon-deliver:before {
	content: "\e635"
}

.icon-direction:before {
	content: "\e636"
}

.icon-door:before {
	content: "\e637"
}

.icon-door-o:before {
	content: "\e638"
}

.icon-download:before {
	content: "\e639"
}

.icon-ebank:before {
	content: "\e63a"
}

.icon-edit-o:before {
	content: "\e63b"
}

.icon-edit-underline:before {
	content: "\e63c"
}

.icon-ellipsis-o:before {
	content: "\e63d"
}

.icon-expression:before {
	content: "\e63e"
}

.icon-eye:before {
	content: "\e63f"
}

.icon-favor:before {
	content: "\e640"
}

.icon-feedback:before {
	content: "\e641"
}

.icon-file-o:before {
	content: "\e642"
}

.icon-fire:before {
	content: "\e643"
}

.icon-flag-o:before {
	content: "\e644"
}

.icon-frown-o:before {
	content: "\e645"
}

.icon-gift:before {
	content: "\e646"
}

.icon-group:before {
	content: "\e647"
}

.icon-group-o:before {
	content: "\e648"
}

.icon-heart:before {
	content: "\e649"
}

.icon-heart-o:before {
	content: "\e64a"
}

.icon-help:before {
	content: "\e64b"
}

.icon-home:before {
	content: "\e64c"
}

.icon-home-circle:before {
	content: "\e64d"
}

.icon-home-o:before {
	content: "\e64e"
}

.icon-ic-safeguard:before {
	content: "\e64f"
}

.icon-image:before {
	content: "\e650"
}

.icon-image-more:before {
	content: "\e651"
}

.icon-image-o:before {
	content: "\e652"
}

.icon-info-circle:before {
	content: "\e653"
}

.icon-info-o:before {
	content: "\e654"
}

.icon-left-large:before {
	content: "\e655"
}

.icon-lightning:before {
	content: "\e656"
}

.icon-lightning-circle:before {
	content: "\e657"
}

.icon-lightning-o:before {
	content: "\e658"
}

.icon-list-o:before {
	content: "\e659"
}

.icon-live:before {
	content: "\e65a"
}

.icon-live-play:before {
	content: "\e65b"
}

.icon-location:before {
	content: "\e65c"
}

.icon-location-o:before {
	content: "\e65d"
}

.icon-lock:before {
	content: "\e65e"
}

.icon-logo:before {
	content: "\e65f"
}

.icon-mail:before {
	content: "\e660"
}

.icon-mail-circle:before {
	content: "\e661"
}

.icon-markting-o:before {
	content: "\e662"
}

.icon-medal:before {
	content: "\e663"
}

.icon-medal-o:before {
	content: "\e664"
}

.icon-message:before {
	content: "\e665"
}

.icon-message-o:before {
	content: "\e666"
}

.icon-microphone:before {
	content: "\e667"
}

.icon-minus-circle:before {
	content: "\e668"
}

.icon-mobile:before {
	content: "\e669"
}

.icon-dpy:before {
	content: "\e65a"
}

.icon-mobile-circle:before {
	content: "\e66a"
}

.icon-mobile-o:before {
	content: "\e66b"
}

.icon-money-large-o:before {
	content: "\e66c"
}

.icon-money-o:before {
	content: "\e66d"
}

.icon-mortarboard-o:before {
	content: "\e66e"
}

.icon-move-file:before {
	content: "\e66f"
}

.icon-netdisk:before {
	content: "\e670"
}

.icon-neutral-o:before {
	content: "\e671"
}

.icon-new-folder:before {
	content: "\e672"
}

.icon-pencil:before {
	content: "\e673"
}

.icon-pencil-circle:before {
	content: "\e674"
}

.icon-phone:before {
	content: "\e675"
}

.icon-phone-circle:before {
	content: "\e676"
}

.icon-phone-o:before {
	content: "\e677"
}

.icon-picture:before {
	content: "\e678"
}

.icon-pitch-on:before {
	content: "\e679"
}

.icon-play-o:before {
	content: "\e67a"
}

.icon-play-oo:before {
	content: "\e67b"
}

.icon-plus:before {
	content: "\e67c"
}

.icon-plus-circle:before {
	content: "\e67d"
}

.icon-plus-o:before {
	content: "\e67e"
}

.icon-portrait-o:before {
	content: "\e67f"
}

.icon-prize:before {
	content: "\e680"
}

.icon-profile-o:before {
	content: "\e681"
}

.icon-profile-rect:before {
	content: "\e682"
}

.icon-qq-circle:before {
	content: "\e683"
}

.icon-question:before {
	content: "\e684"
}

.icon-question-circle:before {
	content: "\e685"
}

.icon-rank:before {
	content: "\e686"
}

.icon-recycle-bin:before {
	content: "\e687"
}

.icon-refresh:before {
	content: "\e688"
}

.icon-rename:before {
	content: "\e689"
}

.icon-renren-circle:before {
	content: "\e68a"
}

.icon-reply:before {
	content: "\e68b"
}

.icon-right-large:before {
	content: "\e68c"
}

.icon-rmb:before {
	content: "\e68d"
}

.icon-rmb-o:before {
	content: "\e68e"
}

.icon-screen:before {
	content: "\e68f"
}

.icon-screen-o:before {
	content: "\e690"
}

.icon-search:before {
	content: "\e691"
}

.icon-search-large-o:before {
	content: "\e692"
}

.icon-search-plus:before {
	content: "\e693"
}

.icon-see-another:before {
	content: "\e694"
}

.icon-send-o:before {
	content: "\e695"
}

.icon-setting:before {
	content: "\e696"
}

.icon-setting-o:before {
	content: "\e697"
}

.icon-share:before {
	content: "\e698"
}

.icon-share-o:before {
	content: "\e699"
}

.icon-shield-large-o:before {
	content: "\e69a"
}

.icon-shield-o:before {
	content: "\e69b"
}

.icon-shopping-cart:before {
	content: "\e69c"
}

.icon-shutdown:before {
	content: "\e69d"
}

.icon-sign:before {
	content: "\e69e"
}

.icon-smile-o:before {
	content: "\e69f"
}

.icon-sort:before {
	content: "\e6a0"
}

.icon-speaker:before {
	content: "\e6a1"
}

.icon-star:before {
	content: "\e6a2"
}

.icon-star-half:before {
	content: "\e6a3"
}

.icon-star-o:before {
	content: "\e6a4"
}

.icon-student:before {
	content: "\e6a5"
}

.icon-sun-o:before {
	content: "\e6a6"
}

.icon-target-large-o:before {
	content: "\e6a7"
}

.icon-thumbs-up:before {
	content: "\e6a8"
}

.icon-thumbs-up-large-o:before {
	content: "\e6a9"
}

.icon-times:before {
	content: "\e6aa"
}

.icon-times-circle:before {
	content: "\e6ab"
}

.icon-triangle:before {
	content: "\e6ac"
}

.icon-triangle-oblong:before {
	content: "\e6ad"
}

.icon-tv:before {
	content: "\e6ae"
}

.icon-up:before {
	content: "\e6af"
}

.icon-user:before {
	content: "\e6b0"
}

.icon-user-o:before {
	content: "\e6b1"
}

.icon-variety:before {
	content: "\e6b2"
}

.icon-vip:before {
	content: "\e6b3"
}

.icon-v-o:before {
	content: "\e6b4"
}

.icon-warning:before {
	content: "\e6b5"
}

.icon-wave-left:before {
	content: "\e6b6"
}

.icon-wave-right:before {
	content: "\e6b7"
}

.icon-webcam-o:before {
	content: "\e6b8"
}

.icon-wechat-circle:before {
	content: "\e6b9"
}

.icon-wechat-o:before {
	content: "\e6ba"
}

.icon-weibo-circle:before {
	content: "\e6bb"
}

.icon-wheat:before {
	content: "\e6bc"
}

.icon-writer:before {
	content: "\e6bd"
}

.icon {
	display: inline-block;
	vertical-align: baseline
}

.icon-certification-idcard,.icon-certification-teacher,.icon-certification-profession,.icon-certification-student,.icon-certification-home,.icon-certification-internal,.icon-certification-online
	{
	background-image: url(../../customization/img/icon/iconsall.png?3c333cc2d47e8899);
	height: 19px
}

.icon-certification-idcard {
	background-position: -19px 1px;
	width: 20px
}

.icon-certification-teacher {
	background-position: -40px 0;
	width: 18px
}

.icon-certification-profession {
	background-position: -59px 0;
	width: 19px
}

.icon-certification-student {
	background-position: -79px 0;
	width: 20px
}

.icon-certification-home {
	background-position: -57px -19px;
	width: 18px;
	height: 18px
}

.icon-certification-internal {
	background-position: 0 0;
	width: 18px
}

.icon-certification-online {
	background-position: 22px -18px;
	width: 18px
}

.icon-certification-license {
	background-image: url(../../img/icon/certification.png?3023232c98cdaa0d);
	height: 20px;
	width: 72px;
	background-position: 0 -376px
}

.icon-add,.icon-add-dark,.icon-add-light,.icon-remove,.icon-remove-dark,.icon-remove-light,.icon-edit,.icon-edit-dark,.icon-edit-light,.icon-round-add,.icon-round-add-dark,.icon-round-add-light,.icon-round-edit,.icon-round-edit-dark,.icon-round-edit-light
	{
	background: url(../../img/icon/operation.png?cee89572f5930dd5);
	cursor: pointer;
	width: 32px;
	height: 32px
}

.icon-add-dark {
	background-position: -38px -2px
}

.icon-add-light {
	background-position: -74px -2px
}

.icon-add-light:hover {
	background: url(../../img/icon/operation.png?cee89572f5930dd5);
	cursor: pointer;
	width: 32px;
	height: 32px;
	background-position: -38px -2px
}

.icon-add {
	background-position: -2px -2px
}

.icon-add:hover {
	background: url(../../img/icon/operation.png?cee89572f5930dd5);
	cursor: pointer;
	width: 32px;
	height: 32px;
	background-position: -38px -2px
}

.icon-remove-dark {
	background-position: -38px -74px
}

.icon-remove-light {
	background-position: -74px -74px
}

.icon-remove-light:hover {
	background: url(../../img/icon/operation.png?cee89572f5930dd5);
	cursor: pointer;
	width: 32px;
	height: 32px;
	background-position: -38px -74px
}

.icon-remove {
	background-position: -2px -74px
}

.icon-remove:hover {
	background: url(../../img/icon/operation.png?cee89572f5930dd5);
	cursor: pointer;
	width: 32px;
	height: 32px;
	background-position: -38px -74px
}

.icon-edit-dark {
	background-position: -38px -38px
}

.icon-edit-light {
	background-position: -74px -38px
}

.icon-edit-light:hover {
	background: url(../../img/icon/operation.png?cee89572f5930dd5);
	cursor: pointer;
	width: 32px;
	height: 32px;
	background-position: -38px -38px
}

.icon-edit {
	background-position: -2px -38px
}

.icon-edit:hover {
	background: url(../../img/icon/operation.png?cee89572f5930dd5);
	cursor: pointer;
	width: 32px;
	height: 32px;
	background-position: -38px -38px
}

.icon-round-add,.icon-round-add-dark,.icon-round-add-light,.icon-round-edit,.icon-round-edit-dark,.icon-round-edit-light
	{
	width: 36px;
	height: 36px
}

.icon-round-add-dark {
	background-position: -36px -108px
}

.icon-round-add-light {
	background-position: -180px -108px
}

.icon-round-add-light:hover {
	background: url(../../img/icon/operation.png?cee89572f5930dd5);
	cursor: pointer;
	width: 32px;
	height: 32px;
	width: 36px;
	height: 36px;
	background-position: -36px -108px
}

.icon-round-add {
	background-position: -108px -108px
}

.icon-round-add:hover {
	background: url(../../img/icon/operation.png?cee89572f5930dd5);
	cursor: pointer;
	width: 32px;
	height: 32px;
	width: 36px;
	height: 36px;
	background-position: -36px -108px
}

.icon-round-edit-dark {
	background-position: -144px -144px
}

.icon-round-edit-light {
	background-position: -180px -144px
}

.icon-round-edit-light:hover {
	background: url(../../img/icon/operation.png?cee89572f5930dd5);
	cursor: pointer;
	width: 32px;
	height: 32px;
	width: 36px;
	height: 36px;
	background-position: -144px -144px
}

.icon-round-edit {
	background-position: -108px -144px
}

.icon-round-edit:hover {
	background: url(../../img/icon/operation.png?cee89572f5930dd5);
	cursor: pointer;
	width: 32px;
	height: 32px;
	width: 36px;
	height: 36px;
	background-position: -144px -144px
}

.icon-small-remove-dark,.icon-small-remove-light,.icon-small-edit-dark,.icon-small-edit-light
	{
	background: url(../../img/icon/operation.png?cee89572f5930dd5);
	cursor: pointer;
	width: 20px;
	height: 20px
}

.icon-small-remove-dark {
	background-position: -66px -182px
}

.icon-small-remove-light {
	background-position: -130px -182px
}

.icon-small-remove-light:hover {
	background: url(../../img/icon/operation.png?cee89572f5930dd5);
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-position: -66px -182px
}

.icon-small-edit-dark {
	background-position: -44px -182px
}

.icon-small-edit-light {
	background-position: -108px -182px
}

.icon-small-edit-light:hover {
	background: url(../../img/icon/operation.png?cee89572f5930dd5);
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-position: -44px -182px
}

.icon-combo-green,.icon-combo-blue,.icon-combo-green-small,.icon-combo-blue-small
	{
	background-image: url(../../img/icon/combo.png?5bef551cc36455c3);
	width: 95px;
	height: 95px
}

.icon-combo-green {
	background-position: 0 0
}

.icon-combo-blue {
	background-position: 0 -95px
}

.icon-combo-green-small {
	background-position: 0 -191px;
	width: 54px;
	height: 54px
}

.icon-combo-blue-small {
	background-position: 0 -247px;
	width: 54px;
	height: 54px
}

.icon-bank-alipay,.icon-bank-wechat,.icon-bank-boc,.icon-bank-icbc,.icon-bank-cmb,.icon-bank-ccb,.icon-bank-abc,.icon-bank-bcm,.icon-bank-spdb,.icon-bank-ceb,.icon-bank-cib,.icon-bank-cmbc,.icon-bank-cgb,.icon-bank-fdb,.icon-bank-citic,.icon-bank-hzb,.icon-bank-bos,.icon-bank-srcb,.icon-bank-bob,.icon-bank-bjrcb,.icon-bank-wzcb,.icon-bank-nbcb,.icon-bank-pab,.icon-bank-psbc,.icon-bank-sdb,.icon-bank-hxb,.icon-bank-jsb,.icon-bank-bnc,.icon-bank-bocd,.icon-bank-cdrcb,.icon-bank-abc1003,.icon-bank-abc1004
	{
	background-image: url(../../img/icon/bank.jpg);
	height: 20px
}

.icon-bank-post {
	background-image: url(../../img/icon/bank_post.gif);
	height: 20px;
	width: 93px
}

.icon-bank-alipay {
	background-position: -106px -83px;
	width: 63px
}

.icon-bank-wechat {
	background-position: -283px -105px;
	width: 83px
}

.icon-bank-boc {
	background-position: 0 0;
	width: 74px
}

.icon-bank-icbc {
	background-position: -76px 0;
	width: 107px
}

.icon-bank-cmb {
	background-position: -409px 0;
	width: 83px
}

.icon-bank-ccb {
	background-position: -292px -1px;
	width: 113px
}

.icon-bank-abc {
	background-position: -187px 0;
	width: 101px
}

.icon-bank-bcm {
	background-position: -256px -62px;
	width: 112px
}

.icon-bank-spdb {
	background-position: -119px -21px;
	width: 76px
}

.icon-bank-ceb {
	background-position: -266px -84px;
	width: 119px
}

.icon-bank-cib {
	background-position: -103px -42px;
	width: 105px
}

.icon-bank-cmbc {
	background-position: 0 -63px;
	width: 135px
}

.icon-bank-cgb {
	background-position: -283px -21px;
	width: 109px
}

.icon-bank-fdb {
	background-position: -925px -21px;
	width: 73px
}

.icon-bank-citic {
	background-position: -196px -21px;
	width: 84px
}

.icon-bank-hzb {
	background-position: -345px -42px;
	width: 73px
}

.icon-bank-bos {
	background-position: -282px -41px;
	width: 60px
}

.icon-bank-srcb {
	background-position: -420px -42px;
	width: 74px
}

.icon-bank-bob {
	background-position: -371px -62px;
	width: 87px
}

.icon-bank-bjrcb {
	background-position: -137px -62px;
	width: 117px
}

.icon-bank-wzcb {
	background-position: -171px -84px;
	width: 92px
}

.icon-bank-nbcb {
	background-position: -212px -41px;
	width: 69px
}

.icon-bank-pab {
	background-position: 0 -42px;
	width: 98px
}

.icon-bank-psbc {
	background-position: 0 -21px;
	width: 116px
}

.icon-bank-sdb {
	background-position: -386px -84px;
	width: 128px
}

.icon-bank-hxb {
	background-position: 0 -105px;
	width: 90px
}

.icon-bank-jsb {
	background-position: -368px -105px;
	width: 85px
}

.icon-bank-bnc {
	background-position: -454px -105px;
	width: 76px
}

.icon-bank-bocd {
	background-position: -92px -105px;
	width: 81px
}

.icon-bank-cdrcb {
	background-position: -174px -105px;
	width: 107px
}

.icon-bank-abc1003 {
	background-position: 0 -84px;
	width: 67px
}

.icon-bank-abc1004 {
	background-position: -69px -84px;
	width: 35px
}

.icon-bank-wechat {
	background: url(../../img/icon/bank-wechat.png);
	width: 96px;
	height: 26px
}

.icon-teach-org {
	background: url(../../img/teacher/org.png);
	width: 14px;
	height: 14px
}

.icon-new-prize {
	background: url(../../img/icon/prize.png);
	width: 16px;
	height: 16px
}

.icon-new-coupon {
	background: url(../../img/icon/coupon.jpg);
	width: 16px;
	height: 16px
}

.icon-medal-valuegold,.icon-medal-valuesilver,.icon-medal-valuecopper,.icon-medal-populargold,.icon-medal-popularsilver,.icon-medal-popularcopper
	{
	background-image: url(../../img/icon/medal.png);
	height: 25px;
	width: 21px
}

.icon-medal-valuegold {
	background-position: 0 0
}

.icon-medal-valuesilver {
	background-position: -26px 0
}

.icon-medal-valuecopper {
	background-position: -52px 0
}

.icon-medal-populargold {
	background-position: 0 -28px
}

.icon-medal-popularsilver {
	background-position: -26px -28px
}

.icon-medal-popularcopper {
	background-position: -52px -28px
}

.icon-anytime-retire,.icon-limitime-retire,.icon-anytime-chaban,.icon-limitime-chaban,.icon-certi,.icon-safe
	{
	width: 82px;
	height: 19px
}

.icon-anytime-retire {
	background: url(../../img/course/anytime.png?01b126035444ec76) no-repeat
}

.icon-anytime-retire:hover {
	background: url(../../img/course/anytime_hover.png?36074fa94ad4c65e)
		no-repeat
}

.icon-limitime-retire {
	background: url(../../img/course/limitime.png?673fc711cbb52e43)
		no-repeat
}

.icon-limitime-retire:hover {
	background: url(../../img/course/limitime_hover.png?efa2e4dfb5e98f1e)
		no-repeat
}

.icon-anytime-chaban {
	background: url(../../img/course/anytime_chaban.png?9953ccdd3cbecfd1)
		no-repeat
}

.icon-anytime-chaban:hover {
	background:
		url(../../img/course/anytime_chaban_hover.png?df7703e1b96b25f9)
		no-repeat
}

.icon-limitime-chaban {
	background: url(../../img/course/limitime_chaban.png?4f1f24e776254aba)
		no-repeat
}

.icon-limitime-chaban:hover {
	background:
		url(../../img/course/limitime_chaban_hover.png?eb8b4b19ecd92f37)
		no-repeat
}

.icon-certi {
	background: url(../../img/course/certi.png?d6562e087d86dbcd) no-repeat
}

.icon-certi:hover {
	background: url(../../img/course/certi_hover.png?9291bf4b7f677e72)
		no-repeat
}

.icon-safe {
	background: url(../../img/course/safe.png?81eff46943bde02a) no-repeat
}

.icon-safe:hover {
	background: url(../../img/course/safe_hover.png?6dede23282b54e91)
		no-repeat
}

.icon-file-folder.tiny,.icon-file-other.tiny,.icon-file-txt.tiny,.icon-file-zip.tiny,.icon-file-rar.tiny,.icon-file-doc.tiny,.icon-file-docx.tiny,.icon-file-ppt.tiny,.icon-file-pptx.tiny,.icon-file-xls.tiny,.icon-file-xlsx.tiny,.icon-file-pdf.tiny,.icon-file-jpg.tiny,.icon-file-png.tiny,.icon-file-mp4.tiny,.icon-file-avi.tiny,.icon-file-flv.tiny,.icon-file-mkv.tiny,.icon-file-mp3.tiny,.icon-file-wav.tiny,.icon-file-all.tiny
	{
	background: url(../../img/icon/file/icon_tiny.png);
	width: 20px;
	height: 20px
}

.icon-file-folder.small,.icon-file-other.small,.icon-file-txt.small,.icon-file-zip.small,.icon-file-rar.small,.icon-file-doc.small,.icon-file-docx.small,.icon-file-ppt.small,.icon-file-pptx.small,.icon-file-xls.small,.icon-file-xlsx.small,.icon-file-pdf.small,.icon-file-jpg.small,.icon-file-png.small,.icon-file-mp4.small,.icon-file-avi.small,.icon-file-flv.small,.icon-file-mkv.small,.icon-file-mp3.small,.icon-file-wav.small,.icon-file-all.small
	{
	background: url(../../img/icon/file/icon_small.png);
	width: 36px;
	height: 36px
}

.icon-file-folder.medium,.icon-file-other.medium,.icon-file-txt.medium,.icon-file-zip.medium,.icon-file-rar.medium,.icon-file-doc.medium,.icon-file-docx.medium,.icon-file-ppt.medium,.icon-file-pptx.medium,.icon-file-xls.medium,.icon-file-xlsx.medium,.icon-file-pdf.medium,.icon-file-jpg.medium,.icon-file-png.medium,.icon-file-mp4.medium,.icon-file-avi.medium,.icon-file-flv.medium,.icon-file-mkv.medium,.icon-file-mp3.medium,.icon-file-wav.medium,.icon-file-all.medium
	{
	background: url(../../img/icon/file/icon_medium.png);
	height: 64px;
	width: 64px
}

.icon-file-folder.large,.icon-file-other.large,.icon-file-txt.large,.icon-file-zip.large,.icon-file-rar.large,.icon-file-doc.large,.icon-file-docx.large,.icon-file-ppt.large,.icon-file-pptx.large,.icon-file-xls.large,.icon-file-xlsx.large,.icon-file-pdf.large,.icon-file-jpg.large,.icon-file-png.large,.icon-file-mp4.large,.icon-file-avi.large,.icon-file-flv.large,.icon-file-mkv.large,.icon-file-mp3.large,.icon-file-wav.large,.icon-file-all.large
	{
	background: url(../../img/icon/file/icon_large.png);
	width: 80px;
	height: 80px
}

.icon-file-folder.tiny {
	background-position: 0 0
}

.icon-file-folder.small {
	background-position: 0 0
}

.icon-file-folder.medium {
	background-position: 0 0
}

.icon-file-folder.large {
	background-position: 0 0
}

.icon-file-other.tiny {
	background-position: 0 -20px
}

.icon-file-other.small {
	background-position: 0 -36px
}

.icon-file-other.medium {
	background-position: 0 -64px
}

.icon-file-other.large {
	background-position: 0 -80px
}

.icon-file-txt.tiny {
	background-position: 0 -40px
}

.icon-file-txt.small {
	background-position: 0 -72px
}

.icon-file-txt.medium {
	background-position: 0 -128px
}

.icon-file-txt.large {
	background-position: 0 -160px
}

.icon-file-zip.tiny {
	background-position: 0 -60px
}

.icon-file-zip.small {
	background-position: 0 -108px
}

.icon-file-zip.medium {
	background-position: 0 -192px
}

.icon-file-zip.large {
	background-position: 0 -240px
}

.icon-file-rar.tiny {
	background-position: 0 -60px
}

.icon-file-rar.small {
	background-position: 0 -144px
}

.icon-file-rar.medium {
	background-position: 0 -256px
}

.icon-file-rar.large {
	background-position: 0 -320px
}

.icon-file-doc.tiny {
	background-position: 0 -80px
}

.icon-file-doc.small {
	background-position: 0 -180px
}

.icon-file-doc.medium {
	background-position: 0 -320px
}

.icon-file-doc.large {
	background-position: 0 -400px
}

.icon-file-docx.tiny {
	background-position: 0 -80px
}

.icon-file-docx.small {
	background-position: 0 -216px
}

.icon-file-docx.medium {
	background-position: 0 -384px
}

.icon-file-docx.large {
	background-position: 0 -480px
}

.icon-file-ppt.tiny {
	background-position: 0 -100px
}

.icon-file-ppt.small {
	background-position: 0 -252px
}

.icon-file-ppt.medium {
	background-position: 0 -448px
}

.icon-file-ppt.large {
	background-position: 0 -560px
}

.icon-file-pptx.tiny {
	background-position: 0 -100px
}

.icon-file-pptx.small {
	background-position: 0 -288px
}

.icon-file-pptx.medium {
	background-position: 0 -512px
}

.icon-file-pptx.large {
	background-position: 0 -640px
}

.icon-file-xls.tiny {
	background-position: 0 -120px
}

.icon-file-xls.small {
	background-position: 0 -324px
}

.icon-file-xls.medium {
	background-position: 0 -576px
}

.icon-file-xls.large {
	background-position: 0 -720px
}

.icon-file-xlsx.tiny {
	background-position: 0 -120px
}

.icon-file-xlsx.small {
	background-position: 0 -360px
}

.icon-file-xlsx.medium {
	background-position: 0 -640px
}

.icon-file-xlsx.large {
	background-position: 0 -800px
}

.icon-file-pdf.tiny {
	background-position: 0 -140px
}

.icon-file-pdf.small {
	background-position: 0 -396px
}

.icon-file-pdf.medium {
	background-position: 0 -704px
}

.icon-file-pdf.large {
	background-position: 0 -880px
}

.icon-file-jpg.tiny {
	background-position: 0 -160px
}

.icon-file-jpg.small {
	background-position: 0 -432px
}

.icon-file-jpg.medium {
	background-position: 0 -768px
}

.icon-file-jpg.large {
	background-position: 0 -960px
}

.icon-file-png.tiny {
	background-position: 0 -160px
}

.icon-file-png.small {
	background-position: 0 -468px
}

.icon-file-png.medium {
	background-position: 0 -832px
}

.icon-file-png.large {
	background-position: 0 -1040px
}

.icon-file-mp4.tiny {
	background-position: 0 -180px
}

.icon-file-mp4.small {
	background-position: 0 -504px
}

.icon-file-mp4.medium {
	background-position: 0 -896px
}

.icon-file-mp4.large {
	background-position: 0 -1120px
}

.icon-file-avi.tiny {
	background-position: 0 -180px
}

.icon-file-avi.small {
	background-position: 0 -540px
}

.icon-file-avi.medium {
	background-position: 0 -960px
}

.icon-file-avi.large {
	background-position: 0 -1200px
}

.icon-file-flv.tiny {
	background-position: 0 -180px
}

.icon-file-flv.small {
	background-position: 0 -576px
}

.icon-file-flv.medium {
	background-position: 0 -1024px
}

.icon-file-flv.large {
	background-position: 0 -1280px
}

.icon-file-mkv.tiny {
	background-position: 0 -180px
}

.icon-file-mkv.small {
	background-position: 0 -612px
}

.icon-file-mkv.medium {
	background-position: 0 -1088px
}

.icon-file-mkv.large {
	background-position: 0 -1360px
}

.icon-file-mp3.tiny {
	background-position: 0 -200px
}

.icon-file-mp3.small {
	background-position: 0 -648px
}

.icon-file-mp3.medium {
	background-position: 0 -1152px
}

.icon-file-mp3.large {
	background-position: 0 -1440px
}

.icon-file-wav.tiny {
	background-position: 0 -200px
}

.icon-file-wav.small {
	background-position: 0 -684px
}

.icon-file-wav.medium {
	background-position: 0 -1216px
}

.icon-file-wav.large {
	background-position: 0 -1520px
}

.icon-file-all.tiny {
	background-position: 0 -220px
}

.icon-file-all.small {
	background-position: 0 -36px
}

.icon-file-all.medium {
	background-position: 0 -64px
}

.icon-file-all.large {
	background-position: 0 -80px
}

.icon-prize-star {
	background: url(../../img/icon/prize_star.png?12b4caab9e358e5f)
		no-repeat;
	width: 23px;
	height: 23px
}

.icon-prize-tip {
	background: url(../../img/icon/prize_tip.png?6f7612d637116f7f) no-repeat;
	width: 50px;
	height: 25px
}

.icon-call {
	cursor: pointer;
	width: 84px;
	height: 22px;
	background: url(../../img/icon/call.png?778974f6edddfd83) no-repeat
}

.icon-call:hover {
	background-position: 0 -22px
}



#flotage-bottom {
    z-index: 5;
    position: fixed;
    bottom: 180px;
    right: 7px
}

#flotage-bottom .wrapper {
    width: inherit;
    position: absolute;
    top: 0;
    right: 50px
}

#flotage-bottom li {
    position: relative;
    margin-top: 1px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 2px;
    text-align: center;
    overflow: hidden
}

#flotage-bottom li:hover .tip-icon {
    display: none
}

#flotage-bottom .icon {
    font-size: 26px;
    cursor: pointer;
    vertical-align: middle
}

#flotage-bottom .icon.small {
    font-size: 24px
}

#flotage-bottom .tip-icon {
    display: block;
    height: 35px;
    background: #797979;
    color: #fff;
    transition: all .25s
}

#flotage-bottom .tip {
    height: 35px;
    padding-top: 3px;
    font-size: 12px;
    line-height: 15px;
    display: block;
    background: #f90;
    color: #fff
}

#flotage-bottom .backup {
    display: none
}

#flotage-bottom .backup .icon {
    font-weight: 800
}

#footer1 {
	background-color: #fff;
	border-top: 1px solid #eee;
	line-height: 18px;
	padding: 30px 0;
	float: left;
    width: 100%;
    margin-top: 20px;
}

#footer1 .icon {
	margin-right: 5px;
	font-size: 1.3em;
	vertical-align: bottom
}

#footer1 .icon-phone {
	font-size: 52px
}

#footer1 .wrapper {
	width: 1100px;
	margin: 0 auto
}

#footer1 .favor-links {
	zoom: 1;
	border-bottom: 1px solid #ddd;
	padding-bottom: 42px
}

#footer1 .favor-links:before,#footer1 .favor-links:after {
	content: " ";
	display: table
}

#footer1 .favor-links:after {
	clear: both
}

#footer1 .show-wechat {
	cursor: pointer
}

#footer1 .show-wechat:hover {
	color: #ff9900
}

#footer1 .tel {
	text-align: center;
	margin-right: 68px;
	float: right
}

#footer1 .tel .icon-phone {
	color: #ff9900;
	display: block;
	height: 52px;
    width: 52px;
    margin: 0px auto;
}

#footer1 .tel h4 {
	font-size: 30px;
	line-height: 48px;
	color: #000;
	margin-top: 10px
}

#footer1 .list {
	float: right;
	border-right: 1px solid #ddd;
	padding-right: 96px;
	margin-right: 15px;
	height: 144px
}

#footer1 .list h4 {
	font-size: 16px;
	color: #000;
	margin-bottom: 8px
}

#footer1 .list ul {
	line-height: 24px
}

#footer1 .list li {
	width: 86px;
    overflow: hidden;
    white-space: nowrap;
}

#footer1 .copyright {
	color: #9d9d9d;
	font-size: 12px;
	text-align: center;
	margin-top: 14px
}

#footer1 .friend-links {
	text-align: center;
	margin-top: 30px;
	font-size: 12px
}

#footer1 .friend-links li {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

#footer1 .friend-links a {
	margin-right: 7px;
	color: #9d9d9d
}

#footer1 .friend-links a:hover {
	color: #ff9900
}

#footer1 .cert {
	margin-top: 15px;
	text-align: center
}

#footer1 .cert&gt;a {
	margin: 0 5px
}

#footer1 .cert img {
	height: 47px;
	border-radius: 2px
}

#footer1 .cert .integrity,#footer1 .cert .credible,#footer1 .cert .record,#footer1 .cert .i-trust,#footer1 .cert .geo-trust
	{
	background: url(../img/safe.jpg?b31665a92f3eaad0) no-repeat;
	display: inline-block;
	width: 128px;
	height: 47px
}

#footer1 .cert .integrity {
	background-position: 0 -47px
}

#footer1 .cert .record {
	background-position: -128px -47px
}

#footer1 .cert .i-trust {
	background-position: 0 -94px;
	width: 146px
}

#footer1 .cert .geo-trust {
	background-position: -128px 0;
	width: 182px
}

#footer1 .weibo {
	position: relative
}

#footer1 .weibo iframe {
	position: absolute;
	left: 63px
}</pre></body></html>