@media screen and (max-width: 1275px) {
  .index-interview .index-interview-wrap {
    flex-wrap: wrap;
  }
  .index-interview .index-interview-wrap .index-interview-left {
    width: 100%;
  }
  .index-interview-right {
    flex: unset;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .index-interview-right li {
    height: 56px;
    display: flex;
    align-items: center;
  }
  .index-about .index-about-wrap {
    width: 100%;
  }
  .index-about .bg1 {
    width: 100%;
  }
  .index-about .bg2 {
    display: none;
  }
  .index-member .index-member-wrap {
    flex-wrap: wrap;
  }
  .index-member .index-member-wrap .index-member-tab {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .index-member .index-member-wrap li {
    flex: unset;
    width: 33.33334%;
    height: 70px;
    line-height: 70px;
  }
  .index-member .index-member-tab li:first-child {
    border-top: 0;
  }
  .index-member .index-member-tab {
    width: 100%;
  }
  .index-member .index-member-content {
    width: 100%;
  }
  .index-member-content-tab {
    margin-top: 3rem;
  }
  .links-title {
    padding-bottom: 1.2rem;
  }
  .index-links .container {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 3rem;
  }
  .links-wrap {
    overflow: hidden;
    width: 100%;
  }
  .links-list {
    width: 100%;
    margin-left: 0;
  }
  .links-list li {
    margin-bottom: 1.25rem;
  }
  .main.margin-top {
    margin-top: 3rem;
  }
  .main .container {
    box-sizing: border-box;
    padding: 3.188rem 2.125rem 0;
  }
  .join-list li .join-item-top {
    flex-direction: column;
    text-align: center;
  }
  .page-title {
    padding-bottom: 3rem;
  }
  .history-list li:nth-of-type(even)::after {
    right: -18.687%;
  }
  .history-list li:nth-of-type(odd)::after {
    left: -18.687%;
  }
}

@media screen and (max-width: 1025px) {
  .index-news-right {
    margin-top: 2rem;
  }
  .index-news-right,
  .index-news .index-news-wrap .index-news-left {
    width: 100%;
  }
  .join-list li {
    width: 29.083333%;
    margin-right: 5.916667%;
  }
  .join-list li i {
    margin-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .index-tab-wrap {
    flex-wrap: wrap;
  }
  .index-tab-wrap li {
    width: 33.33334%;
  }
  .index-member .index-member-content.active {
    flex-wrap: wrap;
  }
  .index-member .index-member-content .index-member-info,
  .index-member .index-member-content figure {
    width: 100%;
  }
  .process-left {
    width: 100%;
    max-width: 28.813rem;
  }
  .join-process {
    flex-direction: column;
  }
  .process-right {
    padding: 2rem 2.2rem;
  }
  .join2-list li .join-info {
    margin-left: 11.75rem;
  }
  .join2-list li figure {
    position: static;
    transform: unset;
    margin-left: 0;
  }
  .join2-list li .join-info {
    margin-left: 0;
  }
  .join2-list li .join-info {
    padding: 2.2rem 2.8rem 3rem 2.2rem;
  }
  .page-news-hangye-left figure {
    width: 100%;
  }
  .page-news-hangye-left {
    flex-direction: column;
  }
  .page-news-hangye-left .article {
    margin-top: 1rem;
    margin-left: 0;
  }
  .page-department-list li {
    padding: 0;
    flex-direction: column;
    margin-bottom: 2.5rem;
  }
  .page-department-list li figure img {
    width: 100%;
  }
  .page-department-list li figure {
    margin-left: 0;
    width: 100%;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 800px) {
  .page-news-wrap {
    flex-direction: column;
    position: relative;
  }
  .menu-left-h4 {
    display: block;
    background-color: #057de6;
    color: #fff;
    text-align: center;
    line-height: 4rem;
    font-size: 1.2rem;
    font-weight: normal;
    position: relative;
  }
  .menu-left-h4::after {
    content: "+";
    position: absolute;
    z-index: 2;
    color: #fff;
    display: block;
    top: 0;
    right: 1rem;
    font-size: 2rem;
    transition: all .2s;
  }
  .menu-left-h4.on::after {
    transform: rotate(45deg);
  }
  .menu-left {
    z-index: 9;
    top: 4rem;
    position: absolute;
    width: 100%;
    background-color: #fff;
    display: none;
  }
  .page-news-right {
    margin-top: 2rem;
    margin-left: 0;
  }
  .page-about-features li:nth-of-type(1) i,
  .page-about-features li:nth-of-type(2) i,
  .page-about-features li:nth-of-type(3) i {
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .page-title a, .page-title .location {
    display: none;
  }
  .paging {
    padding: 0 0 3rem;
  }
}

@media screen and (max-width: 767px) {
  .header .header-top .header-logo {
    min-width: 240px;
  }
  .index-interview .index-interview-wrap .index-interview-left li a {
    flex-wrap: wrap;
  }
  .index-interview .index-interview-wrap .index-interview-left li figure {
    width: 100%;
  }
  .index-interview .index-interview-wrap .index-interview-left li .description {
    margin-left: 0;
    margin-top: 2rem;
  }
  .index-interview-right li {
    height: 50px;
  }
  .index-member .index-member-wrap li {
    width: 100%;
  }
  .index-member .index-member-content article {
    padding: 0 2rem;
  }
  .index-join-list li {
    width: 50%;
    text-align: center;
    margin-bottom: 3rem;
  }
  .index-join-list li img {
    width: 50%;
  }
  .index-about .index-about-wrap {
    margin-bottom: 0;
  }
  .index-news-right li {
    height: 5.6rem;
  }
  .index-news-right .description {
    width: 80%;
  }
  .footer .footer-logo {
    max-width: 100%;
  }
  .index-interview-right {
    margin-top: 1rem;
  }
  .index-interview-right li i {
    width: 2.75rem;
    height: 2.75rem;
  }
  .join-feature-list li,
  .join-list li,
  .page-member-list li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .join-list li .join-item-top {
    padding-bottom: 1rem;
  }
  .join-feature-list {
    margin-bottom: 1rem;
  }
  .join-feature-list li {
    margin-bottom: 3rem;
  }
  .process-left figure span {
    padding-right: 2rem;
  }
  .page-title .title {
    font-size: 1.35rem;
  }
  .process-left figure p {
    font-size: 2.85rem;
  }
  .history-list li:nth-of-type(odd)::after {
    left: -18.887%;
  }
  .history-list li:nth-of-type(even)::after {
    right: -18.787%;
  }
  .page-banner small, .page-banner h4 {
    font-size: 1.6rem;
  }
  .main .container {
    padding: 2.188rem 1.8rem 0;
  }
  .page-member-list li {
    margin-bottom: 2.8rem;
  }
  .oranization-aritcle3-list li,
  .or-list li {
    width: 48.5%;
  }
  .oranization-aritcle3-list li:nth-of-type(odd),
  .or-list li:nth-of-type(odd) {
    margin-left: 0;
    margin-right: 1.5%;
  }
  .oranization-aritcle3-list li:nth-of-type(even),
  .or-list li:nth-of-type(even) {
    margin-right: 0;
    margin-left: 1.5%;
  }
  .or-top figure {
    width: 8.5rem;
  }
  .or-list li p {
    font-size: 1rem;
  }
  .or-top .or-info {
    width: 100%;
    margin: 2rem 0;
  }
  .or-top {
    flex-direction: column;
  }
  .or-title img {
    width: 8rem;
  }
  .oranization-aritcle {
    flex-direction: column;
  }
  .oranization-aritcle > div {
    padding: 2rem;
  }
  .page-news-list li {
    width: 100%;
  }
  .page-news-list li p {
    height: auto;
  }
  .page-about-list li {
    margin-bottom: 2rem;
  }
  .page-about-list {
    justify-content: space-around;
  }
  .index-member .index-member-wrap li {
    line-height: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 740px) {
  .history-list li div p {
    font-size: 1.95rem;
  }
  .history-list li:nth-of-type(even)::after {
    right: -19.687%;
  }
  .history-list li:nth-of-type(odd)::after {
    left: -19.687%;
  }
  .history-list {
    width: 100%;
  }
  .history-list li h4 {
    padding: 1rem 0;
    line-height: 1.6;
  }
  .page-item-wrap {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .page-item-wrap .page-item:nth-of-type(1) {
    margin-top: 0;
  }
  .page-item-wrap .page-item {
    width: 100%;
    margin-top: 2rem;
  }
  .page-about-features {
    margin-bottom: 4rem;
  }
  .page-about-features li i {
    width: 2.938rem;
    height: 2.125rem;
  }
  .page-about-features li {
    width: 7.563rem;
    height: 7.563rem;
  }
  .page-about-features li p {
    margin-top: 0.638rem;
    font-size: 1rem;
  }
  .about-culture video,
  .about-culture img {
    margin-bottom: 3rem;
  }
  .serve-list li {
    width: 100%;
  }
  .header .header-top .header-logo {
    left: 4%;
  }
}
