* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.clear {
    clear: both;
}

html {
    overflow-y: scroll;
}

body {
    font-size: 16px;
    background-color:#F2F2F2;
}

.container {
    width: 1000px;
    margin: 0 auto;
}
.footer{
    width: 1024px;
    margin: 0 auto;
    background-color: #313131;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
    color:#fff;
}
.left {
    float: left;
}

.right {
    float: right;
}

.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: 40px;
    background: url(../images/sort2.png) center right no-repeat;
    margin-bottom: 6px;
}

.sort2 h2 {
    float: left;
    background-color: #fff;
    font-size: 20px;
    padding-left: 12px;
    border-left: 2px solid #3D7E9A;
    line-height: 20px;
    margin-left: 8px;
}

.sort2 p {
    float: left;
    padding: 0 10px;
    background-color: #fff;
    font-size: 21px;
    color: #666;
}
.erwm img {
    position: fixed;
    right: 20px;
    top: 500px;
    z-index: 9999;
}


/* 导航 */

.logo {
    text-align: left;
    margin-top: 20px;
}

.logo img {
    max-height: 68px;
}

.nav {
    width: 100%;
    margin: 24px 0 13px;
    box-sizing: border-box;
}

.nav .layui-nav {
    width: 100%;
    display: table;
    background-color:transparent ;
    padding: 0;
}

.nav .layui-nav li {
    display: table-cell;
    text-align: center;
    line-height: 32px;
}

.nav .layui-nav a {
    color: #333;
    font-size: 15px;
    padding: 0;
}

.layui-nav .layui-nav-child a {
    color: #555;
    padding:0 5px
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    background-color: transparent;
}


.nav .layui-nav .layui-this>a {
    background-color: #3D7E9A;
    color: #fff;
}
.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{
    background-color: #3D7E9A !important;
}
.nav .layui-nav li:hover>a {
    background-color: #3D7E9A;
    color: #fff;
    -webkit-transition: all .1s;
}

.nav .layui-nav-child {
    top: 32px;
    background-color: #fff;
    padding: 0;
    line-height: 30px;
}
.nav .layui-nav-child a{
    font-size:14px;
}
.nav .layui-nav .layui-nav-mored,
.nav .layui-nav-itemed>a .layui-nav-more {
    border-top-color: rgba(0, 0, 0, 0) !important;
}

.navbox {
    width: 100%;
    float: left;
    background-color: #FAFBF6;
}

.nav .layui-nav .layui-nav-more {
    display: none;
}

.layui-nav .layui-nav-child a:hover {
    background-color: #3D7E9A;
    color: #fff;
}


/* banner */

.banner {
}

.banner .item {
    height: 268px;
    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: 20px;
    height: 20px;
    border-radius: 0;
    background-color: #fff;
    line-height: 20px;
    opacity: 1;
    font-size: 13px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.bannerplay img {
    max-width: 100%;
}
.banner .swiper-pagination-bullet-active{
    color: #D05D62;
}
.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(61, 126, 154,.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(61, 126, 154,.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;
}



.box{
    width: 1024px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 12px;
    box-sizing: border-box;
}
.policy {
    width: 100%;
    float: left;
    font-size: 12px;
    letter-spacing: 1px;
}

.policy .container{
    display: flex;
    padding: 28px 0 20px;
}

.policy .left {
    width: 32%;
    box-sizing: border-box;
    margin-right: 2%;
}

.policy .left .list {
    width: 100%;
    float: left;
}

.policy .left .list ul {
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #1E8D7C;
}

.policy .left .list ul li {
    line-height: 36px;
    background-color: #F4F4F4;
    padding-left: 20px;
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
    background-image: url(../images/disc.png);
    background-repeat: no-repeat;
    background-position: 8px center;

}


.policy .left .list ul li a {
    color: #666;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.policy .left .list ul li a:hover {
    color: #3D7E9A;
    text-decoration: underline;
}
.policy .left .list ul li span {
    color: #666;
    flex: 0 0 40px;
    text-align: right;
    padding-right: 8px;
}
.policy .center {
    width: 32%;
    box-sizing: border-box;
    font-size: 14px;}

.policy .center .list {
    width: 100%;
    float: left;
}

.policy .center .list .item {
    text-align: justify;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.policy .center .list .item .time {
    width: 110px;
    height: 110px;
    font-size: 18px;
    background-color: #3D7E9A;
    color: #fff;
    text-align: center;
    flex: 0 0 110px;
    padding-top: 12px;
    box-sizing: border-box;
}

.policy .center .list .item .time span {
    font-size: 32px;
    line-height: 50px;
}

.policy .center .list .item .content {
    padding-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.policy .center .list .item .content h3 {
    width: 100%;
    font-size: 18px;
    color: #555555;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}

.policy .center .list .item .content .smalltext {
    color: #878787;
    line-height: 24px;
    margin: 5px 0;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.policy .center .list .item .content .more a {
    color: #AEAEAE;
}

.policy .center .list .item .content .more span {
    background-color: #AEAEAE;
    color: #fff;
    padding: 0px 4px;
    margin-right: 6px;
}
.policy .right{
    width: 32%;
    flex: 0 0 32%;
}
.policy .worksbox{
    margin-top:10px;
    box-shadow: 0 0 8px #ddd;
    box-sizing: border-box;
    height: 310px;
}
.policy .worksbox img{
    max-width:100%;
}
.policy .worksbox a{
line-height:46px;
}
.policy .right .item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 368px;
    overflow: hidden;
    position: relative;
}
.policy .right .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 .right .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 .right .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);
}
.policy .center .list .item:hover h3{
    color: #3D7E9A;
    text-decoration: underline;
}
.policy .center .list .item:hover .smalltext{
    color: #3D7E9A;
}
.policy .moreicon{
display: block;
    width: 34px;
    height: 20px;
    background: url(../images/more-icon.png) center 7px no-repeat;
    float: right;
}





/* 底部 */

.bottom {
    width: 100%;
    background-color: #313131;
    float: left;
    padding: 28px 0;
    text-align: center;
}

.copyright {
    width: 100%;
    float: left;
    text-align: center;
    color: #999999;
    box-sizing: border-box;
    padding-top: 20px;
    line-height: 26px;
    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;
}


/* 列表页 */


.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: #3D7E9A;
    color: #fff;
}

.box .nav2 .active a {
    color: #fff;
}

.box .nav2 a {
    color: #333;
    display: block;
}

.box .nav2 li:hover {
    background-color: #3D7E9A;
}

.box .nav2 li:hover a {
    color: #fff;
}

.listbox {
    width: 100%;
}

.lienav {
    width: 19%;
    float: left;
    background-color: #70B699;
    margin-right: 2%;
}

.lienav ul {
    margin: 0 auto;
    background-color: #3D7E9A;
}

.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: #3D7E9A;
    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: #3D7E9A;
}

.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: #3D7E9A;
    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: 1000px;
        margin: 0 auto;
    }
    .policy .center .list .item .time {
        width: 88px;
        height: 88px;
        flex: 0 0 88px;
        padding-top: 5px;
        margin-top: 10px;
    }
    .policy .right .item{
        height: 300px;
    }
}

@media (max-width: 1280px) {
    .nav .layui-nav a {
        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%;
}

.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;
}


/* 图片列表 */