body {

    min-width: 1200px;

}



.baise {

    width: 100%;

    height: auto;

    overflow: hidden;

    background: #fff;

}



* {

    margin: 0;

    padding: 0;

    line-height: 100%;

    font-family: '微软雅黑';

    box-sizing: content-box !important;

    -moz-box-sizing: content-box !important;

    /* Firefox */

    -webkit-box-sizing: content-box !important;

    /* Safari */

}



a {

    text-decoration: none;

}



ul li,

ol li {

    list-style: none;

}



b,

strong,

h1,

h2,

h3,

h4,

h5,

h6 {

    font-weight: normal;

}



i,

em {

    font-style: normal;

}



img {

    /*vertical-align: top;*/

    border-style: none;

}



input,

select,

img {

    outline: none;

}



.clearfix:after {

    content: '';

    display: block;

    clear: both;

}



.clearfix {

    zoom: 1;

}



.clear {

    clear: both;

}



a:link,

a:visited,

a:active {

    text-decoration: none;

    color: #333;

}



a:hover {

    color: #333;

}



a {

    cursor: pointer;

}



input {

    outline: none;

}



.dni {

    display: none;

}



.fl {

    float: left;

}



.fr {

    float: right;

}



.maincon {

    width: 1200px;

    margin: 0 auto;

}





/**	登录页面 */



.login_top {

    width: 100%;

    height: 152px;

    background: url(../img/bg_top_login.jpg) center no-repeat;

    text-align: center;

    padding-top: 95px;

}



.login_top h1 {

    font-size: 48px;

    color: #fff;

    font-weight: bold;

    margin-bottom: 24px;

}



.login_top p {

    font-size: 36px;

    font-weight: bold;

    color: #fff;

}



.login_mainer {

    position: relative;

}



.login_bgpic {

    position: absolute;

    width: 1646px;

    height: 306px;

    bottom: 0;

    left: 50%;

    margin-left: -823px;

}



.login_main {

    position: relative;

    padding: 60px 0 90px;

}



.login_main .logincon {

    margin: 0;

    background: #fff;

}



.login_main .logincon .login_column {

    background: #f5f5f5;

}



.login_news {

    width: 585px;

    margin: 0 0 0 20px;

}



.login_news>div {

    margin: 0 0 25px;

}



.login_news_title {

    height: 45px;

    border-bottom: 1px #d5d5d5 solid;

}



.login_news_title span {

    font-size: 18px;

    color: #000;

    line-height: 45px;

    border-left: 5px #446ec6 solid;

    padding-left: 15px;

}



