body{font-family:PingFangSC-regular,'Montserrat',Microsoft YaHei,Helvetica,Arial,sans-serif;max-width:750px;margin:0px auto;}
div,ul,ol,li,form,h3,dt,dl,dd,p{margin:0px;padding:0px;list-style-image:none;list-style-type:none;font-size:16px;}
*{outline:none;margin:0px;padding:0px;}
a{color:#333;transition:all .3s ease;text-decoration:none;}
a:hover{color:#122941;}
.wbox{}
.pics{width:100%;height:auto;}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype'),
        url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.eot');
    src: url('../fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('../fonts/BebasNeue-Regular.woff') format('woff'),
        url('../fonts/BebasNeue-Regular.ttf') format('truetype'),
        url('../fonts/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.Bebas{font-family:'Bebas Neue';}

.headBox{background:#122941;height:60px;display:flex;align-items:center;justify-content:center;position:relative;}
.headBox .logoBox{height:80%;display:flex;align-items:center;justify-content:center;}
.headBox .logoBox img{height:60%;width:auto;}
.headBox .frBox{position:absolute;top:18px;right:20px;display:flex;align-items:center;justify-content:center;}
.headBox .frBox span{color:#fff;font-size:24px;cursor:pointer;}

.bannerBg .swiper-slide{position:relative;}
.bannerBg .swiper-slide .boxs{position:absolute;left:0px;top:0px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.bannerBg .swiper-slide dl{width:90%;margin:0px auto;transform:translateX(-200px);opacity:0;transition:all .4s;}
.bannerBg .ani-slide dl{transform:translateX(0);opacity:1;}
.bannerBg .ani-slide dl dt{font-size:1.6rem;color:#02f6ff;text-shadow:0px 2px 2px rgba(0,0,0,0.1);font-weight:600;text-align:center;}
.bannerBg .ani-slide dl dd{font-size:1.2rem;color:#fff;margin-top:5px;opacity:0.8;text-align:center;}
.bannerBg .ani-slide dl a{width:80px;margin:0px auto;border:1px #fff solid;height:24px;border-radius:30px;display:flex;align-items:center;justify-content:center;margin-top:20px;}
.bannerBg .ani-slide dl a span{font-size:20px;color:#fff;}

.bannerBg .swiper-pagination{bottom:30px;display:flex;align-items:center;justify-content: center;}
.bannerBg .swiper-pagination-bullet{background:none;width:13px;height:13px;border:2px #fff solid;display:flex;align-items:center;justify-content: center;opacity:0.7;margin:0px 4px!important;}
.bannerBg .swiper-pagination-bullet.swiper-pagination-bullet-active{border-color:#44D7B6;}
.bannerBg .swiper-pagination-bullet.swiper-pagination-bullet-active::after{content:'';width:5px;height:5px;background:#44D7B6;border-radius:100%;}


.titBox{padding:0 0 1rem 0;display:flex;align-items:center;justify-content:center;}
.titBox dl{display:inline-block;}
.titBox dt{font-size:1.6rem;font-weight:bold;color:#000;text-align:center;}
.titBox dl dd{font-size:0.8rem;margin-top:5px;text-align:center;}
.titBox::before{content:'';width:4px;height:28px;background:#44D7B6;margin-right:1.5rem;}
.titBox::after{content:'';width:4px;height:28px;background:#44D7B6;margin-left:1.5rem;}

.diy_layer{background:#122941;}
.menuBox{padding:2rem 1rem;}
.menuBox li{border-bottom:1px rgba(255,255,255,0.3) solid;}
.menuBox li a{color:#fff;font-size:1rem;padding:1rem 0rem;display:flex;align-items:center;}
.menuBox li a::before{content:'';width:8px;height:8px;background:#44D7B6;border-radius:100%;margin-right:8px;opacity:0;}
.menuBox li.on a{color:#44D7B6;}
.menuBox li.on a::before{opacity: 1;}

.oneBox{padding:2rem 1rem 1rem 1rem;}
.oneBox .aboutInfo{margin-top:1rem;padding-bottom:3rem;}
.oneBox .aboutInfo .itemBox{padding:1rem;background:#122941;}
.oneBox .aboutInfo .itemBox .fBox{padding:1rem;position:relative;}
.oneBox .aboutInfo .itemBox .fBox::after{content:'';width:120px;height:120px;background:#44D7B6;position:absolute;right:0.4rem;top:0.4rem;}
.oneBox .aboutInfo .itemBox .fBox::before{content:'';width:120px;height:120px;background:#44D7B6;position:absolute;left:0.4rem;bottom:0.4rem;}
.oneBox .aboutInfo .itemBox .fBox p{position:relative;z-index:9;}
.oneBox .aboutInfo .itemBox .tBox{margin-top:1rem;}
.oneBox .aboutInfo .itemBox .tBox .txtBox{color:#fff;line-height:1.4rem;font-size:1rem;}
.oneBox .aboutInfo .itemBox .tBox .txtBox p{}
.oneBox .aboutInfo .swiper-pagination{bottom:1.5rem;display:flex;align-items:center;justify-content:center;}
.oneBox .aboutInfo .swiper-pagination-bullet{width:12px;height:12px;opacity:0.7;margin:0px 4px!important;border-radius:30px;transition:all .3s ease;}
.oneBox .aboutInfo .swiper-pagination-bullet-active{width:28px;background:rgba(68,215,182,1);}

.twoBox{padding:1rem;}
.twoBox .itemBox{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;margin-top:1rem;}
.twoBox .itemBox .item{background:rgba(18,41,65,0.75);border-radius:6px;overflow:hidden;width:49%;height:15rem;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s ease;margin-bottom:0.5rem;}
.twoBox .itemBox .item:hover dl{top:-20rem;}
.twoBox .itemBox .item dl{padding-bottom:2rem;position:relative;top:0;transition:all .6s ease;}
.twoBox .itemBox .item dl dt{text-align:center;height:5rem;display:flex;align-items:center;justify-content:center;}
.twoBox .itemBox .item dl dt span{font-size:3.6rem;color:rgba(68,215,182,1);}
.twoBox .itemBox .item dl dd{text-align:center;color:#fff;height:2.6rem;font-size:1.1rem;font-weight:bold;}
.twoBox .itemBox .item dl::after{content:'';width:40px;height:4px;background:#fff;position:absolute;left:50%;bottom:0px;margin-left:-20px;border-radius:2px;}
.twoBox .itemBox .item .txt{position:absolute;width:100%;height:100%;left:0px;bottom:-120%;z-index:99;transition:all .6s ease;}
.twoBox .itemBox .item .txt p{width:80%;margin:0px auto;padding:30px 0;line-height:1.2rem;font-size:0.8rem;color:#fff;text-align:justify;}
.twoBox .itemBox .item:hover .txt{bottom:0px;}
.twoBox .itemBox .item:last-child{background:rgba(68,215,182,1);}
.twoBox .itemBox .item:last-child dl dt span{font-size:3.6rem;color:rgba(255,255,255,1);}

.twoBox .itemBox .item:last-child:hover dl{top:0;}

.threeBox{padding:2rem 0rem;}
.threeBox .courseBox {margin-top:1rem;}
.threeBox .courseBox .swiper-slide{
      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;
	  transition: 600ms;
	  transform: scale(0.8);
      opacity: 0.6;
      background:#000;
}
.threeBox .courseBox .swiper-slide-active{transform:scale(1);opacity: 1;}
.threeBox .courseBox .swiper-slide:hover{transform:scale(1);}
.threeBox .courseBox .swiper-slide p{margin:0px auto;}
.threeBox .courseBox .swiper-slide p img{box-shadow:0 0 30px rgba(0,0,0,0.3);}
.threeBox .courseBox .swiper-pagination{bottom:10px;display:flex;align-items:center;justify-content:center;}
.threeBox .courseBox .swiper-pagination-bullet{width:12px;height:12px;opacity:0.7;margin:0px 4px!important;border-radius:30px;transition:all .3s ease;}
.threeBox .courseBox .swiper-pagination-bullet-active{width:28px;background:rgba(68,215,182,1);}

.threeBox .courseBox .swiper-button-prev{width:80px;height:80px;background:rgba(255,255,255,0.4);border-radius:100%;}
.threeBox .courseBox .swiper-button-prev::after{display:none;}
.threeBox .courseBox .swiper-button-prev span{font-size:30px;color:#122941;font-weight:bold;}
.threeBox .courseBox .swiper-button-next{width:80px;height:80px;background:rgba(255,255,255,0.4);border-radius:100%;}
.threeBox .courseBox .swiper-button-next::after{display:none;}
.threeBox .courseBox .swiper-button-next span{font-size:30px;color:#122941;font-weight:bold;}


.fourBox{padding:2rem 1rem;}
.fourBox .itemBox{margin-top:1rem;}
.fourBox .itemBox a{display:block;}
.fourBox .itemBox .swiper-slide{}
.fourBox .itemBox .item{background:#122941;transition:all .3s ease;}
.fourBox .itemBox .item p{position:relative;}
.fourBox .itemBox .item p span{display:block;position:absolute;left:0px;bottom:0px;z-index:9;width:100%;height:30%;background:linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,.9));}

.fourBox .itemBox .item p::before{content:'';position:absolute;left:50%;margin-left:-5px;bottom:-15px;z-index:10;width:0;
        height:0;
        border-bottom: 10px solid transparent; 
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid rgba(68,215,182,1);}
.fourBox .itemBox .item p::after{content:'';position:absolute;left:50%;margin-left:-5px;bottom:-8px;z-index:9;width:0;
        height:0;
        border-bottom: 10px solid transparent; 
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid rgba(68,215,182,0.5);}

.fourBox .itemBox .item.even p span{top:0px;bottom:auto;background:linear-gradient(to top, rgba(0,0,0,0) 30%, rgba(0,0,0,.9));}
.fourBox .itemBox .item.even p::after{border-top:10px solid transparent;border-bottom:10px solid rgba(68,215,182,1);bottom:auto;top:-20px;}
.fourBox .itemBox .item.even p::before{border-top:10px solid transparent;border-bottom:10px solid rgba(68,215,182,0.5);bottom:auto;top:-13px;}

.fourBox .itemBox .item dl{width:80%;margin:0px auto;padding:30px 0;}
.fourBox .itemBox .item dl dt{color:rgba(68,215,182,1);font-weight:bold;text-align:center;font-size:1rem;}
.fourBox .itemBox .item dl dd{color:#fff;text-align:center;font-size:0.8rem;margin-top:10px;}

.fourBox .swiper-button-prev{width:3rem;height:3rem;background:rgba(255,255,255,0.4);border-radius:100%;}
.fourBox .swiper-button-prev::after{display:none;}
.fourBox .swiper-button-prev span{font-size:1rem;color:#122941;font-weight:bold;}
.fourBox .swiper-button-next{width:3rem;height:3rem;background:rgba(255,255,255,0.4);border-radius:100%;}
.fourBox .swiper-button-next::after{display:none;}
.fourBox .swiper-button-next span{font-size:1rem;color:#122941;font-weight:bold;}


.fiveBox{padding:2rem 1rem;}
.fiveBox .itemBox{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;margin-top:2rem;}
.fiveBox .itemBox .item{width:50%;overflow:hidden;position:relative;}
.fiveBox .itemBox .item .box{position:absolute;width:100%;height:100%;left:0;top:0px;display:flex;align-items:flex-end;justify-content:flex-start;z-index:9;}
.fiveBox .itemBox .item img{transition:all .3s ease;}
.fiveBox .itemBox .item:hover img{transform:scale(1.2);}
.fiveBox .itemBox .item::after{content:'';position:absolute;left:0px;bottom:0;width:100%;height:70%;z-index:1;background:linear-gradient(to bottom, rgba(0,0,0,0) 20%, rgba(0,0,0,.9));}

.fiveBox .itemBox .item .box dl{padding:1rem;padding-bottom:2rem;transition:all .3s ease;}
.fiveBox .itemBox .item .box dl dt{color:rgba(68,215,182,1);font-size:1.2rem;border-bottom:3px rgba(68,215,182,1) solid;display:inline-block;font-weight:bold;}
.fiveBox .itemBox .item .box dl dt span{font-size:2rem;font-weight:normal;}
.fiveBox .itemBox .item .box dl dd{font-size:1rem;font-weight:bold;color:#fff;margin-top:1.2rem;height:2rem;}
.fiveBox .itemBox .item .box dl p{margin-top:20px;}
.fiveBox .itemBox .item .box dl p span{font-size:1.4rem;color:#fff;}
.fiveBox .itemBox .item:hover dl{padding-bottom:3rem;}


.sixBox{padding:2rem 1rem;}
.sixBox .studentBox{padding-top:3rem;padding-bottom:3rem;margin-top:1rem;}
.sixBox .studentBox .item{width:96%;margin:0px auto;position:relative;}
.sixBox .studentBox .item .txtBox{padding:7rem 1rem 6rem 1rem;background:#fff;border-radius:4px;box-shadow:0 0 10px rgba(0,0,0,0.1);position:relative;}
.sixBox .studentBox .item .txtBox dt{text-align:center;font-size:1.1rem;margin-bottom:20px;}
.sixBox .studentBox .item .txtBox dd{text-align:left;font-size:1rem;line-height:1.6rem;color:#666;}
.sixBox .studentBox .item .txtBox::before{content:'';position:absolute;left:1rem;top:2rem;width:3rem;height:3rem;z-index:1;background:url(../images/icon_up.png) no-repeat;background-size:100% auto;}
.sixBox .studentBox .item .txtBox::after{content:'';position:absolute;right:1rem;bottom:1rem;width:3rem;height:3rem;z-index:1;background:url(../images/icon_down.png) no-repeat;background-size:100% auto;}

.sixBox .studentBox .item .user{width:100%;position:absolute;left:0;top:-2.5rem;z-index:99;}
.sixBox .studentBox .item .user dt{width:5rem;height:5rem; margin:0px auto;border-radius:100%;border:4px #fff solid;box-shadow:0 0 10px rgba(0,0,0,0.1);overflow:hidden;}
.sixBox .studentBox .item .user dt img{}
.sixBox .studentBox .item .user dd{text-align:center;margin-top:10px;color:#666;}

.sixBox .studentBox .swiper-pagination{bottom:10px;display:flex;align-items:center;justify-content:center;}
.sixBox .studentBox .swiper-pagination-bullet{width:12px;height:12px;opacity:0.7;margin:0px 4px!important;border-radius:30px;transition:all .3s ease;}
.sixBox .studentBox .swiper-pagination-bullet-active{width:28px;background:rgba(68,215,182,1);}


.footBg{background:#122941 url(../images/map.png) no-repeat center center;background-size:100% auto;padding:3rem 1rem;}
.footBg .footLogo{}
.footBg .footLogo img{width:50%;}
.footBg .connectBox{color:rgba(255,255,255,1);margin-top:30px;}
.footBg .connectBox dt{font-size:1.2rem;font-weight:bold;color:rgba(68,215,182,1);}
.footBg .connectBox dd{font-size:0.8rem;margin-top:5px;color:rgba(255,255,255,0.9);}

.footBg .connectInfo{margin-top:2rem}
.footBg .connectInfo dt{font-size:18px;margin-bottom:20px;font-weight:bold;color:rgba(68,215,182,1);}
.footBg .connectInfo dd{margin-bottom:5px;color:rgba(255,255,255,0.9);font-size:1rem;line-height:1.8rem;display:flex;}
.footBg .connectInfo dd span{font-size:1.2rem;margin-right:8px;color:rgba(255,255,255,0.6);}

.footBg .beiBox{margin-top:1rem;font-size:1rem;}
.footBg .beiBox a{color:rgba(255,255,255,0.9);}


.pagesBanner{position:relative;}
.pagesBanner p{position:absolute;left:0;top:0px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;} 
.pagesBanner p span{position:relative;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;font-weight:bold;margin-top:-1rem;}
.pagesBanner p span::after{content:'';width:100%;height:2px;background:#fff;position:absolute;left:0px;bottom:-6px;}


.menuitem{padding:1rem 0.5rem;display:flex;align-items:center;justify-content:space-between;background:#f6f6f6;}
.menuitem .PrevBox{width:1.8rem;height:1.8rem;background:rgba(68,215,182,1);display:flex;align-items:center;justify-content:center;border-radius:100%;cursor:pointer;margin-right:0.5rem;}
.menuitem .PrevBox span{color:#fff;}
.menuitem .nextBox{width:1.8rem;height:1.8rem;background:rgba(68,215,182,1);display:flex;align-items:center;justify-content:center;border-radius:100%;cursor:pointer;margin-left:0.5rem;}
.menuitem .nextBox span{color:#fff;}

.menuitemBox{margin:0px auto;flex:1;}
.menuitemBox .swiper-slide{width:auto;display:inline-block;}
.menuitemBox .swiper-slide a{display:inline-block;background:#fff;padding:0.5rem 1rem;border-radius:30px;font-size:1rem;}
.menuitemBox .swiper-slide.on a{background:#122941;color:#fff;font-weight:bold;}

.listCourseBox{padding:1rem;}
.listCourseBox .itemBox ul{} 
.listCourseBox .itemBox li{width:100%;background:#fff;margin-bottom:2rem;border-radius:4px;box-shadow:0 0 10px rgba(0,0,0,0.1);overflow:hidden;}
.listCourseBox .itemBox li p{width:100%;height:14rem;overflow:hidden;}
.listCourseBox .itemBox li p img{transition:all .6s ease;}
.listCourseBox .itemBox li dl{width:86%;margin:0px auto;padding:1rem 0;}
.listCourseBox .itemBox li dl dt{font-size:1.2rem;height:1.6rem;line-height:1.6rem;font-weight:bold;}
.listCourseBox .itemBox li dl dd{margin-top:8px;font-size:0.9rem;color:#999;display:flex;align-items:center;word-wrap:normal;text-overflow:ellipsis;
  white-space:nowrap;overflow:hidden;}
.listCourseBox .itemBox li dl dd span{font-size:1rem;margin-right:5px;}
.listCourseBox .notdata{color:#999;}


.listBannerBg{height:16rem;background:url(../images/listBg.jpg) no-repeat;background-size:100% 100%;display:flex;align-items:center;justify-content:center;}
.listBannerBg dl{}
.listBannerBg dl dt{color:#fff;font-size:1.8rem;margin:0 0 1.5rem 0;text-align:center;}
.listBannerBg dl dd{text-align:center;display:inline-block;background:rgba(255,255,255,0.4);border-radius:30px;height:38px;line-height:38px;padding:0px 15px;font-size:14px;margin-right:10px;color:#fff;}


.ContcourseBox{padding:2rem 1rem;background:#fff;}
.ContcourseBox .coursetit{display:inline-block;margin-bottom:2rem;font-size:1.2rem;font-weight:bold;color:#333;position:relative;}
.ContcourseBox .coursetit::after{content:'';width:50%;height:4px;background:#44D7B6;position:absolute;left:0;bottom:-2px;}
.ContcourseBox .courseTeach{}
.ContcourseBox .courseTeach dt{width:120px;height:120px;display:flex;align-items:center;justify-content:center;border-radius:100%;margin:0px auto;overflow:hidden;}
.ContcourseBox .courseTeach dt img{}
.ContcourseBox .courseTeach dd{display:flex;align-items:center;justify-content:center;margin-top:1rem;color:#ccc;}
.ContcourseBox .courseTeach dd span{margin-right:1rem;font-size:1rem;font-weight:bold;color:#333;}
.ContcourseBox .courseTeach dd a{display:inline-block;margin-left:1rem;color:#1890ff;}
.ContcourseBox .courseTeach p{text-align:center;margin-top:10px;color:#999;}

.ContcourseBox .itemBox:nth-child(1){margin-top:0;}
.ContcourseBox .itemBox{margin-top:2rem;}
.ContcourseBox .itemBox .courseTxt{line-height:1.6rem;color:#333;}
.ContcourseBox .itemBox .courseTxt img{max-width:100%;height:auto;}
.ContcourseBox .itemBox .courseTxt table{max-width:100%;}
.ContcourseBox .itemBox .courseTxt p{max-width:100%;line-height:1.6rem;color:#333;}

.ContcourseBox .filesDown{margin-top:1.2rem;display:flex;align-items:center;justify-content:center;}
.ContcourseBox .filesDown a{display:inline-block;background:#44d7b6;color:#fff;height:2.6rem;line-height:2.6rem;border-radius:30px;padding:0px 1rem;text-align:center;}


.frFix{background:#fff;border-radius:4px;box-shadow:0 0 8px rgba(0,0,0,0.1);margin:2rem 1rem;overflow:hidden;}
.frFix dl{padding:2rem 1rem;}
.frFix dl dt{font-size:1.2rem;font-weight:bold;}
.frFix dl dd{display:flex;margin-top:1rem;}
.frFix dl dd .fl{width:90px;}
.frFix dl dd .fr{line-height:1.6rem;}

.frFix dl span{display:block;margin-top:1.2rem;}
.frFix dl span a{display:block;background:#44d7b6;color:#fff;height:2.6rem;line-height:2.6rem;border-radius:4px;text-align:center;}


.listTeacher{padding:1rem;}
.listTeacher ul{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;} 
.listTeacher li{width:48.5%;background:#fff;margin-bottom:2rem;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.listTeacher li p{width:100%;overflow:hidden;}

.listTeacher li dl{width:86%;margin:0px auto;padding:0.5rem 0 1rem 0;}
.listTeacher li dl dt{font-size:1rem;height:1.6rem;line-height:1.6rem;font-weight:bold;}
.listTeacher li dl dd{margin-top:8px;font-size:0.8rem;color:#999;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2rem;height:2.4rem;display:flex;align-items:flex-start;}
.listTeacher li dl dd span{font-size:0.8rem;margin-right:5px;}
.listTeacher .notdata{width:100%;text-align:center;color: #999;}



.studentItem{padding:1rem;}
.studentItem .item{background:#fff;margin-bottom:1.5rem;padding:1.5rem 0;border-radius:4px;box-shadow:0 0 10px rgba(0,0,0,0.1);transition:all .3s ease;position:relative;}
.studentItem .item::after{content:'';width:3rem;height:3rem;position:absolute;right:1.5rem;top:1.5rem;background:url(../images/icon_down.png) no-repeat;background-size:100% auto;}

.studentItem .item .user{width:90%;margin:0px auto;display:flex;align-items:center;}
.studentItem .item .user p{width:4rem;height:4rem;border-radius:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.studentItem .item .user p img{width:100%;}
.studentItem .item .user dl{margin-left:1rem;}
.studentItem .item .user dl dt{font-size:1.1rem;font-weight:bold;}
.studentItem .item .user dl dd{font-size:0.8rem;margin-top:8px;color:#666;}

.studentItem .item .info{width:90%;margin:0px auto;margin-top:1rem;line-height:1.5rem;color:#666;font-size:0.8rem;}

.pagesBox{padding:2.5rem 1rem;line-height:1.6rem;color:#333;}
.pagesBox p{line-height:1.6rem;color:#333;}
.pagesBox img{max-width:100%;}
.pagesBox table{max-width:100%;}


.processOne{padding:2rem 1rem;}
.processOne .fBox{padding:1rem;position:relative;}
.processOne .fBox::after{content:'';width:120px;height:120px;background:#44D7B6;position:absolute;right:0.4rem;top:0.4rem;}
.processOne .fBox::before{content:'';width:120px;height:120px;background:#44D7B6;position:absolute;left:0.4rem;bottom:0.4rem;}
.processOne .fBox p{position:relative;z-index:9;}
.processOne .tBox{margin-top:1rem;}
.processOne .tBox .txtBox{color:#333;line-height:1.6rem;font-size:1rem;}
.processOne .tBox .txtBox p{}
.processOne .btnBox{margin-top:2rem;}
.processOne .btnBox a{display:block;height:2.6;line-height:2.6;border-radius:30px;background:rgba(68,215,182,1);color:#fff;transition:all .3s ease;text-align:center;}


.processTwo{padding:2rem 1rem;}
.processTwo .itemBg{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top:1rem;}
.processTwo .itemBg dl{width:32%;margin-bottom:1rem;background:#122941;padding:1.5rem 0;}
.processTwo .itemBg dl dt{text-align:center;}
.processTwo .itemBg dl dt span{font-size:2.6rem;color:#fff;}
.processTwo .itemBg dl dd{text-align:center;height:2.4rem;line-height:1.2rem;margin:1rem 0;font-weight:bold;font-size:0.9rem;color:#fff;}
.processTwo .itemBg dl p{text-align:center;color:#44D7B6;font-size:1.6rem;}


.processthree{padding:1rem 1rem 2rem 1rem;}
.processthree .caseBox{padding-bottom:80px;margin-top:30px;}
.processthree .caseBox .swiper-slide{
      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;
	  transition: 600ms;
	  transform: scale(0.8);
}
.processthree .caseBox .swiper-slide-active{transform:scale(1);}
.processthree .caseBox .swiper-slide:hover{transform:scale(1);}
.processthree .caseBox .swiper-slide dl{margin:0px auto;padding:8px;background:#44D7B6;box-shadow:0 0 30px rgba(0,0,0,0.3);}
.processthree .caseBox .swiper-slide dl img{}
.processthree .caseBox .swiper-slide dl dd{height:2rem;line-height:2rem;text-align:center;color:#fff;font-size:1rem;font-weight:bold;}
.processthree .caseBox .swiper-pagination{bottom:10px;display:flex;align-items:center;justify-content:center;}
.processthree .caseBox .swiper-pagination-bullet{width:12px;height:12px;opacity:0.7;margin:0px 4px!important;border-radius:30px;transition:all .3s ease;}
.processthree .caseBox .swiper-pagination-bullet-active{width:28px;background:rgba(68,215,182,1);}

.processthree .caseBox .swiper-button-prev{width:2.4rem;height:2.4rem;background:rgba(68,215,182,0.6);border-radius:100%;left:1rem;top:38%;}
.processthree .caseBox .swiper-button-prev::after{display:none;}
.processthree .caseBox .swiper-button-prev span{font-size:1rem;color:#fff;font-weight:bold;}
.processthree .caseBox .swiper-button-next{width:2.4rem;height:2.4rem;background:rgba(68,215,182,0.6);border-radius:100%;right:1rem;top:38%;}
.processthree .caseBox .swiper-button-next::after{display:none;}
.processthree .caseBox .swiper-button-next span{font-size:1rem;color:#fff;font-weight:bold;}




/*分页*/ 
.pageing{text-align:center;padding:0 0 2rem 0;}
.pageing ul{display:flex;align-items:center;justify-content:center;}
.pageing li{margin:0px 4px;}
.pageing li a{display:block;padding:0 0.8rem;background:#fff;height:2rem;line-height:2rem;text-align:center;color:#666;font-size:1rem;transition:all .3s ease;border-radius:4px;}
.pageing li a:hover{background:#122941;color:#fff!important;}
.pageing li span{display:block;padding:0 0.8rem;background:#fff;height:2rem;line-height:2rem;text-align:center;color:#666;transition:all .3s ease;border-radius:4px;}
.pageing li.active span{background:#122941;color:#fff;font-size:1rem;}
/*分页*/



@media only screen and (max-width:640px){
   .wbox{width:100%;}
}

@media only screen and (min-width:641px) and (max-width:1024px) 
{
   .wbox{width:100%;}
}

@media only screen and (min-width: 1025px){
   
}