
.banner{
  width: 100%;
  background: url('../img/school/banner.png') no-repeat center;
  padding-top: 28.30%;
  background-size:cover;
}


/* 金刚位 */
.bannerBom{
  width: 1200px;
  height: 70px;
  /* background: #fff; */
  /* overflow: hidden; */
  position: absolute;
  display: flex;
  z-index: 10;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}


.bannerBom-item{
  position: relative;
  height: 70px;
  width: 600px;
  line-height: 70px;
  font-size: 22px;
  text-align: center;
  color: #343434; 
  cursor: pointer;
  background: rgba(255, 255, 255, .7);
}

.bannerBom-active{
  background: #FFFFFF;
  color: rgba(112, 186, 68, 1);
  opacity: 1; 
  z-index: 10;
  box-shadow: 0px 0px 7px 1px rgba(205, 212, 219, 0.5);
}

.bannerBom-active::after{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%,0);
  width: 120px;
  height: 4px;
  border-radius: 2px;
  background: rgba(112, 186, 68, 1);
}

.bannerBom-title{
  display: inline-block;
  height: 76px;
  /* border-bottom: 4px solid #0B318F; */
}

/* 产教融合 */
.fuse{
  position: relative;
  width: 100%;
  height: 1140px;
}

/* 背景2张图 */
.fuse-bgL,.fuse-bgR{
  z-index: 1;
  position: absolute;
  width: 424px;
  height: 415px;
}

.fuse-bgL{
  top: 772px;
  left: 0;
}

.fuse-bgR{
  top: 59px;
  right: 0;
}

.fuse-title{
  position: relative;
  width: 202px;
  height: 46px;
  margin: 100px auto 70px;
  background: url('../img/school/title1.png') no-repeat;
  background-size: 100%;
}

.fuse-title::after{
  position: absolute;
  left: 50%;
  bottom: -44px;
  transform: translate(-50%,0);
  content: '';
  width: 26px;
  height: 15px;
  background: url('../img/school/arrow-bottom.png') no-repeat;
  background-size: 100%;
}

/* 主体 */
.fuseBox{
  position: relative;
  z-index: 10;
  width: 1100px;
  margin: 0 auto;
  height: 100%;
}

.fuseBox-titleBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 357px;
  margin: 0 auto;
  height: 30px;
}

.fuseBox-titleBox>div{
  text-align: center;
  width: 105px;
  font-size: 12px;
  font-weight: 900;
  color: #2961FF;
}

.fuseBox-titleBox div:nth-child(2){
  width: 140px;
  /* text-align: center; */
  font-size: 22px;
  font-weight: 500;
  color: #0B318F;
}

.fuseBox-titleBox div:nth-child(3){
  color: #70BA44;
}

/* tab栏 */
.fuseBox-tabBox{
  display: flex;
  width: 1100px;
  height: 54px;
}

