.subtitle{
  text-align: left;
  padding: 40px 0px;
  padding-top: 60px;
  font-size: 36px;
}
.subtitle::after{
  display: none;
}
.profile-bar{
  position: relative;
  float: left;
  width: 100%;
  background-color: white;
}
.profile-bar.fixed{
  position: fixed;
  top: 0;
  z-index: 999999;
}
.profile-bar .w {
  margin: 0 auto;
  box-sizing: border-box;
}
.profile-bar .bar-nav{
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  border-bottom: 1px solid #EEEEEE;
}
.profile-bar .bar-nav .nav-item {
  float: left;
  width: 160px;
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.profile-bar .bar-nav .nav-item:hover{
  background-color: rgba(0,0,0,0.06);
}
.profile-bar .bar-nav .nav-item.active::after{
  display: block;
  content: ' ';
  background-color: #008CFF;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0px auto;
}

.school-solution-viewport {
  width: 100%;
  float: left;
  position: relative;
}
.school-solution-viewport .w {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  right: 0;
  bottom: 0;
  text-align: left;
  overflow: hidden;
}
.school-solution-viewport .w .idx-description {
  box-sizing: border-box;
  padding-top: 8.8vw;
  padding-bottom: 14vw;
}
.school-solution-viewport .w .idx-description h3 {
  font-size: 60px;
  font-weight: bold;
  padding: 0px 0px 0vw;
  padding-bottom: 3vw;
}
.school-solution-viewport .w .idx-description p {
  /* padding-top: 1vw; */
  font-size: 28px;
  line-height: 1.6;
}
.school-solutions {
  width: 100%;
  float: left;
}
.school-solutions .w {
  margin: 0 auto;
}
.school-solutions .block-title {
  margin: 30px 0px;
}
.school-solutions .list {
  float: left;
  width: 100%;
}
.school-solutions .list .item {
  width: 100%;
  display: inline-block;
  text-align: center;
  float: left;
  position: relative;
}
.school-solutions .list .yffjgpt{
  width: 100%;
  display: inline-block;
  text-align: left;
  float: left;
  position: relative;
}
.school-solutions .list .yffjgpt .yffjgpt-title{
  margin-top: 16px;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 14px;
}
.school-solutions .list .yffjgpt .yffjgpt-desc{
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 32px;
}
.school-solutions .list .yffjgpt .yffjgpt-gn{
  font-size: 28px;
  color: white;
  float: left;
}
.school-solutions .list .yffjgpt .yffjgpt-gn > div{
  width: 218px;
  background: linear-gradient(to right, #45EDF3,#2582FC);
  float: left;
  margin-right: 40px;
  text-align: center;
  height: 58px;
  line-height: 58px;
  position: relative;
  overflow: hidden; /* 隐藏溢出的内容 */
  z-index: 1;
}

.school-solutions .list .yffjgpt .yffjgpt-gn > div:last-child{
  margin-right: 0;
}

/* 右上角效果（模拟，可能不完全准确） */
.school-solutions .list .yffjgpt .yffjgpt-gn > div::after {
  content: '';
  position: absolute;
  top: -4px;
  right: -8px;
  width: 23px;
  height: 10px;
  background: white;
  transform: skew(-25deg, 50deg);
  pointer-events: none;
  z-index: -1;
}

/* 左下角效果（同样模拟，可能不完全准确） */
.school-solutions .list .yffjgpt .yffjgpt-gn > div::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -8px;
  width: 23px;
  height: 10px;
  background: white;
  /* box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5); */
  transform: skew(-25deg, 50deg);
  pointer-events: none;
  z-index: -1;
}

.school-solutions .list .item img{
  width: calc(100% - 400px);
  float: left;
}
.school-solutions .list a:hover {
  color: #008CFF;
}
.school-solutions .list .item:nth-child(3) {
  margin-right: 0px;
}
.school-solutions .explain{
  text-align: left;
  color: #000;
  font-size: 16px;
  line-height: 32px;
  margin-top: 0px;
}
.school-solutions .right{
  width: 400px;
  float: left;
  text-align: left;
  padding-left: 60px;
  padding-top: 60px;
  padding-bottom: 50px;
  box-sizing: border-box;
  position: relative;
  top: -10px;
  box-shadow: 0px 9px 19px 1px rgba(0,0,0,0.16);
}
.school-solutions .right h3{
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.school-solutions .right p{
  font-size: 16px;
  padding-bottom: 12px;
}
.school-solutions .right .lxwm{
  position: absolute;
  right: 28px;
  bottom: 20px;
  font-size: 16px;
  cursor: pointer;
}
.school-solutions .right::before {
  content: ' ';
  display: inline-block;
  background: linear-gradient(90deg,#FFFFFF,rgba(40,120,255,0.34));
  position: absolute;
  top: 0px;
  right: 0px;
  height: 14px;
  width: 78%;
}
.school-solutions .right::after {
  content: ' ';
  display: inline-block;
  background: linear-gradient(0deg,#FFFFFF,rgba(40,120,255,0.34));
  position: absolute;
  top: 14px;
  right: 0px;
  height: 90%;
  width: 14px;
}


.finance-solutions,
.solution-others {
  width: 100%;
  float: left;
}
.finance-solutions .w,
.solution-others .w {
  margin: 0 auto;
}


.finance-solutions .w,
.solution-others .w {
  margin: 0 auto;
}
.finance-solutions .block-title,
.solution-others .block-title {
  margin: 30px 0px;
}
.finance-solutions .list,
.solution-others .list {
  float: left;
}
.finance-solutions .list .item,
.solution-others .list .item {
  width: calc(50% - 25px);
  display: inline-block;
  float: left;
  position: relative;
  text-align: left;
  margin-bottom: 60px;
}
.finance-solutions .list .item:nth-child(2n+1),
.solution-others .list .item:nth-child(2n+1){
  margin-right: 25px;
}
.finance-solutions .list .item:nth-child(2n+2),
.solution-others .list .item:nth-child(2n+2){
  margin-left: 25px;
}
.finance-solutions .list .item .item-desc,
.solution-others .list .item .item-desc{
  padding: 30px 43px;
  box-sizing: border-box;
  height: calc(100% - 300px);
  height: 340px;
  position: relative;
  box-shadow: 0px 3px 14px 1px rgba(174, 188, 219, 0.3);

}
.finance-solutions .list .item img,
.solution-others .list .item img{
  width: 100%;
  height: 300px;
}
.finance-solutions .list .item h4,
.solution-others .list .item h4{
  font-size: 25px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.finance-solutions .list .item a,
.solution-others .list .item a{
  font-size: 14px;
  color: #000;
  position: absolute;
  bottom: 30px;
  left: 43px;
  color: #2e8dfe;
  cursor: pointer;
}

.finance-solutions .list .item p,
.solution-others .list .item p{
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

.finance-solutions .explain,
.solution-others .explain{
  text-align: left;
  color: #000;
  font-size: 16px;
  line-height: 32px;
  margin-top: 0px;
}


.school-advantage-title {
  width: 100%;
  float: left;
  position: relative;
}
.school-advantage-title .w {
  margin: 0 auto;
}
.school-advantage-title .block-title {
  margin: 66px 0px 44px;
}
.school-advantage {
  width: 100%;
  float: left;
  position: relative;
  background-color: #F1F0F0;
}
.school-advantage .w {
  margin: 0 auto;
}
.school-advantage .w .idx-description {
  box-sizing: border-box;
  height: 400px;
  line-height: 400px;
}
.school-advantage .w .idx-description .left {
  width: 44%;
  float: left;
  box-sizing: border-box;
}
.school-advantage .w .idx-description .right {
  width: 56%;
  float: left;
  box-sizing: border-box;
  padding: 35px 0px 35px 34px;
}
.school-advantage .w .idx-description .right > div {
  line-height: 110px;
  height: 110px;
}
.school-advantage .w .idx-description .right span {
  padding-left: 20px;
}
.contents {
  float: left;
  width: 100%;
  margin-top: 50px;
  position: relative;
  background-color: white;
  -webkit-transition: opacity 0.28s, top 0.28s;
  -o-transition: opacity 0.28s, top 0.28s;
  transition: opacity 0.28s, top 0.28s;
  padding-bottom: 80px;
}
.contents .w {
  margin: 0px auto;
}
.contents .w .list {
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  float: left;
}
.contents .w .list .item {
  width: 26.96%;
  float: left;
  text-align: center;
  height: 250px;
  box-shadow: 0px 0px 30px rgba(174, 188, 219, 0.3);
  padding: 24px;
  margin-bottom: 3.5%;
}
.contents .w .list .item:nth-child(3n+2) {
  margin: 0px 3.5%;
}
.contents .w .list .item .item-title {
  font-size: 22px;
  margin-bottom: 28px;
}
.contents .w .list .item span {
  font-size: 13px;
  color: #9698A0;
}
/* 大型设备（大台式电脑，1200px 起） */
/* 中型设备（台式电脑，992px 起） */
@media screen and (max-width: 992px) {
  .school-solutions .w {
    width: 868px;
  }
  .school-solution-viewport .w {
    width: 868px;
  }
  .school-advantage .w {
    width: 868px;
  }
  .contents .w {
    width: 868px;
  }
  .school-solutions {
    width: 100%;
    float: left;
  }
  .school-solutions .w {
    margin: 0 auto;
  }
  .school-solutions .block-title {
    margin: 30px 0px;
  }
  .school-solutions .list .item p {
    font-size: 16px;
    bottom: 26px;
  }
  .school-advantage .block-title {
    margin: 32px 0px;
  }
  .school-advantage .block-title .explain {
    padding: 0px 12px;
  }
  .school-advantage .list .item {
    float: left;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    padding: 26px;
  }
  .school-advantage .list .item .left {
    width: 43%;
    float: left;
    padding: 3.2em 1.5em 0.8em;
    box-sizing: border-box;
  }
  .school-advantage .list .item .left h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 1.2vw;
  }
/*   
  .school-solutions .list{
    height: 520px;
  } */
  .school-solutions .list .yffjgpt .yffjgpt-gn{
    font-size: 24px;
  }
  .school-solutions .list .yffjgpt .yffjgpt-gn > div{
    width: 180px;
    height: 48px;
    line-height: 48px;
  }
  .school-solutions .list .item img{
    width: calc(100% - 220px);
    float: left;
  }
  .school-solutions .list a:hover {
    color: #008CFF;
  }
  .school-solutions .list .item:nth-child(3) {
    margin-right: 0px;
  }
  .school-solutions .explain{
    text-align: left;
    color: #000;
    font-size: 16px;
    line-height: 32px;
    margin-top: 0px;
  }
  .school-solutions .right{
    width: 220px;
    float: left;
    text-align: left;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    top: -10px;
    box-shadow: 0px 9px 19px 1px rgba(0,0,0,0.16);
  }
  .school-solutions .right > div{
    margin-top: 12px;
  }
  .school-solutions .right h3{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
  }
  .school-solutions .right > div:first-child{
    margin-top: 0px;
  }
  .school-solutions .right p{
    font-size: 16px !important;
    padding-bottom: 6px;
  }
  .school-solutions .right .lxwm{
    position: absolute;
    right: 22px;
    bottom: 16px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .school-solution-viewport .w .idx-description h3 {
    font-size: 40px;
    font-weight: bold;
    padding: 0px 0px 0vw;
    padding-bottom: 3vw;
  }
  .school-solution-viewport .w .idx-description p {
    /* padding-top: 1vw; */
    font-size: 16px;
    line-height: 1.6;
  }

  .school-advantage .list .item .left .more {
    background-color: #008CFF;
    padding: 6px 26px;
    color: white;
    border-radius: 14px;
    margin-top: 3.6em;
    display: inline-block;
    font-size: 14px;
  }
  .school-advantage .list .item .right {
    width: 56%;
    float: right;
    box-sizing: border-box;
  }
  .contents .w .list .item {
    width: 25.46%;
    height: 206px;
  }
}
/* 小型设备（平板电脑，768px 起） */
@media screen and (max-width: 768px) {
  .subtitle{
    text-align: center;
    font-size: 26px;
    padding: 33px 20px;
    padding-bottom: 15px;
  }
  .explain{
    text-align: left !important;
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 0px 20px;
  }
  .profile-bar .bar-nav .nav-item {
    width: 90px;
    font-size: 14px;
  }
  .school-solutions .list {
    text-align: center;
  }
  .school-solutions .list .item {
    width: 98%;
    float: unset;
  }
  .school-solutions {
    width: 100%;
    float: left;
  }
  .school-solutions .w {
    margin: 0 auto;
  }
  .school-solutions .block-title {
    margin: 40px 0px;
  }
  .school-solutions .list .item p {
    font-size: 30px;
  }
  .school-advantage .block-title {
    margin: 32px 0px;
  }
  .school-advantage .block-title .explain {
    padding: 0px 12px;
  }
  .school-advantage .list {
    margin: 24px;
  }
  .school-solutions .block-title{
    margin-top: 0px;
  }
  
  .school-solutions .list .item img{
    width: 100%;
    float: left;
  }
  .school-solutions .list a:hover {
    color: #008CFF;
  }
  .school-solutions .list .item:nth-child(3) {
    margin-right: 0px;
  }
  .school-solutions .explain{
    text-align: left;
    color: #000;
    font-size: 16px;
    line-height: 32px;
    margin-top: 0px;
  }
  .school-solutions .right{
    width: 100%;
    float: left;
    text-align: left;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    top: -10px;
    box-shadow: 0px 9px 19px 1px rgba(0,0,0,0.16);
  }
  .school-solutions .right > div{
    margin-top: 12px !important;
    width: calc(33.33% - 30px);
  }
  .school-solutions .right h3{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    margin-top: 12px;
  }
  .school-solutions .right h3:first-child{
    margin-top: 0px;
  }
  .school-solutions .right p{
    font-size: 14px !important;
    padding-bottom: 6px;
  }
  .school-solutions .right .lxwm{
    display: none;
  }
  .school-solutions .list .yffjgpt{
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .school-solutions .list .yffjgpt .yffjgpt-desc{
    line-height: 24px;
    font-size: 14px;
  }
  .school-solutions .list .yffjgpt .yffjgpt-gn{
    font-size: 16px;
    float: unset;
    /* padding: 0px 40px; */
  }
  .school-solutions .list .yffjgpt .yffjgpt-gn > div{
    width: calc(50% - 20px);
    height: 48px;
    line-height: 48px;
    margin-bottom: 20px;
    /* background: #2FA5F9; */
  }
  .school-solutions .list .yffjgpt .yffjgpt-gn > div:nth-child(2n+2){
    margin-right: 0;
  }
  .school-solutions .list .yffjgpt .yffjgpt-gn > div::before,
  .school-solutions .list .yffjgpt .yffjgpt-gn > div::after{
    display: none;
  }


  .school-solutions .right > div{
    float: left;
    text-align: left;
    margin-right: 30px;
  }
  .school-solutions .right::before {
    display: none;
  }
  .school-solutions .right::after {
    display: none;
  }

  .school-advantage .list .item {
    float: left;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    padding: 26px;
  }
  .school-advantage .list .item .left {
    width: 100%;
    float: left;
    padding: 20px 0px;
    box-sizing: border-box;
  }
  .school-advantage .list .item .left h4 {
    color: #000;
    font-size: 24px;
    margin-bottom: 1.2vw;
  }
  .school-advantage .list .item .left .more {
    background-color: #008CFF;
    padding: 6px 26px;
    color: white;
    border-radius: 14px;
    margin-top: 3.6em;
    display: inline-block;
    font-size: 14px;
  }
  .school-advantage .list .item .right {
    width: 100%;
    float: right;
    box-sizing: border-box;
  }
  .school-solution-viewport .w .idx-description{
    text-align: center;
  }
  .school-solution-viewport .w .idx-description h3 {
    font-size: 30px;
    font-weight: bold;
    padding: 0px 0px 0vw;
    padding-bottom: 3vw;
  }
  .school-solution-viewport .w .idx-description p {
    /* padding-top: 1vw; */
    font-size: 13px;
    line-height: 1.6;
  }
  .finance-solutions .list, .solution-others .list{
    padding: 0px 20px;
  }
  .finance-solutions .list .item, .solution-others .list .item{
    width: 100%;
    margin: 0 !important;
    margin-bottom: 26px !important;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .finance-solutions .list .item:last-child{
    margin-bottom: 0 !important;
  }
  .finance-solutions .list .item h4, .solution-others .list .item h4{
    font-size: 16px;
  }
  .finance-solutions .list .item p, .solution-others .list .item p{
    font-size: 14px;
  }
  .finance-solutions .list .item .item-desc, .solution-others .list .item .item-desc{
    box-shadow: none;
    padding: 26px;
    height: auto;
  }
  .finance-solutions .list .item a, .solution-others .list .item a{
    position: initial;
    display: inline-block;
    margin-top: 20px;
  }
  .contents .w .list {
    padding: 0px 6%;
    box-sizing: border-box;
  }
  .contents .w .list .item {
    width: 36.46%;
    height: 206px;
    margin-left: 3.5% !important;
  }
  .contents .w .list .item:nth-child(3n+2) {
    margin: unset;
    margin-bottom: 3.5%;
  }
}
/* 超小设备（手机，小于 768px） */
@media screen and (max-width: 480px) {
  .explain{
    line-height: 1.45;
  }
  .profile-bar .bar-nav{
    height: 60px;
    line-height: 60px;
  }
  .school-solution-viewport .w .idx-description {
    box-sizing: border-box;
  }
  .school-solution-viewport .w .idx-description h3 {
    padding-top: 5vw;
    font-size: 24px;
  }
  .school-solution-viewport .w .idx-description p {
    font-size: 14px;
    display: none;
  }
  .school-solutions {
    width: 100%;
    float: left;
  }
  .school-solutions .w {
    margin: 0 auto;
  }
  .school-solutions .block-title {
    margin: 36px 0px;
    margin-top: 10px;
  }
  .school-solutions .block-title .explain {
    font-size: 14px;
    padding: 0px 12px;
  }
  .school-solutions .list .item h3 {
    font-size: 16px;
  }
  .school-solutions .right{
    padding-left: 16px;
  }
  .school-solutions .right > div{
    width: calc(33.33% - 20px);
    margin-right: 20px;
  }
  .school-solutions .list .item p {
    font-size: 12px !important;
  }
  

  .school-solutions .list .yffjgpt{
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .school-solutions .list .yffjgpt .yffjgpt-title{
    font-size: 18px;
  }
  .school-solutions .list .yffjgpt .yffjgpt-desc{
    line-height: 24px;
    font-size: 14px;
  }
  .school-solutions .list .yffjgpt .yffjgpt-gn{
    font-size: 14px;
    /* padding: 0px 40px; */
  }
  .school-solutions .list .yffjgpt .yffjgpt-gn > div{
    height: 42px;
    line-height: 42px;
    /* background: #2FA5F9; */
  }

  .school-advantage-title .block-title {
    margin: 36px 0px 36px;
  }
  .school-advantage-title .block-title .explain {
    font-size: 14px;
    padding: 0px 12px;
  }
  .school-advantage .w .idx-description {
    height: 420px;
    line-height: initial;
  }
  .school-advantage .w .idx-description .left {
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-top: 26px;
    margin-bottom: 18px;
  }
  .school-advantage .w .idx-description .left h4 {
    color: #000;
    font-size: 18px;
    margin-bottom: 1.2vw;
  }
  .school-advantage .w .idx-description .left p {
    font-size: 10px;
  }
  .school-advantage .w .idx-description .left .more {
    padding: 6px 26px;
    border-radius: 8px;
    margin-top: 12px;
    font-size: 12px;
  }
  .school-advantage .w .idx-description .right {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 6px;
  }
  .school-advantage .w .idx-description .right > div {
    line-height: 0px;
    height: 50px;
  }
  .school-advantage .w .idx-description .right img {
    width: 40px;
  }
  .school-advantage .w .idx-description .right span {
    padding-left: 6px;
    font-size: 10px;
  }

  .finance-solutions .list .item img, .solution-others .list .item img{
    height: 200px;
  }
  .finance-solutions .list .item .item-desc, .solution-others .list .item .item-desc{
    padding: 16px;
  }
  .finance-solutions .list .item p, .solution-others .list .item p{
    line-height: 1.45;
  }
  .contents {
    padding-bottom: 36px;
  }
  .contents .block-title {
    margin-bottom: 14px;
  }
  .contents .explain {
    font-size: 14px;
    padding: 0px 12px;
  }
  .contents .w .list {
    margin-top: 32px;
    padding: 0px 2%;
  }
  .contents .w .list .item {
    width: 35.46%;
    height: 206px;
    padding: 18px;
    padding-top: 2px;
  }
  .contents .w .list .item .item-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
/* 超小设备（手机，小于 320px） */
