/* 导航 */
.top{
    background: url(../images/topbg.jpg) center right no-repeat;
    height: 168px;
}
.logo img {
    max-width: 100%;
    margin-left: -36px;
}

.navbox {
    width: 100%;
    z-index: 999;
    background-color: #009F88;
}
.nav {
    width: 100%;
    padding-top: 8px;
}

.nav .layui-nav {
    width: 100%;
    display: flex;
    background-color: transparent;
    justify-content: space-between;
    padding: 0 28px;
}

.nav .layui-nav li {
    padding: 0 15px;
    display: table-cell;
    text-align: center;
    line-height: 36px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.nav .layui-nav>a {
    font-size: 16px;
}

.nav .layui-nav a {
    color: #fff;
    font-size: 15px;
    padding: 0;
}

.layui-nav .layui-nav-child a {
    font-size: 13px;
    color: #555;
}

.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: #fff;
    
}



.nav .layui-nav .layui-this a {
    color: #009F88;
    /* font-weight: bold; */
    /* font-size: 20px; */
}

.nav .layui-nav li:hover {
    background-color: #fff;
    -webkit-transition: all .1s;

}

.nav .layui-nav li:hover>a {
    color: #009F88;
    /* font-weight: bold; */
    -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;
}

.nav .layui-nav .layui-nav-child a:hover {
    background-color: #009F88;
    color: #fff;
}

.nav .layui-nav .layui-nav-child dd.layui-this a,
.layui-nav-child dd.layui-this {
    background-color: #009F88;
}


/* banner */

.banner {
}

.banner .item {
    width: 100%;
    height: 100%;
}

.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: 22px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 2px;
    background-color: #5A606B;
    border: 1px solid #C1BFB5;
    color: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: #C1131E;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.bannerplay img {
    max-width: 100%;
}

.banner .swiper-button-next,
.banner .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(0, 0, 0, .3);
}

.banner .swiper-button-prev,
.banner .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(0, 0, 0, .3);
}

.banner .swiper-button-next:after,
.banner .swiper-container-rtl .swiper-button-prev:after {
    font-size: 18px;
    color: #eee;
}

.banner .swiper-button-prev:after,
.banner .swiper-container-rtl .swiper-button-next:after {
    font-size: 18px;
    color: #eee;
}

.indexbox .part {
    width: 32.5%;
    background-color: #fff;
    /* height: 260px; */
}

.newsplay .item {
    position: relative;
}

.newsplay .item img {
    width: 100%;
    height: 100%;
}

.newsplay .item p {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    line-height: 36px;
    padding: 0 10px;
    font-size: 13px;
}

.sort {
    /* padding: 10px 12px; */
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    position: relative;
    height: 40px;
    background-color: #E5F5F3;
    margin-bottom: 12px;
}

