@charset "utf-8";
/*banner*/
.banner{position: relative;height: 100vh;overflow: hidden;}
.banner .swiper-slide .pic{z-index: 1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-position: center;background-size: cover;background-repeat: no-repeat;}
.banner .swiper-slide .pic::after{content: '';z-index: -1;position: absolute;left: 0;right: 0;bottom: 0;height: 25%;background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(1,74,141,.4));}
.banner .swiper-slide video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
.banner .swiper-pagination{z-index: 1;left: calc(50% - 800px);bottom: 20%;width: auto;font-size: 0;}
.banner .swiper-pagination .swiper-pagination-bullet{position: relative;width: 34px;height: 3px;margin: 0 3px;background-color: #fff;border-radius: 0;opacity: .3;box-shadow: 0 0 4px rgba(0,0,0,.4);}
.banner .swiper-pagination .swiper-pagination-bullet-active{opacity: 1;}
.banner .btn{z-index: 1;position: absolute;top: 50%;width: 40px;height: 40px;border: 1px solid currentColor;border-radius: 50%;color: #fff;cursor: pointer;transition: 0.3s;filter: drop-shadow(2px 2px 4px rgba(0,0,0,.3));}
.banner .btn:after{content: '';position: absolute;left: 50%;top: 50%;width: 20%;height: 20%;border-top: 2px solid currentColor;}
.banner .prev-btn{left: 0;transform: translateX(-100%);}
.banner .prev-btn:after{border-left: 2px solid currentColor;transform: translate(-30%,-50%) rotate(-45deg);}
.banner .next-btn{right: 0;transform: translateX(100%);}
.banner .next-btn:after{border-right: 2px solid currentColor;transform: translate(-70%,-50%) rotate(45deg);}
.banner .btn:hover{background-color: #EC6A2C;border-color: #EC6A2C;}
.banner:hover .prev-btn{left: 2%;transform: translateX(0);}
.banner:hover .next-btn{right: 2%;transform: translateX(0);}
.banner .icon-tips{z-index: 1;position: absolute;left: 50%;bottom: 8%;width: 50px;height: 50px;margin-left: -25px;animation: iconTipsAni 4s linear infinite;}
@keyframes iconTipsAni{
	20%{transform: translateY(60%);}
	30%{transform: translateY(20%);}
	40%{transform: translateY(60%);}
	50%{transform: translateY(0);}
	100%{transform: translateY(0);}
}

/******首页******/
.index-container{min-height: 1000px;overflow: hidden;}
/*标题*/
.index-title{margin-bottom: 80px;line-height: 1;text-transform: uppercase;}
.index-title .cn{display: inline-block;vertical-align: top;font-size: 50px;}
.index-title .en{margin-bottom: 6px;font-size: 18px;color: #FF7432;}
.index-title.right{text-align: right;}
.index-title.white .cn{color: #fff;}
.index-title .index-more-btn{float: right;}
/*更多按钮*/
.index-more-btn{z-index: 1;position: relative;display: inline-block;vertical-align: top;font-size: 16px;line-height: 20px;color: #9BA1B5;transition: 0.3s;}
.index-more-btn .arrow{position: relative;display: inline-block;vertical-align: middle;width: 50px;height: 50px;margin: -.25em 0 0 1.5em;background-color: #FF7432;border-radius: 50%;box-shadow: 0 8px 16px rgba(255,116,50,.4);}
.index-more-btn .arrow::before{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 40%;height: 2px;margin: auto;background-color: #fff;}
.index-more-btn .arrow::after{content: '';position: absolute;left: 50%;top: 50%;width: 20%;height: 20%;border-top: 2px solid #fff;border-right: 2px solid #fff;transform: translate(-30%,-50%) rotate(45deg);}
.index-more-btn:hover{color: #FF7432;transform: translateX(.3em);}
/*布局*/
.index-container .part1{padding: 100px 0 0;}
.index-container .part1 .w1600{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.index-container .part1 .w1600 > .con-l{width: 40%;}
.index-container .part1 .w1600 > .con-r{width: 58%;}
.index-container .part2{padding: 270px 0 130px;background: url(../images/index_part_bg1.jpg) center no-repeat;background-size: cover;}
.index-container .part2 .w1600{display: flex;justify-content: space-between;flex-wrap: wrap;}
.index-container .part2 .w1600 > .con-l{width: 50%;}
.index-container .part2 .w1600 > .con-r{width: 40%;}
.index-container .part2 .index-title{margin: 240px 0 120px;}
.index-container .part2 .brief{line-height: 1.4;color: #fff;}
.index-container .part2 .btns-wrap{margin-top: 200px;text-align: right;}
.index-container .part3{padding: 110px 0 100px;background: url(../images/index_part_bg2.jpg) center bottom no-repeat;background-size: cover;}
.index-container .part3 .big-title{margin-right: 10%;text-align: right;}
.index-container .part3 .big-title img{width: 50%;}
.index-container .part4{padding: 0 0 60px;}
.index-container .part4 .index-title{margin-bottom: 0;}
.index-container .part5{padding: 100px 0;background: url(../images/index_part_bg3.jpg) center no-repeat;background-size: cover;}
.index-container .part5 .index-title{margin-bottom: 0;}
.index-container .part6{padding: 100px 0 0;}
.index-container .part6 .index-title{position: absolute;margin-bottom: 0;}
.index-container .part6 .index-more-btn{z-index: 2;position: absolute;right: 0;bottom: 0;}
.index-container .part7{z-index: 1;position: relative;padding: 200px 0 180px;overflow: hidden;}
.index-container .part7::before{content: '';z-index: -1;position: absolute;left: 0;bottom: 0;width: 1346px;height: 1346px;border: 1px solid #0102B5;border-radius: 50%;transform: translate(-60%,30%);}
.index-container .part7::after{content: '';z-index: -1;position: absolute;left: 0;bottom: 0;width: 1034px;height: 1034px;border: 1px solid #0102B5;border-radius: 50%;transform: translate(-50%,30%);}
.index-container .part7 .w1600{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.index-container .part7 .w1600 > .con-l{}
.index-container .part7 .w1600 > .con-r{width: 70%;}
.index-container .part7 .index-title{margin-bottom: 0;}
.index-container .part7 .index-title .cn{display: block;}
.index-container .part7 .index-title .index-more-btn{float: none;margin-top: 100px;}
.index-container .part8{padding: 100px 0 50px;background: #131B34;}
.index-container .part8 .index-title{position: absolute;right: 0;top: 0;margin-bottom: 0;}
.index-container .part8 .index-more-btn{z-index: 2;position: absolute;right: 0;bottom: 0;}
.index-container .part9{padding: 110px 0 130px;background: #DAEDFF;}
.index-container .part9 .school-badge{position: absolute;right: 0;top: 0;width: 128px;height: 128px;}

/*数据展示区*/
.data-show-wrap{}
.data-show-wrap .item{display: flex;align-items: center;margin-top: 60px;}
.data-show-wrap .item:first-child{margin-top: 0;}
.data-show-wrap .item .icon{width: 80px;height: 80px;margin-right: 50px;}
.data-show-wrap .item .info{}
.data-show-wrap .item .info .num{height: 40px;}
.data-show-wrap .item .info .num span{display: inline-block;vertical-align: top;font-family: Arial;font-size: 40px;line-height: 1;}
.data-show-wrap .item .info .num sup{display: inline-block;font-size: 20px;transform: translateY(-.5em);}
.data-show-wrap .item .info .num em{display: inline-block;vertical-align: bottom;font-size: 16px;}
.data-show-wrap .item .info .txt{margin-bottom: 10px;font-size: 20px;line-height: 1;color: #9BA1B5;}

/*关于蓝今*/
.about-blueing-art{padding: 70px 70px 100px;background-color: #fff;border-radius: 20px;box-shadow: 0 3px 20px rgba(0,0,0,.14);}
.about-blueing-art .index-title{margin-bottom: 130px;}
.about-blueing-art .txt1{line-height: 1.4;}
.about-blueing-art .txt2{margin-top: 80px;line-height: 1.4;color: #9BA1B5;}

/*介绍视频轮播*/
.intro-video-swiper{position: relative;height: 800px;padding: 0 160px 0 100px;overflow: hidden;}
.intro-video-swiper .swiper-slide .video-wrap{position: relative;height: 100%;border-radius: 20px;overflow: hidden;cursor: pointer;pointer-events: none;transition: 0.5s;}
.intro-video-swiper .swiper-slide .video-wrap::after{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,.72);}
.intro-video-swiper .swiper-slide .video-wrap .bg{height: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.intro-video-swiper .swiper-slide .video-wrap .icon{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 60px;height: 60px;margin: auto;background-color: rgba(255,255,255,.32);border-radius: 50%;backdrop-filter: blur(10px);}
.intro-video-swiper .swiper-slide .video-wrap .icon::after{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 0;height: 0;margin: auto;border: 12px solid transparent;border-left: 18px solid #fff;border-right: 0;transform: translateX(20%);}
.intro-video-swiper .swiper-slide-active .video-wrap{z-index: 1;pointer-events: auto;transform: scale(1.3);}
.intro-video-swiper .swiper-slide-active .video-wrap::after{display: none;}
.intro-video-swiper .btn{z-index: 1;position: absolute;right: 0;width: 20px;height: 80px;color: #fff;cursor: pointer;transition: 0.3s;}
.intro-video-swiper .btn::before{content: '';position: absolute;left: 50%;top: 0;bottom: 0;width: 1px;background-color: currentColor;transform: translateX(-50%);}
.intro-video-swiper .btn::after{content: '';position: absolute;left: 50%;width: 0;height: 0;border: 5px solid transparent;transform: translateX(-50%);}
.intro-video-swiper .prev-btn{top: calc(50% - 110px);}
.intro-video-swiper .prev-btn::after{top: 0;border-bottom: 10px solid currentColor;border-top: 0;}
.intro-video-swiper .next-btn{top: calc(50% + 30px);}
.intro-video-swiper .next-btn::after{bottom: 0;border-bottom: 0;border-top: 10px solid currentColor;}
.intro-video-swiper .btn:hover{color: #FF7432;}

/*特点展示区*/
.feature-show-box{display: flex;justify-content: space-between;align-items: center;}
.feature-show-box .title{margin-right: 80px;font-size: 40px;line-height: 1.25;color: #fff;text-shadow: 0 2px 12px rgba(1,2,181,.37);}
/*特点信息轮播*/
.feature-info-swiper{padding: 20px;overflow: hidden;}
.feature-info-swiper .swiper-slide a{display: block;padding: 85px 25px 55px;background-color: #fff;border-radius: 20px;text-align: center;box-shadow: 0 3px 20px rgba(69,158,255,.3);transition: 0.5s;}
.feature-info-swiper .swiper-slide a .icon{width: 80px;height: 80px;}
.feature-info-swiper .swiper-slide a .tit{margin: 40px 0;font-size: 26px;line-height: 1;}
.feature-info-swiper .swiper-slide a .txt{height: 120px;font-size: 20px;line-height: 30px;color: #6D7783;overflow-y: auto;}
.feature-info-swiper .swiper-slide a:hover{transform: translateY(-20px);}

/*优秀学员轮播*/
.excellent-student-swiper{position: relative;padding-top: 80px;overflow: hidden;}
.excellent-student-swiper .swiper-slide{perspective: 800px;}
.excellent-student-swiper .swiper-slide a{position: relative;display: block;border-radius: 20px;overflow: hidden;transform-style: preserve-3d;transition: 0.5s;}
.excellent-student-swiper .swiper-slide a .pic{overflow: hidden;}
.excellent-student-swiper .swiper-slide a .pic em{display: block;padding-top: 126.8%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.excellent-student-swiper .swiper-slide a .info{position: absolute;left: 30px;right: 100px;top: 60px;line-height: 1.4;color: #fff;}
.excellent-student-swiper .swiper-slide a .info .mark{font-size: 60px;line-height: 20px;text-indent: -.1em;}
.excellent-student-swiper .swiper-slide a .info .tit{font-size: 20px;}
.excellent-student-swiper .swiper-slide a .info .txt{position: relative;padding-top: 15px;margin-top: 30px;font-size: 16px;color: #9BA1B5;}
.excellent-student-swiper .swiper-slide a .info .txt::before{content: '';position: absolute;left: 0;top: 0;width: 36px;height: 1px;background-color: currentColor;}
.excellent-student-swiper .swiper-slide a .info .txt .name{display: block;margin-top: 20px;}
.excellent-student-swiper .swiper-slide a:hover{transform: rotateY(10deg);transform-origin: left;}
.excellent-student-swiper .btn{z-index: 1;position: absolute;top: 0;width: 80px;height: 20px;color: #9BA1B5;cursor: pointer;transition: 0.3s;}
.excellent-student-swiper .btn::before{content: '';position: absolute;left: 0;right: 0;top: 50%;height: 1px;background-color: currentColor;transform: translateY(-50%);}
.excellent-student-swiper .btn::after{content: '';position: absolute;top: 50%;width: 0;height: 0;border: 5px solid transparent;transform: translateY(-50%);}
.excellent-student-swiper .prev-btn{left: 0;}
.excellent-student-swiper .prev-btn::after{left: 0;border-left: 0;border-right: 10px solid currentColor;}
.excellent-student-swiper .next-btn{left: 130px;}
.excellent-student-swiper .next-btn::after{right: 0;border-left: 10px solid currentColor;border-right: 0;}
.excellent-student-swiper .btn:hover{color: #FF7432;}

/*老师信息列表*/
.teacher-info-list{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;}
.teacher-info-list li{width: 48.6%;margin-top: 120px;perspective: 800px;}
.teacher-info-list li a{position: relative;display: block;padding: 50px 50px 40px 45%;background-color: #fff;border-radius: 20px;transform-style: preserve-3d;transition: 0.5s;}
.teacher-info-list li .pic{position: absolute;left: -2px;bottom: -2px;width: 42%;overflow: hidden;}
.teacher-info-list li .pic em{display: block;padding-top: 110%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: 0.5s;}
.teacher-info-list li .info{line-height: 1;}
.teacher-info-list li .info .name{font-size: 30px;}
.teacher-info-list li .info .tit{margin-top: 20px;font-size: 20px;}
.teacher-info-list li .info .txt{height: 60px;padding-top: 15px;margin-top: 40px;border-top: 1px solid rgba(155,161,181,.2);font-size: 18px;line-height: 30px;color: #6D7783;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.teacher-info-list li a:hover{transform: rotateY(10deg);transform-origin: left;}

/*作品选项卡*/
.work-tab-box{text-align: right;}
.work-tab-box .tabs{position: relative;display: inline-block;vertical-align: top;margin-top: 30px;text-align: right;}
.work-tab-box .tabs::before{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 8px;background-color: rgba(155,161,181,.12);}
.work-tab-box .tabs .item{position: relative;display: inline-block;vertical-align: top;padding: 0 .4em 1.2em;margin-left: 70px;font-size: 20px;line-height: 1;cursor: pointer;transition: 0.5s;}
.work-tab-box .tabs .item::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 8px;background-color: #0102B5;transform: scaleX(0);transform-origin: left;transition: 0.5s;}
.work-tab-box .tabs .item:first-child{margin-left: 0;}
.work-tab-box .tabs .item.on{font-weight: bold;color: #0102B5;}
.work-tab-box .tabs .item.on::after{transform: scaleX(1);}
.work-tab-box .tab-content{margin-top: 80px;overflow: hidden;}
/*作品图片轮播*/
.work-pic-swiper{position: relative;padding: 60px 0 100px;overflow: hidden;}
.work-pic-swiper .swiper-slide a{position: relative;display: block;transition: 0.5s;}
.work-pic-swiper .swiper-slide .pic{padding: 5px;background-color: #fff;overflow: hidden;}
.work-pic-swiper .swiper-slide .pic em{display: block;padding-top: 68.6%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.work-pic-swiper .swiper-slide a:hover .pic em{transform: scale(1.05);}
.work-pic-swiper .swiper-slide-next a{z-index: 1;box-shadow: 15px 15px 20px rgba(0,0,0,.2);transform: scale(1.5);}
.work-pic-swiper .btn{z-index: 1;position: absolute;top: 0;width: 80px;height: 20px;color: #9BA1B5;cursor: pointer;transition: 0.3s;}
.work-pic-swiper .btn::before{content: '';position: absolute;left: 0;right: 0;top: 50%;height: 1px;background-color: currentColor;transform: translateY(-50%);}
.work-pic-swiper .btn::after{content: '';position: absolute;top: 50%;width: 0;height: 0;border: 5px solid transparent;transform: translateY(-50%);}
.work-pic-swiper .prev-btn{left: 0;}
.work-pic-swiper .prev-btn::after{left: 0;border-left: 0;border-right: 10px solid currentColor;}
.work-pic-swiper .next-btn{left: 130px;}
.work-pic-swiper .next-btn::after{right: 0;border-left: 10px solid currentColor;border-right: 0;}
.work-pic-swiper .btn:hover{color: #FF7432;}

/*首页新闻列表*/
.index-news-list{}
.index-news-list li{margin-top: 70px;}
.index-news-list li:first-child{margin-top: 0;}
.index-news-list li a{position: relative;display: flex;align-items: center;padding-bottom: 20px;border-bottom: 1px solid #9BA1B5;transition: 0.3s;}
.index-news-list li a::after{content: '';position: absolute;right: 0;bottom: 0;width: 50%;height: 4px;background-color: #9BA1B5;transition: 0.3s;}
.index-news-list li .date{z-index: 1;position: relative;flex: 0 0 124px;height: 124px;border-radius: 50%;overflow: hidden;display: flex;flex-direction: column;justify-content: center;align-items: center;line-height: 1;transition: 0.3s;}
.index-news-list li .date::before{content: '';z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-image: linear-gradient(45deg,#3B43F2,#0102B5);opacity: 0;transition: 0.3s;}
.index-news-list li .date .big{font-size: 30px;}
.index-news-list li .date .small{font-size: 18px;}
.index-news-list li .tit{flex: 0 0 12em;margin: 0 50px;font-size: 30px;line-height: 1.4;transition: 0.3s;}
.index-news-list li .txt{font-size: 18px;line-height: 30px;color: #6D7783;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.index-news-list li a:hover{border-bottom-color: #0102B5;}
.index-news-list li a:hover::after{background-color: #0102B5;}
.index-news-list li a:hover .date{color: #fff;}
.index-news-list li a:hover .date::before{opacity: 1;}
.index-news-list li a:hover .tit{transform: translateX(.3em);}

/*新闻选项卡*/
.news-tab-box{}
.news-tab-box .tabs{position: relative;display: inline-block;vertical-align: top;margin-top: 30px;}
.news-tab-box .tabs::before{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 8px;background-color: rgba(155,161,181,.12);}
.news-tab-box .tabs .item{position: relative;display: inline-block;vertical-align: top;padding: 0 .4em 1.2em;margin-left: 40px;font-size: 20px;line-height: 1;color: #9BA1B5;cursor: pointer;transition: 0.5s;}
.news-tab-box .tabs .item::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 8px;background-color: #FF7432;transform: scaleX(0);transform-origin: left;transition: 0.5s;}
.news-tab-box .tabs .item:first-child{margin-left: 0;}
.news-tab-box .tabs .item.on{font-weight: bold;color: #fff;}
.news-tab-box .tabs .item.on::after{transform: scaleX(1);}
.news-tab-box .tab-content{margin-top: 60px;overflow: hidden;}
/*新闻信息轮播*/
.news-info-swiper{position: relative;padding-bottom: 90px;overflow: hidden;}
.news-info-swiper .swiper-slide a{position: relative;display: block;overflow: hidden;}
.news-info-swiper .swiper-slide .pic{overflow: hidden;}
.news-info-swiper .swiper-slide .pic em{display: block;padding-top: 127%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.news-info-swiper .swiper-slide .info{position: absolute;left: 0;right: 0;bottom: 0;padding: 30px 50px 20px;background-color: #fff;border-top-right-radius: 100px;transform: translateY(calc(100% - 180px));transition: 0.3s;}
.news-info-swiper .swiper-slide .info .date{font-size: 26px;line-height: 1;color: #A8A8A8;}
.news-info-swiper .swiper-slide .info .date i{margin-left: .6em;font-size: 16px;}
.news-info-swiper .swiper-slide .info .tit{margin: 20px 0 30px;font-size: 26px;line-height: 1.4;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news-info-swiper .swiper-slide .info .txt{font-size: 16px;line-height: 1.5;text-align: justify;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.news-info-swiper .swiper-slide .info .more{margin-top: 30px;color: #9BA1B5;}
.news-info-swiper .swiper-slide a:hover .info{background-color: #0102B5;color: #fff;transform: translateY(0);}
.news-info-swiper .btn{z-index: 1;position: absolute;bottom: 0;width: 80px;height: 20px;color: #9BA1B5;cursor: pointer;transition: 0.3s;}
.news-info-swiper .btn::before{content: '';position: absolute;left: 0;right: 0;top: 50%;height: 1px;background-color: currentColor;transform: translateY(-50%);}
.news-info-swiper .btn::after{content: '';position: absolute;top: 50%;width: 0;height: 0;border: 5px solid transparent;transform: translateY(-50%);}
.news-info-swiper .prev-btn{left: 0;}
.news-info-swiper .prev-btn::after{left: 0;border-left: 0;border-right: 10px solid currentColor;}
.news-info-swiper .next-btn{left: 130px;}
.news-info-swiper .next-btn::after{right: 0;border-left: 10px solid currentColor;border-right: 0;}
.news-info-swiper .btn:hover{color: #FF7432;}

/*留言表单*/
.message-form{display: flex;justify-content: space-between;}
.message-form > .con-l{width: 60%;}
.message-form > .con-r{width: 36%;}
.message-form input{height: 60px;padding: 0 30px;border-color: transparent;font-size: 16px;}
.message-form textarea{height: 150px;padding: 20px 30px;border-color: transparent;font-size: 16px;}
.message-form .yzm-area .pic{height: 60px;}
.message-form .btns-area{margin-top: 125px;text-align: left;}
.message-form .btns-area .btn{width: auto;height: auto;padding: 0 3em;margin: 0;background-color: #0102B5;border: 0;border-radius: 30px;font-size: 18px;line-height: 60px;color: #fff;box-shadow: 0 2px 10px rgba(1,2,181,.5);}
/*联系信息列表*/
.contact-info-list{}
.contact-info-list li{margin-top: 20px;font-size: 18px;line-height: 20px;color: #6D7783;}
.contact-info-list li .icon{vertical-align: middle;width: 20px;height: 20px;margin: -.25em .4em 0 0;}


/*笔记本1920*1080显示放大比例为125%，实际分辨率为1920/1.25=1536*/
@media screen and (max-width: 1550px){
	/*banner*/
	.banner .swiper-pagination{left: 3%;}
	
	/******首页******/
	/*标题*/
	.index-title{margin-bottom: 40px;}
	.index-title .cn{font-size: 40px;}
	.index-title .en{font-size: 16px;}
	/*更多按钮*/
	.index-more-btn{font-size: 15px;}
	.index-more-btn .arrow{width: 40px;height: 40px;margin: -.25em 0 0 .6em;}
	/*布局*/
	.index-container .part1{padding: 60px 0 0;}
	.index-container .part2{padding: 100px 0 50px;}
	.index-container .part3{padding: 80px 0;}
	.index-container .part4{padding: 0 0 50px;}
	.index-container .part5{padding: 80px 0;}
	.index-container .part6{padding: 80px 0;}
	.index-container .part7{padding: 80px 0;}
	.index-container .part7::before{width: 1000px;height: 1000px;transform: translate(-60%,25%);}
	.index-container .part7::after{width: 800px;height: 800px;transform: translate(-55%,25%);}
	.index-container .part8{padding: 80px 0;}
	.index-container .part9{padding: 80px 0;}
}

/*中屏PC，分辨率1366*/
@media screen and (max-width: 1440px){
	
}

/*小屏PC，分辨率1280*/
@media screen and (max-width: 1300px){
	/******首页******/
	/*标题*/
	.index-title{margin-bottom: 30px;}
	.index-title .cn{font-size: 30px;}
	.index-title .en{font-size: 12px;}
	/*更多按钮*/
	.index-more-btn{font-size: 14px;}
	.index-more-btn .arrow{width: 30px;height: 30px;}
	/*布局*/
	.index-container .part2 .index-title{margin: 120px 0 60px;}
	.index-container .part7::before{width: 800px;height: 800px;transform: translate(-60%,35%);}
	.index-container .part7::after{width: 600px;height: 600px;transform: translate(-50%,30%);}
	.index-container .part9 .school-badge{top: -20px;width: 80px;height: 80px;}
	
	/*数据展示区*/
	.data-show-wrap .item{margin-top: 30px;}
	.data-show-wrap .item .icon{width: 40px;height: 40px;margin-right: 20px;}
	.data-show-wrap .item .info .num{height: 30px;}
	.data-show-wrap .item .info .num span{font-size: 30px;}
	.data-show-wrap .item .info .num sup{font-size: 14px;}
	.data-show-wrap .item .info .num em{font-size: 14px;}
	.data-show-wrap .item .info .txt{font-size: 16px;}
	
	/*关于蓝今*/
	.about-blueing-art{padding: 30px 30px 60px;}
	.about-blueing-art .index-title{margin-bottom: 50px;}
	.about-blueing-art .txt2{margin-top: 40px;}
	
	/*介绍视频轮播*/
	.intro-video-swiper{height: 600px;}
	.intro-video-swiper .swiper-slide .video-wrap .icon{transform: scale(.8);}
	
	/*特点展示区*/
	.feature-show-box .title{margin-right: 40px;font-size: 30px;}
	/*特点信息轮播*/
	.feature-info-swiper .swiper-slide a{padding: 50px 20px 30px;}
	.feature-info-swiper .swiper-slide a .icon{width: 40px;height: 40px;}
	.feature-info-swiper .swiper-slide a .tit{margin: 20px 0;font-size: 20px;}
	.feature-info-swiper .swiper-slide a .txt{height: 100px;font-size: 16px;line-height: 25px;}
	
	/*优秀学员轮播*/
	.excellent-student-swiper{padding-top: 40px;}
	.excellent-student-swiper .swiper-slide a .info{left: 30px;right: 100px;top: 50px;}
	.excellent-student-swiper .swiper-slide a .info .mark{font-size: 60px;line-height: 30px;text-indent: -.1em;}
	.excellent-student-swiper .swiper-slide a .info .tit{font-size: 24px;}
	.excellent-student-swiper .swiper-slide a .info .txt{font-size: 16px;}
	
	/*老师信息列表*/
	.teacher-info-list li{margin-top: 80px;}
	.teacher-info-list li a{padding: 40px 20px 40px 45%;}
	.teacher-info-list li .info .name{font-size: 20px;}
	.teacher-info-list li .info .tit{margin-top: 10px;font-size: 16px;}
	.teacher-info-list li .info .txt{margin-top: 30px;font-size: 14px;line-height: 20px;}
	
	/*作品选项卡*/
	.work-tab-box .tabs{margin-top: 20px;}
	.work-tab-box .tabs::before{height: 4px;}
	.work-tab-box .tabs .item{margin-left: 30px;font-size: 16px;}
	.work-tab-box .tabs .item::after{height: 4px;}
	.work-tab-box .tab-content{margin-top: 40px;}
	
	/*首页新闻列表*/
	.index-news-list li{margin-top: 30px;}
	.index-news-list li .date{flex: 0 0 80px;height: 80px;}
	.index-news-list li .date .big{font-size: 20px;}
	.index-news-list li .date .small{font-size: 14px;}
	.index-news-list li .tit{margin: 0 30px;font-size: 20px;}
	.index-news-list li .txt{font-size: 14px;line-height: 20px;}
	
	/*新闻选项卡*/
	.news-tab-box .tabs{margin-top: 20px;}
	.news-tab-box .tabs::before{height: 4px;}
	.news-tab-box .tabs .item{margin-left: 30px;font-size: 16px;}
	.news-tab-box .tabs .item::after{height: 4px;}
	.news-tab-box .tab-content{margin-top: 40px;}
	/*新闻信息轮播*/
	.news-info-swiper{padding-bottom: 60px;}
	.news-info-swiper .swiper-slide .info{padding: 20px;transform: translateY(calc(100% - 125px));}
	.news-info-swiper .swiper-slide .info .date{font-size: 20px;}
	.news-info-swiper .swiper-slide .info .date i{font-size: 14px;}
	.news-info-swiper .swiper-slide .info .tit{margin: 15px 0;font-size: 20px;}
	.news-info-swiper .swiper-slide .info .txt{font-size: 14px;}
	.news-info-swiper .swiper-slide .info .more{margin-top: 20px;}
	
	/*留言表单*/
	.message-form input{height: 40px;padding: 0 1em;font-size: 14px;}
	.message-form textarea{height: 100px;padding: 1em;font-size: 14px;}
	.message-form .yzm-area .pic{height: 40px;}
	.message-form .btns-area{margin-top: 45px;}
	.message-form .btns-area .btn{padding: 0 2em;font-size: 16px;line-height: 40px;}
	/*联系信息列表*/
	.contact-info-list li{margin-top: 15px;font-size: 16px;}
	.contact-info-list li .icon{width: 16px;height: 16px;}
}

/*pad横屏，分辨率1024*/
@media screen and (max-width: 1024px){
	
}

/*phone和pad竖屏，分辨率820*/
@media screen and (max-width: 820px){
	/*banner*/
	.banner{height: 240px;}
	.banner .swiper-pagination{bottom: 15px;}
	.banner .swiper-pagination .swiper-pagination-bullet{width: 20px;}
	.banner .btn{display: none;}
	.banner .icon-tips{display: none;}
	
	/******首页******/
	/*标题*/
	.index-title{margin-bottom: 30px;}
	.index-title .cn{font-size: 22px;}
	.index-title .en{margin-bottom: 2px;}
	/*更多按钮*/
	.index-more-btn{font-size: 13px;}
	.index-more-btn .arrow{width: 26px;height: 26px;margin: -.25em 0 0 .4em;box-shadow: 0 4px 8px rgba(255,116,50,.4);}
	/*布局*/
	.index-container .part1{padding: 40px 0;}
	.index-container .part1 .w1600 > .con-l{width: 100%;}
	.index-container .part1 .w1600 > .con-r{width: 100%;margin-top: 20px;}
	.index-container .part2{padding: 40px 0;}
	.index-container .part2 .w1600 > .con-l{width: 100%;}
	.index-container .part2 .w1600 > .con-r{width: 100%;margin-top: 20px;}
	.index-container .part2 .index-title{margin: 0 0 30px;}
	.index-container .part2 .btns-wrap{margin-top: 30px;}
	.index-container .part3{padding: 40px 0;}
	.index-container .part3 .big-title{margin-right: 0;margin-bottom: 20px;}
	.index-container .part3 .big-title img{width: 60%;}
	.index-container .part4{padding: 40px 0;}
	.index-container .part5{padding: 40px 0;}
	.index-container .part6{padding: 40px 0;}
	.index-container .part6 .index-title{position: static;}
	.index-container .part7{padding: 40px 0;}
	.index-container .part7::before{display: none;}
	.index-container .part7::after{display: none;}
	.index-container .part7 .w1600 > .con-l{width: 100%;}
	.index-container .part7 .w1600 > .con-r{width: 100%;margin-top: 20px;}
	.index-container .part7 .index-title .cn{display: inline-block;}
	.index-container .part7 .index-title .index-more-btn{float: right;margin-top: 0;}
	.index-container .part8{padding: 40px 0;}
	.index-container .part9{padding: 40px 0;}
	.index-container .part9 .school-badge{width: 60px;height: 60px;}
	
	/*数据展示区*/
	.data-show-wrap{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.data-show-wrap .item{width: 48%;margin: 10px 0;}
	.data-show-wrap .item .icon{width: 40px;height: 40px;margin-right: 10px;}
	.data-show-wrap .item .info .num{height: 24px;}
	.data-show-wrap .item .info .num span{font-size: 24px;}
	.data-show-wrap .item .info .num sup{font-size: 14px;}
	.data-show-wrap .item .info .num em{font-size: 14px;}
	.data-show-wrap .item .info .txt{font-size: 14px;}
	
	/*关于蓝今*/
	.about-blueing-art{padding: 30px 20px;}
	.about-blueing-art .index-title{margin-bottom: 30px;}
	.about-blueing-art .txt2{margin-top: 30px;}
	
	/*介绍视频轮播*/
	.intro-video-swiper{height: auto;padding: 50px 0;}
	.intro-video-swiper .swiper-slide .video-wrap{padding-top: 56.26%;border-radius: 10px;}
	.intro-video-swiper .swiper-slide .video-wrap .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
	.intro-video-swiper .swiper-slide .video-wrap .icon{transform: scale(.6);}
	.intro-video-swiper .swiper-slide-active .video-wrap{transform: scale(1.4);}
	.intro-video-swiper .btn{display: none;}
	
	/*特点展示区*/
	.feature-show-box .title{margin-right: 20px;font-size: 20px;}
	/*特点信息轮播*/
	.feature-info-swiper{padding: 10px;}
	.feature-info-swiper .swiper-slide a{padding: 20px 10px;box-shadow: 0 3px 10px rgb(69,158,255,.3);}
	.feature-info-swiper .swiper-slide a .icon{width: 40px;height: 40px;}
	.feature-info-swiper .swiper-slide a .tit{font-size: 18px;}
	.feature-info-swiper .swiper-slide a .txt{height: 80px;font-size: 14px;line-height: 20px;}
	
	/*优秀学员轮播*/
	.excellent-student-swiper{padding-top: 0;margin-top: 20px;}
	.excellent-student-swiper .btn{display: none;}
	
	/*老师信息列表*/
	.teacher-info-list li{width: 100%;margin-top: 40px;}
	.teacher-info-list li a{padding: 20px 20px 20px 45%;}
	.teacher-info-list li .info .name{font-size: 18px;}
	.teacher-info-list li .info .tit{font-size: 14px;}
	.teacher-info-list li .info .txt{padding-top: 10px;margin-top: 15px;font-size: 13px;}
	
	/*作品选项卡*/
	.work-tab-box .tabs .item{padding: 0 0 1em;margin-left: 25px;font-size: 14px;}
	.work-tab-box .tab-content{margin-top: 0;}
	/*作品图片轮播*/
	.work-pic-swiper{padding: 50px 0 80px;}
	.work-pic-swiper .swiper-slide .pic{padding: 2px;}
	.work-pic-swiper .swiper-slide-next a{box-shadow: 0px 5px 10px rgba(0,0,0,.2);}
	.work-pic-swiper .btn{display: none;}
	
	/*首页新闻列表*/
	.index-news-list li{margin-top: 20px;}
	.index-news-list li a{padding-bottom: 10px;}
	.index-news-list li a::after{height: 2px;}
	.index-news-list li .date{flex: 0 0 60px;height: 60px;}
	.index-news-list li .date .big{font-size: 16px;}
	.index-news-list li .date .small{font-size: 12px;}
	.index-news-list li .tit{flex: 0 0 8em;margin: 0 10px;font-size: 16px;}
	.index-news-list li .txt{font-size: 13px;}
	
	/*新闻选项卡*/
	.news-tab-box .tabs{margin-top: 10px;}
	.news-tab-box .tabs .item{margin-left: 20px;font-size: 14px;}
	/*新闻信息轮播*/
	.news-info-swiper .swiper-slide .info{border-top-right-radius: 40px;}
	.news-info-swiper .btn{display: none;}
	
	/*留言表单*/
	.message-form{flex-wrap: wrap;}
	.message-form > .con-l{width: 100%;}
	.message-form > .con-r{width: 100%;margin-top: 10px;}
	.message-form .row{margin-bottom: 15px;}
	.message-form .row .item.w48{width: 100%;}
	.message-form .btns-area{margin-top: 30px;}
	.message-form .btns-area .btn{padding: 0 2em;font-size: 16px;line-height: 40px;}
	/*联系信息列表*/
	.contact-info-list li{margin-top: 10px;font-size: 14px;}
	.contact-info-list li .icon{width: 16px;height: 16px;}
}