* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
body {
  color: white;
  background-color: white;
  font-family: Times New Roman;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
}
.inline-block {
  display: inline-block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "020";
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 1px;
}
.view {
  width: 100%;
  margin: auto;
}
.view2 {
  width: 1260px;
  margin: auto;
}
.header .header-bg {
  background-color: white;
}
.header .header1 {
  height: 106px;
  padding: 15px 0;
  position: relative;
}
.header .menu {
  padding: 15px;
  background-color: #312e66;
  position: absolute;
  top: 100%;
  left: 0;
}
.header .menu .item {
  font-size: 25px;
  line-height: 54px;
  cursor: pointer;
  color: #fff;
}
.header .menu .item:hover {
  color: #dbf3de;
}
.header .menu .item.active {
  color: #dbf3de;
}
.header .title {
  margin-left: 20px;
  width: 840px;
  color: #312c70;
  font-size: 40px;
  line-height: 50px;
  vertical-align: top;
}
.header .banner {
  background-color: #312c70;
}
.header .banner .top {
  height: 405px;
  padding-top: 50px;
}
.header .banner .top ul {
  position: relative;
  width: 976px;
  height: 405px;
  float: right;
  overflow: hidden;
  list-style: none;
}
.header .banner .top ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 976px;
  height: 405px;
}
.header .banner .top ul li img {
  width: 976px;
  height: 405px;
}
.header .banner .bottom {
  height: 40px;
  padding-top: 10px;
  background-color: #312c70;
  text-align: center;
  padding-left: 300px;
}
.header .banner .bottom .spotList {
  display: inline-block;
  margin-top: 5px;
}
.header .banner .bottom .spotList .spot {
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #b7b7b9;
  margin-left: 15px;
  cursor: pointer;
}
.header .banner .bottom .spotList .spot.active {
  background-color: #4b4983;
}
.b1 {
  height: 440px;
  background-image: url("../img/bg1.jpg");
}
.b1 .content {
  width: 1220px;
  margin: auto;
}
.b1 .content .title {
  color: #222;
  padding-top: 70px;
  font-size: 48px;
}
.b1 .content .detail {
  margin-top: 20px;
  color: #312e65;
  font-size: 30px;
  line-height: 34px;
}
.b1 .content ul {
  margin-top: 45px;
}
.b1 .content ul li {
  margin-top: 10px;
}
.spot2 {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #272171;
}
.b2 {
  height: 542px;
  background-image: url("../img/bg2.jpg");
}
.b2 .content {
  width: 1220px;
  margin: auto;
}
.b2 .content .title {
  color: #222;
  padding-top: 90px;
  font-size: 48px;
}
.b2 .content .detail {
  margin-top: 20px;
  color: #312e65;
  font-size: 30px;
  line-height: 34px;
}
.b2 .content ul {
  margin-top: 35px;
}
.b2 .content ul li {
  margin-top: 20px;
}
.spot2-content {
  font-size: 22px;
  color: #333;
  max-width: 1200px;
  vertical-align: top;
  line-height: 34px;
}
.b3 {
  height: 600px;
  background-image: url("../img/bg3.jpg");
}
.b3 .content {
  width: 1072px;
  margin: auto;
}
.b3 .content .title {
  color: #222;
  padding-top: 90px;
  font-size: 48px;
  text-align: center;
}
.b3 .content .detail {
  margin-top: 50px;
  color: #333;
  font-size: 22px;
  line-height: 34px;
}
.footer {
  height: 108px;
  background-color: #312e66;
  text-align: center;
  font-size: 16px;
  line-height: 108px;
}
