﻿.fmLogo {
    width: 540px;
}
.fmLogo img {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.logo_fs {
    font-size: 35px;
    color: #46166b;
    padding-top: 10px;
}
.fmLogoName h3 {
    letter-spacing: 0.2px;
    color: #46166b;
    font-weight: 600;
    height: 40px;
}
.fmLogoName span {
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    line-height: 34px;
    padding-left: 2px;
}
.tm_fx {
    padding-left: 225px;
}
.topMainMenu_bg {
    clear: both;
    background: #fff;
    border-top: none;
}
.topMenuList_hv li {
    float: left;
    display: block;
}
.topMenuList_hv li a {
    line-height: 50px;
    color: #444;
    font-size: 14px;
}
.top_nav {
    position: relative;
    width: 100%;
    height: 60px;
    background: #fff;
    /*overflow: hidden;*/
}
/*.top_nav_st{background:rgba(70,22,107,.9);}*/
.top_nav-item {
    position: relative;
    float: left;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    z-index: 1;
    text-align: center;
}
.top_nav-item a {
    display: block;
    line-height: 50px;
    text-align: center;
    color: #000;
}
.top_nav-item a:hover {
    color: #46166b;
    font-weight: bold;
}
.topBan_bar {
    clear: both;
    border-top: 1px #a1a1a4 solid;
}
.topBan_select {
    color: #46166b;
    font-weight: bold;
}
.fMenu_f {
    color: #000;
}
.move-bg {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 125px;
    height: 4px;
    background: rgba(70,22,107,.9);
    z-index: 0;
    text-align: center;
    margin: 0 5px;
}
.tb_select_sq {
    color: #46166b;
    width: 100px;
    height: 4px;
    background: rgba(70,22,107,.9);
    position: absolute;
    left: 10px;
    bottom: -5px;
}
.course_hv_show {
    visibility: hidden;
    position: relative;
}
.box_link:hover .course_hv_show {
    visibility: visible;
}
.courseMk {
    display: block;
    width: 224px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
}
.m_mykcimg {
    width: 224px;
    height: 120px;
    overflow: hidden;
    position: relative;
    cursor: pointer
}
.m_cover {
    width: 224px;
    height: 129px;
    background: url(../images/cover.png) no-repeat;
    position: absolute;
    top: -129px;
    left: 0;
    transition: all 0.8s;
}
.qcBg {
    background: #fff;
    height: 239px;
    position: relative;
}
.m_mykcboxright {
    margin-left: 250px;
}
.m_mykcbox img {
    transform: scale(1);
    height: 129px;
    transition: all 0.8s;
}
.m_mykcbox:hover img {
    transform: scale(1.2);
    height: 129px;
    transition: all 0.8s;
}
.m_mykcbox:hover .m_cover {
    width: 230px;
    height: 129px;
    background: url(../images/cover.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.8s;
    visibility: visible
}
.m_mykcbox:hover .course_name {
    color: #46166b;
    font-weight: 600;
}
.c_mykcbox {
    width: 224px;
    height: 154px;
    overflow: hidden;
    position: relative;
    cursor: pointer
}
.c_mykcbox img {
    transform: scale(1);
    height: 154px;
    transition: all 0.8s;
}
.jpkj_hv:hover img {
    transform: scale(1.2);
    height: 154px;
    transition: all 0.8s;
}
.jpkj_hv:hover .kj_name {
    color: #46166b;
    font-weight: 600;
}
.qc_inT {
    position: absolute;
    display: inline-block;
    width: 100%;
    bottom: -60px;
    left: 0;
    background: none;
}
.jk_area {
    position: absolute;
    right: 0;
*right:15px;
    top: 0;
}
.tCol_a {
    color: #46166b;
}
.tCol_b {
    color: #0281ec;
}
.kj_col_wrap {
    float: left;
    width: 224px;
    margin-right: 16px;
}
.kj_name {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    transition: all 0.3s;
}
.newsDt {
    display: inline-block;
    margin: 0 auto;
}
.newsDt div {
    float: left;
    color: #fff;
}
.newsDt {
    padding-left: 8px;
}
.newsWrap {
    width: 270px;
    min-height: 200px;
    overflow: hidden;
}
.newsInner {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}
.newsIn_co1 {
    background: #4718b4;
}
.newsIn_co2 {
    background: #e56e1a;
}
.newsIn_co3 {
    background: #d29f08;
}
.newsIn_co4 {
    background: #00857f;
}
.newsInner h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.newsInner p {
    height: 75px;
    padding: 20px 30px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}
.checkMore {
    font-size: 12px;
    color: #fff;
    border: 1px #f8f8f8 solid;
    border-radius: 5px;
    padding: 4px 20px;
    text-align: center;
}
.newsInner:hover {
    cursor: pointer;
    background: #46166b;
}
.newsInner:hover .checkMore {
    border: none;
    background: rgba(255,255,255,.6);
    color: #46166b;
}

.menuDrop-list{
     width:150px;
     position:absolute;
     top:60px;
     left:0;
     padding-top:10px;
     background:#46166b;
     display:none;
  
}

.menuDrop-list b{
   width:150px;
   clear: both;
   display:block;
   height:34px;
   font-weight:500;
   color:#fff;
   font-size:14px;
   padding-top:10px;

}

.dropMu:hover .menuDrop-list{
   display:block;
}
.menuDrop-list b:hover{
    color: #46166b;
   background:url(../images/alpha/white.png) repeat;
 }
 





/*顶部翻盘菜单*/


#btncell li {
    float: left;
    height: 60px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 1;
}
#btncell li a {
    display: block;
    height: 60px;
    text-decoration: none;
    overflow: hidden;
    position: absolute;
    top: 10px;
    color: #000;
    padding-top: 5px;
    text-align: center;
    color: #46166b;
}
#btncell li.bw1 {
    min-width: 108px;
}
#btncell li.bw1 .a1 {
    left: 25px;
}
#btncell li.bw1 .a2 {
    left: 35px;
}
#btncell li.bw2 {
    min-width: 150px;
}
#btncell li.bw2 a {
    left: 25px;
}
#btncell li:hover {
    background: #46166b;
}
/*二级顶部菜单*/