.tabBox-item{
  flex: 1;
  height: 54px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  font-weight: 400;
  color: #343434;
  background: linear-gradient(90deg, #F1F1F1 0%, #FFFFFF 100%);
  line-height: 54px;
}

/* 选中的tab */
.tab-check{
  background: linear-gradient(90deg, #63A939 0%, #0B318E 100%);
  color: #fff;
}

.fuseBox-con{
  display: flex;
  width: 1100px;
  height: 340px;
  margin-top: 20px;
  background-image: url('../img/school/tab1.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.fuseBox-con-pointer{
  cursor: pointer;
}

.fuseBox-con-bg2{
  background-image: url('../img/school/tab2.png');
}

.fuseBox-con-bg3{
  background-image: url('../img/school/tab3.png');
}

.fuseBox-con-bg4{
  background-image: url('../img/school/tab4.png');
}

/* 第二个盒子 */

.fuseBox-con2{
  display: flex;
  width: 1100px;
  height: 260px;
  margin-top: 20px;
  background-image: url('../img/school/tab5.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.fuseBox-con2-bg2{
  background-image: url('../img/school/tab6.png');
}

.fuseBox-con2-bg3{
  background-image: url('../img/school/tab7.png');
}

.fuseBox-con2-bg4{
  background-image: url('../img/school/tab8.png');
}


.fuseBox-conFont,.fuseBox-conFont2{
  display: block;
  height: 33px;
  width: 204px;
  padding-top: 167px;
  text-align: center;
  line-height: 33px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
}


.fuseBox-conFont2{
  padding-top: 124px;
}

.fuseBox-conText{
  width: 800px;
}

.fuseBox-icon{
  text-indent: 0px!important;
  position: relative;
  padding-left: 18px;
}

.fuseBox-icon:after{
  content: '';
  position: absolute;
  left: 1px;
  top: 5px;
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url('../img/school/icon.png') no-repeat;
  background-size: 100%;
}

.fuseBox-conText{
  /* margin: 50px 0 0 56px; */
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  padding-left: 56px;
}

.fuseBox-conText>p{
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  line-height: 26px;
  text-indent: 32px;
}

/* 合作优势 */
.advantage{
  width: 100%;
  height: 710px;
  padding-top: 105px;
  background: #F7F8FA;
}

.advantage-title{
  position: relative;
  width: 194px;
  height: 46px;
  margin: 0px auto 79px;
  background: url('../img/school/title2.png') no-repeat;
  background-size: 100%;
}

.advantage-title::after{
  position: absolute;
  left: 50%;
  bottom: -44px;
  transform: translate(-50%,0);
  content: '';
  width: 26px;
  height: 15px;
  background: url('../img/school/arrow-bottom.png') no-repeat;
  background-size: 100%;
}

.advantage-con{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  height: 324px;
  margin: 0 auto;
}

.advantage-con div:nth-child(3),.advantage-con div:nth-child(4){
  margin: 32px 0 24px 0 ;
}

.advantage-item{
  position: relative;
  width: 580px;
  height: 130px;
  background: linear-gradient(180deg, rgba(112, 186, 68, 1) 0%, rgba(11, 49, 143, 1) 100%);
}

.advantage-item:hover{
  transform: translateY(-7px);
  transition: all .2s linear;
  box-shadow: 0px 3px 8px -1px #A4BCFF;
}

.advantage-box{
  display: flex;
  position: absolute;
  width: 578px;
  height: 128px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.advantage-iconBox{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  height: 100%;
  margin-left: 19px;
}

.advantage-iconBox::after{
  position: absolute;
  top: 87px;
  left: 19px;
  content: '';
  width: 100px;
  height: 18px;
  background: #CFDCFF;
}

.advantage-icon{
  width: 44px;
  height: 40px;
  margin-top: 25px;
}

.advantage-iconBox>p{
  position: relative;
  z-index: 10;
  font-size: 22px;
  margin-top: 8px;
  font-weight: 500;
  color: #0B318F;
}

.advantage-conBox{
  display: flex;
  align-items: center;
  margin-left: 36px;
  height: 128px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #343434;
}

.certificate{
  position: relative;
}

.certificate-title{
  position: relative;
  width: 335px;
  height: 46px;
  margin: 100px auto 70px;
  background: url('../img/school/title3.png') no-repeat;
  background-size: 100%;
}

.certificate-title::after{
  position: absolute;
  left: 50%;
  bottom: -44px;
  transform: translate(-50%,0);
  content: '';
  width: 26px;
  height: 15px;
  background: url('../img/school/arrow-bottom.png') no-repeat;
  background-size: 100%;
}

.certificate-titleBom{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1100px;
  height: 95px;
  margin: 21px auto 0;
  background: linear-gradient(90deg, #F5F5F5 0%, #FFFFFF 100%);
  font-size: 18px;
  font-weight: 400;
  color: #343434;
  line-height: 26px;
}

.certificate-engineerBox{
  width: 1080px;
  height: 552px;
  margin: 0 auto;
  text-align: center;
}

.certificate-engineerBox>h4{
  font-size: 22px;
  margin: 23px 0 19px 0;
  font-weight: 500;
  color: #0B318F;
  line-height: 30px;
}

.certificate-engineerItmeBox{
  width: 1080px;
  height: 100px;
  margin-bottom: 69px;
  display: flex;
  justify-content: space-between;
}

.certificate-engineerItmeBox div:nth-child(2){
  background: linear-gradient(180deg, #245CB3 0%, #0B318F 100%);
}

.certificate-engineerItmeBox div:nth-child(3){
  background: linear-gradient(180deg, #82D152 0%, #70BA44 100%);
}

.certificate-engineerItme{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 354px;
  height: 100px;
  background: linear-gradient(180deg, #DB5047 0%, #BE322F 100%);
  border-radius: 2px;
}

.certificate-engineerItme::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -55px;
  transform: translate(-50%,0);
  width: 40px;
  height: 40px;
  background: url('../img/school/arrow-icon.png') no-repeat;
  background-size: 100%;
}

.certificate-engineerItme>p{
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
}

.certificate-gradeBox{
  width: 1080px;
  height: 80px;
  display: flex;
  /* margin-top: 69px; */
  justify-content: space-between;
}

.certificate-gradeBox div:nth-child(2){
  background: linear-gradient(180deg, #245CB3 0%, #0B318F 100%);
}

.certificate-gradeBox div:nth-child(3){
  background: linear-gradient(180deg, #82D152 0%, #70BA44 100%);
}

.grade-item{
  text-align: left;
  width: 354px;
  height: 80px;
  line-height: 80px;
  background: linear-gradient(180deg, #DB5047 0%, #BE322F 100%);
  border-radius: 2px;
  opacity: 0.9;
}

.grade,.grade-en{
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}

.grade{
  position: relative;
  margin-left: 76px;
}

.advanced{
  margin-left: 47px;
}

.intermediate{
  margin-left: 50px;
}

.primary{
  margin-left: 48px;
}

.grade::after{
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translate(0,-50%);
  content: '';
  width: 1px;
  height: 30px;
  background: #FFFFFF;
}


.onexItem-box{
  margin: 0 auto;
  width: 1080px;
  display: flex;
  justify-content: space-between;
  height: 54px;
  margin-bottom: 20px;
}

.onexItem{
  display: flex;
  width: 354px;
  height: 54px;
  
  background: linear-gradient(90deg, #F1F1F1 0%, #FFFFFF 100%);
  border-radius: 2px; 
}

.onexItem>p{
  width: 80px;
  height: 54px;
  background: #fff;
  font-size: 22px;
  font-weight: 500;
  color: #343434;
  line-height: 54px;
  text-align: center;
}

.onexItem>div{
  width: 100%;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #343434;
}

.onexItemActive p{
  background: #70BA44;
  color: #fff;
}

.onexItemActive div{
  background: linear-gradient(90deg, #63A939 0%, #0B318E 100%);
  color: #fff;
}

.cerDetails-box{
  z-index: 10;
  display: flex;
  background-color: #fff;
  position: relative;
  margin: 0 auto 98px;
  width: 986px;
  overflow: hidden;
  padding-left: 114px;
  padding-top: 25px;
  height: 751px;
  border-radius: 2px;
  border: 1px solid rgba(112, 186, 68, 1);
}

.cerDetails-box>img{
  position: absolute;
  top: 29px;
  left: 32px;
  width: 45px;
  height: 711px;
}

.cerDetails-innerBox{
  margin-right: 114px;
  transition: all .3s linear;
}

.innerBox-move1{
  transform: translateX(-1034px);
}

.innerBox-move2{
  transform: translateX(-2068px);
}

.cerDetails-innerBox>h3{
  font-size: 22px;
  font-weight: 400;
  color: #0B318F;
  margin-bottom: 7px;
}

.cerDetails-innerBox>p{
  width: 920px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #343434;
}


/* 背景3张图 */
.intro-bgL,.intro-bgR1,.intro-bgR2{
  z-index: 1;
  position: absolute;
  width: 424px;
  height: 415px;
}

.intro-bgL{
  top: 791px;
  left: 0;
}

.intro-bgR1{
  top: 52px;
  right: 0;
}

.intro-bgR2{
  top: 1323px;
  right: 0;
}

.service{
  width: 100%;
  height: 842px;
  background: #F7F8FA;
}

.serviceItemBox{
  display: flex;
  justify-content: space-between;
  width: 1100px;
  height: 200px;
  margin: 0 auto;
}

.serviceItem{
  width: 330px;
  transition: all .2s linear;
}

.serviceItem:hover{
  transform: translateY(-10px);
}

.serviceItem:hover .serviceOutCon{
  /* transform: translateY(-10px); */
  box-shadow: 0px -4px 9px -1px #DBE4FF;
}

.serviceItem:hover .serviceBom-item{
  /* transform: translateY(-10px); */
  box-shadow: 0px -4px 9px -1px #DBE4FF;
}

.serviceItem:hover .serviceBom-item2{
  /* transform: translateY(-10px); */
  box-shadow: 0px -4px 9px -1px #DBE4FF;
}

.serviceOutCon{
  position: relative;
  width: 324px;
  padding-top: 3px;
  padding-left: 3px;
  height: 84px;
  background: linear-gradient(180deg, rgba(112, 186, 68, 1) 0%, rgba(11, 49, 143, 1) 100%);
  border-radius: 6px;
  margin-bottom: 28px;
}

.serviceCon{
  width: 321px;
  height: 41px;
  font-size: 22px;
  padding-top: 40px;
  font-weight: 500;
  color: #363636;
  text-align: center;
  border-radius: 4px;
  background: #fff;
}

.serviceCon::after{
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translate(-50%,0);
  content: '';
  width: 70px;
  height: 70px;
  background: url('../img/school/employ1.png') no-repeat;
  background-size: 100%;
}


.serviceBom{
  display: flex;
  justify-content: space-between;
}

.serviceBom-item{
position: relative;
width: 148px;
height: 40px;
padding-left: 2px;
padding-top: 2px;
background: linear-gradient(180deg, rgba(112, 186, 68, 1) 0%, rgba(11, 49, 143, 1) 100%);
border-radius: 6px;
}

.serviceBom-item::after{
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  top: -28px;
  content: '';
  width: 7px;
  height: 32px;
  background: url('../img/school/employ-line.png') no-repeat;
  background-size: 100%;
}

.serviceBom-Initem{
  width: 146px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 400;
  color: #343434;
}

.serviceBom-item2{
  position: relative;
  width: 106px;
  height: 40px;
  padding-left: 2px;
  padding-top: 2px;
  background: linear-gradient(180deg, rgba(112, 186, 68, 1) 0%, rgba(11, 49, 143, 1) 100%);
  border-radius: 6px;
  }
  
.serviceBom-item2::after{
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  top: -28px;
  content: '';
  width: 7px;
  height: 32px;
  background: url('../img/school/employ-line.png') no-repeat;
  background-size: 100%;
}



.serviceBom-Initem2{
  width: 104px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 400;
  color: #343434;
}

.service-linkBox{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 280px;
  margin: 0 auto;
}

.service-linkItem{
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  width: 540px;
  height: 280px;
  background: url('../img/school/employ-img1.png') no-repeat;
  background-size: 100%;
}

.service-linkItem:hover{
  box-shadow: 0px 2px 5px 0px rgba(0, 41, 89, .2);
}

.service-linkItem2{
  background: url('../img/school/employ-img2.png') no-repeat;
  background-size: 100%;
}

.service-linkBox img{
  width: 59px;
  height: 59px;
  margin-top: 54px;
}


.service-linkBox p{
  font-size: 22px;
  font-weight: 500;
  margin: 24px 0;
  color: #FFFFFF;
}

.service-btn{
  cursor: pointer;
  width: 160px;
  height: 54px;
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 54px;
}

.solve{
  position: relative;
}

.solve-imgBox{
  display: flex;
  margin-top: 40px;
}

.solve-imgL{
  position: relative;
  width: 748px;
  height: 320px;
  margin-right: 70px;

  background: url('../img/school/solveL.png') no-repeat;
  background-size: 100%;
}

.solve-imgR{
  width: 354px;
  height: 320px;
  background: url('../img/school/solveR.png') no-repeat;
  background-size: 100%;
}

.cooperation{
  width: 1140px;
  height: 659px;
  margin: 0 auto;
  background: #fff;
}

.service-btn:hover{
  background: rgba(255, 255, 255, 0.4);
}

.solve-title{
  position: relative;
  width: 717px;
  height: 46px;
  margin: 100px auto 70px;
  background: url('../img/school/title4.png') no-repeat;
  background-size: 100%;
}

.arrow-solve{
  position: absolute;
  left: 742px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 103px;
  -webkit-animation: arrow-move 1.5s linear 0.4s infinite;
  animation: arrow-move 1.5s linear 0.4s infinite;
}


/**
* ----------------------------------------
* animation arrow-move
* ----------------------------------------
*/
@keyframes arrow-move{
  from{
    transform: translate(0,-50%);
  }
  to{
    transform: translate(8px,-50%);
  }
  }

  

.arrow-solve>img{
  width: 26px;
  height: 21px;
}

.solve-title::after{
  position: absolute;
  left: 50%;
  bottom: -44px;
  transform: translate(-50%,0);
  content: '';
  width: 26px;
  height: 15px;
  background: url('../img/school/arrow-bottom.png') no-repeat;
  background-size: 100%;
}

.solve-subTitle{
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #343434;
  padding: 39px 0 0 22px;
}

.solve-subTitle::before{
  position: absolute;
  content: '';
  width: 8px;
  height: 28px;
  left: 0px;
  bottom: 0px;
  background: #70BA44;
}

.cooperationImg{
  position: relative;
  z-index: 10;
  margin-top: 32px;
  width: 1100px;
  height: 580px;
}

.solve-certificate{
  width: 100%;
  height: 400px;
  background: #F7F8FA;
}

.certificate-box{
  display: flex;
  width: 1140px;
  height: 400px;
  margin: 0 auto;
  background: #F7F8FA;
}

.certificate-left{
  width: 645px;
  padding-top: 20px;
}

.certificate-box img{
  height: 276px;
  width: 381px;
  margin: 74px 0 0 56px;
}


.certificate-left>p{
  font-size: 16px;
  padding-top: 23px;
  font-weight: 400;
  color: #343434;
  text-align: 32px;
  line-height: 30px;
}

.solve-def{
  position: relative;
  width: 100%;
  height: 920px;
}

.solve-defBox{
  width: 1140px;
  margin: 0 auto;
}

.defFontBox{
  display: flex;
  height: 172px;
  margin-top: 37px;
  width: 1242px;
}

.defFontItem{
  position: relative;
  transition: .2s linear;
}

.defFontItem-shadow{
  position: absolute;
  top: 0px;
  left: 25px;
  width: 571px;
  height: 162px;
  background: transparent!important;
  border-radius: 14px;
  transform:skew(-19deg);
}

.defFontItem-shadow1{
height: 157px;
}

.defFontItem>span{
  display: inline-block;
  width: 518px;
}

/* 增加下边距 减去下方背景图的边框高度 居中与空白的格子 */
.defFontItem span:nth-child(1){
  margin-bottom: 13px;
}

.defFontItem span:nth-child(2){
  margin-bottom: 7px;
}

.defFontItem:hover{
  transform: translateY(-10px);
}

.defFontItem:hover .defFontItem-shadow{
  box-shadow: 0px 0px 7px 1px #CED3E1;
}

.defFontBox>div{
  display: flex;
  position: relative;
  z-index: 10;
  align-items: center;
  justify-content: center;
  width: 621px;
  height: 163px;
}

.defFontBox div:nth-child(1){
  background: url('../img/school/solve-blue.png') no-repeat;
  background-size: 100%;
}

.defFontBox div:nth-child(2){
  background: url('../img/school/solve-green.png') no-repeat;
  background-size: 100%;
  margin-top: 15px;
  margin-left: -42px;
}

.defImg{
  width: 596px;
  height: 524px;
  margin: 43px 0 0 304px
}

.twoTeacherBox{
  width: 100%;
  height: 400px;
  background: #F7F8FA;
}

.twoTeacher{
  width: 1140px;
  margin: 0 auto;
}

.twoTeacher-itemBox{
  display: flex;
  margin-top: 82px;
  margin-left: 184px;
}

.solveItem1,.solveItem2{
  width: 321px;
  height: 41px;
  font-size: 22px;
  padding-top: 40px;
  font-weight: 500;
  color: #363636;
  text-align: center;
  border-radius: 4px;
  background: #fff;
}

.solveItem1::after{
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translate(-50%,0);
  content: '';
  width: 70px;
  height: 70px;
  background: url('../img/school/solve-icon1.png') no-repeat;
  background-size: 100%;
}

.solveItem2::after{
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translate(-50%,0);
  content: '';
  width: 70px;
  height: 70px;
  background: url('../img/school/solve-icon2.png') no-repeat;
  background-size: 100%;
}

.environment{
  width: 100%;
  height: 594px;
}

.environmentBox{
  width: 1200px;
  margin: 0 auto;
}

.environment-itemBox{
  margin-top: 44px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
}

.environment-itemBox div:nth-child(6),.environment-itemBox div:nth-child(12){
  margin-right: 0;
}

.environment-item{
  transition: all .1s linear;
  width: 195px;
  height: 70px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(90deg, #113791 0%, #70BA44 100%);
  opacity: 0.9;
  transform: skewX(-15deg);
}

.environment-item p{
  transform: skewX(15deg);
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}

.environment-top:hover{
  transform: translateY(-6px) skewX(-15deg) scale(1.02);
}

.environment-bom:hover{
  transform: translateY(6px) skewX(-15deg) scale(1.02);
}

.environment-top:hover p,.environment-bom:hover p{
  font-size: 18px;
}

.environment-font{
  text-indent: 32px;
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  margin-top: 29px;
  margin-left: 28px;
  line-height: 26px;
}


.operate{
  width: 100%;
  height: 520px;
  margin: 0 auto;
  background-color: #F7F8FA;
}

.operateBox{
  display: flex;
  width: 1200px;
  height: 520px;
  margin: 0 auto;
}

.operateItem-title{
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #343434;
  margin: 0 0 27px 16px;
  padding-top: 65px;
}

.operateItem-title::after{
  content: '';
  position: absolute;
  left: -16px;
  top: 80px;
  transform: translate(0,-50%);
  width: 8px;
  height: 28px;
  background: #70BA44;
}

.operateItem-fontBox{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 610px;
  padding: 0 35px;
  line-height: 24px;
  height: 260px;
  background: url('../img/school/operate-green.png') no-repeat;
  background-size: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #343434;
}

.operateItem-fontBox{
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  text-indent: 32px;
}

/* .operateItem-fontBox::after{
  position: absolute;
  bottom: -8px;
  width: 660px;
  overflow: hidden;
  color: #70BA44;
  left: 50%;
  transform: translate(-52.5%,0);
  content: '///////////////////////////////////////////////////////////////////////////////////////////';
} */

.operateItem-fontBox>span{
  line-height: 24px;
  margin-bottom: 22px;
}


.operateImg{
  margin: 56px 0 0 64px;
  width: 488px;
  height: 375px;
  background: url('../img/school/solve-bomImg.png') no-repeat;
  background-size: 100%;
}

.operateImg-item{
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}

.operateImg-item1{
  margin: 36px 0 0 182px;
}

.operateImg-item2{
  margin: 48px 0 0 30px;
}

.operateImg-item3{
  margin: 7px 0 0 329px;
}

.operateImg-item4{
  margin: 49px 0 0 34px;
}

.operateImg-item6{
  margin: 58px 0 0 177px;
}

.operateImg-item5{
  margin: -3px 0 0 275px;
}