@charset "UTF-8";
/**!
* 主题集成服务
* date:2022-10-09
* author: gyc;
*/
@font-face {
  font-family: 'ysbt';
  src: url("../css/font/优设标题黑.ttf"), url("../css/font/优设标题黑.woff");
}

body {
  min-width: 1200px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.banner {
  height: 410px;
  padding-top: 88px;
  background: url("../images/banner.jpg") no-repeat center;
}

.banner .title {
  width: 293px;
  height: 51px;
  background: url("../images/title.png") no-repeat center;
}

.banner .describe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
}

.banner .describe > li {
  width: 79px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  line-height: 28px;
}

.banner .describe > li + li {
  margin-left: 13px;
}

.banner .subtitle {
  width: 540px;
  margin-top: 20px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}

.main-container {
  padding-top: 80px;
  background: url("../images/bg.png") no-repeat top center;
}

.onedo-box {
  margin-top: 64px;
  background-color: #eef8ff;
  -webkit-box-shadow: 0px 5px 36px 0px rgba(113, 131, 146, 0.18);
          box-shadow: 0px 5px 36px 0px rgba(113, 131, 146, 0.18);
  border-radius: 10px;
}

.onedo-box .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.onedo-box .hd > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 600px;
  height: 120px;
}

.onedo-box .hd > li.active {
  background-color: #fff;
}

.onedo-box .hd > li.active::after {
  position: absolute;
  content: '';
  right: -67px;
  top: 0;
  width: 67px;
  height: 120px;
  background: url("../images/onedo-active1.png") no-repeat center;
}

.onedo-box .hd > li .inner {
  padding-left: 85px;
  background: url("../images/icon-onedo1.png") no-repeat 5px center;
}

.onedo-box .hd > li:nth-child(2) .inner {
  background: url("../images/icon-onedo2.png") no-repeat left center;
}

.onedo-box .hd > li:nth-child(2).active::after {
  left: -67px;
  right: auto;
  background: url("../images/onedo-active2.png") no-repeat center;
}

.onedo-box .hd > li .name {
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  color: #108dee;
  font-weight: 600;
}

.onedo-box .hd > li .value {
  height: 18px;
  margin-top: 16px;
  line-height: 18px;
  font-size: 18px;
  color: #8b8b8b;
}

.onedo-box .hd > li .value > span {
  color: #108dee;
}

.onedo-box .bdl {
  background-color: #fff;
}

.onedo-box .thing-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 72px 50px 0 48px;
  background: url("../images/line.png") no-repeat center 189px;
}

.onedo-box .thing-list > li {
  width: 85px;
  cursor: pointer;
  text-align: center;
}

.onedo-box .thing-list > li.active .normal {
  display: none;
}

.onedo-box .thing-list > li.active .highlight {
  display: block;
}

.onedo-box .thing-list > li.active .thing-name {
  color: #108dee;
}

.onedo-box .thing-list > li.arrows {
  width: 20px;
  height: 11px;
  margin-top: 121px;
  background: url("../images/arrows.png") no-repeat center;
  pointer-events: none;
}

.onedo-box .thing-list > li img {
  display: block;
  width: 85px;
  height: 138px;
}

.onedo-box .thing-list > li .thing-name {
  margin-top: 28px;
  font-size: 20px;
  color: #b4b4b4;
  font-weight: 600;
}

.onedo-box .thing-list > li .highlight {
  display: none;
}

.onedo-box .more-things {
  display: block;
  margin: 80px auto 0;
  border-radius: 4px;
  background-color: #108dee;
  width: 140px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.onedo-box .list-box {
  padding: 0 24px 30px;
}

.onedo-box .list-box.none {
  padding-bottom: 55px;
  background: #fff url("../images/bg-bdl.png") no-repeat center bottom -60px;
}

.onedo-box .list-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 19px;
}

.onedo-box .list-box .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 560px;
  height: 80px;
  padding: 0 25px 0 18px;
  border: 1px solid #ececec;
  border-radius: 6px;
  background-color: white;
  cursor: pointer;
}

.onedo-box .list-box .list > li:hover {
  background-color: #f2f6fa;
  border-color: #f2f6fa;
}

.onedo-box .list-box .list > li:nth-child(2n) {
  margin-left: 22px;
}

.onedo-box .list-box .list > li:nth-child(n+3) {
  margin-top: 29px;
}

.onedo-box .list-box .list > li .tt {
  padding-left: 23px;
  font-size: 18px;
  color: #5c5c5c;
  background: url("../images/icon-thingstt.png") no-repeat left center;
}

