body{
    color: #3e3e3e!important;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: auto !important;
    left: 213px !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 80px;
    background-color: #d59649;
    background-color: white;
    border-radius: 100px;
}
.swiper-slide i{
    font-size: 18px;
    margin-right: 5px;
}

.swiper-button-prev{
    width: 40px!important;
    height: 40px!important;
    background-color: #e7c397;
    left: 0!important;
}

.swiper-button-next{
    width: 40px!important;
    height: 40px!important;
    background-color: #e7c397;
    right: 0!important;
}
.swiper-button-next:after{
    font-size: 14px!important;
    color: white;
    font-weight: bold;
}

.swiper-button-prev:after{
    font-size: 10px!important;
    color: white;
    font-weight: bold;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
    margin-top: 30px;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.mySwiper .title {
    width: 100%;
    padding: 5px 20px;
    margin: 0 9px;
    background-image: linear-gradient(to top, white 0%, white 100%);
    text-align: center;
    transform: skewX(-25deg);
    border: 3px #cccccc solid;
}


.mySwiper .swiper-slide-thumb-active .title{
    background-image: linear-gradient(to top, #ae703e 0%, #ae703e 100%);
    text-align: center;
    transform: skewX(-25deg);
    color: white;
    border: 3px #ae703e solid;
    background-color: #ae703e;
}

.mySwiper .title span {
    font-family: "Adobe 黑体 Std";
    font-weight: bold;
    display: inline-block;
    -webkit-transform: skew(25deg);
}

.mySwiper2 .swiper-slide img{
    background: url(../images/myswiperbg.png) no-repeat center center/cover;
    width: 50%;
    height: 100%;
}

.mySwiper2 .swiper-slide .box{
    padding-top: 30px;
    width:50%;
    height: 100%;
    padding-left: 50px;
}
.mySwiper2 .swiper-slide .box .borders{
    border-left: 5px #aa6f3d solid;
    padding-left: 20px;
}
.mySwiper2 .swiper-slide .box h2{
    font-size: 30px;
    color: #aa6f3d;
    font-weight: bold;
    text-align: left;
}

.mySwiper2 .swiper-slide .box h3{
    font-size: 28px;
    color: #adadad;
    text-align: left;
    font-family: fangsong;
    text-transform: uppercase;
}
.mySwiper2 .swiper-slide .box .content{
    padding-right: 30px;
    margin-top: 50px;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
}

.shanda {
    background: url(../images/bgimg.jpg) no-repeat center center/cover;
    height: 550px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info {
    margin: 50px 0;
}

.infobox {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 10px 10px 40px -8px;
}

.shandalunbo .left {
    width: 50%;
}

.shandalunbo .right {
    width: 50%;
    padding: 20px 60px;
}

.shandalunbo .right h2 {
    text-align: left;
    font-size: 27px;
    border-left: 8px #aa6f3d solid;
    padding-left: 20px;
    margin-bottom: 20px;
}

.shandalunbo .right p {
    text-indent: 2em;
    font-size: 14px;
    text-align: left;
    line-height: 23px;
}

.zhuanye {
    background: url(../images/zhuanyeimg.jpg)no-repeat center center/cover;
    padding-bottom: 50px;
}

.zhuanye .table td,
.table th {
    padding: 0;
}

.zhuanye .zhaosheng h2 {
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
    font-weight: bold;
    color: #42352a;
    margin-bottom: 10px;
}

.zhuanye .zhaosheng img {
    position: absolute;
    left: 50%;
    margin-left: -205px;
    margin-top: 70px;
    width: auto;
}

.zhuanye .zhaosheng .description {
    width: 35%;
    text-align: center;
    margin: 0 auto;
}

.zhuanye .zhaosheng .description p {
    text-align: left;
    color: #505050;
    line-height: 25px;
    margin-bottom: 20px;
}

.zhuanye .table-responsive {
    height: 500px;
    overflow: auto;
}

.zhuanye .table-responsive::-webkit-scrollbar {
    width: 10px;
}


.zhuanye .table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}


.zhuanye .table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: white;
}


.zhuanye .table-responsive::-webkit-scrollbar-thumb {
    width: 5px;
    border: 5px solid #a6723c;
    border-radius: 40px;;
    background-color: #a6723c;
}
.zhuanye .table-responsive table{
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
.zhuanye .table-responsive table{
    font-family: "Adobe 黑体 Std";
    color: #3e3e3e;
}
.zhuanye .table-responsive table th{
    font-weight: bolder;
}
.zhuanye .table-responsive table tr{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.zhuanye .table-responsive table tr:hover{
    background-color: #00000013;
}

.zhuanye .table-responsive table tr td,th{
    border: 1px solid #000000;
}

.zhuanye .table thead th {
    text-align: center;
    font-size: 17px;
    background-color: white;
    margin: 10px;
    padding: 3px 15px;
    border-right: 20px rgba(255, 0, 0, 0) solid;
}

.shuoming {
    padding-top: 30px;
}

.shuoming .zhaosheng h2 {
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
    font-weight: bold;
    color: #42352a;
    margin-bottom: 50px;
}

.shuoming .zhaosheng img {
    position: absolute;
    left: 50%;
    margin-left: -205px;
    margin-top: 70px;
    width: auto;
}
.zhengshu{
    margin-top: 30px;
    margin-bottom: 50px;
}
.zhengshu .zhaosheng h2 {
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
    font-weight: bold;
    color: #42352a;
    margin-bottom: 20px;
}

.zhengshu .zhaosheng img {
    position: absolute;
    left: 50%;
    margin-left: -205px;
    margin-top: 70px;
    width: auto;
}
.zhengshu .zhaosheng .description{
    text-align: center;
}
.zsimg{
    width: 100%;
    padding: 30px;
    float: left;
}


.list_school_container{padding: 0}
.list_school_title{font-size:26px;color: #955d04;margin-bottom: 15px;}
.list_school_lists{margin-bottom: 25px;}
.list_school_list{font-size: 16px;line-height: 3;width: calc((100% - 90px) / 3);float: left;list-style: disc inside;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.list_school_list:nth-child(3n){margin-left: 30px}
.list_school_list:nth-child(3n+1){margin-right:30px;}
.list_school_list:nth-child(3n+2){margin-left:15px;margin-right: 15px}
.list_school_list_line{display: block;width: 100%;height: 1px;background-color: #955d04;}
.clear{clear: both;}

.pagination {
    display: inline-block;
    padding: 0 5px 0 10px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 8px 26px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.pagination li {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 15px;
    text-align: center;
    cursor: pointer
}

.pagination li a {
    display: inline-flex;
    align-items: center;
    color: #111
}

.pagination li a:hover {
    color: #21a7d0
}

.pagination li i {
    margin-left: 10px
}

.pagination li i:before {
    font-size: 28px;
    margin: 0;
    line-height: 60px
}

.pagination li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7f196f17;
}

.pagination li:last-child:before {
    display: none
}

.pagination li:hover a,
.pagination li.active a {
    color: #7f196f;
    font-weight: bold;
}

.zhuanye_zhaosheng_navs{margin-bottom:20px;padding: 0;}
.zhuanye_zhaosheng_nav{
    float: left;
    width: calc((100% - 120px)/6);
    text-align: center;
    line-height: 40px;
    background-color: #ffffff;margin: 0 10px;
    cursor: pointer;
    
}
.zhuanye_zhaosheng_nav:hover{
    background-color:#e7c397;
    color: #ffffff;
}
.zhuanye_zhaosheng_nav_on{
    background-color:#e7c397;
    color: #ffffff;
}
.zhuanye_zhaosheng_cont{display:none;}
.zhuanye_zhaosheng_cont_on{display:block;}

@media screen and (max-width: 991px) {
    .list_school_list{font-size: 16px;line-height: 3;width: calc((100% - 60px) / 2);float: left;list-style: disc inside;}
    .list_school_list:nth-child(3n){margin-left: auto}
    .list_school_list:nth-child(3n+1){margin-right:auto;}
    .list_school_list:nth-child(3n+2){margin-left:auto;margin-right: auto}
    .list_school_list:nth-child(2n){margin-left: 30px}
    .list_school_list:nth-child(2n+1){margin-right: 30px}
}
@media screen and (max-width: 767px) {
    .list_school_lists{padding:0 15px}
    .list_school_list{font-size: 16px;line-height: 3;width: 100%;float: left;list-style: disc inside;}
    .list_school_list:nth-child(3n){margin-left: auto}
    .list_school_list:nth-child(3n+1){margin-right:auto;}
    .list_school_list:nth-child(3n+2){margin-left:auto;margin-right: auto}
    .list_school_list:nth-child(2n){margin-left: auto}
    .list_school_list:nth-child(2n+1){margin-right: auto}
    .zhuanye_zhaosheng_nav{width:calc((100% - 60px) / 2);margin-bottom:15px}
}


@media screen and (max-width: 767px) {
    .shanda{
        height: 220px!important;
    }
    .info {
        margin: 20px 0;
    }

    .shandalunbo .left {
        width: 100%;
    }

    .shandalunbo .right {
        width: 100%;
        padding: 20px;
        padding-bottom: 30px;
    }

    .shandalunbo .right h2 {
        margin-bottom: 10px;
    }

    .shandalunbo .left img {
        width: 100%;
    }

    .shandalunbo .swiper-slide {
        display: table-cell;
        vertical-align: middle;
    }
    .swiper-button-next{
        display: none!important;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        display: none;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        display: none !important;
    }

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        display: none;
    }
    .zhuanye .table-responsive table tr{
        width: auto;
    }
    .zhuanye .table-responsive col{
        width: auto!important;
    }

    .zhuanye .zhaosheng .description {
        width: 90%;
    }
    .mySwiper2{
        margin-top: 10px;
    }
    .mySwiper2 .swiper-slide .box{
        padding-top: 30px;
        width: 100%;
        padding-bottom: 50px;
        padding-left: 20px;
    }
    .mySwiper2 .swiper-slide .box .content{
        margin-top: 20px;
    }
    .mySwiper2 .swiper-slide img{
        width: 100%!important;
        height: auto;
    }
    .mySwiper .swiper-slide-thumb-active .title{
        transform:none;
    }
    .mySwiper .title span{
        padding-top: 8px;
        letter-spacing: 3px;
        transform:none;
        writing-mode:tb-rl;
        height: 120px;

    }
    .mySwiper .title{
        transform:none;
        width: auto;
        padding:5px 13px;
    }
    .mySwiper2 .swiper-slide{
        display: table-cell;
        vertical-align: middle;
    }
}