.title {
  padding: 35px 0;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #313131;
  border-bottom: 1px solid #EDF2F6;
}

.tips {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #7d7d7d;
  line-height: 1.5;
  margin: 30px 0 35px;
}

.tips b {
  color: #313131;
  font-weight: normal;
}

.proList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 0 100px;
}

.proList li {
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e0eaf1;
  overflow: hidden;
}

.proList h4 {
  box-sizing: border-box;
  width: 100%;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  background: linear-gradient(to right, #006BB7, #00A2BD);
}

.proList h4 a{
  color: #ffffff;
}

.proTxt {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 45px;
  min-height: 180px;
}

.proTxt p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #7d7d7d;
}

.proTxt p a {
  display: inline-block;
  color: #00b0be;
  margin-right: 20px;
}

.proTxt p a:hover {
  text-decoration: underline;
}

.banSeach input::placeholder {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #00b0bd;
}

.banSeach .iconfont {
  display: flex;
  height: 100%;
  align-items: center;
  padding-right: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #00b0bd;
}

.classify h3 {
  text-align: center;
  font-size: 30px;
  color: #006bb7;
  margin: 60px 0 30px;
}

.classify h3 span{
  position: relative;
  color: #00b0bd;
}

.classify h3 span::after{
  content: 'x';
  display: inline-block;
  font-size: 18px;
  position: absolute;
  top: -8px;
  right: -14px;
  cursor: pointer;
  color: #006bb7;
}

.classify>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.classify>div::after {
  content: '';
  display: block;
  width: 110px;
}

.classify a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #313131;
  display: flex;
  align-items: center;
  gap: 5px;
}

.classify a:hover {
  color: #00A2BD;
}

.classify a.back::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 8px solid #00A2BD;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.factor {
  display: flex;
  align-items: center;
  gap: 10px;
}

.factor h5 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #313131;
}

.factor form {
  width: 200px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #006bb7;
  box-sizing: border-box;
  position: relative;
  display: flex;
}

.factor form input {
  width: calc(100% - 30px);
  height: 100%;
  border: none;
  background: none;
  text-indent: 1em;
  font-size: 18px;
}

.factor form .iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  color: #006bb7;
  font-size: 16px;
}

.factor form ul {
  min-width: 100%;
  position: absolute;
  box-sizing: border-box;
  border: solid 1px #006bb7;
  border-radius: 0 0 6px 6px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 1;
  padding: 10px 0;
  max-height: 125px;
  overflow: auto;
  display: none;
}

.factor form ul li {
  padding: 8px;
  box-sizing: border-box;
  cursor: pointer;
}

.factor form ul li:hover {
  color: #00A2BD;
}

.result {
  display: flex;
  align-items: center;
  margin: 40px 0;
  gap: 20px;
}

.result h5 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #313131;
}

.result h5 span {
  color: #000;
}

.paging h5 {
  color: #000;
  font-weight: bold;
}

.paging,
.pping {
  display: flex;
  gap: 10px;
}

.paging form {
  position: relative;
  width: 68px;
  height: 37px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.paging form input {
  width: calc(100% - 15px);
  height: 100%;
  border: none;
  background: none;
  text-align: center;
  font-size: 16px;
}

.paging form .iconfont {
  font-size: 13px;
}

.pagNum {
  width: 100%;
  position: absolute;
  top: 100%;
  left: -1px;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  display: none;
}

.pagNum li {
  padding: 5px 15px 5px 5px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.pagNum li:hover {
  color: #00A2BD;
}

.pping,
.pping li {
  display: flex;
  gap: 5px;
}

.pping a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 40px;
  height: 37px;
  border: 1px solid #e8e8e8;
  font-size: 18px;
  color: #000;
}

.pping a:hover,
.pping a.active {
  background: #006BB7;
  color: #fff;
}

.card {
  margin: 60px 0;
}

.card a {
  margin: 30px 0;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e5e5e5;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}

.carTxt {
  max-width: calc(100% - 36px);
}

.carTxt h4 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #006bb7;
  margin: 0 0 20px;
}

.carTxt>div {
  box-sizing: border-box;
  padding-left: 70px;
}

.carTxt table {
  max-width: 100%;
}

.carTxt th,
.carTxt td {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  padding: 5px;
  box-sizing: border-box;
  letter-spacing: 0px;
}

.carTxt th {
  color: #000;
}

.carTxt td {
  color: #7d7d7d;
}


.carMg {
  width: 355px;
}

.carMg img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


@media only screen and (max-width:999px) {
  .classify>div {
      display: block;
  }
  .classify h3 {
    font-size: 22px;
    margin: 20px 0;
}
.banSeach {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  padding: 20px 15px;
}
.paging form,.paging h5{display: none;}
.factor {
  display: block;
  margin-top: 15px;
}
.factor form {
  width: 100%;
  margin-bottom: 15px;
}
.result{
  display: block;
  margin: 20px 0;
}
.card {
  margin: 30px 0;
}
.card li {
  margin: 20px 0;
  padding: 20px 15px;
  display: block;
}

.card a{
  flex-wrap: wrap;
  padding: 20px;
}

.carTxt{
  max-width: 100%;
}

.carTxt h4 {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 15px;
}
.carTxt th, .carTxt td {
  font-size: 16px;
  padding: 2px;
}
.pping a {
  width: 30px;
  height: 30px;
  font-size: 14px;
}
.result {
  padding: 10px 0;
}
.banCont{
  padding: 30px 0;
}
.carMg{width: 100%;margin-top: 15px;}
.banSeach button {
  width: 73px;
  height: 40px;
  border-radius: 20px;
  font-size: 13px;
}
.paging, .pping{justify-content: center;}
.result h5{
  text-align: center;
  margin-bottom: 14px;
}
.banSeach{height:82px;padding: 0;box-shadow: none;background: transparent;height: 40px;}
.banSeach input {
  width: 100%;
  font-size: 14px;
  height: 40px;
  border:1px solid #e5e5e5;
  padding-left: 15px;
  margin-right: 15px;
}
.banSeach input::placeholder{
  font-size:14px;
}
.banSeach .iconfont{display: none;}
.tips {
  margin: 20px 0;
}
.proList li {
  border-radius: 3px;
}
.proList {
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  margin: 0 0 30px;
}
.proTxt {
  padding: 20px 15px;
  min-height: auto;
}
}