.login_news_item p {

    line-height: 42px;

    font-size: 14px;

    color: #000;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}



.login_news_item p span {

    color: #446ec5;

}



.logincon {

    width: 476px;

    height: 505px;

    background: #e0f4ff;

    border-radius: 5px;

    margin: 120px 0 0;

    box-shadow: 0px 0px 14px rgba(44, 114, 191, 0.4);

}



.logincon h2 {

    text-align: center;

    font-size: 28px;

    font-weight: bold;

    color: #446ec5;

    padding: 45px 0 35px;

}



.loginlist {

    width: 410px;

    margin: 0 auto;

}



.login_column {

    width: 100%;

    height: 60px;

    background: #fff;

    border-radius: 5px;

    overflow: hidden;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    margin-bottom: 20px;

    align-items: center;

}



.login_icon {

    width: 60px;

    height: 60px;

    display: flex;

    flex-direction: row;

    justify-content: center;

    align-items: center;

}



.login_column input {

    flex: 1;

    height: 60px;

    font-size: 18px;

    line-height: 60px;

    border: none;

    background: transparent;

}



.login_column .yzm {

    margin: 0 10px;

}



.btn_login {

    width: 100%;

    height: 64px;

    margin: 15px 0 0;

    border: none;

    background: #446ec5;

    border-radius: 5px;

    font-size: 26px;

    color: #fff;

}



.login_toreg {

    text-align: right;

}



.login_toreg a {

    font-size: 18px;

    color: #626262;

    line-height: 48px;

}



.footer {

    width: 100%;

    height: 190px;

    background: #3e3e3e;

}



.ft_nav {

    text-align: center;

    padding: 35px 0 25px;

}



.ft_nav a {

    font-size: 16px;

    color: #fff;

    margin: 0 15px;

}



.ftcon {

    text-align: center;

}



.ftcon p {

    font-size: 14px;

    color: #fff;

    line-height: 30px;

}





/** 首页 */



.header_lf {

    margin: 20px 0;

}



.header_rt {

    margin-top: 40px;

}



.header_rt img {

    width: 46px;

    height: 46px;

    float: left;

    display: none;

    margin-right: 10px;

}



.header_phone {

    float: left;

    text-align: center;

}



.header_phone div {

    font-size: 16px;

    color: #000;

}



.header_phone div span {

    font-size: 22px;

    color: #171717;

    display: inline-block;

    margin: 0 20px 15px;

}



.navlist {

    width: 100%;

    height: 50px;

    background: #446ec5;

    margin: 0;

    position: relative;

    z-index: 99;

}



.before {

    width: 0;

    height: 56px;

    border-top: 4px #1e489d solid;

    background: #fff;

    position: absolute;

    left: 0;

    bottom: -16px;

}



.after {

    width: 0;

    height: 56px;

    border-top: 4px #1e489d solid;

    background: #fff;

    position: absolute;

    right: 0;

    bottom: -16px;

}



.navbox {

    position: relative;

    height: 100%;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

}



.nav_left {

    width: 171px;

    height: 56px;

    padding-top: 4px;

    background: url(../img/bg_nav_left.png) no-repeat;

    padding-left: 50px;

    margin-top: 6px;

    float: left;

}



.nav_left p {

    font-size: 18px;

    color: #3260bf;

    line-height: 56px;

}



.nav_right {

    width: 133px;

    height: 56px;

    padding-top: 4px;

    background: url(../img/bg_nav_right.png) no-repeat;

    padding-left: 85px;

    margin-top: 6px;

    float: right;

}



.nav_right a {

    font-size: 18px;

    color: #3260bf;

    line-height: 56px;

}



.nav_con {

    display: flex;

    flex-direction: row;

    justify-content: space-around;

    align-items: center;

    flex: 1;

    width: 700px;

    float: left;

}



.nav_con a {

    font-size: 16px;

    color: #fff;

    width: 14.28%;

    float: left;

    line-height: 50px;

    text-align: center;

}



.nav_con a.nav_hover {

    width: 14.28%;

    height: 50px;

    background: url(../img/nav_hover_bg.png) center bottom no-repeat;

}



.nav_con a.checked {

    width: 14.28%;

    height: 50px;

    background: url(../img/nav_hover_bg.png) center bottom no-repeat;

}



.bannerbox {

    width: 100%;

    position: relative;

}



.fullSlide {

    width: 100%;

    height: 450px;

    z-index: 98;

    position: relative;

}



.fullSlide .bd {

    margin: 0 auto;

    position: relative;

    z-index: 0;

    overflow: hidden;

}



.fullSlide .bd ul {

    width: 100% !important;

}



.fullSlide .bd li {

    width: 100% !important;

    height: 450px;

    overflow: hidden;

    text-align: center;

    background-repeat: no-repeat;

    background-position: center;

}



.fullSlide .bd li a {

    width: 100%;

    height: 100%;

    display: block;

}



.fullSlide .hd {

    width: 100%;

    position: absolute;

    z-index: 1;

    bottom: 5px;

    left: 0;

    height: 30px;

    line-height: 10px;

}



.fullSlide .hd ul {

    text-align: center;

    vertical-align: top;

    height: 10px;

}



.fullSlide .hd ul li {

    cursor: pointer;

    display: inline-block;

    *display: inline;

    zoom: 1;

    width: 10px;

    height: 10px;

    margin: 1px 5px 0;

    overflow: hidden;

    line-height: 999px;

    vertical-align: top;

    background: #fff;

    border-radius: 50%;

    opacity: 0.5;

}



.fullSlide .hd ul .on {

    opacity: 1;

}



.index_centerbox {

    position: absolute;

    top: 0;

    left: 50%;

    margin-left: -600px;

    height: 100%;

}



.index_leftnav {

    width: 220px;

    height: 435px;

    background: #446ec5;

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: 99999;

}



.leftnavcon {

    border-bottom: 1px #698bd1 solid;

    padding-bottom: 10px;

}



.leftnavcon:last-child {

    border: none;

    padding: 0;

}



.leftnav_tit {

    font-size: 18px;

    color: #fff;

    margin: 25px 0 10px 15px;

}



.leftnav_list {

    /* padding: 0 15px; */

}



.leftnav_list li {

    width: 50%;

    float: left;

    text-align: center;

}



.leftnav_list li a {

    font-size: 14px;

    color: #fff;

    line-height: 34px;

    display: block;

    width: 98px;

    height: 34px;

    margin: 0 15px;

    text-align: initial;

}



.leftnav_list li i {

    width: 3px;

    height: 3px;

    background: #fff;

    display: inline-block;

    margin-right: 5px;

    vertical-align: middle;

}



.leftnav_list li a.sed {

    background: #fff;

    border-radius: 10px;

    color: #446ec5;

}



.leftnav_list li a.sed i {

    background: #446ec5;

}



.third_win {

    /*width: 420px;*/

    background: rgba(0, 0, 0, 0.6);

    border-radius: 10px;

    position: absolute;

    left: 225px;

    top: 165px;

    z-index: 999;

    padding: 5px 20px;

    display: none;

}



.thirdTit {

    font-size: 16px;

    color: white;

    font-weight: bold;

    line-height: 38px;

    border-bottom: 2px #ffffff solid;

}



.itemTit {

    font-size: 16px;

    color: #446ec5;

    font-weight: bold;

    line-height: 38px;

    margin-right: 25px;

}



.itemList {

    width: 375px;

    margin-right: -150px;

}



.itemList a {

    font-size: 14px;

    color: white;

    display: inline-block;

    line-height: 38px;

    margin-right: 30px;

}



.login_index {

    width: 1200px;

    min-height: 307px;

    position: absolute;

    left: 50%;

    margin-left: -600px;

    top: 50%;

    margin-top: -153px;

}



.login_index>div {

    width: 273px;

    height: 307px;

    background: #fff;

    border-radius: 7px;

    position: absolute;

    top: 0;

    right: 0;

    z-index: 99;

}



.login_index .agreement {

    font-size: 12px;

    color: #999999;

    margin: 5px 0 15px 22px;

}



.login_index .agreement i {

    width: 13px;

    height: 13px;

    display: block;

    border: #2b8ddb 2px solid;

    border-radius: 50%;

    display: inline-block;

    cursor: pointer;

}



.login_index .agreement i.checked {

    width: 15px;

    height: 15px;

    display: block;

    background: url(../img/argIcon.png) no-repeat center center;

    background-size: 100% 100%;

    border: none;

    border-radius: 50%;

    display: inline-block;

}



.login_index .agreement span {

    line-height: 16px;

    margin-left: 4px;

}



.login_index .loginBtn {

    width: 236px;

    height: 36px;

    display: block;

    background: #4070ba;

    border: none;

    color: #fff;

    font-size: 14px;

    border-radius: 10px;

    cursor: pointer;

    margin: 0 auto;

    box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.22);

}



