*{
 	padding:0px;
 	margin:0px;
 	border:0px;
 }

p {
   padding: 10px 0;
}

body {
  background-color: #c1df1d;
  margin: 0px;
  font-size: 18px;
  line-height: 1.778;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
}

a:link {
  text-decoration: none;
}

a:visited {
  color: rgb(255, 108, 0);
}

a:link {
  color: rgb(255, 108, 0);
}

header {
  width: 1200px;
  height: 245px;
  background-color: #d4e41d;
  margin: 0px auto;
}

header .logo {
  width: 1200px;
  position: absolute;
  margin: 50px auto;
  text-align: center;
}

footer {
  width: 1200px;
  height: 100px;
  background-color: #b1d813;
  margin: 0 auto;
  line-height: 30px;
  color: rgb(255, 108, 0);
}

.footer-content {
  position: absolute;
  width: 1010px;
  margin: 20px 100px;
  text-align: center;
}

.content {
  width: 1200px;
  height: 100%;
  margin: 0px auto;
  background: url('../image/background.jpg') no-repeat;
}

.part-01 {
  width: 100%;
  text-align: center;
}

.part-01 .slogan {
  margin: 100px auto;
}

.part-01 .img-list {
  width: 1200px;
  text-align: center;
}

.part-01 .img-list img {
  padding: 14px;
}

.content .title {
  width: 268px;
  height: 71px;
  text-align: center;
  background: url('../image/001.png') no-repeat;
  margin: 25px auto;
}

.content .title span {
  font-size: 25px;
  font-family: "FZLanTingHei-B-GBK";
  color: rgb(255, 108, 0);
  line-height: 70px;
}

.content .detail {
  width: 665px;
  margin: 0px auto;
  text-align: left;
}

.empty-100 {
  height: 100px;
  width: 100px;
}

.empty-80 {
  height: 80px;
  width: 80px;
}

.empty-60 {
  height: 60px;
  width: 60px;
}

.empty-40 {
  height: 40px;
  width: 40px;
}

.empty-20 {
  height: 20px;
  width: 20px;
}

.img-show {
  margin: 70px auto 30px;
  text-align: center;
}

.img-show span {
  padding-bottom: 4px;
  border-bottom: 1px solid #28f9ce;
}

.under-line {
  padding-bottom: 4px;
  border-bottom: 1px solid #28f9ce;
}

.center-1000-box {
  width: 1000px;
  margin: 40px auto;
}

.flex {
  display: flex;
}

.ldgh-img {
  text-align: center;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.padding-10 {
  padding: 10px;
}
