@charset "utf-8";
/**
* Description: style 
**/
/*RESET
-------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, input, button, fieldset, textarea, p, blockquote, th, td, a {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", STXihei, STHeiti;
    list-style: none;
    text-decoration: none;
    -webkit-box-sizing: border-box; /* Safari */
    -moz-box-sizing: border-box; /* Firefox */
    box-sizing: border-box;
}

table {
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var, i {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none
}

del, ins {
    text-decoration: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

input, button, textarea, select {
    font-size: 100%;
    border: none;
}

/*CLEARFIX
-------------------------------------------------------------- */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

html body {
    width: 100%;
    background: #eee;
    min-width: 1200px;
}

/**-------------------------style-------------------------**/
/* html{ filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url("data:image/svg+xml;utf8,#grayscale"); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(1);} */
.spms-top {
    padding: 0 20px;
    width: 100%;
    height: 70px;
    background: #00984b;
    background: linear-gradient(to right, #016529, #17a338);
}

.spms-top-center {
    width: 100%;
    min-width: 1200px;
}

.spms-top-img {
    float: left;
    width: auto;
    height: 50px;
}

.spms-top-img .logo {
    float: left;
    width: auto;
    height: 54px;
    margin-top: 7px;
    border-radius: 8px;
}

.spms-top-img .logo1 {
    /*margin-top: 2px;*/
    margin-left: 5px;
    float: left;
    width: auto;
    height: 70px;
}

.spms-top-img span {
    margin-left: 24px;
    float: left;
    display: inline-block;
    color: #ffffff;
    height: 90px;
    line-height: 90px;
}

.spms-top-img .logo-text {
    margin-left: 14px;
    margin-top: 18px;
    float: left;
    width: auto;
    height: 35px;
}

.spms-top-nav {
    display: inline-block;
    float: right;
    width: auto;
}

.spms-top-nav li {
    float: left;
    height: 65px;
    line-height: 70px;
}

.spms-top-nav li a {
    display: block;
    height: 70px;
    padding: 0 20px;
    font-size: 18px;
    color: #ffffff;
}

.spms-top-nav li:hover a,
.spms-top-nav li.active a {
    border-bottom: 5px solid #cb9703;
}

.spms-top-nav ul {
    display: inline-block;
    float: left;
}

.spms-top-nav .username {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 70px;
    line-height: 70px;
    float: right;
    font-size: 18px;
    color: #fff;
    text-align: right;
    cursor: pointer;
}

.spms-top-nav .username .usernameimg {
    margin-right: 10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
}

.spms-top-nav .username .userinfo {
    z-index: 99999;
    position: absolute;
    text-align: center;
    top: 70px;
    width: 190px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    background: #ffffff;
    -moz-box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    box-shadow: 2px 2px 5px #999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.spms-top-nav .username:hover .userinfo {
    height: auto;
    opacity: 1;
}

.spms-top-nav .username .userinfo {
}

.userinfo .usernameimg {
    width: 70px;
    height: 70px;
}

.userinfo > div.userimg2 {
    margin-top: 17px;
    width: 100%;
    height: 70px;
    line-height: 70px;
}

.userinfo > div.userimg2 img {
    width: 70px;
    height: 70px;
}

.userinfo .userp {
    margin-top: 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 18px;
}

.userinfo .usera {
    margin-top: 0px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #a09c9c;
    font-size: 16px;
}

.user-btn,
.user-btn1,
.user-btn2 {
    display: block;
    margin: 0 auto;
    width: 102px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #00984a;
    border-radius: 16px;
    background: none;
    color: #00984a;
    font-size: 16px;
    cursor: pointer;
}

.user-btn1 {
    margin-top: 10px;
}

.user-btn2 {
    margin-top: 10px;
    margin-bottom: 28px;
}

.user-btn {
    margin-top: 10px;
}

/* banner */
.banner_box {
    padding: 10px 60px 0;
}

.banner {
    width: 100%;
    height: 340px !important;
    overflow: hidden;
    font-size: 0;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner_notices {
    width: 100%;
    height: 88px;
    line-height: 88px;
    background-color: #fff;
}

.banner_notices img {
    margin-left: 50px;
}

.banner_notices span {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
}

.wrap {
    padding: 0 60px;
    width: 100%;
}

.mods {
    /* margin-top: 20px; */
    width: 100%;
}

/* 待学知识 */
.mods-dxzz {
    margin-top: 5px;
}

.mods-top {
    padding-top: 10px;
}

.mods-top p {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #666666;
}

.mods-top span {
    display: block;
    width: 83px;
    height: 8px;
}

.mods-top .active span {
    background: #009549;
}


.dxzz-list {
    margin-top: 10px;
}

.dxzz-list .dxzz-list-boxs:nth-child(4n+1) {
    margin-left: 0%;
}

.dxzz-list .dxzz-list-boxs {
    position: relative;
    float: left;
    margin-left: 2%;
    width: 23.5%;
    /*padding: 15px 0 0 0;*/
    background: #fff;
    border-radius: 3px;
}

.dxzz-list-title {
    padding-left: 10px;
    padding-right: 15px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #00984a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dxzz-list-content {
    padding-left: 10px;
    padding-right: 15px;
    line-height: 20px;
    /* position: absolute;
    bottom: 20px; */
}

.dxzz-list-time {
    display: inline-block;
    /*margin-right: 20px;*/
}

.dxzz-list-yun {
    display: inline-block;
    margin: 0 10px 0;
}

.dxzz-list-progress {
    display: inline-block;
    font-size: 20px;
    color: #199A55;
    font-weight: bold;
    float: right;
}

.dxzz-list-p1 {
    padding-left: 25px;
    padding-right: 25px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dxzz-list .dxzz-list-boxs .dxzz-list-boxs-bf {
    position: absolute;
    top: 70px;
    right: 15px;
    width: 95px;
}

.dxzz-list .dxzz-list-boxs .dxzz-list-boxs-bf span {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    color: #00984a;
    text-align: center;
}

.dxzz-list .dxzz-list-boxs .dxzz-list-boxs-bf a {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #cc9704;
    font-size: 14px;
    border-radius: 3px;
}

.dxzz-list-boxs .layui-progress {
    position: relative;
    margin-top: 20px;
    height: 4px;
    background-color: #d8dde3;
}

.dxzz-list-boxs .layui-progress-bar {
    height: 4px;
    background-color: #00984a;
}

.dxzz-list-boxs .layui-progress i {
    position: absolute;
    top: -10px;
    right: 1px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #00984a transparent;
}

/*待考考试*/
.mods-dxks {
    margin-top: 20px;
}

.dxks-list {
    margin-top: 30px;
}

.dxks-list .dxks-list-boxs:nth-child(4n+1) {
    margin-left: 0%;
}

.dxks-list .dxks-list-boxs {
    position: relative;
    float: left;
    margin-left: 2%;
    width: 23.5%;
    padding: 15px 0 0 0;
    background: #fff;
    border-radius: 3px;
}

.dxks-list-title {
    padding-left: 25px;
    padding-right: 15px;
    height: 62px;
    line-height: 62px;
    font-size: 20px;
    color: #00984a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dxks-list-p1 {
    padding-left: 25px;
    padding-right: 110px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dxks-list .dxks-list-boxs .dxks-list-boxs-bf {
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 95px;
}

.dxks-list .dxks-list-boxs .dxks-list-boxs-bf span {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    color: #00984a;
    text-align: center;
}

.dxks-list .dxks-list-boxs .dxks-list-boxs-bf a {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #cc9704;
    font-size: 14px;
    border-radius: 3px;
}

.dxks-list-boxs .layui-progress {
    position: relative;
    margin-top: 50px;
    height: 4px;
    background-color: #d8dde3;
}

.dxks-list-boxs .layui-progress-bar {
    height: 4px;
    background-color: #00984a;
}

.dxks-list-boxs .layui-progress i {
    position: absolute;
    top: -10px;
    right: 1px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #00984a transparent;
}

/*待学培训计划*/
.mods-dxplan {
    margin-top: 20px;
}

.dxplan-list {
    margin-top: 0px;
}

.dxplan-list .dxplan-list-boxs:nth-child(4n+1) {
    margin-left: 0%;
}

.dxplan-list .dxplan-list-boxs {
    position: relative;
    float: left;
    margin-left: 2%;
    width: 23.5%;
    padding: 15px 0 0 0;
    background: #fff;
    border-radius: 3px;
    margin-top: 20px;
}

.dxplan-list-title {
    padding-left: 25px;
    padding-right: 15px;
    height: 62px;
    line-height: 62px;
    font-size: 20px;
    color: #00984a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dxplan-list-p1 {
    padding-left: 25px;
    padding-right: 110px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dxplan-list .dxplan-list-boxs .dxplan-list-boxs-bf {
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 95px;
}

.dxplan-list .dxplan-list-boxs .dxplan-list-boxs-bf span {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    color: #00984a;
    text-align: center;
}

.dxplan-list .dxplan-list-boxs .dxplan-list-boxs-bf a {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #cc9704;
    font-size: 14px;
    border-radius: 3px;
}

.dxplan-list-boxs .layui-progress {
    position: relative;
    margin-top: 50px;
    height: 4px;
    background-color: #d8dde3;
}

.dxplan-list-boxs .layui-progress-bar {
    height: 4px;
    background-color: #00984a;
}

.dxplan-list-boxs .layui-progress i {
    position: absolute;
    top: -10px;
    right: 1px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #00984a transparent;
}

/* 最新知识 */
.mods-zxzs {
. banner margin-top: 10 px;
}

.zxzs-list {
    /*margin-top: 10px;*/
}

.zxzs-list .zxzs-list-boxs {
    position: relative;
    /*padding-bottom: 23px;*/
    float: left;
    width: 23.5%;
    margin-left: 2%;
    border-radius: 3px;
    background: #fff;
}

.zxzs-list .zxzs-list-boxs i.icon-new {
    position: absolute;
    top: 12px;
    left: -22px;
    width: 60px;
    height: 36px;
    background: url(/images/pcweb/icon-new.png);
    background-size: 100% 100%;
}

.zxzs-list .zxzs-list-boxs i.icon-new {
    position: absolute;
    top: 12px;
    left: -22px;
    width: 60px;
    height: 36px;
    background: url(/images/pcweb/icon-new.png);
    background-size: 100% 100%;
}

.zxzs-list .zxzs-list-boxs i.icon-top1 {
    position: absolute;
    top: 12px;
    left: -22px;
    width: 60px;
    height: 36px;
    background: url(/images/pcweb/top1.png);
    background-size: 100% 100%;
}

.zxzs-list .zxzs-list-boxs i.icon-top2 {
    position: absolute;
    top: 12px;
    left: -22px;
    width: 60px;
    height: 36px;
    background: url(/images/pcweb/top2.png);
    background-size: 100% 100%;
}

.zxzs-list .zxzs-list-boxs i.icon-top3 {
    position: absolute;
    top: 12px;
    left: -22px;
    width: 60px;
    height: 36px;
    background: url(../../../images/pcweb/top3.png);
    background-size: 100% 100%;
}

.zxzs-list .zxzs-list-boxs i.icon-top4 {
    position: absolute;
    top: 12px;
    left: -22px;
    width: 60px;
    height: 36px;
    background: url(../../../images/pcweb/top4.png);
    background-size: 100% 100%;
}

.zxzs-list .zxzs-list-boxs:nth-child(4n+1) {
    margin-left: 0;
}

.zxzs-list .zxzs-list-boxs .zxzs-list-img {
    display: block;
    width: 100%;
    font-size: 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.zxzs-list .zxzs-list-boxs .zxzs-list-img img {
    width: 100% !important;
    height: 150px !important;
    max-height: 100%;
}

.zxzs-list .zxzs-list-boxs .zxzs-list-title {
    /*margin-top: 13px;*/
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #00984a;
}

.zxzs-list .zxzs-list-boxs .zxzs-list-p {
    height: 32px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #000000;
}

.zxzs-list .zxzs-list-boxs .zxzs-list-p span {
    margin-right: 10px;
}

.zxzs-list .zxzs-list-boxs .zxzs-list-p i {
    margin-left: 10px;
}

.mods-top p a {
    float: right;
    font-size: 16px;
}

/* 通知公告-热门课程-收藏排行 */
.newswrap {
    margin-top: 76px;
    width: 100%;
}

.tzgk {
    padding: 30px 45px 34px 35px;
    float: left;
    width: 49%;
    height: 636px;
    background: #fff;
}

.rmkc {
    margin-left: 2%;
    float: left;
    width: 49%;
    background: #fff;
}

.scph {
    margin-left: 2%;
    float: left;
    width: 49%;
    background: #fff;
}

.mods-m-top {
    width: 100%;
}

.mods-m-top p {
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #f5eacd;
    font-size: 20px;
    color: #666666;
}

.mods-m-top p a {
    float: right;
    font-size: 16px;
}

.mods-m-top span {
    display: block;
    margin-top: -4px;
    width: 83px;
    height: 8px;
    background: #009549;
}

.tzgk-list {
    margin-top: 22px;
    width: 100%;
    /*height: ;*/
}

.tzgk-list li a {
    position: relative;
    padding-left: 5px;
    padding-right: 110px;
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #f5eacd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tzgk-list li a time {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 70px;
    text-align: center;
}

.rmkc {
    margin-left: 2%;
    padding: 30px 45px 26px 35px;
    float: left;
    width: 49%;
    height: 308px;
    background: #fff;
}

.scph {
    margin-left: 2%;
    margin-top: 20px;
    padding: 30px 45px 26px 35px;
    float: left;
    width: 49%;
    height: 308px;
    background: #fff;
}

.rmkc .rmkc-list ul,
.scph .scph-list ul {
    margin-top: 30px;
    padding: 0 15px;
    float: left;
    width: 50%;
}

.rmkc .rmkc-list ul li,
.scph .scph-list ul li {
    width: 100%;
}

.rmkc .rmkc-list ul li a,
.scph .scph-list ul li a {
    padding: 10px 0;
    display: block;
    width: 100%;
    height: 54px;
    line-height: 34px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rmkc .rmkc-list ul li a i,
.scph .scph-list ul li a i {
    margin-right: 5px;
    display: inline-block;
    width: 28px;
    height: 34px;
    text-align: center;
    font-size: 18px;
    background: #979797;
    border-radius: 3px;
    color: #fff;
}

.rmkc .rmkc-list ul:nth-child(1) li:nth-child(1) a i,
.scph .scph-list ul:nth-child(1) li:nth-child(1) a i {
    background: #ff3d3c;
}

.rmkc .rmkc-list ul:nth-child(1) li:nth-child(2) a i,
.scph .scph-list ul:nth-child(1) li:nth-child(2) a i {
    background: #ff7654;
}

.rmkc .rmkc-list ul:nth-child(1) li:nth-child(3) a i,
.scph .scph-list ul:nth-child(1) li:nth-child(3) a i {
    background: #f3c84e;
}

/* fooder */
.fooder {
    margin-top: 30px;
    padding: 13px 0 13px 0;
    width: 100%;
    background: #00984a;
}

.fooder-center {
    padding: 10px 0 10px 100px;
    position: relative;
    margin: 0 auto;
    width: 75%;
    height: auto;
    min-height: 58px;
    overflow: hidden;
    border-bottom: 2px solid #2da769;
}

.fooder-center span {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    color: #eeeeee;
}

.fooder-center a {
    display: inline-block;
    margin-left: 30px;
    color: #eeeeee;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
}

.copy {
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    color: #eeeeee;
}

/*待学知识调整*/
.dxplan-list .dxzz-list-boxs:nth-child(4n+1) {
    margin-left: 0%;
}

.dxplan-list .dxzz-list-boxs {
    position: relative;
    float: left;
    margin-left: 2%;
    width: 23.5%;
    /*padding: 5px 0 0 0;*/
    background: #fff;
    border-radius: 3px;
    margin-top: 10px;
}

.dxplan-list .dxzz-list-boxs .dxzz-list-boxs-bf {
    position: absolute;
    top: 70px;
    right: 15px;
    width: 95px;
}

.dxplan-list .dxzz-list-boxs .dxzz-list-boxs-bf span {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    color: #00984a;
    text-align: center;
}

.dxplan-list .dxzz-list-boxs .dxzz-list-boxs-bf a {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #cc9704;
    font-size: 14px;
    border-radius: 3px;
}
.dxplan-list .dxzz-list-boxs .zxzs-list-img img {
    width: 100% !important;
    height: 150px !important;
    max-height: 100%;
}
