@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1200px) {
  .newsDetail .title h6 {
    font-size: 18px;
  }
  .newsDetail .title img {
    width: 15px;
    height: 10px;

    margin: 8px 0;
  }
  .newsDetail .title h4 {
    font-size: 15px;
  }
  .newsDetail .title h5 {
    font-size: 16px;

    margin: 10px 0 0 0;
  }
  .newsDetail .ls {
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
  .mobile-inner-header {
    display: block;
    background: #ccc;
  }
  .mobile-inner-header .logo {
    height: 96%;
  }
  .mobile-inner-header img {
    height: 100%;
    width: auto;
    object-fit: contain;
  }

  .common-title h5 {
    font-size: 14px;
  }
  .common-title h4 {
    font-size: 16px;
  }
  .common-card {
    width: 100%;
    padding: 0 2%;
  }
  .common-title img {
    width: 13px;
    height: 7px;
    margin: 5px 0;
  }

  .common-more {
    width: auto;
    height: 30px;
    border-radius: 15px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 15px;
  }
  .services {
    padding: 10px 0;
  }
  .services-con .flex {
    flex-wrap: wrap;
  }
  .services-con li {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    flex-basis: 250px;
    flex-grow: 1;
  }
  .services-con li .img {
    width: 100%;
    height: auto;
  }
  .services-con li:nth-child(2) {
    margin-right: 0;
  }
  .services-con li .text img {
    width: 40px;
    height: 40px;
    top: -20px;
  }
  .services-con li h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .services-con li .text {
    width: 100%;
    height: auto;
  }
  .services-con li .text {
    padding-top: 30px;
  }
  .about-con.flex {
    flex-wrap: wrap;
  }
  .about-con img {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 15px;
  }
  .about-con .text,
  .business-con .news .text {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
  }

  .about-con {
    margin-top: 10px;
    padding: 2%;
  }
  .number li span {
    font-size: 24px;
  }
  .number li i,
  .number li h6 {
    font-size: 16px;
  }
  .number li p {
    margin-bottom: 5px;
  }
  .number {
    height: auto;
    padding: 5% 2%;
  }
  .advantages,
  .cooperative-con .img {
    display: none;
  }
  .cooperative .tl h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cooperative .tl h4 {
    font-size: 14px;
  }
  .cooperative-con {
    margin-top: 10px;
    padding-right: 0;
  }
  .cooperative-con li:nth-child(6) {
    margin-left: 0;
  }
  .cooperative-con li {
    width: 90px;
    height: 85px;
    margin: 0 10px 10px 0;
  }
  .cooperative-con li:nth-child(7n) {
    margin-right: 0;
  }
  .businessSwiper {
    height: auto;
  }
  .business-con .news {
    position: static;
    transform: translateX(0);
  }
  .business-con .news li {
    width: calc(100% / 2);
    height: auto;
    padding: 2%;
    margin-right: 10px;
  }
  .business-con .news h6 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .business-con .news .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .business-con .news .time span {
    font-size: 14px;
  }
  .business {
    padding: 15px 0;
  }
  .joinUs {
    height: auto;
    padding: 5% 0;
  }
  .joinUs h4 {
    font-size: 18px;
  }
  .joinUs h5 {
    font-size: 16px;
    margin: 10px 0;
  }
  .joinUs h6 {
    padding: 0 15px;
    height: 35px;
    border-radius: 15px;
    font-size: 16px;
    line-height: 35px;
  }
  .footer .rt li:first-child {
    display: none;
  }
  .footer .lt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer .flex {
    flex-wrap: wrap;
  }
  .footer .lt .logo {
    width: 225px;
    height: 88px;
  }
  .footer .lt h6 {
    font-size: 18px;
    margin-top: 15px;
  }
  .footer .rt p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer .rt a,
  .footer .rt span {
    font-size: 14px;
    line-height: 30px;
  }
  .footer .rt img {
    width: 100px;
    height: 100px;
    margin-top: 10px;
  }
  .footer .bto {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    padding: 2% 0;
  }
  .insideServer .nav a {
    width: fit-content;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    flex-grow: 1;
    flex-basis: 250px;
    margin-right: 10px;
  }
  .insideServer .nav a:last-child,
  .insideServer-con li:nth-child(2n),
  .insideCooperative-con li:nth-child(4n),
  .insideCooperative-con li:last-child,
  .contactUs .top li:last-child,
  .contactUs .top li:nth-child(2n) {
    margin-right: 0;
  }
  .insideServer .nav {
    margin: 10px 0;
  }
  .insideServer-con li {
    width: 100%;
    padding: 10px;
    margin: 0 10px 10px 0;
    flex-grow: 1;
    flex-basis: 250px;
  }
  .insideServer-con li img {
    width: 100%;
    height: auto;
  }
  .insideServer-con li .name {
    font-size: 16px;
    margin-top: 5px;
  }
  .insideCooperative .common-card,
  .contactUs .common-card,
  .invite .common-card {
    width: 100%;
  }
  .insideCooperative-con li {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    flex-grow: 1;
    flex-basis: 160px;
    padding: 1%;
  }
  .insideCooperative-con li:nth-child(5n) {
    margin-right: 10px;
  }
  .insideCooperative-con li img {
    width: 100%;
  }
  .contactUs .top li {
    width: 100%;
    height: 150px;
    flex-grow: 1;
    flex-basis: 250px;
    padding-top: 0;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .contactUs .top li img {
    width: 20px;
    height: 20px;
  }
  .contactUs .top li .text {
    font-size: 14px;
    line-height: 30px;
    margin-top: 5px;
  }
  .contactUs .top ul {
    flex-wrap: wrap;
  }
  .contactUs h6 {
    font-size: 16px;
    margin: 10px 0;
  }
  .contactUs input[type='text'] {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contactUs .item {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .contactUs textarea {
    height: 150px;
    padding: 10px 0 0 10px;
    font-size: 14px;
  }
  .contactUs input[type='submit'] {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin-top: 10px;
  }
  .newsInformation .time span {
    font-size: 16px;
  }
  .newsInformation .time i {
    font-size: 14px;
  }
  .news-con ul h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .newsInformation .text {
    font-size: 14px;
    line-height: 30px;
  }
  .news-con ul li {
    height: auto;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 10px;
  }
  .newsInformation .more {
    width: fit-content;
    height: 30px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
  }
  .news-con ul .more {
    margin-left: 0;
  }
  .news-con li .rt {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .invite .tl {
    font-size: 18px;
  }
  .invite .title {
    height: 35px;
    margin-top: 10px;
  }
  .invite .title span {
    font-size: 16px;
  }
  .jobList .tl {
    height: 35px;
    margin-top: 10px;
  }
  .jobList .tl div {
    font-size: 15px;
  }
  .jobList .tl img {
    width: 15px;
    height: 15px;
  }
  .jobList .pull-down {
    font-size: 14px;
    line-height: 30px;
    padding: 2%;
  }
}
@media screen and (max-width: 440px) {
  .services-con li,
  .services-con li:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 420px) {
  .mobile-inner-header .logo {
    width: 60%;
  }
  .mobile-inner-header img {
    width: 90%;
  }
  .number .flex-btn {
    flex-wrap: wrap;
    justify-content: start;
  }
  .number {
    padding: 5% 1%;
  }
  .number li {
    margin: 0 7px 10px 0;
  }
  .number li:nth-child(5n),
  .cooperative-con li:nth-child(4n) {
    margin-right: 0;
  }
  .cooperative-con li:nth-child(7n) {
    margin-right: 10px;
  }
  .news .flex,
  .insideServer .nav.flex-btn {
    flex-wrap: wrap;
  }
  .business-con .news li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .news .time {
    margin-top: 10px;
  }
  .insideServer .nav a {
    flex-basis: 130px;
    margin-bottom: 10px;
  }
  .insideServer .nav a:nth-child(2n),
  .insideServer-con li,
  .insideCooperative-con li:nth-child(2n),
  .contactUs .top li {
    margin-right: 0;
  }
  .jobList .tl div {
    font-size: 14px;
  }
  .invite .title span:last-child,
  .jobList .tl div:last-child {
    display: none;
  }
  .invite .title span,
  .jobList .tl div {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 375px) {
  .number li {
    margin: 0 21px 10px 0;
  }
  .number li:nth-child(4n) {
    margin-right: 0;
  }
  .cooperative-con li:nth-child(4n) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 360px) {
  .jobList .tl div {
    font-size: 11px;
  }
}

