/**!
 * [南京企业综合服务平台]
 * date:2019-05-04
 * author: [xhz];
 */
.banner {
    height: 214px;
    background: url(../images/handle/banner.png) no-repeat center;
}

.common-nav {
    background: none;
    border-bottom: 1px solid #70b4fc;
}

.common-nav li.active a:after {
    top: 50px;
}

.slogan {
    margin-top: 92px;
    margin-left: 115px;
    color: #fff;
    font-size: 16px;
}

.link-content {
    padding-top: 35px;
    height: 700px;
    background: url('../images/handle/life_bg.png') no-repeat center bottom;
}

.lifecycle {
    width: 1200px;
}

.item-title {
    font-weight: bold;
    font-size: 24px;
    padding-left: 30px;
    height: 60px;
    line-height: 59px;
    border-bottom: 1px solid #d2e3f4;
    background: url(../images/handle/title-bg.png) no-repeat 0 center;
}
.item-title .sub-title {
    font-weight: normal;
    color: #868686;
    font-size: 16px;
    margin-left: 15px;
}

.item-title span {
    color: #333;
    font-family: 'Source Han Sans CN';
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.item-title .active {
    font-size: 20px;
}
.lifecycle-content {
    height: 607px;
    position: relative;
    background: url('../images/handle/city.png') no-repeat center 85px;
    background-size: 1072px, 346px;
}
.lifecycle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 250px;
}
.item-tit {
    color: #333;
    text-align: center;
    font-family: 'Source Han Sans CN';
    font-size: 20px;
    font-weight: 700;
}

.lifecycle-item > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    height: 84px;
    /* margin: 8px 0; */
}
.align-c {
    align-items: center;
}
.lifecycle-item > ul li {
    position: relative;
    padding-left: 13px;
    width: 100px;
    font-family: 'Source Han Sans CN';
    font-size: 16px;
    line-height: 28px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.lifecycle-item > ul li:hover {
    color: #3693ff;
}
.lifecycle-item > ul li::before {
    position: absolute;
    content: '';
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3694ff;
}
.lifecycle-item:nth-child(1) {
    top: 271px;
    left: -35px;
}
.lifecycle-item:nth-child(2) {
    top: 65px;
    left: 159px;
}
.lifecycle-item:nth-child(3) {
    top: -5px;
    right: 225px;
}
.lifecycle-item:nth-child(4) {
    top: 200px;
    right: -50px;
    .item-tit {
        margin-top: 8px;
    }
}
.lifecycle-item:nth-child(5) {
    top: 305px;
    right: 185px;
    .item-tit {
        margin-top: 8px;
    }
}
.lifecycle-item:nth-child(6) {
    top: 350px;
    right: 410px;
}
.lifecycle-item:nth-child(7) {
    top: 370px;
    left: 225px;
    .item-tit {
        margin-top: 8px;
    }
}

.detail-content {
    background: #f2f9ff;
    padding: 20px 0 0 20px;
}

.matter-type {
    display: inline-block;
}

.matter-type li {
    display: inline-block;
    height: 100%;
    font-size: 16px;
    margin: 0 15px;
    font-weight: bold;
    cursor: pointer;
}

.matter-type li.active {
    background: #000;
    background: url(../images/handle/matter-type-active.png) no-repeat center 42px;
}

.matter-type li:hover {
    color: #3c91f1;
}

.condition-f {
    padding-bottom: 30px;
}

.condition {
    padding: 15px 90px 0 0;
    position: relative;
    overflow: hidden;
}

.condition li {
    float: left;
    width: 121px;
    height: 34px;
    border-radius: 2px;
    margin: 10px 0 0 10px;
    cursor: pointer;
    text-align: center;
    line-height: 34px;
    border: 1px solid transparent;
}

.condition li.active {
    color: #3c91f1;
    border: 1px solid #3c91f1;
}

.condition li:hover {
    color: #3c91f1;
}

.white-bg {
    background: #fff;
    padding: 20px 0 30px;
}

.second-condition {
    height: 32px;
}

.condition-title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-left: 18px;
}

.second-condition .l > * {
    float: left;
}

.second-condition .l > * + * {
    margin-left: 38px;
    position: relative;
}

.second-condition .l > * + *:before {
    position: absolute;
    content: '';
    top: 3px;
    left: -19px;
    height: 14px;
    border-left: 1px solid #e0e0e0;
}

.uc-themeselect-value {
    margin-top: -3px;
}

.query-search {
    float: right;
    width: 304px;
    height: 32px;
    border: 1px solid #cccccc;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    margin-right: 13px;
    margin-top: -3px;
    background-color: #fff;
}

.query-search input {
    background: #fff;
    width: 89%;
    height: 100%;
    padding-left: 15px;
    line-height: 32px;
    border: none;
}

