@charset "utf-8";
.index_banner {
  width: 100%;
  position: relative;
}
.index_banner .swiper-container {
  width: 100%;
}
.index_banner .swiper-container .swiper-slide {
  width: 100%;
  height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_banner .swiper-container .swiper-slide img {
  height: 500px;
  width: auto;
}
.index_banner .banner_nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.index_banner .banner_nav .safe_width {
  height: 100%;
}
.index_banner .banner_nav .b_nav_left {
  width: 240px;
  height: 100%;
}
.index_banner .banner_nav .b_nav_left ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.index_banner .banner_nav .b_nav_left ul li {
  flex: 1;
}
.index_banner .banner_nav .b_nav_left ul .nav_li_one {
  padding: 0 24px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(81, 255, 129, 0.6);
  color: #fff;
  font-size: 18px;
}
.index_banner .banner_nav .b_nav_left ul .b_nav_l {
  padding: 0 24px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
  position: relative;
  /*二级菜单*/
}
.index_banner .banner_nav .b_nav_left ul .b_nav_l a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 16px;
  width: 100%;
}
.index_banner .banner_nav .b_nav_left ul .b_nav_l:hover {
  background: rgba(255, 255, 255, 0.1);
}
.index_banner .banner_nav .b_nav_left ul .b_nav_l:hover a {
  color: #51FF81;
}
.index_banner .banner_nav .b_nav_left ul .b_nav_l:hover::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0px;
  top: 22px;
  border-right: 6px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.index_banner .banner_nav .b_nav_left ul .b_nav_l .ni-box {
  width: 546px;
  background: #fff;
  position: absolute;
  top: -40px;
  left: 240px;
  padding: 0 40px 23px 30px;
  box-sizing: border-box;
  display: none;
}
.index_banner .banner_nav .b_nav_left ul .b_nav_l .ni-box h2 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  border-left: 2px solid #8a8a8a;
  padding-left: 17px;
  margin: 30px 0 23px;
}
.index_banner .banner_nav .b_nav_left ul .b_nav_l .ni-box .ni-box-down {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
.index_banner .banner_nav .b_nav_left ul .b_nav_l .ni-box .ni-box-down ul {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: unset;
  flex-wrap: wrap;
}
.index_banner .banner_nav .b_nav_left ul .b_nav_l .ni-box .ni-box-down ul li {
  display: inline-block;
  width: 33.33%;
  height: 14px;
  margin-bottom: 17px;
  flex: unset;
}
.index_banner .banner_nav .b_nav_left ul .b_nav_l .ni-box .ni-box-down ul li a {
  display: block;
  font-size: 14px;
  color: #666;
  border-left: 1px solid #e5e5e5;
  padding-left: 10px;
}
.index_banner .banner_nav .b_nav_left ul .b_nav_l .ni-box .ni-box-down ul li:hover a {
  color: #0E84FF;
  border-color: #0E84FF;
}
.index_banner .banner_nav .b_nav_left ul .b_nav_l:hover .ni-box {
  display: inline-block;
}
/*pc端首页检索*/
.retrieve_con {
  width: 100%;
  background: #f5f5f5;
  padding: 50px 0 0px 0;
}
.retrieve_con .retrieve_width {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.retrieve_con .retrieve_width .sy_jsbj {
  width: 100%;
  height: auto;
}
.retrieve_con .retrieve_width .retrieve_info {
  width: 100%;
  height: 100%;
  padding: 56px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../images/sy_js_bj.png) no-repeat center top;
  background-size: 100% 100%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.03);
}
.retrieve_con .retrieve_width .retrieve_info .retrieve_ul {
  width: 67%;
  min-width: 890px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.retrieve_con .retrieve_width .retrieve_info .retrieve_ul li {
  cursor: pointer;
  font-size: 14px;
  color: #666666;
  position: relative;
  padding-bottom: 12px;
  display: inline-block;
  margin-right: 4%;
}
.retrieve_con .retrieve_width .retrieve_info .retrieve_ul li:hover {
  color: #0E84FF;
}
.retrieve_con .retrieve_width .retrieve_info .retrieve_ul li:last-child {
  margin-right: 0;
}
.retrieve_con .retrieve_width .retrieve_info .retrieve_ul li.r_cur {
  color: #0E84FF;
}
.retrieve_con .retrieve_width .retrieve_info .retrieve_ul li.r_cur::after {
  content: '';
}
.retrieve_con .retrieve_width .retrieve_info .retrieve_ul li::after {
  content: none;
  width: 12px;
  height: 6px;
  background: url(../images/b_zs.png) no-repeat center center;
  background-size: 12px auto;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 0;
}
.retrieve_con .retrieve_width .retrieve_info .input_div {
  width: 67%;
  min-width: 890px;
  border: 2px solid #0E84FF;
  height: 54px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.retrieve_con .retrieve_width .retrieve_info .input_div .yy_btn {
  display: inline-block;
  width: 16.6%;
  height: 100%;
  background: #0E84FF;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.retrieve_con .retrieve_width .retrieve_info .input_div .input_left {
  width: 83.4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.retrieve_con .retrieve_width .retrieve_info .input_div .input_left .iput_left_item {
  width: 33.33%;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 24px;
  padding-left: 14px;
  border-right: 1px solid #CCCCCC;
  position: relative;
}
.retrieve_con .retrieve_width .retrieve_info .input_div .input_left .iput_left_item img {
  margin-right: 6px;
  width: 16px;
  height: auto;
  display: inline-block;
}
.retrieve_con .retrieve_width .retrieve_info .input_div .input_left .iput_left_item input {
  width: calc(100% - 24px);
  font-size: 14px;
  color: #333;
  border: none;
  outline: none;
}
.retrieve_con .retrieve_width .retrieve_info .input_div .input_left .iput_left_item:last-child {
  border: none;
}
.retrieve_con .pick-show em.pick-arrow {
  display: block;
  border: 4px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.retrieve_con .pick-area {
  color: #333 !important;
}
.retrieve_con .pick-area .pick-show {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 92%;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 0 !important;
  color: #333 !important;
}
.retrieve_con .pick-area .pick-show span {
  margin-top: 0;
  color: #333 !important;
  background: transparent !important;
}
.retrieve_con .pick-area .pick-show span:hover,
.retrieve_con .pick-area .pick-show span:focus {
  color: #333 !important;
}
.retrieve_con .pick-area .pick-show i {
  color: #333 !important;
}
.retrieve_con .pick-area .pick-list {
  margin-top: 9px;
  border: 2px solid #0E84FF !important;
  border-top: none !important;
}
.sy_head {
  width: 100%;
  text-align: center;
  padding-top: 86px;
  font-size: 30px;
  color: #333;
  letter-spacing: 1px;
}
.sy_head_sub {
  color: #E5E5E5;
  font-size: 14px;
  line-height: 16px;
  margin-top: 14px;
  text-align: center;
  width: 100%;
}
/*热门服务*/
.hot_service {
  width: 100%;
  background: #f5f5f5;
}
.hot_service .fw_con {
  width: 100%;
  padding: 36px 0 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.hot_service .fw_con .fw_con_item {
  width: 17.8%;
  background: url(../images/fw_bj01.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 35px 20px;
}
.hot_service .fw_con .fw_con_item .fw_con_item_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
}
.hot_service .fw_con .fw_con_item .fw_con_item_box .fw_icon {
  width: 56px;
  height: auto;
  margin-bottom: 18px;
}
.hot_service .fw_con .fw_con_item .fw_con_item_box h5 {
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
}
.hot_service .fw_con .fw_con_item .fw_con_item_box p {
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  height: 32px;
  text-align: center;
  margin-top: 10px;
}
.hot_service .fw_con .fw_con_item .fw_con_item_box a {
  display: inline-block;
  width: 118px;
  height: 34px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  margin-top: 18px;
  border: 1px solid #fff;
}
.hot_service .fw_con .fw_con_item:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
.hot_service .fw_con .fw_item_01 {
  background: url(../images/fw_bj01.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.hot_service .fw_con .fw_item_02 {
  background: url(../images/fw_bj02.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.hot_service .fw_con .fw_item_03 {
  background: url(../images/fw_bj03.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.hot_service .fw_con .fw_item_04 {
  background: url(../images/fw_bj04.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.hot_service .fw_con .fw_item_05 {
  background: url(../images/fw_bj05.jpg) no-repeat center top;
  background-size: 100% 100%;
}
/*首页记账*/
.syjz_con {
  width: 100%;
}
.syjz_con .sy_jz_box {
  width: 100%;
  padding: 45px 0 40px 0;
}
.syjz_con .sy_jz_box .sy_jz_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.syjz_con .sy_jz_box .sy_jz_item .sy_jz_left {
  width: 22.9%;
  height: 238px;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  letter-spacing: 1px;
  border-top: 4px solid #19D3BC;
  padding: 0 20px;
}
.syjz_con .sy_jz_box .sy_jz_item .sy_jz_left img {
  display: inline-block;
  width: 90px;
  height: auto;
}
.syjz_con .sy_jz_box .sy_jz_item .sy_jz_left h5 {
  font-size: 20px;
  color: #333;
  margin: 12px 0 10px 0;
  letter-spacing: 1px;
  text-align: center;
}
.syjz_con .sy_jz_box .sy_jz_item .sy_jz_left p {
  font-size: 14px;
  color: #888;
  line-height: 18px;
  height: 36px;
  text-align: center;
}
.syjz_con .sy_jz_box .sy_jz_item .sy_jz_left:hover {
  background: #eee;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.03);
}
.syjz_con .sy_jz_box .sy_jz_item .sy_jz_center {
  width: 49%;
}
.syjz_con .sy_jz_box .sy_jz_item .sy_jz_center ul {
  width: 100%;
  margin-top: 12px;
  padding: 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.syjz_con .sy_jz_box .sy_jz_item .sy_jz_center ul li {
  display: inline-block;
  width: 33.33%;
  font-size: 14px;
  color: #333333;
  margin-top: 24px;
}
.syjz_con .sy_jz_box .sy_jz_item .sy_jz_center:hover {
  background: #eee;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.03);
}
.syjz_con .sy_jz_box .sy_jz_item .sy_jz_right {
  width: 22.9%;
}
.syjz_con .sy_jz_box .sy_jz_item .sy_jz_right ul {
  width: 100%;
  margin-top: 12px;
  padding: 0;
}
.syjz_con .sy_jz_box .sy_jz_item .sy_jz_right ul li {
  width: 100%;
  font-size: 14px;
  color: #333333;
  margin-top: 24px;
}
.syjz_con .sy_jz_box .sy_jz_item .sy_jz_right:hover {
  background: #eee;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.03);
}
.syjz_con .sy_jz_box .sy_jz_item .sy_jz_style {
  position: relative;
  height: 238px;
  background: #F5F5F5;
  border-top: 4px solid transparent;
  padding: 45px 40px 0 40px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.syjz_con .sy_jz_box .sy_jz_item .sy_jz_style .sy_jz_title {
  display: inline-block;
  width: 140px;
  height: 45px;
  background: #0E84FF;
  color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 0 0 22px 0;
  font-size: 16px;
  position: absolute;
  top: -4px;
  left: 0;
}
.syjz_con .sy_jz_box .sy_jz_item .sy_jz_style ul li {
  position: relative;
  padding-left: 14px;
}
.syjz_con .sy_jz_box .sy_jz_item .sy_jz_style ul li::after {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #888888;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  left: 0;
}
/*我们的优势*/
.sy_ys_con {
  width: 100%;
  background: #f5f5f5;
}
.sy_ys_con .sy_ys_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sy_ys_con .sy_ys_box .sy_ys_item {
  width: 22.9%;
  background: #fff;
  padding: 36px 30px 36px 30px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
  margin-top: 46px;
  position: relative;
}
.sy_ys_con .sy_ys_box .sy_ys_item img {
  display: inline-block;
  width: 80px;
  height: auto;
}
.sy_ys_con .sy_ys_box .sy_ys_item h5 {
  margin: 20px 0 10px 0;
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.sy_ys_con .sy_ys_box .sy_ys_item p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-align: center;
  height: 60px;
}
.sy_ys_con .sy_ys_box .sy_ys_item::after {
  width: 0;
  height: 2px;
  background: #0E84FF;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sy_ys_con .sy_ys_box .sy_ys_item:hover::after {
  width: 100%;
  margin-left: -50%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sy_ys_con .sy_ys_box .sy_ys_item:hover h5 {
  color: #0E84FF;
}
/*首页客户案例*/
.kh_case {
  width: 100%;
  margin: 46px 0 58px 0;
}
.kh_case .swiper-slide {
  display: inline-block;
  width: 215px;
}
.kh_case .swiper-slide img {
  display: inline-block;
  width: 215px;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.kh_case .swiper-slide img:hover {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.03);
}
/*首页公司资讯*/
.sy_zx_con {
  width: 100%;
  background: #f5f5f5;
}
.sy_zx_con .sy_zx_pc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 66px 0 134px 0;
}
.sy_zx_con .sy_zx_pc .zx_pc_item {
  width: 23.6%;
  background: #fff;
}
.sy_zx_con .sy_zx_pc .zx_pc_item .zx_pc_pt {
  width: 100%;
  position: relative;
}
.sy_zx_con .sy_zx_pc .zx_pc_item .zx_pc_pt .zx_img {
  width: 100%;
  height: auto;
}
.sy_zx_con .sy_zx_pc .zx_pc_item .zx_pc_pt .zx_pc_icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sy_zx_con .sy_zx_pc .zx_pc_item .zx_pc_pt .zx_pc_icon img {
  display: inline-block;
  width: 54px;
  height: auto;
}
.sy_zx_con .sy_zx_pc .zx_pc_item .zx_pc_pt .zx_pc_icon span {
  font-size: 14px;
  color: #000;
  margin-top: 5px;
}
.sy_zx_con .sy_zx_pc .zx_pc_item .zx_pc_list {
  width: 100%;
  padding: 0 20px 20px 20px;
}
.sy_zx_con .sy_zx_pc .zx_pc_item .zx_pc_list ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.sy_zx_con .sy_zx_pc .zx_pc_item .zx_pc_list ul li {
  width: 100%;
}
.sy_zx_con .sy_zx_pc .zx_pc_item .zx_pc_list ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  line-height: 44px;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  position: relative;
  padding-left: 14px;
}
.sy_zx_con .sy_zx_pc .zx_pc_item .zx_pc_list ul li a::after {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #C4C4C4;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  left: 0;
}
.sy_zx_con .sy_zx_pc .zx_pc_item .zx_pc_list ul li a:hover {
  color: #0E84FF;
}
.sy_zx_con .sy_zx_pc .zx_pc_item .zx_pc_list ul li a:hover::after {
  background: #0E84FF;
}
.sy_zx_con .sy_zx_pc .zx_pc_item .zx_pc_list .more_a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  margin-top: 10px;
}
.sy_zx_con .sy_zx_pc .zx_pc_item .zx_pc_list .more_a span {
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #D4D4D4;
}
.sy_zx_con .sy_zx_pc .zx_pc_item .zx_pc_list .more_a text {
  font-size: 14px;
  color: #999999;
}
.sy_zx_con .sy_zx_pc .zx_pc_item .zx_pc_list .more_a:hover span {
  background: #0E84FF;
}
.sy_zx_con .sy_zx_pc .zx_pc_item .zx_pc_list .more_a:hover text {
  color: #0E84FF;
}
@media screen and (max-width: 1366px) {
  .index_banner.index_banner_other .swiper-container .swiper-slide {
    width: 100%;
    height: unset;
    overflow: unset;
    display: inline-block;
  }
  .index_banner.index_banner_other .swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1280px) {
  .banner_nav .b_nav_left {
    width: 220px;
  }
  .banner_nav .b_nav_left ul .nav_li_one {
    padding: 0 22px 0 28px;
    font-size: 16px;
  }
  .banner_nav .b_nav_left ul .b_nav_l {
    padding: 0 22px 0 28px;
    font-size: 14px;
  }
  .banner_nav .b_nav_left ul .b_nav_l a {
    font-size: 14px;
  }
  /*pc端首页检索*/
  .retrieve_con .retrieve_width .retrieve_info .retrieve_ul {
    width: 84%;
    min-width: unset;
  }
  .retrieve_con .retrieve_width .retrieve_info .input_div {
    width: 84%;
    min-width: unset;
  }
  /*首页记账*/
  .syjz_con .sy_jz_box {
    padding: 40px 0 35px 0;
  }
  .syjz_con .sy_jz_box .sy_jz_item {
    margin-bottom: 35px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_left {
    height: 218px;
    padding: 0 15px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_left img {
    width: 86px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_left h5 {
    font-size: 18px;
    margin: 10px 0 8px 0;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_left p {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_center ul {
    margin-top: 10px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_center ul li {
    font-size: 13px;
    margin-top: 20px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_right ul {
    margin-top: 10px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_right ul li {
    font-size: 13px;
    margin-top: 20px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_style {
    position: relative;
    height: 218px;
    padding: 40px 30px 0 30px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_style .sy_jz_title {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 0 0 20px 0;
    font-size: 14px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_style ul li {
    position: relative;
    padding-left: 12px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_style ul li::after {
    width: 4px;
    height: 4px;
    margin-top: -2px;
  }
  /*我们的优势*/
  .sy_ys_con .sy_ys_box .sy_ys_item {
    width: 22.9%;
    background: #fff;
    padding: 36px 25px 36px 25px;
    margin-top: 44px;
  }
  .sy_ys_con .sy_ys_box .sy_ys_item img {
    width: 76px;
  }
  .sy_ys_con .sy_ys_box .sy_ys_item h5 {
    margin: 18px 0 10px 0;
    font-size: 16px;
  }
  .sy_ys_con .sy_ys_box .sy_ys_item p {
    font-size: 12px;
    line-height: 18px;
    height: 54px;
  }
}
@media screen and (max-width: 1024px) {
  /*pc端首页检索*/
  .retrieve_con .retrieve_width .retrieve_info .retrieve_ul {
    width: 89%;
  }
  .retrieve_con .retrieve_width .retrieve_info .retrieve_ul li {
    font-size: 13px;
    margin-right: 25px;
  }
  .retrieve_con .retrieve_width .retrieve_info .input_div {
    width: 89%;
  }
  .sy_head {
    padding-top: 76px;
    font-size: 26px;
  }
  /*热门服务*/
  .hot_service .fw_con {
    padding: 32px 0 76px 0;
  }
  .hot_service .fw_con .fw_con_item {
    width: 18.2%;
    padding: 32px 16px;
  }
  .hot_service .fw_con .fw_con_item .fw_con_item_box .fw_icon {
    width: 52px;
    margin-bottom: 16px;
  }
  .hot_service .fw_con .fw_con_item .fw_con_item_box h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .hot_service .fw_con .fw_con_item .fw_con_item_box p {
    font-size: 12px;
    line-height: 14px;
    height: 28px;
    margin-top: 8px;
  }
  .hot_service .fw_con .fw_con_item .fw_con_item_box a {
    width: 88px;
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    margin-top: 16px;
  }
  /*首页记账*/
  .syjz_con .sy_jz_box .sy_jz_item {
    margin-bottom: 25px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_left {
    height: 218px;
    padding: 0 10px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_left img {
    width: 82px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_left h5 {
    font-size: 16px;
    margin: 10px 0 8px 0;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_left p {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_center ul {
    margin-top: 10px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_center ul li {
    font-size: 12px;
    margin-top: 18px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_right ul {
    margin-top: 10px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_right ul li {
    font-size: 12px;
    margin-top: 18px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_style {
    position: relative;
    height: 218px;
    padding: 40px 15px 0 15px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_style .sy_jz_title {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 0 0 20px 0;
    font-size: 14px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_style ul li {
    position: relative;
    padding-left: 12px;
  }
  .syjz_con .sy_jz_box .sy_jz_item .sy_jz_style ul li::after {
    width: 4px;
    height: 4px;
    margin-top: -2px;
  }
}
@media screen and (max-width: 768px) {
  .index_banner {
    width: 100%;
    position: relative;
  }
  .index_banner .swiper-container {
    width: 100%;
  }
  .index_banner .swiper-container .swiper-slide {
    width: 100%;
    height: auto;
  }
  .index_banner .swiper-container .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .index_banner .banner_nav {
    display: none;
  }
  /*首页icon*/
  .sy_icon {
    width: 100%;
    padding: 1.1rem 0 0.4rem 0;
  }
  .sy_icon .safe_width {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .sy_icon .safe_width a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 20%;
    margin-bottom: 1rem;
  }
  .sy_icon .safe_width a img {
    display: inline-block;
    width: 1.5rem;
    height: auto;
  }
  .sy_icon .safe_width a span {
    font-size: 0.5rem;
    color: #333333;
    line-height: 0.85rem;
    margin-top: 0.4rem;
  }
  .sy_head {
    text-align: left;
    padding-top: 1.35rem;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .sy_head_sub {
    font-size: 0.55rem;
    line-height: 0.9rem;
    margin-top: 0.5rem;
  }
  /*热门服务*/
  .hot_service .fw_con {
    width: 100%;
    padding: 0.2rem 0 0px 0;
  }
  .hot_service .fw_con .fw_one_m {
    width: 100%;
    position: relative;
    margin-top: 0.85rem;
  }
  .hot_service .fw_con .fw_one_m img {
    width: 100%;
    height: auto;
  }
  .hot_service .fw_con .fw_one_m .fw_one_text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 1.25rem;
  }
  .hot_service .fw_con .fw_one_m .fw_one_text h5 {
    font-size: 0.65rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.85rem;
  }
  .hot_service .fw_con .fw_one_m .fw_one_text p {
    font-size: 0.5rem;
    color: #fff;
    margin-top: 0.45rem;
  }
  .hot_service .fw_con .fw_one_m .fw_one_text a {
    display: inline-block;
    width: 3.5rem;
    text-align: center;
    height: 1.25rem;
    font-size: 0.5rem;
    background: #fff;
    border-radius: 0.625rem;
    color: #E39729;
    line-height: 1.25rem;
    margin-top: 0.45rem;
    border: 0.025rem solid #fff;
  }
  .hot_service .fw_con .fw_con_item {
    margin-top: 0.85rem;
    width: 47.2%;
    background: url(../images/fw_bj01.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 0.95rem 0.5rem 0.85rem 0.5rem;
    border-radius: 0.4rem;
  }
  .hot_service .fw_con .fw_con_item .fw_con_item_box h5 {
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 0.85rem;
  }
  .hot_service .fw_con .fw_con_item .fw_con_item_box .fw_zs {
    width: 4.45rem;
    height: auto;
    margin-top: 0.65rem;
  }
  .hot_service .fw_con .fw_con_item .fw_con_item_box p {
    font-size: 0.5rem;
    line-height: 0.8rem;
    height: 2.4rem;
    text-align: center;
    margin-top: 0.65rem;
  }
  .hot_service .fw_con .fw_con_item .fw_con_item_box a {
    display: inline-block;
    width: 3.5rem;
    height: 1.25rem;
    font-size: 0.5rem;
    background: #fff;
    border-radius: 0.625rem;
    line-height: 1.25rem;
    margin-top: 0.25rem;
    border: 0.025rem solid #fff;
  }
  .hot_service .fw_con .fw_item_01 {
    background: url(../images/fw_bj01.jpg) no-repeat center top;
    background-size: 100% 100%;
  }
  .hot_service .fw_con .fw_item_01 .fw_con_item_box a {
    color: #19C7AA;
  }
  .hot_service .fw_con .fw_item_02 {
    background: url(../images/fw_bj02.jpg) no-repeat center top;
    background-size: 100% 100%;
  }
  .hot_service .fw_con .fw_item_02 .fw_con_item_box a {
    color: #3457FF;
  }
  .hot_service .fw_con .fw_item_03 {
    background: url(../images/fw_bj03.jpg) no-repeat center top;
    background-size: 100% 100%;
  }
  .hot_service .fw_con .fw_item_03 .fw_con_item_box a {
    color: #7538FE;
  }
  .hot_service .fw_con .fw_item_04 {
    background: url(../images/fw_bj04.jpg) no-repeat center top;
    background-size: 100% 100%;
  }
  .hot_service .fw_con .fw_item_04 .fw_con_item_box a {
    color: #EB5861;
  }
  /*我们的优势*/
  .sy_ys_con .sy_ys_box {
    margin-top: 0.15rem;
  }
  .sy_ys_con .sy_ys_box .sy_ys_item {
    width: 48.2%;
    padding: 0.8rem 0.5rem 0.65rem 0.5rem;
    margin-top: 0.65rem;
  }
  .sy_ys_con .sy_ys_box .sy_ys_item img {
    width: 2.5rem;
  }
  .sy_ys_con .sy_ys_box .sy_ys_item h5 {
    margin: 0.5rem 0 0.45rem 0;
    font-size: 0.65rem;
    line-height: 0.8rem;
  }
  .sy_ys_con .sy_ys_box .sy_ys_item p {
    font-size: 0.5rem;
    line-height: 0.85rem;
    height: 2.55rem;
  }
  /*首页客户案例*/
  .kh_case {
    width: 100%;
    margin: 0.85rem 0 1rem 0;
  }
  .kh_case .swiper-container {
    padding-bottom: 1.25rem;
  }
  .kh_case .swiper-container .swiper-slide {
    display: inline-block;
    width: 50%;
    padding: 0 0.4rem 0.4rem 0;
  }
  .kh_case .swiper-container .swiper-slide img {
    width: 100%;
  }
  /*公司资讯*/
  .select_m {
    margin-top: 0.4rem;
    height: 1.7rem;
    width: 100%;
  }
  .select_m ul {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .select_m ul li {
    display: inline-block;
  }
  .select_m ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 1.7rem;
    line-height: 1.7rem;
    color: #666;
    font-size: 0.6rem;
    text-decoration: none;
    position: relative;
  }
  .select_m ul li.active a {
    color: #0E84FF;
  }
  .select_m ul li.active a::after {
    content: '';
    display: inline-block;
    width: 40%;
    height: 0.05rem;
    background: #0E84FF;
    position: absolute;
    bottom: 0;
    left: 30%;
  }
  .sy_zx_sj {
    width: 100%;
  }
  .sy_zx_sj .zx_sj_list {
    width: 100%;
  }
  .sy_zx_sj .zx_sj_list ul {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 0.025rem solid #D9D9D9;
  }
  .sy_zx_sj .zx_sj_list ul li {
    width: 100%;
  }
  .sy_zx_sj .zx_sj_list ul li a {
    display: inline-block;
    width: 100%;
    line-height: 2.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 0.025rem solid #D9D9D9;
    font-size: 0.6rem;
    color: #666666;
    text-decoration: none;
  }
  .sy_zx_sj .zx_sj_list .zx_sj_more {
    width: 100%;
    text-align: center;
    line-height: 2.75rem;
  }
  .sy_zx_sj .zx_sj_list .zx_sj_more a {
    font-size: 0.65rem;
    color: #0E84FF;
  }
  /*更多服务*/
  .ms-content {
    width: 100%;
  }
  .ms-content .ms-item {
    width: 100%;
    background: #fff;
    padding: 1rem 0.6rem 0.6rem 0.6rem;
    border-top: 0.45rem solid #f5f5f5;
  }
  .ms-content .ms-item .tit {
    width: 100%;
    font-weight: bold;
    font-size: 0.65rem;
    color: #222;
    line-height: 0.85rem;
  }
  .ms-content .ms-item ul {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .ms-content .ms-item ul li {
    width: 18.8%;
    margin: 0 1.5% 0.65rem 0;
  }
  .ms-content .ms-item ul li:nth-child(5n) {
    margin-right: 0;
  }
  .ms-content .ms-item ul li a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .ms-content .ms-item ul li a img {
    display: inline-block;
    width: 1.05rem;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .ms-content .ms-item ul li a p {
    font-size: 0.5rem;
    line-height: 0.8rem;
    color: #333;
    width: 100%;
    text-align: center;
  }
}