.onedo-box .list-box .list > li .handle {
  margin-left: auto;
  font-size: 18px;
  color: #108dee;
}

.onedo-box .thing-total {
  height: 18px;
  margin-top: 47px;
  line-height: 18px;
  font-size: 18px;
}

.onedo-box .thing-total > span {
  margin: 0 3px;
  color: #108dee;
}

.things {
  padding: 0 0 110px;
  background: url("../images/bg2.png") no-repeat center bottom;
}

.things .thing-box {
  margin-top: 75px;
}

.things .thing-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  line-height: 42px;
  font-size: 42px;
}

.things .thing-name > span {
  width: 59px;
  height: 28px;
  margin-left: 23px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #108dee;
  background-color: rgba(16, 141, 238, 0.039);
  border-radius: 13px;
  font-size: 16px;
  color: #108dee;
  font-weight: normal;
}

.things .thing-detail {
  margin-top: 25px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  -webkit-box-shadow: 0px 50px 36px rgba(113, 131, 146, 0.18);
          box-shadow: 0px 50px 36px rgba(113, 131, 146, 0.18);
}

.things .thing-detail .total {
  height: 75px;
  margin: 0 32px;
  line-height: 74px;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
}

.things .thing-detail .total > span {
  margin: 0 6px;
  font-size: 22px;
  color: #108dee;
}

.things .thing-detail .warpper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 32px 36px;
}

.things .thing-detail .warpper-name {
  height: 22px;
  line-height: 22px;
  font-size: 22px;
  font-weight: 600;
}

.things .thing-detail .matter {
  width: 515px;
}

.things .thing-detail .matter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 32px 0 0 -20px;
}

.things .thing-detail .matter-list > li {
  height: 40px;
  margin: 0 0 22px 20px;
  padding: 0 20px;
  border: 1px solid #e5e8ec;
  background-color: rgba(239, 240, 240, 0.6);
  border-radius: 20px;
  line-height: 38px;
  color: #8b8b8b;
  font-size: 18px;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.things .thing-detail .matter .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
}

.things .thing-detail .matter .btn-box .btn {
  width: 120px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  background-color: #108dee;
}

.things .thing-detail .matter .btn-box .btn.guide {
  margin-left: 14px;
  color: #108dee;
  background-color: rgba(16, 141, 238, 0.071);
}

.things .thing-detail .efficiency {
  width: calc(100% - 515px);
  height: 300px;
  padding-left: 48px;
  border-left: 1px dashed #efefef;
}

.things .thing-detail .efficiency-wrapper {
  width: 572px;
  height: 297px;
  padding-top: 44px;
  background: url("../images/bg-eff.png") no-repeat left 20px;
}

.things .thing-detail .efficiency-wrapper .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.things .thing-detail .efficiency-wrapper .name > li {
  width: 200px;
  font-size: 20px;
  line-height: 20px;
}

.things .thing-detail .efficiency-wrapper .name > li:nth-child(2) {
  margin-left: auto;
}

.things .thing-detail .efficiency-wrapper .common-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 42px;
}

.things .thing-detail .efficiency-wrapper .common-detail.time > li .detail-name {
  background: url("../images/icon-eff1.png") no-repeat left center;
}

.things .thing-detail .efficiency-wrapper .common-detail.materials > li .detail-name {
  background: url("../images/icon-eff2.png") no-repeat left center;
}

.things .thing-detail .efficiency-wrapper .common-detail.num > li .detail-name {
  background: url("../images/icon-eff3.png") no-repeat left center;
}

.things .thing-detail .efficiency-wrapper .common-detail > li {
  height: 26px;
  line-height: 26px;
  font-size: 19px;
  text-align: center;
}

.things .thing-detail .efficiency-wrapper .common-detail > li .number {
  margin-right: 6px;
  font-size: 22px;
}

.things .thing-detail .efficiency-wrapper .common-detail > li:nth-child(1), .things .thing-detail .efficiency-wrapper .common-detail > li:nth-child(3) {
  width: 200px;
  color: #5c5c5c;
}

.things .thing-detail .efficiency-wrapper .common-detail > li:nth-child(2) {
  width: calc(100% - 400px);
}

.things .thing-detail .efficiency-wrapper .common-detail > li:nth-child(1) > span {
  position: relative;
}

.things .thing-detail .efficiency-wrapper .common-detail > li:nth-child(1) > span::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 1px solid;
}

.things .thing-detail .efficiency-wrapper .common-detail > li:nth-child(3) .number {
  color: #108dee;
}

