.index-swiper .swiper-slide {
  height: 30rem;
  background-color: #ccc;
}
.fff * {
  color: #fff;
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tabs-container > .item {
  display: none;
}
.tabs-container > .item.active {
  display: block;
}
.hui-con {
  display: flex;
  justify-content: space-between;
}
.hui-con .img {
  width: 17.15rem;
  height: 16.15rem;
  flex-shrink: 0;
}
.hui-con .text {
  margin-left: 8rem;
  flex: 1;
}
.hui-con .text .list {
  padding: 1rem 0;
  border-bottom: 1px solid #ebebeb;
}
.hui-con .text .list:last-of-type {
  border-bottom: none;
}
.hui-con .text .list h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.hui-con .text .list h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.hui-con .text .list p {
  line-height: 2;
}
.xun-con .list {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.xun-con .list:last-of-type {
  margin-bottom: 0;
}
.xun-con .list * {
  color: #fff;
}
.xun-con .list strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.4rem;
  height: 6.55rem;
  font-size: 1.8rem;
}
.xun-con .list .txt {
  flex: 1;
  padding: 1rem;
  height: 6.55rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.xun-con .list .txt h6 {
  margin-bottom: 0.5rem;
}
.xun-con .list .txt p {
  line-height: 2;
}
.xun-con .list:nth-of-type(1) strong {
  background-color: #47479b;
}
.xun-con .list:nth-of-type(1) .txt {
  background-color: #5555cd;
}
.xun-con .list:nth-of-type(2) strong {
  background-color: #3e72be;
}
.xun-con .list:nth-of-type(2) .txt {
  background-color: #4792ff;
}
.xun-con .list:nth-of-type(3) strong {
  background-color: #887e5b;
}
.xun-con .list:nth-of-type(3) .txt {
  background-color: #b2a371;
}
.xun-con .list:nth-of-type(4) strong {
  background-color: #711a2c;
}
.xun-con .list:nth-of-type(4) .txt {
  background-color: #90142e;
}
.tabs-team .item {
  position: relative;
  padding-bottom: 3rem;
}
.tabs-team .swiper-button {
  top: auto;
  bottom: 0 !important;
  width: 1.6rem !important;
  height: 1.6rem !important;
}
.tabs-team .swiper-button::after {
  font-size: 0.8rem !important;
}
.tabs-team .swiper-button.swiper-button-prev {
  left: 47%;
}
.tabs-team .swiper-button.swiper-button-next {
  right: 47%;
}
.tabs-team .swiper-team .swiper-slide {
  height: 17rem;
  padding: 0.5rem;
  padding-bottom: 0;
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.tabs-team .swiper-team .swiper-slide .img img {
  height: 12rem;
}
.tabs-team .swiper-team .swiper-slide .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding-top: 0.5rem;
}
.tabs-team .swiper-team .swiper-slide .text h6 {
  color: #0252c7;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
.history1 ul {
  padding: 1rem 0;
  border-left: 1px solid #ebebeb;
}
.history1 ul li {
  position: relative;
  padding-left: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.history1 ul li:last-of-type {
  margin-bottom: 0;
}
.history1 ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #d1be8f;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.history1 ul li strong {
  font-size: 1.5rem;
  color: #0252c7;
  margin-right: 9rem;
  position: relative;
}
.history1 ul li strong::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1rem);
  width: 7rem;
  border-bottom: 1px dashed #ccc;
}
.history2 .container {
  display: flex;
  flex-wrap: wrap;
}
.history2 .container .item {
  width: calc((100% - (5 - 1) * 2.5rem) / 5);
  margin-right: 2.5rem;
  margin-bottom: 2rem;
}
.history2 .container .item:nth-of-type(5n) {
  margin-right: 0;
}
.history2 .container .item {
  padding: 0.5rem 0.5rem 0;
  border: 1px solid #ebebeb;
}
.history2 .container .item .img {
  height: 12.25rem;
  background-color: #ccc;
}
.history2 .container .item .img img {
  height: 12.25rem;
}
.history2 .container .item .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 1rem 0;
}
.history2 .container .item .text h6 {
  color: #0252c7;
  margin-bottom: 1rem;
}
.history3 .container .more-btn {
  text-align: center;
}
.history3 .container ul {
  display: flex;
  flex-wrap: wrap;
}
.history3 .container ul li {
  margin-bottom: 1.5rem;
  width: calc((100% - 1.5rem * 3) / 4);
  margin-right: 1.5rem;
  cursor: pointer;
}
.history3 .container ul li:nth-of-type(4n) {
  margin-right: 0;
}
.history3 .container .img {
  min-height: 8rem;
  background-color: #ccc;
}
.history3 .container .text {
  padding: 1rem 0;
  background-color: #f9f9f9;
}
.history3 .container .text h6 {
  text-align: center;
}
.history3 .img-mask {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.history3 .img-mask.active {
  display: flex;
}
.history3 .img-mask .con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-height: 60vh;
}
.history3 .img-mask .close {
  position: absolute;
  right: -6%;
  top: -5%;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
.history3 .img-mask .img {
  width: 100%;
  min-height: 10rem;
}
.history3 .img-mask .img img {
  object-fit: contain;
}
.history3 .img-mask .text {
  margin-top: 1rem;
}
.history3 .img-mask .text h6 {
  color: #fff;
  text-align: center;
}
.hos-honor .content {
  display: flex;
  flex-wrap: wrap;
}
.hos-honor .content .item {
  width: calc((100% - (4 - 1) * 1rem) / 4);
  margin-right: 1rem;
  margin-bottom: 2rem;
}
.hos-honor .content .item:nth-of-type(4n) {
  margin-right: 0;
}
.hos-honor .content .item {
  cursor: pointer;
}
.hos-honor .content .item .img {
  background-color: #ccc;
}
.hos-honor .content .item .text {
  padding-top: 1rem;
}
.hos-honor .content .item .text h6 {
  text-align: center;
}
.hos-honor .img-mask {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hos-honor .img-mask.active {
  display: flex;
}
.hos-honor .img-mask .img {
  max-width: 50%;
  min-width: 30%;
  min-height: 10rem;
}
.hos-honor .img-mask .text {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hos-honor .img-mask .text * {
  color: #fff;
}
.hos-honor .img-mask .text i {
  cursor: pointer;
}
.hos-product .container > div {
  display: flex;
}
.hos-product .container .item {
  width: calc((100% - 2rem * 2) / 3);
  margin-right: 2rem;
  margin-bottom: 2rem;
  flex-shrink: 0;
}
.hos-product .container .item:last-of-type {
  margin-right: 0;
}
.hos-product .container .item:hover {
  box-shadow: 0 0 0.5rem #ebebeb;
  transform: translateY(-0.5rem);
}
.hos-product .container .item2 {
  flex: 1;
  display: flex;
  margin-bottom: 2rem;
}
.hos-product .container .item2 > div {
  width: 50%;
}
.hos-product .container .item2:hover {
  box-shadow: 0 0 0.5rem #ebebeb;
  transform: translateY(-0.5rem);
}
.hos-product .container .text {
  padding: 1rem;
}
.hos-product .container .text * {
  color: #fff;
}
.hos-product .container .text.c1 {
  background-color: #4892ff;
}
.hos-product .container .text.c2 {
  background-color: #0252c7;
}
.hos-product .container .text.c3 {
  background-color: #d0be8e;
}
.hos-product .container .text.c4 {
  background-color: #8ca9d1;
}
.hos-product .container h6 {
  margin-bottom: 0.5rem;
}
.hos-product .container p {
  line-height: 2;
}
.hos-coo .container {
  display: flex;
}
.hos-coo .container .text .title {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2rem;
}
.hos-coo .container .text .title h2 {
  font-size: 1.5rem;
}
.hos-coo .container .text .title h6 {
  font-size: 0.9rem;
  font-weight: normal;
  padding: 2rem 0;
  line-height: 1.8;
}
.hos-coo .container .text .txt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hos-coo .container .text .txt p {
  width: 49%;
  padding: 1rem;
  padding-left: 2rem;
  border-bottom: 1px dashed #ebebeb;
  position: relative;
}
.hos-coo .container .text .txt p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.35rem;
  height: 0.8rem;
  transform: translateY(-50%);
  background-image: url("../images/about/about\ \(24\).png");
  background-size: 100%;
  background-position: center;
}
.hos-coo .container .img-wrap {
  width: 28.45rem;
  flex-shrink: 0;
  margin-left: 5rem;
}
.hos-coo .container .img-wrap .img {
  margin-bottom: 1rem;
}
.hos-coo .container .img-wrap .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hos-coo .container .img-wrap .item .img {
  width: 49%;
  margin-bottom: 2%;
}
.main-1 .case-container {
  display: flex;
  flex-wrap: wrap;
}
.main-1 .case-container .item {
  width: calc((100% - (4 - 1) * 1rem) / 4);
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.main-1 .case-container .item:nth-of-type(4n) {
  margin-right: 0;
}
.main-1 .case-container .item {
  border: 1px solid #ebebeb;
}
.main-1 .case-container .img {
  height: 8rem;
  background-color: #ccc;
}
.main-1 .case-container p {
  padding: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-1 .container1 .title h2 {
  display: flex;
  align-items: center;
}
.main-1 .container1 .title h2 span {
  font-size: 1.8rem;
  color: #777;
  font-weight: normal;
}
.main-1 .container1 .title h2 em {
  flex: 1;
  margin-left: 1rem;
  border-bottom: 1px solid #ccc;
}
.main-1 .container1 .content {
  display: flex;
  margin-top: 2rem;
  position: relative;
  z-index: 10;
}
.main-1 .container1 .content .left {
  flex: 1;
}
.main-1 .container1 .content .left h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.main-1 .container1 .content .left p {
  line-height: 2;
  color: #666;
}
.main-1 .container1 .content .left a {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  border-radius: 0.2rem;
  background-color: #0252c7;
  color: #fff;
  margin-top: 1rem;
}
.main-1 .container1 .content .left a:hover {
  background-color: rgba(2, 82, 199, 0.8);
}
.main-1 .container1 .content .right {
  margin-left: 4rem;
}
.main-1 .container1 .content .img {
  width: 27.55rem;
  height: 32.05rem;
  background-color: #ccc;
}
.main-1 .container2 {
  height: 18.55rem;
  background-color: #ebebeb;
  margin-top: -10rem;
  margin-bottom: -5rem;
}
.main-1 .container2 img {
  width: 100%;
}
.main-1 .container3 {
  display: flex;
  justify-content: space-between;
}
.main-1 .container3 .img {
  width: 21rem;
  height: 30rem;
  background-color: #ccc;
}
.main-2 {
  background-color: #f8f8f8;
}
.main-2 .page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-2 .container {
  display: flex;
}
.main-2 .container .item {
  width: 10rem;
  margin-right: 2rem;
}
.main-2 .container .item:last-child {
  margin-right: 0;
}
.main-2 .container .item .img img {
  height: 12.25rem;
}
.main-2 .container .item .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 1rem 0;
}
.main-2 .container .item .text h6 {
  color: #0252c7;
  margin-bottom: 1rem;
}
.main-3 .container {
  display: flex;
}
.main-3 .container .img {
  width: 38.55rem;
  height: 24.7rem;
  background-color: #ccc;
}
.main-3 .container .text {
  margin-left: 2.5rem;
  flex: 1;
}
.main-3 .container .text .item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ebebeb;
}
.main-3 .container .text .item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.main-3 .container .text h6 {
  margin-bottom: 1rem;
}
.main-3 .container .text p {
  line-height: 2;
  color: #666;
}
.main-4 .container {
  position: relative;
  padding-bottom: 4rem;
  border: 1px solid #cec2b3;
  z-index: 1;
  background-image: url("../images/about/about\ \(9\).png");
  background-size: 100%;
  padding: 3rem 0;
  padding-bottom: 5rem;
}
.main-4 .container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 19.25rem;
  height: 12.7rem;
  background-image: url("../images/about/about\ \(10\).png");
  background-size: 100%;
  z-index: -1;
}
.main-4 .container .swiper {
  position: relative;
}
.main-4 .container .swiper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #ccc;
  z-index: 1;
}
.main-4 .container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 0;
  position: relative;
}
.main-4 .container .swiper-slide:nth-of-type(odd) .text {
  top: 12rem;
}
.main-4 .container .swiper-slide:nth-of-type(even) .text {
  top: 1rem;
}
.main-4 .container .swiper-slide .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #0252c7;
  border: 2px solid #0252c7;
  background-color: #fff;
}
.main-4 .container .swiper-slide .text {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.main-4 .container .swiper-slide .text * {
  text-align: center;
}
.main-4 .container .swiper-slide .text h6 {
  padding: 0.5rem 0;
}
.main-4 .container .swiper-slide .text p {
  line-height: 1.8;
}
.main-4 .container .swiper-button {
  top: auto;
  bottom: 2rem !important;
  width: 1.6rem !important;
  height: 1.6rem !important;
}
.main-4 .container .swiper-button.swiper-button-prev {
  left: 47%;
}
.main-4 .container .swiper-button.swiper-button-next {
  right: 47%;
}
.main-5 {
  background-color: #cec2b3;
  background-image: url("../images/about/about\ \(3\).png");
  background-size: cover;
}
.main-5 .container {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.main-5 .container > div {
  width: 50%;
}
.main-5 .container .left {
  display: flex;
  align-items: center;
  padding: 2rem;
}
.main-5 .container .left .img {
  width: 13.5rem;
  flex-shrink: 0;
  height: 12rem;
}
.main-5 .container .left .img img {
  height: auto;
}
.main-5 .container .left p {
  line-height: 1.8;
  margin-left: 1rem;
  flex: 1;
}
.main-5 .container .right {
  position: relative;
  display: flex;
  flex-direction: column;
}
.main-5 .container .right .swiper {
  width: 100%;
  flex: 1;
}
.main-5 .container .right .swiper .swiper-slide {
  height: 15rem;
  background-color: #fff !important;
}
.main-5 .container .right .swiper .swiper-slide img {
  width: 100%;
  height: 100% !important;
  object-fit: scale-down;
}
.main-5 .container .right .swiper .img {
  background-color: #ccc;
}
.main-5 .container .right .swiper .img img {
  height: auto;
}
.main-5 .container .right .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.main-5 .container .right .txt strong {
  height: 3rem;
  padding: 0 1.5rem;
  background-color: #0252c7;
  color: #fff;
  font-size: 0.9rem;
  line-height: 3rem;
  flex-shrink: 0;
}
.main-5 .container .right .txt .swiper-pagination {
  position: initial;
  width: auto;
}
@media screen and (max-width: 768px) {
  .tabs-team .swiper-button.swiper-button-prev {
    left: 40%;
  }
  .tabs-team .swiper-button.swiper-button-next {
    right: 40%;
  }
  .history1 ul li {
    margin-bottom: 1rem;
  }
  .history1 ul li strong {
    margin-right: 4rem;
  }
  .history1 ul li strong::after {
    width: 2rem;
  }
  .history1 ul li p {
    line-height: 1.6;
  }
  .history2 .container {
    justify-content: space-between;
  }
  .history2 .container .item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .history3 .content {
    flex-wrap: wrap;
  }
  .history3 .content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .history3 .content ul li {
    width: 49%;
    margin-right: 0;
  }
  .hos-honor .content {
    justify-content: space-between;
  }
  .hos-honor .content .item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .hos-product .container > div {
    flex-wrap: wrap;
  }
  .hos-product .container .item {
    width: 100%;
  }
  .hos-product .container .item2 {
    flex-direction: column;
  }
  .hos-product .container .item2 > div {
    width: 100%;
  }
  .hos-coo .container {
    flex-direction: column;
  }
  .hos-coo .container > div {
    width: 100% !important;
  }
  .hos-coo .container .text .title {
    margin-bottom: 1rem;
  }
  .hos-coo .container .text .title h2 {
    font-size: 1.2rem;
  }
  .hos-coo .container .text .title h6 {
    padding: 1rem 0;
  }
  .hos-coo .container .text .txt p {
    line-height: 1.6;
    padding: 0.5rem;
    padding-left: 2rem;
  }
  .hos-coo .container .img-wrap {
    margin-left: 0;
    margin-top: 2rem;
  }
  .main-1 .container1 .title h2 span {
    font-size: 1.2rem;
  }
  .main-1 .container1 .content {
    flex-direction: column;
    margin-top: 1rem;
  }
  .main-1 .container1 .content .left h3 {
    font-size: 1rem;
  }
  .main-1 .container1 .content .right {
    margin-left: 0;
    width: 100%;
    display: none;
  }
  .main-1 .container1 .content .right .img {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .main-1 .container2 {
    display: none;
  }
  .main-1 .container3 {
    flex-direction: column;
    padding-bottom: 0;
  }
  .main-1 .container3 .img {
    width: 100%;
    height: 27rem;
    margin-bottom: 1rem;
    transform: translateY(0) !important;
    border-radius: 40px;
    overflow: hidden;
  }
  .main-1 .container3 .img:nth-of-type(1) {
    height: 25rem;
  }
  .main-1 .case-container {
    justify-content: space-between;
  }
  .main-1 .case-container .item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .main-1 .case-container .item p {
    padding: 0.5rem;
  }
  .hui-con {
    flex-direction: column-reverse;
  }
  .hui-con .img {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
  .hui-con .text {
    width: 100%;
    margin-left: 0;
  }
  .xun-con .list {
    margin-bottom: 1rem;
  }
  .xun-con .list:nth-of-type(1) {
    background-color: #47479b;
  }
  .xun-con .list:nth-of-type(2) {
    background-color: #3e72be;
  }
  .xun-con .list:nth-of-type(3) {
    background-color: #887e5b;
  }
  .xun-con .list:nth-of-type(4) {
    background-color: #711a2c;
  }
  .xun-con .list strong {
    height: auto;
    font-size: 1.4rem;
  }
  .xun-con .list .txt {
    height: auto;
  }
  .xun-con .list .txt h6 {
    line-height: 1.4;
  }
  .main-2 .container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main-2 .container .item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .main-3 .container .img {
    display: none;
  }
  .main-3 .container .text {
    margin-left: 0;
  }
  .main-4 .container {
    width: 96%;
    margin: 0 auto;
  }
  .main-4 .container .swiper-slide .num {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
  }
  .main-4 .container .swiper-slide:nth-of-type(odd) .text {
    top: 10rem;
  }
  .main-4 .container .swiper-slide:nth-of-type(even) .text {
    top: 0;
  }
  .main-4 .container .swiper-button.swiper-button-next {
    right: 40%;
  }
  .main-4 .container .swiper-button.swiper-button-prev {
    left: 40%;
  }
  .main-5 .container {
    flex-direction: column;
    width: 96%;
    margin: 0 auto;
  }
  .main-5 .container > div {
    width: 100% 
        !important;
  }
  .main-5 .container .left {
    flex-direction: column;
    padding: 1rem 0;
  }
  .main-5 .container .left .img {
    width: 10rem;
    height: auto;
    margin-bottom: 1rem;
  }
  .main-5 .container .left p {
    margin-left: 0;
  }
  .main-5 .container .right {
    margin-top: 1rem;
  }
}

