@charset "UTF-8";
.banner {
  height: 25.25rem;
  background: url(imgs/bg/about_banner.jpg) no-repeat center top;
  background-size: auto 100%;
  overflow: hidden;
}
.banner .container {
  width: 100rem;
  margin: 0 auto;
}
.banner .title {
  height: 4.8125rem;
  font-family: SourceHanSansCN-Bold;
  font-size: 5rem;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 7.5rem;
}
.banner .desc {
  height: 1.4375rem;
  font-family: SourceHanSansSC-Regular;
  font-size: 1.5rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5rem;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 1.875rem;
}
.banner.contact_banner {
  background: url(imgs/bg/contact_banner.jpg) no-repeat center top;
}
.banner.news_banner {
  background: url(imgs/bg/news_banner.jpg) no-repeat center top;
}
.banner.project_banner {
  background: url(imgs/bg/project_banner.jpg) no-repeat center top;
}
.banner.team_banner {
  background: url(imgs/bg/team_banner.jpg) no-repeat center top;
  background-size: auto 100%;
  overflow: hidden;
}

.about_main {
  background: url(imgs/bg/about_main.png) no-repeat center bottom;
  background-size: 120rem auto;
  overflow: hidden;
  padding-bottom: 7.8125rem;
  text-align: center;
  padding-top: 3.4375rem;
}
.about_main .title {
  height: 8.125rem;
  background: url(imgs/bg/about_us.png) no-repeat center top;
  background-size: auto 100%;
  font-size: 2.625rem;
  padding-top: 4.375rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #373737;
  margin-bottom: 1.875rem;
}
.about_main p {
  font-size: max(1.2rem, 14px);
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.95;
  letter-spacing: 0px;
  color: #565552;
  margin-bottom: 1.875rem;
}
.about_main img {
  max-width: 100%;
  margin: 0 auto;
}
.about_main .img1 {
  width: 59.1875rem;
}
.about_main .img2 {
  width: 57.125rem;
}

.contact_main {
  background: url(imgs/bg/main_contact.jpg) no-repeat center top;
  background-size: 120rem auto;
}
.contact_main .container {
  width: 100rem;
  padding-top: 5.625rem;
}
.contact_main .container .panel_title {
  font-size: 2.625rem;
  font-weight: bolder;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #373737;
  text-align: center;
}
.contact_main .container .panel_desc {
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #565552;
  text-align: center;
  margin-top: 1.875rem;
}
.contact_main .container .grid_wrap {
  display: grid;
  grid-template-columns: 31rem auto 31rem;
  grid-gap: 0 1.875rem;
  margin-top: 3.5625rem;
  margin-bottom: 5.75rem;
}
.contact_main .container .grid_wrap .item {
  height: 8.125rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  border: solid 1px #eadee7;
  padding-left: 5.8125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(imgs/icons/icon_contact.png) no-repeat 1.75rem center;
  background-size: 2.6875rem auto;
}
.contact_main .container .grid_wrap .item_title {
  font-size: 1.125rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.875rem;
  letter-spacing: 0px;
  color: #3a3a3a;
}
.contact_main .container .grid_wrap .item_desc {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.625rem;
  letter-spacing: 0px;
  color: #616161;
  margin-top: 0.875rem;
}
.contact_main .form_top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 0.9375rem;
  margin-top: 3.5625rem;
}
.contact_main .form_top input {
  width: 100%;
  height: 3.5rem;
  background-color: #f8f5f6;
  border-radius: 0.625rem;
  padding: 0 1.25rem;
  border: none;
  list-style: none;
  outline: none;
}
.contact_main .form_label {
  font-size: 1.125rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 3.75rem;
  letter-spacing: 0px;
  color: #3a3a3a;
  padding-left: 1.25rem;
}
.contact_main textarea {
  width: 100%;
  height: 7rem;
  background-color: #f8f5f6;
  border-radius: 0.625rem;
  border: none;
  list-style: none;
  outline: none;
  padding: 1.25rem;
  margin-bottom: 3.625rem;
}
.contact_main .form_submit {
  width: 12.125rem;
  height: 2.875rem;
  background-color: #9b3f82;
  border-radius: 1.375rem;
  margin: 0 auto;
  margin-bottom: 6rem;
  font-size: 1rem;
  text-align: center;
  line-height: 2.875rem;
}
.contact_main .form_submit input[type=submit] {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  list-style: none;
  outline: none;
  color: #ffffff;
}