.things .thing-detail .efficiency-wrapper .common-detail > li .detail-name {
  padding: 0 0 0 32px;
}

.things .thing-detail .efficiency-wrapper .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.onething {
  background-color: #fdfeff;
  padding: 80px 0 69px;
}

.onething .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.onething .hd > li {
  padding: 0 55px;
  font-family: 'ysbt';
  text-align: center;
  font-size: 56px;
  line-height: 56px;
  color: #545454;
  cursor: pointer;
}

.onething .hd > li.active {
  color: #108dee;
}

.onething .hd > li + li {
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e5e5e5)) no-repeat left center;
  background: linear-gradient(to bottom, #e5e5e5, #e5e5e5) no-repeat left center;
  background-size: 2px 40px;
}

.onething .table-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  margin-top: 60px;
  border-bottom: 2px solid #e5e5e5;
}

.onething .table-hd > li {
  line-height: 18px;
  font-size: 18px;
  color: #8b8b8b;
}

.onething .table-body {
  margin-top: 6px;
}

.onething .table-body > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 59px;
  line-height: 59px;
  font-size: 18px;
}

.onething .table-body > li .col1 > a,
.onething .table-body > li .col4 > a {
  color: #108dee;
}

.onething .table-body > li + li {
  border-top: 1px solid #eaeaea;
}

.onething .col1,
.onething .col2,
.onething .col3,
.onething .col4 {
  padding: 0 19px;
}

.onething .col1 {
  width: 472px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.onething .col2 {
  width: 278px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.onething .col3 {
  width: 528px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.onething .col4 {
  width: calc(100% - 472px - 278px - 228px);
}

.theme {
  padding: 86px 0 72px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4faff), to(white));
  background: linear-gradient(-180deg, #f4faff 0%, white 100%);
}

.theme-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 78px;
}

.theme-list > li {
  width: 283px;
  height: 260px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: -0.14px 3.998px 15px 0px rgba(224, 228, 236, 0.63);
          box-shadow: -0.14px 3.998px 15px 0px rgba(224, 228, 236, 0.63);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.theme-list > li:hover {
  -webkit-transform: translateY(-19px);
          transform: translateY(-19px);
}

.theme-list > li + li {
  margin-left: 22px;
}

.theme-list > li:nth-child(4n+1) {
  margin-left: 0;
}

.theme-list > li:nth-child(n+5) {
  margin-top: 73px;
}

.theme-list > li > a {
  display: block;
  height: 100%;
}

.theme-list > li .img {
  display: block;
  width: 283px;
  height: 147px;
}

.theme-list > li .name {
  height: 20px;
  margin-top: 20px;
  padding: 0 24px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 700;
}

.theme-list > li .subtitle {
  margin-top: 16px;
  padding: 0 24px;
  line-height: 24px;
  font-size: 16px;
  color: #a4a4a4;
}

.theme .more {
  margin-top: 55px;
}

.service {
  padding: 84px 0 92px;
  background: url("../images/bg-service.jpg") no-repeat center bottom;
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}

.service-list > li {
  width: 283px;
  height: 139px;
  background: url("../images/service-box.png");
  -webkit-box-shadow: -0.14px 3.998px 15px 0px rgba(188, 204, 216, 0.63);
          box-shadow: -0.14px 3.998px 15px 0px rgba(188, 204, 216, 0.63);
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service-list > li:hover {
  color: #108dee;
  -webkit-transform: translateY(-17px);
          transform: translateY(-17px);
}

.service-list > li + li {
  margin-left: 22px;
}

.service-list > li:nth-child(4n+1) {
  margin-left: 0;
}

.service-list > li:nth-child(n+5) {
  margin-top: 50px;
}

.service-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  font-size: 24px;
  font-weight: 700;
}

.common-title {
  font-family: 'ysbt';
  text-align: center;
  font-size: 56px;
  line-height: 56px;
  color: #545454;
}

.more {
  display: block;
  width: 228px;
  height: 56px;
  margin: 27px auto 0;
  background-color: rgba(16, 141, 238, 0.039);
  border-radius: 28px;
  line-height: 56px;
  text-align: center;
  font-size: 18px;
  color: #108dee;
}

.pagination {
  margin-top: 28px;
  padding: 0;
}

.m-pagination-page > li + li {
  margin-left: 8px;
}

.m-pagination-page > li > a {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border-color: #d9d9d9;
  border-radius: 4px;
}

.m-pagination-page > li:first-child > a {
  border-radius: 4px;
}

.m-pagination-page > li.active > a {
  border-color: #108dee;
  background-color: #108dee;
}
