.background {
  display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.bannerBg {
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* 内容 */
.valorItem {
  background: url('/static/img/joinUs/luanqianse.png') no-repeat;
  margin-top: 60px;
  margin-left: 24px;
}

.ml360 {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 0px auto;
}

.valorItem-title {
  height: 32px;
  font-size: 32px;
  color: #1C2188;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
  margin: 48px 0px 0px 83px;
}

.valorChild {
 margin: 96px 0px 0px 0px;
}

.valorChild-ul {
  display: flex;
  flex-direction: row;
}

.valorChild-ul>li {
  width: 200px;
  height: 190px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  background: url('/static/img/joinUs/2.png') bottom no-repeat;
  cursor: pointer;
}

.valorChild-ul>li>a {
  /* width: 200px; */
  height: 25px;
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}

.valorChild-ul>li>img {
  width: 45px;
  height: 44px;
  margin: 45px 0px 0px 38%;
}

.imgHover {
  width: 58px;
  height: 60px;
  display: none;
}

.valorChild-ul>li:nth-child(2) img {
  width: 60px;
  height: 47px;
  margin: 45px 0px 0px 34%;
}

/* hover */
.valorChild-ul>li:hover {
  width: 200px;
  /* height: 230px; */
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  background: url('/static/img/joinUs/1.png') bottom no-repeat;
}

.valorChild-ul>li>a:hover {
  color: #5298EB;
}

.valorChild-ul>li:hover img {
  display: none;
}

.valorChild-ul>li:hover .imgHover {
  display: block;
}

.table {
  /*width: 1200px;
     height: 310px;
    padding: 46px 11px 100px 0px;
    margin:0 auto;*/
  display: none;
  margin-top: 16px;
  width:100%;
}

.tableThead {
  height: 60px;
  background: #F9F9F9;
  text-align: left;
  text-indent: 3rem;
}

.bbs {
  width: 1200px;
  height: 60px;
  border-bottom: 1px solid red;
}

.center {
  height: 80px;
  text-align: left;
  text-indent: 3rem;
}

.hoverChild {
  width:1115px;
  height: 820px;
  overflow: hidden;
  margin-bottom: 23px;
}

/* 分页 */

ul.pagination {
  display: inline-block;
  width: 1200px;
  margin: 60px auto 0px auto;
}

ul.pagination li {

  display: inline;
}

ul.pagination li a {
  margin-left: 10px;
  width: 32px;
  height: 32px;
  color: black;
  float: left;
  text-align: center;
  line-height: 32px;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

select,
.num {
  border: none;
  margin-left: 10px;
  width: 32px;
  height: 32px;
  color: black;
  float: left;
  text-align: center;
  line-height: 32px;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  outline: 0;
}

ul.pagination li a .active {
  background: #182A6A;
  color: white;
  border: 1px solid #182A6A;
}

ul.pagination li a:hover:not(.active) {
  background-color: #ddd;
}
.noData{
   height:60px;
   border:1px solid #ccc;
   color:#999;
   text-align:center;
   line-height:60px;
   display:none;
}
/* 设备最大宽度1440px */
@media screen and (min-width: 1025px) {
.valorItem {
    background: none;
    margin-top: 0px;
    margin-left: 0px;
}
.ml360 {
    width: 1400px;
}
.valorItem-title {
    margin: 80px 0px 0px 0px;
}
.valorChild {
    margin: 60px 0px 0px 0px;
}
.valorChild-ul {
    justify-content: space-between;
}
.valorChild-ul>li>img {
    margin: 40px 0px 0px 38%;
}
.valorChild-ul>li,.valorChild-ul>li:hover{
    margin-right: 0px;
}
.valorChild-ul>li>img {
    margin: 40px 0px 0px 40%;
}
.valorChild-ul>li:nth-child(2) img {
    margin: 45px 0px 0px 37%;
}
}
/* 设备最大宽度1024px */
@media screen and (max-width: 1024px){
.valorItem {
    background: none;
    margin-top: 0px;
    margin-left: 0px;
}
.ml360 {
    width: 960px;
}
.valorItem-title {
    margin: 80px 0px 0px 0px;
}
.valorChild {
    margin: 60px 0px 0px 0px;
}
.valorChild-ul {
    justify-content: space-between;
}
.valorChild-ul>li,.valorChild-ul>li:hover {
    margin-right: 0px;
}
.valorChild-ul>li>img {
    margin: 40px 0px 0px 38%;
}
}
/* 设备最大宽度750px */
@media screen and (max-width: 750px){
.bannerBg {
    height: 220px;
}
  .ml360 {
      width: 345px;
      position: relative;
  }
  .valorChild-ul{
     width:100%;
     height:auto;
     border-bottom:1px solid #ccc;
     background:none;
     border-top:none;
     position: absolute;
     top: 0%;
     left: 0px;
     margin:0px;
     white-space: nowrap;
     overflow-y: hidden;
     overflow-x: scroll;
     box-shadow: none;
     border-radius: 0px;
     padding:0;
  }
  .valorChild-ul::-webkit-scrollbar,.tableThead {
      display: none; /* 隐藏滚动条*/
  }
  .valorChild-ul>li,.valorChild-ul>li:hover {
      width: 150px !important;
      height: 48px !important;
      background: none !important;
      line-height: 48px;
  }
  .valorChild-ul>li, .valorChild-ul>li:hover {
     margin-right: 25px;
  }
  .valorChild-ul>li>a {
      height: 48px;
  }
  .valorChild-ul>li>img{
     display:none !important;
  }
  .valorChild {
      margin: 20px 0px 0px 0px;
  }
  tr{
    display: flex;
    flex-wrap: wrap;
    width: 345px;
    justify-content: space-between;
    height: 105px;
    border-bottom: 1px solid #F8F8F8;
  }
  .center {
      text-indent:0rem;
      height: auto;
  }
  .center:nth-child(1) {
      width: 345px;
     /* overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;*/
      height: auto;
      padding-top: 24px;
  }
ul.pagination li:nth-child(1) a{
  margin-left:0px;
}
ul.pagination li a{
  margin-left:5px;
}
ul.pagination {
    width: 345px;
}
.num{
  width:26px !important;
}
}