.ls-server{
  font-size: 26px;
  text-align: center;
  padding: 20px 0;
}
.icon{
  width: 125px;
  height: 125px;
  background: url('../image/lssprite.png');

}
.logo{
  padding: 15px 0;
}
.section {
  background-color: #fff;
  height: 402px;
  position: relative;
  margin-bottom: 18px;
}
.section:before {
  content: "";
  width: 122px;
  height: 122px;
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../image/lssprite.png) 0 0 no-repeat;
  overflow: auto;
  visibility: visible;
}
.section2::before{
  background-position: -162px 0;
}
.section3::before{
  background-position: -486px 0;
}
.section .fl {
  width: 851px;
}
.section .fl h6 {
  font-size: 1.375em;
  position: absolute;
  left: 172px;
  top: 185px;
  font-weight: normal;
}
.section-text {
  position: absolute;
  left: 313px;
  top: 113px;
  /* width: 477px; */
  width: 491px;
  font-size: 14px;
  text-align: justify;
}
.section-text span {
  display: block;
  width: 88px;
  height: 30px;
  background-color: #eee;
  text-align: center;
  line-height: 30px;
  margin-bottom: 12px;
}
.section-text p {
  line-height: 2.143;
  font-size: 14px;
  color: #666;
}
.section .fr {
  width: 349px;
  position: relative;
}
@media (min-width:1000px) and (max-width:1199px){
  .section-text{
    width: 410px;
  }
  .section .fr {
    width: 200px;
    margin-top: 86px;
    position: relative;
  }
}
@media (min-width:767px) and (max-width:999px){
  .section-text{
    width: 410px;
  }
  .section .fr {
    display: none;
    width: 200px;
    margin-top: 86px;
    position: relative;
  }
}
@media (max-width:767px){
  .section .fr{
    position: static;
    margin: 0 auto;
  }
  .section-text{
    width: 100%;
    box-sizing: border-box;
    position: static;
  }
  .section .fl h6 {
    padding-left: 30px;
    line-height: 50px;
    position: static;
  }
  .section .fl{
    width: 100%;
    box-sizing: border-box
  }
  .section::before{
    overflow: hidden;
    visibility: hidden;
  }
  .section-text span{
    margin-left: 30px;
  }
  .section-text p{
    text-indent: 2em;
    padding: 0 10px;
  }
  .section{
    padding-bottom: 30px;
    height: auto;
    overflow: hidden;
  }
}