.bg {
  background: #1DB0A4;
}
.c {
  color: #1DB0A4;
}
@media (max-width: 1600px) {
  .number_ul {
    margin-top: 2.625rem;
  }
  .number_ul li .num span {
    font-size: 5rem;
  }
  .list_contact .ul {
    padding: 4rem 4.75rem 6.25rem;
  }
}
@media (max-width: 1440px) {
  header .container {
    padding: 0 3rem;
  }
  .list_about .left {
    padding-right: 1.9375rem;
  }
  footer .left {
    width: 36.5rem;
  }
  footer .right {
    width: calc(100% - 36.5rem);
  }
  footer .left .t li .con {
    font-size: 1rem;
  }
  footer .left .t li .con span {
    font-size: 1.125rem;
  }
}
@media (max-width: 1366px) {
  header .center > ul > li {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1280px) {
  header .lanuage {
    margin: 0 1.1875rem 0 0.25rem;
  }
  header .container {
    padding: 0 2rem;
  }
  .banner .hover .p2 {
    font-size: 3rem;
    line-height: 1.2;
  }
  .banner .hover .p1 {
    font-size: 1.75rem;
    line-height: 2.2rem;
  }
  .section02 .top .tr img {
    height: 17.3125rem;
  }
  .number_ul li .num span {
    font-size: 4rem;
  }
  .number_ul li:first-child .num span {
    font-size: 5.5rem;
  }
  .section04 .left .swiper-slide a img {
    height: 15.5rem;
  }
  .section04 .left .swiper-slide a .name {
    font-size: 1.125rem;
  }
  .section04 .tr {
    margin-top: 5.75rem;
  }
  .more_about div {
    width: 3.5rem;
    height: 3.5rem;
  }
  .more_about div img {
    height: 1.125rem;
  }
  .more_about {
    color: #FFF;
    font-size: 1rem;
  }
  .section05 .swiper-container {
    margin-top: 3.625rem;
  }
  .section05 .swiper-slide .icon {
    width: 6.125rem;
    height: 6.125rem;
  }
  .section05 .swiper-slide.active .icon {
    margin-bottom: 1.5rem;
  }
  .section06 .swiper-pagination {
    margin-top: 2rem;
  }
  .section06 .margin {
    margin-top: 3rem;
  }
  .section07 .left ul li a .center .text {
    margin-top: 0.25rem;
  }
  .section07 .left ul li a {
    font-size: 1.25rem;
  }
  .section07 .left ul li a .data p {
    margin-top: 0.5rem;
  }
  .list_about_two ul li .name {
    margin: 1.5rem 0 2.375rem;
  }
  .nyerji > li {
    padding: 0 0.875rem;
  }
  .nyerji {
    margin: 0 -0.875rem;
  }
  .show_product .list1 .left {
    padding-right: 4rem;
  }
  .show_product .list1 .return_list {
    margin-bottom: 4rem;
  }
}
@media (max-width: 990px) {
  .section06 .swiper-button-prev,
  .section06 .swiper-button-next {
    display: none;
  }
  .banner .swiper-slide video,
  .banner .swiper-slide img {
    height: 70vh;
  }
  .banner .swiper-pagination {
    bottom: 30px;
  }
  .section02,
  .section03,
  .section04,
  .section05,
  .section06,
  .section07 {
    padding: 80px 0;
  }
  .title {
    font-size: 24px;
  }
  .nyban .hover .p2 {
    font-size: 24px;
  }
  .nyban .hover .p1 {
    font-size: 20px;
  }
  .section05 .swiper-pagination,
  .section06 .swiper-pagination,
  .section07 .swiper-pagination,
  .list_about .swiper-pagination {
    margin-top: 20px;
  }
  .section05 .swiper-pagination-bullet,
  .section06 .swiper-pagination-bullet,
  .section07 .swiper-pagination-bullet,
  .list_about .swiper-pagination-bullet {
    width: 30px !important;
    height: 2px !important;
    margin: 0 10px !important;
    border-radius: 0 !important;
  }
  .section07 .right {
    margin-top: 20px;
  }
  .section06 .swiper-slide img {
    height: 4.125rem;
  }
  .section04 .right .flex_title {
    display: none;
  }
  .section04 .flex_title {
    justify-content: flex-start;
    margin-bottom: 50px;
  }
  .section04 .left .swiper-slide {
    width: 50%;
  }
  .section04 .right .en_name,
  .section04 .right .name {
    text-align: left;
  }
  .section04 .right .text {
    text-align: left;
    width: 100%;
  }
  .section04 .right .name {
    margin: 5px 0 15px;
  }
  .section04 .tr {
    margin-top: 20px;
    justify-content: flex-start;
  }
  .section04 .tr > a {
    justify-content: flex-start;
  }
  .section03 video {
    display: none;
  }
  .section03 .pr .icon_vid {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
  }
  .section03 .pr .icon_vid .iconfont {
    font-size: 1.5rem;
    display: block;
    color: #1DB0A4;
  }
  .section03 .pr .icon_vid::before {
    content: "";
    position: absolute;
    top: -0.4375rem;
    left: -0.4375rem;
    width: calc(100% + 0.875rem);
    height: calc(100% + 0.875rem);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: cen 2s infinite;
    z-index: -1;
  }
  @keyframes cen {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  .section02 {
    position: relative;
  }
  .section02 .top .text {
    width: 100%;
  }
  .section02 .top .more_about {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .section02 .pt30 {
    padding-top: 0;
  }
  .number_ul {
    padding-right: 40px;
  }
  .number_ul li .num span {
    font-size: 3rem;
  }
  .number_ul li .num sub {
    font-size: 1.25rem;
    height: 1rem;
  }
  .number_ul li .text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .number_ul li:first-child .num span {
    font-size: 2rem;
  }
  .list_about .left {
    padding-right: 15px;
  }
  .list_about .right {
    padding-left: 15px;
    margin-top: 20px;
  }
  .list_about .swiper-pagination {
    margin-top: 20px;
  }
  .list_about_two ul li::before {
    display: none;
  }
  .list_about_two ul li .icon {
    width: 6.125rem;
    height: 6.125rem;
  }
  .list_about_two ul li .icon img {
    width: 3rem;
    height: 3rem;
  }
  .list_about_two {
    padding: 100px 0;
  }
  .list_about_two .title {
    position: relative;
    top: 0;
  }
  .list_about_two ul li {
    height: auto;
    padding: 50px 0;
  }
  .list_about_two ul li .name {
    font-size: 1.125rem;
    margin: 15px 0 15px;
  }
  .list_about_two ul li .num span {
    font-size: 2.75rem;
  }
  .list_about_three .swiper_his_top .year {
    font-size: 5.5rem;
    margin-bottom: 20px;
  }
  footer .top {
    display: none;
  }
  .nyban .hover .p2 {
    font-size: 30px;
  }
  .nyban .hover .p1 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .bread {
    display: none;
  }
  .nyban .scroll {
    display: none;
  }
  .list_about .left {
    padding-top: 0;
  }
  .list_case .center {
    display: none;
  }
  .list_case .bottom .title {
    margin-top: 20px;
  }
  .list_contact .ul {
    padding: 4rem 0 0;
  }
  .list_contact .ul li:nth-child(1),
  .list_contact .ul li:nth-child(2) {
    margin-right: 2rem;
  }
  .list_join .ul li a {
    padding: 0 2.25rem;
  }
  .nyerji {
    padding: 0 2.125rem;
  }
  .nyerji > li .pr > a {
    font-size: 1.25rem;
  }
  .list_news .ul {
    margin: 3.25rem -1.25rem 0;
  }
  .nyerji.pro {
    display: none;
  }
  .list_product .ul {
    margin-top: 0;
  }
  .show_product .list1 .left {
    padding-right: 15px;
  }
  .show_product .list1 .right {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .banner .hover .p2 {
    font-size: 28px;
    margin-top: 10px;
  }
  .banner .hover .p1 {
    font-size: 18px;
    line-height: 1.2;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .flex_title .title {
    font-size: 24px;
  }
  .index .flex_title .subtitle {
    font-size: 14px;
  }
  .section02,
  .section03,
  .section04,
  .section05,
  .section06,
  .section07 {
    padding: 30px 0;
  }
  .section02 .mt40 {
    margin-top: 10px;
  }
  .section02 .left {
    z-index: 9;
  }
  .section02 .tr {
    position: relative;
    margin-top: -6rem;
    z-index: 1;
  }
  .section02 .top .tr img {
    height: 14.3125rem;
  }
  .number_ul li {
    width: 50%;
  }
  .number_ul li:nth-child(1),
  .number_ul li:nth-child(2) {
    margin-bottom: 30px;
  }
  .number_ul {
    padding-right: 0;
  }
  .number_ul li .num span {
    font-size: 2rem;
    display: inline-block;
    
  }
  .number_ul li .num sub {
    font-size: 1.125rem;
  }
  .number_ul li .text {
    margin-bottom: 5px;
  }
  .section04 .left .swiper-slide {
    width: 100%;
  }
  .section04 .flex_title {
    margin-bottom: 15px;
  }
  .section04 .hover_pag {
    margin-top: 1.8125rem;
  }
  .section04 .hover_pag .swiper-button-next {
    right: 0;
    width: 4rem;
  }
  .section04 .hover_pag .swiper-button-prev {
    left: 0;
    width: 4rem;
  }
  .section04 .hover_pag .swiper-pagination {
    width: calc(100% - 8rem);
  }
  .section04 .right .en_name {
    margin-top: 20px;
  }
  .section04 .right .name {
    font-size: 20px;
    line-height: 30px;
    margin: 5px 0;
  }
  .section05 .swiper-slide {
    height: 16rem;
  }
  .section05 .swiper-slide .icon {
    width: 5.125rem;
    height: 5.125rem;
  }
  .section05 .swiper-slide .icon img {
    height: 2.5rem;
  }
  .section05 .swiper-slide .jiantou {
    top: 1.1875rem;
    right: 0.875rem;
  }
  .section05 .swiper-slide .jiantou img {
    height: 20px;
  }
  .section05 .swiper-slide .jiantou {
    opacity: 1;
    transform: rotate(0);
  }
  .section05 .swiper-slide .icon {
    border: 1px solid #fff;
  }
  .section05 .swiper-slide .content > div {
    bottom: 0;
  }
  .section05 .swiper-slide .icon {
    margin-bottom: 1.5rem;
  }
  .section05 .swiper-slide::before {
    opacity: 0.65;
    background: linear-gradient(180deg, #00A698 31.25%, rgba(255, 255, 255, 0) 100%);
  }
  .section05 .swiper-container {
    margin-top: 20px;
  }
  .section06 .swiper-slide img {
    height: 2.5rem;
  }
  .section06 .swiper-slide {
    padding: 0.75rem 0;
  }
  .section06 .margin {
    margin-top: 20px;
  }
  .section06 .swiper-pagination {
    margin-top: 15px;
  }
  .section07 .row {
    margin: 20px -15px 0;
  }
  .section07 .row > div {
    padding: 0 15px;
  }
  .section07 .left ul li:first-child a {
    border-top: 1px solid #CECECE;
  }
  .section07 .left ul li a .data {
    width: 5.5rem;
  }
  .section07 .left ul li a .center {
    width: calc(100% - 5.5rem);
  }
  .section07 .left ul li a .center .text {
    font-size: 14px;
  }
  .section07 .left ul li a .center .name {
    font-size: 16px;
  }
  .list_about_two {
    padding: 30px 0;
  }
  .list_about_two ul {
    flex-wrap: wrap;
  }
  .list_about_two ul li {
    flex: none;
    width: 50%;
    padding: 20px 0;
  }
  .list_about_two ul li .num span {
    font-size: 30px;
  }
  .list_about_two ul li .num sub {
    font-size: 20px;
  }
  .list_about_two ul li .num sub sub {
    font-size: 12px;
    bottom: 5px;
  }
  .list_about_two ul li .name {
    margin: 15px 0 10px;
    font-size: 14px;
  }
  .list_about_three .swiper_his_top {
    margin: 30px 0;
  }
  .list_about_three .swiper_his_top .year {
    font-size: 3.5rem;
  }
  .list_about_three .swiper_his_top .text {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
  }
  .list_about_three .swiper_his_bot .swiper-slide.swiper-slide-thumb-active .year {
    font-size: 1.5rem;
  }
  .list_about_three {
    padding-bottom: 30px;
  }
  .list_about_four .margin {
    margin-top: 10px;
  }
  .list_about_four .swiper-button-next,
  .list_about_four .swiper-button-prev {
    display: none;
  }
  .list_about_four .swiper_pag {
    margin-top: 20px;
  }
  .list_about_four .swiper_pag .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .list_case .bottom .swiper-slide .text {
    margin-top: 5px;
    font-size: 14px;
  }
  .subtitle {
    font-size: 14px;
  }
  .list_contact .flex .title {
    font-size: 18px;
    width: calc(100% - 2rem);
    padding-left: 10px;
    padding-left: 5px;
  }
  .list_contact .flex svg {
    width: 2rem;
  }
  .list_contact .flex {
    margin-bottom: 15px;
  }
  .list_contact .ul {
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .list_contact .ul li .icon {
    width: 3.25rem;
    height: 3.25rem;
  }
  .list_contact .ul li .icon img {
    height: 1.75rem;
  }
  .list_contact .ul li .con {
    width: calc(100% - 3.25rem);
    padding-left: 15px;
  }
  .list_contact .ul li:nth-child(1),
  .list_contact .ul li:nth-child(2) {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .list_contact .ul li:nth-child(3) {
    display: none;
  }
  .list_contact .ul li:last-child {
    margin: 0;
  }
  .list_contact .ul li:last-child .ewm {
    padding: 0;
    margin: 0 15px 0 0;
  }
  .flex_title .subtitle {
    font-size: 14px;
  }
  .show_product .list5 .mt50,
  .list_message .mt50 {
    margin-top: 20px;
  }
  .show_product .list5 .mb40,
  .list_message .mb40 {
    margin-bottom: 20px;
  }
  .show_product .list5 .mb60,
  .list_message .mb60 {
    margin-bottom: 20px;
  }
  .show_product .list5 button div,
  .list_message button div {
    font-size: 14px;
  }
  form input {
    line-height: 44px;
    border-radius: 10px;
  }
  .list_join .ul li a {
    padding: 0 15px 0 15px;
  }
  .list_join .ul li a .right {
    width: 6.75rem;
  }
  .list_join .ul li a .left {
    width: calc((100% - 6.75rem) / 3);
  }
  .list_join .ul li.li1 {
    font-size: 16px;
  }
  .list_join .ul li:not(.li1) {
    font-size: 1rem;
  }
  .list_join .ul {
    margin-top: 20px;
  }
  .list_join .ul li a .left {
    line-height: 24px;
    display: flex;
    align-items: center;
  }
  .nyerji {
    padding: 0 30px !important;
  }
  .nyerji > li {
    padding: 0 8px;
    font-size: 14px;
  }
  .list_news .ul li {
    margin-bottom: 20px;
  }
  .nyerji > li .pr > a {
    font-size: 16px;
  }
  .nyerji > li .pr > a {
    line-height: 44px;
  }
  .list_news .ul {
    margin-top: 20px;
  }
  .squera_pro a {
    padding: 15px;
  }
  .squera_pro .content .flex {
    padding-top: 20px;
  }
  .list_product .ul li {
    margin-bottom: 20px;
  }
  .squera_pro .over img {
    height: 15rem;
  }
  .show_join .top {
    font-size: 14px;
  }
  .show_join .top span {
    width: 100%;
    display: block;
  }
  .show_join .content {
    padding: 15px;
  }
  .show_join .bot {
    padding: 20px 0;
  }
  .show_join .emile {
    margin-top: 2.25rem;
  }
  .show_join .content {
    margin-top: 20px;
  }
  .return_list {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .return_list .iconfont {
    margin-right: 10px;
  }
  .show_news .text {
    margin-top: 20px;
  }
  .show_news .shangxia {
    padding-top: 30px;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
  .show_news .shangxia .tr div {
    order: 2;
  }
  .show_news .shangxia .tr .iconfont {
    paint-order: 1;
    margin-left: 0 !important;
    margin-right: 1.5625rem !important;
    transform: rotate(180deg);
  }
  .show_product .list1 .return_list {
    margin-bottom: 20px;
  }
  .show_product .list1 .name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .show_product .list1 .right .pr .swiper-button-prev,
  .show_product .list1 .right .pr .swiper-button-next {
    display: none;
  }
  .show_product .list1 .right .content {
    width: 100%;
  }
  .show_product .list1 .right .pr.mt60 {
    margin-top: 20px;
  }
  .show_product .list1 .right .pr.mt60 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .name_title {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .name_title div {
    font-size: 18px;
  }
  .show_product table td {
    font-size: 14px;
    white-space: nowrap;
  }
  .name_title p {
    margin-left: 10px;
  }
  .show_product .list {
    margin-bottom: 20px;
  }
  .mt75 {
    margin-top: 20px;
  }
  .mt75 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  footer .beian {
    padding: 10px 0;
  }
  footer .beian .text {
    font-size: 12px;
    line-height: 18px;
  }.nyban .img img {
    height: 13rem;}
}
