/* 通用样式 */
* {
  margin: 0;
  padding: 0;
  font-family: 微软雅黑;
}
a {
  text-decoration: none;
  color: black;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.more {
  font-size: 16px;
}

/* 外层 */
.wrap {
  width: 100%;
  position: absolute;
  /* background: url(banner1.png) no-repeat; */
}
.wrap > .Con {
  position: relative;
  height: 1235px;
}
/* header */
.header {
  height: 522px;
  margin-top: -70px;
}
.header > .logo {
  background: url(logo.png) no-repeat left 25px;
  line-height: 107px;
}
.header > .logo > span {
  font-size: 36.36px;
  color: white;
  font-weight: bold;
  margin-left: 54px;
}
.header > .title {
  font-size: 100px;
  color: white;
  font-weight: bold;
  text-align: center;
  margin-top: 70px;
}

.cloud {
  width: 100%;
  display: grid;
}
.cloud1 {
  position: absolute;
  width: 100%;
  height: 146px;
  top: 408px;
  background: url(cloud1.png) no-repeat;
}
.cloud2 {
  position: absolute;
  width: 100%;
  height: 146px;
  top: 408px;
  background: url(cloud2.png) no-repeat;
}

.content {
  /* margin-top: -70px; */
}

.dqwz {
  width: 1200px;
  height: 76px;
  line-height: 76px;
  /* padding-left: 20px; */
  /* background: url(dqwzbg_03.png) left center no-repeat; */
}
.dqlm {
  height: 50px;
  line-height: 50px;
  color: white;
  font-weight: bold;
  text-align: center;
  background: #225db7;
  font-size: 17px;
}

.dqlmlist {
  min-height: 690px !important;
  border: none !important;
  background: #f9f9f9;
  width: 899px;
}
.default_pgContainer {
  min-height: 100px;
  _height: 100px;
}
.item {
  background: url(dot1.png) left center no-repeat;
  padding-left: 15px;
  color: #333333;
  font-size: 15px;
  line-height: 45px;
}

@media screen and (max-width: 768px) {
  .content {
    width: 100% !important;
  }
  .main{
    padding: 3.2vw;
  }
  .main table > tbody > tr {
    display: flex;
    flex-wrap: wrap;
  }
  .main table > tbody > tr>td{
    width: 100% !important;
    min-height: auto !important;
  }
  .dqlmlist{
    width: 100%;
  }
  .bt-box-1200{
    width: 100%;
  }
  .wrap{
    background-size: contain !important;
  }
  .header{
    height: 34vw !important;
  }
  .dqwzbox>div{
    width: 100% !important;
  }
  .dqwz{
    width: 100%;
    height: auto;
    line-height: normal;
  }
  .dqwz table>tr{
    display: flex;
    flex-wrap: wrap;
  }
  .crumbs td{
    line-height: 2;
  }
  .content{
    margin-top: 0 !important;
  }
}
