﻿@charset "utf-8";

/*--------------- reset ---------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body, button, input, select, textarea{font:12px/1.5 "microsoft yahei", Helvetica, Tahoma, Arial, sans-serif;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
address, cite, dfn, em, var{font-style:normal;}
code, kbd, pre, samp, tt{font-family:"Consolas", "Courier New", Courier, monospace;}
em,strong{font-weight:bolder;}
i{font-style: normal;}
ul, ol, li{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}

/*--------------- other ---------------*/
img{border:0 none;}
textarea{ resize: vertical; }
a, button{ cursor:pointer; }
input{border: 0;outline: none;}
a{text-decoration: none;}
.clear{clear:both;}
.clearfix:after{content:".";display:block;height:0;line-height:0;clear:both;visibility:hidden;font-size:0;}
.clearfix { *zoom:1; }
.tc{text-align:center;}
.fle{float: left;}
.flr{float: right;}
.layout-center{ margin-left:auto; margin-right:auto; }
.no-ime{ ime-mode: disabled; }
.copyright{ font-size: 14px; font-family: "Arial";}

body{
	background: #fff;
}

.layout-center{
	width: 1100px;
}

.header{
	height: 90px;
}
.header .logo{
	float: left;
	margin: 15px 0 0 96px;
}
.header .nav{
	float: right;
}
.nav ul li{
	float: left;
	height: 90px;
	line-height: 90px;
	margin-right: 30px;
}
.nav ul li a{
	font-size: 16px;
	font-weight: bold;
	color: #172c41;
}

.banner{
	height: 494px;
	overflow: hidden;
	text-align: center;
	background: url("../images/mooc04/pic_banner.jpg") no-repeat center #191a38;
}

.course-intro{
	padding: 55px 0 60px 0;
}
.course-intro .layout-center{
	width: 964px;
}
.course-intro .pic-show{
	text-align: center;
	font-size: 0;
	height: 191px;
	margin-bottom: 60px;
	margin-right: -66px;
}
.course-intro .pic-show .part{
	display: inline-block;
	width: 191px;
	height: 191px;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 66px;
}
.course-intro .pic-show .part img{width:191px;height:191px;}
.course-intro .intro-detail{
	padding: 30px 35px 30px 50px;
	border: 3px solid #ed5a2a;
	line-height: 25px;
	font-size: 15px;
	color: #152e44;
}
.course-intro .intro-detail .bold{
	font-weight: bold;
	color: #ed5a2a;
}
.course-intro .intro-detail .g-bold{
	color: #1eb465;
	font-size: 18px;
	font-weight: bold;
}
.course-intro .intro-detail p:first-child{
}

