.title-box {
  width: 100%;
  height: 240px;
  background: url(../img/project.png) no-repeat;
  background-position: center;
  padding-top: 67px;
  color: #ffffff;
  text-align: center;
}

.title-box h2 {
  font-family: 'AlimamaShuHeiTiBold';
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}

.title-box p {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 13px;
}
.tab-box{
  height: 70px;
	background-color: #ebedf0;
}
.tab-box>ul{
  width: 1200px;
  height: 70px;
  align-items: stretch;
  margin: 0 auto;
  font-size: 16px;
	color: #000000;
}
.tab-box li{
  width: 25%;
  cursor: pointer;
}
.tab-box li.active{
	background-color: #ffffff;
  font-weight: 700;
}
.section-box{
  min-width: 1200px;
  padding-bottom: 88px;
}
section {
  width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 30px 20px 50px;
  display: none;
}
section.active{
  display: block;
}
.project{
  height: 100px;
	background: url(../img/project1.png) no-repeat;
  background-size: 100%;
  padding-left: 30px;
  margin-bottom: 32px;
}

.project .name{
  width: 160px;
	height: 50px;
	background: rgba(0,0,0,.2);
	border: solid 1px #ffffff;
  font-size: 24px;
	color: #ffffff;
}
.project p{
  font-size: 24px;
	color: #ffffff;
  padding-left: 23px;
}
.info{
  padding: 0 20px;
}
.part{
  margin-bottom: 60px;
}
.part h4{
  font-size: 20px;
	line-height: 20px;
	color: #000000;
  margin-bottom: 35px;
}
.part p{
  font-size: 14px;
	line-height: 24px;
	color: #333333;
  margin-bottom: 30px;
}
.intr h4{
  margin-top: 25px;
}
.intr .advantage >p{
  font-size: 16px;
	line-height: 16px;
  margin-bottom: 18px;
}
.intr .advantage>div>div{
  width: 350px;
}
.intr .advantage>div .adtxt{
  height: 50px;
	border: solid 1px #e5e5e5;
  font-size: 16px;
	font-weight: 700;
	color: #333333;
}
.intr .advantage>div p{
  height: 100px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
  border-top: none;
  text-align: center;
  margin-bottom: 0;
}

.fit>div>div{
  width: 360px;
  height: 100px;
	background-color: #ffffff;
	border: solid 1px #f5f7fa;
  align-items: stretch;
}
.fit>div>div .icon{
  width: 50%;
  flex-shrink: 0;
}
.fit>div>div p{
  width: 100%;
  margin-bottom: 0;
  background-color: #f5f7fa;
  color: #333333;
}

.step>div{
  align-items: flex-start;
}
.step .stage{
  width: 254px;
  flex-shrink: 0;
}
.step .result{
  width: 100%;
}
.step .stage .top{
  height: 50px;
	background-color: #ffffff;
	border: solid 2px #42579f;
  font-size: 16px;
	font-weight: 700;
	color: #42579f;
  padding: 0 29px 0 15px;
}
.step .stage .top span:nth-child(1){
  font-size: 14px;
}
.step .stage ul,
  .step .result ul{
  border-left: 1px solid #cccccc;
  margin-left: 15px;
  padding: 33px 0 17px 29px;
}
.step .result ul{
  padding:0 0 0 29px;
  border: none;
  margin-left: 0;
}
.step .stage li{
  margin-bottom: 20px;
}
.step .stage li:last-child{
  margin-bottom: 0;
}
.step .stage li>div,
  .step .result li>div{
	height: 45px;
	border: solid 1px #cccccc;
  font-size: 16px;
  margin-bottom: 13px;
  position: relative;
  min-width: 146px;
  padding: 0 12px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
}
.step .stage li>div::before,
  .step .result li>div::before{
  content: "";
  width: 29px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  left: -29px;
  top: 50%;
  transform: translateY(-50%);
}
.step .stage li p,
  .step .result li p{
  color: #666666;
  margin-bottom: 0;
  height: 48px;
}
.step  .img{
  width: 73px;
	height: 45px;
  flex-shrink: 0;
}

.partner ul{
  flex-wrap: wrap;
  align-items: flex-start;
}
.partner li{
  width: 180px;
    height: 100px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
}
.partner li:nth-child(1),
.partner li:nth-child(2),
.partner li:nth-child(3),
.partner li:nth-child(4),
.partner li:nth-child(5){
  margin-bottom: 20px;
}
.partner li img{
  width: 95%;
}
.harvest>div>div{
  width: 350px;
}
.harvest>div>div .top{
	height: 60px;
	background-color: #42579f;
  font-size: 16px;
	font-weight: 700;
	color: #ffffff;
  position: relative;
}
.harvest>div>div .top::after{
  content: "01";
  font-size: 50px;
  font-family: 'avantibold';
	color: #ffffff;
	opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
}
.harvest>div>div:nth-child(2) .top::after{
  content: "02";
}
.harvest>div>div:nth-child(3) .top::after{
  content: "03";
}
.harvest>div>div:nth-child(4) .top::after{
  content: "04";
}
.harvest>div>div p{
  height: 100px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
  text-align: center;
  margin-bottom: 0;
}

