.comprehensive {
  background: #ffffff;
}

.comprehensive-content {
  width: 1050px;
  margin: auto;
  margin-top: 44px;
}

.comprehensive-content img {
  width: 100%;
}

.service {
  width: 100%;
}

.service-content {
  width: 1192px;
  margin: auto;
  margin-top: 42px;
  position: relative;
  height: 488px;
}

.service-content img {
  position: absolute;
}

.service-content .bg {
  left: 270px;
  bottom: 24px;
}

.service-content .left {
  top: 0;
  left: 0;
  animation: f1 ease infinite 3s;
}

.service-content .mid {
  top: 43px;
  left: 374px;
  animation: f2 ease infinite 3s;
}

.service-content .right {
  top: 38px;
  right: -20px;
  animation: f3 ease infinite 3s;
}

@keyframes f1 {
  0% {
    top: -20px;
  }
  50% {
    top: 0px;
  }
  100% {
    top: -20px;
  }
}

@keyframes f2 {
  0% {
    top: 70px;
  }
  50% {
    top: 43px;
  }
  100% {
    top: 70px;
  }
}

@keyframes f3 {
  0% {
    top: 10px;
  }
  50% {
    top: 38px;
  }
  100% {
    top: 10px;
  }
}

.serveContent {
  width: 100%;
  background: url("../images/is-bg.png") no-repeat 100% 100%;
}

.serveContent-content {
  margin: auto;
  margin-top: 98px;
  width: 1200px;
  position: relative;
}

.serveContent-content-left {
  float: left;
  width: 642px;
  height: 666px;
}

.serveContent-content-left img {
  width: 100%;
  height: 100%;
}

.serveContent-content-right {
  position: absolute;
  right: 190px;
  top: 213px;
}

.serveContent-content-right-item {
  width: 331px;
  background: url("../images/is-item.png") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  height: 61px;
  line-height: 61px;
  padding-left: 160px;
  margin-bottom: 34px;
  font-size: 16px;
  cursor: pointer;
  transition: all ease 0.5s;
}

.serveContent-content-right-item:last-child {
  margin-bottom: 0;
}

