* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: #000;
}
body {
  background-color: #f2f2f2;
}

/* 轮播图 */
.head01 {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}
.head01 img {
  width: 100%;
  height: 100%;
}
/* 主要内容 */
main {
  margin: 0 auto;
}
.section01 .art01 {
  width: 60%;
  height: 140px;
  margin: 40px auto 0;
  padding: 15px 1%;
}
.section01 .art01 h1 {
  width: 80px;
  line-height: 40px;
  border-bottom: 5px solid #0483a1;
}
.section01 .art01 p {
  line-height: 23px;
  font-size: 15px;
  text-indent: 2em;
  color: #4b4b4b;
  margin-top: 15px;
}
.section01 .art02 {
  width: 60%;
  height: 150px;
  margin: 30px auto;
}
.section01 .art02 img {
  width: 100%;
  height: 100%;
}
.section02 .art01 {
  width: 60%;
  height: 50px;
  margin: 40px auto 0;
  padding: 15px 1%;
}
.section02 .art01 h1 {
  width: 80px;
  line-height: 40px;
  border-bottom: 5px solid #0483a1;
}
.section02 .art02 {
  width: 75%;
  height: 280px;
  margin: 0 auto;
}
.section02 .art02 li {
  width: 200px;
  height: 250px;
  float: left;
  margin: 10px 88px;
  text-align: center;
}
.section02 .art02 li img {
  width: 124px;
  height: 124px;
  margin: 10px 40px 0;
}
.section02 .art02 li h4 {
  line-height: 30px;
  font-size: 22px;
}
.section02 .art02 li p {
  color: #4b4b4b;
  line-height: 30px;
  font-size: 16px;
}
