*{
  padding: 0;
  margin: 0;
}
.aboutme .carimg_row .wordtop{
  color: #e9fafb;
}
.aboutme .carimg_row .wordbottom{
  color: #e9fafb;
}
.aboutmecont{
  width: 100%;
  background-color: #e9fafb;
  padding: 50px 0px;
}
.abouttitle{
  font-size: 20px;
  line-height: 100px;
  font-weight: 600;
  text-align: center;
}
.aboutword{
  width: 80%;
  margin: auto;
  font-size: 16px;
  line-height: 35px;
  font-weight: 600
}
/* 微网互动 */
.weicont{
  width: 700px;
  margin: 110px auto 0px;
  display: flex;
  justify-content: space-between;
}
.weilist{
  width: 140px;
  height: 140px;
  border: 5px solid #6de7cf;
  border-radius: 50%;
  box-shadow: 0px 0px 15px 0px #55bda9;
  transition: all .5s;
}
.weilist:hover{
  background-color: #6de7cf;
  color: #fff;
  transform: scale(1.2);
}
.weilist:hover .weidate{
  color: #fff;
}
.weidate{
  font-size: 46px;
  font-weight: 600;
  line-height: 96px;
  color: #48fcd9;
  text-align: center;
}
.weiname{
  font-size: 15px;
  font-size: 500;
  line-height: 20px;
  text-align: center;
}
.weihtml .carimg_row .wordtop{
  color: #03242b;
  font-size: 35px;
  line-height: 70px;
}
.weihtml .carimg_row .wordbottom{
  color: #03242b;
}
.weibottom_cont{
  width: 80%;
  margin: 40px auto;
}
.weibottom_title{
  font-size: 20px;
  line-height: 70px;
  font-weight: 600;
  text-align: center;
}
.weibottom_cont >img{
  width: 100%;
  display: block;
}
.weibottom_word{
  font-size: 18px;
  line-height: 60px;
  font-weight: 600;
}