@charset "UTF-8";
/**!
* 小微企业
* date:2022-10-09
* author: xjl;
*/
.policy-title {
  margin-bottom: 30px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  font-size: 32px;
  color: #3c3f46;
}
.policy-title > a {
  font-weight: normal;
  font-size: 14px;
  color: #999;
}

.banner {
  padding-top: 70px;
  height: 240px;
  background: url(../images/service_column/bg.jpg) no-repeat center;
}
.banner-title {
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 4px 8px rgba(8, 136, 254, 0.68);
}
.banner-title > span {
  color: #ffe54a;
}
.banner-text {
  margin-top: 20px;
  width: 656px;
  font-size: 16px;
  color: #fff;
}

.measure {
  padding-top: 53px;
}
.measure-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 23px;
  width: 546px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.measure-item:nth-child(n+3) {
  border-top: 1px dashed #a0a0a0;
}
.measure-item:nth-child(2n) {
  margin-left: 46px;
}
.measure-item:hover {
  color: #0083ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.measure-item::before {
  position: absolute;
  left: -18px;
  top: 0;
  content: "";
  width: 2px;
  height: calc(100% + 1px);
  background: #e3e4e6;
}
.measure-item::after {
  position: absolute;
  left: -21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 8px;
  height: 8px;
  background-color: #c5c6c7;
  border: 1px solid #fff;
  border-radius: 50%;
}
.measure-item:hover::after {
  left: -23px;
  width: 12px;
  height: 12px;
  background: url(../images/service_column/ico.png) no-repeat center;
}
.measure-item .text {
  width: 390px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.measure-item .date {
  color: #666;
}

.policy {
  padding-top: 39px;
  padding-bottom: 60px;
}
.policy-item {
  display: inline-block;
  vertical-align: middle;
  padding: 30px 0;
  width: 224px;
  height: 140px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
.policy-item a {
  display: block;
  padding: 0 12px;
  width: 100%;
  height: 100%;
}
.policy-item:nth-child(1) {
  background: url(../images/service_column/policy-bg01.jpg) no-repeat center;
}
.policy-item:nth-child(2) {
  background: url(../images/service_column/policy-bg02.jpg) no-repeat center;
}
.policy-item:nth-child(3) {
  background: url(../images/service_column/policy-bg03.jpg) no-repeat center;
}
.policy-item:nth-child(4) {
  background: url(../images/service_column/policy-bg04.jpg) no-repeat center;
}
.policy-item:nth-child(5) {
  background: url(../images/service_column/policy-bg05.jpg) no-repeat center;
}
.policy-item + li {
  margin-left: 16px;
}
.policy .name {
  font-size: 24px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.policy .text {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.one-stop {
  padding-top: 60px;
  padding-bottom: 48px;
  background: #fff url(../images/service_column/one-stop.jpg) no-repeat top center;
}
.one-stop .policy-title {
  margin-bottom: 23px;
}
.one-stop .swiper-container {
  padding: 15px 0;
  margin-left: -15px;
  width: 1230px;
}
.one-stop .swiper-box {
  position: relative;
  padding-bottom: 17px;
}
.one-stop .swiper-wrapper {
  padding: 0 15px;
}
.one-stop .slide-box {
  width: 285px;
  height: 280px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 17px 1px rgba(132, 165, 201, 0.34);
          box-shadow: 0px 0px 17px 1px rgba(132, 165, 201, 0.34);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.one-stop .slide-box:hover {
  color: #fff;
  background: #0083ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.one-stop .slide-box:hover .text {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.one-stop i {
  display: block;
  width: 100%;
  height: 200px;
}
.one-stop .slide-content {
  padding: 27px 38px;
}
.one-stop .slide-content .name {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.one-stop .slide-content .text {
  display: -webkit-box;
  margin-top: 16px;
  height: 40px;
  line-height: 20px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.one-stop .swiper-button-prev,
.one-stop .swiper-button-next {
  width: 34px;
  height: 33px;
}
.one-stop .swiper-button-prev,
.one-stop .swiper-container-rtl .swiper-button-next {
  left: -60px;
  background: url(../images/index0922/left.png) no-repeat;
}
.one-stop .swiper-button-next,
.one-stop .swiper-container-rtl .swiper-button-prev {
  right: -60px;
  background: url(../images/index0922/right.png) no-repeat;
}
.one-stop .swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.one-stop .swiper-pagination-bullet {
  margin: 0 5px;
  width: 20px;
  height: 4px;
  background: #dbdde3;
  border-radius: 0;
  opacity: 1;
}
.one-stop .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background: #2e80ec;
}

.relevant {
  padding-bottom: 36px;
  background: url(../images/service_column/relevant-bg.png) no-repeat bottom center;
}
.relevant-item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  padding-left: 63px;
  padding-right: 20px;
  width: 277px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  border: 1px solid #fff;
  background: #eef3fb url(../images/service_column/relevant-icon.png) no-repeat left 22px center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.relevant-item:hover {
  color: #2e80ec;
  border: 1px solid #2e80ec;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(148, 182, 228, 0.29);
          box-shadow: 0px 3px 10px 0px rgba(148, 182, 228, 0.29);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.relevant-item + li {
  margin-left: 27px;
}
.relevant-item:nth-child(4n-3) {
  margin-left: 0;
}

