/* 顶部 */
.top {
  width: 100%;
  height: 450px;
  background-color: #198bcb;
  text-align: center;
  padding-top: 60px;
}

.top h3 {
  font-size: 36px;
  font-weight: bold;
  color: white;
}

.top h5 {
  font-size: 24px;
  color: #000000;
  margin-top: 10px;
}

.top .subView {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.top .subView .topItem {
  width: 180px;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
}

.top .subView .topItem img {
  width: 138px;
  height: 100px;
  margin-top: 20px;
}

.top .subView .topItem .text1 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 20px;
}

.top .subView .topItem .text2 {
  font-size: 13px;
  color: #000000;
  margin-top: 5px;
}

/* 中部 */
.middle {
  width: 100%;
  height: 450px;
  background-color: #ffffff;
  text-align: center;
  padding-top: 60px;
}

.middle h3 {
  font-size: 36px;
  font-weight: bold;
  color: #198bcb;
}

.middle h5 {
  font-size: 20px;
  color: #666666;
  margin-top: 10px;
}

.middle .subView {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.middle .subView .middleItem {
  width: 220px;
  height: 200px;
  margin-left: 20px;
  margin-right: 20px;
}

.middle .subView .middleItem img {
  width: 110px;
  height: 110px;
  margin-top: 20px;
}

.middle .subView .middleItem .text1 {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  margin-top: 20px;
}

.middle .subView .middleItem .text2 {
  font-size: 15px;
  color: #666666;
  margin-top: 5px;
}

/* 底部 */
.bottom {
  width: 100%;
  height: 450px;
  background-color: #f3f0ef;
  text-align: center;
  padding-top: 60px;
}

.bottom h3 {
  font-size: 36px;
  font-weight: bold;
  color: #198bcb;
}

.bottom h5 {
  font-size: 20px;
  color: #666666;
  margin-top: 10px;
}

.bottom .subView {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.bottom .subView .bottomItem {
  width: 260px;
  height: 200px;
  margin-left: 20px;
  margin-right: 20px;
}

.bottom .subView .bottomItem img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.bottom .subView .bottomItem .left {
  text-align: right;
}

.bottom .subView .bottomItem .right {
  text-align: left;
}

.bottom .subView .bottomItem .text1 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}

.bottom .subView .bottomItem .text2 {
  font-size: 15px;
  color: #666666;
  margin-top: 5px;
}
/* 底部新增 */

.bottom2 {
  width: 100%;
  height: 550px;
  background-color: #666666;
  text-align: center;
  display: flex;
}

.bottom2 .bottomItem2 {
  margin: auto;
  width: 371px;
  height: 500px;
}

.bottom2 .bottomItem2 img{
  width: 100%;
  height: 100%;
}