html, body {
    width: 100%;
    height: 100%;
}

body {
    background: #ffffff;
}

#g_index {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.g_banner {
    position: relative;
    width: 100%;
    height: 400px;
}

.g_banner img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.g_class {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    padding: 10px 50px;
    background: rgba(255, 255, 255, 0.7);
}

.g_class .g_c_name {
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.g_class .g_c_name span {
    font-size: 18px;
    color: #666666;
    line-height: 22px;
}

.g_class .g_b_btns {
    position: relative;
    height: 30px;
}

.g_class .g_comment {
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 30px;
    overflow: hidden;
}

.g_class .g_comment span {
    float: left;
    line-height: 30px;
    padding: 0 14px;
    margin-left: 10px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 30px;
    background: #fec2a7;
}

.g_class .g_comment .g_com_stars {
    float: left;
    width: 145px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.g_class .g_comment .g_com_stars em {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../../images/template61/star.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

.g_class .g_comment label {
    float: left;
    line-height: 30px;
    font-size: 24px;
    color: #ff4444;
    font-weight: bold;
}

.g_class .g_comment i {
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}

.g_class .g_visit_num {
    position: absolute;
    left: 380px;
    top: 0;
    width: 170px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #3e3e3e;
    text-indent: 20px;
}

.g_class .g_go_class {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: 30px;
    text-align: right;
}

.g_class .g_go_class span {
    display: inline-block;
    line-height: 30px;
    padding: 0 14px;
    margin-left: 10px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 30px;
    background: #fec2a7;
}

.g_nav {
    display: -webkit-flex;
    height: 50px;
    background: #ffaa84;
}

.g_nav .g_nav_opt {
    -webkit-flex: 1;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.g_nav .g_nav_opt:hover {
    background: #ef7138;
    color: #ffffff;
}

.g_nav .g_nav_opt.g_checked {
    background: #ef7138;
    color: #ffffff;
}

.g_content {
    position: relative;
    min-height: 300px;
    margin-top: 6px;
}

.g_content .g_con {
    display: none;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
}

.g_con_index {
    width: 100%;
    height: 330px;
    box-shadow: 2px 10px 10px 2px rgba(233, 233, 233, 0.3);
}

.g_con_index .g_ind_content {
    position: relative;
    width: 100%;
    height: 300px;
}

.g_con_index dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 36%;
    height: 300px;
    text-align: center;
}

.g_con_index dt img {
    display: inline-block;
    width: 370px;
    height: 264px;
    margin-top: 28px;
}

.g_con_index dd {
    position: absolute;
    top: 0;
    left: 36%;
    width: 64%;
    height: 300px;
    padding: 65px 56px 40px 40px;
}

.g_con_index dd .g_ind_con_title {
    font-size: 18px;
    color: #3e3e3e;
    line-height: 50px;
    font-weight: bold;
}

.g_con_index dd .g_ind_con_info {
    line-height: 22px;
    font-size: 14px;
    color: #757575;
    letter-spacing: 1px;
}

.g_con_course {
    position: relative;
    overflow: hidden;
    zoom: 1;
    /*width: 100%;*/
    /*height: 2050px;*/
    /*background: #e9f4ff;*/
    margin-bottom: 80px;
}

.g_cur_left {
    width: 20%;
  
    padding-top: 22px;
    background: #fff;
    box-shadow: 2px 2px 4px 2px #e9e9e9;
}

.g_cur_tab .g_cur_title {
    position: relative;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #303334;
    text-indent: 20px;
}

.g_cur_tab .g_cur_title span {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 18px;
    height: 10px;
    background: url(../../images/template61/g_close.png) no-repeat center;
    background-size: contain;
}

.g_cur_tab .g_cur_title span.g_cur_open {
    background: url(../../images/template61/g_open.png) no-repeat center;
    background-size: contain;
}

.g_cur_tab .g_cur_list {
    display: none;
}

.g_cur_tab .g_cur_opt {
    position: relative;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #333333;
    text-indent: 40px;
}

.g_cur_tab .g_cur_opt.g_cur_checked {
    background: #81b4ed;
}

.g_cur_tab .g_cur_opt:hover {
    background: #dbedff;
    text-indent: 60px;
}

.g_cur_right {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 21%;*/
    width: 79%;
    /*height: 100%;*/
    background: #fff;
    float: right;
    box-shadow: 2px 2px 4px 2px #e9e9e9;
}

.g_r_topBtn {
    line-height: 60px;
    text-align: right;
    padding-right: 30px;
}

.g_r_topBtn span {
    display: inline-block;
    width: 110px;
    margin-left: 20px;
    line-height: 30px;
    background: #FFC3A9;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    color: #303334;
}

.g_r_topBtn span i {
    display: inline-block;
    width: 20px;
    height: 14px;
    margin-right: 4px;
    background: url(../../images/template61/g_per.png) no-repeat center;
    background-size: contain;
}

.g_r_topBtn .g_r_next i {
    margin-right: 0;
    margin-left: 4px;
    background: url(../../images/template61/g_next.png) no-repeat center;
    background-size: contain;
}

.g_des_title {
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.g_r_des {
    min-height: 170px;
    padding: 7px 30px 10px 30px;
    background: #f2f2f2;
}

.g_r_des .g_des_info {
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
}

.g_r_words {
    min-height: 360px;
    padding: 7px 30px 10px 30px;
}

.g_r_words .g_words_list {
    overflow: hidden;
}

.g_r_words .g_words_opt {
    float: left;
    width: 50%;
    line-height: 26px;
}

.g_r_words .g_words_opt span {
    display: inline-block;
    width: 49%;
    line-height: 26px;
    font-size: 14px;
}

.g_scene {
    min-height: 650px;
    padding: 7px 30px 0 30px;
}

.g_scene .g_sce_img {
    height: 590px;
}

.g_scene .g_sce_img img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.g_test {
    min-height: 380px;
    padding: 7px 30px 10px 30px;
    background: #f2f2f2;
}

.g_text_que .g_que_title {
    line-height: 22px;
    font-size: 14px;
    margin-top: 10px;
}

.g_text_que .g_ans_list {
    overflow: hidden;
}

.g_text_que .g_ans_list .g_ans_opt {
    float: left;
    width: 25%;
    line-height: 30px;
    font-size: 14px;
}

.g_text_que .g_ans_list .g_ans_opt:first-child {
    margin-left: 0;
}

.g_text_que .g_ans_list .g_ans_opt.g_r_width50 {
    width: 50%;
}

.g_text_que .g_ans_list .g_ans_opt.g_r_width100 {
    width: 100%;
}

.g_expend {
    background: #ffffff;
}

.g_con_team {
    min-height: 600px;
    padding: 30px 60px 70px 60px;
    margin-bottom: 80px;
    overflow: hidden;
    box-shadow: 2px 10px 10px 2px rgba(233, 233, 233, 0.3);
    height: 2000px;
    width: 1194px;
}

.g_team_list {
    position: relative;
    float: left;
    width: 260px;
    height: 366px;
    padding: 44px 30px 24px 30px;
}

.g_team_list .g_team_up {
    text-align: center;
    height: 170px;
}

.g_team_list .g_team_up img {
    display: inline-block;
    width: 108px;
    height: 108px;
}

.g_team_list .g_team_name {
    line-height: 60px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.g_team_list .g_team_name span {
    color: #999999;
    font-weight: normal;
    margin-left: 16px;
}

.g_team_list .g_team_aprv {
    font-size: 15px;
    color: #999999;
}

.g_team_list .g_team_job {
    font-size: 15px;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.g_team_list:hover {
    box-shadow: 0 0 10px 2px rgba(228, 229, 229, 0.8);
}

.g_team_list.g_team_checked {
    box-shadow: 0 0 10px 2px rgba(228, 229, 229, 0.8);
}

.g_con_zidingyi {
    width: 100%;
    min-height: 410px;
    padding: 20px 50px;
    box-shadow: 2px 10px 10px 2px rgba(233, 233, 233, 0.3);
}

.g_z_title {
    line-height: 40px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    border-bottom: 2px solid #000000;
}

.g_z_li {
    line-height: 26px;
    font-size: 16px;
    color: #333333;
}

.g_team_list .g_team_info {
    display: none;
    z-index: 1;
    position: absolute;
    width: 400px;
    left: 0;
    top: 240px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #ebebeb;
}

.g_team_list .g_team_info .g_hover_name {
    line-height: 40px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
