.head {
  height: 380px;
  background: url('../images/title-bg/bg1.png') no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 60px;
  text-align: center;
  margin-bottom: 53px;
}

.head .name {
  padding-top: 165px;
}

.head .letter {
  font-size: 30px;
  opacity: 0.6;
}

.syn1 {
  box-sizing: border-box;
  height: 407px;
  background: url('../images/synopsis/1.png') no-repeat;
  background-size: 100% 100%;
  padding: 92px 66px;
  margin-bottom: 35px;
}

.syn2 {
  box-sizing: border-box;
  height: 407px;
  background: url('../images/synopsis/2.png') no-repeat;
  background-size: 100% 100%;
  padding: 92px 66px;
  margin-bottom: 35px;
}

.syn3 {
  height: 353px;
  background: url('../images/synopsis/3.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.syn4 {
  height: 353px;
  background: url('../images/synopsis/zizhi.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.content {
  width: 414px;
}

.content .jiao {
  width: 20px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  background: url('../images/jiao_2.png') no-repeat;

}

.content .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  color: #1A2448;
}

.content p {
  font-size: 18px;
  line-height: 28px;
  color: #485069;
}

.bott {
  padding: 0 23px 60px 7px;
  line-height: 28px;
  font-size: 18px;
  color: #485069;

}