.sort p {
    width: 134px;
    height: 42px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    background-image: url(../images/sortbg.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -6px;
    left: 12px;
}

.sort a {
    position: absolute;
    right: 12px;
    top: 10px;
    display: block;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #009F88;
    border-radius: 3px;
}

.newslist {
    padding: 0 8px;
    font-size: 12px;
}


.newslist li {
    line-height: 28px;
    letter-spacing: 1px;
    background-color: #F7F7F7;
    padding: 0 8px;
    margin-bottom: 6px;
}
.newslist li:hover {
    background-color: #E5F5F3;
}
.newslist li p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newslist li p span{
    color: #009F88;
    margin-right: 5px;
}
.newslist li a{
    display: flex;
    justify-content: space-between;
}

.newslist li a:hover{
    text-decoration: underline;
}

.newslist li .layui-nav-itemed{
    width: 50px;
    flex: 0 0 50px;
    text-align: right;
}
.newslist li .time{
    flex: 0 0 50px;
    text-align: right;
}

.firstnews {}

.firstnews .ico {
    width: 38%;
    height: 92px;
    margin-bottom: 10px;
    overflow: hidden;
}

.firstnews img {
    min-height: 100%;
    min-width: 100%;
    transition: all .5s;
}

.firstnews .ico:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.firstnews .title {
    width: 58%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}

.indexbox{
    margin-top: 10px;
}



.layui-nav-side {
    position: relative;
    overflow-x: visible;
}

.layui-nav-tree {
    width: 100%;
}

.sortlist .nav3 {
    position: absolute;
    width: 150px;
    right: -150px;
    top: 0;
    display: none;
    background-color: #fefefe;
}

.sortlist .nav2:hover .nav3 {
    display: block;
}

.hasson {
    background: url(../images/right.png) center right no-repeat;
    background-size: 20px;
    background-position-x: 98%;
}

.sortlist .layui-nav-tree .layui-nav-item a {
    color: #333 !important;
}

.sortlist .layui-nav-itemed>.layui-nav-child {
    background-color: rgba(0, 0, 0, .1)!important;
}

.sortlist .layui-nav-tree .layui-nav-item a:hover,
.sortlist a:hover {
    color: #009F88 !important;
}

.sortlist .layui-nav-tree .layui-nav-item a:hover {
    background-color: unset;
}

.sortlist .layui-nav-tree .layui-nav-bar {
    display: none;
}


/* 改 */
.style .item{
    background-size: cover;
    background-position: center;
position: relative;
}
.style .item p{
    position: absolute;
    bottom: 0;
    line-height: 40px;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
letter-spacing: 1px;
}
/* 底部 start */

.bottom {
    margin: 0 auto;
    background-color: #F6F6F6;
    border-top: 4px solid #009F88;
    padding: 24px 0;
}
.bottomnav{
    width: 70%;
}
.bottomnav .nav{
    text-align: center;
    line-height: 24px;
}
.bottomnav .nav h2{
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
}
.bottomnav .nav p{}
.bottomnav .nav p a{
    font-size: 14px;
    color: #666;
}
.copyright{
    background-color: #009F88;
    color: #C8EAE6;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}
/* 底部 end */


/* 首页 end */


/* 列表页 */

.sortnav {
    background: url(../images/sort.png) 24% center no-repeat;
    background-color: #009F88;
    line-height: 48px;
    background-size: 32px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    padding-left: 30px;
    text-align: center;
    font-weight: lighter;
}

.lie-leftbox {
    width: 22%;
}

.lie-leftbox .sortlist li {
    text-align: center;
}

.lie-rightbox {
    width: 77%;
}


/* 列表页 */


/* 内容页 start */

.newsnei {
    padding: 20px;
    min-height: 280px;
}

.newsnei .title {
    text-align: center;
    font-size: 22px;
    padding: 12px 0;
    line-height: 36px;
}

.newsnei .time {
    font-size: 14px;
    text-align: center;
    color: #888;
    letter-spacing: 1px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.newsnei .content {
    padding: 20px 0;
    line-height: 32px;
    min-height: 200px;
}


/* 内容页 end */


/*返回顶部*/

#scrollUp {
    background-color: #009F88;
    color: #eee;
    text-align: center;
    text-decoration: none;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    border: none;
    opacity: 0.6;
    padding: 8px;
    border-radius: 100%;
    position: fixed;
    z-index: 100;
}


/*返回顶部 end*/

@media (max-width: 1480px) {
    .teacher .show {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 1280px) {
    .container {
        width: 1024px;
        margin: 0 auto;
    }
    .nav .layui-nav a {
        padding: 0;
    }
    .nav {
        width: 65%;
        padding-left: 0;
    }
    .logo img {
        max-width: 322px;
    }
    .bannertext img {
        width: 80%;
    }
    .servebox .left {
        width: 30%;
    }
    .servebox .left .img {
        width: 100%;
        height: 500px;
    }
    .servebox .left .img img {
        height: 100%;
        margin-left: -52px;
    }
    .servebox .right {
        width: 70%;
        padding: 0px 0px 0 40px;
    }
    .bannertext {
        top: 19%;
    }
    .contact .left {
        padding-right: 25px;
    }
    .contact .right {
        padding-left: 25px;
    }
}

@media (max-width: 1080px) {
    .container {
        width: 96%;
    }
}


/* 内容页 */

.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;
    margin-bottom: 40px;
}

.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: 100%;
    height: auto;
    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: 12px;
    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: 36px;
    text-align: center;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imglist .img {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.imglist .img img {
    transition: all .5s;
    -webkit-transition: all .5s;
}

.imglist .img img:hover {
    transform: scale(1.1);
    transition: all .5s;
    -webkit-transition: all .5s;
    cursor: pointer;
} */


/* 图片列表 */

.fengcailist {}

.fengcailist ul {
    display: flex;
    flex-wrap: wrap;
}

.fengcailist li {
    width: 23%;
    margin: 12px 1%;
    box-sizing: border-box;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.fengcailist li img {
    width: 100%;
    transition: all .3s;
}

.fengcailist li:hover img {
    transition: all .3s;
    transform: scale(1.1);
}


/* 新闻列表 */

.newsnav {
    width: 240px;
    flex: 0 0 240px;
    text-align: center;
    padding-right: 20px;
    box-sizing: border-box;
}

.infolist .rightbox {
    width: 876px;
}

.newsnav h2 {
    background-color: #009F88;
    line-height: 48px;
    background-size: 32px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    border: 2px solid #009F88;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.newsnav ul {
    padding: 12px 0;
    background-color: #F1F5F4;
}

.newsnav ul li {
    line-height: 36px;
    font-size: 14px;
}

.newsnav ul li.on {
    background-color: #C8EAE6;
}
.newsnav ul li.on a{
    color: #009F88;
}
.newsnav .layui-nav-tree .layui-nav-item a {
    color: #333;
}

.newsnav .layui-nav-tree .layui-nav-bar {
    display: none;
}

.newsnav .layui-nav-tree .layui-nav-item a:hover {
    background-color: #C8EAE6;
}

.newsnav .layui-nav-itemed>a {
    color: #333 !important;
}

.newsnav .layui-nav .layui-nav-more {
    border-color: #999 transparent transparent;
}

.newsnav .layui-nav-itemed>a .layui-nav-more {
    border-color: transparent transparent #999;
}

.newsnav .layui-nav-itemed>.layui-nav-child {
    background-color: #efefef !important;
}

.newsnav .layui-nav-child dd.on {
    background-color: #dfdfdf;
}

.infolist {
    margin: 20px 0;
}

.sortname {
    background-color: #E5F5F3;
    line-height: 52px;
    box-sizing: border-box;
    padding: 0 16px;
    border-radius: 8px;
    border-left: 3px solid #93D7CB;
}

.sortname p{
    font-size: 18px;
    color: #009F88;
    font-weight: bold;
}
.sortname .position{
    font-size: 12px;
    color: #666;
    letter-spacing: 1px;
}

.infolist .newslist ul {
    padding: 8px 0;
}

.infolist .newslist li {
    line-height: 38px;
    list-style: none;
    padding: 0;
    background-color: unset;
    border-bottom: 1px dashed #ddd;
}

.infolist .newslist li p span{
    color: #888;
}

.infolist .newslist {
    padding: 0 12px;
    font-size: 13px;
    /* background-color: #fafafa; */
    min-height: 380px;
}
.infolist .newslist li a:hover{
    text-decoration: unset;
}

.infolist .newslist li .time {
    flex: 0 0 88px;
    color: #888;
    letter-spacing: 0;
    font-size: 12px;
}
.infolist .newslist li:hover span{
    color: #009F88;
}
.imglistbox .item{
    width: 270px;
    /* height: 270px; */
    margin-right: 20px;
    margin-bottom: 12px;
}
.imglistbox .item:nth-child(3n){
    margin-right: 0;
}
.imglistbox .imagebox{
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}
.imglistbox .imagebox .img{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
}
.imglistbox .imagebox:hover{
    cursor: pointer;
}
.imglistbox .imagebox:hover .img{
    transform: scale(1.1);
    transition: all .5s;
}
.imglistbox p{
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    color: #333;
}
#spotlight .footer{
    width: 100%;
}