@charset "utf-8";
/* color*/
/* wrap */
/* img */
/* 每个部分的通用样式 */
.position-relative {
  position: relative;
}
.section-card {
  background: var(--light-primary);
  border-radius: 2rem;
}
.margin-top-25 {
  margin-top: 2.5rem;
}
.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* 各个部分不同的padding */
.section-card--main {
  padding: 5rem;
}
.section-card--sub {
  padding: 5.7rem 4.5rem 4.5rem 4.5rem;
}
.section-card--other {
  padding: 5rem 5rem 5rem 8.3rem;
}

/* 内容字体 */
.p-content {
  font-size: 1.6rem;
  line-height: 3rem;
  color: var(--font-color-2);
}

.red-title {
  font-size: 3rem;
  line-height: 1;
  color: var(--red-primary);
}

.padding-bottom {
  padding-bottom: 10.5rem;
}

/* 总部部分 */
.conact_asedrs {
  display: flex;
  align-items: center;
}

.conact_asedrs h4 {
  font-size: 4.8rem;
}

.conact_asedrs h4 {
  font-weight: bold;
}

.main-content {
  margin-top: 3.6rem;
}

.ase_pic {
  width: 59.4rem;
  height: 34rem;
  margin-right: 7.8rem;
  border-radius: 1rem;
  overflow: hidden;
}

/* 分部部分 */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2.5rem;
}

.conact_hots {
  transition: box-shadow 0.3s ease-in-out;
}
.conact_hots:hover {
  box-shadow: 0.3rem 0.8rem 1.5rem 0 rgba(203, 0, 15, 0.2);
}

.sub-content {
  margin: 2.8rem 0 4.8rem 0;
}

.conact_hots .hots_pic {
  width: 100%;
  height: 13.8rem;
  border-radius: 1rem;
}

/* 列表部分 */
.flex-container {
  display: flex;
  /* 注意此处不能有aligen-items:flex-start;不然下面的flex: 0 0 auto;会失效 */
}

.left-item {
  width: 43.7rem;
  flex: 0 0 auto;
}

.full-height {
  height: 100%;
}