.project_main {
  padding-top: 5rem;
  background: url(imgs/bg/main_project.png) no-repeat center 11.8125rem;
}
.project_main .container {
  width: 100rem;
}
.project_main .project_title {
  height: 2.875rem;
  font-family: SourceHanSansCN-Bold;
  font-size: 2.625rem;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #373737;
  text-align: center;
}
.project_main .project_desc {
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.25rem;
  letter-spacing: 0px;
  color: #565552;
  text-align: center;
  margin-top: 2.3125rem;
}
.project_main ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 2.1875rem;
  margin-bottom: 5.3125rem;
  margin-top: 3.875rem;
}
.project_main ul li {
  height: 10.75rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  border: solid 1px #eadee7;
  position: relative;
  display: grid;
  grid-template-columns: 10.5625rem auto;
  grid-gap: 0 1.875rem;
  margin-bottom: 1.8125rem;
}
.project_main ul li .count {
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
  font-family: Arial;
  font-size: 6.25rem;
  font-weight: bolder;
  font-stretch: normal;
  color: #f9f2f5;
  line-height: 1;
  letter-spacing: 0;
}
.project_main ul li .img_wrap {
  padding-left: 3.25rem;
  padding-top: 2.9375rem;
}
.project_main ul li .content_wrap {
  width: 27.75rem;
}
.project_main ul li .content_wrap .title {
  font-size: 1.375rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin-top: 2.4375rem;
}
.project_main ul li .content_wrap .desc {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.625rem;
  letter-spacing: 0px;
  color: #616161;
  margin-top: 1.25rem;
}

.news_main {
  padding-top: 5rem;
  background: url(imgs/bg/main_project.png) no-repeat center 11.8125rem;
}
.news_main .container {
  width: 100rem;
}
.news_main .container .top li {
  display: grid;
  grid-template-columns: 39.5rem auto;
  grid-gap: 0 3.75rem;
  display: none;
}
.news_main .container .top li.active {
  display: grid;
}
.news_main .container .top li .img_wrap {
  height: 25.125rem;
  overflow: hidden;
}
.news_main .container .top li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.news_main .container .top li .time {
  font-size: 1.875rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 3.125rem;
  letter-spacing: 0px;
  color: #2f2f2f;
}
.news_main .container .top li .title {
  font-size: 1.875rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 3.125rem;
  letter-spacing: 0px;
}
.news_main .container .top li .title a {
  color: #2f2f2f;
}
.news_main .container .top li .desc {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  font-stretch: normal;
  line-height: 2.5rem;
  letter-spacing: 0px;
  color: #585858;
}
.news_main .container .top li .read_more {
  margin-top: 1.5625rem;
}
.news_main .container .top li .read_more a {
  display: flex;
  align-items: center;
}
.news_main .container .top li .read_more span {
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 2rem;
  letter-spacing: 0px;
  color: #2f2f2f;
  padding-bottom: 1.0625rem;
  border-bottom: 1px solid #bdbdbd;
}
.news_main .container .top li .read_more img {
  margin-top: 0.3125rem;
  margin-left: 0.625rem;
}
.news_main .container .top .bd_wrap {
  display: flex;
  grid-gap: 0 0.625rem;
  margin-top: 1.25rem;
  margin-left: 18.125rem;
}
.news_main .container .top .bd_wrap span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #bdbdbd;
  cursor: pointer;
}
.news_main .container .top .bd_wrap span.active {
  background-color: #9b3f82;
}
.news_main .container .bottom ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 2.75rem;
  margin-bottom: 5.625rem;
}
.news_main .container .bottom ul li {
  margin-top: 2.5rem;
}
.news_main .container .bottom ul li .img_wrap {
  height: 20.25rem;
  overflow: hidden;
}
.news_main .container .bottom ul li .img_wrap a {
  display: block;
  line-height: 1;
}
.news_main .container .bottom ul li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.news_main .container .bottom ul li .title {
  height: 4.25rem;
  font-size: 1.4375rem;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  margin-top: 1.25rem;
  padding-right: 6.6875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  background: url(imgs/icons/icon_more.png) no-repeat right 5px;
  background-size: 2.875rem auto;
}
.news_main .container .bottom ul li .title a {
  color: #1e1e1e;
}
.news_main .container .bottom ul li .title a:hover {
  color: #9b3f82;
}
.news_main .container .bottom ul li .time {
  padding-left: 1.75rem;
  font-size: 0.875rem;
  font-stretch: normal;
  line-height: 2.25rem;
  letter-spacing: 0px;
  color: #95367f;
  background: url(imgs/icons/icon_time.png) no-repeat left center;
  background-size: 1rem auto;
}

