@media screen and (min-width: 1510px) {

  /* #region  首页*/
  html,
  body {
    font-size: 20px;
  }

  /* #endregion */

}

@media screen and (max-width: 1620px) {
  .banner .swiper-slide .banner_text .t2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 1509px) {

  /* #region  首页*/
  html,
  body {
    font-size: 19px;
  }

  header .nav .nav_one {
    font-size: .85rem;
  }

  header .con {
    padding-left: 30px;
    padding-right: 30px;
  }

  header .nav li {
    margin: 0 2.1%;
  }

  .banner .swiper-slide .banner_text .t1 {
    font-size: 1.6rem;
  }

  .banner .swiper-slide .banner_text .t2 {
    font-size: 2.05rem;
  }

  /* #endregion */

  /* #region  修改*/
  .about8 .ul li .text img {
    display: none;
  }

  .about8 .ul li .text div {
    font-size: .85rem;
  }



  /* .about8 .ul li .text h3 {
    font-size: 1.1rem;
  } */

  .product2 .ul li .text {
    padding: 1.5rem 1.25rem;
  }

  .index2 .right .swiper-slide div {
    padding: .75rem 0 .75rem 1.25rem;
  }

  .index2 .right {
    font-size: 1.1rem;
  }

  .solution .ul li div,
  .index5 .row .right a h3 {
    font-size: 1.1rem;
  }

  .index5 .row .right a .date,
  .index5 .row .right a .text {
    font-size: .8rem;
  }

  .count div span {
    font-size: 2.6rem;
  }

  .about8 .ul li .tit {
    font-size: 1.2rem;
  }

  /* #endregion */

}


@media screen and (max-width: 1350px) {
  .about8 .ul li .text h3 {
    font-size: 1.4vw;
  }

  .banner .swiper-slide .banner_text .t2 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1254px) {

  /* #region  首页*/
  html,
  body {
    font-size: 18px;
  }

  header .logo img {
    width: 9rem;
  }

  header .nav .nav_one {
    font-size: .8rem;
  }

  header .nav li {
    margin: 0 1.9%;
  }

  header .nav {
    padding-right: 1.5%;
  }

  /* #endregion */

  /* #region  修改*/
  .about8 .ul li .text div {
    line-height: 1.5;
  }

  .banner .swiper-slide .banner_text .img {
    width: 45%;
  }

  .banner .swiper-slide .banner_text .text {
    width: 54%;
  }

  .banner .swiper-slide .banner_text .t2 {
    font-size: 1.65rem;
  }

  /* #endregion */
}

