.animate__animated {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animate__animated.animate__delay-0d4s {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.animate__animated.animate__delay-0d8s {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.animate__animated.animate__delay-1d2s {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.animate__animated.animate__delay-1d6s {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0.1;
    transform: translate3d(0, -80%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0.1;
    transform: translate3d(0, -80%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 80%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 80%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.banner {
  height: 360px;
  padding-top: 125px;
  padding-left: 21.25%;
  background-position: center;
}
.banner-title {
  font-size: 40px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
}
.banner-desc {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.41;
  margin-top: 24px;
}
.solution-module {
  padding-top: 70px;
  padding-bottom: 60px;
}
.solution-module.bg {
  background: #F6F9FF;
}
.solution-module-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 55px;
}
.solution-module.professional-work {
  padding-bottom: 30px;
}
.solution-module.professional-work .item {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 108px;
  background: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 24px 26px 24px 108px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.15), 0 0px 1px 0 rgba(0, 0, 0, 0.15);
}
.solution-module.professional-work .item:hover {
  transform: translate(0, -5px);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15), 0 0px 2px 0 rgba(0, 0, 0, 0.15);
}
.solution-module.professional-work .item + .item {
  margin-left: 32px;
}
.solution-module.professional-work .item .icon {
  position: absolute;
  left: 26px;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-right: 28px;
  margin-top: -30px;
}
.solution-module.professional-work .item .icon img {
  width: 100%;
}
.solution-module.professional-work .item .tbbox {
  display: table;
  height: 100%;
}
.solution-module.professional-work .item .cell {
  display: table-cell;
  vertical-align: middle;
}
.solution-module.professional-work .item .title {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  line-height: 1.41;
  margin-bottom: 10px;
}
.solution-module.professional-work .item .description {
  line-height: 1.41;
  font-size: 16px;
  color: #333;
}
.solution-module.professional-work .item .description1 {
  line-height: 1.41;
  font-size: 14px;
  color: #666;
}
.solution-module.schemes .item {
  width: 100%;
  max-width: 276px;
  margin: 0 auto;
  text-align: center;
}
.solution-module.schemes .item .scheme-name {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  margin-top: 58px;
  margin-bottom: 24px;
}
.solution-module.schemes .item .scheme-desc {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.solution-module.scenes {
  text-align: center;
}
.solution-module.scenes .item {
  padding-bottom: 24px;
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.15), 0 0px 1px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.solution-module.scenes .item img {
  width: 100%;
}
.solution-module.scenes .item:hover {
  transform: translate(0, -5px);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15), 0 0px 2px 0 rgba(0, 0, 0, 0.15);
}
.solution-module.scenes .scene-name {
  font-size: 24px;
  line-height: 1;
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.solution-module.scenes .scene-desc {
  height: 120px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  padding: 0 24px;
  text-align: left;
}
.solution-module.earnings .item {
  width: 100%;
  max-width: 495px;
  height: 295px;
  margin: 0 auto;
  padding: 40px 0;
  background: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.15), 0 0px 1px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.solution-module.earnings .item:hover {
  transform: translate(0, -5px);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15), 0 0px 2px 0 rgba(0, 0, 0, 0.15);
}
.solution-module.earnings .earning-name {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin-top: 35px;
}
.solution-module.framework .solution-module-title {
  margin-bottom: 20px;
}
.solution-module.framework .solution-module-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  text-align: center;
  margin-bottom: 55px;
}
.solution-module.cases {
  height: 554px;
  background-position: center;
}
.solution-module.cases .solution-module-title {
  color: #fff;
}
.solution-module.cases .cases-container {
  width: 1200px;
  background-color: #fff;
}
.solution-module.cases .cases-container .row {
  padding-top: 50px;
}
.solution-module.cases .cases-container img {
  width: 100%;
  max-width: 230px;
  background-color: #fff;
}
.solution-module.cases .cases-container .col-20 {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .solution-module.cases .cases-container .col-20 {
    width: 20%;
  }
}
.solution-module.cases_1 {
  background-repeat: no-repeat;
}
.solution-module.cases_1 .solution-module-title {
  color: #fff;
}
.solution-module.cases_1 .cases_1-container {
  width: 1120px;
  font-size: 0;
  text-align: center;
}
.solution-module.cases_1 .item {
  display: inline-block;
  width: 33.3333%;
  padding: 16px;
  box-sizing: border-box;
}
.solution-module.cases_1 .caseimg {
  width: 100%;
  max-width: 350px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
}
.cr-masking {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: zoom-out;
  overflow: auto;
  opacity: 1;
  transition: opacity 0.5s;
  display: none;
}
#framework-pic {
  text-align: center;
}
#framework-pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  background: #fff;
}
.zoom-in {
  cursor: zoom-in;
}
.zoom-out {
  cursor: zoom-out;
}
.financial .banner {
  background-image: url(../images/banner.png);
}
.financial .cases {
  background-image: url(../images/casebanner.png);
}
.iatrical .banner {
  background-image: url(../images/banner.png);
}
.iatrical .banner-desc {
  max-width: 663px;
}
.iatrical .professional-work .item {
  height: 160px !important;
}
.iatrical .cases_1 {
  height: 564px;
  background-image: url(../images/casebanner.png);
}
.iatrical .cases_1 .caseimg {
  padding-top: 45px;
  height: 150px;
}
@media (max-width: 992px) {
  .iatrical .cases_1 .cases_1-container {
    text-align: left;
  }
  .iatrical .cases_1 .item {
    width: 50%;
  }
  .iatrical .cases_1 .caseimg {
    padding-top: 20px;
    height: 100px;
  }
}
.government .banner {
  background-image: url(../images/banner.png);
}
.government .cases_1 {
  height: 930px;
  background-image: url(../images/casebanner.png);
}
.government .cases_1 .item {
  padding: 12px;
}
.government .cases_1 .caseimg {
  padding-top: 25px;
  height: 220px;
}
.government .cases_1 .casename {
  margin-top: 24px;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  color: #333333;
}
.enterprise .banner {
  background-image: url(../images/banner.png);
}
.enterprise .banner-desc {
  max-width: 738px;
}
.enterprise .professional-work .item {
  height: 160px !important;
}
.enterprise .professional-work .item .description {
  font-size: 12px;
}
.enterprise .scenes .item {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.enterprise .scenes .scene-desc {
  height: 60px;
}
.enterprise .earnings .item {
  width: 100%;
  max-width: 360px;
  height: 393px;
  margin: 0 auto;
  padding-top: 70px;
}
.enterprise .earnings .earning-name {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.enterprise .earnings .earning-desc {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
  padding: 20px 32px 0;
}
.enterprise .cases_2 .cases_2-container .iCase-list li img {
  width: 100%;
  transition: all 0.4s ease-in 0s;
}
.enterprise .cases_2 .cases_2-container .iCase-list li:hover img {
  transform: scale(1.1);
}
.onlineservice .banner {
  background-image: url(../images/banner.png);
}
.onlineservice .banner-desc {
  max-width: 645px;
}
.onlineservice .professional-work .item {
  height: 160px !important;
}
.onlineservice .professional-work .item .description {
  font-size: 14px;
}
.onlineservice .cases_1 {
  height: 455px;
  background-image: url(../images/casebanner.png);
}
.onlineservice .cases_1 .item {
  padding: 12px;
}
.onlineservice .cases_1 .caseimg {
  padding-top: 40px;
  height: 200px;
}
.onlineservice .cases_1 .casename {
  margin-top: 24px;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  color: #333333;
}
/*案例*/
.index-case {
  padding: 112px 0.37rem;
}
.iCase-list {
  width: 102.5%;
  margin: 4px 0 0 -2.5%;
}
.iCase-list li {
  width: 25%;
  padding: 30px 0 0 20px;
  float: left;
}
.iCase-list .iClist-box {
  display: block;
  position: relative;
  overflow: hidden;
}
.iClist-box img {
  width: 100%;
}
.iClist-block {
  width: 100%;
  padding: 8px 30px 8px 12px;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.iClist-block .name {
  line-height: 24px;
  text-align: left;
}
.iClist-block .con {
  line-height: 18px;
  font-size: 14px;
  display: none;
  overflow: hidden;
  height: 18px;
  text-overflow: ellipsis;
  white-space: overflow;
  white-space: nowrap;
}
.iClist-block i {
  display: block;
  font-family: '宋体';
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  position: absolute;
  top: 16px;
  right: 18px;
}
.mCase-box:hover .iClist-block,
.iClist-box:hover .iClist-block {
  padding: 8px 30px 10px 12px;
  background: #35affc;
}
.mCase-box:hover .iClist-block .con,
.iClist-box:hover .iClist-block .con {
  display: block;
}
.mCase-box:hover .iClist-block i,
.iClist-box:hover .iClist-block i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.iCase-more {
  display: block;
  width: 145px;
  line-height: 48px;
  font-weight: 600;
  color: #888888;
  border: 1px solid #d2d2d2;
  border-radius: 50px;
  margin: 0.41rem auto 0;
}
.iCase-more:hover {
  color: #333;
  background: #d2d2d2;
}
