body,
html,
ul,
li,
p {
  margin: 0;
  padding: 0;
  color: #333;
}

ul,
li {
  list-style: none;
}

.banner-box {
  position: relative;
}

.banner-box img {
  display: block;
  width: 100%;
}

.banner-box .logo {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 200px;
  height: auto;
}

.bcss,
.fzlc,
.jtry {
  max-width: 1200px;
  margin: 0 auto;
}

.jtry {
  margin-top: 60px;
  margin-bottom: 60px;
}

.fzlc-box {
  background-image: url("../images/捕获.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px 0 80px;
  margin-top: 80px;
}

.bcss h3,
.fzlc h3,
.jtry h3 {
  font-size: 30px;
  text-align: center;
  position: relative;
}

.fzlc h3 {
  color: #f4f4f4;
  text-shadow: 0 2px 2px #333;
}

.bcss h3:after,
.fzlc h3:after,
.jtry h3:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #c7000b;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
}

.bcss .desc {
  font-size: 1.5em;
  margin-top: 60px;
  color: #666;
  text-indent: 2em;
}

.bcss .data {
  overflow: hidden;
  margin-top: 40px;
}

.bcss li {
  width: 33.333333%;
  float: left;
  text-align: center;
}

.bcss li .value {
  font-size: 3em;
  font-weight: bold;
  color: #f40;
}

.bcss li .value span {
  font-size: 30px;
  vertical-align: 4px;
}

.bcss li .text {
  font-size: 24px;
  color: #666;
  margin-top: 16px;
}

.fzlc .timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.fzlc .timeline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ddd;
  top: 60px;
  left: 0;
  z-index: 1;
}

.fzlc .timeline .item {
  width: 120px;
}

.fzlc .timeline .item .year {
  text-align: center;
  font-size: 1.5em;
  color: #f4f4f4;
  text-shadow: 0 2px 2px #333;
}

.fzlc .timeline .item .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  background-color: #f40;
  margin: 20px auto 0;
  z-index: 2;
}

.fzlc .timeline .item .dot:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #f4f4f4;
}

.fzlc .timeline .item .desc {
  margin-top: 20px;
  color: #f4f4f4;
  font-size: 16px;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 8px;
  text-shadow: 0 2px 2px #333;
}

.jtry {
  overflow: hidden;
}

.jtry .box {
  margin-top: 60px;
}

.jtry .left {
  width: 60%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 8px;
}

.jtry .left .img {
  width: 33.333333%;
  padding: 2px;
  box-sizing: border-box;
  height: 200px;
}

.jtry .left .img2 {
  height: 160px;
}

.jtry .left .img img {
  width: 100%;
  height: 100%;
}

.jtry .right {
  width: 40%;
  float: left;
  box-sizing: border-box;
  padding: 8px;
  height: 400px;
  overflow-y: auto;
}

.jtry .right li {
  margin-bottom: 24px;
}
