@charset "utf-8";
.main{
  width:100%;
  border-top:1px solid #eee;
  margin-top:70px;
  color:#666;
}
.main-con{
  width:990px;
  margin:55px auto;
}
.main-con .main-title{
  width:250px;
  text-align:center;
  background:#fff;
  margin:-75px auto 50px;
  color:#333;
  font-size:28px;
}
.main-con p.articel{
  text-indent: 30px;
  line-height:35px;
  font-size:19px;
  padding-bottom: 30px;
}
.main-con .about{
  margin:20px 0;
  padding-left:80px;
}
.main-con .about .about-title{
  color:#fb8e5e;
  border-bottom:1px solid #f3f3f3;
  line-height:45px;
  font-size:18px;
}
.main-left{
  float:left;
  width:490px;
  margin-top:20px;
}
.main-right{
  float:right;
  width:500px;
}
.main-left-title{
  font-size:19px;
  font-weight:bold;
  line-height:70px;

}
.main-left-con{
  font-size:17px;
  line-height:30px;
}
.main-left-ewm ul li{
   width:170px;
    height:170px;
    margin:35px 8px;
    text-align:center;
    float:left;
}
.main-left-ewm ul li img{
   width:170px;
    height:170px;
}
.main-left-ewm ul li p{
  font-size:15px;
  line-height:30px;
}
.main-con .about-con{
  line-height:45px;
  font-size:19px;
}
.main-con .groupVision {
  background:url(../images/icon-groupVision.png) 3px 12px no-repeat;
  height:80px;
}
.main-con .coreValue {
  background:url(../images/icon-coreValue.png) left 12px no-repeat;
  height:80px;
}
.servers ul li .img-icon{
  width:120px;
  height:120px;
  line-height:120px;
  background:#f1f2f3;
  border-radius:50%;
  text-align:center;
  margin:0 auto;
}
.servers ul li .img-icon img{
  margin-top:30px;
}
.servers{
  text-align:center;
}
.servers h3{
  font-size:16px;
  line-height:30px;
  margin-bottom:30px;
}
.servers ul li{
  width:33%;
  float:left;

}
.servers ul li p{
  line-height:20px;
    font-size:15px;

}
.servers ul li p.title{
  line-height:50px;
    font-size:19px;
}

.servers ul li.twice{
  width:49%;
  float:left;
}
.servers ul li.twice:first-child{
  border-right:1px dashed #eee;
}