@charset "utf-8";

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: Microsoft Yahei, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    width: 100%;
    min-width: 1240px;
    overflow-x: hidden;
    margin: 0px auto;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #333333;
}

img {
    border: 0;
    display: inline;
    vertical-align: bottom;
    width: auto;
    height: auto;
}

div, ul, li, dl, dd, span, h1, h2, p, h4, h3 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
}

.container {
    width: 1240px;
    margin: 0px auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-center-y {
    display: flex;
    align-items: center;
}

/*操作菜单*/
.sub_menu {
    width: 100%;
}

.sub_menu li {
    white-space: nowrap;
    color: #00923f;
    padding: 10px 0px 10px 20px;
    transition: background-color ease .3s;
}

.sub_menu li:hover {
    cursor: pointer;
    color: #FFF;
    background: rgba(0, 146, 63, 0.83);
}

.sub_menu_act {
    color: #fff !important;
    background: #00923f;
    border-right: 8px #1e824b solid;
}

/*一级框架*/
.mainBox {
    margin: 15px 10%;
}

.contentTitle {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.addMenu {
    width: 100%;
    font-weight: bold;
}

.layui-table-page {
    text-align: right !important;
}

.x-red {
    color: #ff5722;
}

.tipsHand {
    cursor: pointer;
}

.btnbg {
    background-color: #1e824b;
}

.btnbg2 {
    background-color: #fff;
    color: #b1a39a;
}

.btnbg2:hover {
    color: #000;
}


/*个人中心框架*/
.myBox {
    margin: 15px 10%;
    background: rgba(255, 255, 255, 1);
}

.myBox > ul > li:first-child {
    float: left;
    margin-top: 10px;
    width: 19.5%;
    margin-right: 0.5%;
    height: 500px;
}

.myBox > ul > li:nth-child(2) {
    float: left;
    width: 80%;
    padding: 1%;
    border-left: 1px #efefef solid;
    background-color: rgba(220, 220, 220, 0.1);
}

/* 头部 */
.header {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .13);
    position: relative;
    z-index: 10;
    background-color: #fff;
}


.header .headerTop .container {
    height: 34px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.headerTop_search {
    width: 200px;
    position: relative;
    height: 26px;
}

.headerTop_search input {
    width: 100%;
    height: 26px;
    line-height: normal;
    outline: none;
    padding: 0px 20px;
    border-radius: 26px;
}

.headerTop_search .pic {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
}

.headerM .logo {
    margin-left: 2px;
}

.headerM .logo img {
    height: 66px;
    width: auto;
}

.headerM ul li {
    padding: 0 10px;
    line-height: 90px;
}

.headerM ul li a {
    font-size: 18px;
}

.headerM ul li a:hover {
    color: #1e824b;
    font-weight: bold;
}

.headerM ul li:hover {
    border-bottom: 5px solid #1e824b;
}

.headerM ul li.active {
    border-bottom: 5px solid #1e824b;
}

.headerM ul li.active a {
    color: #1e824b;
    font-weight: bold;
}

.headerM ul li.eng {
    position: relative;
    margin-left: 10px;
    padding-left: 20px;
}

.headerM ul li.eng:before {
    width: 2px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: rgb(221, 221, 221);
    content: '';
}

.headerM ul li.last a {
    width: 100px;
    height: 34px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    background: #a1795f;
    font-weight: normal;
}

/* 轮播图 */
.bannerWrap {
    height: 450px;
    padding-top: 40px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(52, 198, 255, .14), #fff);
}

.bannerWrap .bannerleft {
    width: 930px;
    height: 380px;
    box-shadow: 0 16px 14px 0 rgba(0, 0, 0, .15);
    border-radius: 20px 0 0 0;
}

.bannerWrap .bannerleft ul li img {
    width: 930px;
    height: 380px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px 0px 0px;
    cursor: pointer;
}

.bannerWrap .bannerright {
    width: 299px;
    height: 380px;
    box-sizing: border-box;
    position: relative;
    background: rgba(2, 137, 63, 0.85);
    box-shadow: 0 16px 14px 0 rgba(0, 0, 0, .15);
    border-radius: 0 0 20px 0;
}

.bannerright .pic {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
}

.bannerright .content {
    color: #fff;
    padding: 40px 30px;
}

.bannerright .content .title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: rgba(255, 255, 255, .8);
    line-height: 38px;
    cursor: pointer;
}

.bannerright .content .title:hover {
    color: #fff;
}

.bannerright .content .desc {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

/*首页资讯信息*/
.index_new {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 30px;
}

.index_new .new_left {
    width: 580px;
}

.index_new .new_left .n_title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.index_new .new_left .n_title .more {
    color: #999;
    font-size: 18px;
    font-weight: bold;
    background-image: url(../images/moreimg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
    padding-left: 25px;
}

.index_new .new_left .n_title .tpleft a {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
    padding-bottom: 14px;
    position: relative;
    margin-right: 13px;
}

.index_new .new_left .n_title .tpleft a:before {
    position: absolute;
    color: #c7d3e7;
    right: -11px;
    font-size: 16px;
    font-weight: normal;
    top: 0px;
    content: '/';
}

.index_new .new_left .n_title .tpleft a:last-child:before {
    display: none;
}

.index_new .new_left .n_title .tpleft a.cur {
    border-bottom: 3px solid #1e824b;
    color: #1e824b;
}

.controlShow ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px 0px;
}

.controlShow ul li {
    display: flex;
    border-bottom: 2px #eaeaea solid;
    padding-bottom: 18px;
}

.controlShow ul li .photo {
    width: 129px;
    height: 74px;
    margin-right: 20px;
}

.controlShow ul li .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.controlShow ul li .conent {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.controlShow ul li .conent .title a {
    display: block;
    /*white-space: nowrap;*/
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    margin-bottom: 8px;
}

.controlShow ul li .conent .desc {
    font-size: 12px;
    display: block;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    margin-bottom: 8px;
    color: #666;
}

.controlShow ul li .conent .infor .lab {
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #29a865;
    border-radius: 5px;
    color: #29a865;
}

.controlShow ul li .conent .infor .tpright {
    color: #000;
    font-weight: bold;
}

.controlShow ul li .conent .infor .tpright .View {
    position: relative;
    margin-left: 20px;
    background-image: url(../images/chakan.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 17px 10px;
    padding-left: 25px;
}

.controlShow ul li:last-child {
    border-bottom: 0px;
}

.tabcontent_1 .controlShow {
    display: none;
}

.tabcontent_1 .controlShow.cur {
    display: block;
}

.tabcontent_2 .controlShow {
    display: none;
}

.tabcontent_2 .controlShow.cur {
    display: block;
}


/*学科课程*/
.course {
    margin-bottom: 35px;
    width: 580px;
}

.c_title {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.c_title .tpleft {
    display: flex;
    align-items: flex-start;
}

.c_title .tpleft .normaltitle {
    border-bottom: 1px solid #1e824b;
    color: #1e824b;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    line-height: 1.2;
    cursor: pointer;
    padding-bottom: 14px;
    margin-right: 13px;
}

.c_title .tpleft .tab_one {
}

.c_title .tpleft .tab_one a {
    height: 34px;
    border: 1px solid #e5e5e5;
    border-radius: 17px;
    padding: 0 16px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000;
    line-height: 32px;
    margin-left: 5px;
    cursor: pointer;
    white-space: nowrap;
}

.c_title .tpleft .tab_one a.cur {
    background: #a1795f;
    color: #fff;
    border: 1px #a1795f solid;
}

.c_title .more {
    color: #999;
    font-size: 18px;
    font-weight: bold;
    /* background-image: url(../images/moreimg.png);*/
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
    padding-left: 25px;
}

.t2box {
    display: flex;
    justify-content: space-between;
}

/*课程左侧宽度*/
.t2box .t2left {
    width: 220px;
    margin-right: 30px;
}

.t2box .t2left .photo {
    width: 100%;
    height: 240px;
    margin-bottom: 10px;
    clear: both;
}

.t2box .t2left .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.t2box .t2left .title {
    height: 30px;
    margin: 10px 0;
}

.t2box .t2left .title .tpleft {
    flex: 1;
    overflow: hidden;
    margin-right: 20px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t2box .t2left .title .tpright {
    margin: 10px 0;
}

.t2box .t2left .title .tpright .red {
    color: #f01414;
}

.t2box .t2left .title .tpright .people {
    display: inline-block;
    color: rgb(145, 156, 163);
    margin-left: 20px;
    background-image: url(../images/rem.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 10px 11px;
    padding-left: 20px;
}

/*课程右侧宽度*/
.t2right {
    width: 360px;
}

.t2right ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px 8px;
    align-items: stretch;
}

.t2right ul li {
    overflow: hidden;
}

.t2right ul li .photo {
    width: 100%;
    height: 116px;
}

.t2right ul li .photo img {
    width: 160px;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/*.t2right ul li:first-child, .t2right ul li:nth-child(4) {
    margin-left: 30px;
}*/

.t2right ul li .title {
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #000;
    padding: 10px 0 0px;
    box-sizing: border-box;
}

.tabcontent_3 .t2box {
    display: none;
}

.tabcontent_3 .t2box.cur {
    display: flex;
}

.vip {
    position: absolute;
    z-index: 9999;
    background: #e7b776;
    color: #663c00;
    font-weight: bold;
    width: 40px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

.memberVip {
    background: #e7b776;
    color: #f50101;
    font-weight: bold;
    width: 40px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

/*项目导航*/
.project_nav {
    float: right;
    margin-top: -390px;
    width: 210px;
    height: 350px;
}

.project_sub_menu {
    height: 160px;
    background: rgba(3, 102, 241, .5) url("../images/vein.png") no-repeat bottom right;
    margin: 10px 0;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    font-size: 26px;
    text-align: center;
}

.project_sub_menu:hover {
    cursor: pointer;
    background-color: rgba(3, 102, 241, 1);
}

.project_sub_menu > p {
    padding-top: 50px;
}

.project_sub_menu > p > span {
    display: block;
    /*font-size: 12px;*/
    text-transform: capitalize;
}

/*专科集群*/
.city {
    display: inline-block;
    margin-bottom: 5px;
}

.cityName {
    float: left;
    width: 120px;
    height: 40px;
    padding: 5px;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    border-radius: 5px 0 0 5px;
}

.cityItem {
    float: left;
    width: 1120px;
    height: 40px;
    padding: 5px;
    border: 1px solid #f1f1f1;
    border-radius: 0 5px 5px 0;
}

.cityItem > span {
    display: inline-block;
    padding: 5px 10px;
}

.cityAct {
    background: #a9988e;
    border-radius: 5px;
    font-weight: bold;
}

.cityAct a {
    color: #fff;
}

/*专家简介*/
.g_title {
    margin-bottom: 20px;
}

.g_title .tpleft {
    font-size: 24px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    line-height: 1.2;
    padding-left: 15px;
}

.g_title .tpleft:before {
    position: absolute;
    width: 6px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 26px;
    background: #1e824b;
    left: 0px;
    top: 50%;
    border-radius: 20px;
    content: '';
}

.Profile {
    margin-bottom: 85px;
}

.Profile ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;
    grid-gap: 20px 20px;
}

.Profile ul li {
    width: 232px;
    height: 128px;
    overflow: hidden;
}

.Profile ul li img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
}

.link {
    background: #edeef2;
    height: 90px;
}

.link .container {
    height: 100%;
}

.link a img {
    max-width: 100%;
    height: 30px;
    width: auto;
}

/*.footer {
    background: linear-gradient(90deg, #61402d, #a9988e);
}

.footer .container {
    padding: 24px 0px;
}

.footer .footer_logo {
    width: 219px;
    text-align: center;
}

.footer .footer_logo img {
    width: 90px;
    height: auto;
}

.footer .content {
    border-left: 1px solid #ddd;
    flex: 1;
    overflow: hidden;
    color: #fff;
    line-height: 2.7;
    font-size: 16px;
    padding: 0px 30px;
}

.footer .footer_icon {
    margin-right: 10px;
}

.footer .footer_icon a {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-left: 12px;
}

.footer .footer_icon a p {
    color: #fff;
    padding-top: 10px;
}

.footer .footer_icon a img {
    width: 100%;
    height: 100%;
    !*  border-radius: 50%;*!
}

.copyright {
    background: #000f15;
    color: #b9b6b1;
}

.copyright .container {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}

.copyright a {
    color: #b9b6b1;
}

.copyright .banq {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

.copyright .banq:before {
    position: absolute;
    width: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 13px;
    background: #b9b6b1;
    right: 0px;
    top: 50%;
    content: '';
}

.copyright .tpleft {
    float: left;
}

.copyright .tpleft .beian {
    display: flex;
    align-items: center;
}

.copyright .tpleft .beian a {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.copyright .tpleft .beian a img {
    margin-right: 5px;
}

.copyright .tpright a {
}

.copyright .tpright a:before {
    content: "|";
    margin: 0 6px;
}

.copyright .tpright a:nth-child(1):before {
    display: none;
}*/

/*详情页面*/
.local {
    line-height: 53px;
}

.local .tpleft a {
    color: #303133;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding-right: 25px;
}

.local .tpleft a:before {
    position: absolute;
    width: 17px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 17px;
    background-image: url(../images/right_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    right: 5px;
    top: 50%;
    content: '';
}

.local .tpleft .gray {
    color: #606266;
}

.local .fav span {
    display: flex;
    align-items: center;
    margin-left: 30px;
    cursor: pointer;
    color: #666;
}

.local .fav span img {
    margin-right: 10px;
    height: 13px;
    width: auto;
}

/*资讯列表*/
.listNav {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}

.listNav > span {
    display: inline-block;
    margin: 5px 0.5%;
    width: 15%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: rgba(255, 255, 255, 0.6) url("../images/vein.png") no-repeat bottom right;
    border: 1px #f0ead8 solid;
    border-radius: 5px;
}

.listNav > span:hover {
    background-color: rgba(30, 130, 75, 0.8);
    color: #fff;
    cursor: pointer;
}

.listNavAct {
    background: #1e824b !important;
    color: #fff !important;
}

.listBox {
    align-items: stretch;
    margin-bottom: 35px;
}

.listBox .listLeft {
    width: 870px;
    height: auto;
    padding-right: 20px;
}

.listBox .listRight {
    flex: 1;
    overflow: hidden;
    background: #fff;
    padding: 35px 22px;
    color: #777;
    display: flex;
    flex-direction: column;
}

.listBox .listRight .courseBox {
    margin: 5px auto;
}


.listBox .listRight .course_photo {
    width: 400px;
    height: 220px;
    overflow-y: hidden;
}

.listBox .listRight .course_photo img {
    width: 100%;
    height: auto;
}

.listBox .listRight .titleTxt {
    width: 100%;
    height: auto;
}

.titleTxt {
    display: inline-block;
}

.txt_left {

}

.txt_right {

}

.page {
    margin-top: 20px;
    text-align: center;
}

.page a {
    display: inline-block;
    background: #1e824b;
    color: #fff;
    padding: 10px 13px;
    min-width: 15px;
    transition: background-color ease .5s;
    font-family: "microsoft yahei";
    border-radius: 3px;

}

.page span {
    display: inline-block;
    padding: 10px 10px;
    min-width: 15px;
}

.page span.current {
    display: inline-block;
    background: rgba(30, 130, 75, 1) 0 0 no-repeat;
    color: #fff;
    padding: 10px 13px;
    min-width: 15px;
    border-radius: 3px;
}

.page .pagination li {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}

.page .pagination li.active span {
    background: rgba(30, 130, 75, 1) 0 0 no-repeat;
    color: #fff;
}

/*文章详情*/
.articleTitle {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 30px;
}

.articleTitle > span {
    padding: 0 20px;
    border-left: 5px solid #a9988e;
}

.article_author label {
    font-weight: bold;
}

.mainText {
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000;
    line-height: 35px;
    margin-bottom: 40px;
}

.mainText > p {
    font-size: 16px;
    margin-bottom: 20px;
}

.mainText > p > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/*课程*/
.midbox {
    align-items: stretch;
    margin-bottom: 35px;
}

.midbox .mleft {
    width: 870px;
    height: 489px;
}

.midbox .mleft .mp4 {
    width: 100%;
    height: 100%;
    display: none;
}

.midbox .mleft .photo {
    width: 100%;
    height: 100%;
    position: relative;
}

.midbox .mleft .photo img {
    width: 100%;
    height: 100%;
}

.midbox .mleft .photo .butt {
    width: 70px;
    height: 70px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}

.midbox .mright {
    flex: 1;
    overflow: hidden;
    background: #15161b;
    padding: 35px 22px;
    color: #777;
    display: flex;
    flex-direction: column;
}

.midbox .mright .title {
    display: flex;
    align-items: stretch;
    margin-bottom: 15px;
}

.midbox .mright .title .vid {
    display: inline-block;
    background: #1e824b;
    color: #fff;
    width: 42px;
    height: 18px;
    border-radius: 1px;
    text-align: center;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 14px;
    padding: 2px 0;
    margin-right: 15px;
}

.midbox .mright .title .infor {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    flex: 1;
    overflow: hidden
}

.midbox .mright .desc {
    font-size: 16px;
    line-height: 22px;
    flex: 1;
    overflow: hidden;
    margin-bottom: 10px;
}

.midbox .mright .desc p {
    margin: 10px 0;
}

.midbox .mright .more {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 20px;
    text-align: center;
}

.midbox .mright .more a {
    background: linear-gradient(90deg, #14c764, #14c764);
    display: block;
    width: 300px;
    line-height: 45px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
  /*  font-weight: bold;*/
    font-size: 16px;
}

.show {
    padding: 30px 0 70px;
    background: #f7f7f7;
}

.show .show_fl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1e824b;
}

.show .show_fl a {
    flex: 1;
    overflow: hidden;
    text-align: center;
    line-height: 51px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.show .show_fl a.cur {
    background: #1e824b;
    color: #fff;
}

.show .s_content {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 14px 20px 0 rgba(0, 0, 0, .06);
    padding: 34px;
    margin-bottom: 35px;
}

.cont_one {
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 35px;
    margin-bottom: 40px;
}

.cont_one > p {
    font-size: 16px;
    margin-bottom: 20px;
}

.cont_one > p > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.tabcontent_1 .cont_one {
    display: none;
}

.tabcontent_1 .cont_one.cur {
    display: block;
}

.p_title {
    border-bottom: 1px solid #1e824b;
    margin-bottom: 20px;
}

.p_title .tpleft {
    font-size: 22px;
    line-height: 50px;
    color: #000;
    font-weight: bold;
}

.course_1 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
    align-items: stretch;
}

.course_1 ul li {
    background: #fff;
    box-shadow: 0 14px 20px 0 rgba(0, 0, 0, .06);
    padding: 15px;
}

.course_1 ul li a .photo {
    width: 100%;
    height: 204px;
    position: relative;
    margin-bottom: 20px;
}

.course_1 ul li a .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.course_1 ul li a .photo:before {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 15px;
    bottom: 16px;
    content: '';
}

.course_1 ul li a .cont {
    margin: 0px 5px;
    padding-bottom: 7px;
}

.course_1 ul li a .cont .title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #000;
    line-height: 20px;
    margin-bottom: 10px;
}

.course_1 ul li a .cont .lab {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 10px;
}

.course_1 ul li a .cont .lab span {
    display: inline-block;
    background: #fff;
    border: 1px solid #979fa6;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #979fa6;
    line-height: 19px;
    padding: 0 3px;
    margin-right: 3px;
}

.course_1 ul li a .cont .more .red {
    color: #f01414;
}

.course_1 ul li a .cont .people {
    display: inline-block;
    color: rgb(145, 156, 163);
    margin-left: 20px;
    background-image: url(../images/rem.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 10px 11px;
    padding-left: 20px;
}

/*列表*/
.list_one {
    background: #f3f5f6;
    padding: 30px 0 34px;
}

.list_one .titem {
    padding: 11px 0;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
}

.list_one .titem .list {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.list_one .titem .title {
    color: #000;
    line-height: 24px;
    padding: 4px 0;
    font-weight: bold;
}

.list_one .titem .list .class_one {
    display: flex;
    flex-wrap: wrap;
}

.list_one .titem .list .class_one a {
    color: #000;
    line-height: 24px;
    margin: 4px 5px;
    padding: 0 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.list_one .titem .list .class_one a span {
    display: inline-block;
    width: 8px;
    height: 5px;
    background-image: url(../images/hsj.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left: 3px;
    display: none;
}

.list_one .titem .list .class_one a.sort span {
    display: block;
}

.list_one .titem .list .class_one a.active {
    background: #1e824b;
    color: #fff;
}

.list_one .titem .list .class_one a.active span {
    background-image: url(../images/xsj.png);
}

.list_one .titem .list .c_content {
    display: flex;
    padding: 10px;
    background: #fff;
    border: 1px solid #1e824b;
    margin: 9px 0 3px 5px;
    flex-wrap: wrap;
    display: none;
}

.list_one .titem .list .c_content.show {
    display: flex;
}

.list_one .titem .list .c_content span {
    color: #1e824b;
    line-height: 24px;
    margin: 4px 5px;
    padding: 0 8px;
    cursor: pointer;
    white-space: nowrap;
}

.list_one .titem .list .c_content span.active {
    border: 1px solid #1e824b;
    background: #f5f4f3;
    color: #1e824b;
}

.list_one .titem:last-child {
    border-bottom: 0px;
}

.list_two {
    padding: 33px 0px;
}

.list_two .itemize .midleft a {
    width: 100px;
    height: 34px;
    border: 1px solid #e5e5e5;
    border-radius: 17px;
    line-height: 32px;
    text-align: center;
    margin-right: 10px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
}

.list_two .itemize .midleft a.active {
    background: #1e824b;
    color: #fff;
    border: 1px solid #1e824b;
}

.list_two .itemize .midright a {
    height: 36px;
    line-height: 16px;
    padding: 10px 1px 10px 1px;
    margin-left: 40px;
    color: #1e824b;
    cursor: pointer;
    font-size: 16px;
}

.list_two .itemize .midright a.active {
    color: rgb(223, 0, 24);
    border-bottom: 1px solid rgb(223, 0, 24);
}

.course_1.product {
    margin-bottom: 70px;
}

.course_1.product ul {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px 25px;
}

.course_1.product ul li {
    padding: 0px;
}

.course_1.product ul li a .cont {
    margin: 12px 15px 20px;
    padding-bottom: 0px;
}

.course_1 ul li a .photo {
    height: 164px;
}

.product_m {
    padding-bottom: 52px;
}

/*翻页*/
.fany {
    display: flex;
    justify-content: center;
    padding: 0px 5%;
}

/*分页*/
.divid-a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.divid-a a {
    line-height: 36px;
    text-align: center;
    padding: 0 14px;
    background-color: #FFFFFF;
    font-size: 16px;
    margin: 0 5px 10px;
    color: #333;
    border: 1px solid #ddd;
}

.divid-a .active {
    color: #FFFFFF;
    background-color: #1e824b;
    border: 1px #1e824b solid;
}

.divid-a a:hover {
    color: #FFFFFF;
    background-color: #1e824b;
    border: 1px #1e824b solid;
}

.divid-a .allnum {
    font-size: 14px;
    color: #3a3a3a;
    margin: 0 5px 10px;
    line-height: 36px;
    display: inline-block;
    margin-left: 20px;
}

/*培训*/
.banner_wrap {
    position: relative;
}

.banner_box ul li {
    width: 100%;
    height: 360px;
}

.banner_box ul li a {
    display: block;
    height: 360px;
    background-position: center top;
    background-repeat: no-repeat;
}

.banner_wrap .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 0px;
    z-index: 100;
}

.left_list {
    position: absolute;
    height: 360px;
    width: 180px;
    left: 0;
    top: 0;
    background: transparent;
}

.left_list ul {
    padding-top: 10px;
}

.left_list li a {
    padding: 15px 23px;
    display: block;
    color: #fff;
    background: url(../images/link.png) right 23px center no-repeat;
    font-size: 16px;
}

.login_box {
    width: 260px;
    height: 312px;
    border-radius: 8px;
    position: absolute;
    right: 0px;
    top: 24px;
    background: #fff;
    padding: 10px 20px;
}

.login_box .login_tab {
    display: flex;
    align-items: center;
}

.login_box .login_tab a {
    flex: 1;
    font-size: 16px;
    cursor: pointer;
    line-height: 53px;
    border-bottom: 1px solid #d6d6d6;
    color: #999;
    text-align: center;
}

.login_box .login_tab a.cur {
    border-bottom: 1px solid #1e824b;
    color: #1e824b;
}

.login_box .login_content .photo {
    text-align: center;
    margin-top: 10px;
}

.login_box .login_content .photo img {
    width: 180px;
    height: auto;
}

.login_box .login_content .phone_login li {
    border: 1px solid #d6d6d6;
    height: 38px;
    margin-top: 18px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.login_box .login_content .phone_login li .pic {
    margin-left: 12px;
    margin-right: 10px;
    width: 15px;
}

.login_box .login_content .phone_login li input {
    line-height: 38px;
    border: 0px;
    background: none;
    flex: 1;
    overflow: hidden;
    outline: none;
}

.login_box .login_content .phone_login li .add_yzm {
    width: 90px;
    float: right;
    cursor: pointer;
    margin: 0;
    height: 38px;
}

.login_box .login_content .phone_login li .yzm_btn {
    width: 90px;
    float: right;
    text-indent: 0;
    background: transparent;
    color: #188aae;
    text-align: center;
    cursor: pointer;
}

.login_box .login_content .login_btn {
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #1e824b;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 18px;
}

.tabcontent_1 .login_content {
    display: none;
}

#qrcode {
    cursor: pointer;
}

.tabcontent_1 .login_content.cur {
    display: block;
}

.banner_box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.banner_box .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
    width: 30px;
}


.module {
    padding-top: 30px;
}

.course_hot {
    margin-bottom: 48px;
}

.course_hot ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 20px;
    align-items: stretch;
}

.course_hot ul li {
    overflow: hidden;
}

.course_hot ul li .photo {
    width: 100%;
    height: 178px;
}

.course_hot ul li .photo img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    object-position: center center;
}

.course_hot ul li a .title {
    font-size: 16px;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
}

.course_hot ul li a .desc {
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #999;
}

.course_hot ul li a .infor {
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #999;
    display: block;
    background: url(../images/number.png) no-repeat left center;
    padding-left: 18px;
}

.course_hot ul li a .date {
    font-size: 18px;
    color: #fc3b1b;
    line-height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*项目资讯列表*/
.notice {
    margin-bottom: 48px;
}

.notice ul li a {
    font-size: 16px;
    color: #404040;
    line-height: 2.4;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    position: relative;
    padding-left: 18px;
}

.notice ul li a:before {
    position: absolute;
    width: 6px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 6px;
    background: #999;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    content: '';
}

.notice ul li a label {
    color: #8b8b8b;
}

.notice ul li a:hover {
    color: #1e824b;
    font-weight: bold;
}

/*底部版权*/
.wrap_footer {
    width: 100%;
    background: url(../images/footer_bg.png) center no-repeat;
    background-size: cover;
    padding: 20px 0 47px;
}

.footer {
    margin: 0 auto;
    width: 1240px;
}

.footer_left {
    width: 30%;
    float: left;
}

.footer_right {
    float: left;
    padding: 13px 0 0;
    width: 70%;
}

.footer_logo {
    display: block;
    width: 100%;
}

.footer_logo img {
    display: block;
    width: 60px;
}

.code_box {
    display: block;
    text-align: center;
    margin: 30px 0 0;
}

.code_box .code {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 8px;
}

.code_box p {
    color: #fff;
    padding: 3px 0 0;
}

.footer_right .bottom_box {
    display: block;
    margin: 10px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, .7);
    padding: 10px 0 0;
}

.footer_right .bottom_box p {
    color: #fff;
    line-height: 1.5;
    padding: 0 0 12px;
}

.footer_right .bottom_box p a {
    color: #fff;
}

.footer_right .bottom_box span {
    padding: 0 0 0 20px;
}

.footer_right p.copy_right {
    padding: 0 0;
}

.tpright a {
    padding: 0 10px;
}

.tpright a img {
    height: 30px;
}

.login_box {
    width: 260px;
    height: 312px;
    border-radius: 8px;
    position: absolute;
    right: 0px;
    top: 24px;
    background: #fff;
    padding: 10px 20px;
}

.login_box .login_tab {
    display: flex;
    align-items: center;
}

.login_box .login_tab a {
    flex: 1;
    font-size: 16px;
    cursor: pointer;
    line-height: 53px;
    border-bottom: 1px solid #d6d6d6;
    color: #999;
    text-align: center;
}

.login_box .login_tab a.cur {
    border-bottom: 1px solid #1e824b;
    color: #1e824b;
}

.login_box .login_content .photo {
    text-align: center;
    margin-top: 18px;
}

.login_box .login_content .photo img {
    width: 157px;
    height: auto;
}

.login_box .login_content .phone_login li {
    border: 1px solid #d6d6d6;
    height: 38px;
    margin-top: 18px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.login_box .login_content .phone_login li .pic {
    margin-left: 12px;
    margin-right: 10px;
    width: 15px;
}

.login_box .login_content .phone_login li input {
    line-height: 38px;
    border: 0px;
    background: none;
    flex: 1;
    overflow: hidden;
    outline: none;
}

.login_box .login_content .phone_login li .add_yzm {
    width: 90px;
    float: right;
    cursor: pointer;
    margin: 0;
    height: 38px;
}

.login_box .login_content .phone_login li .yzm_btn {
    width: 90px;
    float: right;
    text-indent: 0;
    background: transparent;
    color: #188aae;
    text-align: center;
    cursor: pointer;
}

.login_box .login_content .login_btn {
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #1e824b;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 18px;
}

.tabcontent_1 .login_content {
    display: none;
}

.tabcontent_1 .login_content.cur {
    display: block;
}

.banner_box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.banner_box .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
    width: 30px;
}