/*basecss*/
body {
	background-color:#F0F0F0;
}
.border-all {
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-bottom:0 !important;
}
border-all {
    
}
.personal-content {margin:0 0 50px 0;}
.navLeftColor {
	color:#079fcc !important;
}
/*.top-info*/
.top-info {
	height:40px;
	background-color:#e6e6e6;
	border-bottom:1px solid #B2B2B2;
}
.top-info .top-content {
	width:1200px;
	margin:0 auto;
}
.top-info .top-tit {
	line-height:40px;
	color:#4c4c4c;
	font-size:12px;
	float:left;
}
.top-info .menu-hd {
	width:136px;
	float:right;
	padding:8px 3px;
	cursor:pointer;
	position:relative;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
}
.top-info span {
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	margin-right:5px;
	text-indent:initial;
}
.top-info .tit-img {
	width:18px;
}
.top-info .tit-age {
	width:22px;
	height:14px;
	border-radius:2px;
	background-color:#F35105;
	color:white;
	text-align:center;
	line-height:16px;
}
.menu-hd .menu-hd-m {
	position:relative;
}
.top-info .menu-hd .tit-icon {
	width:0;
	height:0;
	border-top:8px solid #4d4d4d;
	border-right:6px solid transparent;
	border-left:6px solid transparent;
	transition:transform .1s ease-in 0s;
	-webkit-transition:-webkit-transform .1s ease-in 0s;
	-moz-transition:-moz-transform .1s ease-in 0s;
	-mz-transition:-mz-transform .1s ease-in 0s;
	-o-transition:-o-transform .1s ease-in 0s;
	position:absolute;
	top:8px;
	right:2px;
}
.top-info .menu-hd:hover .tit-icon {
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-mz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}
/*.nav-add {
	background-color:#fafafa;
	border-left:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
}*/
.loginlayer .menu-bd-panel {
	position:absolute;
	left:0px;
	top:40px;
	background-color:#fafafa;
	width:140px;
	display:none;
	padding-bottom:10px;
    background-color:#fff;
}
.loginlayer .menu-bd-panel a {
	display:block;
	color:#4D4D4D;
	padding:5px 0;
	text-indent:30px;
}
.loginlayer .menu-bd-panel a:hover {
	color:#079FCC;
}
/*.main-logo-warp*/
/*.main-logo-warp*/
.main-logo-warp {
	height:70px;
	background-color:#fff;
}
.main-logo-warp .main-logo-content {
	width:1200px;
	margin:0 auto;
}
.main-logo-warp .main-logo-content .main-logo {
	/*width:520px;
	display:inline-block;
	height:70px;
	float:left;
	background:url(../images/icon/logo.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;*/
    width: 384px;
    float: left;
    height: 70px;
    float: left;
    background: url(../images/icon/logo05.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
.navigation {
	float:right;
	
	color:#333;
}
.navigation .nav-ul {
	overflow:hidden;
        float: left;
}
.navigation .nav-ul li {
	float:left;
	width:78px;
	text-align:center;
	font-size:16px;
	margin:0 10px;
     height: 70px;
}
.navigation .nav-ul li a {
	color:#595959;
	text-shadow:1px 1px white;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    width: 100%;
}
.navigation .nav-ul li a:hover {
	border-bottom:2px solid #008ac8;
	color:#008ac8;
}
.navigation .loginlayer {
    float: left;
   position: relative;
    margin-top: 15px;
    margin-left:25px;
}

    .navigation .loginlayer .logorRes {
        font-size: 16px;
    color: #349cd8;
    width: 140px;
    border: 1px solid #349cd8;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -moz-border-radius: 5px;
-webkit-border-radius: 5px; 
border-radius: 5px;
    }

   .navigation .loginlayer .logorRes:hover {
        color: #fff;
        background-color:#349cd8;
    }

    .navigation .loginlayer .personalCenter {
        font-size: 16px;
    color: #333;
    width: 140px;
    border: 1px solid #d0d0d0;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -moz-border-radius: 5px;
-webkit-border-radius: 5px; 
border-radius: 5px;
padding-top: 10px;
    }
        .navigation .loginlayer .personalCenter img{
        float:left;
        padding:0 10px 0 15px;
    }
    .navigation .loginlayer .personalCenter span{
        float:left;
        line-height:100%;
        margin-right:11px;
    }
     .navigation .loginlayer .personalCenter b{
        float:left;
        background-color:#ff5230;
        width:6px;
        height:6px;      
-moz-border-radius: 50%;
-webkit-border-radius: 50%; 
border-radius: 50%;
    }
   .navigation .loginlayer .personalCenter:hover .loginlayer .menu-bd-panel{
            display:block !important;
        }
/*personal-content*/
.content-main {
	width:1200px;
	margin:0 auto;
}
.menuList {
	background-color:#fafafa;
}
/*head-nav*/
.head-nav {
	background-color:#349cd8;
	height:60px;
	margin:20px 0;
}
.navigation-ul,.navigation-ul > li,.exercise-ul,.exercise-ul > li {
	display:inline-block;
}

.head-nav .navigation-ul > li {
	line-height:60px;
	margin-left:10px;
}
.navigation-ul > li a {
	color:white;
	font-size:16px;
    padding: 0 10px;
    display: inline-block;
}
.navigation-ul > li a.addColor {
	background-color:#134e8f;
}
.w-navigation {
    font-size:16px;
    color:#595959;
     margin:15px 0;
    border-left: 7px solid #008AC8; 
    line-height:18px; 
    padding-left:5px;
}

.exercise-ul > li {
	display:inline-block;
	line-height:40px;
	margin-left:30px;
}
.exercise-ul {
	margin-left:104px;
}
.exercise-ul > li a {
	color:white;
	font-size:16px;
}
/*--main-right--*/
.main-left {
	width:920px;
	float:left;
}
/*---recommend-right---*/
.recommend-right {
	float:right;
	width:260px;
	background-color:#fafafa;
}
.most-popular-courses h3 {
	padding:10px 0;
	background-color:#D9D9D9;
}
.most-popular-courses h3 span {
	display:inline-block;
	height:18px;
	border-left:4px solid #008AC8;
	padding-left:15px;
	line-height:16px;
	font-size:18px;
	font-weight:200;
}
.most-list {
	padding:14px;
	border-bottom:1px dashed #ccc;
	margin-bottom:20px;
}
.most-list:last-child {
	border:none;
}
.most-list .most-img {
	width:228px;
	height:125px;
}
.merge-feed .merge-feed-l {
	margin-right:68px;
}
.merge-feed span .big {
	font-size:18px;
	color:#EE4B1F;
	margin-right:5px;
}
.merge-feed-foot {
	color:#999;
	font-size:16px;
}
.paper-title {
    padding: 0;
    overflow:initial;
}
.main {
     width: 1200px; 
     overflow:initial; 
}
.coursecols li {
    float: left;
    /*margin:0 35px 35px 0;*/
   margin: 4px 35px 35px 3px;
    -moz-box-shadow: 0 0 4px #dedede;
-webkit-box-shadow: 0 0 4px #dedede;
box-shadow: 0 0 4px #dedede;
}
    .coursecols li:nth-child(4n) {
        margin-right:0;
    }
.coursecols .my-mask {
    width: 270px;
    /*height: 225px;*/
    height: 252px;
    -moz-box-shadow: 0 0 3px #dedede;
    -webkit-box-shadow: 0 0 3px #dedede;
    box-shadow: 0 0 3px #dedede;
}
.mb {
    margin-bottom: 6px;
}
    .coursecols .my-mask .courseimg {
        width:270px;
        height:140px;
        border:0;
    }
.coursecols .courseInfo {
    background-color: #fff;
    /*height: 85px;*/
    height: 112px;
    padding: 15px 10px 10px 10px;
}
.coursecols .course_shopping .shoppingCar {
   
    color: #F7A35D;
}
.coursecols .course_shopping .shoppingCarComplete {
     float:left;
     color: #999;
}
.coursecols .course_shopping .shoppingCarComplete:hover {
    color:#999;
      cursor:text;
}
.coursecols .course_shopping a:last-child {
    float:right;padding: 0px 8px;
}
.coursecols .course_shopping .BuyNow {
    float:right;color: #dc0305;padding: 0px 8px; border:1px solid #dc0305;
}
.coursecols .course_shopping .BuyComplete {
    float:right;color: #999;padding: 0px 8px; border:1px solid #999;
    cursor:text;
}

.coursecols .courseInfo h5 {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.coursecols .courseInfo .course_summary img {
    float: left;
    width: 22px;
    height: 16px;
    margin-right: 6px;
}
.course_summary .clo1 {
    float: left;
    color: #909090;
    font-size: 14px;
}
.course_summary .clo1 span {
    color: #eb6100;
}
.course_summary p:last-child span {
    color: #dc0305;
}
.course_summary p:last-child {
    float: right;
}
/*footer*/
/*.footer {
	background-color:#FAFAFA;
	margin-top:30px;
	border-top:1px solid #CDCDCD;
}
.footer .footCon {
	width:1200px;
	margin:0 auto;
	text-align:center;
	padding:35px 0;
}
.footer .footCon a {
	color:#4D4D4D;
}
.footer .footCon a:hover {
	color:#079FCC;
}*/