.absolute-li {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.opacity-anim-1 {
  opacity: 0;
}
.opacity-anim-show {
  z-index: 30;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.list-content {
  margin: 2.1rem 0 2.9rem 0;
}

.list-pic {
  height: 15.7rem;
  border-radius: 0.8rem;
  overflow: hidden;
}

.right-item {
  flex: 1;
  margin-left: 5.9rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
}

.item-btn {
  width: 100%;
  text-align: center;
  padding: 2.3rem 0;
  font-size: 1.6rem;
  line-height: 1.7rem;
  border-radius: 0.8rem;
  color: var(--dark-primary);
  background-color: var(--content-bg-1);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.item-btn:hover,
.item-btn-active {
  color: var(--light-primary);
  background-color: var(--red-primary);
}

/* support_box */
.support_box {
  padding-top: 11.8rem;
  padding-bottom: 14.2rem;
  min-height: 79.1rem;
  background: url("../../../images/home/contact/bg_2.webp") 0 0 no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.support-title {
  text-align: center;
  font-size: 3.6rem;
  color: var(--light-primary);
}
.supt_list {
  margin-top: 6rem;
}
.supt_list .grid-3 {
  grid-row-gap: 2.5rem;
}
.supt_item {
  padding: 6.1rem 0;
  width: 100%;
  background: var(--light-primary);
  transition: all 0.5s ease 0s;
  box-sizing: border-box;
  border-radius: 1rem;
  position: relative;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.supt_icon {
  margin-right: 2.5rem;
  width: 3.6rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-bold {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--dark-primary);
}
.content-regular {
  font-size: 1.6rem;
  line-height: 1.7rem;
  color: var(--font-color-2);
}

.supt_item a {
  color: #cb000f;
}

.absolute-a {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 1.9rem;
  font-size: 1.2rem;
  color: var(--dark-primary);
}
/* svg 颜色 */
.supt_item .a {
  fill: var(--red-primary);
}
/* hover样式 */
.supt_item:hover {
  background: var(--red-primary);
}
.supt_item:hover .content-bold,
.supt_item:hover .absolute-a,
.supt_item:hover .content-regular,
.supt_item:hover a {
  color: var(--light-primary);
}
.supt_item:hover .a {
  fill: var(--light-primary);
}

@media (min-width: 768px) and (max-width: 1280px) {
  .section-container-padding {
    padding: 5rem 12rem 5rem 12rem;
  }
}

@media screen and (max-width: 767px) {
  /* conact_asedrs */
  .conact_asedrs,
  .conact_hots,
  .conact_lips {
    padding: 0.75rem;
  }
  .section-card {
    border-radius: 0.5rem;
  }
  .padding-bottom {
    padding-bottom: 1.25rem; 
  }
  .supt_list .grid-3 {
    grid-row-gap: 1.25rem; 
  }
  .item-btn {
    padding: 1.13rem 0;
    font-size: 0.8rem;
    line-height: 0.85rem;
    border-radius: 0.4rem;
  }
  .conact_asedrs {
    flex-flow: column;
    margin: 0 0 0.75rem 0;
    line-height: 1.2rem;
    font-size: 0.7rem;
  }

  .conact_asedrs h4 {
    font-size: 0.8rem;
  }

  .ase_alg i {
    display: none;
  }
  .ase_alg span {
    display: block;
  }

  .ase_pic {
    margin: 0 0 0.75rem 0;
    width: 100%;
    height: 9.1rem !important;
    margin-bottom: 1.25rem;
    border-radius: 0.5rem;
  }

  /* conact_sets */
  .conact_sets {
    flex-flow: column;
    margin: 0 0 0.75rem 0;
  }
  .conact_ang {
    width: 100%;
  }

  .conact_hots {
    margin: 0 0 0.75rem 0;
    line-height: 1.05rem;
    font-size: 0.7rem;
  }

  .conact_lips {
    margin: 0 0 0.75rem 0;
    line-height: 1rem;
    font-size: 0.7rem;
  }

  .conact_lips hgroup em {
    font-size: 0.8rem;
  }

  .conact_lips figure {
    top: 2.375rem;
    min-height: 5.025rem;
    padding: 0.75rem;
  }

  .clst_tips {
    right: 0.875rem;
  }

  .clst_icon svg,
  .supt_icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  /* support_box */
  .support_box {
    padding: 2.5rem 0.5rem;
    min-height: 19.775rem;
  }

  .supt_list {
    padding: 0.75rem 1.5rem 1rem 1.5rem;
    font-size: 0.6rem;
  }
  .supt_list ul {
    flex-flow: column;
  }
  .supt_list li {
    margin: 0.75rem 0 0 0;
    padding: 1rem 0.8rem 0.5rem 0.8rem;
    width: 100%;
    height: 5rem;
  }

  .supt_list li figure {
    margin: 0 0 0.5rem 0;
  }

  .supt_list li figure p em {
    line-height: 1rem;
    font-size: 0.8rem;
  }

  .supt_icon {
    margin: 0.275rem 0.5rem 0 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  /* 内容字体 */
  .p-content {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }

  .conact_asedrs div .red-title {
    font-size: 0.75rem;
  }
  .conact_asedrsdiv .p-content.main-content {
    line-height: 1rem;
    margin-top: 0.75rem;
    font-size: 0.65rem;
  }
  .conact_asedrs div .p-content.main-content > p {
    margin-bottom: 0.5rem;
  }
  .conact_asedrs div p.ase_alg {
    margin-bottom: 0;
  }
  .conact_asedrs div p.ase_alg span {
    display: block;
    margin-bottom: 0.5rem;
  }
  .conact_asedrs div p.ase_alg span:nth-child(2) {
    display: none;
  }
  .conact_asedrs div p.ase_alg span:nth-child(4) {
    display: none;
  }
  .conact_asedrs_sub {
    display: block;
  }
  

  .conact_asedrs_sub .section-card {
    padding: 1.25rem 0.75rem;
  }
  .conact_asedrs_sub .section-card h4 {
    font-size: 0.65rem;
  }
  .conact_asedrs_sub .section-card .p-content {
    line-height: 1rem;
    font-size: 0.65rem;
    margin: 0.75rem 0;
  }
  .conact_asedrs_sub .section-card .p-content p {
    margin-bottom: 0.5rem;
  }
  .conact_asedrs_sub .section-card .p-content p:nth-child(2) {
    margin-bottom: 0;
  }
  .conact_asedrs_sub .section-card .p-content p span {
    margin-bottom: 0.5rem;
    display: block;
  }
  .conact_asedrs_sub .section-card .p-content p span:nth-child(2) {
    display: none !important;
  }
  .conact_asedrs_sub .section-card .hots_pic {
    height: 5rem;
  }
  .conact_asedrs_sub .section-card .hots_pic img {
    border-radius: 0.5rem;
  }
  .section-card--other {
    padding: 1.25rem 0.75rem;
    margin-top: 0.75rem;
  }
  .section-card--other .flex-container {
    flex-direction: column;
  }
  .section-card--other .flex-container .left-item {
    width: 100%;
    flex: 0 0 100%;
    padding-bottom: 13rem;
  }
  .section-card--other .flex-container .left-item ul li .red-title {
    font-size: 0.65rem;
  }
  .section-card--other .flex-container .left-item ul .p-content {
    line-height: 1rem;
    font-size: 0.65rem;
    margin: 0.75rem 0;
  }
  .section-card--other .flex-container .left-item ul .p-content p {
    margin-bottom: 0.5rem;
  }
  .section-card--other .flex-container .left-item ul li {
    justify-content: flex-start;
    height: auto;
  }
  .section-card--other .flex-container .left-item ul li .list-pic {
    height: 5rem;
  }
  .section-card--other .flex-container .left-item ul li .list-pic img {
    border-radius: 0.5rem;
    width: 100%;
  }
  .section-card--other .flex-container .right-item {
    grid-template-columns: repeat(3, 1fr);
    margin-left: 0;
  }
  .support_box h3 {
    font-size: 0.75rem;
  }
  .support_box .supt_list {
    margin-top: 1.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .support_box .supt_list > div {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0.75rem;
  }
  .support_box .supt_list > div .supt_item {
    padding: 1.25rem;
    border-radius: 0.5rem;
  }
  .support_box .supt_list > div .supt_item .flex-center {
    justify-content: flex-start;
    padding-left: 1.7rem;
  }
  .support_box .supt_list > div .supt_item .flex-center > div {
  }
  .support_box .supt_list > div .supt_item .flex-center > div h4 {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .support_box .supt_list > div .supt_item .flex-center > div p {
    font-size: 0.6rem;
    line-height: 0.75rem;
  }
  .absolute-a {
    font-size: 0.5rem;
    line-height: 0.6rem;
    margin-top: 0.25rem;
    position: static !important;
  }
}