.login_index .regsiterBtn {

    width: 236px;

    height: 36px;

    display: block;

    background: none;

    border: none;

    color: #2b8ddb;

    font-size: 12px;

    cursor: pointer;

    margin: 0 auto;

}



.login_index .login_item {

    width: 234px;

    height: 36px;

    border: 1px #ddd solid;

    border-radius: 14px;

    margin: 0 auto 8px;

    overflow: hidden;

}



.login_index .login_user>img {

    width: 15px;

    height: 15px;

    margin: 10px 4px 11px 11px;

}



.login_index .login_user input {

    width: 195px;

    border: none;

    border-left: 1px #b7b7b7 solid;

    padding-left: 8px;

    height: 29px;

    margin-top: 4px;

    background-color: #fff;

}



.login_index .login_item input::-webkit-input-placeholder {

    /* placeholder颜色  */

    color: #c9c9c9;

}



.login_index .login_pass>img {

    width: 12px;

    height: 15px;

    margin: 10px 8px 11px 11px;

}



.login_index .login_pass input {

    width: 132px;

    border: none;

    border-left: 1px #b7b7b7 solid;

    border-right: 1px #b7b7b7 solid;

    padding-left: 8px;

    height: 29px;

    margin-top: 4px;

    background-color: #fff;

}



.forgetPass {

    font-size: 12px;

    color: #4385c8;

    border: none;

    background: none;

    margin: 12px 8px 0 0;

    cursor: pointer;

}



