@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "Microsoft YaHei", Arial;
}

ul,
li,
dt,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
div,
html,
form,
table,
tr,
td,
dt,
dl,
dd,
span,
input,
a,
img {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
  border: none;
}
.l-item {
  list-style: disc;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.banner {
  display: block;
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
}
.text-p {
  position: relative;
  top: 10%;
  text-align: center;
  right: 10%;
  letter-spacing: 1px;
  font-size: 16px;
  color: #555;
  float: right;
}
.span-title {
  background: rgb(178, 136, 80);
  background: linear-gradient(
    270deg,
    rgba(178, 136, 80, 0.9) 0%,
    rgba(178, 136, 80, 0.7) 100%
  );
}
.l-item2 {
  line-height: 2.5rem;
  font-size: 18px;
}
.span-title2 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  background: rgb(11, 68, 35);
  background: linear-gradient(
    90deg,
    rgba(11, 68, 35, 1) 0%,
    rgba(0, 110, 46, 1) 100%
  );
}