.team_main {
  overflow: hidden;
  padding-top: 5rem;
  background: url(imgs/bg/main_project.png) no-repeat center 11.8125rem;
}
.team_main .nav_wrap {
  display: flex;
  justify-content: center;
  grid-gap: 0 6.25rem;
}
.team_main .nav_wrap .number {
  font-size: 2.3125rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 2.25rem;
  letter-spacing: 0px;
  color: #9b3f82;
  text-align: center;
}
.team_main .nav_wrap .number .util {
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.25rem;
  letter-spacing: 0px;
  color: #9b3f82;
}
.team_main .nav_wrap p {
  font-size: 1.0625rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.25rem;
  letter-spacing: 0px;
  color: #6a5d66;
  text-align: center;
}
.team_main ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.25rem 1.75rem;
  margin-top: 4.375rem;
}
.team_main ul li {
  height: 22.625rem;
  border-radius: 1.25rem;
  overflow: hidden;
  border: solid 1px #eadee7;
  display: grid;
  grid-template-columns: 19.375rem auto;
  grid-gap: 0 2.6875rem;
  background: url(imgs/bg/team_bg.png) no-repeat right top;
  background-size: auto 100%;
}
.team_main ul li .img_wrap {
  position: relative;
}
.team_main ul li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team_main ul li .img_wrap .position {
  position: absolute;
  bottom: 1.625rem;
  height: 1.75rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.team_main ul li .img_wrap .position span {
  background-color: #9b3f82;
  border-radius: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.625rem;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 0 10px;
  margin: 0 auto;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team_main ul li .content_wrap {
  padding-top: 3.25rem;
  padding-right: 3.75rem;
}
.team_main ul li .content_wrap .title_wrap {
  display: flex;
  align-items: end;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team_main ul li .content_wrap .title {
  font-family: SourceHanSansCN-Bold;
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.875rem;
  letter-spacing: 0px;
}
.team_main ul li .content_wrap .title a {
  color: #3a3a3a;
}
.team_main ul li .content_wrap .title a:hover {
  color: #9b3f82;
}
.team_main ul li .content_wrap .position {
  font-size: 1.125rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #9b3f82;
  margin-left: 0.75rem;
  margin-bottom: 0.125rem;
}
.team_main ul li .content_wrap .info_wrap {
  margin-top: 0.9375rem;
}
.team_main ul li .content_wrap .info_wrap p {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.875rem;
  letter-spacing: 0px;
  color: #9b3f82;
  padding-left: 2.25rem;
  background: url(imgs/icons/icon_xx.png) no-repeat left center;
  background-size: 1.125rem auto;
}
.team_main ul li .content_wrap .info_wrap p:last-child {
  background: url(imgs/icons/icon_jy.png) no-repeat left center;
  background-size: 1.125rem auto;
}
.team_main ul li .content_wrap .desc {
  margin-top: 1.25rem;
  font-family: SourceHanSansSC-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.625rem;
  letter-spacing: 0px;
  color: #616161;
}
.team_main ul li .content_wrap .btn_wrap {
  margin-top: 1.25rem;
}
.team_main ul li .content_wrap .btn_wrap .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.6875rem;
  height: 1.75rem;
  border-radius: 0.875rem;
  border: solid 1px #9b3f82;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #95367e;
}
.team_main .pages {
  margin-top: 5.625rem;
}

.detail {
  background-color: #f6f7f8;
}
.detail .container {
  width: 100rem;
}
.detail .detail_content {
  display: grid;
  grid-template-columns: auto 25.625rem;
  grid-gap: 0 6.875rem;
  overflow: hidden;
  padding-top: 4rem;
}
.detail .detail_content h1 {
  font-size: 2.25rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 3.125rem;
  letter-spacing: 0px;
  color: #141414;
}
.detail .detail_left .detail_info {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
}
.detail .detail_left .detail_info .detail_info_left {
  display: flex;
  align-items: center;
}
.detail .detail_left .detail_info .detail_info_left span {
  margin-right: 1.25rem;
  padding-left: 1.5625rem;
  background: url(imgs/icons/icon_time_default.png) no-repeat left center;
  background-size: 1rem auto;
  color: #949598;
}
.detail .detail_left .detail_info .detail_info_left span.visit {
  background-image: url(imgs/icons/icon_eye.png);
}
.detail .detail_left .detail_info .detail_info_right {
  display: flex;
}
.detail .detail_left .detail_info .detail_info_right .btn_wrap {
  align-items: center;
}
.detail .detail_left .detail_info .detail_info_right .btn_wrap img {
  display: block;
}
.detail .detail_left .detail_info .detail_info_right .btn_wrap .btn_item {
  margin-right: 0.3125rem;
  cursor: pointer;
}
.detail .detail_left .detail_info .detail_info_right .btn_wrap .btn_item:last-child {
  margin-right: 0;
}
.detail .detail_left .article {
  margin-top: 1.875rem;
}
.detail .detail_left .article p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.25rem;
  letter-spacing: 0px;
  color: #595959;
  text-indent: 2em;
}
.detail .detail_left .article img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
.detail .detail_left .article_nav {
  display: flex;
  justify-content: space-between;
  margin-top: 1.875rem;
  padding-top: 50px;
  border-top: solid 1px #e1e2e3;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.detail .detail_left .article_nav .prev {
  line-height: 1.4375rem;
  background: url(imgs/icons/article_prev.png) no-repeat left center;
  background-size: 1rem auto;
  padding-left: 1.25rem;
}
.detail .detail_left .article_nav .prev:hover {
  color: #9b3f82;
  background-image: url(imgs/icons/article_prev_on.png);
}
.detail .detail_left .article_nav .next {
  line-height: 1.4375rem;
  background: url(imgs/icons/article_next.png) no-repeat right center;
  background-size: 1rem auto;
  padding-right: 1.25rem;
}
.detail .detail_left .article_nav .next:hover {
  color: #9b3f82;
  background-image: url(imgs/icons/article_next_on.png);
}
.detail .detail_left .article_nav a {
  color: #979899;
  font-size: 1rem;
}
.detail .detail_left .article_nav a:hover {
  color: #9b3f82;
}
.detail .detail_left .article_nav .menu {
  padding-left: 1.25rem;
  background: url(imgs/icons/icon_menu.png) no-repeat left center;
  background-size: 1rem auto;
}
.detail .detail_left .article_nav .menu:hover {
  color: #9b3f82;
  background-image: url(imgs/icons/icon_menu_on.png);
}
.detail .panel_wrap .panel_title {
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 3rem;
  letter-spacing: 0px;
  color: #141414;
  padding-left: 0.75rem;
  position: relative;
  margin-bottom: 1.5625rem;
}
.detail .panel_wrap .panel_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.3125rem;
  height: 1.0625rem;
  border-radius: 0.125rem;
  background-color: #9b3f82;
}
.detail .panel_wrap li {
  width: 100%;
  margin-bottom: 1.625rem;
}
.detail .panel_wrap li .img_wrap {
  height: 16.5rem;
}
.detail .panel_wrap li .img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.detail .panel_wrap li .content_wrap {
  background-color: #fff;
  padding: 0.9375rem 1.5rem 2.25rem;
}
.detail .panel_wrap li .content_wrap .time {
  padding-left: 1.375rem;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.25rem;
  letter-spacing: 0px;
  color: #95367f;
  background: url(imgs/icons/icon_time.png) no-repeat left center;
  background-size: 1rem auto;
}
.detail .panel_wrap li .content_wrap .title {
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.875rem;
  letter-spacing: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.detail .panel_wrap li .content_wrap .title a {
  color: #2e2e2e;
}
.detail .panel_wrap li .content_wrap .title a:hover {
  color: #9b3f82;
}
.detail .tag_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5rem, 1fr));
  grid-gap: 0.625rem;
  margin-bottom: 6.25rem;
}
.detail .tag_wrap a {
  height: 1.75rem;
  border-radius: 0.3125rem;
  border: solid 1px #838383;
  padding: 0 10px;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #2e2e2e;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail .tag_wrap a:hover {
  background-color: #9b3f82;
  border-color: #9b3f82;
  color: #fff;
}
.detail .tag_wrap a span {
  display: block;
  text-align: center;
  line-height: 1.625rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail_wrap {
  background-color: #fff;
  padding-top: 3.125rem;
}
.detail_wrap .detail_news {
  padding-bottom: 5.625rem;
}
.detail_wrap .detail_news .sub_title {
  font-size: 1.5rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 3rem;
  letter-spacing: 0px;
  color: #141414;
  padding-left: 1.0625rem;
  position: relative;
  margin-bottom: 1.25rem;
}
.detail_wrap .detail_news .sub_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.3125rem;
  height: 1.0625rem;
  border-radius: 0.125rem;
  background-color: #9b3f82;
}
.detail_wrap .detail_news ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 2.75rem;
}
.detail_wrap .detail_news ul .img_wrap {
  height: 20.25rem;
}
.detail_wrap .detail_news ul .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.detail_wrap .detail_news ul .title {
  margin-top: 1.25rem;
  font-size: 1.4375rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 2.25rem;
  letter-spacing: 0px;
  padding-right: 6.25rem;
  background: url(imgs/icons/icon_more.png) no-repeat right 0.9375rem;
  background-size: 2.875rem auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.detail_wrap .detail_news ul .title a {
  color: #1e1e1e;
}
.detail_wrap .detail_news ul .title a:hover {
  color: #9b3f82;
}
.detail_wrap .detail_news ul .time {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #95367f;
  padding-left: 1.75rem;
  background: url(imgs/icons/icon_time.png) no-repeat left center;
  background-size: 1rem auto;
}

.detail_team {
  background-color: #fff;
  background: url(imgs/bg/main_project.png) no-repeat center 11.8125rem;
}
.detail_team .detail_head {
  height: 22.625rem;
  border-radius: 1.25rem;
  overflow: hidden;
  border: solid 1px #eadee7;
  display: grid;
  grid-template-columns: 19.375rem auto;
  grid-gap: 0 2.6875rem;
  background: url(imgs/bg/team_bg.png) no-repeat right top;
  background-size: auto 100%;
}
.detail_team .detail_head .img_wrap {
  position: relative;
}
.detail_team .detail_head .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.detail_team .detail_head .img_wrap .position {
  position: absolute;
  bottom: 1.625rem;
  height: 1.75rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.detail_team .detail_head .img_wrap .position span {
  background-color: #9b3f82;
  border-radius: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.625rem;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 0 10px;
  margin: 0 auto;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail_team .detail_head .content_wrap {
  padding-top: 3.25rem;
  padding-right: 3.75rem;
}
.detail_team .detail_head .content_wrap .title_wrap {
  display: flex;
  align-items: end;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail_team .detail_head .content_wrap .title {
  font-family: SourceHanSansCN-Bold;
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.875rem;
  letter-spacing: 0px;
}
.detail_team .detail_head .content_wrap .title a {
  color: #3a3a3a;
}
.detail_team .detail_head .content_wrap .title a:hover {
  color: #9b3f82;
}
.detail_team .detail_head .content_wrap .position {
  font-size: 1.125rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #9b3f82;
  margin-left: 0.75rem;
  margin-bottom: 0.125rem;
}
.detail_team .detail_head .content_wrap .info_wrap {
  margin-top: 0.9375rem;
}
.detail_team .detail_head .content_wrap .info_wrap p {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.875rem;
  letter-spacing: 0px;
  color: #9b3f82;
  padding-left: 2.25rem;
  background: url(imgs/icons/icon_xx.png) no-repeat left center;
  background-size: 1.125rem auto;
}
.detail_team .detail_head .content_wrap .info_wrap p:last-child {
  background: url(imgs/icons/icon_jy.png) no-repeat left center;
  background-size: 1.125rem auto;
}
.detail_team .detail_head .content_wrap .desc {
  margin-top: 1.25rem;
  font-family: SourceHanSansSC-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.625rem;
  letter-spacing: 0px;
  color: #616161;
}
.detail_team .detail_head .content_wrap .btn_wrap {
  margin-top: 1.25rem;
}
.detail_team .detail_head .content_wrap .btn_wrap .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.6875rem;
  height: 1.75rem;
  border-radius: 0.875rem;
  border: solid 1px #9b3f82;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #95367e;
}
.detail_team .sub_head {
  margin-top: 3.75rem;
  padding-bottom: 0;
  position: relative;
}
.detail_team .sub_head span {
  display: inline-block;
  width: 10.5625rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(imgs/bg/detail_sub_head.png) no-repeat left center;
  background-size: auto 3.125rem;
  font-size: 1.25rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 4.5rem;
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;
  z-index: 12;
}
.detail_team .sub_head::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #e5e8ec;
}

@media screen and (max-width: 930px) {
  .team_main ul {
    display: block;
    margin: 2.5rem 1.875rem;
  }
  .team_main ul li {
    height: auto;
    margin-bottom: 1.25rem;
  }
  .team_main ul li .content_wrap {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .detail .detail_left .article p {
    font-size: 1.875rem;
    line-height: 1.75;
  }
  .detail .detail_content {
    grid-template-columns: 1fr;
    padding: 2.5rem 1.875rem;
  }
  .detail_right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    background-size: cover !important;
  }
  .banner .title {
    font-size: 2.625rem;
    text-align: center;
  }
  .banner .desc {
    font-size: 1.375rem;
    text-align: center;
    margin-top: 0.625rem;
  }
  .team_main ul {
    display: block;
    margin: 2.5rem 15px;
  }
  .team_main ul li {
    height: auto;
    grid-template-columns: 12.5rem auto;
    grid-gap: 0 15px;
  }
  .team_main .nav_wrap {
    grid-gap: 0 1.875rem;
  }
  .detail .detail_left .article p {
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .detail .detail_left .article img {
    height: auto !important;
  }
  .detail .detail_content {
    grid-template-columns: 1fr;
    padding: 2.5rem 0;
  }
  .detail_wrap .detail_news ul {
    grid-template-columns: 1fr;
  }
  .detail_wrap .detail_news ul .time {
    margin-top: 5px;
  }
  .detail_wrap .detail_news ul li {
    margin-bottom: 15px;
  }
  .about_main .title {
    height: auto;
    font-size: 20px;
    background-size: 100% auto;
    padding-top: 22px;
  }
  .contact_main .container .panel_title {
    font-size: 20px;
  }
  .contact_main .container .grid_wrap {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 30px;
  }
  .contact_main .form_top {
    grid-template-columns: 1fr;
  }
  .contact_main .form_submit input[type=submit] {
    font-size: 14px;
  }
  .project_main .project_title {
    font-size: 20px;
    height: auto;
  }
  .project_main ul {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .project_main ul li {
    grid-template-columns: 50px auto;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 0;
  }
  .project_main ul li .img_wrap {
    width: 50px;
    height: 50px;
    padding: 0;
    margin-left: 10px;
  }
  .project_main ul li .img_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .project_main ul li .content_wrap {
    width: auto;
  }
  .project_main ul li .content_wrap .title {
    margin-top: 10px;
  }
  .project_main ul li .content_wrap .desc {
    position: relative;
    z-index: 99;
  }
  .news_main .container .top .bd_wrap {
    margin-left: 0;
    justify-content: center;
  }
  .news_main .container .top li {
    grid-template-columns: 1fr;
  }
  .news_main .container .top li .read_more {
    display: none;
  }
  .news_main .container .top li .time {
    font-size: 16px;
  }
  .news_main .container .top li .title {
    font-size: 16px;
    line-height: 28px;
  }
  .news_main .container .top li .desc {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }
  .news_main .container .bottom ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 15px;
  }
  .news_main .container .bottom ul li .img_wrap {
    height: auto;
    aspect-ratio: 3/2; /* 核心：宽/高 = 3/2 */
  }
}/*# sourceMappingURL=list.css.map */