@import url("millia.css");
@import url("swiper3.4.2.css");
body{background:#fbfbf9;}
.millia{width:73vw;margin:0 auto;min-width:1200px;max-width:1500px;}
.topNav{display:flex;justify-content:space-between;padding:20px 3vw;align-items:center;background:#fff;z-index:2;box-shadow:0 2px 10px #ccc;}
.topNav img{height:60px;width:auto;}
.topNav .nav{display:flex;}
.topNav .nav span{display:none;}
.topNav ul{display:flex;}
.topNav ul li {padding:0 20px;border-right:1px solid #a83539;font-weight:bold;}
.topNav ul li:last-child{padding-right:0;border:none;}
.topNav a{color:#a83539;}
.topNavFixed{position:fixed;left:0;top:0;right:0;z-index:999;}

#fireworks{position:absolute;z-index:3;left:0;top:0;width:100%;height:100%;}

.swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23b42727'%2F%3E%3C%2Fsvg%3E");}
.swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23b42727'%2F%3E%3C%2Fsvg%3E");}
.swiper-button-next,.swiper-button-prev{background-color:#fff;width:65px;height:65px;border-radius:65px;background-size:22%;box-shadow:0 0 20px #ddd8cd;}

.activeList a:hover,.noticeSwiper .swiper-slide a:hover,.materSwiper a:hover,.list a:hover,.schoolSwiper a:hover{text-decoration:none;}

.noticeSwiper img,.materSwiper img,.historySwiper .swiper-slide img,#scrollPic img,.schoolSwiper p span img{width:auto;height:auto;min-height:100%;max-width:100%;transition:all 0.5s;object-fit:cover;}


.topic,.topic .swiper-container{height:43vw;overflow:hidden;position:relative;}
.topic .swiper-slide{display:flex;align-items:center;justify-content:center;overflow:hidden}
.topic .swiper-slide img{min-width:100%;min-height:100%;}
.topicTxt{width:100%;height:100%;position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;z-index:2;}
.topicTxt img,.otherTopic img{height:45%;width:auto;max-height:520px;}

.ht{display:flex;align-items:center;}
.ht:after,.ht:before{content:"";display:block;height:3px;background:#b42727;flex:1;}
.ht span{font-size:26px;color:#b42727;margin:0 30px;text-align:center;}
.ht span b{display:block;font-size:32px;text-transform:uppercase;}
.redBg .ht span{color:#fff;}
.redBg .ht:after,.redBg .ht:before{background:#fff;}

.notice{background:url(/images/noticeBg.jpg) no-repeat center center;background-size:cover;padding:50px 0 20px 0;}
.noticeSwiper{padding-bottom:90px;position:relative;}
.noticeSwiper .swiper-slide{display:flex;align-items:center;justify-content:space-between;padding:30px 20px 20px 30px;box-sizing:border-box;position:relative;overflow:hidden;}
.noticeSwiper .swiper-slide:before{content:"";display:block;position:absolute;left:0;bottom:0;right:0;top:60px;background:rgba(255,255,255,0.8);border-radius:10px;}
.noticeSwiper a{flex:1;display:flex;align-items:center;overflow:hidden;}

.noticeSwiper span,.noticeSwiper p,.noticeSwiper img{z-index:1;}
.noticeSwiper span{padding-top:30px;color:#b42727;}
.noticeSwiper span b,.materSwiper span b{font-size:32px;display:block;font-weight:normal;}
.noticeSwiper span i,.materSwiper span i{display:inline-block;font-size:14px;border-top:2px solid #b42727;font-style:normal;}
.noticeSwiper p{flex:1;padding:40px 40px 0 30px;overflow:hidden;text-overflow:ellipsis;}
.noticeSwiper p b{display:block;color:#b42727;padding-bottom:10px;font-size:26px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.noticeSwiper p i{font-style:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.noticeSwiper h6{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;overflow:hidden;}
.noticeSwiper .swiper-slide:hover h6 img{transform:scale(1.3);}

.noticeSwiper .swiper-button-next,.materSwiper .swiper-button-next,.historySwiper .swiper-button-next{top:auto;bottom:0;}
.noticeSwiper .swiper-button-prev,.materSwiper .swiper-button-prev,.historySwiper .swiper-button-prev{top:auto;bottom:0;left:auto;right:110px;}

.redBg{background:#b52626;padding:60px 0 40px 0;}

.activeList{display:flex;justify-content:space-between;flex-flow:wrap;}
.activeList li{width:48%;padding:15px 20px;box-sizing:border-box;border:1px solid #e4a2a6;border-left-width:6px;margin-bottom:30px;transition:all 0.5s;position:relative;overflow:hidden;}
.activeList li:after{content:"";display:block;position:absolute;right:-100%;top:0;width:100%;height:100%;background:#920b0b;transition:all 0.5s;}
.activeList li:hover{border-color:#fff;}
.activeList li:hover:after{right:0;}
.activeList li i{display:block;background:url(/images/icon01.png) no-repeat left center;padding-left:30px;background-size:auto 16px;font-style:normal;margin-top:15px;font-size:14px;}
.activeList a{color:#fff;z-index:2;position:relative;}
.checkmore a{display:inline-block;color:#fff;background:#da1f1f;padding:10px 40px;border-radius:50px;}

.materSwiper,.historySwiper{padding-bottom:110px;position:relative;}
.materSwiper .swiper-slide{position:relative;}
.materSwiper .swiper-slide:after{content:"";display:block;background:#fff;position:absolute;width:100%;height:90%;border-radius:10px;left:0;bottom:0;transition:all 0.5s;}
.materSwiper a{z-index:1;position:relative;}
.materSwiper p{border-radius:5px;width:95%;height:200px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:40px;}
.materSwiper span{display:block;padding-left:25px;color:#b42727;}
.materSwiper h6{padding:25px 25px 60px 25px;}
.materSwiper .swiper-slide:hover:after{background:#da1f1f}
.materSwiper .swiper-slide:hover span,.materSwiper .swiper-slide:hover h6{color:#fff;}
.materSwiper .swiper-slide:hover p img{transform:scale(1.2);}
.materSwiper .swiper-slide:hover span i{border-top-color:#fff;}
.historySwiper{overflow:hidden;padding:70px 20px 110px 20px;box-sizing:border-box;}
.historySwiper a:hover{text-decoration:none;}
.historySwiper .swiper-container{overflow:visible;}
.historySwiper .swiper-slide{padding:6px;border-radius:5px;background:#fff;box-sizing:border-box;overflow:hidden;box-shadow:0 0 5px #ccc;transition:transform 0.3s ease;}
.historySwiper .swiper-slide a{display:flex;justify-content:center;align-items:center;flex-flow:column wrap;}
.historySwiper .swiper-slide b{text-align:center;font-weight:normal;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:90%;margin:10px auto;box-sizing:border-box;}
.historySwiper .swiper-slide:hover{transform:translateY(-30px);box-shadow:0 0 20px #a51f1f;}
.waveBg{background:url(/images/bg01.jpg) #edece6 no-repeat top center;background-size:100% auto;padding:60px 0;position:relative;}
.waveBox{overflow:hidden;width:100%;position:absolute;left:0;bottom:0;}
.wave{width: 8000%;display:flex;}
.wave img{height:110px;}

#scrollPic{position:relative;overflow:hidden;}
#scrollPic .rightMark{width:50%;height:100%;position:absolute;right:0;top:0;margin-right:-600px;background:rgba(255,255,255,0.5);z-index:1;}
#scrollPic .leftMark{width:50%;height:100%;position:absolute;left:0;top:0;margin-left:-600px;background:rgba(255,255,255,0.5);z-index:1;}
#scrollPic .swiper-slide{width:1200px;position:relative;height:660px;display:flex;justify-content:center;}
#scrollPic .swiper-slide.swiper-slide-active b{position:absolute;left:0;bottom:-1000px;color:#fff;background:rgba(0,0,0,0.7);font-size:20px;width:100%;box-sizing:border-box;font-weight:normal;text-align:center;padding:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#scrollPic .swiper-slide.swiper-slide-active b{bottom:0;}
#scrollPic .swiper-slide a{color:#fff;}
#scrollPic .swiper-button-next{right:50%;margin-right:-685px;}
#scrollPic .swiper-button-prev{left:50%;margin-left:-685px;}

.blessingBg{background:url(/images/bg02.jpg) repeat-y top center;background-size:100% auto;padding:80px 0;}
.itemBg{padding:10px 20px;border-radius:40px;font-size:18px;line-height:36px;color:#920b0b;position:absolute;left:0;top:0;white-space:nowrap;box-sizing:border-box;background:#fef3e8;}
.dmShow{position:relative;height:640px;overflow:hidden;}
.dmSend{width:100%;display:flex;justify-content:center;align-items:center;margin-top:50px;}
.dmInt{border:2px solid #1064cf;font-size:16px;line-height:38px;width:500px;padding-left:10px;border-radius:5px 0 0 5px;}
.dmSub{background:#1064cf;color:#fff;font-size:16px;border:none;line-height:44px;height:44px;padding:0 20px;border-radius:0 5px 5px 0;}
.dmSend button{background:url(/images/bt01.png) no-repeat left top;background-size:100% 100%;color:#fff;border:none;font-size:36px;font-weight:bold;padding:22px 80px;}
.dmSend button{font-size:20px;padding:12px 50px;}
.sendBox{position:fixed;left:25%;top:50%;width:50%;z-index:9;background:url(/images/dmBg.jpg) repeat;min-width:720px;min-height:550px;display:flex;align-items:center;justify-content:center;flex-flow:column;padding:100px 40px 40px 40px;box-sizing:border-box;transform:scale(0);margin-top:-295px;}
.sendBox .icon{fill:#999;width:30px;height:30px;position:absolute;right:20px;top:20px;}
.sendName,.sendContent{width:100%;border:1px solid #995f30;line-height:42px;background:none;padding-left:10px;box-sizing:border-box;}
.sendContent{padding:10px;}

.historyBg{background:url(/images/bg03.jpg) no-repeat left top;background-size:cover;padding:80px 0 120px 0;}
.schoolSwiper{position:relative;}
.schoolSwiper h6{position:relative;border-bottom:5px solid #fff;padding:50px 0 20px 0;font-size:22px;color:#fff;}
.schoolSwiper h6 b{font-size:60px;display:inline-block;padding-right:10px;}
.schoolSwiper h6:before{content:"";display:block;width:20px;height:20px;border-radius:30px;background:#fff;position:absolute;bottom:-12px;left:0;transition:all 0.3s;}
.schoolSwiper h6:after{content:'';display:block;background:#920b0b;position:absolute;left:20px;bottom:-5px;width:0;height:5px;transition:all 0.5s;}
.schoolSwiper p{padding:35px 50px 0 0;color:#fff;}
.schoolSwiper p span{display:flex;justify-content:center;align-items:center;margin-bottom:20px;border-radius:10px;overflow:hidden;height:200px;}
.schoolSwiper .swiper-button-next{right:-60px;}
.schoolSwiper .swiper-button-prev{left:-100px;}
.schoolSwiper:after{content:"";position:absolute;display:block;background:url(/images/icon02.png) no-repeat left top;width:58px;height:28px;top:108px;right:0;z-index:9;}
.schoolSwiper .swiper-slide:hover{text-shadow:1px 1px 0 #580000;}
.schoolSwiper .swiper-slide:hover img{transform: rotateY(180deg);}
.schoolSwiper .swiper-slide:hover h6:before{background:#920b0b;}
.schoolSwiper .swiper-slide:hover h6:after{width:100%;}
.schoolSwiper .swiper-slide:hover h6{text-shadow:3px 3px 0 #580000;}


.footer{background:url(/images/bg04.jpg) #b42727 no-repeat left 90% bottom;padding:40px 0;color:#fff;}
/*.footer{background:#b42727;padding:40px 0;color:#fff;}*/
.footer a{color:#fff;}
.footer .millia{display:flex;justify-content:space-between;align-items:center;}
.footer .footerInfo{padding-left:40px;margin-left:40px;border-left:1px solid #cb6868;flex:1;}
.footer .footerImg{display:flex;align-items:center;border-left:1px solid #cb6868;}
.footer .footerImg img{display:block;width:108px;height:108px;margin:0 auto 10px auto;border:6px solid #a51f1f;box-sizing:border-box;}
.footer .footerImg li{margin-left:40px;text-align:center;}




.otherTopic{background:url(/images/topicBg04.jpg) no-repeat top center;display:flex;align-items:center;justify-content:center;padding:60px 0;background-size:100% 100%;}
.otherTopic img{max-height:300px;}
.otherBg{background:url(/images/bg01.jpg) #ecebe6 no-repeat top center;background-size:100% auto;}
.otherBg .millia{padding:60px 40px;box-sizing:border-box;background:rgba(255,255,255,0.2);}
.posi{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #ce3537;padding-bottom:15px;}
.posi b{font-size:32px;color:#ce3537;}

.list li{border:1px solid #ccc;border-left-width:6px;padding:20px;margin-bottom:20px;transition:all 0.2s;position:relative;}
.list li:after{content:"";display:block;position:absolute;left:0;top:0;width:0;height:100%;background:#b52626;transition:all 0.5s;animation-delay:0.5s;}
.list li a{position:relative;z-index:2;transition:all 0.3s;animation-delay:0.5s;}
.list li:hover{border-color:#b52626;}
.list li:hover:after{width:100%;}
.list li:hover a{color:#fff;}
.list li span{display:block;background:url(/images/icon03.png) no-repeat left center;padding-left:25px;background-size:auto 16px;font-size:14px;margin-top:10px;color:#ccc;}

.page a{display:inline-block;padding:5px 10px;color:#999;border:1px solid #ebebeb;}
.page span a,.page a:hover{background:#a51f1f;color:#fff;text-decoration:none;border:1px solid #a51f1f;}

.ender{background:#303030;color:#fff;padding:15px 0;}
.ender .millia{display:flex;justify-content:space-between;}


.newsContent h1{padding:40px 0;text-align:center;font-size:38px;font-weight:bold;}
.source{background:url(/images/line01.png) repeat-x left bottom;padding-bottom:25px;display:flex;align-items:center;justify-content:space-between;}
.sourceCtrl{padding-right:40px;position:relative;color:#ddd;display:flex;align-items:center;cursor:pointer;}
.sourceCtrl .icon{width:28px;height:28px;fill:#979797;margin:0 15px;}
.content p{padding-bottom:20px;}
.content img{max-width:750px !important;width:auto !important;height:auto !important;display:block;margin:0 auto;}

.bdsharebuttonbox{position:absolute;background:url(/images/shareIcon.png) no-repeat center center;width:26px;height:26px;right:0;top:0;cursor:pointer;overflow:hidden;background-size:100% 100%;}
.bdsharebuttonbox a{display:block;width:100%;height:100%;padding:0;text-indent:-9999px;background:none !important;}
.bdsharebuttonbox a:hover{background:none;}

.er{position:fixed;right:0;bottom:10%;z-index:999;border-radius:10px 0 0 10px;overflow:hidden;box-shadow:0 0 10px #580000;padding:10px;background:#fff;}
.er img{width:150px;height:150px;}




@media screen and (max-width:1200px){
.millia{width:94%;min-width:auto;}
.topNav{padding:1rem;position:fixed;width:100%;top:0;left:0;z-index:999;}
.topNav img{width:auto;height:4.4rem;}
.topNav .nav{position:fixed;min-width:3rem;min-height:3rem;right:1rem;top:1.7rem;display:block;}
.topNav .nav span{position:absolute;right:0;top:0;display:block;}
.topNav .nav span .icon{height:3rem;height:3rem;fill:#b42727}
.topNav ul{position:absolute;right:-1rem;top:4.8rem;z-index:99;flex-flow:column;background:#b42727;display:none;}
.topNav ul li{white-space:nowrap;border:none;text-align:center;color:#fff;padding:0.5rem 2rem;}
.topNav ul li:first-child{padding:1.5rem 2rem 0.5rem 2rem;}
.topNav ul li:last-child{padding:0.5rem 2rem 1.5rem 2rem;}
.topNav ul a{color:#fff;}

.topic{margin-top:6.4rem;}
.topic,.topic .swiper-container{height:32rem;}
.topic .swiper-slide img{min-width:auto;min-height:auto;height:100%;width:auto;}
.topicTxt img,.otherTopic img{width:70%;height:auto;max-height:100%;}

.swiper-button-next,.swiper-button-prev,.noticeSwiper span,.materSwiper span,.schoolSwiper:after{display:none;}

.topNav ul,.noticeSwiper,.activeList li i,.itemBg,.footer .footerInfo,.footer .footerImg,.posi,.page,.list li span,.source{font-size:1.4rem;}
.noticeSwiper p b,.activeList,.materSwiper h6,#scrollPic .swiper-slide.swiper-slide-active b,.dmSend button,.schoolSwiper,.list,.content,.sendBox{font-size:1.6rem;}
.ht span,.schoolSwiper h6,.schoolSwiper h6,.posi b,.newsContent h1{font-size:1.8rem;}
.ht span b{font-size:2rem;}
.schoolSwiper h6 b{font-size:2.4rem;}

.noticeSwiper,.materSwiper,.itemBg,.list,.ender{line-height:2.2rem;}
.schoolSwiper,.content{line-height:2.6rem;}


.ht:after,.ht:before{height:1px;}
.noticeSwiper .swiper-slide{padding:1rem;}
.noticeSwiper .swiper-slide,.noticeSwiper a{flex-flow:column;}
.noticeSwiper .swiper-slide:before{top:0;}
.noticeSwiper a{width:100%;overflow:hidden;}
.noticeSwiper img{display:block;margin:0 auto;max-width:100%;height:auto;}
.noticeSwiper p{padding:1rem 0 2rem 0;}
.noticeSwiper p b{white-space:wrap;}

.activeList li{width:100%;}

.materSwiper,.historySwiper{padding:0;}
.materSwiper p{height:24rem;margin-bottom:0;}
.materSwiper h6{padding:2rem;}
.wave img{height:4rem;}

#scrollPic .swiper-slide{width:100%;height:auto;}
#scrollPic .swiper-slide.swiper-slide-active b{padding:0.5rem 0;}

.blessingBg{padding:4rem 0;}
.dmShow{height:40rem;}
.dmSend{margin-top:2rem;}
.dmSend button{padding:1rem 3rem;}

.sendBox{left:5%;width:90%;min-width:90vw;min-height:auto;margin:0;top:auto;bottom:5%;padding:6rem 1rem 2rem 1rem;border-radius:1rem;}
.sendBox .icon{width:2rem;height:2rem;}

.historyBg{padding:3rem 0 2rem 0;}
.schoolSwiper h6{padding:2rem 0 1rem 0;border-bottom-width:1px;}
.schoolSwiper h6:before{width:1rem;height:1rem;bottom:-0.5rem;}
.schoolSwiper p{padding:2rem 0 0 0;}

.footer{background:#b62827;}
.footer .footerLogo img{max-width:90%;height:auto;}
.footer .millia{flex-flow:column;}
.footer .footerInfo{padding:1rem 0;margin:3rem 0 0 0;border:none;border-top:1px solid #cb6868;width:100%;}
.footer .footerImg{justify-content:space-between;border:none;border-top:1px solid #cb6868;width:100%;padding-top:2rem;}
.footer .footerImg li{width:31%;margin:0;}
.footer .footerImg img{max-width:100%;height:auto;}



.otherBg .millia{padding:2rem 1rem;}
.list li{padding:1.5rem 1rem;}
.ender .millia{flex-flow:column;}
.ender .millia span{width:100%;text-align:center;}

.newsContent h1{padding:2rem 0;}



}