.course-arrange{
	background: url("../images/mooc04/p_b_ka_1.jpg") no-repeat center top;
}
.course-arrange .layout-center{
	width: 836px;
	position: relative;
	z-index: 10;
}
.course-arrange .title{
	padding: 30px 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #ed5a2a;
}
.course-arrange .arrangeTime{
	background: #ed5a2a;
	width: 500px;
	margin: 0 auto;
}
.arrangeTime .item{
	padding-bottom: 33px;
	text-align: center;
	font-size: 0;
}
.arrangeTime .item .month{
	text-align: center;
	padding: 20px 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.arrangeTime .item .day{
	display: inline-block;
	width: 110px;
	height: 136px;
	padding: 0 13px;
	border: 5px solid #d64a1c;
	background: #fff;
	font-size: 16px;
	margin: 0 16px;
}
.arrangeTime .item  .box{width: 308px;height: 131px;border:6px solid #d64a1c;text-align: center;background: #fff;margin: 0 auto;line-height: 25px;}
.arrangeTime .item  .box p{margin: 0 20px;}
.arrangeTime .item  .box .p1{font-size: 18px;color: #666;padding-top: 9px;}
.arrangeTime .item  .box .p2{font-size: 36px;color: #666;font-weight: bold;padding: 12px 0 15px 0;border-bottom: 1px solid #EF591F;}

.courseSignUp{
	padding-top: 60px;
	margin-top: 53px;
	background: #fff;
}
.courseSignUp .favo{
	text-align: center;
	font-size: 0;
}
.courseSignUp .favo li{
	display: inline-block;
	width: 168px;
	border: 2px solid #ed5a2a;
	margin: 0 30px;
	text-align: center;
}
.courseSignUp .favo li .discount{
	height: 90px;
	padding-top: 24px;
	border-bottom: 2px solid #ed5a2a;
}
.courseSignUp .favo li .discount p{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
.courseSignUp .favo li .discount h1{
	color: #ed5a2a;
	font-size: 72px;
	font-weight: bold;
	line-height: 80px;
}
.courseSignUp .favo li .discount h1 span{
	font-size: 24px;
}
.courseSignUp .favo li .discount h3{
	color: #d28b73;
	font-size: 18px;
	font-weight: bold;
	text-decoration: line-through;
	padding-top: 5px;
}
.courseSignUp .favo li .price{
	height: 68px;
	padding-top: 17px;
}
.courseSignUp .favo li .price p{
	color: #ed5a2a;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 24px;
}
.courseSignUp .favo li .price span{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 8px;
	background: #ed5a2a;
}
.courseSignAction{
	margin-top: 43px;
	padding-bottom: 40px;
}
.courseSignAction a{
	display: block;
	width: 317px;
	height: 86px;
	text-align: center;
	line-height: 85px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 10px;
	background: #ed5a2a;
	border-radius: 55px;
	margin: 0 auto;
}
.courseSignAction p{
	color: #152e44;
	font-size: 15px;
	text-align: center;
	margin-top: 15px;
}

.course-lecturer .layout-center{
	width: 1050px;
	border-top: 2px solid #ed5a2a;
	padding: 50px 0 70px 0;
}
.course-lecturer .lecturer_detail{
	margin: 0 -25px;
	padding: 0 25px 0 198px;
	background: url("../images/mooc04/p_js_1.jpg") no-repeat 18px top;
}
.lecturer_detail .detail-main{
	border-left: 7px solid #cccccc;
	padding-left: 48px;
}
.lecturer_detail .detail-main ul{
	font-size: 0;
	text-align: left;
	margin-right: -94px;
}
.lecturer_detail .detail-main ul li{
/*	display: inline-block;
	width: 200px;*/
/*	text-align: center;*/
	width: 810px;
	padding-bottom:50px;
	overflow: hidden;
	vertical-align: top;
}
.lecturer_detail .detail-main ul li .img{
	float: left;
	width: 180px;
}
.lecturer_detail .detail-main ul li .img img{border-radius:50%;-webkit-border-radius:50%;}
.lecturer_detail .detail-main ul li .txt{overflow: hidden;padding-left: 35px;color: #333;}
.lecturer_detail .detail-main ul li .name{
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}
.lecturer_detail .detail-main ul li .desc{
	margin-top: 5px;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
}

.lecturer_detail .detail-main ul li .info{line-height: 30px;font-size: 15px;padding-top:12px;}


.course-plan{
	padding-top: 40px;
	background: #eeeeee;
}
.course-plan .layout-center{
	padding-bottom: 75px;
}
.course-plan .sec-title{
	width: 234px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	margin: 0 auto;
	border: 2px solid #ed5a2a;
	color: #ed5a2a;
	font-size: 30px;
	font-weight: bold;
}
.course-plan .plan-detail{
	margin-top: 35px;
	background: #fff;
}
.plan-detail .plan-item{
	position: relative;
	padding-left: 207px;
	background: #ed5a2a;
	border-bottom: 1px solid #d64a1c;
	min-height: 120px;
}
.plan-detail .plan-item:last-child{
	border: none;
}
.plan-detail .plan-item .plan-data{
	position: absolute;
	left: 0;
	top: 0;
	width: 207px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 45px;
	top: 50%;margin-top: -22px;
}

.plan-detail .plan-item .plan-menu{
	padding: 20px 100px 20px 65px;
	background: #fff;
}
.plan-menu ul li{
	margin-bottom: 20px;
}
.plan-menu ul li:last-child{
	margin-bottom: 0;
}
.plan-menu .menu-title-1{
	font-size: 18px;
	font-weight: bold;
	color: #005899;
	margin-bottom: 10px;
}
.plan-menu .menu-title-2{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	position: relative;
}
.plan-menu .menu-title-2 em{
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #000;
	left: -16px;
	top: 8px;

}
.plan-menu .menu-title-3{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.plan-menu .menu-content{
	font-size: 14px;
	color: #333333;
	position: relative;
	line-height: 24px;
}
.plan-menu .menu-content:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	overflow: hidden;
	border-radius: 8px;
	background: #000;
	left: -15px;
	top: 8px;
}
.plan-menu .sub-title-1{
	padding-left: 18px;
}
.plan-menu .sub-title-2{
	padding-left: 35px;
}
.plan-menu .sub-title-3{
	padding-left: 27px;
}

.course-audience{
	height: 490px;background: url("../images/mooc04/p_b_sh_1.jpg") no-repeat center;
}
.course-audience .layout-center{
	/*padding: 20px 0 102px 0;*/
}
.course-audience .sec-title{
	text-indent: -9999px;
	overflow: hidden;
	height: 118px;
	background: url("../images/mooc04/p_f_1.png") no-repeat center;
	padding-bottom: 35px;
	padding-top: 22px;
}

.course-audience .detail{width: 888px;margin: 0 auto}
.course-audience .detail li{
	float: left;
	width: 244px;
	height: 244px;
	border: 4px solid #fff;
	border-radius: 100%;
	text-align: center;
	margin: 0 22px;
	display: table;
}
.course-audience .detail li p{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 32px;
	display: table-cell;
	vertical-align: middle;
}

.footer{
	background: #ed5a2a;
}
.footer .layout-center{
	height: 54px;
}
.footer .layout-center p{
	color: #fff;
	font-size: 14px;
	line-height: 54px;
	text-align: center;
}

.sider_buy{
	position: fixed;
	z-index: 500;
	bottom: 100px;
	left: 50%;
	margin-left: 550px;
}
