body {
  font-size: 12px;
  font-family: "Microsoft YaHei" !important;
}

.bd img {
  display: block;
}
.banner {
  height: 27px;
  line-height: 27px;
  background: #e5ecf4;
}
.banner span {
  float: left;
  padding: 0 8px;
  margin-left: 20px;
  color: #fff;
  background: #01af63;
}
.banner li {
  float: left;
}
.banner li img {
  margin: 0 5px 0 15px;
}
.banner li a {
  color: #666;
}
.profile {
  display: flex;
  margin-top: 40px !important;
}
.profile section {
  margin-left: 40px;
}
.profile section h2 {
  width: 265px;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #019d59;
  transform: translateY(2px);
}
.profile section p {
  line-height: 23px;
  text-align: justify;
  color: #474747;
  margin-top:10px
}
.profile section a {
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background: #fff799;
  text-align: center;
  float: right;
  border: 1px silid #fff799;
  border-radius: 10px;
  margin-top:15px;
}
.goods {
  margin-top: 55px !important;
}
.goods aside {
  text-align: center;
}
.goods aside h2 {
  margin-bottom: 10px;
}
.goods aside span {
  padding-bottom: 5px;
  border-bottom: 2px solid #1f974b;
  font-size: 20px;
}
.goods aside p {
  font-size: 18px;
  color: #25b6a6;
}
.goods aside h3 {
  margin-bottom: 40px;
  font-size: 18px;
  color: #ffb437;
}
.goods section {
  display: flex;
  margin-bottom: 35px;
}
.goods section .content-box {
  display: flex;
  flex: 1;
  justify-content: center;
}
.goods section .content-box figure {
  text-align: center;
}
.goods section .content-box figure ul {
  display: flex;
  flex-wrap: wrap;
  width: 280px;
  justify-content: space-between;
}
.goods section .content-box figure ul li {
  margin-top: 10px;
  width: 140px;
  text-align: center;
}
.goods section .content-box figure  a{
 color:#999;
}
.goods section .content-box figure ul li:hover {
  background: #25b6a6;
}
.goods section .content-box figure ul li:hover a {
  color: #fff;
}
.goods-two {
  margin-top: 55px;
}
.goods-two aside {
  text-align: center;
}
.goods-two aside h2 {
  margin-bottom: 10px;
}
.goods-two aside span {
  padding-bottom: 5px;
  border-bottom: 2px solid #1f974b;
  font-size: 20px;
}
.goods-two aside p {
  font-size: 18px;
  color: #25b6a6;
}
.goods-two aside h3 {
  margin-bottom: 40px;
  font-size: 18px;
  color: #ffb437;
}
.goods-two section {
  display: flex;
}
.goods-two section .content-box {
  display: flex;
  flex: 1;
  justify-content: center;
}
.goods-two section .content-box figure {
  text-align: center;
}
.goods-two section .content-box figure  a{
  color:#999
}
.goods-two section .content-box figure ul {
  display: flex;
  width: 280px !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.goods-two section .content-box figure ul li {
  margin-top: 10px;
  width: 140px;
  text-align: center;
}
.goods-two section .content-box figure ul li:hover {
  background: #ffb437;
}
.goods-two section .content-box figure ul li:hover a {
  color: #fff;
}
.msg {
  margin-top: 20px !important;
}
.msg aside {
  text-align: center;
}
.msg aside h2 {
  margin-bottom: 40px;
}
.msg aside span {
  padding-bottom: 5px;
  border-bottom: 2px solid #1f974b;
  font-size: 20px;
}
.msg section {
  display: flex;
}
.msg section .content-box {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-left: 20px;
}
.msg section .content-box h4 {
  font-size: 16px;
  color: #01af63;
}
.msg section .content-box ul li {
  line-height: 22px;
  color: #666;
}
.msg section .content-box ul li p {
  float: left;
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msg section .content-box ul li span {
  float: right;
  color:#999;
}
.msg section .content-box ul li a{
  color:#999;
}
.msg section .content-box ul li a.more{
  color:#ccc;
}
.wrapper {
  margin-top: 25px;
  padding: 10px 0;
  background: #f3f3f3;
}
