.banner {
  height: 442px;
  position: relative;
}
.banner img:nth-child(1) {
  width: 100%;
}
.banner img:nth-child(2) {
  position: absolute;
  left: 870px;
  top: 176px;
}
.content {
  width: 100%;
  background-color: #f7f8f8;
}
.synopsis {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.synopsis .sytop {
  border-bottom: 1px solid #9fa0a0;
  width: 1124px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.synopsis .sytop .bigred h2 {
  font-size: 32px;
  font-family: "Source Han Sans CN";
  margin-top: 44px;
  margin-bottom: 30px;
}
.synopsis .sytop .bigred {
  height: 100%;
  float: left;
}
.synopsis .sytop .bigred:hover {
  color: #e83828;
  /* border-bottom: 1px solid #e83828; */
}
.contr {
  width: 1120px;
  margin: 0 auto;
  padding-bottom: 88px;
}
.contr .conleft {
  float: left;
  width: 544px;
  margin-right: 40px;
}
.contr .conleft p {
  font-size: 14px;
  font-family: "Source Han Sans CN";
  color: rgb(89, 87, 87);
  line-height: 24px;
}
.contr .conright {
  float: right;
  position: relative;
}
.contr .conright img {
  width: 524px;
  height: 392px;
}
.contr .conright img:nth-child(2) {
  position: absolute;
  right: 15px;
}
.contr .conright img:nth-child(1) {
  position: absolute;
  right: -3px;
  top: 15px;
}
.footer {
  margin-top: 0;
}
