﻿.title_name {
  font-family: DouyinSans-Bold;
  font-weight: bold;
  font-size: 0.45rem;
  color: #000000;
  line-height: 1;
}
.cooperation {
  background: #fff;
  padding: 0.88rem 0 1rem;
}
.cooperation .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cooperation .main .coop_img {
  width: calc(50% - 0.77rem);
  height: 4.83rem;
  border-radius: 0.16rem 0.6rem 0.16rem 0.16rem;
  overflow: hidden;
}
.cooperation .main .coop_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cooperation .main .coop_text {
  width: calc(50% - 0.3rem);
}
.cooperation .main .coop_text .coop_view {
  margin-top: 0.46rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #676767;
  line-height: 1.75;
}
.cooperation .main .coop_text .coop_view p + p {
  margin-top: 0.22rem;
}
.achievement {
  background: #eef8ff url("../images/chuangxin_bg.png") no-repeat center center;
  background-size: cover;
}
.achievement .main {
  padding: 1.43rem 0 1.47rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.achievement .main .achieve_text {
  width: calc(50% - 0.3rem);
}
.achievement .main .achieve_text .achieve_view {
  margin-top: 0.36rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #676767;
  line-height: 2;
}
.achievement .achieve_nums {
  display: flex;
  column-gap: 1.28rem;
  text-align: center;
  color: #005fc7;
}
.achievement .achieve_nums strong {
  font-family: MiSans-Bold;
  font-weight: bold;
  font-size: 0.7rem;
  color: #0A50B4;
  line-height: 1.32;
}
.achievement .achieve_nums span {
  margin-left: 0.04rem;
  font-weight: 500;
  font-size: 0.25rem;
  color: #0A50B4;
}
.achievement .achieve_nums p {
  margin-top: 0.06rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #0A50B4;
  line-height: 1;
}
.direction {
  padding: 1.16rem 0 1.52rem;
  background: #fff;
}
.direction .title_name {
  text-align: center;
}
.direction .section_view {
  margin-top: 0.46rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.2rem;
  color: #676767;
  line-height: 2;
}
.direction_grid {
  display: flex;
  column-gap: 0.34rem;
  margin-top: 0.75rem;
}
.direction_item {
  width: calc(50% - 0.17rem);
  position: relative;
  height: 6rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.direction_item .image_slot {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.direction_item .image_slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.direction_item:after,
.direction_item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2.04rem;
  left: 0;
  bottom: 0;
  background: url(../images/chuangxin_bg2.png) no-repeat center center;
  background-size: cover;
  opacity: 1;
  transition: all 0.3s;
}
.direction_item::before {
  height: 100%;
  background: url(../images/chuangxin_bg3.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  transition: all 0.3s;
}
.direction_item .direction_txt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
  color: #fff;
  padding: 0.62rem 0.42rem;
}
.direction_item .direction_txt h4 {
  font-weight: bold;
  font-size: 0.3rem;
}
.direction_item .direction_txt p {
  border-top: 0.01rem dashed rgba(255, 255, 255, 0.5);
  font-size: 0.16rem;
  line-height: 2.1875;
  text-align: left;
  opacity: 0;
  height: 0;
  transform: translateY(0.2rem);
  transition: all 0.5s;
}
.direction_item:hover:after {
  opacity: 0;
}
.direction_item:hover::before {
  opacity: 1;
}
.direction_item:hover .direction_txt p {
  margin-top: 0.36rem;
  padding-top: 0.35rem;
  opacity: 1;
  height: auto;
  transform: translateY(0);
}
@media screen and (max-width: 1042px) {
  .title_name {
    font-size: 28px;
  }
  .cooperation {
    padding: 80px 0;
  }
  .cooperation .main {
    flex-wrap: wrap;
  }
  .cooperation .main .coop_img {
    width: 100%;
    height: auto;
    max-height: 480px;
  }
  .cooperation .main .coop_text {
    width: 100%;
    margin-top: 50px;
  }
  .cooperation .main .coop_text .coop_view,
  .achievement .main .achieve_text .achieve_view,
  .direction .section_view {
    font-size: 16px;
    margin-top: 30px;
  }
  .achievement .main {
    padding: 80px 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .achievement .main .achieve_text {
    width: 100%;
  }
  .achievement .achieve_nums {
    width: 100%;
  }
  .achievement .achieve_nums strong {
    font-size: 54px;
  }
  .achievement .achieve_nums span {
    font-size: 18px;
  }
  .achievement .achieve_nums p {
    font-size: 16px;
  }
  .direction {
    padding: 80px 0;
  }
  .direction_grid {
    margin-top: 40px;
    column-gap: 16px;
  }
  .direction_item {
    width: calc(50% - 8px);
    height: 420px;
  }
  .direction_item .direction_txt {
    padding: 30px;
  }
  .direction_item .direction_txt h4 {
    font-size: 22px;
  }
  .direction_item .direction_txt p {
    font-size: 16px;
    line-height: 2;
  }
  .direction_item:hover .direction_txt p {
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .title_name {
    font-size: 24px;
  }
  .cooperation,
  .achievement .main,
  .direction {
    padding: 50px 0;
  }
  .cooperation .main .coop_text .coop_view,
  .achievement .main .achieve_text .achieve_view,
  .direction .section_view {
    font-size: 14px;
    margin-top: 20px;
  }
  .cooperation .main .coop_text {
    margin-top: 30px;
  }
  .achievement .achieve_nums {
    column-gap: initial;
    justify-content: space-between;
  }
  .achievement .achieve_nums strong {
    font-size: 36px;
  }
  .direction_grid {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .direction_item {
    width: 100%;
  }
  .direction_item .direction_txt h4 {
    font-size: 20px;
  }
  .direction_item .direction_txt p {
    font-size: 14px;
  }
}
