@max-width:1000px;

@main-color:#ff9a00;

@font-color:#ffffff;

@333:#333333;
.float(@n){
  float: @n;
}
.border-radius(@n){
  border-radius:@n;
}


.banner{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 480px;
  background: url("../images/caseshow-banner.png") center center no-repeat;
  overflow: hidden;
  margin-top: 75px;
}
.banner-main{
  width: 600px;
text-align: center;
  margin: 0 auto;
}
.banner-main p{
  // font-size: 60px;
  // color: #09583b;
  // line-height: 1;
  // margin-bottom: 20px;
 
}
.banner-main span{
  font-size: 30px;
  color: #09583b;
  display: block;
}

.main{
  width: 100%;
  background: #ffffff;
  clear: both;
  overflow: hidden;

}

.centent{
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}

.content-service{
  margin: 0 auto;
  width: 1000px;
}

.main-servicr{
  clear: both;
  margin: 0 0;
  height: 570px;
}


.title{
  text-align: center;
  padding-bottom: 30px;

}

.title p{
  font-size: 30px;
  color: #333;
  margin-top: 100px;
  // padding-bottom: 30px;
  line-height: 1;
  text-align: center;
  font-weight: normal;
}
.title span{
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 1;
  margin: 0 auto;
  margin-top: 10px;
}

.centent-servicr {
  width: 100%;
  margin: 0 auto;
}

.item{
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
}

.item img{
  height: 90px;
  width: 90px;
  display: block;
  margin: 0px auto;
  margin-top: 39px;
}
.item span{
  display: inline-block;
  height: 14px;
  font-family: SourceHanSansCN-Medium;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #212121;
  margin-top: 8px;
}

.content-jiaxiao-box {
  width: 100%;
  height: 270px;
}

.almain-servicr{
  clear: both;
  height: 742px;
 
}

.alcentent-servicr{
  width: 1000px;
  margin:0 auto;
  height: 160px;
  // margin-top: -140px;
 
  display: flex;
  flex-direction: row;
  
}
.alnewlists{
  flex: 1;
  margin: 0 30px;
  width:180px;
height:170px;
// background:rgba(255,255,255,1);
}
.alnewlists:hover{
  // transform: translateY(-20px);
}
.alnewlists img{
width: 100px;
height: 100px;
margin: 10px auto 0 auto;
}
.alnewlists p{
  font-size:16px;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(0,0,0,1);
  line-height:27px;
  text-align: center;

  
}



.yxschool{
  // width: 800px;
  // margin: 0 120px;
  // height: 200px;
  display: flex;
  flex-direction: row;
}
.yxschoolimg{
  width:200px;
height:200px;
}
.yxschooltitle{
  text-align: left;
  width:520px;
height:200px;
background:rgba(248,250,251,1);
padding: 20px 30px;
}