.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #999;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #999;
}
.breadcrumbs a:hover {
  color: #015293;
}
.hot {
  display: flex;
  justify-content: space-between;
  height: 164px;
  margin-top: 50px;
}
.hot .hot_l {
  display: flex;
  align-items: center;
  width: 807px;
  height: 100%;
  background: url(../images/service_bg_hot_l.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 0px 18px 0px rgba(241, 241, 241, 0.76);
  padding: 0 70px;
}
.hot .hot_l .hot_title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 130px;
  height: 104px;
  font-size: 28px;
  color: #015293;
  font-weight: 700;
  background: url(../images/service_bg_title_hot.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 78px;
}
.hot .hot_l .hot_list {
  font-size: 18px;
}
.hot .hot_l .hot_list li {
  position: relative;
  padding-left: 24px;
  line-height: 2;
}
.hot .hot_l .hot_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #b2b2b2;
  border-radius: 50%;
}
.hot .hot_l .hot_list li a {
  color: #333;
}
.hot .hot_l .hot_list li:hover::before {
  background-color: #015293;
}
.hot .hot_l .hot_list li:hover a {
  color: #015293;
}
.hot .hot_r {
  display: flex;
  align-items: center;
  width: 464px;
  height: 100%;
  background: url(../images/service_bg_hot_r.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 0px 18px 0px rgba(241, 241, 241, 0.76);
  padding: 0 30px;
}
.hot .hot_r .avatar {
  width: 73px;
  height: 76px;
}
.hot .hot_r .avatar img {
  width: 100%;
  height: 100%;
}
.hot .hot_r .inner {
  flex: 1;
  margin-left: 20px;
}
.hot .hot_r .inner .inner_top {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px dashed #cdcdcd;
}
.hot .hot_r .inner .inner_top h4 {
  font-size: 24px;
  color: #015293;
  font-weight: normal;
  margin-right: 29px;
}
.hot .hot_r .inner .inner_top .userinfo {
  font-size: 18px;
  color: #015293;
}
.hot .hot_r .inner .inner_top .userinfo a {
  color: #015293;
  font-size: 16px;
  padding: 4px 13px;
  border: 1px solid #98bbe7;
  border-radius: 30px;
}
.hot .hot_r .inner .inner_top .userinfo a:hover {
  background-color: #015293;
  color: #fff;
  border-color: transparent;
}
.hot .hot_r .inner .inner_bot {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}
.guide {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  height: 400px;
}
.guide li {
  width: 300px;
  height: 100%;
  transition: all 0.3s;
}
.guide li a {
  display: block;
  width: 100%;
  height: 100%;
}
.guide li a img {
  width: 100%;
  height: 100%;
}
.guide li:hover {
  transform: translateY(-5px);
}
.msb {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
  height: 159px;
}
.msb .msb_item {
  width: 630px;
  height: 100%;
  transition: all 0.3s;
}
.msb .msb_item a {
  display: block;
  width: 100%;
  height: 100%;
}
.msb .msb_item img {
  width: 100%;
  height: 100%;
}
.msb .msb_item:hover {
  transform: translateY(-5px);
}
.service {
  margin-top: 54px;
}
.service .service_head {
  display: flex;
  justify-content: center;
}
.service .service_head li {
  position: relative;
}
.service .service_head li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 20%;
  height: 3px;
  background-color: transparent;
  transform: translateX(-100%);
}
.service .service_head li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 20%;
  height: 3px;
  background-color: transparent;
}
.service .service_head li a {
  font-size: 28px;
  color: #666;
  margin: 0 60px;
}
.service .service_head li.on::before {
  background-color: #015293;
}
.service .service_head li.on::after {
  background-color: #ff6c00;
}
.service .service_head li.on a {
  color: #015293;
  font-weight: 700;
}
.service .service_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  margin-top: 40px;
}
.service .service_inner .inner_item {
  display: flex;
  width: 24%;
}
.service .service_inner .inner_item .icon {
  transition: all 0.3s;
  margin-right: 30px;
}
.service .service_inner .inner_item .icon:hover {
  transform: rotateY(180deg);
}
.service .service_inner .inner_item .content {
  flex: 1;
  min-width: 0;
}
.service .service_inner .inner_item .content h4 {
  font-size: 20px;
}
.service .service_inner .inner_item .content .list {
  font-size: 16px;
  margin-top: 10px;
}
.service .service_inner .inner_item .content .list li {
  line-height: 36px;
  white-space: nowrap;
  /* 2. 溢出部分隐藏 */
  overflow: hidden;
  /* 3. 溢出位置显示省略号 */
  text-overflow: ellipsis;
}
.service .service_inner .inner_item .content .list li a {
  color: #666;
}
.service .service_inner .inner_item .content .list li a:hover {
  color: #399777;
}
.efficient {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 180px;
  margin-top: 48px;
  background: url(../images/service_bg_efficient.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 50px;
}
.efficient h3 {
  font-size: 44px;
  color: #016bb5;
}
.efficient .efficient_list {
  display: flex;
}
.efficient .efficient_list li {
  width: 420px;
  height: 111px;
  box-shadow: 0px 1px 15px 0px rgba(64, 64, 64, 0.2);
  margin-left: 22px;
  transition: all 0.3s;
}
.efficient .efficient_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.efficient .efficient_list li a img {
  width: 100%;
  height: 100%;
}
.efficient .efficient_list li:hover {
  transform: translateY(-5px);
}
.count {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  margin-bottom: 80px;
}
.count .count_item {
  width: 630px;
}
.count .count_item .count_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.count .count_item .count_title .text {
  position: relative;
  font-size: 28px;
  color: #015293;
  font-weight: 700;
}
.count .count_item .count_title .text::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 35%;
  height: 3px;
  background-color: #015293;
  transform: translateX(-100%);
}
.count .count_item .count_title .text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 35%;
  height: 3px;
  background-color: #ff6c00;
}
.count .count_item .count_title .more {
  font-size: 16px;
  color: #666;
}
.count .count_item .count_title .more:hover {
  color: #015293;
}
.count .count_item .count_inner {
  height: 344px;
  margin-top: 30px;
  background: url(../images/service_bg_count.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 54px;
}
.count .count_item .count_inner .inner_title {
  font-size: 22px;
  color: #015293;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.count .count_item .count_inner .inner_top {
  padding-top: 20px;
  border-bottom: 1px solid #c0d1d9;
}
.count .count_item .count_inner .inner_top .top_inner {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding-bottom: 20px;
}
.count .count_item .count_inner .inner_top .top_inner .top_item .top_item_title {
  font-size: 20px;
  color: #5f5f5f;
}
.count .count_item .count_inner .inner_top .top_inner .top_item .top_item_title .num {
  font-size: 30px;
  color: #58ab99;
  margin-right: 10px;
  font-weight: 700;
}
.count .count_item .count_inner .inner_top .top_inner .top_item p {
  font-size: 16px;
  color: #333;
  text-align: center;
}
.count .count_item .count_inner .inner_bot {
  padding-top: 20px;
}
.count .count_item .count_inner .inner_bot .bot_inner {
  display: flex;
  justify-content: space-around;
}
.count .count_item .count_inner .inner_bot .bot_inner .bot_item .bot_item_title {
  font-size: 18px;
  color: #333;
}
.count .count_item .count_inner .inner_bot .bot_inner .bot_item .bot_item_title .num {
  font-size: 24px;
}
.count .count_item .count_inner .inner_bot .bot_inner .bot_item p {
  font-size: 16px;
}
.count .count_item .count_list {
  margin-top: 30px;
}
.count .count_item .count_list li {
  position: relative;
  width: 100%;
  height: 98px;
  border: solid 1px #c0d1d9;
  margin-bottom: 25px;
}
.count .count_item .count_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 5px;
  background-color: #015293;
}
.count .count_item .count_list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
}
.count .count_item .count_list li a .date {
  font-size: 18px;
  color: #015293;
}
.count .count_item .count_list li a p {
  font-size: 18px;
  color: #333;
}
.count .count_item .count_list li:hover a p {
  color: #015293;
}
