  .window {
  max-width: 2130px;
  margin: 0 auto;
}
.window .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  background: #14784a;
}
.window .top .logo {
  width: 215px;
  height: 65px;
  margin-left: 40px;
}
.window .top .logo img {
  width: 100%;
  height: 100%;
}
.window .top .back {
  height: 35px;
  background: url("/static/assets/images/backHome.png") no-repeat center center;

  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-weight: 400;
  font-size: 18px;
  margin-right: 40px;
  color: #ffffff !important;
}
.window .banner {
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.window .banner img {
  width: 100%;
  /* height: 100%; */
}
.window main {
  background: url("/static/assets/images/windowBg.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 60px 0 90px;
  position: relative;
  z-index: 1;
  top: -50px;
}
.window main .content {
  width: 1200px;
  margin: 0 auto;
  padding: 75px 60px;
  background: #ffffff;
  border-radius: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #231815;
  line-height: 55px;
}
.window main .content img {
  width: 195px;
  height: 280px;
  background-color: #fff;
  float: right;
  clear: both;
  margin-left: 70px;
}
