#fusion-class {
  font-size: 14px;
  background-color: #fafbff;
}
#fusion-class .motion {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#fusion-class .motion.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
#fusion-class .motion.out-view {
  opacity: 0;
  -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
#fusion-class .banner {
  height: 462px;
  overflow: hidden;
}
#fusion-class .banner .content-box {
  margin: auto;
  width: 1236px;
}
#fusion-class .banner .content-box .text {
  width: 400px;
  margin-top: 120px;
  color: #101010;
  float: left;
}
#fusion-class .banner .content-box .text .main-title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 54px;
}
#fusion-class .banner .content-box .text .sub-title {
  margin-top: 16px;
  line-height: 32px;
  font-weight: 550;
  font-size: 20px;
  color: #006fff;
}
#fusion-class .banner .content-box .text .link-list {
  margin-top: 44px;
}
#fusion-class .banner .content-box .text .link-list .link-item {
  width: 160px;
  font-weight: 550;
  height: 43px;
  border-radius: 8px;
  text-align: center;
  line-height: 43px;
  font-size: 16px;
  color: #fff;
  float: left;
}
#fusion-class .banner .content-box .text .link-list .link-item:last-child {
  margin-left: 20px;
}
#fusion-class .banner .content-box .bg {
  background-color: #dedede;
  margin-left: 117px;
  width: 700px;
  height: 440px;
  float: left;
  margin-top: 20px;
  background: url("../../img/solution/10-1_76af49dfb1.png") no-repeat;
  background-size: 100%;
}
#fusion-class .feature {
  padding: 60px 0;
  overflow: hidden;
  width: 1236px;
  margin: auto;
}
#fusion-class .feature .header.in-view .title::after {
  width: 80px;
}
#fusion-class .feature .header .title {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  position: relative;
}
#fusion-class .feature .header .title::after {
  content: '';
  background-color: #006fff;
  width: 80px;
  height: 3px;
  position: absolute;
  top: 22px;
  margin-left: 50px;
  width: 0px;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
}
#fusion-class .feature .header .sub-title {
  color: #006fff;
  margin-top: 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
