.banner {
  width: 100%;
}

.index_title {
  margin: 0 auto;
  width: 257px;
  height: 73px;
  font-size: 30px;
  text-align: center;
  line-height: 73px;
  position: relative;
}

.index_title:after {
  width: 2px;
  height: 20px;
  background: #c7c7c7;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
}

.index_title:before {
  width: 2px;
  height: 20px;
  background: #c7c7c7;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
}

.index_title .borderleft {
  position: absolute;
  width: 60px;
  height: 20px;
  border-left: 2px solid #c7c7c7;
  border-top: 2px solid #c7c7c7;
  left: 4px;
  top: 2px;
}

.index_title .borderright {
  position: absolute;
  width: 60px;
  height: 20px;
  border-right: 2px solid #c7c7c7;
  border-bottom: 2px solid #c7c7c7;
  right: 4px;
  bottom: 2px;
}

.textBox{
  padding: 48px 0;
  text-indent: 2em;
  font-size: 20px;
  line-height: 36px;
}

.fwBg{
  width: 100%;
  margin-top: 40px;
  height: 780px;
  padding-top: 40px;
}

.flexb{
  display: flex;
  justify-content: space-around;
}

.fwBox{
  width: 420px;
}

.fwBox .name{
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.fwBox .name span{
  font-size: 18px;
}

.fwBox .imgbox{
  width: 250px;
  margin: 25px auto;
}

.fwBox .text{
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.moving{
  position: relative;
  display: flex;
  justify-content: space-around;
  padding-bottom: 80px;
}

.moving .line{
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #cdcdcd;
  top: 50px;
  left: 0;
}

.movBox{
  width: 155px;
}

.movBox .time{
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 23px;
}

.movBox .qiu{
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #95caff;
  border: 5px solid #235d9c;
  margin: 0 auto;
  position: relative;
}

.movBox .title{
  margin-top: 16px;
  display: block;
  line-height: 26px;
  font-size: 16px;
}

.movBox .title:hover{
  color: #235d9c;
}