.serveContent-content-right-item img {
  width: 100%;
  height: 100%;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

.serveContent-content-right-item:hover {
  transform: translateX(36px);
  font-size: 18px;
}

.eco {
  width: 100%;
}

.eco-content {
  width: 100%;
  min-height: 648px;
  position: relative;
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
}

.eco-content img {
  position: absolute;
}

.eco-content .mid {
  width: 647px;
  height: 648px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.eco-content .ie1 {
  width: 355px;
  height: 380px;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  animation: updown 5s ease infinite;
}

.eco-content .ie2 {
  width: 1030px;
  height: 492px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes updown {
  0% {
    top: -20px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: -20px;
  }
}

.mainEnterprise {
  width: 100%;
  background: url("../images/me-bg.png") no-repeat;
  background-size: 100% 100%;
}

.mainEnterprise-content {
  margin: auto;
  margin-top: 63px;
  width: 1032px;
}

.mainEnterprise-content-item {
  width: 220px;
  margin-right: 150px;
  margin-bottom: 71px;
  float: left;
  max-height: 258px;
}

.mainEnterprise-content-item:nth-child(3n) {
  margin-right: 0;
}

.mainEnterprise-content-item-img {
  animation: ud 5s ease infinite;
  text-align: center;
}

.mainEnterprise-content-item-img img {
  width: 192px;
}

.mainEnterprise-content-item-txt {
  width: 100%;
  margin-top: 14px;
  text-align: center;
}

.mainEnterprise-content-item-txt p {
  font-size: 18px;
  color: #333333;
}

@keyframes ud {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.closedLoop {
  background: #ffffff;
}

.closedLoop-content {
  width: 974px;
  margin: auto;
  margin-top: 77px;
}

.logic {
  background: #ffffff;
}

.logic-content {
  width: 1071px;
  margin: auto;
  margin-top: 77px;
}

.category {
  background: url("../images/sca-bg.png") no-repeat;
  background-size: 100% 100%;
}

.category-content {
  width: 1071px;
  margin: auto;
  margin-top: 60px;
}

.program {
  width: 100%;
}

.program-content {
  width: 994px;
  height: 134px;
  padding: 90px 63px 0 59px;
  margin: auto;
  margin-top: 72px;
  background: url("../images/sp-bg.png") no-repeat;
  background-size: 100% 100%;
}

.program-content-item {
  float: left;
  width: 100px;
  margin-right: 10px;
}

.program-content-item:last-child {
  margin-right: 0;
}

.program-content .arrow {
  float: left;
  width: 29px;
  margin-right: 10px;
  transform: translateY(25px);
}

.type {
  background: url("../images/st-bg.png") no-repeat;
  background-size: 100% 100%;
}

.type-content {
  width: 1100px;
  margin: auto;
  margin-top: 69px;
  position: relative;
  height: 500px;
}

.type-content .st-1 {
  top: 192px;
  left: 0;
  z-index: 222;
  position: absolute;
  animation: upFirst ease 4s infinite;
}

.type-content .st-1 p {
  color: #333333;
  font-size: 18px;
  text-align: center;
}

.type-content .st-5 {
  top: 128px;
  left: 136px;
  position: absolute;
}

.type-content .st-2 {
  top: 0;
  left: 278px;
  z-index: 222;
  position: absolute;
  animation: downFirst ease 4s infinite;
}

.type-content .st-2 p {
  color: #333333;
  font-size: 18px;
  text-align: center;
}

.type-content .st-6 {
  top: 126px;
  left: 426px;
  position: absolute;
}

.type-content .st-3 {
  top: 195px;
  z-index: 222;
  left: 573px;
  position: absolute;
  animation: upFirst1 ease 4s infinite;
}

.type-content .st-3 p {
  color: #333333;
  font-size: 18px;
  text-align: center;
}

.type-content .st-7 {
  top: 128px;
  left: 714px;
  position: absolute;
}

.type-content .st-4 {
  top: 0px;
  z-index: 222;
  left: 859px;
  position: absolute;
  animation: downFirst1 ease 4s infinite;
}

.type-content .st-4 p {
  color: #333333;
  font-size: 18px;
  text-align: center;
}

@keyframes upFirst {
  0% {
    top: 172px;
  }
  50% {
    top: 192px;
  }
  100% {
    top: 172px;
  }
}

@keyframes upFirst1 {
  0% {
    top: 175px;
  }
  50% {
    top: 195px;
  }
  100% {
    top: 175px;
  }
}

@keyframes downFirst {
  0% {
    top: 20px;
  }
  50% {
    top: 0px;
  }
  100% {
    top: 20px;
  }
}

@keyframes downFirst1 {
  0% {
    top: -20px;
  }
  50% {
    top: 0px;
  }
  100% {
    top: -20px;
  }
}

.soluteAdavantage {
  background: url("../images/ssa-bg.png") no-repeat;
  background-size: 100% 100%;
}

.soluteAdavantage-content {
  width: 1068px;
  margin: auto;
  margin-top: 70px;
}

.soluteAdavantage-content-item {
  float: left;
  width: 180px;
  height: 238px;
  background: url("../images/ca-item-bg.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 42px;
  cursor: pointer;
}

.soluteAdavantage-content-item:last-child {
  margin-right: 0;
}

.soluteAdavantage-content-item:hover .soluteAdavantage-content-item-txt {
  background-color: #ffffff;
}

.soluteAdavantage-content-item:hover .soluteAdavantage-content-item-txt p {
  color: #333333;
}

.soluteAdavantage-content-item:hover .soluteAdavantage-content-item-txt span {
  color: #7A7A7A;
}

.soluteAdavantage-content-item-top {
  padding: 21px 0 12px 0;
  width: 100%;
  height: 83px;
  text-align: center;
}

.soluteAdavantage-content-item-top img {
  width: 71px;
}

.soluteAdavantage-content-item-txt {
  padding: 16px 22px 0 22px;
  text-align: center;
  height: calc(100% - 132px);
  transition: all ease 0.5s 0s;
}

.soluteAdavantage-content-item-txt p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 6px;
  font-weight: bold;
}

.soluteAdavantage-content-item-txt span {
  font-size: 14px;
  color: #ffffff;
}

.collaboration {
  width: 100%;
}

.collaboration-content {
  margin-top: 66px;
}

@media screen and (max-width: 768px) {
  .collaboration-content {
    margin-top: 26px;
  }
}

.collaboration-content-mainImg {
  width: 1100px;
  margin: auto;
  position: relative;
  min-height: 543px;
}

@media screen and (max-width: 768px) {
  .collaboration-content-mainImg {
    width: 96%;
    min-height: 170px;
  }
}

.collaboration-content-mainImg img {
  width: 100%;
  position: absolute;
  bottom: -170px;
}

.collaboration-content-txt {
  background: url("../images/collaboration-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 129px 0 60px 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .collaboration-content-txt {
    padding: 40px 0;
  }
}

.collaboration-content-txt-content {
  width: 1240px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .collaboration-content-txt-content {
    width: 94%;
  }
}

.collaboration-content-txt-content-item {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  width: 560px;
  float: left;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .collaboration-content-txt-content-item {
    width: 100%;
    float: none;
    margin-bottom: 16px;
  }
}

.collaboration-content-txt-content-item:last-child {
  margin-right: 0;
}

.collaboration-content-txt-content-item .title {
  width: 170px;
  margin: auto;
  color: #3A3A3A;
  background-image: url("../images/collaboration-title-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 9px;
  background-position: left bottom;
  font-size: 20px;
  padding-left: 12px;
}

@media screen and (max-width: 768px) {
  .collaboration-content-txt-content-item .title {
    font-size: 16px;
  }
}

.collaboration-content-txt-content-item .value {
  width: 80%;
  color: #3A3A3A;
  margin: auto;
  margin-top: 30px;
  line-height: 26px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .collaboration-content-txt-content-item .value {
    margin-top: 12px;
    font-size: 14px;
    width: 100%;
  }
}

.empowerment {
  width: 100%;
  background-color: #ffffff;
  padding: 96px 0 130px 0;
}

@media screen and (max-width: 768px) {
  .empowerment {
    padding: 20px 0 0 0;
  }
}

.empowerment-demand {
  width: 1200px;
  margin: auto;
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 1250px) {
  .empowerment-demand {
    width: 98%;
    margin-top: 20px;
  }
}

.empowerment-demand h5 {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  margin: 0;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .empowerment-demand h5 {
    width: 94%;
    font-size: 16px;
    background-size: 16px 16px;
    padding-left: 15px;
  }
}

.empowerment-demand-list {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .empowerment-demand-list {
    width: 92%;
    margin: auto;
    margin-top: 30px;
  }
}

.empowerment-demand-list-item {
  width: 380px;
  margin-right: 30px;
  float: left;
}

.empowerment-demand-list-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .empowerment-demand-list-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.empowerment-demand-list-item-top {
  width: 100%;
  height: 90px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .empowerment-demand-list-item-top {
    height: 60px;
  }
}

.empowerment-demand-list-item-top img {
  width: 100%;
  height: 100%;
}

.empowerment-demand-list-item-top p {
  color: #ffffff;
  padding-left: 32px;
  background: url("../images/empower-icon1.png") no-repeat left center;
  background-size: 25px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  transform: translate(-50%, -50%);
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .empowerment-demand-list-item-top p {
    background-size: 20px 20px;
    width: 46%;
    font-size: 18px;
    padding-left: 20px;
  }
}

.empowerment-demand-list-item-bot {
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(96, 173, 200, 0.4);
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .empowerment-demand-list-item-bot {
    padding: 10px 15px;
  }
}

.empowerment-demand-list-item-bot label {
  text-align: left;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  width: 100%;
  margin-bottom: 0;
  line-height: 27px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .empowerment-demand-list-item-bot label {
    font-size: 14px;
  }
}

.empowerment-demand-list-item-bot p {
  text-align: left;
  font-size: 18px;
  color: #333333;
  line-height: 27px;
  margin-bottom: 30px;
}

.empowerment-demand-list-item-bot p:last-child {
  margin-bottom: 0;
  min-height: 81px;
}

@media screen and (max-width: 768px) {
  .empowerment-demand-list-item-bot p {
    margin-bottom: 10px;
    font-size: 14px;
    min-height: 24px;
  }
  .empowerment-demand-list-item-bot p:last-child {
    min-height: 30px;
  }
}

.empowerment-demand-list-item:hover .empowerment-demand-list-item-top::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #00BDFF;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}

.empowerment-demand-list-item:hover .empowerment-demand-list-item-bot label {
  color: #00BDFF;
}

.empowerment-financial {
  width: 1200px;
  margin: auto;
  margin-top: 170px;
  text-align: center;
}

@media screen and (max-width: 1250px) {
  .empowerment-financial {
    width: 98%;
    margin-top: 20px;
  }
}

.empowerment-financial h5 {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .empowerment-financial h5 {
    font-size: 16px;
    background-size: 16px 16px;
    padding-left: 15px;
    display: inline-block;
  }
}

.empowerment-financial-second {
  text-align: center;
  font-size: 18px;
  color: #808080;
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  .empowerment-financial-second {
    font-size: 12px;
    font-weight: 400;
    width: 90%;
    line-height: 22px;
    margin: auto;
    margin-top: 20px;
  }
}

.empowerment-financial-main {
  width: 1048px;
  margin: auto;
  margin-top: 105px;
}

@media screen and (max-width: 768px) {
  .empowerment-financial-main {
    width: 95%;
    margin-top: 20px;
  }
}

.empowerment-financial-main img {
  width: 100%;
}

.platAdvantage {
  background: url("../images/platAdvantage-bg.png") no-repeat;
  background-size: 100% 100%;
}

.platAdvantage-content {
  width: 1200px;
  margin: auto;
  margin-top: 60px;
}

.platAdvantage-content-item {
  width: 240px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  float: left;
  transition: all ease 0.5s 0s;
  cursor: pointer;
}

.platAdvantage-content-item:hover {
  transform: scale(1.1);
}

.platAdvantage-content-item-top {
  padding: 21px 0 12px 0;
  width: 100%;
  height: 80px;
  text-align: center;
}

.platAdvantage-content-item-top img {
  width: 80px;
}

.platAdvantage-content-item-txt {
  padding: 16px 29px 0 29px;
  text-align: center;
}

.platAdvantage-content-item-txt p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: bold;
}

.platAdvantage-content-item-txt span {
  font-size: 14px;
  color: #7A7A7A;
  line-height: 30px;
  min-height: 119px;
  display: inline-block;
}

.show {
  display: block !important;
}
