@charset "UTF-8";
.view-title {
  padding: 20px 0 10px;
  text-align: center;
  min-width: 1350px;
}
.view-title .title {
  color: #333;
  font-size: 36px;
}
.view-title .subtitle {
  margin-top: 10px;
  font-size: 18px;
  min-width: 1350px;
  color: #666666;
}

/*banner*/
.banner {
  position: relative;
  height: 800px;
  background: #ccc;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.banner .banner-box-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.banner .banner-box-list .banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-box-list .banner-txt {
  position: relative;
  z-index: 1;
  width: 1350px;
  padding-top: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .banner-box-list .banner-txt .txt-title {
  font-size: 48px;
  color: #333;
}
.banner .banner-box-list .banner-txt .txt-btn {
  margin-top: 30px;
  display: inline-block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #93339e;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
}
.banner .banner-box-list .banner-txt .txt-btn:hover {
  width: 155px;
  letter-spacing: 1px;
}
.banner {
  /*  .bg-img{
      position: absolute;
      z-index: 88;
      width: 100%;
      height: 320px;
      left: 0;
      bottom: 0;
      background: url("../images/banner-bg.png") center;
      background-size: cover;
    }*/
}

.prominent-index {
  position: relative;
  z-index: 111;
  margin-top: -60px;
  height: 150px;
  width: 1350px;
  background-color: #f5f3f0;
  border-radius: 5px 5px 0 0;
}
.prominent-index .box {
  display: flex;
  flex-direction: row;
  padding: 30px;
}
.prominent-index .box .item {
  width: 25%;
  height: 100px;
  font-size: 16px;
  text-align: center;
}
.prominent-index .box .item .number {
  font-size: 60px;
  line-height: 40px;
  font-family: Mangal, serif;
}
.prominent-index .box .item .intro {
  margin-top: 5px;
}
.prominent-index .box .item:not(:first-child) {
  border-left: 1px solid #ccc;
}

/*关于我们*/
.about-index {
  padding: 20px 0 50px;
}
.about-index .box {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  justify-content: space-between;
  width: 1350px;
}
.about-index .box .concept {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 652px;
  gap: 1px;
}
.about-index .box .concept .item {
  position: relative;
  background: #efefef;
  width: 215px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.about-index .box .concept .item .img-icon {
  max-width: 100px;
  max-height: 100px;
}
.about-index .box .concept .item .title {
  margin-top: 10px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.about-index .box .concept .item:hover {
  background-color: rgba(147, 51, 158, 0.9);
}
.about-index .box .concept .item:hover .title {
  color: #fff;
}
.about-index .box .about {
  width: 600px;
}
.about-index .box .about .info {
  font-size: 20px;
  font-weight: 300;
  text-indent: 2em;
  line-height: 260%;
}
.about-index .box .about .btn {
  margin-top: 30px;
  width: 150px;
  height: 45px;
  border: 1px solid #93339e;
  color: #93339e;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 16px;
}
.about-index .box .about .btn .icon {
  margin-left: 5px;
  display: block;
  transform: rotate(180deg);
}
.about-index .box .about .btn:hover .icon {
  margin-left: 15px;
}

/*业务领域*/
.business-index {
  background-color: #f6f5f3;
  padding: 20px 0 50px;
}
.business-index .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1350px;
  flex-wrap: wrap;
  gap: 30px;
}
.business-index .box .item {
  position: relative;
  background: #efefef;
  width: 370px;
  height: 200px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.business-index .box .item .img-box {
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.business-index .box .item .title {
  margin-top: 10px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.business-index .box .item .intro {
  margin-top: 10px;
  font-size: 14px;
  color: #6c6c6c;
}
.business-index .box .item .more {
  margin-top: 20px;
  width: 32px;
  height: 32px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
}
.business-index .box .item .more .icon {
  display: block;
  transform: rotate(180deg);
  font-weight: bold;
}
.business-index .box .item:hover {
  background-color: #93339e;
}
.business-index .box .item:hover .title {
  color: #fff;
}
.business-index .box .item:hover .intro {
  color: #fff;
}
.business-index .box .item:hover .more {
  display: flex;
}

/*案例*/
.case-index {
  padding: 20px 0 50px;
}
.case-index .box {
  display: flex;
  flex-direction: row;
  width: 1350px;
  flex-wrap: wrap;
  gap: 25px;
}
.case-index .box .item {
  position: relative;
  background-color: rgba(147, 51, 158, 0);
  width: 250px;
  height: 138px;
  cursor: pointer;
}
.case-index .box .item .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 2px 2px 2px #ccc;
}
.case-index .box .item .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-index .box .item:hover .img-box {
  box-shadow: 2px 2px 5px #000;
}
.case-index .box .item:hover .img-box .img {
  transform: scale(1.1);
}

/*团队*/
.team-index {
  padding: 20px 0 50px;
}
.team-index .box {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1350px;
}
.team-index .box .item {
  position: relative;
  background-color: #efefef;
  width: 20%;
  height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.team-index .box .item .title {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.team-index .box .item .position, .team-index .box .item .edu {
  margin-top: 10px;
  font-size: 14px;
  color: #6c6c6c;
}
.team-index .box .item .content {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.team-index .box .item .more {
  margin-top: 20px;
  width: 32px;
  height: 32px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
}
.team-index .box .item .more .icon {
  display: block;
  transform: rotate(180deg);
  font-weight: bold;
}
.team-index .box .item:hover {
  background-color: #93339e;
}
.team-index .box .item:hover .position {
  color: #ccc;
}
.team-index .box .item:hover .title, .team-index .box .item:hover .edu, .team-index .box .item:hover .content {
  color: #fff;
}
.team-index .box .item:hover .more {
  display: flex;
}

/*新闻*/
.news-index {
  padding: 20px 0;
}
.news-index .box {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 1350px;
  flex-wrap: wrap;
  gap: 30px;
}
.news-index .box .item {
  display: block;
  width: 430px;
  overflow: hidden;
}
.news-index .box .item .img-box {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
}
.news-index .box .item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-index .box .item .title {
  margin-top: 15px;
  font-size: 18px;
  overflow: hidden;
}
.news-index .box .item .time {
  margin-top: 15px;
  font-weight: bold;
  font-size: 14px;
  color: #666666;
}
.news-index .box .item:hover .img-box img {
  transform: scale(1.1);
}
.news-index .more {
  margin-top: 50px;
  width: 120px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #93339e;
  color: #93339e;
  font-size: 16px;
}
.news-index .more .icon {
  margin-left: 5px;
  display: block;
  transform: rotate(180deg);
}
.news-index .more:hover {
  background-color: #93339e;
  color: #fff;
}

@media (max-width: 1920px) {
  .banner {
    height: 700px;
  }
  .banner .banner-box-list .banner-txt {
    padding-top: 180px;
  }
}
@media (max-width: 1600px) {
  .banner {
    height: 600px;
  }
  .banner .banner-box-list .banner-txt {
    padding-top: 150px;
  }
}

/*# sourceMappingURL=style-index.css.map */
