body {
  background-color: #fff;
}
/* 切换 */
.school-main-tab{
  padding-top: 90px;
  box-sizing: border-box;
  width: 100%;
  height: 960px;
  background: #5555FA url(../../../../static/img/school/common_bg.png) no-repeat center bottom;

}
.school-main-tab h2{
  font-size: 36px;
  color: #fff;
  text-align: center;
}
.school-main-tab .tab-container{
  width:600px;
  height:44px;
  line-height: 44px;
  background:rgba(246,246,255, .1);
  border-radius: 22px;
  margin: 50px auto 90px;
}
.school-main-tab .tab-container .tab-btn {
  width:180px;
  height:44px;
  border-radius:22px;
  text-align: center;
  font-size: 18px;
  float: left;
  color: #fff;
  cursor: pointer;
}
.school-main-tab .tab-container .tab-btn:nth-child(2){
  margin: 0 30px;
}
.school-main-tab .tab-container .tab-active{
  background:rgba(246,246,255,1);
  color: #5555FA;
}
.img-container .desc {
  color: rgba(255,255,255,.5);
  text-align: center;
  margin-bottom: 20px;
}
.school-main-title {
  font-size: 36px;
  color: #222;
  font-weight: bolder;
}

/* 服务 */
.tips-container{
  display: flex;
  justify-content: space-between;
  margin: 100px auto 150px;
}

.tips-container .tips {
  width: 224px;
}
.tips-container .tips p:nth-child(1){
  position: relative;
  height: 80px;
}
.tips-container .tips p:nth-child(1) img{
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
}
.tips-container .tips:hover p:nth-child(1) img{
  top: -10px;
  transition: all ease-in-out .2s;
}
.tips-container .tips p{
  text-align: center;
  margin-top: 16px;
  width: 100%;
}
.tips-container .tips p:nth-child(3){
  color: #222;
  font-size: 20px;
}
.tips-container .tips p:nth-child(4){
  color: #666;
  font-size: 16px;
}
.tips-container .tips .tip-line {
  width:48px;
  height:6px;
  background:rgba(210,224,239,1);
  margin: 16px auto 0;
}

/* 案列 */
.case-container {
  margin-top: 30px;
}
.pic-box{
  height: 500px;
  width: 100%;
  padding-bottom: 30px;
}
.case-list{
  padding-bottom: 50px;
  height: 100%;
}
.case-list li{
  width:360px !important;
  border-radius:15px;
  margin: 0 20px;
  float: left;
  height: 500px;
  position: relative;
  box-shadow:0px 0px 25px 0px rgba(23,135,255,0.2);
  overflow: hidden;
}
.case-list li img{
  width: 100%;
  margin-top: 96px;
  transition: all .3s ease-in-out;
}
.case-list li .hover-content {
  width:340px;
  background:rgba(255,255,255,.7);
  box-shadow:0px 0px 20px 0px rgba(141,159,182,0.2);
  border-radius: 15px 15px 0 0;
  position: absolute;
  bottom: 0;
  left: 10px;
  padding: 0 25px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  z-index: 5;
  text-align: left;
  height: 70px;
  overflow: hidden;
  transition: all .3s ease-in-out;
}
.case-list li .after-hover-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top:0;
  left: 0;
  border-radius:15px;
  opacity: 0;
}
.case-list li:hover .hover-content {
  transition: all .5s ease-in-out;
  background:rgba(255,255,255,1);
  border-radius: 10px 10px 0 0;
  bottom: 0;
  height: 240px;
}
.case-list li:hover img {
  transform: scale(.8);
  margin-top: 0;
  transition: all .5s ease-in-out;
}
.case-list li:hover .after-hover-bg {
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

.case-list li .hover-content p {
  margin: 25px 0;
  font-size: 20px;
  color: #333;
  text-align: center;
}
.case-list li .hover-content .content {
  margin-bottom: 24px;
}
.case-list li .hover-content a {
  color: #1787FF;
  text-decoration: underline;
}
.case-list li .hover-content a:hover {
  color: #FF6600;
  text-decoration: underline !important;
}
.circle{
  width: max-content;
  margin: 50px auto 0;
}
.case-go {
  width: 36px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #C3CDD8;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50%;
  display: inline-block;
  margin: 0 36px;
}
.circle i {
  width: 8px;
  height: 8px;
  background-color: #C3CDD8;
  border-radius: 50%;
  display: inline-block;
}
.circle .i-active{
  background-color: #1787FF;
}
.circle .case-rotate {
  transform: rotate(180deg);
}
.case-go .case-hover {
  display: none;
}
.case-go:hover{
  border-color:#1787FF;
  background-color: #1787FF;
}
.case-go:hover .case-normal {
  display: none;
}
.case-go:hover .case-hover {
  display: inline-block;
}
.try-btn {
  width:400px;
  height:60px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(210,224,239,1);
  text-align: center;
  line-height: 60px;
  color: #1787FF;
  margin: 100px auto;
  display: block;
}
.try-btn:hover {
  background:rgba(23,135,255,1);
  color: #fff;
  transition: all .5s ease-in-out;
}

.more-function{
  width: 100%;
  height:836px;
  background:linear-gradient(0deg,rgba(23,135,255,1) 0%,rgba(79,199,255,1) 100%);
  margin-bottom: 120px;
}
.more-function h2 {
  color: #fff;
  padding: 120px 0;
}

/* banner */
.programme-banner {
  background: linear-gradient(90deg,rgba(61,138,244,1) 0%,rgba(36,91,242,1) 100%);
  overflow: hidden;
  position: relative;
  text-align: center;
}
.programme-banner img{
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -960px;
}
.banner-content{
  position: absolute;
  top: 307px;
  left: 55%;
  text-align: left;
  color: #fff;
}
.banner-content h3 {
  font-size: 32px;
  text-shadow:0px 3px 6px rgba(17,60,250,1);
}
.banner-content p {
  font-size: 18px;
  margin: 27px auto 39px;
  text-shadow:0px 2px 4px rgba(17,60,250,1);
}
.banner-content .banner-try-btn {
  width:130px;
  height:40px;
  border:1px solid rgba(255,255,255,1);
  border-radius:20px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  color: #fff;
}
.banner-content .banner-try-btn:hover {
  border-color:#12C444;
  background-color: #12C444;
}
/* .school-main-container{
  box-shadow: 0px -20px 30px 0px rgba(122, 140, 156, 0.2);
} */

.title-line-container {
  padding: 30px 0;
}
.title-line-container p {
  margin: 0 auto;
}
.title-line-container .blue-line {
  width:50px;
  height:4px;
  background:rgba(23,135,255,1);
}
.title-line-container .gray-line {
  width:246px;
  height: 2px;
  background:rgba(215,220,224,1);
}
