* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.clear {
    clear: both;
}

html {
    overflow-y: scroll;
}

body {
    font-size: 16px;
}

.container {
    width: 1465px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}
.h50{
    width: 100%;
    height: 50px;
}
.sort {
    text-align: center;
}

.sort h2 {
    line-height: 50px;
    font-size: 28px;
}

.sort p {
    line-height: 30px;
    color: #666;
    font-size: 14px;
}

.sort2 {
    width: 100%;
    float: left;
    line-height: 12px;
    background: url(../images/sort2.png) center right no-repeat;
    margin-bottom: 30px;
}

.sort2 h2 {
    float: left;
    background-color: #fff;
    font-size: 24px;
    padding-left: 18px;
    border-left: 12px solid #000;
    line-height: 12px;
}
.sort2 .line{
    color: #723554;
    font-size: 22px;
    float: left;
    margin: 0 10px;
}
.sort2 .subtitle{
    font-size: 18px;
}
.sort2 p {
    float: left;
    padding: 0 10px;
    background-color: #fff;
    font-size: 21px;
    color: #666;
}

.purplebox {
    background: url(../img/purplebg.png);
}
.purplebox .container{
    background-color: #fff;
}
.policy .container{
    padding: 0 40px;
    box-sizing: border-box;
}
/* 导航 */
.navbox{
    height: 100px;
}
.navbox .container{
    display: flex;
    justify-content: space-between;
}

.logo {
    flex: 0 0 312px;
}

.logo img {
    max-height: 100px;
}


.nav {
    background-color:#fff;
    color: #000;
    display: flex;
    align-items: center;
}

.nav .layui-nav {
    width: 100%;
    padding: 0;
    background-color:#fff;
    color: #000;
}

.nav .layui-nav li {
    text-align: center;
    line-height: 36px;
    height: 36px;
}

.nav .layui-nav li>a{
    display: block;
    padding: 0 24px;
    line-height: 18px;
    border-right: 1px solid #333;
    margin-top: 9px;
}

.nav .layui-nav li:last-child a{
 border-right:0
}
.nav .layui-nav a {
    color: #000;
    font-size: 16px;
    padding: 0;
}

.layui-nav .layui-nav-child a {
    color: #555;
}
.nav .layui-nav li:hover >a{
    border-right: 1px solid transparent;
}
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    background-color: unset;
}

.nav .layui-nav .layui-this {
    background-color: #723554;
    color: #fff;
}
.nav .layui-nav .layui-this a{
    color: #fff;
}
.nav .layui-nav li:hover {
    background-color: #723554;
}

.nav .layui-nav .layui-this a {
    font-weight: bold;
}

.nav .layui-nav li:hover>a {
    color: #fff;
    -webkit-transition: all .1s;
}

.nav .layui-nav-child {
    top: 36px;
    background-color: #fff;
}

.nav .layui-nav .layui-nav-mored,
.nav .layui-nav-itemed>a .layui-nav-more {
    border-top-color: rgba(0, 0, 0, 0) !important;
}


.nav .layui-nav .layui-nav-more {
    display: none;
}

.layui-nav .layui-nav-child a:hover {
    background-color: #723554;
    color: #fff;
}
.nav .layui-nav .layui-nav-child dd.layui-this a, .nav .layui-nav-child dd.layui-this{
    background-color: #723554;
}












/* banner */

.banner {}

