@charset "UTF-8";
/*旋转图片*/
/* 清楚浮动 */
/* 两边对齐 */
/*列表标记*/
/*空隙*/
/*省略*/
.sl-1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*一排多少个*/
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
@media (min-height: 800px) {
  /* webkit滚动条 */
  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #bbb;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
  }
  ::-webkit-scrollbar-track-piece {
    background-color: #ddd;
  }
}
.fb {
  display: flex;
  justify-content: space-between;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::before {
  clear: both;
  height: 0;
}
.clearfix::after {
  clear: both;
  height: 0;
}
.pad-5 {
  padding: 3% 5.6%;
}
/* banner */
.ser_banner {
  margin-top: 28px;
  margin-bottom: 32px;
}
.ser_banner a {
  width: 100%;
  display: inline-block;
}
.ser_banner a img {
  width: 100%;
}
/* ser_nav */
.ser_nav li {
  min-width: 165px;
  float: left;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  width: calc(14.28% - 1px);
  margin-bottom: 34px;
}
.ser_nav li a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
}
.ser_nav li a::before {
  display: inline-block;
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../picture/xn_xbt_gray.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 18px;
}
.ser_nav li a:hover {
  color: #0157a0;
}
.ser_nav li a:hover::before {
  background-image: url(../picture/xn_xbt_blue.png);
}
.ser_nav li:nth-child(-n+7) > a::before {
  background-position-y: 0;
}
.ser_nav li:nth-child(n+8) > a::before {
  background-position-y: -71px;
}
.pad-5 .ser_nav li:first-child > a::before {
  background-image: url(../picture/all.png);
}
.pad-5 .ser_nav li:first-child > a:hover:before {
  background-image: url(../picture/all-blue.png);
}
.ser_nav li:nth-child(2) > a::before {
  background-position-X: 0px;
}
.ser_nav li:nth-child(3) > a::before {
  background-position-X: -192px;
}
.ser_nav li:nth-child(4) > a::before {
  background-position-X: -369px;
}
.ser_nav li:nth-child(5) > a::before {
  background-position-X: -545px;
}
.ser_nav li:nth-child(6) > a::before {
  background-position-X: -723px;
}
.ser_nav li:nth-child(7) > a::before {
  background-position-X: -899px;
}

.ser_nav li:nth-child(8) > a::before {
  background-position-X: -1077px;
  background-position-y: 0;
}

.ser_nav li:nth-child(9) > a::before {
  background-position-X: 0;
  background-position-y: -71px;
}

.ser_nav li:nth-child(10) > a::before {
  background-position-X: -192px;
  background-position-y: -71px;
}

.ser_nav li:nth-child(11) > a::before {
  background-position-X: -369px;
  background-position-y: -71px;
}

.ser_nav li:nth-child(12) > a::before {
  background-position-X: -545px;
  background-position-y: -71px;
}
.ser_nav li:nth-child(13) > a::before {
  background-position-X: -723px;
  background-position-y: -71px;
}
.ser_nav li:nth-child(14) > a::before {
  background-position-X: -899px;
  background-position-y: -71px;
}
.ser_nav li:not(:last-child) {
  position: relative;
}
.ser_nav li:not(:nth-child(7n))::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 18px;
  background-color: #c6c6c6;
  vertical-align: middle;
}
/* .ser_nav li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 18px;
  background-color: #c6c6c6;
  vertical-align: middle;
} */
ul {
  margin-bottom: 0;
}
a:hover,
a:active,
a:link {
  color: unset;
}
/*  查询结果*/
.ser_result {
  margin-top: 2px;
}
.ser_result .result_title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
  border-bottom: 1px solid #e8e8e8;
}
.ser_result .result_title .blue {
  color: #1658a0;
}
.ser_result .result_list {
  margin-top: 32px;
  margin-right: 0;
}
.ser_result .result_list li {
  transition: all 0.3s;
  min-width: 276px;
  width: calc(33.3% - 22px);
  height: 80px;
  background-image: linear-gradient(0deg, #ffffff 0%, #f2f5f9 100%), linear-gradient(#e7f1ff, #e7f1ff);
  background-blend-mode: normal,
                normal;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: solid 1px #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0px;
  margin-right: -32px;
  float: left;
  margin-bottom: 25px;
  margin-right: 32px;
}
.ser_result .result_list li:nth-child(3n) {
  margin-right: 0;
}
.ser_result .result_list a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
}
.ser_result .result_list li:hover {
  transform: translateX(4px);
}
@media (max-width: 992px) {
  .ser_result {
    margin-right: 0;
  }
  .ser_result .result_list li {
    width: calc(50% - 32px);
  }
  .ser_result .result_list li:nth-child(3n) {
    margin-right: unset;
  }
  .ser_result .result_list li:nth-child(odd) {
    margin-right: 64px;
  }
  .ser_result .result_list li:nth-child(even) {
    margin-right: unset;
  }
}
@media (max-width: 750px) {
  .ser_result .result_list li {
    width: 100%;
  }
  .ser_result .result_list li:nth-child(odd) {
    margin-right: unset;
  }
}
