@charset "utf-8";
body {-webkit-font-smoothing: antialiased;font: 12px/1.5 ;font-family: PingFangSC-Regular; color:#333;}
.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner>div{
    float: left;
}
.banner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.banner a .img{
    width: 100%;
    height: 0;
    padding: 41.67% 0 0;
}
.banner .slick-dots{
    display:flex;
    align-items: center;
    justify-content: center;
    bottom: 0.3rem;
}
.banner .slick-dots li{
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 100%;
    background: #fff;
    margin: 0 0.08rem;
}
.banner .slick-dots li.slick-active{
    background: #0151a6;
}
.main{
    background: url(../img/bg1.png) no-repeat top center;
    background-size: 100% auto;
}
/* lmTit */
.lmTit{
    margin-bottom: 0.45rem;
}
.lmTit .tit{
    position: relative;
    padding-left: 0.12rem;
    box-sizing: border-box;
    z-index: 9;
}
.lmTit .tit::before{
    display: block;
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    background: url(../img/lmTitIcon1.png) no-repeat left center;
    background-size: 0.35rem auto;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.lmTit .tit p{
    font-size: 0.17rem;
    color: #999999;
    line-height: 1;
    text-indent: 5px;
    margin-bottom: 4px;
}
.lmTit .tit h2{
    font-size: 0.4rem;
    color: #111111;
    line-height: 1;
    font-family: SourceHanSerifCN-Bold;
}
.lmTit .tit h2 span{
    color: #0151a6;
}
.lmTit .more{
    display: block;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #666666;
    padding-right: 0.36rem;
    background: url(../img/moreIcon1.png) no-repeat right center;
    background-size: 0.26rem auto;
}
.lmTit .more:hover{
    color: #0151a6;
    transform: translateY(-5px);
}
/* indexCon1 */
.indexCon1{
    padding: 0.6rem 0 0.3rem;
}
.newBanner{
    width: 61%;
}
.newBanner li a{
    display: block;
    width: 100%;
    padding-top: 0.48rem;
    position: relative;
}
.newBanner li a .img{
    padding: 4.8rem 0 0;
}
.newBanner li a::before,.newBanner li a::after{
    display: block;
    content: "";
    height: 0.3rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.newBanner li a::before{
    width: calc(100% - 0.46rem);
    background: #ffddb4;
    top: 0.24rem;
    z-index: -1;
}
.newBanner li a::after{
    width: calc(100% - 0.8rem);
    background: #ffefd9;
    top: 0;
    z-index: -2;
}
.newBanner li .con{
    margin-top: -0.3rem;
    position: relative;
    z-index: 9;
    padding-bottom: 0.3rem;
}
.newBanner li .con .time{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 0.76rem;
    height: 0.76rem;
    background: #0151a6;
    color: #fff;
    text-align: right;
    font-size: 0.28rem;
    font-family: BarlowCondensed;
    line-height: 1;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}
.newBanner li .con .time span{
    display: block;
    width: 100%;
    font-size: 0.16rem;
    line-height: 1;
    margin-top: 5px;
    padding-right: 0.1rem;
    box-sizing: border-box;
    font-family: PingFangSC-Regular;
}
.newBanner li .con .tit{
    width: calc(100% - 0.66rem);
    position: absolute;
    left: 0.38rem;
    bottom: 0.3rem;
    background: #fff;
    font-size: 0.22rem;
    line-height: 0.96rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 6;
    padding-left: 0.6rem;
    padding-right: 1.2rem;
    box-sizing: border-box;
    color: #0151a6;
    box-shadow: 0 0 0.3rem 0 rgba(171,195,252,0.39);
}
.newBanner .slick-dots{
    display:flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    height: 0.96rem;
    bottom: 0.3rem;
    right: 0.5rem;
}
.newBanner .slick-dots li{
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 100%;
    background: #c2c2c2;
    margin-left: 0.1rem;
}
.newBanner .slick-dots li.slick-active{
    background: #fe9500;
}
.newBanner .slick-dots li.slick-active::before{
    display: block;
    content: "";
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 100%;
    border: 1px dashed #fe9500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.newBanner .slick-prev, .newBanner .slick-next{
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 50%;
    background: rgba(255,255,255,0.5) url(../img/arrowIcon.png) no-repeat center;
    z-index: 99;
    border-radius: 100%;
    margin-top: -0.15rem;
}
.newBanner .slick-prev{
    left: 0.22rem;
    transform: translateY(-50%) rotateY(180deg);
}
.newBanner .slick-next{
    left: auto;
    right: 0.22rem;
    transform: translateY(-50%);
}
.newBanner .slick-prev:hover, .newBanner .slick-next:hover{
    background: rgba(255,255,255,1) url(../img/arrowIcon.png) no-repeat center;
}
.newList{
    width: 35%;
}
.newList li{
    margin-top: 0.26rem;
}
.newList li:first-of-type{
    margin-top: 0;
}
.newList li a{
    display: block;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.newList li a::before{
    display: block;
    content: "";
    width: calc(100% - 0.98rem);
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
}
.newList li a::after{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    position: absolute;
    right: 0;
    bottom: -3px;
}
.newList li a .time span{
    display: block;
    font-size: 0.28rem;
    line-height: 0.66rem;
    font-family: BarlowCondensed;
}
.newList li a .time{
    width: 0.78rem;
    height: 0.94rem;
    box-sizing: border-box;
    background: url(../img/newTimeBg1.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #0151a6;
}
.newList li a .tit{
    width: calc(100% - 0.98rem);
    margin-left: 0.2rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
}
.newList li a:hover::before{
    background: #fe9500;
}
.newList li a:hover::after{
    border: 1px solid #fe9500;
}
.newList li a:hover .tit,.newList li a:hover .time{
    color: #fe9500;
}
.newList li a:hover .time{
    background: url(../img/newTimeBg2.png) no-repeat center;
    background-size: 100% 100%;
}
/* indexCon2 */
.indexCon2{
    width: 100%;
    position: relative;
    padding: 1.9rem 0 0.65rem;
    z-index: 8;
}
.indexCon2::before{
    display: block;
    content: "";
    width: 100%;
    height: calc(100% + 2.4rem);
    background: url(../img/bg2.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.indexCon2 .mask-h {
    position: absolute;
    z-index: 53;
    top: 0;
    width: 50%;
    background-color: #fff;
    height: 100%;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.indexCon2 .mask-h.left {
    left: 0;
}
.indexCon2 .mask-h.right {
    right: 0;
}
.indexCon2.animation .mask-h {
    width: 0;
}
.indexCon2 .lmTit{
    margin-bottom: 0.65rem;
}
.indexCon2 .lmTit .tit p,.indexCon2 .lmTit .tit h2{
    color: #fff;
}
.indexCon2 .lmTit a.more{
    color: rgba(255,255,255,0.5);
    background: url(../img/moreIcon2.png) no-repeat right center;
    background-size: 0.26rem auto;
}
.notice{
    margin: 0 -10px;
}
.notice ul.clearfix{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
.notice ul.clearfix li{
    float: left;
    width: 23.57%;
    height: 3.64rem;
    margin-right: 1.9%;
    position: relative;
    perspective: 1000px;
}
.notice ul.clearfix li:nth-of-type(4n){
    margin-right: 0;
}
.notice ul.clearfix li::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff url(../img/noticeBg.png) no-repeat right -0.4rem top -0.25rem;
    background-size: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.notice ul.clearfix li::after{
    display: block;
    content: "";
    width: 120%;
    height: 100%;
    background: #fe9500;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.notice ul.clearfix li:nth-of-type(1)::before,.notice ul.clearfix li:nth-of-type(1)::after{
    width: 120%;
    transform-origin: left center;
    transform: rotateY(25deg) translateX(0);
    transform-style: preserve-3d;
}   
.notice ul.clearfix li:nth-of-type(2)::before,.notice ul.clearfix li:nth-of-type(2)::after{
    width: 120%;
    transform-origin: left center;
    transform: rotateY(25deg);
    transform-style: preserve-3d;
}
.notice ul.clearfix li:nth-of-type(3)::before,.notice ul.clearfix li:nth-of-type(3)::after{
    width: 120%;
    left: auto;
    right: 0;
    transform-origin: right center;
    transform: rotateY(-25deg);
    transform-style: preserve-3d;
}
.notice ul.clearfix li:nth-of-type(4)::before,.notice ul.clearfix li:nth-of-type(4)::after{
    width: 120%;
    left: auto;
    right: 0;
    transform-origin: right center;
    transform: rotateY(-25deg);
    transform-style: preserve-3d;
}
.notice ul.clearfix li:hover:nth-of-type(1)::after{
    left: -10px;
    top: 10px;
}
.notice ul.clearfix li:hover:nth-of-type(2)::after{
    left: -10px;
    top: 10px;
}
.notice ul.clearfix li:hover:nth-of-type(3)::after{
    left: auto;
    right: -10px;
    top: 10px;
}
.notice ul.clearfix li:hover:nth-of-type(4)::after{
    left: auto;
    right: -10px;
    top: 10px;
}
.notice ul.clearfix li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.4rem;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}
.notice ul.clearfix li a .time{
    font-size: 0.18rem;
    line-height: 1;
    color: #fe9500;
}
.notice ul.clearfix li a .time span{
    display: block;
    font-size: 0.36rem;
    line-height: 0.3rem;
    font-family: BarlowCondensed;
    margin-bottom: 0.08rem;
}
.notice ul.clearfix li a .tit{
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.96rem;
    margin: 0.3rem 0;
}
.notice ul.clearfix li a .gd{
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: #0151a6;
    text-align: right;
    background: url(../img/arrowIcon.png) no-repeat right 0.1rem center;
    padding-right: 0.35rem;
    box-sizing: border-box;
}
.notice ul.clearfix li a:hover .tit{
    color: #fe9500;
}
.notice ul.clearfix li a:hover .gd{
    color: #fe9500;
    background: url(../img/arrowIcon3.png) no-repeat right 0.1rem center;
}
.notice .slick-dots{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: static;
    margin-top: 0.5rem;
}
.notice .slick-dots li{
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    background: rgba(255,255,255,0.5);
    margin: 0 0.12rem;
}
.notice .slick-dots li.slick-active{
    width: 0.76rem;
    background: rgba(255,255,255,1);
}
/* indexCon3 */
.bg3{
    position: relative;
}
.bg3::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bg3.png) no-repeat top 1.7rem center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.teaching{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0.5rem 0.6rem;
    background: #fff;
    box-shadow: 0 0 0.26rem 0 rgba(6,29,164,0.1);
    position: relative;
    z-index: 10;
}
.teaching ul li{
    float: left;
    width: 30.1%;
    margin-right: 4.85%;
}
.teaching ul li:nth-of-type(3n){
    margin-right: 0;
}
.teaching ul li a{
    display: block;
    width: 100%;
    height: auto;
}
.teaching li a .img{
    padding: 56.476% 0 0;
}
.teaching li a .con{
    margin: 0.3rem 0;
}
.teaching li a .time{
    font-size: 0.16rem;
    line-height: 1;
    color: #fe9500;
}
.teaching li a .tit{
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
    margin-top: 0.15rem;
}
.teaching li:nth-of-type(1),.teaching li:nth-of-type(2),.teaching li:nth-of-type(3){
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.teaching li:nth-of-type(4) .img,.teaching li:nth-of-type(5) .img,.teaching li:nth-of-type(6) .img{
    display: none;
}
.teaching li a:hover .tit{
    color: #fe9500;
}
/* indexCon4 */
.indexCon4{
    padding: 0.5rem 0;
}
.indexCon4 .lmTit{
    margin-bottom: 0.8rem;
}
.indexCon4 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.indexCon4 li{
    margin-bottom: 0.42rem;
    float: left;
    width: calc(50% - 0.75rem);
}
.indexCon4 li:nth-of-type(2n){
    margin-right: 0;
}
.indexCon4 li:nth-of-type(1),.indexCon4 li:nth-of-type(5){
    margin-left: 0.42rem;
}
.indexCon4 li:nth-of-type(2),.indexCon4 li:nth-of-type(6){
    margin-right: 0.42rem;
}
.indexCon4 li a{
    display: block;
    width: 100%;
    height: 0.96rem;
    background: #fff;
    border: 1px solid #c7d7e0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0 0.25rem;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}
.indexCon4 li a::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: #2879ec;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.indexCon4 li a .time{
    font-size: 0.16rem;
    line-height: 1;
    color: #2879ec;
    white-space: nowrap;
    text-align: center;
}
.indexCon4 li a .time span{
    display: block;
    font-family: Barlow;
    font-size: 0.36rem;
    line-height: 1;
    margin-bottom: 3px;
}
.indexCon4 li a .sx{
    width: 1px;
    height: 0.54rem;
    background: rgba(199,215,224,0.5);
    margin: 0 0.2rem;
}
.indexCon4 li a .tit{
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
}
.indexCon4 li a:hover .time,.indexCon4 li a:hover .tit{
    color: #fff;
}
.indexCon4 li a:hover::before{
    width: 100%;
}
/* indexCon5 */
.indexCon5{
    padding-bottom: 1.54rem;
}
.indexCon5 .lmTit{
    margin-bottom: 1.2rem;
}
.xyfc li{
    width: 2.55rem;
}
.xyfc li.slick-center{
    width: 9rem;
}
.xyfc li a{
    display: block;
    width: 100%;
    height: 5.06rem;
    position: relative;
    perspective: 1000px;
}
.xyfc li a .img{
    position: absolute;
    top: 0.25rem;
    transition: all .3s;
}
.xyfc li.before-center .img{
    width: 120%;
    left: 0;
    padding: 4.56rem 0 0;
    transform-origin: left center;
    transform: rotateY(35deg);
    transform-style: preserve-3d;
}
.xyfc li.slick-center .img{
    width: 100%!important;
    padding: 5.06rem 0 0!important;
    top: 0;
    transform: rotateY(0)!important;
    transform-style: preserve-3d;
}
.xyfc li.after-center .img{
    width: 120%;
    left: auto;
    right: 0;
    padding: 4.56rem 0 0;
    transform-origin: right center;
    transform: rotateY(-35deg);
    transform-style: preserve-3d;
}
.xyfc .slick-prev, .xyfc .slick-next{
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 100%;
    background: #0151a6 url(../img/arrowIcon2.png) no-repeat center;
    top: 50%;
    left: 50%;
    z-index: 99;
    cursor: pointer;
}
.xyfc .slick-prev{
    transform: rotateY(180deg) translate(50%,-50%);
    margin-left: -4.5rem;
}
.xyfc .slick-next{
    transform: translate(-50%,-50%);
    margin-left: 4.5rem;
}
.xyfc .slick-prev:hover, .xyfc .slick-next:hover{
    background: #fe9500 url(../img/arrowIcon2.png) no-repeat center;
}
body{
    position: relative;
}
.canvas{
    position: absolute;
    left: 0;
    bottom: 1.2rem;
    z-index: -1;
}
@media only screen and (max-width: 1040px){
    .newBanner,.newList{
        width: 100%;
    }
    .newBanner li a .img{
        padding: 56.32% 0 0;
    }
    .indexCon2{
        padding: 0.6rem 0 0.6rem;
    }
    .indexCon2::before{
        height: calc(100% + 1.4rem);
        background: url(../img/bg2.png) no-repeat top -0.4rem center;
        background-size: cover;
    }
    .bg3::before{
        background: url(../img/bg3.png) no-repeat top 0.6rem center;
        background-size: 100% auto;
    }
    .notice{
        margin: 0;
    }
    .notice ul.clearfix{
        display: none;
        padding: 0;
    }
    .notice ul.clearfix:first-of-type{
        display: block;
        opacity: 1!important;
    }
    .notice ul.clearfix li{
        width: 49%;
        margin-right: 2%;
        height: auto;
        margin-top: 0.2rem;
    }
    .notice ul.clearfix li:nth-of-type(2n){
        margin-right: 0;
    }
    .notice ul.clearfix li::before,.notice ul.clearfix li::after{
        width: 100%!important;
        transform: none!important;
    }
    .notice ul.clearfix li:hover:nth-of-type(1)::after{
        left: auto;
        right: -10px;
        top: 10px;
    }
    .notice ul.clearfix li:hover:nth-of-type(2)::after{
        left: auto;
        right: -10px;
        top: 10px;
    }
    .notice ul.clearfix li a .tit{
        -webkit-line-clamp: 2;
        height: 0.64rem;
        margin: 0.2rem 0;
    }
    .notice ul.clearfix li a{
        padding: 0.3rem 0.2rem;
    }
    .indexCon2 .lmTit{
        margin-bottom: 0.2rem;
    }
    .teaching{
        padding: 0.3rem;
    }
    .teaching ul li{
        width: 32%;
        margin-right: 2%;
    }
    .indexCon4 li{
        width: 48.5%;
        margin-left: 0!important;
        margin-right: 0!important;
        margin-bottom: 0.3rem;
    }
    .indexCon4 .lmTit{
        margin-bottom: 0.35rem;
    }
    .xyfc li{
        width: 2.55rem;
    }
    .xyfc li.slick-center{
        width: 6rem;
    }
    .xyfc li.slick-center .img{
        padding: 56.25% 0 0!important;
    }
    .xyfc li a .img{
        padding: 56.25% 0 0!important;
    }
    .xyfc li a .img{
        transform: none!important;
        width: 100%!important;
        position: static;
        top: 0;
    }
    .xyfc{
        width: 100%;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }
    .indexCon5 .lmTit{
        margin-bottom: 0.4rem;
    }
    .xyfc li a{
        height: auto;
    }
    .indexCon5{
        padding-bottom: 1.2rem;
    }
    .xyfc .slick-next{
        left: auto;
        right: 30px;
        transform: translateY(-50%);
        margin-left: 0;
    }
    .xyfc .slick-prev{
        left: 30px;
        transform: rotateY(180deg) translateY(-50%);
        margin-left: 0;
    }
}
@media only screen and (max-width: 768px){
    .indexCon1{
        padding: 40px 0 30px;
    }
    .lmTit .tit p{
        font-size: 16px;
        margin-bottom: 4px;
    }
    .lmTit .tit h2{
        font-size: 30px;
    }
    .lmTit{
        margin-bottom: 30px;
    }
    .newBanner li a{
        padding-top: 0;
    }
    .newBanner li a::before, .newBanner li a::after{
        display: none;
    }
    .newBanner li .con .tit{
        right: 0;
        left: auto;
        bottom: 20px;
        width: calc(100% - 0.76rem);
        line-height: 0.3rem;
        padding: 0.08rem 10px;
        font-size: 0.2rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal;
    }
    .newBanner li .con{
        margin-top: 0;
        padding-bottom: 20px;
    }
    .newBanner .slick-dots{
       display:none;
    }
    .notice ul.clearfix li{
        width:100%;
    }
    .notice ul.clearfix li a .tit{
        height: auto;
        line-height: 0.3rem;
        max-height: 0.6rem;
    }
    .indexCon2::before{
        height: calc(100% + 1.4rem);
        background: url(../img/bg2.png) no-repeat top -1.15rem center;
        background-size: cover;
    }
    .indexCon2{
        padding: 40px 0;
    }
    .bg3::before{
        background: url(../img/bg3.png) no-repeat top 0 center;
        background-size: 100% auto;
    }
    .teaching li a .img{
        display: none;
    }
    .teaching ul li{
        width: 49%;
        margin-right: 2%;
    }
    .teaching ul li:nth-of-type(3n){
        margin-right: 2%;
    }
    .teaching ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .teaching li a .con{
        margin: 10px 0;
    }
    .teaching li:nth-of-type(4){
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .teaching{
        padding: 15px;
    }
    .indexCon4 li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px;
    }
    .indexCon5{
        padding-bottom: 80px;
    }
    .indexCon4{
        padding: 50px 0 30px;
    }
    .xyfc{
        padding: 0 20px;
    }
    .newBanner .slick-prev, .newBanner .slick-next{
        margin-top: -0.44rem;
    }
}
@media only screen and (max-width: 560px){
    .xyfc{
        padding: 0 12px;
    }
    .lmTit .tit p{
        font-size: 14px;
        margin-bottom: 4px;
    }
    .lmTit .tit h2{
        font-size: 24px;
    }
    .banner .slick-dots{
        bottom: 10px;
    }
    .lmTit{
        margin-bottom: 20px;
    }
    .newList li{
        margin-top: 15px;
    }
    .indexCon1{
        padding: 40px 0 10px;
    }
    .indexCon2 .lmTit{
        margin-bottom: 10px;
    }
    .teaching ul li{
        width: 100%;
        margin-right: 0;
    }
    .indexCon4{
        padding: 30px 0 18px;
    }
    .indexCon4 li a{
        padding: 0 15px;
    }
    .indexCon4 .lmTit{
        margin-bottom: 20px;
    }
    .indexCon5 .lmTit{
        margin-bottom: 20px;
    }
    .indexCon5{
        padding-bottom: 40px;
    }
    .canvas{
        bottom: 3rem;
    }
    .xyfc .slick-next{
        right: 15px;
    }
    .xyfc .slick-prev{
        left: 15px;
    }
}