@media screen and (max-width: 1024px) {

  /* #region  首页*/
  .container {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  header.on .nav .nav_one a {
    color: #333333;
  }

  header.on .nav .nav_one span {
    background-image: url(../images/nav_right.svg);
    cursor: pointer;
  }

  header.on .nav .nav_one.active a {
    color: #5aac35;
  }

  header .nav_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    display: none;
    transition: ease-out .36s;
    z-index: 88888;
  }

  header .nav_icon {
    display: block;
    margin-left: auto;
    transition: ease-out .36s;
    position: relative;
    padding: .8rem;
  }

  header .nav_icon img {
    width: 2.8rem;
    transition: ease-out .36s;
  }

  header .nav_icon2 {
    transform: rotate(90deg);
  }

  header .nav {
    position: fixed;
    left: -101%;
    top: 0;
    width: 25rem;
    height: 100vh;
    background: #fff;
    display: block;
    margin-right: 0;
    transition: ease-out .36s;
    overflow-y: auto;
    padding: 2rem 0;
    z-index: 99999;
  }

  header .nav.on {
    left: 0;
  }

  header .nav .nav_one a {
    font-size: 1.3rem;
  }

  header .nav .nav_one a::after {
    display: none;
  }

  header .nav .nav_one span {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }

  header .nav li {
    margin: 0;
  }

  header .nav .nav_one {
    display: flex;
    align-items: center;
    padding: 0 .75rem 0 1.5rem;
  }

  header .nav .nav_one a {
    flex: 1;
  }

  header .nav .nav_one span {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 70%;
  }

  header .nav .nav_two {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    background: #f9e9e9;
  }

  header .nav .nav_two .row {
    display: block;
  }

  header .nav .nav_two .left {
    display: none;
  }

  header .nav .nav_two .right {
    width: 100%;
    min-width: 100%;
    padding: .8rem 0;
    /* display: block; */
    display: none;
  }

  header .nav .nav_two .right .col .tit {
    font-size: 1.25rem;
    line-height: 3.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }

  header .nav .nav_two .right .col .tit a {
    flex: 1;
  }

  header .nav .nav_two .right .col .tit span {
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../images/nav_right.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    transition: ease-out .2s;
  }

  header .nav .nav_two .right .col {
    margin: 0;
    padding: 0 .75rem 0 1.5rem;
  }


  header .nav .nav_two .right .col .lis {
    display: none;
  }

  header .nav .nav_two .right .col .lis a {
    font-size: 1.2rem;
    line-height: 2.8rem;
    margin-bottom: 0;
  }


  header .nav .nav_one span,
  header .nav .nav_two .right .col .tit span {
    transform: rotate(-90deg);
  }

  header .nav .nav_one span.on,
  header .nav .nav_two .right .col .tit span.on {
    transform: rotate(0);
  }

  header .nav .nav_one span,
  header .nav .nav_two .right .col .tit span {
    cursor: pointer;
  }

  header .nav .nav_two .right.on .col .lis {
    display: block !important;
    width: 100%;
  }

  header .nav .nav_two .right.on .lis a {
    width: 100%;
    font-size: 1.25rem;
    line-height: 3.5rem;
    color: #333333;
  }

  header .nav .nav_two .right .col .lis a:hover {
    color: #5aac35;
  }

  header .nav .nav_two .right .col .tit span:hover {
    background-image: url(../images/nav_right3.svg);
  }

  header .nation {
    margin-left: auto;
  }

  header .nav_icon {
    margin-left: 2rem;
  }

  header .nav_icon img {
    width: 2rem;
  }

  header.on .nav_icon img {
    filter: brightness(100);
  }

  header .con {
    height: 4.5rem;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  header .logo img {
    width: 10rem;
  }

  header.on2 {
    transform: translateY(-4.5rem);
  }

  header.on2 .nav_modal {
    transform: translateY(4.5rem);
  }

  header.on2 .nav {
    transform: translateY(4.5rem);
  }

  /* #endregion */

  /* #region  内页*/
  .count div span {
    font-size: 2.8rem;
  }

  .about3 .swp_bottom {
    padding: 0;
  }

  .about8 .ul li .text {
    padding: 1rem;
  }

  .about8 .ul li .text div {
    font-size: .8rem;
  }

  .banner .swiper-slide .banner_text .t2 {
    font-size: 1.8rem;
  }

  /* #endregion */

}

@media screen and (max-width: 768px) {

  /* #region  首页*/
  .container {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  header .logo img {
    width: 10.5rem;
  }

  .nation {
    width: 11.5rem;
    font-size: 1.1rem;
    margin-right: 0;
  }

  .nation span {
    padding: .75rem .65rem .75rem .5rem;
    height: 2.65rem;
  }

  .nation span>img {
    width: 1.5rem;
    margin-right: .5rem;
  }

  .nation i {
    width: .75rem;
  }

  .nation a {
    padding: .5rem .75rem .5rem 2.5rem;
  }

  .nation div {
    padding: .25rem 0;
  }

  /* header.on .nav .nav_one a {
    color: #333333;
  }

  header.on .nav .nav_one span {
    background-image: url(../images/nav_right.svg);
  }

  header.on .nav .nav_one.active a {
    color: #5aac35;
  }

  header .nav_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 888;
  }

  header .nav_icon {
    display: block;
    margin-left: auto;
    transition: ease-out .36s;
    position: relative;
    padding: .8rem;
  }

  header .nav_icon img {
    width: 2.8rem;
    transition: ease-out .36s;
  }

  header .nav_icon2 {
    transform: rotate(90deg);
  }

  header .nav {
    position: fixed;
    left: -101%;
    top: 0;
    width: 70%;
    height: 100vh;
    background: #fff;
    display: block;
    margin-right: 0;
    transition: ease-out .36s;
    overflow-y: auto;
    padding: 2rem 0;
    z-index: 999;
  }

  header .nav.on {
    left: 0;
  }

  header .nav .nav_one a {
    font-size: 1.3rem;
  }

  header .nav .nav_one a::after {
    display: none;
  }

  header .nav .nav_one span {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }

  header .nav li {
    margin: 0;
  }

  header .nav .nav_one {
    display: flex;
    align-items: center;
    padding: 0 .75rem 0 1.5rem;
  }

  header .nav .nav_one a {
    flex: 1;
  }

  header .nav .nav_one span {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 70%;
  }

  header .nav .nav_two {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    background: #f9e9e9;
  }

  header .nav .nav_two .row {
    display: block;
  }

  header .nav .nav_two .left {
    display: none;
  }

  header .nav .nav_two .right {
    width: 100%;
    min-width: 100%;
    padding: .8rem 0; 
    display: none;
  }

  header .nav .nav_two .right .col .tit {
    font-size: 1.25rem;
    line-height: 3.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }

  header .nav .nav_two .right .col .tit a {
    flex: 1;
  }

  header .nav .nav_two .right .col .tit span {
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../images/nav_right.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    transition: ease-out .2s;
  }

  header .nav .nav_two .right .col {
    margin: 0;
    padding: 0 .75rem 0 1.5rem;
  }


  header .nav .nav_two .right .col .lis {
    display: none;
  }

  header .nav .nav_two .right .col .lis a {
    font-size: 1.2rem;
    line-height: 2.8rem;
    margin-bottom: 0;
  }


  header .nav .nav_one span,
  header .nav .nav_two .right .col .tit span {
    transform: rotate(-90deg);
  }

  header .nav .nav_one span.on,
  header .nav .nav_two .right .col .tit span.on {
    transform: rotate(0);
  }

  header .nav .nav_two .right.on .col .lis {
    display: block !important;
    width: 100%;
  }

  header .nav .nav_two .right.on .lis a {
    width: 100%;
    font-size: 1.25rem;
    line-height: 3.5rem;
    color: #333333;
  } */

  header .nav {
    width: 70%;
  }

  header .nav_icon img {
    width: 2.8rem;
  }

  header .con {
    height: 5rem;
  }

  header .nav_icon {
    margin-left: .5rem;
  }

  header .nav_icon img {
    width: 2.2rem;
  }

  header .logo {
    margin-right: 0;
  }

  header.on2 {
    transform: translateY(-5rem);
  }

  header.on2 .nav_modal {
    transform: translateY(5rem);
  }

  header.on2 .nav {
    transform: translateY(5rem);
  }


  .banner .swiper-slide .banner_text .container {
    flex-direction: column;
    justify-content: center;
  }

  .banner .swiper-slide .banner_text .text {
    width: 100%;
  }

  .banner .swiper-slide .banner_text .t3 {
    display: none;
  }

  .banner .swiper-slide .banner_text .img {
    /* width: 70%; */
    width: 100%;
    margin: 2rem auto 0 auto;
  }

  .banner .swiper-slide .banner_text .t1 {
    font-size: 1.6rem;
  }

  .banner .swiper-slide .banner_text .t2 {
    font-size: 2rem;
  }

  .banner .swiper-slide .banner_text .t3 {
    font-size: 1.1rem;
  }

  .banner .banner_icon {
    left: 0%;
    width: 5rem;
  }

  .banner .banner_dot {
    bottom: 2.5% !important;
  }

  .index1 .top {
    display: block;
  }

  .index1 .top ul {
    padding-left: 0;
    justify-content: space-between;
  }

  .count {
    margin-top: 2rem;
    justify-content: space-between;
  }

  .count div em {
    font-size: 1.3rem;
  }

  .count div span {
    font-size: 2.8rem;
  }

  .count p {
    font-size: 1.2rem;
  }

  .index1 .top ul li {
    margin-left: 0;
  }

  .index1 .center {
    display: block;
  }

  .index1 .center .img {
    width: 100%;
  }

  .index1 .center .img span img {
    width: 3.5rem;
  }

  .index1 .center .text {
    width: 100%;
    margin-top: 2rem;
    font-size: 1.2rem;
  }

  .index1 .center .text a {
    width: 10.5rem;
    line-height: 3.5rem;
    font-size: 1.2rem;
    margin-top: 2.75rem;
  }

  .index1 .bottom {
    display: block;
  }

  .index1 .bottom a {
    width: 90%;
    margin: 1rem auto 0 auto;
    padding: 0 5%;
  }

  .index1 .bottom a div i img {
    width: 2.8rem;
    height: 4.6rem;
  }

  .index1 .bottom a h3 {
    font-size: 1.3rem;
  }

  .index1 .bottom a span img {
    width: 2.1rem;
  }

  .index1 .bottom {
    padding-top: 3rem;
  }

  .index1 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .index1 .bottom a div i {
    margin-right: .8rem;
  }

  .index2 {
    padding-top: 1rem;
  }

  .index2 .container {
    flex-direction: column-reverse;
  }

  .index2 .right .swiper-wrapper {
    display: flex;
  }

  .index2 .left,
  .index2 .right {
    width: 100%;
  }

  .index2 .left .swiper-slide {
    width: 100% !important;
  }

  .index2 .right .swiper-slide div {
    padding: .75rem 1rem;
    font-size: 1.3rem;
  }

  .index2 .right .swiper-slide div::after {
    width: 0;
    height: 2px !important;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .index2 .right .swiper-slide.swiper-slide-thumb-active div::after {
    width: 3rem;
  }

  .index2 .right .swiper-slide:hover div span {
    transform: translateX(0);
  }

  .index2 .container {
    padding: 0;
    width: 100%;
  }

  .index2 .left .swiper {
    width: 100%;
    height: auto;
  }

  .index2 .left .swiper-slide {
    flex-direction: column-reverse;
    padding: 2rem 1rem 3.5rem 1rem;
  }

  .index2 .left .swiper-slide .img {
    width: 45%;
    margin-left: 0;
  }

  .index2 .left .swiper-slide .text {
    width: 100%;
  }

  .index2 .left .swiper-slide .text div {
    font-size: 1.2rem;
  }

  .index2 .left .swiper-slide .text {
    margin-top: 2rem;
  }

  .index2 .left .swiper-slide .text a {
    width: 10.5rem;
    line-height: 3.5rem;
    font-size: 1.2rem;
    margin-top: 3rem;
  }

  .index3 .row a:nth-child(2),
  .index3 .row a:nth-child(1) {
    width: 100%;
  }

  .index3 .row a {
    padding-bottom: 50%;
  }

  .index3 .row a .t2 {
    font-size: 1.2rem;
    margin-top: .5rem;
  }

  .index3 .row a .t3 {
    font-size: 1.2rem;
  }

  .index3 .row a .t3 span {
    width: 2rem;
    height: 2rem;
  }

  .index3 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .index3 .row a::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  }

  .index4 .container {
    display: block;
    text-align: center;
  }

  .index4 .container .left {
    width: 100%;
  }

  .index4 .container .left div {
    font-size: 1.2rem;
  }

  .index4 .container .right a {
    width: 9.5rem;
    height: 3.2rem;
    font-size: 1.2rem;
    margin: 0 1rem;
  }

  .index4 .container .right {
    justify-content: center;
    margin-top: 2.5rem;
  }

  .index5 .top {
    display: block;
  }

  .index5 .top a {
    width: 10.5rem;
    line-height: 3.5rem;
    font-size: 1.2rem;
    margin-top: 2.75rem;
  }

  .index5 .row {
    display: block;
  }

  .index5 .row .left {
    width: 100%;
  }

  .index5 .row .right {
    width: 100%;
    margin-top: 1rem;
  }

  .index5 .row .left h3 {
    font-size: 1.4rem;
    line-height: 4.3rem;
  }

  .index5 .row .right a span {
    width: 8rem;
    line-height: 2.3rem;
    font-size: 1.2rem;
  }

  .index5 .row .right a h3 {
    font-size: 1.4rem;
  }

  .index5 .row .right a .text {
    font-size: 1.2rem;
  }

  .index5 .row .right a .date {
    font-size: 1.1rem;
    margin-top: .8rem;
  }

  .index5 .row .right a .text {
    margin-top: .7rem;
  }

  .index5 .row .right a h3 {
    margin-top: 1rem;
  }

  .index5 .row .right a {
    padding: 1rem 0;
  }

  .index5 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .index4 {
    background-attachment: unset;
  }

  footer .top {
    display: block;
  }

  footer .top .ul {
    display: none;
  }

  footer .top .tit {
    font-size: 1.3rem;
  }

  footer .top .right .phone {
    font-size: 2rem;
  }

  footer .top .right ul span {
    font-size: 1.3rem;
  }

  footer .top .right ul div {
    font-size: 1.2rem;
    margin-top: .4rem;
  }

  footer .top .tit {
    margin-bottom: .8rem;
  }

  footer .bottom {
    font-size: 1.1rem;
  }

  footer .bottom .container {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  footer .bottom span:last-child {
    margin: 0 1rem !important;
  }

  /* #endregion */

  /* #region  内页 */

  main {
    padding-top: 5rem;
  }

  table td {
    font-size: 14px;
  }

  table td {
    padding: 5px;
  }

  .product_top .container table td {
    font-size: 14px;
    padding: 5px;
  }

  .product_top .container {
    display: block;
  }

  .product_top .left {
    width: 100%;
  }

  .product_top .left div {
    font-size: 1.1rem;
  }

  .product_top .left a {
    width: 10rem;
    line-height: 3rem;
    font-size: 1.2rem;
    margin-top: 3.5rem;
  }

  .product_top .right {
    width: 80%;
    margin: 3rem auto 0 auto;
  }

  .product1 .row {
    display: block;
  }

  .product1 .row ul {
    width: 100%;
  }

  .product1 .row .img {
    width: 70%;
    margin: 2rem auto;
  }

  .product1 .row ul b {
    font-size: 1.4rem;
  }

  .product1 .row ul div {
    min-height: auto;
    font-size: 1.2rem;
  }

  .product1 .row ul li {
    margin-bottom: 2rem;
  }

  .product1 .row ul li:last-child {
    margin-bottom: 0;
  }

  .product2 .top {
    font-size: 1.3rem;
  }

  .product2 .top div::after {
    width: .8rem;
    height: .4rem;
  }

  /* .product2 .ul {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 2.5rem;
  } */

  /* .product2 .ul li {
    width: 49%;
    margin-right: 0;
    margin-top: 1rem;
  } */

  .product2 .ul li .text h3 {
    font-size: 1.3rem;
  }

  .product2 .ul li .text div {
    font-size: 1.1rem;
    margin-top: .8rem;
  }

  .product2 .ul li .text {
    padding: 1.2rem 1rem 1.5rem 1rem;
  }

  .product3 {
    background-attachment: unset;
  }

  .product3 .container a {
    width: 10rem;
    line-height: 3rem;
    font-size: 1.2rem;
    margin: 2rem auto 0 auto;
  }

  .product_line ul {
    flex-wrap: wrap;
  }

  .product_line ul li {
    flex: auto;
    width: 50%;
  }

  .product_line li {
    font-size: 1.1rem;
  }

  .product_line li:nth-child(even) {
    border-right: none;
  }

  .product_line {
    transform: translateY(-3.25rem);
  }

  .product_top.product_top2 .left {
    max-width: 100%;
  }

  .product1 .row ul:last-child {
    margin-top: 3rem;
  }

  .product1 .row ul.product_adv_right2 {
    margin-top: 7rem;
  }

  .product1 .row .img .prev,
  .product1 .row .img .next {
    width: 2.3rem;
  }

  .product1.on {
    padding-bottom: 0;
  }

  .product1.on .product_title {
    margin-bottom: .5rem;
  }

  .product1.on:first-child .product_title {
    padding-top: .5rem;
  }

  .product_line li {
    min-height: 5.5rem;
  }


  .solution_tit div {
    font-size: 2rem;
  }

  .solution_tit p {
    font-size: 1.1rem;
  }

  .solution .ul {
    display: block;
    padding-top: .5rem;
  }

  .solution .ul li {
    margin-top: 2.5rem;
  }

  .solution .ul li img {
    width: 6.5rem;
  }

  .solution .ul li div {
    font-size: 1.4rem;
  }

  .solution .ul li p {
    font-size: 1.2rem;
  }

  .solution_tit img {
    width: 4rem;
  }

  .solution_row a {
    width: 9.5rem;
    line-height: 3.2rem;
    font-size: 1.2rem;
  }

  .case_ul {
    display: block;
  }

  .case_ul a {
    width: 100%;
    margin-top: 2rem;
  }

  .case_ul a .text {
    padding: 1.5rem 5%;
  }

  .case_ul a .text h3 {
    font-size: 1.4rem;
  }

  .case_ul a .text div {
    font-size: 1.2rem;
  }

  .case_ul {
    padding-top: 1.5rem;
  }

  .contact li:nth-child(2),
  .contact li:nth-child(3),
  .offer3 .ul li:nth-child(2),
  .offer3 .ul li:nth-child(3),
  .offer3 .ul li:nth-child(4),
  .about8 .ul li:nth-child(2),
  .about8 .ul li:nth-child(3),
  .investor .bottom .ul li:nth-child(2),
  .investor .bottom .ul li:nth-child(3),
  .case_ul a:nth-child(2),
  .solution .ul li:nth-child(2),
  .case_ul a:nth-child(3),
  .solution .ul li:nth-child(3) {
    animation-delay: 0s
  }

  .service {
    flex-direction: column-reverse;
  }

  .service .right {
    width: 100%;
  }

  .service .left {
    width: 100%;
    margin-top: 5rem;
    text-align: center;
  }

  .service .left a {
    width: 10.5rem;
    line-height: 3.2rem;
    font-size: 1.2rem;
    border-radius: 1.6rem;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .service {
    padding: 5rem 0 5rem 0;
  }

  .bread .left {
    display: none;
  }

  .banner2 .title div {
    font-size: 2.6rem;
  }

  .banner2 .title p {
    font-size: 1.2rem;
  }

  .banner2 .banner_bread {
    display: flex;
  }

  .banner2 .banner_bread img {
    width: 1.2rem;
  }

  .banner2 .banner_bread {
    font-size: 1.1rem;
    white-space: nowrap;
    padding: 0 1rem;
  }

  .banner2 .banner_bread a:last-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .bread {
    font-size: 1.2rem;
    line-height: 3.8rem;
  }

  .bread .right {
    white-space: nowrap;
    overflow-x: auto;
  }

  .bread .container {
    width: 100%;
    justify-content: center;
  }

  .bread .right a {
    margin: 0 .75rem;
    display: inline-block;
  }

  .feedback .top {
    font-size: 2rem;
  }

  .feedback ul {
    font-size: 1.2rem;
  }

  .feedback ul .rodio {
    flex-wrap: wrap;
  }

  .feedback ul .rodio div {
    padding: .25rem;
  }

  .feedback ul .rodio div span {
    width: 1.2rem;
    height: 1.2rem;
  }

  .feedback ul>div li {
    width: 100%;
  }

  .feedback ul textarea {
    font-size: 1.2rem;
  }

  .feedback ul input {
    height: 3rem;
    font-size: 1.2rem;
  }

  .feedback button {
    width: 13rem;
    height: 3rem;
    font-size: 1.2rem;
  }

  .branch .ul {
    flex-wrap: wrap;
    text-align: center;
    padding-top: 1.5rem;
  }

  .branch .ul li {
    margin-top: 1.5rem;
  }

  .branch .ul div {
    font-size: 1.2rem;
  }

  .branch .ul p {
    font-size: 1.2rem;
  }

  .branch .ul div span {
    font-size: 2.8rem;
  }

  .download .ul {
    justify-content: space-between;
  }

  .download .ul a {
    width: 48.5%;
    margin-right: 0;
  }

  .pagination .page-numbar a {
    font-size: 1.2rem;
    line-height: 2.2rem;
    min-width: 2.2rem;
  }

  .pagination>a img {
    width: 2rem;
  }

  .pagination a {
    margin: 0 0.5rem;
  }

  .banner2 .title p {
    padding: 0 1rem;
  }

  .investor .top .text {
    font-size: 1.2rem;
  }


  .investor .center .ul li:last-child,
  .investor .center .ul li:nth-child(6n+6),
  .investor .center .ul li {
    width: 33.33%;
    margin: 0;
  }

  .investor .center .ul li:nth-child(5n+5) {
    margin: 0 .1%;
  }

  .investor .bottom .ul {
    display: block;
    padding-top: 1.5rem;
  }

  .investor .bottom .ul li {
    width: 100%;
    margin-top: 2rem;
  }

  .investor .bottom .ul li .text h3 {
    font-size: 1.4rem;
  }

  .investor .bottom .ul li .text div {
    font-size: 1.2rem;
  }

  .investor .bottom .ul li .text a img {
    width: 1.2rem;
  }

  /* #endregion */

  /* #region  关于我们*/
  .about1 {
    display: block;

  }

  .about1 .left {
    width: 100%;
  }

  .about1 .right {
    width: 100%;
    margin-top: 3.5rem;
  }

  .about1 .left .text {
    font-size: 1.2rem;
  }

  .about1 .count {
    flex-wrap: wrap;
  }

  .about1 .count li {
    width: 50%;
    text-align: center;
    margin-top: 1.2rem;
  }

  .about1 .count div {
    justify-content: center;
  }

  .about1 .left .count {
    margin-top: 0;
    padding-top: 1.2rem;
  }

  .about2 {
    height: 23rem;
  }

  .about2 .container {
    font-size: 2.6rem;
  }

  .about2 .container span img {
    width: 3.5rem;
  }

  .about2 .container span {
    left: 0.5rem;
    /* bottom: 1.2rem; */
    bottom: 0;
  }

  .about3 .swp_top .swiper-slide {
    display: block;
  }

  .about3 .swp_top .left {
    width: 100%;
  }

  .about3 .swp_top .right {
    width: 100%;
  }

  .about3 .swp_top .right span {
    font-size: 1.4rem;
  }

  .about3 .swp_top .right div {
    font-size: 1.2rem;
  }

  .about3 .swp_top .right b {
    font-size: 6rem;
    margin-top: 1.5rem;
  }

  .about3 .swp_bottom .swiper-slide {
    font-size: 1.2rem;
  }

  .about3 .swp_bottom .prev img,
  .about3 .swp_bottom .next img {
    width: 2rem;
  }

  .about3 .swp_bottom .prev,
  .about3 .swp_bottom .next {
    padding: .5rem;
  }

  .about4 .container {
    display: block;
  }

  .about4 .cumulative {
    margin-top: 2rem;
  }

  .about4 .cumulative li b {
    font-size: 2.8rem;
  }

  .about4 .cumulative li span {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 1.1rem;
  }

  .about4 .cumulative li p {
    font-size: 1.2rem;

  }

  .about4 .cumulative li div {
    justify-content: center;
  }

  .about4 .cumulative li {
    margin-left: 0;
    width: 50%;
    text-align: center;
  }

  .about7 ul {
    justify-content: space-between;
  }

  .about7 ul li {
    width: 48.6%;
    margin-right: 0;
  }

  .about8 .ul {
    display: block;
  }

  .about8 .ul li {
    width: 100%;
    margin-top: 1rem;
  }

  .about8 .ul li .text div {
    max-width: 100%;
    font-size: 1.2rem;
  }

  .about8 .ul li .text img {
    width: 2.8rem;
  }

  .about8 .ul {
    padding-top: 1.5rem;
  }

  .about9 .ul li {
    display: block;
  }

  .about9 .ul li .left {
    width: 100%;
    height: 15rem;
  }

  .about9 .ul li .right {
    width: 100%;
  }

  .about9 .ul li .right .text span {
    font-size: 1.4rem;
  }

  .about9 .ul li .right .text {
    font-size: 1.2rem;
  }

  .about9 .ul li .left {
    background-attachment: unset;
  }

  .about9 .ul li .right {
    padding: 2.1rem 0 2.6rem 0;
  }

  .about9 {
    padding-bottom: 3.5rem;
  }

  .news .top {
    justify-content: center;
  }

  .news .top a {
    font-size: 1.4rem;
    line-height: 3.8rem;
  }

  .news_ul a {
    display: block;
    padding: 2rem 0;
  }

  .news_ul a .img img {
    width: 100%;
    height: auto;
  }

  .news_ul a .text {
    padding-left: 0;
    margin-top: 2rem;
  }

  .news_ul a .text {
    font-size: 1.1rem;
  }

  .news_ul a .text h3 {
    font-size: 1.3rem;
  }

  .news_ul a .text .t3 i img {
    width: 1.2rem;
  }

  .news_ul a .text .t3 i {
    margin-left: .8rem;
  }

  .news_ul {
    padding-top: 1.5rem;
  }

  .ndetails .date {
    font-size: 1.1rem;
  }

  .ndetails .text {
    font-size: 1.2rem;
  }

  .ndetails .page {
    display: block;
  }

  .ndetails .page a {
    font-size: 1.2rem;
    line-height: 2;
    max-width: 100%;
  }

  .ndetails .page {
    margin-top: 3rem;
  }

  .video_ul {
    display: block;
  }

  .video_ul a {
    width: 100%;
    margin-top: 2.5rem;
  }

  .video_ul a .img i img {
    width: 2.8rem;
  }

  .video_ul a .text div {
    font-size: 1.1rem;
  }

  .video_ul a .text h3 {
    font-size: 1.4rem;
  }

  .join1 .ul {
    padding-top: 2.6rem;
  }

  .join1 .ul li {
    width: 100% !important;
  }

  .join1 .ul li {
    margin-top: 1.2rem;
    height: 15rem;
  }

  .join1 .ul li>img {
    width: 2rem;
  }

  .join1 .ul li span {
    font-size: 1.4rem;
  }

  .join1 .ul li div {
    font-size: 1.2rem;
  }

  .offer1 .row a {
    width: 14rem;
  }

  .offer2 {
    height: 18rem;
  }

  .offer3 .ul {
    flex-wrap: wrap;
  }

  .offer3 .ul li {
    width: 49%;
    margin-top: .7rem;
  }

  .offer3 .ul li .text h3 {
    font-size: 1.4rem;
  }

  .offer3 .ul li .text h3::after {
    width: 2rem;
    height: .2rem;
  }

  .offer3 .ul li .text div {
    font-size: 1.2rem;
  }

  .offer3 .ul li .text {
    top: 79%;
  }

  .join2 .card .text h3 {
    font-size: 1.4rem;
  }

  .join2 .card .text div {
    font-size: 1.2rem;
  }

  .join2 .card>b {
    font-size: 2.6rem;
  }


  .join2 .swiper {
    width: 22rem;
    overflow: visible;
  }

  .join2 .next,
  .join2 .prev {
    width: 2.6rem;
    height: 2.6rem;
  }

  .join2 .line {
    margin-top: 4rem;
  }



  .contact {
    flex-wrap: wrap;
    padding-top: 2rem;
  }

  .contact li {
    width: 50%;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .contact li:last-child {
    width: 100%;
  }

  .contact li span {
    width: 5rem;
    height: 5rem;
  }

  .contact li div {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }

  .contact li p {
    font-size: 1.2rem;
  }

  /* header.on2 {
    transform: translateY(0);
  } */

  .product_top {
    padding-top: 4.5rem;
  }

  .index1 .top .index_title {
    margin-right: 0;
  }

  .index1 .top ul {
    width: 100%;
  }

  header .nav .nav_two .right .col .tit {
    font-weight: 500;
  }

  .about5 .row {
    padding-bottom: 41.8%;
  }


  .banner3 i {
    height: 18rem;
  }

  .jdetails .ul .li {
    margin-top: 1.2rem;
  }

  .jdetails .ul .li .top .row {
    display: block;
    padding: 1.8rem 1.5rem 1.8rem 1.5rem;
  }

  .jdetails .ul .li .top .right {
    margin-left: 0;
    justify-content: center;
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }

  .jdetails .ul .li .top .right img {
    width: 1.8rem;
  }

  .jdetails .ul .li .top .left .t2 {
    font-size: 1.3rem;
  }

  .jdetails .ul .li .text .row {
    flex-wrap: wrap;
  }

  .jdetails .ul .li .text .row .col3 {
    width: 100%;
  }

  .jdetails .ul .li .text .row .col3 {
    padding-left: 3.5%;
  }

  .jdetails .ul .li .text .row .col3 li>span {
    font-size: 1.4rem;
  }

  .jdetails .ul .li .text .row .col3 div {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .jdetails .ul .li .text {
    padding: 1.5rem 1.5rem 1.2rem 1.2rem;
  }

  .jdetails .ul {
    padding-top: 2.5rem;
  }

  .jdetails .ul .li .text .row .col3 li>span::before {
    width: .2rem;
    height: 1.5rem;
  }

  .jdetails .ul .li .top .left .t1 {
    font-size: 1.8rem;
  }

  .join3 li a div {
    display: block;
    padding: 1rem;
  }

  .join3 li a div h3 {
    font-size: 1.3rem;
    padding-right: 0;
    text-align: center;
  }

  .join3 li a div span {
    font-size: 1.1rem;
    text-align: center;
    display: block;
    margin-top: 1rem;
  }

  .product1 .row2 {
    padding-bottom: 4rem;
  }

  .product1 .row2 .img {
    margin: 2rem auto 6rem auto;
  }

  .about8 .ul li .tit {
    font-size: 1.3rem;
  }

  .about8 .ul li .text h3 {
    font-size: 1.4rem;
  }

  .about8 .ul li .text img {
    display: block;
  }

  .about3c .left {
    display: none;
  }

  .about3c .right {
    width: 100%;
    margin-left: auto;
    display: block;
  }


  .about3c .right .t1 {
    font-size: 1.4rem;
    padding-left: 3rem;
  }

  .about3c .right .t2 {
    font-size: 1.2rem;
    padding-left: 3rem;
  }

  .about3c .right .t1 span {
    width: 3rem;
    height: 3rem;
  }

  .about3c .right .t2 p::after {
    left: -1rem;
    top: 1rem;
    width: .35rem;
    height: .35rem;
  }

  .about3c .row {
    display: block;
  }

  .about3c .img {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .map_round li {
    padding: 0;
  }

  .map_round .map_zh {
    padding: 0;
  }

  /* .about3c{
    background-attachment: unset;
    background-size: 150%;
  } */

  #worldMap {
    height: 23rem;
  }

  .back_top {
    width: 2.8rem;
    height: 2.8rem;
  }
  .table_row{
    overflow-x: auto;
  }

  .table_col{
    width: 230%;
  }


  /* #endregion */


}


/* #region  */

/* #endregion */