#fusion-class .feature .content {
  margin-top: 46px;
}
#fusion-class .feature .content .bg-box {
  width: 540px;
  height: 100%;
  background-color: #e8e8e8;
  float: left;
  background: url("../../img/solution/10-2_c5c0f5ef67.png") no-repeat;
  background-size: 100%;
}
#fusion-class .feature .content .desc-box {
  height: 100%;
  margin-left: 658px;
  position: relative;
}
#fusion-class .feature .content .desc-box p {
  color: #000;
  font-weight: 500;
  width: 547px;
  height: 192px;
  font-size: 20px;
  line-height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#fusion-class .feature1 {
  padding-top: 80px;
}
#fusion-class .feature1 .content {
  height: 360px;
  position: relative;
  overflow: hidden;
}
#fusion-class .feature1 .content .bg-word-map {
  position: absolute;
  left: 60px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../../img/solution/world-map-bg_ae48d61132.png") no-repeat;
  background-size: 100%;
}
#fusion-class .feature2 .content {
  margin-top: 60px;
}
#fusion-class .feature2 .content ul,
#fusion-class .feature2 .content li {
  list-style-type: none;
}
#fusion-class .feature2 .content .operation-mode .mode-list {
  padding-left: 0;
}
#fusion-class .feature2 .content .operation-mode .mode-list .mode-item {
  background-color: #fff;
  width: 278px;
  height: 280px;
  padding: 30px 0;
  float: left;
  margin-right: 30px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
          box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#fusion-class .feature2 .content .operation-mode .mode-list .mode-item:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.2);
          box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.2);
}
#fusion-class .feature2 .content .operation-mode .mode-list .mode-item:nth-child(1) .icon {
  background: url("../../img/solution/fusion-class-sprite_a46b22433d.png") no-repeat 0px 0px;
  background-size: cover;
}
#fusion-class .feature2 .content .operation-mode .mode-list .mode-item:nth-child(2) .icon {
  background: url("../../img/solution/fusion-class-sprite_a46b22433d.png") no-repeat -80px 0px;
  background-size: cover;
}
#fusion-class .feature2 .content .operation-mode .mode-list .mode-item:nth-child(3) .icon {
  background: url("../../img/solution/fusion-class-sprite_a46b22433d.png") no-repeat -160px 0px;
  background-size: cover;
}
#fusion-class .feature2 .content .operation-mode .mode-list .mode-item:nth-child(4) .icon {
  background: url("../../img/solution/fusion-class-sprite_a46b22433d.png") no-repeat -240px 0px;
  background-size: cover;
}
#fusion-class .feature2 .content .operation-mode .mode-list .mode-item .icon {
  width: 80px;
  height: 80px;
  display: block;
  margin: auto;
}
#fusion-class .feature2 .content .operation-mode .mode-list .mode-item .mode-info {
  text-align: center;
  width: 188px;
  margin: auto;
}
#fusion-class .feature2 .content .operation-mode .mode-list .mode-item .mode-info .info-title {
  margin-top: 12px;
  font-size: 18px;
  line-height: 24px;
}
#fusion-class .feature2 .content .operation-mode .mode-list .mode-item .mode-info .desc {
  margin-top: 18px;
  line-height: 20px;
  font-size: 14px;
  color: #546e7a;
  text-align: left;
}
#fusion-class .feature3 {
  padding-top: 40px;
}
#fusion-class .feature3 .content {
  margin-top: 48px;
}
#fusion-class .feature3 .content .product-feature .feature-list .feature-item {
  width: 380px;
  height: 280px;
  padding: 40px 0;
  text-align: center;
  background-color: #fff;
  float: left;
  margin-right: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
          box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
  cursor: pointer;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#fusion-class .feature3 .content .product-feature .feature-list .feature-item:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.2);
          box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.2);
}
#fusion-class .feature3 .content .product-feature .feature-list .feature-item:nth-child(1) .icon {
  background: url("../../img/solution/fusion-class-sprite_a46b22433d.png") no-repeat -320px 0px;
  background-size: cover;
}
#fusion-class .feature3 .content .product-feature .feature-list .feature-item:nth-child(2) .icon {
  background: url("../../img/solution/fusion-class-sprite_a46b22433d.png") no-repeat -400px 0px;
  background-size: cover;
}
#fusion-class .feature3 .content .product-feature .feature-list .feature-item:nth-child(3) .icon {
  background: url("../../img/solution/fusion-class-sprite_a46b22433d.png") no-repeat -480px 0px;
  background-size: cover;
}
#fusion-class .feature3 .content .product-feature .feature-list .feature-item .icon {
  width: 80px;
  height: 80px;
  display: block;
  margin: auto;
}
#fusion-class .feature3 .content .product-feature .feature-list .feature-item .feature-info {
  margin-top: 18px;
}
#fusion-class .feature3 .content .product-feature .feature-list .feature-item .feature-info .feature-title {
  font-size: 18px;
  line-height: 24px;
}
#fusion-class .feature3 .content .product-feature .feature-list .feature-item .feature-info .desc {
  margin-top: 18px;
  color: #546e7a;
}
#fusion-class .feature3 .content .product-feature .feature-list .feature-item .feature-info .desc p {
  margin-top: 12px;
}
#fusion-class .link-buttons {
  margin: 12px auto 100px;
  width: 436px;
}
#fusion-class .link-buttons .link-list {
  overflow: hidden;
}
#fusion-class .link-buttons .link-list .link-item {
  width: 208px;
  font-weight: 550;
  height: 48px;
  border-radius: 8px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  float: left;
}
#fusion-class .link-buttons .link-list .link-item:last-child {
  margin-left: 20px;
}
