.page {
  width: 1080px;
  height: auto;
}

.page .box {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: rgba(247, 246, 247, 0.66);
  width: 1080px;
}

.page .hd {
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  background-color: #03a1fd;
  width: 1080px;
  height: 407px;
  overflow: hidden;
}

.page .outer {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 67px;
  margin-left: 59px;
  width: 246px;
  height: 49px;
}

.page .icon {
  width: 29px;
  height: 49px;
}

.page .txt {
  text-decoration: none;
  line-height: 48px;
  letter-spacing: 0;
  color: #ffffff;
  font-size: 48px;
}

.page .title {
  margin-left: 60px;
  max-width: 1020px;
  height: 36px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  line-height: 38px;
  letter-spacing: 0.76;
  color: #999999;
  font-size: 38px;
}

.qiandao {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: rgba(247, 246, 247, 0.66);
  width: 1080px;
}

.qiandaoimg {
  width: 968px;
  margin-top: -235px;
  z-index: 999;

}