@charset "utf-8";
*{margin: 0; padding: 0;}
html {height: 100%;width: 100%}
a {text-decoration: none; }
a:hover,a:active {outline: 0}
ol,ul {list-style: none}

/* 焦点  banner部分*/
.banner{height: 400px;overflow: hidden;/* margin-top: 49px; */}
.swiper-button-prev{left: 48% !important;width: 40px !important;height: 65px !important;background: rgba(0, 0, 0, 0.1);line-height: 48px;text-align: center;cursor: pointer;margin-left: -330px;}
.swiper-button-prev:hover{background: rgba(255, 255, 255, 0.5);}
.swiper-button-next{left: 50% !important;  width: 40px !important; height: 65px !important;background: rgba(0, 0, 0, 0.1); line-height: 48px; text-align: center;cursor: pointer; margin-left: 558px;}
.swiper-button-next:hover{background: rgba(255, 255, 255, 0.5);}
.swiper-page{bottom:15px; right: 20px;}
.swiper-pagination-bullet{width: 50px !important;height: 4px;background: #fff !important; margin-left: 8px !important;}
.swiper-pagination-bullet-active{width: 58px !important;height: 4px;border-radius: 3px !important;}
/* 横向导航 */
.nav-list ul{margin-left: 224px !important;height: 49px;line-height: 49px;width: 976px !important;display: flex;}
.nav-list ul li .dropNav{top: 47px;}
.nav-list ul li .dropnavs{top: 48px; left: -10px;}
.nav-list ul li .hot {right: 7px;top: -2px;animation: jump .8s ease-in-out infinite;}
@keyframes jump {
    0%{
        transform: translateY(-1px);
    }
    100%{
        transform: translateY(1px)
    }
}
/* 纵向导航 */
.menu{width: 224px; height: 599px; background: rgba(0,0,0,.5); top: -449px; z-index: 20; border-radius: 10px 10px 0 0;}
.menu h3{background-color: #326cf6;border-radius: 10px 10px 0px 0px;height: 49px;line-height: 49px;font-size: 18px;text-align: left;padding-left: 20px;}
.menu ul li{height: 50px;}
.menu ul li:hover{background-color: rgba(199, 224, 255, 1.0);  cursor: pointer;}
.menu ul li:hover span{color: #326cf6;}
.menu ul li:hover .menuBox{display: block;}
.menu ul li:nth-child(9),.menu ul li:nth-child(10),.menu ul li:nth-child(11){background-color: #326cf6;}
.menu ul li:nth-child(9):hover,.menu ul li:nth-child(10):hover,.menu ul li:nth-child(11):hover{background-color: rgba(199, 224, 255, 1.0);}
.menu ul li:nth-child(9):hover .menuBox,.menu ul li:nth-child(10):hover .menuBox,.menu ul li:nth-child(11):hover .menuBox{top: 200px;}
.menu ul li i.left{font-size: 16px;}
.menu .menuBox{z-index: 10000; left: 224px; top: 49px; width: 312px; height: 400px; border-radius: 0 8px 8px 0; display: none;}
.menu .menuBox .relative{width: 270px; height: 139px; overflow: hidden; margin: 20px auto 0; text-align: center;}
.menu .menuBox .relative img{width: 270px; height: 139px;}
.menu .menuBox .list{display: flex; flex-wrap: wrap;}
.menu .menuBox .list a{width: 33%; height: 75px; text-align: center;}
.menu .menuBox .list a p{margin-top: -15px;}
.menu .menuBox .list .icon-wrap i{font-size: 20px;}
.menu .menuBox .list .icon-wrap {margin: 14px auto 6px auto;position: relative;display: block;width: 39px;height: 39px;border-radius: 50%;text-align: center;line-height: 39px;color: white;background: linear-gradient(0deg, #015eea 0%, #00c0fa 100%);}
.menu .menuBox .list a:nth-of-type(2) .icon-wrap {
    background: linear-gradient(0deg, #ff9c00 0%, #ffd200 100%);
}
.menu .menuBox .list a:nth-of-type(3) .icon-wrap {
    background: linear-gradient(0deg, #00dbb8 1%, #1ddf5c 51%, #3ae300 100%);
}
.menu .menuBox .list a:nth-of-type(4) .icon-wrap {
    background: linear-gradient(0deg, #ff004e 0%, #ff00ea 100%);
}
.menu .menuBox .list a:nth-of-type(5) .icon-wrap {
    background: linear-gradient(0deg, #5900d3 1%, #c61dfe 100%);
}
.menu .menuBox .list a:nth-of-type(6) .icon-wrap {
    background: linear-gradient(0deg, #e60000 0%, #ff275f 100%);
}
.menu .menuBox .list a:nth-of-type(7) .icon-wrap {
    background: linear-gradient(0deg, #008dfa 0%, #00c6ff 100%);
}
.menu .menuBox .list a:nth-of-type(8) .icon-wrap {
    background: linear-gradient(0deg, #02cdf9 0%, #29f19c 100%);
}
.menu .menuBox .list a:nth-of-type(9) .icon-wrap {
    background: linear-gradient(0deg, #ff3600 0%, #ff7b00 100%);
}
.menu .menuBox .list .icon-wrap::before { position: absolute;top: -3px;left: -6px;content: '';display: inline-block;width: 19px;height: 19px;background: inherit;opacity: 0.25; border-radius: 50%;}
.menu .menuBox .list .icon-wrap::after {position: absolute;bottom: 1px;right: -6px;content: '';display: inline-block;width: 12px;height: 12px;background: inherit;opacity: 0.15;border-radius: 50%;}
@keyframes cycleRotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.menu .menuBox .list a:hover .icon-wrap::before {
    animation: cycleRotate ease 0.6s;
    transform-origin: 23px 24px;
}
.menu .menuBox .list a:hover .icon-wrap::after {
    animation: cycleRotate ease 0.6s;
    transform-origin: -10px -10px;
}
/* banner底部 */
.banner-bot{width: 976px; left: 239px;}
.banner-bot li{width: 180px; height: 137px; box-sizing: border-box; background: linear-gradient(0deg, #ffffff 0%, #f3f7ff 100%);box-shadow: 0px 0px 15px 0px rgb(0 64 216 / 10%), inset 0px 2px 4px 0px #ffffff; margin-right: 15px; margin-top: 15px; padding: 0;}
.banner-bot li a{display: block; padding: 15px;}
.banner-bot li span{color: #5787f7;}
.banner-bot li:nth-child(2) {
    background: linear-gradient(0deg, #ffffff 0%, #fff7f2 100%);
    box-shadow: 0px 0px 15px 0px rgba(255, 102, 0, 0.1),
    inset 0px 2px 4px 0px #ffffff;
}
.banner-bot li:nth-child(2) span{color: #ff680b;}
.banner-bot li:nth-child(2) .join{    background: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%);}
.banner-bot li:nth-child(3) {
    background: linear-gradient(0deg, #ffffff 0%, #edfff9 100%);
    box-shadow: 0px 0px 15px 0px rgba(0, 168, 110, 0.15),
    inset 0px 2px 4px 0px #ffffff;
}
.banner-bot li:nth-child(3) span{color: #30b285;}
.banner-bot li:nth-child(3) .join{background: linear-gradient(45deg, #00c883 0%, #00de91 100%);}
.banner-bot li:nth-child(4) {
    background: linear-gradient(0deg, #ffffff 0%, #f7f0ff 100%);
    box-shadow: 0px 0px 15px 0px rgba(0, 168, 110, 0.15),
    inset 0px 2px 4px 0px #ffffff;
}
.banner-bot li:nth-child(4) span{color: #8712ff;}
.banner-bot li:nth-child(4) .join{background: linear-gradient(45deg, #7800ff 0%, #9333ff 100%);}
.banner-bot li:nth-child(5) {
    background: linear-gradient(0deg, #ffffff 0%, #fffcf4 100%);
    box-shadow: 0px 0px 15px 0px rgba(208, 147, 0, 0.15),
    inset 0px 2px 4px 0px #ffffff;
    margin-right: 0;
}
.banner-bot li:nth-child(5) span{color: #ffb401;}
.banner-bot li:nth-child(5) .join{background: linear-gradient(45deg, #ffa801 0%, #fad400 100%);}
.banner-bot li .join {position: relative;display: block;font-size: 13px;color: #fff;width: 83px;height: 24px;background-image: linear-gradient(45deg, #326cf6 0%, #3399ff 100%);border-radius: 4px;line-height: 24px;margin: 10px auto 0 auto;text-align: center;overflow: hidden;}
.banner-bot li .join::after {
    position: absolute;
    content: '';
    width: 168px;
    height: 100px;
    top: -37px;
    left: -11px;
    background-color: rgba(255,255,255,.2);
    border-radius: 50%;
    -webkit-animation: scale 1s ease 0s infinite;
    -moz-animation: scale 1s ease 0s infinite;
    -o-animation: scale 1s ease 0s infinite;
    animation: scale 1s ease 0s infinite;
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes scale {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes scale {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.zhibo{overflow: hidden;}
.title .tips{ padding: 2px 5px; border-radius: 3px; position: relative; top: 7px;}
.title .tips:hover{color: #a67053;}
.title b{position: relative;width: 1px;height: 14px;background-color: #EEEEEE;display: inline-block;margin: 0 -10px 0 20px;top: 12px;}
.title .tip{background-color: #fff9eb; color: #a67053;}
.zhibo .swiper-button-prev{left: 315px !important;top: 121px;background-color: #eaf0fe;width: 20px !important;line-height: 40px;border-radius: 6px;}
.zhibo .swiper-button-next{left: 714px !important;top: 121px;background-color: #eaf0fe;width: 20px !important;line-height: 40px;border-radius: 6px;}
.zhibo .swiper-button-prev:after{content: "\e659";font-family: iconfont;font-size: 20px; color: #4579f7;}
.zhibo .swiper-button-next::after{content: "\e61c";font-family: iconfont;font-size: 20px; color: #4579f7;}
.zhibo ul li{width: 284px;height: 310px;border-radius: 6px;margin-right: 18px;box-shadow: 0px 0px 6px 0px rgba(204, 204, 204, 0.8)}
.zhibo ul li:first-child{margin-left: 5px;}
.zhibo ul li:nth-child(4){margin-right: 0;}
.zhibo ul li .type,.videoList li .type{/*top: 7px; left: -4px;*/ z-index: 10;}
.zhibo ul li .relative{overflow: hidden; border-radius: 6px 6px 0 0;}
.zhibo ul li .relative img{width: 284px;height: 189px;display: block;}
.zhibo ul li:hover .relative img{transform: scale(1.02);}
.zhibo ul li .relative p{background-color: rgba(0, 0, 0, 0.3); width: 100%; bottom: 0;}
.zhibo ul li .lines,.videoList li .lines{font-size: 16px; line-height: 24px;height: 48px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.zhibo ul li .lines:hover{color: #326cf6;}
.zhibo ul li h2 .iconlive{display: inline-block;vertical-align: top;width: 21px;height: 21px;border-radius: 50%;margin-right: 5px;}
.zhibo ul li h2 .live1{background-color: #326cf6;}
.zhibo ul li h2 .live2{background-color: #5b32f6;}
.zhibo ul li h2 .live3{background-color: #00c883;}
.zhibo ul li h2 .live4{background-color: #f67b32;}
.zhibo ul li h2 .iconlive em {display: inline-block;width: 2px;height: 8px;background-color: #ffffff;font-size: 0;text-align: center;margin-right: -3px; margin-top: 4px;}
.zhibo ul li h2 .iconlive em:nth-child(1) {
    margin-left: 5px;
    animation: height 1s infinite;
}
.zhibo ul li h2 .iconlive em:nth-child(2) {
    margin-left: 5px;
    animation: height 1s infinite 0.2s;
}
.zhibo ul li h2 .iconlive em:nth-child(3) {
    margin-left: 5px;
    animation: height 1s infinite 0.4s;
}
.zhibo ul li .bot img{width: 30px; height: 30px; border-radius: 50%; vertical-align: middle;}
.videoList li{width: 284px;/* height: 305px; */border-radius: 6px;margin-right: 21px;box-shadow: 0px 0px 6px 0px rgba(204, 204, 204, 0.8);margin-bottom: 20px;}
.videoList li .regular{overflow: hidden;width: 284px;height: 189px;display: block;}
.videoList li:hover .relative img{transform: scale(1.02);}
.videoList li .relative img{width: 284px;height: 189px;}
.videoList li:nth-child(4n){margin-right: 0;}
.videoList li .time{color: #326cf6; font-size: 13px;padding: 0 16px 0;margin-top: 14px;}
.videoList li .bot{padding: 0 16px 16px;margin-top: 8px;}

.videoList li .time img{width: 45px;height:22px;position: relative;top: 3px;left: 0px;}
@keyframes height {
    0% {
        height: 6px;
    }
    50% {
        height: 12px;
    }
    100% {
        height: 6px;
    }
}
/* 新教材核心素养 */
.tit1{background: url(../images/tit1.png) no-repeat left center;}
.tit2{background: url(../images/tit2.png) no-repeat left center;}
.tit3{background: url(../images/tit3.png) no-repeat left center;}
.tit4{background: url(../images/tit4.png) no-repeat left center;}
.tit5{background: url(../images/tit5.png) no-repeat left center;}
.tit6{background: url(../images/tit6.png) no-repeat left center;}


/* 五大难题 调用*/
.resolve li {background: #273bc1;padding-top: 37px;width: 225px;height: 370px;border-radius: 5px;margin-right: 18px;position: relative;transition: all .3s ease-out;}
.resolve li:nth-child(5n){margin-right: 0;}
.resolve li h3 {margin-top: 20px;font-size: 20px;color: #fff;text-align: center;margin-bottom: 37px;}
.resolve li p {font-size: 14px;color: #fff;padding-left: 40px;margin-top: 18px; width: 158px;line-height: 20px;}
.resolve li:hover {transform: scale(1.1);box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);z-index: 11;}
.resolve li:hover h3{color: #273BC1;}
.resolve li:hover p{color: #273BC1;}
.resolve li.one {background:#273bc1 url(../images/img/wt1.png) right bottom no-repeat;}
.resolve li.one:hover{background: #ffffff url(../images/img/1.png) right bottom no-repeat; color: #273BC1;}
.resolve li.two {background:#273bc1 url(../images/img/wt2.png) right bottom no-repeat;}
.resolve li.two:hover{background: #ffffff url(../images/img/2.png) right bottom no-repeat;}
.resolve li.three {background:#273bc1 url(../images/img/wt3.png) right bottom no-repeat;}
.resolve li.three:hover{background: #ffffff url(../images/img/3.png) right bottom no-repeat;}
.resolve li.four {background:#273bc1 url(../images/img/wt4.png) right bottom no-repeat;}
.resolve li.four:hover{background: #ffffff url(../images/img/4.png) right bottom no-repeat;}
.resolve li.five {background:#273bc1 url(../images/img/wt5.png) right bottom no-repeat;}
.resolve li.five:hover{background: #ffffff url(../images/img/5.png) right bottom no-repeat;}
.bg_eee{background-color: #f9fbff;}


/* 计划 */
.solve li {padding: 20px; width: 532px; height: 113px; margin-top: 30px; box-shadow: #EEEEEE 1px 1px 2px 2px; border-radius: 2px; background-color: #fff;}
.solve li img {margin-right: 40px; position: relative; width: 100px;}
.solve li div.fl {width: 370px; position: relative;}
.solve li:hover {box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);}
.solve li:hover img {transform: translateX(10px);}
.solve li h3{color: #2f5cbb; font-size: 28px; margin-bottom: 20px; transition: all .3s ease-out;}
.solve li p {color: #666;font-size: 16px;line-height: 30px;}
.solve li:hover div.fl h3 {margin-bottom: 10px;}

/* 合作学校 */
.schoolshow li{width:298px;position: relative;}
.schoolshow li:after{content: ""; display:block; background: rgba(255,255,255,.15); height: 45px;width:1px;;overflow: hidden;position: absolute;right: 17px;top: 25px}
.schoolshow li:after:last-child{display:none;}
.schoolshow li svg{display: block;line-height: 97px;color: #fff;font-size: 50px;float: left;height: 97px;margin-right: 10px}
.schoolshow li h2{padding-top: 28px;font-size: 16px;color: #fff}
.schoolshow li p{font-size: 12px;margin-top: 6px;color: #fff}
.schoolshow{padding-bottom:20px;}
.schoolshow li{border-right: 1px solid #e8e8e8;border-top: 1px solid #e8e8e8;text-align: center;position: relative;
    -webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-ms-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out}
.schoolshow ul{border-left: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8;}
.schoolshow li:hover{transform: scale(.9);}

.footer {padding: 65px 0 0 0;font-family: arial;font-size: 14px;line-height: 32px;background: #f5f5f5 url(../images/img/footer.png) center top no-repeat;}
.footer dl {width: 304px;}
.footer b {display: block;width: 1px;background: #777777;height: 100px;margin: 45px 30px 0 0;}
.footer dl.mesg {width: 380px;}
.ewm {text-align: center;}
.ewm {width: 115px;height: 115px;padding: 10px;padding-bottom: 0;color: #d0d0d0;}
.fot-pic {text-align: center;margin: 30px 0 10px 0;}


/* slide tool */
/*.slide-tool {width: 66px; margin: auto; position: fixed; bottom: 5%; right: 10px; cursor: pointer; z-index: 1000; font-size: 12px;}
.slide-tool a{color: #333;}
.none {display: none;}
.slide-tool li {background-color: #fff; width:66px;padding: 9px 0; margin: auto; text-align: center; position: relative; z-index: 1; box-shadow: 0 0 9px 2px rgba(13,13,13,.11); margin-top: 5px;}
.slide-tool li p{margin-top: 6px;}
.call {width: 160px;padding: 15px; background: #2f5cbb;position: absolute;z-index: 2;right: 66px;top: 0; font-size: 14px;}
.slide-tool li:hover .call {display: block;}
.slide-tool li:hover .pub-number{display:block;}
.pub-number{width: 140px;padding: 10px 0 5px 0;background:#fff;position: absolute;z-index: 100000;right:66px;top: 0px;font-size: 12px; color:#2f5cbb !important;box-shadow: 0 0 3px 1px #ccc;}
.slide-tool li:hover{background-color: #2f5cbb;}
.erweima{background: url(/images/img/erweima.png); width: 24px; height: 24px; margin: auto;}
.kefu{background: url(/images/img/kefu.png); width: 24px; height: 24px; margin: auto;}
.fankui{background: url(/images/img/fankui.png); width: 24px; height: 24px; margin: auto;}
.help{background: url(/images/img/bangzhu.png); width: 24px; height: 24px; margin: auto;}
.collect{background: url(/images/img/shoucang.png); width: 24px; height: 24px; margin: auto;}
.slide-tool li:hover .blue{color:#333}
.slide-tool li:hover p{color: #fff;}
.slide-tool li:hover .erweima{background: url(/images/img/erweima-1.png); width: 24px; height: 24px; margin: auto;}
.slide-tool li:hover .kefu{background: url(/images/img/kefu-1.png); width: 24px; height: 24px; margin: auto;}
.slide-tool li:hover .fankui{background: url(/images/img/fankui-1.png); width: 24px; height: 24px; margin: auto;}
.slide-tool li:hover .help{background: url(/images/img/bangzhu-1.png); width: 24px; height: 24px; margin: auto;}
.slide-tool li:hover .collect{background: url(/images/img/shoucang-1.png); width: 24px; height: 24px; margin: auto;}
.slide-tool li a{ display: block; }*/

.gflt-float{width: 275px; position: fixed; top: 37%; right: -20px; cursor: pointer; z-index: 2000;}
.gflt-float-left{width: 275px; position: fixed; top: 76%; left: 20px; cursor: pointer; z-index: 999;}
.gflt-float-right{width: 108px; position: fixed;  bottom:120px;left: 25px; cursor: pointer; z-index: 999;}

.mask-manager{position:fixed;top:0; left:0; width:100%;height:100%;background-color:rgba(0,0,0,.4); z-index:10000000;}
.levelUp{background: url(/images/img/levelUp.png) center no-repeat; width: 563px; height: 594px; z-index:10000001; margin: 100px auto; position: relative;}
.levelUp a{ font-size: 20px; color: #78482f; position: absolute; bottom: 80px; right: 195px;display: block; height: 35px; line-height: 35px; padding: 0 30px;}
.levelUp div{position: absolute;top: 71px;right: 90px;cursor: pointer;}

.mask-teacher{position:fixed;top:0; left:0; width:100%;height:100%;background-color:rgba(0,0,0,.4); z-index:10000000;}
.gflt{background: url(//img.zqy.com/publicImage/202306/db77c10be7544cb0868b83bbb1effd01.jpg) center no-repeat; width: 563px; height: 594px; z-index:10000001; margin: 100px auto; position: relative;}
.gflt a{ font-size: 20px; color: #78482f; position: absolute; bottom: 80px; right: 195px;display: block; height: 35px; line-height: 35px; padding: 0 30px;}
.gflt div{position: absolute; bottom: 10px;right: 255px; cursor: pointer;}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{border-radius: 0px;}