.index_login_tit {

    padding: 5px 0 20px 15px;

    box-sizing: border-box;

}



.index_login_tit img {

    float: left;

    margin-right: 10px;

}



.login_tab {

    float: left;

    display: inline-block;

}



.login_tab span,

.login_tab a {

    font-size: 16px;

    color: #000;

    line-height: 35px;

}



.login_tab a.seled {

    color: #2556bb;

    font-weight: bold;

    font-size: 18px;

}



.login_yzm {

    width: 150px !important;

    float: left;

}



.yzmpic {

    float: right;

}



.yzmbox {

    width: 236px;

    margin: 0 auto;

}



.login_yzm input {

    width: 100px !important;

    border-right: none !important;

}



.index_trainarea {

    width: 100%;

    background: #618be1;

    padding: 45px 0 25px;

}



.index_trainarea p {

    font-size: 28px;

    color: #fff;

    font-weight: bold;

    text-align: center;

    margin-bottom: 35px;

}



.trainarea_list a {

    display: inline-block;

    width: 130px;

    height: 48px;

    box-sizing: border-box !important;

    border: 1px #fff solid;

    border-radius: 5px;

    text-align: center;

    color: #fff;

    font-size: 16px;

    line-height: 48px;

    float: left;

    margin: 0 6px 20px;

}



.trainarea_list a:hover {

    background: white;

    color: #618be1;

    /*box-shadow: 0px 0px 4px rgba(20, 50, 112, 0.5);*/

}



.trainarea_list a.sed {

    color: #618be1 !important;

    background: #fff !important;

}



.ct_mainer {

    background: #f7f7f7;

}



.index_newsbox {

    padding: 25px 0 20px;

}



.index_news_left {

    width: 793px;

    background: #fff;

    padding: 10px 0 0;

    height: 314px;

}



.indexnews_tit {

    width: 765px;

    margin: 0 auto;

    border-bottom: 1px #e8e8e8 solid;

}



.indexnews_tit a {

    font-size: 14px;

    color: #999;

    line-height: 43px;

}



.index_news_tab span {

    font-size: 20px;

    color: #5c5c5c;

    line-height: 43px;

}



.index_news_tab span.index_news_tabed {

    width: 125px;

    padding-right: 21px;

    text-align: center;

    height: 43px;

    display: inline-block;

    line-height: 43px;

    color: #fff;

    background: url(../img/indexnews_tabed.png) no-repeat;

}



.index_newspic {

    border: 1px solid #e8e8e8;

    width: 327px;

    height: 227px;

    overflow: hidden;

    margin: 18px 0 0 13px;

    position: relative;

}



.index_newspic img {

    width: 100%;

    height: 100%;

}



.index_news_tit {

    width: 100%;

    height: 40px;

    position: absolute;

    left: 0;

    bottom: 0;

}



.index_news_tit span {

    color: #fff;

    padding: 0 10px;

    font-size: 18px;

    line-height: 40px;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    position: absolute;

    z-index: 10;

}



.index_news_tit:after {

    content: '';

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    background: #000;

    opacity: 0.6;

}



.index_newslist {

    width: 420px;

    margin: 5px 15px 0 0;

}



.index_newslist li a {

    font-size: 16px;

    color: #333;

    line-height: 42px;

}



.index_newslist li span {

    float: right;

    font-size: 14px;

    color: #808080;

    line-height: 42px;

}



.index_news_right {

    width: 395px;

    height: 324px;

    background: #fff;

}



.index_title {

    border-bottom: 1px #e8e8e8 solid;

    margin: 0 0px;

    height: 50px;

}



.index_title span {

    font-size: 20px;

    color: #000;

    line-height: 50px;

    padding-left: 5px;

    display: inline-block;

    position: relative;

    margin-left: 10px;

}



.index_title span:after {

    content: '';

    position: absolute;

    width: 4px;

    height: 24px;

    background: #446ec5;

    left: 0;

    top: 50%;

    margin-top: -12px;

}



.index_title1 span:after {

    content: '';

    position: absolute;

    width: 4px;

    height: 24px;

    background: #446ec5;

    left: 13px;

    top: 50%;

    margin-top: -12px;

}



