@media screen and (max-width: 1580px) {
  main {
    width: 1200px; }

  .message-container .left {
    padding-left: 0; }

  .message-container .right {
    width: 50%; }

  #app .chat-container {
    transform: scale(0.75);
    left: 30px;
    height: calc(100%);
    top: unset;
    bottom: 30px;
    transform-origin: left bottom; }
  #app .chat-btn {
    transform: scale(0.75);
    transform-origin: right bottom; } }
@media screen and (max-width: 1200px) {
  main {
    width: 960px; }

  header .header-nav .nav .nav-item {
    margin-right: 30px; } }
@media screen and (max-width: 960px) {
  #app {
    display: none; }

  header {
    display: none; }

  main {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px; }

  .mobile_header {
    display: block; }

  #Banner {
    height: 250px; }
    #Banner .slideBg {
      height: 100%; }
      #Banner .slideBg img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%; }

  .home-page .section-1 main .list {
    display: unset; }

  .home-page .section-1 main .list .item {
    width: 100%;
    height: auto; }

  .home-page .section-1 main .list .item .pic {
    height: 200px !important; }

  .home-page .section-1 main .list .item {
    margin-bottom: 20px; }

  .home-page .section-1 main .list .item a {
    padding: 0; }

  .home-page .section-1 main .list .item a .name {
    font-size: 16px;
    background: #2CA62F;
    height: 40px; }

  .join-container .right-part {
    display: none; }

  .home-page .section-2 .left-part {
    width: 100%;
    height: 320px; }

  .home-page .section-3 {
    height: unset;
    padding-bottom: 30px; }

  .home-page .section-3 .list {
    display: block; }

  .home-page .section-3 .list .item {
    width: 100%;
    margin-bottom: 10px; }

  .home-page .section-3 .list .item .text-wrapper .text1 {
    margin-top: 10px; }

  .home-page .section-4 .list {
    display: unset; }

  .home-page .section-4 .list .item {
    width: 100%;
    margin-bottom: 20px; }

  .home-page .section-5 main .video {
    height: 250px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden; }

  .pageNav .page-item, .pageNav .page-num {
    padding: 0 8px; }

  .theme .theme-title {
    position: relative; }

  .theme .sub-title {
    margin-top: 18px;
    font-size: 16px; }

  .message-container .left {
    width: 100%;
    padding-left: 0; }

  .message-container .right {
    width: 100%; }

  .message-container .right .wrapper {
    width: calc(100% - 40px);
    margin: 0 auto; }

  footer .top-part {
    display: unset; }

  footer .top-part .left .text1 {
    margin-top: 25px; }

  footer .top-part .left .f-logo img {
    width: 50px;
    margin-right: 10px; }

  footer .top-part .r-box .right {
    margin-left: 0;
    margin-right: 20px; }

  footer .top-part .mid-box {
    margin-top: 20px; }

  footer .top-part .mid-box .mid .title {
    margin-bottom: 10px; }

  footer .line {
    margin-top: 20px; }

  .sub-banner {
    height: 200px; }

  .sub-banner .mask .p-title {
    font-size: 22px;
    padding-top: 75px; }

  .sub-banner .mask .sub-title {
    font-size: 12px;
    line-height: 20px;
    width: 90%; }

  .theme {
    padding-bottom: 22px; }

  .theme .theme-title img {
    max-height: 30px; }

  .theme .mobile {
    display: none; }

  .contact-page .section-1 {
    padding-top: 30px; }

  .contact-page .section-1 .contact {
    display: unset; }

  .contact-page .section-1 .contact .item {
    height: 90px;
    margin-bottom: 20px;
    width: 100%; }

  .contact-page .section-1 .contact .item img {
    max-height: 30px; }

  .contact-page .section-1 .contact .item .text-wrapper .text1 {
    font-size: 18px;
    color: #FCFCFD; }

  .contact-page .section-1 .contact .item .text-wrapper .text2 {
    font-size: 14px; }

  .about-page .section-1 {
    padding-top: 40px; }

  .about-page .section-1 .theme {
    margin-bottom: 10px; }

  .about-page .section-1 .theme .theme-title {
    text-align: center;
    width: 100%; }

  .about-page .section-1 .main .right-part {
    width: 100%; }

  .about-page .section-1 .main .right-part .company-name {
    font-size: 18px; }

  .about-page .section-1 .main .right-part .info p {
    font-size: 16px; }

  .about-page .section-2 {
    width: 100%; }

  .product-page .section-1 {
    padding-top: 25px; }

  .product-page .list {
    margin-top: 0; }

  .product-page .main .list .wrapper .item {
    margin-right: 0;
    width: 100%; }

  .product-page .main .proInfo .top .info {
    width: 100%; }

  .product-page .main .proInfo .top .pic {
    width: 100%;
    height: 200px;
    margin-bottom: 15px; }

  .product-page .main .list .wrapper .item {
    margin-right: 0px;
    margin-bottom: 20px; }

  .product-page .main .list .wrapper .item a .pic {
    height: 200px; }

  .product-info-page {
    padding-top: 30px; }

  .product-page .proInfo .top .pic {
    width: 100%;
    height: 200px; }

  .product-page .proInfo .top .pic img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%; }

  .product-page .proInfo .top .info {
    width: 100%; }

  .product-page .proInfo .top .info .title {
    font-size: 20px;
    margin-bottom: 10px; }

  .product-page .proInfo .bottom .title {
    width: 80px;
    font-size: 14px; }

  .newsinfo-page main {
    padding: 10px; }

  .newsinfo-page {
    padding-top: 50px; }

  .newsinfo-page main .text-secondary {
    display: unset; }

  .about-page .section-1 .main .left-part {
    width: 100%; }

  .about-page .section-1 .main .left-part .top video {
    height: 250px; }

  .about-page .section-1 .main .right-part .info {
    height: unset; }

  .about-page .section-1 .main .right-part .info1 {
    height: unset;
    padding: 5px;
    width: calc(100% - 10px); }

  .about-page .section-1 .main .left-part .bottom {
    display: none; }

  .about-page .section-2 .main {
    display: unset; }

  .about-page .section-2 .main .item {
    width: 100%; }

  .about-page .section-2 {
    margin-top: 30px; }

  .about-page .section-3 {
    margin-top: 30px; }

  .about-page .section-3 .theme {
    display: none; }

  .about-page .section-3 .main {
    display: none; }

  .about-page .section-2 .main .item .box {
    min-height: unset; }

  .contact-page .section-2 .move-shape {
    transform: scale(0.2);
    right: -20%;
    opacity: 0.3; }

  .home-page .move-shape {
    width: 1200px;
    transform: scale(0.1);
    opacity: 0.3; }

  .home-page .section-1 .move-shape {
    left: 0%; }

  .home-page .section-5 .move-shape {
    left: 10%; } }

/*# sourceMappingURL=media.css.map */
