div {
  text-align: center;
}
.home {
  background: #fff;
}
.home .ms-title {
  font-size: 30px;
  font-weight: bold;
  margin: 60px 0 30px 0;
}
.home .ms-h2 {
  color: #333;
  font-size: 16px;
  line-height: 35px;
}
.home .iconfont {
  font-size: 80px;
}
.home .ms-block {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}
.home .ms-iblock {
  padding: 30px 0;
}
.home .ms-name {
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}
.home .ms-content {
  font-size: 15px;
  color: #333;
  line-height: 25px;
}
.home .ms-yingyong .grid-content {
  padding: 80px 20px;
}
.home .ms-yingyong .grid-content:hover {
  box-shadow: 0 0 10px #f5f5f5;
}
.home .ms-yingyong .grid-content:hover .iconfont {
  color: #CC221C;
}
.home .el-carousel__item h3 {
  color: #475669;
  font-size: 16px;
  opacity: 0.75;
  line-height: 200px;
  margin: 0;
}
.home .el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}
.home .el-carousel__item:nth-child(2n+1) {
  background-color: #d3dce6;
}
.home .ms-anlie .grid-content {
  position: relative;
}
.home .ms-anlie .ms-jie {
  position: absolute;
  bottom: 6px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  color: #fff;
}
.home .ms-kehu .grid-content {
  margin-bottom: 20px;
}
.home .ms-kehu .ms-gengduo {
  width: 150px;
  background: #cc221c;
  border-radius: 15px;
  color: #fff;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 15px;
}