.index_title1 span {

    font-size: 20px;

    color: #000;

    line-height: 50px;

    padding-left: 18px;

    display: inline-block;

    position: relative;

    margin-top: 8px;

}



.index_title a {

    font-size: 14px;

    color: #999;

    line-height: 50px;

    float: right;

    margin-right: 10px;

}



.index_newslist_rt {

    width: 365px !important;

    margin: 0 auto;

}



.index_progress {

    background: #fff;

    height: 180px;

}



.index_progress a {

    display: inline-block;

    padding: 10px 15px;

    /*background: red;*/

    border-radius: 10px;

}



.index_progress a:hover {

    box-shadow: 0px 0px 4px rgba(20, 50, 112, 0.5);

}



.index_recommend {

    margin: 15px auto 0;

}



.index_recommend_list {

    margin: 0 -30px 20px 0;

}



.index_recommend_item {

    width: 277px;

    height: 239px;

    float: left;

    overflow: hidden;

    background: #fff;

    margin: 20px 30px 0 0;

}



.index_recommend_item:hover {

    box-shadow: 0px 0px 4px rgba(20, 50, 112, 0.5);

}



.index_rec_pic {

    width: 277px;

    height: 162px;

    overflow: hidden;

    position: relative;

}



.index_rec_pic img {

    width: 100%;

    height: 100%;

}



.index_recommend_item:hover .rec_shadow {

    display: block;

}



.rec_shadow {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    display: none;

}



.rec_shadow span {

    font-size: 16px;

    width: 132px;

    height: 46px;

    display: block;

    position: absolute;

    top: 50%;

    left: 50%;

    margin-top: -23px;

    margin-left: -66px;

    background: #3260bf;

    color: #fff;

    text-align: center;

    line-height: 46px;

}



.rec_shadow:before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background: #000;

    opacity: 0.5;

}



.index_recommend_item p {

    margin: 10px;

    font-size: 16px;

    color: #333;

    line-height: 32px;

}



.index_recommend_item:hover p {

    color: #143270;

}



.index_expert {

    margin: 30px auto;

}



.index_expertlist {

    margin: 25px 0 30px;

}



.slideBox {

    overflow: hidden;

    zoom: 1;

    width: 100%;

    position: relative;

}



.slideBox .sPrev,

.slideBox .sNext {

    position: absolute;

    left: 0;

    top: 50%;

    margin-top: -23px;

    display: block;

    width: 15px;

    height: 46px;

    background: url(../img/prev.png);

    z-index: 50;

    cursor: pointer;

}



.slideBox .sNext {

    left: auto;

    right: 0;

    background: url(../img/next.png);

}



.slideBox ul {

    overflow: hidden;

    zoom: 1;

}



.slideBox ul li {

    width: 218px;

    height: 316px;

    margin: 0 30px 0 0;

    float: left;

    _display: inline;

    overflow: hidden;

    text-align: center;

    position: relative;

}





/*.slideBox ul li:hover {*/





/*	box-shadow: 0px 0px 4px rgba(20, 50, 112, 0.5);*/





/*}*/



.slideBox ul li .pic {

    text-align: center;

}



.slideBox ul li .pic img {

    width: 120px;

    height: 90px;

    display: block;

    padding: 2px;

    border: 1px solid #ccc;

}



.slideBox ul li .pic a:hover img {

    border-color: #999;

}



.slideBox ul li .title {

    line-height: 24px;

}



.slideBox ul li:hover .expert_info {

    height: 100% !important;

}



.expert_info {

    position: absolute;

    width: 100%;

    height: 90px;

    left: 0;

    bottom: 0;

    z-index: 10;

}



.expert_info:before {

    content: '';

    position: absolute;

    left: 0;

    bottom: 0;

    right: 0;

    left: 0;

    background: #000;

    opacity: 0.6;

    height: 100%;

}



.expert_info>div {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    padding-left: 18px;

    box-sizing: border-box !important;

}



.expert_name {

    font-size: 22px;

    color: #fff;

    font-weight: bold;

    margin-top: 20px;

    text-align: left;

}



.expert_intro {

    font-size: 14px;

    color: #fff;

    margin: 20px 0 5px;

    text-align: left;

}



.expert_file {

    font-size: 12px;

    color: #fff;

    line-height: 24px;

    text-align: left;

    display: none;

}



