﻿.title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title .title-name {
  margin: 0 auto;
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #282828;
}

.title .title-name > span {
  font-size: .36rem;
  color: #37CCE8;
}

.title .title-info {
  margin: 0 auto;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #999999;
}

.title .title-info .title-bar {
  font-size: .10rem;
}

.title .title-triangle {
  color: #7ed000;
}

.engine {
  width: 12rem;
  margin: 0 auto;
  display: flex;
}

.engine .engine-item {
  width: 2rem;
  height: 4rem;
  position: relative;
}

.engine .engine-item .engine-img {
  width: 2rem;
  height: 4rem;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}

.engine .engine-item .engine-mark {
  width: 2rem;
  height: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-out;
  padding: .9rem .3rem;
}

.engine .engine-item .engine-mark .engine-mark-title {
  font-size: .18rem;
  font: bold;
  display: none;
  text-align: center;
  color: #fff;
}

.engine .engine-item .engine-mark .engine-mark-info {
  font-size: .14rem;
  display: none;
  text-align: center;
  color: #fff;
}

.engine .engine-item .engine-name {
  font-size: 0.16rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 2rem;
  height: 0.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.engine .engine-item:hover {
  z-index: 9;
}

.engine .engine-item:hover .engine-img {
  transform: scale(1.2, 1.1);
}

.engine .engine-item:hover .engine-mark {
  color: #fff;
  transform: scale(1.2, 1.1);
  background-color: rgba(126, 208, 0, 0.95);
}

.engine .engine-item:hover .engine-mark > span {
  font-size: .16rem;
  display: block;
}

.engine .engine-item:hover .engine-name {
  display: none;
}

.engine .engine-move {
  cursor: pointer;
  text-decoration: none;
  width: 2rem;
  height: 4rem;
  background-color: #37cce8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: .16rem;
}

.engine .engine-move .move-icon {
  font-size: .5rem;
}

.star {
  width: 100%;
  background-image: url(../image/star.png);
  background-repeat: no-repeat;
  background-position: center;
}

.star .brands {
  margin: 0 auto;
  width: 12rem;
  border-top: 2px solid #37cce8;
  display: flex;
  flex-wrap: wrap;
}

.star .brands .brand-introduce {
  width: 6rem;
  height: 2.6rem;
  background-color: #fff;
  position: relative;
  padding: .32rem 0.47rem;
}

.star .brands .brand-introduce .brand-name {
  color: #333333;
  font-size: .2rem;
  font-weight: bold;
}

.star .brands .brand-introduce .brand-name > span {
  font-size: .2rem;
  color: #37CCE8;
}

.star .brands .brand-introduce .brand-info {
  font-size: .16rem;
  color: #666666;
}

.star .brands .brand-introduce .brand-content {
  color: #999999;
  font-size: .14rem;
}

.star .brands .brand-introduce .move-btn {
  left: 0.47rem;
  bottom: .4rem;
}

.star .brands .brand-item {
  display: flex;
  background-color: #e9ffff;
}

.star .brands .brand-item > img {
  width: 6rem;
  height: 2.6rem;
}

.cooperation-brand {
  width: 12rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cooperation-brand > img {
  margin-bottom: .2rem;
  width: 2.24rem;
  height: 1.2rem;
  display: flex;
  justify-content: center;
}

.links {
  width: 12rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.links .link-logo {
  position: absolute;
  top: -0.1rem;
}

.links .link-title {
  font-size: .16rem;
  color: #555555;
}

.links .link {
  color: #555555;
  font-size: .14rem;
  text-decoration: none;
}

.serve-type {
  width: 12rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  overflow: auto;
}

.serve-type .serve-type-item {
  width: 3.86rem;
  height: 5.3rem;
  background: #F4FBFC;
  display: flex;
  flex-direction: column;
  position: relative;
}

.serve-type .serve-type-item .serve-img {
  margin: 0.12rem;
  width: 3.62rem;
  height: 2.28rem;
}

.serve-type .serve-type-item .serve-title {
  margin-top: 0.13rem;
  margin-bottom: 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.2rem;
  text-align: center;
}

.serve-type .serve-type-item .serve-content {
  margin: 0 auto;
  width: 3.36rem;
  color: #666666;
  font-size: 0.14rem;
  line-height: 0.24rem;
}

.serve-type .serve-type-item .move-btn {
  bottom: 0.37rem;
  left: calc(1.93rem - 0.75rem);
}

.news {
  width: 12rem;
  margin: 0 auto;
}

.news .new-item {
  display: flex;
  position: relative;
}

.news .new-item .new-img {
  width: 4.2rem;
  height: 2.6rem;
}

.news .new-item .new-info {
  padding-top: 0.15rem;
}

.news .new-item .new-info .new-time {
  color: #aaaaaa;
  font-size: .14rem;
}

.news .new-item .new-info .new-title {
  color: #333333;
  font-size: .18rem;
}

.news .new-item .new-info .new-content {
  color: #777777;
  font-size: .14rem;
  line-height: .22rem;
}

.news .new-item .new-info .move-btn {
  bottom: .2rem;
}

.news .new-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .new-ul .new-li {
  text-decoration: none;
  position: relative;
  width: 5.7rem;
  height: .5rem;
  border-bottom: 1px dashed #e8e8e8;
  font-size: .16rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: .2rem;
  color: #555555;
}

.news .new-ul .new-li .iconfont {
  color: #37CCE8;
  position: absolute;
  left: 0;
}

.news .new-ul .new-li .new-time {
  color: #aaaaaa;
  font-size: .14rem;
}

.news .move-new {
  text-decoration: none;
  cursor: pointer;
  width: 12rem;
  height: .7rem;
  background: #F4FBFC;
  border-radius: .1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: .16rem;
}

.news .move-new .iconfont {
  color: #666;
  margin-left: .1rem;
}

.cases {
  width: 100%;
  height: 13.2rem;
  background-image: url(../image/china.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.cases .case {
  width: 12rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}

.cases .case .case-item {
  width: 3.85rem;
  height: 2.4rem;
  position: relative;
  background: #e9f3f5;
  padding: .15rem;
  transition: all 0.2s ease-in-out;
}

.cases .case .case-item > img {
  width: 3.55rem;
  height: 2.1rem;
}

.cases .case .case-item .case-title {
  width: 3.55rem;
  height: .45rem;
  bottom: .15rem;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}

.cases .case .case-item .case-title .case-name {
  font-size: .14rem;
  line-height: .14rem;
  opacity: 0;
  display: none;
}

.cases .case .case-item .case-title .case-info {
  font-weight: bold;
  font-size: .14rem;
}

.cases .case .case-item:hover {
  background: #7ed000;
}

.cases .case .case-item:hover .case-title {
  height: .85rem;
  background: #7ed000;
  padding-top: 0.2rem;
}

.cases .case .case-item:hover .case-title .case-name {
  opacity: 1;
  display: block;
}

.cases .case .case-item:hover .case-title .case-info {
  font-size: .16rem;
}

.cases .case .move-case {
  margin: 0 auto;
  width: 2rem;
  height: .5rem;
  border-radius: .25rem;
  border: 2px solid #7ed000;
  position: relative;
  background: #fff;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .16rem;
  text-decoration: none;
}

.cases .case .move-case::before {
  content: '';
  position: absolute;
  width: 5rem;
  border-top: 2px solid #7ed000;
  right: 2rem;
}

.cases .case .move-case::after {
  content: '';
  position: absolute;
  width: 5rem;
  border-top: 2px solid #7ed000;
  left: 2rem;
}