.inner_nav {
}
#btncell2 li {
    float: left;
    height: 60px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 1;
}
#btncell2 li a {
    display: block;
    height: 60px;
    text-decoration: none;
    overflow: hidden;
    position: absolute;
    top: 10px;
    color: #46166b;
    padding-top: 5px;
    text-align: center;
}
#btncell2 li.bw1 {
    min-width: 140px;
}
#btncell2 li.bw1 .a1 {
    left: 40px;
}
#btncell2 li.bw1 .a2 {
    left: 50px;
}
#btncell2 li.bw2 {
    min-width: 170px;
}
#btncell2 li.bw2 a {
    left: 25px;
}
#btncell2 li:hover {
    background: #46166b;
}
#btncell2 li.bw3 {
    min-width: 170px;
}
#btncell2 li.bw3 .a3 {
    left: 30px;
}
#btncell2 li.bw4 {
    min-width: 170px;
}
#btncell2 li.bw4 .a4 {
    left: 40px;
}
.new_tag {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff7a3e;
    padding: 2px 6px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    font-style: italic;
}
.course_intro_list {
    clear: both;
}
.course_intro_list .course_author {
    font-size: 14px;
    color: #000;
    float: left;
    margin-bottom: 15px;
}
.lec_price {
    color: #888;
    position: absolute;
    right: 2px;
    top: 0;
}
.shelf_date {
    width: 140px;
    font-size: 11px;
    color: #9e9e9e;
    padding-top: 5px;
}
.course_a_bar {
    position: relative;
    display: block;
    width: 200px;
}
.course_a_bar li {
    font-size: 12px;
}
.c_m_kb {
    margin-bottom: 5px;
}
.k_red {
    font-size: 16px;
}
.join_num {
    position: absolute;
    right: 0;
    top: 29px;
}
.jn {
    font-size: 12px;
    margin-right: 3px;
}
.join_num span {
    font-size: 11px;
}
.shelf_date_bar {
    position: relative;
    display: block;
    width: 210px;
}
.course_cont_wrap {
    padding: 12px 8px 14px;
}
.lecturer {
    color: #666;
}
.dg_bk_list {
    clear: both;
}
.dg_bk_list li {
    float: left;
    display: block;
}
.dg_bk_wrapper {
    position: relative;
    min-height: 260px;
    background: url(../images/bg/work_bg.png) no-repeat top left;
    text-align: center;
}
.dg_bk_tit {
    position: absolute;
    height: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    color: #222;
    text-align: left;
    padding-left: 10px;
    background: #fff;
    padding-top: 10px;
}
.dg_info {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 214px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.dg_bk_author {
    font-size: 14px;
    color: #000;
}
.dg_bk_cb {
    position: relative;
    clear: both;
    display: block;
    width: 200px;
    height: 20px;
    line-height: 20px;
}
.dg_bk_cb li {
    font-size: 12px;
}
.dg_bk_price {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
.works:hover .dg_bk_tit {
    background: rgba(70,22,107,1);
*background: #46166b;
    color: #fff;
    height: 80px;
}
.works:hover .dg_info {
    background: rgba(70,22,107,1);
 *background:#46166b;
    color: #fff;
}
.works:hover .dg_bk_wrapper {
    background: rgba(70,22,107,1);
 *background: #46166b;
}
.works:hover .dg_bk_cb li, .works:hover .dg_bk_cb li b {
    color: #fff;
}
.works:hover .shelf_date_bar {
    color: #fff;
}
.dg_j_num {
    position: absolute;
    top: 0;
    right: 0;
}
.cr_h20 {
    height: 40px;
    clear: both;
}
.member_unit {
    margin-bottom: 40px;
}
.links_area {
    background: #f6f6f6;
}
.men_link_area {
    padding: 10px 0;
}
.memLink_bar {
    clear: both;
    display: block;
}
.memLink_bar li {
    float: left;
    display: block;
    width: 170px;
    height: 73px;
    background: #fff;
    margin-right: 32px;
    border: 1px solid #ececec;
    border-bottom: 1px #e4e3e3 solid;
}
.memLink_bar li:hover {
    border-bottom: 2px rgba(70,22,107,1) solid;
}
.foot_kd {
    margin-top: 0;
}
.frLink_bar li {
    float: left;
    display: block;
    width: 280px;
    height: 73px;
    background: #fff;
    margin-right: 20px;
    border: 1px solid #ececec;
    border-bottom: 1px #e4e3e3 solid;
}
.frLink_bar li:hover {
    border-bottom: 2px rgba(70,22,107,1) solid;
}
.frLink_bar li.fl1 {
    width: 447px;
}
.frLink_bar li.fl1 {
    width: 447px;
}
.frLink_bar li.fl2 {
    width: 242px;
}
.frLink_bar li.fl3 {
    width: 240px;
}
.frLink_bar li.fl4 {
    width: 190px;
}
.activity_win {
    background: #46166b;
    position: fixed;
    left: 5%;
    top: 60%;
    z-index: 999;
    border-radius: 3px;
    padding: 15px 0;
}
.act_price {
    text-align: center;
}
.act_price span {
    color: #fff;
}
.act_price b {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.act_txt {
    margin-bottom: 15px;
    padding-top: 10px;
}
.act_txt li {
    text-align: center;
    color: rgba(255,255,255,.9);
}
.act_t1 {
    font-size: 14px;
}
.act_t2 {
    font-size: 14px;
}
.a_buy_btn {
    display: block;
    font-size: 16px;
    color: #46166b;
    text-align: center;
    width: 80px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    border-radius: 15px;
    margin: 0 auto;
    padding: 2px 3px;
}
.lg_pp {
    color: #888;
}
.icon_zy-key {
    color: #46166b;
}
.op_mm {
    color: #46166b;
}
.m_gx {
    float: left;
    margin-top: 13px;
    font-size: 21px;
    color: #46166b;
}
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: url(../images/alpha/black.png);
}
/******会员开通******/
.mask_wr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/alpha/black.png) repeat;
    z-index: 9999;
}
.m_o_ins {
min-height: 100px； background:#fefcff;
    border-radius: 5px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
    z-index: 999;
}
.m_o_ins2 {
min-height: 100px； background:#fefcff;
    border-radius: 5px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -360px;
    margin-left: -240px;
    z-index: 999;
}
.m_o_inner {
    padding: 10px;
    padding-top: 20px;
    position: relative;
}
.mem_tit {
    color: #46166b;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 6px;
    text-align: center;
    border-bottom: 1px #ddd solid;
    margin-bottom: 15px;
}
.mem_cont {
    overflow: hidden;
    text-align: center;
}
.mem_cont ul li {
    line-height: 24px;
}
.m_tf {
    color: #444;
    font-weight: 600;
}
.aging {
    text-indent: -8px;
    color: #666;
    font-size: 12px;
}
.open_bar {
    padding-bottom: 20px;
}
.opBtn {
    display: block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    background: #4f2273;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
}
.op_shut {
    position: absolute;
    right: 15px;
    top: 8px;
}
.op_mm {
    color: #46166b;
}
.m_prices_area {
    clear: both;
}
.h_price {
    text-align: center;
    display: inline-block;
    color: #666;
    font-size: 16px;
    text-decoration: line-through;
}
.n_price {
    font-size: 26px;
    text-align: center;
    color: red;
    clear: both;
    display: block;
}
.mem_ad_row {
    clear: both;
    padding: 10px 0;
}
.mem_ad_row h2 {
    font-size: 20px;
    color: #46166b;
    font-weight: 600;
    padding-bottom: 10px;
}
.mb_ad_row {
    width: 600px;
    padding-bottom: 15px;
}
.limitedT_area {
    clear: both;
    padding: 10px 0;
    background: #46166b;
    position: relative;
    margin-bottom: 20px;
}
.arr-pz {
    display: block;
    width: 21px;
    height: 14px;
    background: url(../images/w_arr.png) no-repeat;
    position: absolute;
    top: 0;
    left: 280px;
}
.limitedT_area ul {
    text-align: center;
}
.limitedT_area ul li {
    color: #fff;
}
.price_bg {
    font-size: 30px;
}
.lt {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 10px;
}
.memTit {
    position: relative;
    border: 1px #ddd solid;
}
.lt-b {
    font-size: 26px;
    color: #46166b;
}
.ut {
    font-size: 16px;
}
.mem-lt-l {
    height: 1px;
    line-height: 1px;
    width: 260px;
    border-bottom: 1px #ddd solid;
    position: absolute;
    top: 20px;
    left: 160px;
    z-index: 0;
}
.mem-ad-tit {
    display: block;
    width: 140px;
    height: 10px;
    margin: 0 auto;
    background: #fff;
    background: #fff;
}
.mem-lt-line {
    position: relative;
    margin-bottom: 60px;
}
/*输入激活码*/
.actCode-wrapper {
    clear: both;
    height: 60px;
}
.mem-name, .mem-cont {
    float: left;
}
.mem-name {
    line-height: 26px;
    margin-right: 6px;
    font-size: 16px;
    padding-left: 10px;
    color: #222;
}
.mem-cont {
    padding-left: 5px;
}
.mem-cont label {
    float: left;
    display: inline-block;
    border: 1px #666 solid;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
}
.mem-cont label input {
    padding-left: 3px;
    display: inline-block;
    width: 88px;
}
.actBtn {
    float: left;
    background: #46166b;
    border: 1px #46166b solid;
    color: #fff;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0 25px;
    margin-left: 10px;
    border-radius: 5px;
}
.actBtn:hover {
    background: #561c83;
    cursor: pointer;
}


/* nav */
.nav { background:rgb(16, 73, 40); }

.navIn { position: relative; }

.nav ul { position: relative; }

.nav-li { float: left; margin: 0 58px; }

.nav-link { display: inline-block; padding: 0 10px; line-height: 50px; text-align: center; font-weight: 600; font-size: 16px; color: #222;  -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.navCurBar { position: absolute; left:62px; bottom: 0; display: inline-block; width:74px; height: 2px; background:rgb(16, 73, 40); -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.nav-link:hover, .nav-cur .nav-link, .nav-cur .nav-link:hover { color:rgb(16, 73, 40);}




