header {
  box-shadow: 0px 5px 32px 0px rgba(103,126,157,0.15); 
}
.main {
  background: linear-gradient(180deg,#effaff 30%, #ffffff);

}
.main-title {
  padding: 160px 0 54px;
  /* height: 706px; */
}
.main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-content {
  width: 1200px;
  padding: 0 10px;
  margin: 36px 0 50px;
  border-bottom: 2px solid #EEF1F6;
}
.main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-content {
  width: 1200px;
  padding: 0 10px;
  margin: 36px 0 50px;
  border-bottom: 2px solid #EEF1F6;
}
.li-title {
  border-radius: 8px;
  min-width: 87px;
  padding: 5px 33px 5px 0;
  color: #12174E;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.ul-type,
.ul-industry {
  display: flex;
  padding: 5px 0;
  margin-bottom: 16px;
}
.menu-industry-ul,
.menu-type-ul {
  display: flex;
  flex-wrap: wrap;
  color: #12174E;
  font-size: 18px;
  line-height: 25px;
  align-items: center;
  font-weight: 500;
}
.menu-industry-ul li,
.menu-type-ul li {
  margin: 2px 9px;
}
.select-li{
  color: #12174E;
  padding: 5px 18px 6px;
  border-radius: 8px;
  background: none;
}
.mouseover-select {
  text-decoration: none;
  
  color: #12174E;
}
.active-select {
  background: #6053fc;
  color: #fff;
}
.select-li:hover a {
  color: #fff;
}
.select-li:hover {
  text-decoration: none;
}
.mouseover-color {
  color: #fff !important;
}
.product {
  display: flex;
  justify-content: center;
}
.product-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1187px;
  flex-wrap: wrap;
}
.case-box {
  margin: 0 15px;
}
.caseNull {
  margin: 0 auto;
  padding: 90px 0;
}
@media only screen and (max-width: 1217px) {
  .case-box {
    /* width: 445px; */
    display: flex;
    justify-content: center;
  }
  .product-content {
    width: 950px;
    display: flex;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 950px) {
  .case-box {
    width: 445px;
    display: flex;
    justify-content: center;
  }
  .product-content {
    width: 475px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width:576px) {
  .case-box{
    width: 92%;
    height: 340px;
    margin-bottom: 30px;
  }
  
  .product-content{
    width: 100%;
  }
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
}
#pageBtn {
  display: inline-block;
}
.page-button { margin: 30px 0 60px; }
.page-num {
  padding: 8px 15px;
  background: #fff;
  color: #6053FC;
  border: 1px solid #d6d5e0;
  border-radius: 5px;
  margin: 0 4px;
}
.turn {
  padding: 8px 15px;
  margin: 0 11px;
  background: #fff;
  color: #6053FC;
  border: 1px solid #d6d5e0;
  border-radius: 5px;
}
button {
  cursor: pointer;
}
.focus-btn,
.page-button button:active {
  background: #6053FC;
  color: #fff;
  border: 1px solid #d6d5e0;
}
.focus-btn,
.page-button button:focus {
  outline: none;

}
