.banner {
  width: 100%;
}

.banner img {
  height: 100%;
  width: 100%;
}
.enterprise {
margin-top:51px;
}
.footer {
margin-top:160px;
}
.title-row {
display: flex;
align-items: flex-end;
}
.title-text {
font-size: 32px;
font-weight: 500;
color: #5290C7;
line-height: 32px;
}
.title-desc {
font-size: 18px;
font-weight: 400;
color: #333333;
margin-left: 18px;
line-height: 18px;
}
.enterprise-list {
margin-top: 28px;
}
.list-item {
width: 100%;
height: 98px;
background-color: #F0FAFF;
border-radius: 5px;
padding: 0 18px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: center;
    margin-bottom: 20px;
}
.links {
display: flex;
}
.see,.download {
font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
display: flex;
align-items: center;
cursor: pointer;
}
.see {
color: #B9955C;
margin-right: 19px;
}
.see:hover{
color: #B9955C;
opacity: 1;
}
.download:hover{
color: #5290C7;
opacity: 1;
}
.see::after {
content:"";
display: block;
width: 22px;
height: 16px;
margin-left: 8px;
background: url(/dc/images/see.png) no-repeat;
background-size: 100% 100%;
}
.download {
color: #5290C7;
}
.download::after {
content:"";
display: block;
width: 22px;
height: 16px;
margin-left: 8px;
background: url(/dc/images/download.png) no-repeat;
background-size: 100% 100%;
}
.list-title {
width: 60%;
font-size: 18px;
}
.num {
font-size: 14px;
color: #696665;
margin-right: 30px;
}
@media all and (max-width:1366px) and (min-width:990px) {
    .content{
      width:100%;
    }
    .enterprise {
      width:90vw;
    }
}
@media all and (max-width:960px) {
.banner {
      margin-top: calc(99vw / 7.5);
  }
.content{
  width: 100%;
  padding: 0 calc(33vw / 7.5);
  box-sizing: border-box;
}
.enterprise {
  margin-top: calc(51vw / 7.5);
}
.title-text {
  font-size: calc(36vw / 7.5);
  line-height: calc(36vw / 7.5);
}
.title-desc {
  font-size: calc(24vw / 7.5);
  line-height: calc(24vw / 7.5);
}
.enterprise-list {
  margin-top: calc(28vw / 7.5);
}
.list-item{
  height: auto;
  flex-wrap: wrap;

  padding: calc(37vw / 7.5) calc(18vw / 7.5);
}
.list-title {
  font-size: calc(28vw / 7.5);
}
.see,.download {
  font-size: calc(28vw / 7.5);
}
.see::after {
  width: calc(28vw / 7.5);
  height: calc(29vw / 7.5);
  background: url(/h5images/h5-see.png) no-repeat;
  background-size: 100% 100%;
}
.see {
  margin-right: calc(19vw / 7.5);
}
.download::after {
  width: calc(28vw / 7.5);
  height: calc(28vw / 7.5);
  background: url(/h5images/h5-download.png) no-repeat;
  background-size: 100% 100%;
}
/* .num.phone{
  order: 3;
  margin-top: calc(10vw / 7.5);
  display: block;
} */
}
.nothing {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    color: red;
}



