@media only screen and (max-width: 1920px) {
  /* .banner {
    .video{
      object-position: center 70px;
    }
  } */
}
@media only screen and (max-width: 1580px) {
  .container {
    max-width: 1280px;
  }
  .header .container {
    padding-left: 5%;
    max-width: 100%;
  }
  /*  .banner {
     .video{
       object-position: center 100px;
     }
   } */
  .home-section11 .bd .img {
    top: 140px !important;
    left: 440px !important;
    width: 410px;
  }
  .home-section11 .bd .layer {
    font-size: 20px;
    height: 85px;
  }
  .home-section11 .bd .layer img {
    width: 38px;
  }
  .home-section11 .bd .layer1 {
    top: 86px !important;
    left: 170px !important;
    width: 405px;
  }
  .home-section11 .bd .layer2 {
    top: 290px !important;
    left: 80px !important;
    width: 340px;
  }
  .home-section11 .bd .layer3 {
    top: 515px !important;
    left: 40px !important;
    width: 355px;
  }
  .home-section11 .bd .layer4 {
    top: 325px !important;
    right: 96px !important;
    width: 370px;
  }
  .home-section11 .bd .layer5 {
    top: 485px !important;
    right: 192px !important;
    width: 340px;
  }
  .recommend > .container {
    padding: 0 90px;
  }
  .recommend .swiper-button-prev, .recommend .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .recommend .swiper-button-prev {
    left: 0;
  }
  .recommend .swiper-button-next {
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 5%;
    max-width: 100%;
  }
  .gh {
    display: flex;
    justify-content: center;
    width: 88px;
    height: 100%;
    cursor: pointer;
  }
  .gh a {
    margin: 0;
    width: 30px;
  }
  .header .container {
    padding: 0;
    height: 80px;
    justify-content: flex-start;
  }
  .header .logo {
    margin-left: 5%;
    width: 130px;
  }
  .header .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .header .nav.show {
    opacity: 1;
    visibility: visible;
  }
  .header .nav.show ul {
    transform: translate3d(0, 0, 0);
  }
  .header .nav ul {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-top: 60px;
    flex-direction: column;
    background-color: #0E0E0E;
    width: 70%;
    transform: translate3d(-100%, 0, 0);
    transition: all 0.4s;
  }
  .header .nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .header .nav a {
    padding: 20px 25px;
    text-align: left;
  }
  .header .language {
    margin-left: auto;
    width: 88px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .home-section8 .bd li .img {
    align-items: center;
  }
  .home-section8 .bd li .img img {
    margin-bottom: 0;
  }
  .home-section11 .bd .img {
    top: 100px !important;
    left: 50% !important;
    margin-left: -130px;
    width: 330px;
  }
  .home-section11 .bd .layer {
    padding: 15px 25px 15px 15px;
    font-size: 14px;
    height: auto;
    width: auto;
  }
  .home-section11 .bd .layer::before, .home-section11 .bd .layer::after {
    right: -18px;
    width: 18px;
    height: 18px;
  }
  .home-section11 .bd .layer::before {
    top: 1px;
    right: -15px;
  }
  .home-section11 .bd .layer img {
    margin-right: 15px;
    width: 25px;
  }
  .home-section11 .bd .layer4::before, .home-section11 .bd .layer4::after, .home-section11 .bd .layer5::before, .home-section11 .bd .layer5::after {
    left: -18px;
  }
  .home-section11 .bd .layer4::before, .home-section11 .bd .layer5::before {
    left: -15px;
  }
  .home-section11 .bd .layer1 {
    top: 80px !important;
    left: 80px !important;
  }
  .home-section11 .bd .layer2 {
    top: 240px !important;
    left: 45px !important;
  }
  .home-section11 .bd .layer3 {
    top: 410px !important;
    left: 30px !important;
  }
  .home-section11 .bd .layer4 {
    top: 240px !important;
    right: 60px !important;
  }
  .home-section11 .bd .layer5 {
    top: 420px !important;
    right: 155px !important;
  }
}
@media only screen and (max-width: 767px) {
  .global-hd {
    font-size: 24px;
  }
  .banner h3 {
    margin-top: -80px;
    padding: 0 10%;
    font-size: 26px;
    line-height: 1.6;
  }
  .banner .desc {
    padding: 0 5%;
    width: 100%;
  }
  .home-section1 {
    margin-bottom: 0;
    background-size: 100% 340px;
  }
  .home-section1 .hd {
    padding: 50px 5%;
  }
  .home-section1 .bd li {
    padding-left: 5%;
    padding-right: 13%;
    flex-wrap: wrap;
  }
  .home-section1 .bd li .img {
    width: auto;
    height: 260px;
  }
  .home-section1 .bd li img {
    max-width: 100%;
    width: auto;
  }
  .home-section1 .bd li .txt {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
  .home-section1 .bd .btns {
    margin-top: 65px;
    position: static;
    left: 0;
    transform: translateX(0);
  }
  .home-section1 .bd .pagination {
    justify-content: center;
    transform: translateY(-30px);
  }
  .home-section1 .bd .pagination .item {
    margin: 0 4px;
    font-size: 0;
    background-color: transparent;
    border: none;
    height: auto;
    flex: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid transparent;
    opacity: 1;
  }
  .home-section1 .bd .pagination .item::before {
    display: none;
  }
  .home-section1 .bd .pagination .item span {
    position: relative;
    display: block;
    transition: all 0.3s;
    width: 8px;
    height: 8px;
    background-color: #959595;
    border-radius: 50%;
  }
  .home-section1 .bd .pagination .item.swiper-pagination-bullet-active {
    border-color: #fff;
  }
  .home-section1 .bd .pagination .item.swiper-pagination-bullet-active span {
    background-color: #fff;
    opacity: 1;
  }
  .home-section2 ul {
    flex-wrap: wrap;
  }
  .home-section2 ul li {
    flex: none;
    width: 100%;
  }
  .home-section3 {
    margin-bottom: 80px;
  }
  .home-section3 .container {
    flex-wrap: wrap;
  }
  .home-section3 .left {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .home-section3 .left .title {
    font-size: 28px;
    line-height: 1.6;
  }
  .home-section3 .right {
    width: 100%;
  }
  .home-section4 .bg {
    display: none;
  }
  .home-section4 .bd {
    margin-left: 0;
    padding-top: 40px;
    width: 100%;
  }
  .home-section4 .bd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .home-section4 .bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .home-section4 ul {
    flex-wrap: wrap;
  }
  .home-section4 li {
    width: 100%;
  }
  .home-section4 li .txt {
    margin: 40px 0 !important;
    order: 1;
    padding-left: 30px;
  }
  .home-section4 li:nth-child(3) .hr {
    order: -1;
    margin-bottom: 0;
  }
  .home-section4 .name {
    padding-left: 10px;
    text-align: left;
    font-size: 20px;
  }
  .home-section4 .btm {
    order: 0;
    display: flex;
    align-items: center;
  }
  .home-section4 .hr {
    margin: 0;
    transform: translate3d(-9px, 0, 0);
  }
  .home-section4 .hr .dot {
    margin: 0;
    width: 18px;
    height: 18px;
  }
  .home-section4 .hr .line {
    display: none;
    width: 100%;
    height: 1px !important;
  }
  .home-section4 dl {
    padding: 40px 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 0;
  }
  .home-section4 dd {
    text-align: center;
    font-size: 12px;
  }
  .home-section4 dd img {
    width: 32px;
  }
  .home-section5 {
    margin-bottom: 80px;
  }
  .home-section5 .hd {
    margin-bottom: 40px;
  }
  .home-section6 .info li {
    position: relative;
    justify-content: space-between;
    width: 100%;
  }
  .home-section6 .info li:nth-child(1) .content {
    margin-right: 0;
  }
  .home-section6 .info li:nth-child(2) .content {
    margin-left: 15px;
  }
  .home-section6 .info .content {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    width: 50%;
  }
  .home-section6 .info .img {
    margin-bottom: 0;
    order: 0 !important;
    width: 180px;
  }
  .home-section6 .info .desc {
    margin-bottom: 0;
    padding: 10px;
    height: 160px;
    overflow: auto;
  }
  .home-section6 .info .desc img {
    margin-bottom: 10px;
    width: 12px;
  }
  .home-section6 .info .name {
    margin-bottom: 20px;
    order: -1;
  }
  .home-section6 .info .name .t1 {
    font-size: 20px;
  }
  .home-section6 .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .home-section6 .list .txt {
    margin-top: 15px;
  }
  .home-section6 .list .txt .name {
    font-size: 20px;
  }
  .home-section7 .bd {
    padding: 0 5%;
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .home-section7 .bd .swiper-pagination {
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .home-section7 .bd .bigSwiper {
    order: -1;
    width: 100%;
    height: 360px;
    margin-right: 0;
  }
  .home-section7 .bd .thumbsSwiper {
    display: none;
    flex: none;
    min-width: 0;
    width: 100%;
  }
  .home-section7 .bd .thumbsSwiper li {
    margin-right: 0;
    padding: 15px;
    height: 80px;
  }
  .home-section7 .bd .thumbsSwiper li::before {
    background-size: 70%;
  }
  .home-section8 .bd ul {
    flex-wrap: wrap;
  }
  .home-section8 .bd li {
    width: 100%;
    flex: none;
  }
  .home-section9 .bd .content {
    width: 100%;
  }
  .home-section9 .ft ul {
    flex-wrap: wrap;
  }
  .home-section9 .ft li {
    padding: 12px;
  }
  .home-section9 .ft li .img {
    margin-bottom: 8px;
    width: 20px;
  }
  .home-section9 .ft li p {
    font-size: 12px;
  }
  .home-section10 .hd {
    margin-bottom: 20px;
  }
  .home-section10 .bd ul {
    flex-wrap: wrap;
  }
  .home-section10 .bd li {
    flex: none;
    width: 33.33%;
  }
  .home-section11 {
    margin-bottom: 0;
  }
  .home-section11 .bd {
    padding-bottom: 0;
    height: 500px;
  }
  .home-section11 .bd .img {
    top: 125px !important;
    left: 10px !important;
    margin-left: 0;
    width: 156px;
  }
  .home-section11 .bd .layer {
    padding: 10px 15px 10px 8px;
    font-size: 12px;
  }
  .home-section11 .bd .layer img {
    margin-right: 10px;
    width: 20px;
  }
  .home-section11 .bd .layer1::before, .home-section11 .bd .layer1::after, .home-section11 .bd .layer2::before, .home-section11 .bd .layer2::after, .home-section11 .bd .layer3::before, .home-section11 .bd .layer3::after {
    right: auto;
    left: -14px;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    width: 14px;
    height: 14px;
  }
  .home-section11 .bd .layer1::before, .home-section11 .bd .layer2::before, .home-section11 .bd .layer3::before {
    left: -12px;
  }
  .home-section11 .bd .layer4::before, .home-section11 .bd .layer4::after, .home-section11 .bd .layer5::before, .home-section11 .bd .layer5::after {
    left: -14px;
    width: 14px;
    height: 14px;
  }
  .home-section11 .bd .layer4::before, .home-section11 .bd .layer5::before {
    left: -12px;
  }
  .home-section11 .bd .layer1 {
    top: 50px !important;
    left: 10px !important;
  }
  .home-section11 .bd .layer2 {
    top: 125px !important;
    left: auto !important;
    right: 0;
  }
  .home-section11 .bd .layer3 {
    top: 216px !important;
    left: auto !important;
    right: 10px;
  }
  .home-section11 .bd .layer4 {
    top: 290px !important;
  }
  .home-section11 .bd .layer5 {
    top: 355px !important;
    right: 175px !important;
  }
  .home-section12 {
    margin-bottom: 40px;
  }
  .home-section12 .container {
    flex-wrap: wrap;
  }
  .home-section12 .hd {
    margin-bottom: 30px;
  }
  .home-section13 {
    margin-bottom: 40px;
  }
  .home-section13 .left {
    margin-bottom: 30px;
    width: 100%;
  }
  .home-section13 .left .desc {
    width: 100%;
  }
  .home-section13 .right {
    width: 100%;
  }
  .contact .bd ul {
    flex-wrap: wrap;
  }
  .contact .bd li {
    padding: 20px;
    flex: none;
    width: 100%;
  }
  .article-wrap .hd {
    padding: 40px 0 30px;
  }
  .article-wrap .hd h3 {
    font-size: 24px;
  }
  .article-wrap .hd .info {
    font-size: 16px;
  }
  .article-wrap .hd .info i {
    font-size: 20px;
  }
  .recommend > .container {
    padding: 0 5%;
  }
  .recommend .box {
    padding: 20px;
  }
  .recommend .title {
    font-size: 14px;
  }
  .recommend .swiper {
    padding: 0;
  }
  .recommend .swiper-pagination {
    display: block;
    bottom: -60px;
  }
  .recommend .swiper-pagination span {
    position: relative;
    padding: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all 0.3s;
    background-color: transparent;
    opacity: 1;
  }
  .recommend .swiper-pagination span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #959595;
    border-radius: 50%;
  }
  .recommend .swiper-pagination span.swiper-pagination-bullet-active {
    border-color: #fff;
  }
  .recommend .swiper-pagination span.swiper-pagination-bullet-active::before {
    background-color: #fff;
  }
  .recommend .swiper-button-prev, .recommend .swiper-button-next {
    display: none;
    width: 40px;
    height: 40px;
  }
  .recommend .swiper-button-prev {
    left: 10px;
  }
  .recommend .swiper-button-next {
    right: 10px;
  }
  .news-wrap {
    padding-top: 40px;
  }
  .news-wrap li {
    padding: 15px;
    padding-left: 30px;
  }
  .news-wrap li::before {
    top: 21px;
    left: 12px;
    width: 8px;
    height: 8px;
  }
  .research-wrap li {
    padding-left: 15px;
  }
  .research-wrap .txt {
    padding-right: 15px;
    font-size: 14px;
  }
}/*# sourceMappingURL=responsive.css.map */