.container {
  padding: 0;
  margin: 0;
}
.top_box_1 {
  position: fixed;
  width: 100%;
  z-index: 5;
  height: 80px;
}
.top_banner {
  width: 100%;
  height: 560px;
  background-image: url(../images/house_images/top_banner_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top_banner .text_1 {
  margin-top: 181px;
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.top_banner .text_2 {
  margin-top: 33px;
  width: 825px;
  text-align: center;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.top_banner .buttom_btn {
  margin-top: 110px;
  width: 150px;
  height: 40px;
  background: #FFFFFF;
  text-align: center;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  cursor: pointer;
}
.banner_1 {
  width: 100%;
  height: 648px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_1 .banner_box_1 {
  width: 1200px;
  height: 648px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_1 .banner_box_1 .h2 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0B1D30;
  margin-top: 109px;
}
.banner_1 .banner_box_1 .text_p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 26px;
}
.banner_1 .banner_box_1 .list_item {
  width: 1067px;
  height: 342px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 50px;
}
.banner_1 .banner_box_1 .list_item .left_box {
  margin-top: 82px;
  width: 473px;
  height: 260px;
  background: #FFFFFF;
  border: 1px solid #EBF0FC;
  box-shadow: 0px 13px 42px 9px rgba(38, 139, 255, 0.06);
  display: flex;
  flex-direction: column;
}
.banner_1 .banner_box_1 .list_item .left_box .mini_box {
  margin-left: 41px;
}
.banner_1 .banner_box_1 .list_item .left_box .mini_box .img_1 {
  display: block;
  width: 376px;
  height: 206px;
  border-radius: 6px;
  margin-top: -82px;
}
.banner_1 .banner_box_1 .list_item .left_box .mini_box .flex_box {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
}
.banner_1 .banner_box_1 .list_item .left_box .mini_box .flex_box .text_1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0B1D30;
  line-height: 20px;
}
.banner_1 .banner_box_1 .list_item .left_box .mini_box .flex_box .text_2 {
  margin-left: 136px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0077FF;
  line-height: 20px;
  cursor: pointer;
}
.banner_1 .banner_box_1 .list_item .left_box .mini_box .flex_box .text_2 .img_2 {
  margin-right: 2px;
  margin-bottom: 4px;
}
.banner_1 .banner_box_1 .list_item .left_box .mini_box .text_3 {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7A8EAB;
  margin-top: 20px;
}
.banner_1 .banner_box_1 .list_item .right_box {
  width: 545px;
}
.banner_1 .banner_box_1 .list_item .right_box .flex_box {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
.banner_1 .banner_box_1 .list_item .right_box .flex_box img {
  width: 24px;
  height: 22px;
  display: inline-block;
}
.banner_1 .banner_box_1 .list_item .right_box .flex_box .text_1 {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3C434F;
  line-height: 24px;
  margin-left: 14px;
}
.banner_1 .banner_box_1 .list_item .right_box .flex_box:first-of-type {
  margin-top: 30px;
}
.banner_2 {
  width: 100%;
  height: 727px;
  background: #fafdff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_2 .banner_box_1 {
  width: 1100px;
  height: 727px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.banner_2 .banner_box_1 .h2 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0B1D30;
  margin-top: 99px;
}
.banner_2 .banner_box_1 .text_p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 25px;
}
.banner_2 .banner_box_1 .img_1 {
  position: absolute;
  top: 435px;
  left: 0;
}
.banner_2 .banner_box_1 .list_item {
  width: 422px;
  height: 422px;
  background-image: url(../images/house_images/banner_two_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 50px;
  position: relative;
}
.banner_2 .banner_box_1 .list_item .flex_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_2 .banner_box_1 .list_item .flex_box .text_1 {
  margin-top: -10px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}
.banner_2 .banner_box_1 .list_item .position_1 {
  position: absolute;
  top: 147px;
  left: -415px;
}
.banner_2 .banner_box_1 .list_item .position_2 {
  position: absolute;
  top: 147px;
  left: -278px;
}
.banner_2 .banner_box_1 .list_item .position_3 {
  position: absolute;
  top: 147px;
  left: -142px;
}
.banner_2 .banner_box_1 .list_item .position_4 {
  position: absolute;
  top: 147px;
  right: -142px;
}
.banner_2 .banner_box_1 .list_item .position_5 {
  position: absolute;
  top: 147px;
  right: -278px;
}
.banner_2 .banner_box_1 .list_item .position_6 {
  position: absolute;
  top: 147px;
  right: -415px;
}
.banner_2 .banner_box_1 .list_item .position_7 {
  position: absolute;
  top: 180px;
  right: 180px;
}
.banner_2 .banner_box_1 .list_item .position_7 .text_2 {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 11px;
}
.banner_3 {
  width: 100%;
  height: 436px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_3 .banner_box_1 {
  width: 1200px;
  height: 436px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_3 .banner_box_1 .h2 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0B1D30;
  margin-top: 99px;
}
.banner_3 .banner_box_1 .text_p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 26px;
}
.banner_3 .banner_box_1 .list_item {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 73px;
}
.banner_3 .banner_box_1 .list_item .flex_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_3 .banner_box_1 .list_item .flex_box .text_1 {
  margin-top: 32px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #091738;
}
.banner_4 {
  width: 100%;
  height: 765px;
  background-color: #fafdff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_4 .banner_box_1 {
  width: 1200px;
  height: 765px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_4 .banner_box_1 .h2 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0B1D30;
  margin-top: 99px;
}
.banner_4 .banner_box_1 .text_p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 26px;
}
.banner_4 .banner_box_1 .list_item {
  width: 1200px;
  height: 450px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 60px;
}
.banner_4 .banner_box_1 .list_item .flex_box {
  width: 398px;
  height: 225px;
  background: #FAFDFF;
  border: 1px solid #EDEDEF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner_4 .banner_box_1 .list_item .flex_box .text_1 {
  margin-top: 31px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #07183F;
}
.banner_4 .banner_box_1 .list_item .flex_box {
  border-right: 0px;
  border-bottom: 0px;
}
.banner_4 .banner_box_1 .list_item .flex_box:nth-of-type(n+4) {
  border-bottom: 1px solid #EDEDEF;
}
.banner_4 .banner_box_1 .list_item .flex_box:nth-of-type(3n) {
  border-right: 1px solid #EDEDEF;
}
.banner_4 .banner_box_1 .list_item .flex_box:hover {
  box-shadow: 0px 6px 38px 0px rgba(76, 102, 119, 0.08);
  background-color: #ffffff;
}
.banner_dongxiao_1 {
  transform: translateY(-20px);
}
.banner_dongxiao_2 {
  transform: scale(1.05);
  border: 1px solid #4A0DDF;
  width: 193.594px !important;
  height: 238px !important;
}
.banner_dongxiao_3 {
  transform: translateY(-10px);
  box-shadow: 0px 7px 24px 0px rgba(228, 228, 228, 0.5) !important;
}
.banner_dongxiao_4 {
  display: block !important;
}
.banner_dongxiao_5 {
  height: 438px;
}
.banner_dongxiao_6 {
  transition: 0.3s ease;
  border-bottom: 2px solid #fff !important;
}
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  display: none;
}
.popup .popupbox {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 386px;
  height: 430px;
}
.popup-img {
  position: relative;
  top: 23% !important;
}