.banner .item {
    height: 588px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.banner .swiper-button-next {
    opacity: 0;
}

.banner .swiper-button-prev {
    opacity: 0;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.bannertext img {
    /* width: 60%; */
}

.bannertext .text {
    color: #fff;
    font-size: 16px;
    line-height: 80px;
    margin-top: 40px;
    margin-bottom: 8px;
}

.bannertext .button {
    font-size: 16px;
    background-color: #A88649;
    padding: 15px 20px;
    border-radius: 20px;
    color: #fff;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color: #fff;
    line-height: 20px;
    opacity: 1;
    font-size: 13px;
    margin: 0 6px !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.bannerplay img {
    max-width: 100%;
}

.banner .swiper-pagination-bullet-active {
    background-color: #723554;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    width: 45px;
    height: 45px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 100%;
    background-color: rgba(114, 53, 84, .3);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    width: 45px;
    height: 45px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 100%;
    background-color: rgba(114, 53, 84, .3);
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    font-size: 18px;
    color: #eee;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    font-size: 18px;
    color: #eee;
}




.policy {
    padding: 50px 0 35px;
    width: 100%;
    float: left;
}

.policy .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.policy .container .news,
.policy .container .nlist,
.policy .container .videobox {
    width: 440px;
}

.policy .nlist .list {
    width: 100%;
    float: left;
}

.policy .nlist .list ul {
    width: 100%;
    box-sizing: border-box;
    color: #1E8D7C;
}

.policy .nlist .list ul li {
    line-height: 50px;
    background-color: #F4F4F4;
    padding-left: 15px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
}


.policy .nlist .list ul li a {
    color: #666;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.policy .nlist .list ul li a:hover {
    color: #723554;
    text-decoration: underline;
}

.policy .nlist .list ul li span {
    color: #666;
    flex: 0 0 50px;
}
.policy .news {
    width: 33%;
}

.policy .worksbox {
    height: 280px;
    background-color: #F4F4F4;
}

.policy .news .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.policy .news .item img {
    max-height: 100%;
}

.worksnext,
.worksprev {
    opacity: 0;
}

.worksbox:hover .worksnext,
.worksbox:hover .worksprev {
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.worksbox .swiper-pagination-bullet-active {
    background-color: #1E8D7C;
}

.policy .news .item .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 40px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 12px;
    box-sizing: border-box;
}

.policy .news .item .title:hover {
    text-decoration: underline;
}

.worksbox .works-pagination {
    position: absolute;
    bottom: 0;
    width: 50px;
    text-align: center;
    left: unset;
    right: 0;
    line-height: 40px;
    color: #ddd;
}

.policy .swiper-button-next,
.policy .swiper-container-rtl .swiper-button-prev {
    background-color: rgba(0, 0, 0, .3);
}

.policy .swiper-button-prev,
.policy .swiper-container-rtl .swiper-button-next {
    background-color: rgba(0, 0, 0, .3);
}

.videobox{}
.videobox .video{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 280px;
    background-size: auto 100%;
}
.videobox .video .play {
    position: absolute;
}
.videobox .video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 底部 */

.bottom {
    width: 100%;
    text-align: center;
}

.copyright {
    width: 100%;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    line-height: 42px;
    font-size: 15px;
}

.bottom,
.bottom a {
    color: #fff;
}

.bottom .left {
    width: 180px;
    line-height: 30px;
    border-right: 1px solid #6CC1B6;
    text-align: center;
    padding: 20px 0;
    height: 195px;
    box-sizing: border-box;
}


.danbox .container{
display:flex;
justify-content: space-between;
}
.leftnav{
width:20%;
}
.rightbox{
width:78%;
}













/* 列表页 */



.newslist li{
    line-height: 32px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    padding-left: 15px;
}
.newslist li:nth-child(5n){
    border-bottom:1px solid #eee;
}
.newslist li .time{
    font-size:14px;
    flex: 0 0 120px;
}
.pageing{
    margin:30px 0;
}
.pageing p{
    display:flex;
    justify-content:center;
}
.searchbox{
    display: flex;
    justify-content: center;
    margin: 30px;
}

.lieban{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
    overflow: hidden;
}
.lieban img{
    width:100%;
}









.box {
    width: 100%;
    float: left;
    margin-top: 160px;
}

.liebanner img {
    max-width: 100%;
}

.box .nav2 {
    box-shadow: 0px 2px 9px 0px rgba(14, 14, 29, 0.05);
    background-color: rgba(255, 255, 255, 0.3);
    line-height: 60px;
    width: 100%;
    float: left;
    /* position: relative;
    margin-top: -45px; */
}

.box .nav2 ul {
    width: 100%;
    display: table;
}

.box .nav2 li {
    display: table-cell;
    text-align: center;
}

.box .nav2 .active {
    background-color: #723554;
    color: #fff;
}

.box .nav2 .active a {
    color: #fff;
}

.box .nav2 a {
    color: #333;
    display: block;
}

.box .nav2 li:hover {
    background-color: #723554;
}

.box .nav2 li:hover a {
    color: #fff;
}

.listbox {
    width: 100%;
    float: left;
    margin-top: 32px;
    margin-bottom: 32px;
}

.lienav {
    width: 19%;
    float: left;
    background-color: #70B699;
    margin-right: 2%;
}

.lienav ul {
    margin: 0 auto;
    background-color: #723554;
}

.lienav .layui-nav-tree .layui-nav-bar {
    display: none;
}

.lienav .layui-nav-tree .layui-nav-child dd.layui-this,
.lienav .layui-nav-tree .layui-nav-child dd.layui-this a,
.lienav .layui-nav-tree .layui-this,
.lienav .layui-nav-tree .layui-this>a,
.listbox .layui-nav-tree .layui-this>a:hover {
    background-color: #723554;
    color: #fff !important;
}

.lienav .layui-nav .layui-nav-child a {
    color: #fff;
    padding-left: 30px;
}

.layui-nav-tree .layui-nav-item a:hover {
    background-color: #007063 !important;
}

.layui-nav-itemed>.layui-nav-child {
    background-color: #007063 !important;
}

.lienav .layui-nav .layui-nav-child a:hover {}

.lienav .layui-nav-itemed>a {
    background-color: #007063;
    color: #fff !important;
}

.layui-nav-tree .layui-nav-item a {
    font-size: 15px;
}

.lienav .layui-nav-itemed {
    background-color: #007063;
    color: #fff !important;
}

.leftpart {
    width: 79%;
    float: left;
    box-shadow: 0px 2px 9px 0px rgba(14, 14, 29, 0.1);
    box-sizing: border-box;
}

.listbox .leftpart .list {
    height: 129px;
    padding: 30px 25px;
    border-bottom: 1px solid #ededed;
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.listbox .leftpart .list:hover {
    box-shadow: 0 0 3px #ccc;
    cursor: pointer;
    background-color: #f2f2f2;
}

.listbox .leftpart .list .title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.listbox .leftpart .list .smalltext {
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.listbox .leftpart .list .time i {
    width: 14px;
    font-size: 14px;
    margin-right: 4px;
    vertical-align: middle;
    line-height: 20px;
}

.listbox .leftpart .list .time span {
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.listbox .leftpart .list .title a {
    color: #723554;
}

.listbox .leftpart .list .listimg img {
    width: 228px;
    margin-right: 20px;
    height: 127px;
    display: block;
    float: left;
    cursor: pointer;
    border: 1px solid #ededed;
}


/* 列表页 */


/*返回顶部*/

#scrollUp {
    background-color: #723554;
    color: #eee;
    text-align: center;
    text-decoration: none;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    border: none;
    opacity: 0.6;
    padding: 5px 8px;
}


/*返回顶部 end*/





@media screen and (max-width: 1480px) {
    .container {
        width: 1280px;
        box-sizing: border-box;
        margin: 0 auto;
    }


.policy .container .news, .policy .container .nlist, .policy .container .videobox{
width:380px;
}
.policy .worksbox *{
max-width:380px;
}


    .banner .item {
        height: 520px;
    }

    .policy .center .list .item .time {
        width: 88px;
        height: 88px;
        flex: 0 0 88px;
        padding-top: 5px;
        margin-top: 10px;
    }

    .policy .right .item {
        height: 300px;
    }

    .policy .center .list .item .content .smalltext {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .policy .center .list .item .time {
        width: 80px;
        height: 80px;
        flex: 0 0 80px;
        margin-top: 0;
    }

    .policy .left .list ul li {
        line-height: 42px;
    }

    .policy .center .list .item .content .smalltext {
        line-height: 26px;
    }
}

@media (max-width: 1280px) {
body{
        width: 1280px;
    }
.container {
        width: 1280px;
    }
.policy .container{
padding:0;
}
}



/* 内容页 */

.neibox {
    width: 100%;
    float: left;
    margin-top: 32px;
    margin-bottom: 40px;
}

.neibox .leftpart {
    padding: 0 20px;
    box-sizing: border-box;
}

.neibox .position {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #666;
}

.neibox .neititle {
    margin-bottom: 15px;
    text-align: left;
    line-height: 40px;
    font-size: 26px;
    color: #333333;
    text-align: center;
}

.neibox .time {
    text-align: center;
    font-size: 14px;
    color: #999999;
    background-color: #eee;
    line-height: 30px;
}

.neibox .content {
    margin: 18px 0;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

.danbox {
    width: 100%;
    float: left;
    margin-top: 32px;
}

.danbox .title {
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 70px;
}

.danbox .content {
    line-height: 30px;
    font-size: 16px;
    color: #333333;
}

.teacherbox .item .img {
    padding: 20px;
    width: 280px;
    height: 280px;
    float: left;
}

.teacherbox .item .img img {
    width: 100%;
    height: 100%;
}

.teacherbox .intro {
    padding: 20px;
}

.teacherbox .intro .name {
    font-size: 22px;
    line-height: 50px;
    margin-top: 10px;
}

.teacherbox .intro .name span {
    padding: 5px 20px;
    font-weight: normal;
    font-size: 14px;
    margin-left: 20px;
    background-color: #ccc;
}

.teacherbox .intro .text {
    line-height: 28px;
    font-size: 14px;
}

.teacherbox .intro .text img {
    max-width: 100%;
}


/* 内容页 */


/* 报名 */

.enrollbox {
    width: 100%;
    float: left;
    margin-top: 32px;
    margin-bottom: 32px;
}

.enrollbox .enroll {
    width: 100%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}

.enrollbox .enroll .neititle {
    margin-bottom: 15px;
    line-height: 40px;
    font-size: 26px;
    color: #333333;
    text-align: center;
}

.enrollbox .enroll .content {
    line-height: 30px;
    font-size: 14px;
}

.enrollbox .biaodan {
    font-size: 14px;
    margin: 25px 0;
}


/* 报名 */


/* 下载列表 */

.downlistbox {
    padding: 32px;
    line-height: 28px;
}

.downlistbox li {
    line-height: 42px;
    border-bottom: 1px dashed #999;
    padding: 0 40px 0 15px;
}

.downlistbox li p {
    width: 80%;
    float: left;
}

.downlistbox li a {
    float: right;
}


/* 下载列表 */


/* 图片放大 */


/*jquery.picEyes*/

.picshade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.91;
    filter: alpha(opacity=91);
    z-index: 999;
    display: none;
}

.pictures_eyes_close {
    position: fixed;
    top: 30px;
    right: 30px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/close.png) no-repeat;
    z-index: 1000;
    display: none;
}

.pictures_eyes {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}

.pictures_eyes_in {
    position: relative;
    text-align: center;
}

.pictures_eyes_in img {
    max-height: 500px;
}

.pictures_eyes_in .prev,
.pictures_eyes_in .next {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    cursor: pointer;
}

.pictures_eyes_in .prev {
    left: 35px;
    background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
    right: 35px;
    background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
    position: fixed;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

.pictures_eyes_indicators a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 6px 3px 0 3px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 2px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    overflow: hidden;
}

.pictures_eyes_indicators img {
    height: 50px;
}

.pictures_eyes_indicators .current {
    filter: alpha(opacity=100);
    opacity: 1;
}


/* 图片放大 */


/* 图片列表 */

.imglistbox {
    width: 100%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}

.imglist {
    width: 24%;
    float: left;
    margin-right: 1.25%;
    margin-bottom: 10px;
}

.imglistbox .imglist:nth-child(4n) {
    margin-right: 0%;
}

.imglist img {
    max-width: 100%;
    height: 100%;
}

.imglist p {
    line-height: 40px;
    text-align: center;
}

.imglist .img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.imglist .img img:hover {
    transform: scale(1.1);
    transition: all .5s;
    -webkit-transition: all .5s;
    cursor: pointer;
}


/* 图片列表 */