.query-search button {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 9px;
    cursor: pointer;
    background: url(../images/readgalss-blue.png) no-repeat center;
}

.detail-list {
    margin-top: 30px;
    padding: 0 17px;
}

.detail-list > li {
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.detail-list .brief {
    padding-left: 13px;
    cursor: pointer;
    height: 14px;
    background: url(../images/arrow-r-b.png) no-repeat 0 6px;
}

.detail-list .brief.active {
    background: url(../images/arrow-d.png) no-repeat 0 6px;
}

.detail-list .brief:hover {
    color: #3c91f1;
}

.detail-list .brief span {
    float: right;
    color: #868686;
}

.matter-list {
    margin-top: 13px;
    display: none;
}

.matter-list li {
    height: 48px;
    line-height: 48px;
    padding-left: 26px;
    margin-top: 8px;
    background: #edf6ff url(../images/dot.png) no-repeat 13px center;
}

.matter-list li p {
    float: left;
}

.matter-list li .operate {
    float: right;
    width: 107px;
    height: 30px;
    line-height: 30px;
    margin: 9px 8px 0 0;
    border: 1px solid #3c91f1;
    color: #3c91f1;
    padding-left: 34px;
    border-radius: 15px;
    background: #fff url(../images/handle/icon3.png) no-repeat 15px center;
}

.matter-list li .operate:hover {
    color: #fff;
    background: #3c91f1 url(../images/handle/icon3-active.png) no-repeat 15px center;
}

.condition .slide {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
    line-height: 54px;
    padding-right: 14px;
    color: #3c91f1;
    top: 10px;
    font-size: 16px;
    background: url(../images/arrow-d.png) no-repeat right center;
}

.condition .slide.active {
    background: url(../images/arrow-u.png) no-repeat right center;
}

.tooltip {
    position: absolute;
    z-index: 1000;
    width: 227px;
    height: 48px;
    background: url(../images/home-remind.png) no-repeat center;
}

.tasknum-title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-left: 18px;
}


/* 2025.3.7 */
.one_wrap {
  background: linear-gradient(180deg, #fff 0%, #f2f9ff 100%);
  padding-bottom: 50px;
  margin-top: 20px;
}

.one_wrap_title {
  border-bottom: 1px solid #d2e3f4;
  padding-left: 30px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  background: url(../images/arrowtitle.png) no-repeat left center;
  line-height: 60px;
}

.onething_imgs {
  padding: 10px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.onething_imgs * {
  box-sizing: border-box;
}
.onething_imgs li {
  width: calc((100% - 60px) / 4);
  height: 240px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 0px 15px 0px rgba(157, 157, 157, 0.25);
}
.onething_imgs li:hover {
  border: 1px solid #3693ff;
}
.onething_imgs li:hover p {
  color: #3693ff;
}
.onething_imgs li a {
  display: block;
  width: 100%;
  height: 100%;
}
.onething_imgs li img {
  display: block;
  width: 100%;
  height: calc(100% - 57px);
}
.onething_imgs li .mating-txt {
  height: 57px;
  line-height: 57px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#onethingswiper {
  margin: 30px -60px 0 -60px;
  padding: 0 60px 30px 60px;
  position: relative;
}
#onethingswiper .swiper-button-prev,
#onethingswiper .swiper-button-next {
  background-color: transparent;
  background-image: url(../images/swiperleft.png);
  background-repeat: no-repeat;
  background-size: 33px 33px;
  left: 0px;
  right: auto;
  width: 33px;
  height: 33px;
  margin-top: -16.5px;
  border-radius: 100%;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  background-position: center center;
  cursor: pointer;
}
#onethingswiper .swiper-button-next {
  background-color: transparent;
  background-image: url(../images/swiperright.png);
  right: 0px;
  left: auto;
}
#onethingswiper .swiper-button-prev.swiper-button-disabled {
  background-color: transparent;
  background-image: url(../images/swiperleft-disabled.png);
  opacity: 1;
}
#onethingswiper .swiper-button-next.swiper-button-disabled {
  background-color: transparent;
  background-image: url(../images/swiperright-disabled.png);
  opacity: 1;
}
#onethingswiper .swiper-button-next:after,
#onethingswiper .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}
#onethingswiper .swiper-button-prev:after,
#onethingswiper .swiper-container-rtl .swiper-button-next:after {
  content: "";
}
#onethingswiper .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#onethingswiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 5px;
}
#onethingswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
}
#onethingswiper #onethingswiper .swiper-button-next.swiper-button-disabled {
  background-color: #e6e0de;
  background-image: url(../images/swiperright.png);
  opacity: 1;
}/*# sourceMappingURL=comp.css.map */