.slideBox ul li:hover .expert_info .expert_file {

    display: block;

}



.helpcenter {

    width: 887px;

    background: #fff;

    padding: 10px 0;

    margin-bottom: 40px;

}



.index_helplist {

    margin: 25px 0 15px;

}



.index_helpitem {

    width: 112px;

    height: 112px;

    border-radius: 10px;

    background: #f2f2f2;

    float: left;

    margin: 0 16px;

}



.index_helpitem:hover {

    background: #446ec5;

}



.ic_help {

    width: 43px;

    height: 43px;

    margin: 20px auto 15px;

}



.ic_help1 {

    display: block;

}



.ic_help2 {

    display: none;

}



.index_helpitem:hover .ic_help1 {

    display: none;

}



.index_helpitem:hover .ic_help2 {

    display: block;

}



.index_helpitem p {

    text-align: center;

    font-size: 16px;

    color: #3b3b3b;

}



.index_helpitem:hover p {

    color: #fff;

}



.contactus {

    width: 280px;

}



.certificate_search {

    width: 280px;

    height: 75px;

    /*background: #e5925a;*/

    text-align: center;

    margin-bottom: 15px;

}



.certificate_search span {

    font-size: 20px;

    color: #fff;

    line-height: 75px;

    vertical-align: top;

}



.certificate_search img {

    margin: 1px 25px 0 0;

}



.wxcon {

    width: 132px;

    height: 132px;

    /*background: #1296db;*/

    text-align: center;

}



.wxcon p,

.download_code p {

    font-size: 16px;

    color: #fff;

}



.wxcon img {

    /*margin: 30px 0 20px;*/

    /*margin: 2px 0 0 0*/

}



.download_code {

    width: 132px;

    height: 132px;

    /*background: #9bc0e7;*/

    text-align: center;

}



.download_code img {

    margin: 0 5px;

}



.index_footer {

    width: 100%;

    background-color: #3e3e3e;

    min-height: 180px;

}



.ft_navList {

    margin: 20px 60px 0;

}



.ft_navTit {

    font-size: 16px;

    color: #fff;

    line-height: 28px;

}



.ft_navList li a {

    font-size: 14px;

    color: #8c8c8c;

    line-height: 28px;

}



.ft_ewm {

    float: left;

    margin: 32px 0 0 88px;

}



.cr {

    margin: 30px 0 0 95px;

}



.cr p {

    font-size: 14px;

    color: #fff;

    line-height: 30px;

}



.cr p span {

    color: #fff;

    line-height: 30px;

}



.cr img {

    margin-right: 10px;

}





/**右侧悬浮*/



.fixed_box {

    width: 65upx;

    height: 216upx;

    position: fixed;

    top: 50%;

    margin-top: -108px;

    right: 20px;

    z-index: 99;

}



.fixed_item {

    width: 65px;

    height: 65px;

    background: #446ec5;

    border-radius: 5px;

    text-align: center;

    margin-bottom: 10px;

    cursor: pointer;

}



.fixed_item img {

    /*margin: 10px 0 7px;*/

}



.fixed_item span {

    font-size: 14px;

    color: #fff;

    display: block;

}





/*首页2*/



.logo_txt {

    font-size: 28px;

    color: #000;

    margin: 50px 0 0;

    font-weight: bold;

}



.studyProcess {

    width: 100%;

    height: 117px;

    background: #446ec5;

}



.study_process_tit {

    background: url(../img/process_bg.jpg) top right no-repeat;

    background-size: 88px 117px;

    padding: 0 95px 0 30px;

    font-size: 24px;

    color: #fff;

    line-height: 117px;

    display: block;

    float: left;

}



.processItem {

    float: left;

    width: 86px;

    height: 78px;

    margin: 15px 0;

    background: url(../img/processBg.png) no-repeat;

    text-align: center;

    padding-top: 8px;

}



.processItem p {

    font-size: 14px;

    color: #fff;

    margin: 15px 0 0;

}



.arrow {

    float: left;

    margin: 45px 30px;

}



.index2_cr {

    margin: 0 !important;

    text-align: center;

    padding-top: 25px;

}



.index2_footer {

    min-height: 190px;

}



.header_lf img {

    /*width: 360px;*/

    height: 100px;

}



.friendsLink {

    padding-bottom: 20px;

}