.offline .project{
  background-image: url(../img/project2.png);
}

.offline .intr .advantage>div>div{
  width: 260px;
}
.offline .fit>div>div,
  .practice .fit>div>div{
  width: 273px;
}
.offline .fit>div>div .icon,
  .practice .fit>div>div .icon{
  width: 40%;
}
.offline .harvest>div>div{
  width: 270px;
}

.practice .project{
  background-image: url(../img/project3.png);
}

.practice .intr .advantage>div>div{
  width: 210px;
}

.employment .project{
  background-image: url(../img/project4.png);
}

.employment .intr .advantage>div>div{
  width: 270px;
}
.service  .content{
  align-items: flex-start;
}
.service .icon-box {
  width: 70px;
  height: 70px;
  background-color: #e6e9f5;
  border-radius: 70px;
  flex-shrink: 0;
  margin-right: 20px;
}
.service p{
  margin-bottom: 0 !important;
}
.service .icon {
  background: url(../img/css_sprites.png) no-repeat;
}

.service .icon1 {
  width: 39px;
  height: 43px;
  background-position: -198px -0px;
}

.service .icon2 {
  width: 44px;
  height: 42px;
  background-position: -237px -0px;
}

.service .icon3 {
  width: 40px;
  height: 49px;
  background-position: -281px -0px;
}

.service .icon4 {
  width: 27px;
  height: 47px;
  background-position: -321px -0px;
}

.service .icon5 {
  width: 50px;
  height: 50px;
  background-position: -348px -0px;
}
.service .same:nth-child(1){
  margin-right: 45px;
  flex-shrink: 0;
}
.service .same:nth-child(3){
  margin-left: 45px;
  flex-shrink: 0;
}
.service .same li{
  position: relative;
}
.service .same li:nth-child(1) {
  margin-bottom: 24px;
}
.service .same li:nth-child(2) img{
  position: absolute;
  top: -24px;
  right: 23px;
}
.service .same .top {
  margin-bottom: 17px;
}

.service .same .step {
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 10px;
}

.service .same .desc {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.service .same .txt {
  width: 250px;
  height: 120px;
  background-color: #e6e9f5;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 40px 0 24px;
}
.service .same .txt p{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.service .other {
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 40px;
  height: 330px;
  position: relative;
}
.service .other li{
  width: 250px;
  height: 160px;
  align-items: flex-end;
  margin-bottom: 10px;
}
.service .other li:nth-child(1){
  margin-bottom: 0;
}
.service .other li:nth-child(2) .top,
.service .other li:nth-child(3) .top,
.service .other :nth-child(4) .top{
  width: 250px;
	height: 40px;
	background-color: #42579f;
  color: #ffffff;
  margin-bottom: 0;
}
.service .other li .txt{
  padding-right: 10px;
}
.service .other li p span{
  margin-left: 50px;
}
.service .other .arrow2{
  position: absolute;
  left: -45px;
  top: 139px;
}
.service .other .arrow1{
  position: absolute;
  right: -30px;
  top: 142px;
  transform: rotateZ(-90deg);
}
.students>div{
  padding: 0 70px;
  position: relative;
  
}
.students .swiper-wrapper{
  align-items: stretch;
}
.students .swiper-slide{
  width: 900px;
	height: auto;
	background-color: #f5f7fa;
	border: solid 2px #42579f;
  opacity: .2;
  transform: scale(.9);
  padding: 10px;
}
.students .swiper-slide .stuinfo{
  width: 100%;
  height: 100%;
  padding: 30px 30px 20px;
  background-color: #ffffff;
  position: relative;
}
.students .swiper-slide  .txt{
  margin-bottom: 15px;
}
.students .swiper-slide  .txt:last-child{
  margin-bottom: 0;
}
.students .swiper-slide .span{
  width: 90px;
	height: 32px;
	background-color: #42579f;
	border-radius: 16px;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 8px;
}
.students .swiper-slide p{
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
	color: #333333;
  padding-left: 12px;
}
.students .swiper-slide .offer{
  width: 180px;
	height: auto;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
  position: absolute;
  top: 21px;
  right: 92px;
  padding: 3px;
  
}
.students .swiper-slide .offer img{
  width: 100%;
  position: relative;
  z-index: 2;
  max-height: 270px;
}
.students .swiper-slide .offer::after{
  content: "";
  width: 284px;
	height: 137px;
  background: url(../img/OFFER.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.students .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 5;
}
.students .swiper-button-next,.students .swiper-button-prev{
	width: 28px;
	height: 50px;
	background: #595959;
  transition: all .4s;
}
.students .swiper-button-next{
  right: 0;
}
.students .swiper-button-prev{
  left: 0;
}
.students .swiper-button-next img{
  transform: rotateZ(180deg);
}
.students .swiper-button-next:hover,.students .swiper-button-prev:hover{
	background-color: #fe4d40;
  transition: all .4s;
}