@charset "utf-8";

.banner {
  width: 100%;
  height: 854px;
  background: url("../image/infotopics_back.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .center p{
  margin-top: 100px;
  margin-left: 280px;
}
.center_title {
  width: 100%;
  height: 200px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.center_main_title {
  width: 100%;
  height: 80px;
  font-size: 54px;
}
.center_sub_title {
  font-size: 45px;
  font-weight: 400;
}
.main_content {
  overflow-x: hidden;
  width: 100%;
  text-align: center;
}
.main_content img {
  max-width: 1920px;
}
