@charset "utf-8";
.solution-banner {
  height: 420px;
  background: url(../images/solution_banner.png) no-repeat center;
}
.solution-banner .banner-content {
  width: 1180px;
  margin: 0 auto;
  padding-top: 170px;
}
.solution-banner .banner-content h1 {
  font-size: 44px;
  font-weight: bold;
  color: #0178FD;
  margin-bottom: 32px;
}
.solution-banner .banner-content p {
  font-size: 24px;
  color: #FFFFFF;
  opacity: 0.6;
}
@keyframes big {
  0% {
    width: 380px;
    height: 214px;
  }
  100% {
    transform: scale(1.2);
  }
}
.solution-main {
  padding: 80px 0 120px;
}
.solution-main .solution-list {
  display: grid;
  grid-template-columns: repeat(3, 380px);
  grid-gap: 20px;
}
.solution-main .solution-list .solution-item {
  width: 380px;
  height: 350px;
  background-color: #fff;
}
.solution-main .solution-list .solution-item .solution-img {
  width: 380px;
  height: 214px;
  overflow: hidden;
}
.solution-main .solution-list .solution-item .solution-img img {
  width: 380px;
  height: 214px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.solution-main .solution-list .solution-item:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.solution-main .solution-list .solution-item .solution-caseinfo {
  padding: 20px 24px 0;
}
.solution-main .solution-list .solution-item .solution-caseinfo dl dt a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
  margin-bottom: 10px;
}
.solution-main .solution-list .solution-item .solution-caseinfo dl dt a:hover {
  color: #0178FD;
}
.solution-main .solution-list .solution-item .solution-caseinfo dl dd {
  color: #999999;
  line-height: 22px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.solution-main .solution-page {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}
.solution-main .solution-page button {
  width: 42px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  position: relative;
}
.solution-main .solution-page button:hover {
  background: #0178FD;
  border-color: #0178FD;
}
.solution-main .solution-page button:disabled {
  background: #fff;
}
.solution-main .solution-page button:disabled:hover {
  border-color: #EEEEEE;
}
.solution-main .solution-page .prev-page {
  position: relative;
}
.solution-main .solution-page .prev-page::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-right: 8px solid #636363;
  border-bottom: 8px solid transparent;
}
.solution-main .solution-page .prev-page::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
}
.solution-main .solution-page .prev-page:hover::before {
  border-right: 8px solid #fff;
}
.solution-main .solution-page .prev-page:hover::after {
  border-right: 6px solid #0178FD;
}
.solution-main .solution-page .prev-page:disabled::before {
  border-right: 8px solid #d8d4d4;
}
.solution-main .solution-page .prev-page:disabled::after {
  border-right: 6px solid #ffff;
}
.solution-main .solution-page .next-page {
  position: relative;
}
.solution-main .solution-page .next-page::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-left: 8px solid #636363;
  border-bottom: 8px solid transparent;
}
.solution-main .solution-page .next-page::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 6px solid transparent;
}
.solution-main .solution-page .next-page:hover::before {
  border-left: 8px solid #fff;
}
.solution-main .solution-page .next-page:hover::after {
  border-left: 6px solid #0178FD;
}
.solution-main .solution-page .next-page:disabled::before {
  border-left: 8px solid #d8d4d4;
}
.solution-main .solution-page .next-page:disabled::after {
  border-left: 6px solid #ffff;
}
.solution-main .solution-page .page-number {
  margin-left: 6px;
}
.solution-main .solution-page .page-number ul {
  display: flex;
}
.solution-main .solution-page .page-number ul li {
  margin-right: 6px;
}
.solution-main .solution-page .page-number ul li a {
  display: block;
  padding: 0 16px;
  color: #999999;
  line-height: 40px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  font-weight: normal;
  border-radius: 4px;
}
.solution-main .solution-page .page-number ul li a:hover {
  background: #0178FD;
  color: #fff;
}
.solution-main .solution-page .page-number ul li a.active {
  background: #0178FD;
  color: #fff;
}
/******解决方案案例*******/
.solution-case-banner {
  height: 420px;
}
.solution-case-banner .banner-content {
  width: 1180px;
  margin: 0 auto;
}
.solution-case-banner .banner-content h1 {
  padding-top: 160px;
  font-size: 44px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.solution-case-banner .banner-content p.subtitle {
  font-size: 40px;
  color: #FFFFFF;
  line-height: 38px;
  text-align: center;
}
.solution-case-banner .banner-content .text-lf {
  text-align: left;
  padding-left: 60px;
}
.solution-case-banner .banner-content .text-cent {
  padding-top: 180px;
  padding-left: 60px;
}
.solution-case-banner .banner-content .text-left {
  padding-left: 60px;
  padding-top: 128px;
  text-align: left;
  line-height: 76px;
}
.solution-case-industry {
  padding: 80px 0 120px;
}
.solution-case-industry .subtitle {
  line-height: 30px;
}
.solution-case-industry .industry-wrap {
  width: 867px;
  height: 404px;
  margin: 60px auto 0;
  position: relative;
}
.solution-case-industry .industry-wrap p {
  display: inline-block;
  width: 25%;
  font-size: 16px;
  color: #666666;
  padding-right: 35px;
  text-align: center;
}
.solution-case-industry .industry-wrap p.text-industry {
  padding: 0;
  margin-left: -20px;
}
.solution-case-industry .industry-wrap p:nth-child(1) {
  position: absolute;
  left: 0;
  top: 380px;
}
.solution-case-industry .industry-wrap p:nth-child(2) {
  position: absolute;
  left: 25%;
  top: 340px;
}
.solution-case-industry .industry-wrap p:nth-child(3) {
  position: absolute;
  left: 50%;
  top: 420px;
}
.solution-case-industry .industry-wrap p:nth-child(4) {
  position: absolute;
  left: 75%;
  top: 370px;
}
.solution-case-industry .structure-wrap {
  height: 420px;
  margin: 80px 152px 10px;
  position: relative;
}
.solution-case-industry .structure-wrap .structure-box {
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  width: 352px;
  height: 234px;
  background: url(../images/structure_bg.png) no-repeat center;
}
.solution-case-industry .structure-wrap .structure-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 166px;
  height: 166px;
  background: #FFFFFF;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
}
.solution-case-industry .structure-wrap .structure-box .structure-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 116px;
  height: 116px;
  padding: 20px 20px 0;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 34px;
  background: linear-gradient(0deg, #0178FD 0%, #58A7FF 100%);
  box-shadow: 0px 4px 8px 0px rgba(1, 120, 253, 0.2);
  border-radius: 50%;
  z-index: 102;
}
.solution-case-industry .structure-wrap .structure-item {
  width: 239px;
  height: 116px;
  padding: 30px 28px 0;
  background: #FFFFFF;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  transform: skewX(-10deg);
}
.solution-case-industry .structure-wrap .structure-item p {
  transform: skewX(10deg);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #999999;
  line-height: 30px;
  position: relative;
}
.solution-case-industry .structure-wrap .structure-item p::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  width: 43px;
  height: 43px;
  background: url(../images/structure_bg_icon.png) no-repeat center;
}
.solution-case-industry .structure-wrap .structure-one {
  position: absolute;
  left: 10px;
  top: 0;
}
.solution-case-industry .structure-wrap .structure-two {
  position: absolute;
  right: 6px;
  top: 0;
}
.solution-case-industry .structure-wrap .structure-three {
  width: 280px;
  position: absolute;
  left: 8px;
  bottom: 0;
}
.solution-case-industry .structure-wrap .structure-four {
  width: 270px;
  position: absolute;
  right: 50px;
  bottom: 0;
}
.solution-case-way {
  padding-top: 100px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/way_bg.png);
  background-color: #fff;
}
.solution-case-way .title {
  color: #fff;
  margin-bottom: 40px;
}
.solution-case-way .way-wrap {
  width: 1140px;
  background: #FFFFFF;
  margin: 0 auto;
  padding: 60px 60px 120px 60px;
}
.solution-case-way .way-wrap .des-list li {
  padding-left: 36px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-bottom: 12px;
  position: relative;
}
.solution-case-way .way-wrap .des-list li:last-child {
  margin-bottom: 0;
}
.solution-case-way .way-wrap .des-list li::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 18px;
  top: 6px;
  left: 0;
  background: url(../images/solution_menu1.png) no-repeat center;
}
.solution-case-way .way-wrap .way-list {
  display: flex;
  margin-top: 60px;
}
.solution-case-way .way-wrap .way-list dl {
  display: flex;
  margin-left: 80px;
}
.solution-case-way .way-wrap .way-list dl:first-child {
  margin-left: 60px;
}
.solution-case-way .way-wrap .way-list dl dt {
  width: 56px;
  height: 32px;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
  color: #0178FD;
  background: #EBF4FF;
  border-radius: 16px;
  margin-top: 27px;
  margin-right: 16px;
}
.solution-case-way .way-wrap .way-list dl dd img {
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
}
.solution-case-way .way-wrap .way-list dl dd p {
  text-align: center;
  font-size: 16px;
  color: #999999;
  line-height: 16px;
  margin: 0 -60px;
}
.solution-case-way .way-wrap .way-digital {
  display: flex;
  margin-top: 60px;
}
.solution-case-way .way-wrap .way-digital dl {
  display: flex;
  margin-left: 45px;
}
.solution-case-way .way-wrap .way-digital dl:first-child {
  margin-left: 36px;
}
.solution-case-way .way-wrap .way-digital dl dt {
  padding: 0 12px;
  height: 32px;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
  color: #0178FD;
  background: #EBF4FF;
  border-radius: 16px;
  margin-top: 27px;
  margin-right: 16px;
}
.solution-case-way .way-wrap .way-digital dl dd img {
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
}
.solution-case-way .way-wrap .way-digital dl dd p {
  text-align: center;
  font-size: 16px;
  color: #999999;
  line-height: 16px;
  margin: 0 -60px;
}
.solution-case-plan {
  padding: 80px 0 120px;
  background: url(../images/plan_bg.png) no-repeat center;
}
.solution-case-plan .subtitle {
  line-height: 30px;
}
.solution-case-plan .plan-wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 570px);
  grid-gap: 40px;
}
.solution-case-plan .plan-wrap .plan-item {
  padding: 60px 0 0 187px;
  height: 326px;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #fff;
}
.solution-case-plan .plan-wrap .plan-item dl dt {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 54px;
}
.solution-case-plan .plan-wrap .plan-item dl dd {
  width: 360px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.solution-case-plan .plan-wrap .plan-item dl dd ul {
  width: 360px;
  display: grid;
  grid-template-columns: repeat(2, 175px);
  grid-column-gap: 10px;
  margin-top: 20px;
}
.solution-case-plan .plan-wrap .plan-item dl dd ul li {
  padding-left: 20px;
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  position: relative;
}
.solution-case-plan .plan-wrap .plan-item dl dd ul li::before {
  content: '';
  width: 12px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/CHECK.png) no-repeat center;
}
.solution-case-plan .plan-wrap .plan-item dl dd .digital-grid {
  grid-template-columns: 240px 120px;
}
.solution-case-plan .plan-wrap .plan-item .actions {
  margin-top: 50px;
}
.solution-case-plan .plan-wrap .plan-item .actions a {
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  position: relative;
  margin-right: 50px;
  color: #0178FD;
}
.solution-case-plan .plan-wrap .plan-item .actions a::after {
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 8px;
  background: url(../images/arrow_right.png) no-repeat center;
}
.solution-case-plan .plan-wrap .item-flw-left {
  grid-column-start: 1;
  grid-column-end: 3;
  padding-left: 660px;
  background-position: 40px top;
}
.solution-case-plan .plan-wrap .item-flw-right {
  grid-column-start: 1;
  grid-column-end: 3;
  padding-left: 120px;
  background-position: 580px top;
}
@keyframes line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.solution-case-peculiarity {
  height: 700px;
  padding-top: 80px;
  background: url(../images/img_bg04.png) no-repeat center;
}
.solution-case-peculiarity .title {
  color: #fff;
}
.solution-case-peculiarity .peculiarity-wrap {
  width: 980px;
  margin: 0 auto;
  padding-top: 89px;
  padding: 89px 102px 0;
  position: relative;
}
.solution-case-peculiarity .peculiarity-wrap::before {
  content: '';
  position: absolute;
  top: 140px;
  left: 0;
  width: 980px;
  height: 220px;
  border: 3px dashed rgba(1, 120, 253, 0.4);
  border-radius: 110px;
  z-index: 1;
}
.solution-case-peculiarity .peculiarity-wrap ul {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 104px);
  grid-column-gap: 120px;
  grid-row-gap: 70px;
}
.solution-case-peculiarity .peculiarity-wrap ul li img {
  width: 104px;
  height: 104px;
  margin-bottom: 20px;
}
.solution-case-peculiarity .peculiarity-wrap ul li p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 18px;
  text-align: center;
}
.solution-case-example {
  padding: 80px 0 160px;
  background: #fff;
}
.solution-case-example .title {
  text-align: center;
  margin-bottom: 80px;
}
.solution-case-example .page-content {
  position: relative;
}
.solution-case-example .page-content::before {
  content: '';
  position: absolute;
  z-index: 1000000;
  top: 215px;
  left: -76px;
  width: 136px;
  height: 136px;
  background: url(../images/case_bg.png) no-repeat center;
}
.solution-case-example .example-wrap {
  width: 100%;
  height: 315px;
  position: relative;
  overflow: hidden;
}
.solution-case-example .example-wrap .swiper-container {
  width: 100%;
  height: 315px;
}
.solution-case-example .example-wrap .swiper-container {
  height: 315px;
}
.solution-case-example .example-wrap .swiper-pagination {
  text-align: initial;
  left: 330px;
}
.solution-case-example .example-wrap .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 8px;
  border-radius: 4px;
}
.solution-case-example .example-wrap .case-item {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.solution-case-example .example-wrap .case-item .case-info {
  width: 467px;
  padding-top: 50px;
}
.solution-case-example .example-wrap .case-item .case-info .case-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  text-align: center;
  margin-bottom: 32px;
}
.solution-case-example .example-wrap .case-item .case-info .case-title:hover {
  color: #0178FD;
}
.solution-case-example .example-wrap .case-item .case-info .case-subtitle {
  font-size: 16px;
  color: #999999;
  line-height: 28px;
  text-align: center;
}
.solution-case-example .example-wrap .case-item .caseimg {
  width: 560px;
  height: 315px;
  margin-left: 40px;
}
.solution-case-outwork {
  height: 690px;
  background: url(../images/solution_bg04.png) no-repeat center;
  background-color: #09142F;
  padding-top: 80px;
}
.solution-case-outwork .title {
  color: #fff;
}
.solution-case-outwork .subtitle {
  color: #fff;
  line-height: 32px;
}
.solution-case-outwork .outwork-list {
  margin-top: 80px;
}
.solution-case-outwork .outwork-list ul {
  display: flex;
  justify-content: space-between;
}
.solution-case-outwork .outwork-list ul li {
  width: 180px;
}
.solution-case-outwork .outwork-list ul li img {
  display: block;
  width: 104px;
  height: 104px;
  margin: 0 auto 40px;
}
.solution-case-outwork .outwork-list ul li dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  margin-bottom: 18px;
}
.solution-case-outwork .outwork-list ul li dl dd {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  opacity: 0.6;
  font-weight: 400;
  text-align: center;
}
.solution-case-machine {
  height: 780px;
  background: url(../images/machine_bg.png) no-repeat center;
  background-color: #09142F;
  padding-top: 80px;
}
.solution-case-machine .title {
  color: #fff;
}
.solution-case-machine .subtitle {
  color: #fff;
  line-height: 32px;
}
.solution-case-machine .machine-wrap {
  position: relative;
  margin-top: 96px;
}
.solution-case-machine .machine-wrap .machine-left {
  position: absolute;
  top: 0;
  left: 30px;
  width: 529px;
  height: 296px;
  background: #F0F5FD;
  transform: skewX(-10deg);
}
.solution-case-machine .machine-wrap .machine-left::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 200px;
  width: 139px;
  height: 8px;
  background: linear-gradient(90deg, rgba(1, 120, 253, 0) 0%, #0178FD 100%);
  opacity: 0.3;
}
.solution-case-machine .machine-wrap .machine-left::before {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 267px;
  width: 140px;
  height: 16px;
  background: linear-gradient(90deg, rgba(1, 120, 253, 0) 0%, #0178FD 100%);
  opacity: 0.8;
}
.solution-case-machine .machine-wrap .machine-left .machine-name-left {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 278px;
  height: 64px;
  background: linear-gradient(90deg, rgba(1, 120, 253, 0.05), #0178FD 50%);
}
.solution-case-machine .machine-wrap .machine-left .machine-name-left p {
  transform: skewX(10deg);
  font-size: 26px;
  padding-right: 30px;
  text-align: right;
  font-weight: bold;
  line-height: 64px;
  color: #FFFFFF;
}
.solution-case-machine .machine-wrap .machine-left .machine-text {
  padding-top: 60px;
}
.solution-case-machine .machine-wrap .machine-left .machine-text ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 140px;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  margin-bottom: 6px;
}
.solution-case-machine .machine-wrap .machine-left .machine-text ul li::marker {
  background: #CCCCCC;
  margin-right: 10px !important;
}
.solution-case-machine .machine-wrap .machine-center {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  width: 148px;
  height: 148px;
  padding: 17px;
  background: rgba(27, 121, 255, 0.1);
  border-radius: 50%;
  z-index: 101;
}
.solution-case-machine .machine-wrap .machine-center p {
  width: 114px;
  height: 114px;
  background: #1B79FF;
  border-radius: 50%;
  text-align: center;
  padding-top: 24px;
  font-size: 49px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
}
.solution-case-machine .machine-wrap .machine-center p span:nth-child(1) {
  font-size: 34px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
}
.solution-case-machine .machine-wrap .machine-right {
  position: absolute;
  top: 70px;
  right: 30px;
  width: 529px;
  height: 296px;
  background: #F0F5FD;
  transform: skewX(-10deg);
}
.solution-case-machine .machine-wrap .machine-right::after {
  content: '';
  position: absolute;
  top: -70px;
  left: 180px;
  width: 139px;
  height: 8px;
  background: linear-gradient(-90deg, rgba(1, 120, 253, 0) 0%, #0178FD 100%);
  opacity: 0.3;
}
.solution-case-machine .machine-wrap .machine-right::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 250px;
  width: 140px;
  height: 16px;
  background: linear-gradient(-90deg, rgba(1, 120, 253, 0) 0%, #0178FD 100%);
  opacity: 0.4;
}
.solution-case-machine .machine-wrap .machine-right .machine-name-right {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 278px;
  height: 64px;
  background: linear-gradient(-90deg, rgba(1, 120, 253, 0.05), #0178FD 50%);
}
.solution-case-machine .machine-wrap .machine-right .machine-name-right p {
  transform: skewX(10deg);
  font-size: 26px;
  padding-left: 30px;
  text-align: left;
  font-weight: bold;
  line-height: 64px;
  color: #FFFFFF;
}
.solution-case-machine .machine-wrap .machine-right .machine-text {
  padding-top: 60px;
}
.solution-case-machine .machine-wrap .machine-right .machine-text ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 140px;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  margin-bottom: 6px;
}
.solution-case-machine .machine-wrap .machine-right .machine-text ul li::marker {
  background: #CCCCCC;
  margin-right: 10px !important;
}
.attendance-box {
  height: 883px;
  padding-top: 80px;
  background: url(../images/kqybg_bg.png) no-repeat center top;
}
.attendance-box .attendance-head {
  width: 100%;
  margin-top: 60px;
  padding: 33px 60px 40px 80px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
}
.attendance-box .attendance-info {
  height: 400px;
  padding: 30px 30px 0 608px;
  background: url(../images/att_bg.png) no-repeat 30px 30px;
}
.attendance-box .attendance-info .info-text {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  margin-bottom: 40px;
}
.attendance-box .attendance-info .info-list li {
  font-size: 16px;
  color: #999999;
  line-height: 32px;
  padding-left: 12px;
  position: relative;
}
.attendance-box .attendance-info .info-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 4px;
  height: 4px;
  background: #999999;
  border-radius: 50%;
}
.bg-gary {
  background: #FAFAFA;
}
/*********2022-1-10 智能化管理平台 START**********/
.solution-case-program {
  background: #F5F8FD;
  height: 780px;
  padding: 80px 0 120px;
}
.solution-case-program .case-program-wrapper {
  width: 1180px;
  margin-top: 64px;
  background: #FFFFFF;
  padding: 72px 20px 76px 72px;
  transition: all 0.15s;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.solution-case-program .case-program-wrapper::after {
  content: '';
  position: absolute;
  top: -12px;
  right: -12px;
  width: 125px;
  height: 106px;
  background: url(../images/newuser_pr.png) no-repeat center;
  background-size: 125px 106px;
  z-index: 100;
}
.solution-case-program .case-program-wrapper .program-wrapper-left dl {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.solution-case-program .case-program-wrapper .program-wrapper-left dl dt p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.solution-case-program .case-program-wrapper .program-wrapper-left dl dt p:nth-child(2) {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  padding: 16px 0 24px 0;
}
.solution-case-program .case-program-wrapper .program-wrapper-left dl dd {
  width: 360px;
}
.solution-case-program .case-program-wrapper .program-wrapper-left dl dd ul {
  width: 360px;
  display: grid;
  grid-template-columns: repeat(2, 175px);
  grid-column-gap: 10px;
}
.solution-case-program .case-program-wrapper .program-wrapper-left dl dd ul li {
  padding-left: 20px;
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  position: relative;
}
.solution-case-program .case-program-wrapper .program-wrapper-left dl dd ul li::before {
  content: '';
  width: 12px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/CHECK.png) no-repeat center;
}
.solution-case-program .case-program-wrapper .program-wrapper-left .price-box {
  font-size: 18px;
  font-weight: 500;
  color: #FF6B11;
  margin-bottom: 40px;
}
.solution-case-program .case-program-wrapper .program-wrapper-left .price-box span {
  display: inline-block;
  vertical-align: bottom;
}
.solution-case-program .case-program-wrapper .program-wrapper-left .price-box .price {
  font-size: 44px;
  line-height: 44px;
  font-family: DINPro;
  font-weight: bold;
  color: #FF6B11;
}
.solution-case-program .case-program-wrapper .program-wrapper-left .price-box .discount-label {
  display: inline-block;
  vertical-align: bottom;
  width: 72px;
  height: 30px;
  margin-left: 12px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(-90deg, #FF6B11 0%, #FF924F 100%);
  border-radius: 4px;
  position: relative;
}
.solution-case-program .case-program-wrapper .program-wrapper-left .price-box .discount-label::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 9px;
  border-top: 12px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid #FF904D;
}
.solution-case-program .case-program-wrapper .program-wrapper-left .buybtn {
  display: block;
  width: 160px;
  height: 48px;
  font-size: 20px;
  background: #0178FD;
  border-radius: 24px 24px 24px 24px;
  color: #FFFFFF;
  text-align: center;
  line-height: 48px;
}
.solution-case-program .case-program-wrapper .program-wrapper-right {
  width: 666px;
  height: 325px;
  background: url(../images/img_system.png) no-repeat center;
}
.solution-case-program .case-program-wrapper:hover {
  margin-top: 54px;
  box-shadow: 0px 15px 30px 0px rgba(98, 113, 162, 0.08);
  transition: all 0.15s;
}
/*********2022-1-10 智能化管理平台 END**********/
/**********2022-3-1  企业派车智能化管理平台  start************/
.peculiarity-cell-wrap {
  width: 1180px;
  margin: 0 auto;
  padding-top: 89px;
  position: relative;
}
.peculiarity-cell-wrap ul.cell-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 280px);
  grid-gap: 20px;
}
.peculiarity-cell-wrap ul.cell-list > li {
  width: 280px;
  height: 192px;
  padding: 46px 32px 0;
  background: linear-gradient(to right, rgba(0, 97, 216, 0.8) 0%, rgba(31, 137, 255, 0.8) 100%);
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.peculiarity-cell-wrap ul.cell-list > li img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 104px;
  height: 104px;
  margin: 0 auto 20px;
  opacity: 0.1;
  z-index: inherit;
}
.peculiarity-cell-wrap ul.cell-list > li dl {
  opacity: 1;
  position: relative;
  z-index: 2;
}
.peculiarity-cell-wrap ul.cell-list > li dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  margin-bottom: 18px;
}
.peculiarity-cell-wrap ul.cell-list > li dl dd {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  opacity: 0.8;
}
/**********2022-3-1  企业派车智能化管理平台  end************/