.flink_tit {

    text-align: center;

    /*position: relative;*/

    margin-bottom: 30px;

}



.flink_tit::after {

    content: '';

    position: absolute;

    width: 100%;

    /*height: 1px;*/

    top: 50%;

    left: 0;

    background: #dcdcdc;

}



.flink_tit span {

    display: inline-block;

    /*background: #f7f7f7;*/

    letter-spacing: 10px;

    font-size: 20px;

    color: #000;

    position: relative;

    z-index: 10;

    padding: 0 25px;

}



.flink_tit span i {

    font-size: 16px;

    color: #999;

}



.flink_list {

    width: 1200px;

    margin-right: -50px;

}



.flink_list a {

    font-size: 14px;

    color: #333;

    line-height: 32px;

    display: inline-block;

    margin: 0 50px;

}



.teach_infos {

    margin-top: 30px;

    line-height: 24px;

}



.teach_infos p {

    font-size: 14px;

    color: #6d6d6d;

    line-height: 24px;

    text-indent: 2em;

}



.courseInfo_video {

    width: 100%;

    background: #2d2d35;

    min-height: 640px;

    padding-top: 20px;

}



.minWidthInner {

    width: 1200px;

    margin: 0 auto;

}



.cd_videoWrap {

    width: 100%;

}



.cd_videoWrap .left {

    width: 848px;

    height: 550px;

    position: relative;

}



.cd_videoWrap .cd_video_img {

    width: 848px;

    height: 550px;

}



.cd_videoWrap .right {

    width: 350px;

    height: 550px;

    background: #000;

}



.cd_video_tab {

    height: 50px;

    border-bottom: 1px #434343 solid;

    margin: 0 14px;

}



.cd_video_tab li {

    line-height: 50px;

    float: left;

    margin: 0 15px;

    position: relative;

}



.cd_video_tab li a {

    font-size: 18px;

    color: #fff;

    opacity: .5;

}



.cd_video_tab li.checksed a {

    opacity: 1;

}



.cd_video_tab li.checksed::after {

    content: "";

    position: absolute;

    bottom: 0;

    left: 50%;

    margin-left: -48.5px;

    width: 97px;

    height: 3px;

    background: #fff;

    opacity: 1;

}



.cd_video_cont .chapterlist {

    margin-top: 30px;

    height: 450px;

    overflow: auto;

}



.cd_video_cont .item {

    color: #fff;

    font-size: 14px;

    position: relative;

    line-height: 38px;

    margin-left: 50px;

    color: #838383;

}



.cd_video_cont .item>p {

    vertical-align: top;

    line-height: 14px;

    margin-top: 15px;

}



.cd_video_cont .item>ul {

    margin-left: 26px;

}



.cd_video_cont .item li {

    margin: 25px 0;

}



.cd_video_cont .item li span {

    vertical-align: top;

    line-height: 15px;

}



.chapteritem_cont {

    margin-left: 12px;

    color:#fff;

}



.cd_video_cont .checksed>p {

    color: #446ec5;

    margin: 25px 0;

}



.cd_video_cont .checksed>p a {

    color: #446ec5;

}



.cd_video_cont .checksed>p.nor {

    color: #838383;

    margin-left: 12px;

}



.cd_video_cont .checksed>p.nor a {

    color: #838383;

}



.checked a {

    color: white;

    text-align: center;

}



.checked {

    background: #4070ba;

    text-align: center;

    color: white;

}



.checked i {

    color: white;

}



.empty_carpt {

    text-align: center;

    display: block;

    font-size: 30px;

    color: red;

    height: 600px;

}



.friendLinks {

    width: 100%;

    background: #f7f7f7;

}



.friendLinks .inner {

    width: 1200px;

    height: 168px;

    margin: 0 auto;

    overflow: hidden;

    background: #f7f7f7;

}



.friendLinks .inner .index_title {

    border: none;

}



.friendLinks .inner .index_title p {

    text-align: center;

}



.friendLinks .inner .index_title span {

    padding-left: 0;

}



.friendLinks .inner .index_title span::after {

    display: none;

}



.friendLinks .content li {

    float: left;

    color: #333;

    font-size: 14px;

    width: 195px;

    margin: 0 16px;

    line-height: 34px;

    text-align: center;

}



.friendLinks .content {

    margin-top: 36px;

}