.box-sizing {
    box-sizing: border-box
  }
  
  .font-18 {
    font-size: 18px
  }
  
  .font-16 {
    font-size: 16px
  }
  
  /* 头部通用 */
  
  header {
    height: 94px;
    position: fixed;
    z-index: 999;
    padding: 0 6%;
    width: 100%;
    transition: 0.5s
  }
  
  .logo-txt {
    font-size: 18px;
    font-family: PingFang;
    color: #ffffff;
    padding-left: 20px;
    padding-top: 20px
  }
  
  img {
    display: block;
    max-width: 100%
  }
  
  .img-block {
    display: block
  }
  
  .img-none {
    display: none
  }
  
  
  
  .nav {
    padding-top: 12px;
  }
  
  .nav li>a {
    display: block;
    margin: 0 1.5vw;
    line-height: 27px;
    position: relative;
    padding-bottom: 10px;
    transition: 0.5s;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }
  
  .nav li>a::before {
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #f02c2d;
    content: "";
    transition: 0.5s;
  }
  
  .nav li.cur>a:before {
    width: 100%;
  }
  
  .nav li .sec {
    position: absolute;
    width: 150px;
    padding:10px;
    top: 52px;
    background: #f8f8f8;
    margin-left:-75px;
    left: 50%;
    box-sizing: border-box;
  }
  
  .nav li .sec>a {
    display: block;
    line-height: 42px;
    color: #000;
    font-weight: 500;
    text-align: center;
  
  }
  
  @media (min-width: 1201px) {
    .nav li .sec {
        opacity: 0;
        transform: translateY(30px);
        visibility: hidden;
        transition: all 0.5s ease;
    }
  
    .nav li:hover .sec {
        opacity: 1;
        transform: translateY(-10px);
        visibility: visible;
        transition: all 0.5s ease;
    }
  }
  
  .language {
    color: #fff;
    margin: 0 1.5vw;
  }
  
  .language i {
    margin: 0 0.5vw;
  }
  
  .header-btn {
    width: auto;
    height: 36px;
    background: #f02c2d;
    border-radius: 18px;
    padding: 0 10px;
    margin-left: 1.5vw;
  }
  
  .header-btn a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 36px;
  }
  
  .header-btn a:hover,
  .language a:hover,
  .nav a:hover {
    color: #fff;
  }
  
  header.on {
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  header.on .img-none {
    display: block;
  }
  
  header.on .language,
  header.on .logo-txt {
    color: #231815;
  }
  
  header.on .nav li>a {
    color: #231815;
  }
  
   .nav li:nth-child(2) .sec{width:280px;margin-left:-130px}
  
  
  header.on .img-block,
  header.on .nav .cur a:before {
    display: none;
  }
  
  header.on .language a:hover,
  header.on .nav li.cur>a,
  header.on .nav a:hover {
    color: #f02c2d;
  }
  
  /* 头部通用 end*/
  .wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
  }
  
  .pic-abs {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 56px;
    font-family: PingFang;
    font-weight: 800;
    color: #ffffff
  }
  
  
  
  .sw-banner .abs {
    left: 0;
    bottom: -2px;
    z-index: 10;
    width: 100%
  }
  
  .sw-banner .abs img {
    width: 100%
  }
  
  .indexBanner a {
    display: block
  }
  
  .indexBanner img {
    width: 100%
  }
  
  .indexBanner .swiper-pagination {
    text-align: left !important;
    bottom: 150px !important;
    width: 80% !important;
    left: 11% !important
  }
  
  .indexBanner .swiper-pagination .swiper-pagination-bullet {
    height: 2px;
    width: 32px;
    background: #cdcdcd
  }
  
  .indexBanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f02c2d
  }
  
  .sw-index-about {
    padding-top: 43px
  }
  
  .sw-index-about .con {
    width: calc(100% - 880px)
  }
  
  .sw-index-about .con .title {
    padding-top: 70px
  }
  
  .sw-index-about .con .title .t1 {
    font-size: 42px;
    font-family: PingFang;
    font-weight: bold;
    color: #023C86
  }
  
  .sw-index-about .con .title i {
    width: 68px;
    height: 6px;
    background: #F13536;
    margin: 10px 0 20px 0
  }
  
  .sw-index-about .con .title .en {
    font-size: 30px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(43, 82, 163, 0.5)
  }
  
  .sw-index-about .con .txt {
    font-size: 18px;
    font-family: PingFang;
    font-weight: 400;
    color: #0F0F0F;
    line-height: 36px;
    padding: 2% 0
  }
  
  .numScroll {
    padding: 2% 0 8% 0
  }
  
  .numScroll li {
    width: 30%
  }
  
  .sw-index-about .img {
    width: 785px
  }
  
  .numScroll li .num {
    color: #F13536
  }
  
  .numScroll li .num span {
    font-size: 40px;
    font-family: Montserrat;
    font-weight: bold;
    line-height: 60px;
    padding-right: 10px
  }
  
  .numScroll li {
    font-size: 16px
  }
  
  .more a {
    display: block;
    width: 166px;
    height: 50px;
    background: #F02C2D;
    border-radius: 31px 0px 31px 0px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px
  }
  
  .more a:hover {
    color: #FFF;
    background: #dd2626
  }
  
  .sw-index-about .img img {
    height: 606px;
    width: 100%
  }
  
  .sw-index-product {
    height: 1022px;
    background: url(../images/cp.jpg) no-repeat top center;
  
    margin-top: 41px;
    padding-top: 12%;
    box-sizing: border-box;
  }
  
  .sw-column {
    font-size: 48px;
    font-family: PingFang;
    font-weight: bold;
    padding-bottom: 25px;
  }
  
  .sw-column::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 68px;
    height: 6px;
    background: #f02c2d;
    transform: translateX(-50%);
  }
  
  .white {
    color: #FFFFFF;
  }
  
  .sw-index-product .sw-itme-box {
    padding-top: 54px;
  }
  
  .sw-index-product .sw-itme{

    border-radius: 8px;
    overflow: hidden;
  }
  
  .sw-index-product .sw-itme a {
    display: block;
    height: 430px;
  }
  
  
  .sw-index-product .sw-itme .img img {
    height: 256px;
    object-fit: cover;
    width: 100%;
  }
  .sw-itme-box{padding:0 4%;}
  .sw-itme-box .swiper-button-next,.sw-itme-box .swiper-button-prev{color:#fff;}
  
  .sw-index-product .sw-itme a .abs {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg1.png) no-repeat left top;
    background-size: 100% 100%;
  }
  
  
  .sw-index-product .sw-itme a .abs .icon {
    height: 88px;
    width: 88px;
    margin: 0 auto;
    padding-top: 210px;
  }
  
  .sw-index-product .sw-itme a .abs .txt {
    padding:290px 2% 0 2%
  }

  .sw-itme-box .swiper-pagination{display:none}
  
  .sw-index-product .sw-itme a .abs .txt .t1 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #484848;
  
  }
  
  .sw-index-product .sw-itme a .abs .txt .t2 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(72, 72, 72, 0.75);
    margin-top: 15px;
    padding: 0 15px;
  }
  
  .mauto a {
    margin: 40px auto 0 auto;
  }
  
  .sw-index-news {
    background: url(../images/newsBG.jpg) no-repeat left bottom #F6F7FA;
    padding: 80px 0 68px 0;
  }
  
  .swiper-box {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  
  .news-tab,
  .newsSwiper {
    width: 748px;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
  }
  
  .news-tab {
    width: calc(100% - 828px);
  }
  
  .newsSwiper img {
    height: 439px;
    width: 100%;
    object-fit: cover;
  }
  
  .newsSwiper a {
    display: block;
  }
  
  .newsSwiper .abs {
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 30px;
    box-sizing: border-box;
  }
  
  .news-top {
    background: #ececec;
  }
  
  .news-top a {
    display: block;
    line-height: 63px;
    width: 49.5%;
    text-align: center;
    font-size: 18px;
  }
  
  .news-top a:hover,
  .news-top a.cur {
    background: #F02C2D;
    color: #fff;
  }
  
  .news-con {
    padding: 16px 20px;
  }
  
  .news-con .item {
    display: none
  }
  
  .news-con .item.on {
    display: block;
  }
  
  .news-con ul li a {
    display: block;
    border-bottom: 1px dashed #d4d4d4;
    padding: 12px 0;
  }
  
  .news-con ul li a .t1 {
    color: #535353;
    line-height: 36px;
  }
  
  .news-con ul li a .time {
    background: url(../images/icon4.jpg) no-repeat left center;
    color: #7B7B7B;
    padding-left: 20px;
  }
  
  
  /* 底部通用 */
  footer {
    background: #444444
  }
  
  .footer-wrap {
    width: 100%;
    max-width: 1685px;
    margin: 0 auto
  }
  
  .footer-top {
    padding: 92px 0 58px 0
  }
  
  .footer-contact {
    width: 600px
  }
  
  .footer-contact .tit {
    padding: 3% 0;
    color: #fff;
    line-height: 36px
  }
  
  .ewm {
    color: #fff;
    line-height: 40px;
    text-align: center
  }
  
  .ewm-item {
    width: 100px
  }
  
  .ewm img {
    height: 100%;
    height: 100%;
    object-fit: contain
  }
  
  .footer-nav {
    width: calc(100% - 700px)
  }
  
  .footer-nav p {
    font-size: 18px;
    font-family: PingFang;
    font-weight: bold;
    color: #ffffff;
    line-height: 36px;
    padding-bottom: 20px
  }
  
  .footer-nav a {
    display: block;
    font-family: PingFang;
    font-weight: 300;
    color: #ffffff;
    line-height: 36px
  }
  
  .footer-nav a:hover {
    color: rgba(255, 255, 255, 0.8)
  }
  
  .coyp {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 2% 0
  }
  
  /* 底部通用 end */
  
  
  .sub-banner img {
    width: 100%;
  }
  
  .sub-banner .abs {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 72px;
    font-family: PingFang;
    font-weight: 800;
    color: #ffffff;
  }
  
  .contact-top {
    padding: 4% 0;
  }
  
  .contact-top li {
    display: flex;
    justify-content: space-between;
    width: 29%;
  }
  
  .contact-top .icon {
    width: 85px;
    height: 85px;
  }
  
  .contact-top .txt {
    width: calc(100% - 105px);
  }
  
  .contact-top .txt .t1 {
    font-size: 16px;
    font-weight: bold;
    font-family: PingFang;
    color: #000000;
    line-height: 24px;
  }
  
  .contact-top .txt .t2 {
    line-height: 24px;
    font-size: 18px;
    color: #555;
    margin-top: 10px;
    word-break: break-all;
  }
  
  .font24 {
    font-size: 24px !important;
  }
  
  #map {
    height: 433px;
    width: 100%;
    border-radius: 5px;
  }
  
  
  .message {
    padding-bottom: 3%;
  }
  
  .message .t1 {
    padding: 2% 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3f3f3f;
    line-height: 60px;
  }
  
  .form-group {
    width: 32%;
    background: #fff;
    padding-left: 6px;
    box-sizing: border-box;
    margin-bottom: 28px;
  }
  
  .form-group label {
    color: #ff0000;
    height: 61px;
    width: 18px;
    text-align: center;
    line-height: 61px;
    display: block;
  }
  
  .form-control {
    height: 61px;
    width: calc(100% - 18px);
  }
  
  .form-group:last-child {
    width: 100%;
  }
  
  .form-group:nth-last-child(2) {
    width: 100%;
  }
  
  .form-group:last-child {
    margin-bottom: 0;
  }
  
  .form-group textarea {
    height: 222px;
    padding: 18px;
    box-sizing: border-box;
  }
  
  .message button {
    width: 184px;
    height: 55px;
    background: #ea5442;
    border-radius: 28px;
    margin-top: 55px;
    display: block;
    color: #fff;
    font-size: 16px;
  }
  
  .loc-box {
    padding-top: 94px;
  }
  
  .loc {
    padding: 3% 0;
    color: #616161;
    background: url(../images/home.png) no-repeat left center;
    padding-left: 30px;
  }
  
  .news-details {
    margin-bottom: 48px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border-top: 6px solid #ea5442;
    padding: 54px 54px 85px 64px
  }
  
  .details-top {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 20px;
  }
  
  .details-top .title {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #393939;
  }
  
  .details-top .time {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #717171;
    margin-top: 15px;
  }
  
  .share {
    margin-top: 15px;
  }
  
  .share a {
    margin-right: 10px;
  }
  
  .rich-text {
    padding: 3% 0 5% 0;
    font-size: 18px !important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3B3B3B;
    line-height: 36px !important;
  }
  
  .rich-text img {
    margin: 0 auto !important;
  }
  
  .detalis-btn {
    padding-top: 60px;
  }
  
  .next {
    width: 49%;
    height: 90px;
    line-height: 90px;
    background: #f5f5f5;
    padding: 0 32px;
    box-sizing: border-box;
    font-weight: bold;
    color: #7d7d7d;
  }
  
  .next span {
    width: 70px;
  }
  
  .next a {
    font-weight: 400;
    width: calc(100% - 70px);
  }
  
  .bg {
    background: #f6f6f6;
  }
  
  .box {
    border-radius: 40px 40px 0 0;
    margin-top: -37px;
    z-index: 33;
    background: #f6f6f6;
    padding: 62px 0
  }
  
  .wrap1 {
    width: 100%;
    max-width: 1355px;
    margin: 0 auto;
  }
  
  .submeum {
    width: 290px;
    border-radius: 15px;
    overflow: hidden;
  }
  
  .submeum-top {
    background: url(../images/bg2.jpg) no-repeat left top;
    height: 108px;
    line-height: 108px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 40px;
  }
  
  .submeum ul {
    padding: 31px 0 40px 0;
    background: #fff;
  }
  
  
  .submeum ul li a {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    padding-left: 27px;
    background: url(../images/d.jpg) no-repeat 12px center;
  }
  
  .submeum ul li.cur a,
  .submeum ul li a:hover {
    color: #dd2626;
  }
  
  .right,
  .productList {
    width: calc(100% - 330px);
  }
  
  .productList a {
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 33px;
  }
  
  
  .productList a .img {
    width: 439px;
  }
  
  .productList a .img img {
    height: 277px;
    object-fit: cover;
    width: 100%;
  }
  
  .productList a .con {
    width: calc(100% - 439px);
    box-sizing: border-box;
    padding: 40px;
  }
  
  .productList a .con .t1 {
    font-size: 24px;
    font-family: PingFang;
    font-weight: bold;
    color: #4A4A4A;
  }
  
  .productList a i {
    width: 46px;
    height: 2px;
    background: #e7e7e7;
    margin: 15px 0;
  }
  
  .productList a .txt {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3B3B3B;
    line-height: 36px;
  }
  
  .productList a:hover .con .t1 {
    color: #EA5442;
  }
  
  .right {
    background: #fff;
    border-radius: 15px;
    width: calc(100% - 323px);
    padding: 43px 35px;
    box-sizing: border-box;
  }
  
  
  
  .right-about {
    padding-bottom: 30px;
  }
  
  .right-about .img {
    width: 456px;
  }
  
  .right-about .img img {
    height: 308px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  
  .right-about .con {
    width: calc(100% - 500px);
  }
  
  .right-about .con .t1 {
    font-size: 30px;
    font-family: PingFang;
    font-weight: bold;
    color: #EA5442;
  }
  
  .aboutUs .txt {
    font-size: 16px;
    font-family: PingFang;
    font-weight: 500;
    color: #696969;
    line-height: 30px;
  }
  
  .mt20 {
    margin-top: 20px;
  }
  
  
  .about-video video {
    width: 100%;
    display: block;
    object-fit: cover;
    background: #000;
  }
  
  .flx-btn {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: url(../images/flx-btn.png) no-repeat center center;
  }
  
  
  .sw-imgList ul {
    margin: 0 -9px;
    padding-bottom: 20px;
  }
  
  .sw-imgList ul li {
  
    width: 33.3333%;
  }
  
  .sw-imgList ul li a {
    display: block;
    margin: 0 9px 0px 9px;
  }
  
  .sw-imgList ul li .img {
    padding: 23px 33px;
    background: #f6f6f6;
    border-radius: 5px;
  }
  
  .sw-imgList ul li .img img {
    border-radius: 5px;
    object-fit: contain;
    height: 187px;
  }
  
  .sw-imgList ul li p {
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 12px;
    font-size: 16px;
  }
  
  .pages a {
    display: block;
    height: 38px;
    border: 1px solid #c9d9e0;
    padding: 0 20px;
    line-height: 38px;
    margin-right: 22px;
  }
  
  .pages a.cur {
    color: #fff;
    border: 1px solid #f02c2d;
    background: #f02c2d;
  }
  
  .sw-news {
    width: calc(100% - 323px)
  }
  
  .swNews a {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
  }
  
  .swNews a .img {
    width: 446px
  }
  
  .swNews a .img img {
    height: 311px;
    width: 100%;
    object-fit: cover;
  }
  
  .swNews a .con {
    width: calc(100% - 446px);
    padding: 0 49px;
    box-sizing: border-box;
  }
  
  .swNews a .con .t1 {
    font-size: 18px;
    font-family: PingFang;
    font-weight: bold;
    color: #4A4A4A;
  
  }
  
  .swNews a .con .time {
    font-family: PingFang;
    font-weight: 500;
    color: #CECECE;
    margin: 15px 0;
  }
  
  .swNews a .con .txt {
    font-family: PingFang;
    font-weight: 500;
    color: #696969;
    line-height: 24px;
    height: 72px;
  }
  
  .sw-news .swiper-pagination {
    bottom: 40px !important;
    text-align: right;
    width: 95% !important;
  }
  
  .sw-news .swiper-pagination .swiper-pagination-bullet {
    background: #D8D8D8;
  }
  
  
  .sw-news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #dd2626;
  }
  
  .swNews a:hover .t1 {
    color: #dd2626;
  }
  
  .sw-news ul {
    padding-bottom: 50px;
  }
  
  .sw-news ul li a {
    padding: 20px;
    background: #FFF;
    border-radius: 15px;
    margin-top: 15px;
  }
  
  .sw-news ul li a .data {
    background: rgba(169, 169, 169, 0.08);
    border-radius: 15px;
    width: 97px;
    height: 98px;
    text-align: center;
    color: #666666;
    transition: 0.2s;
  
  }
  
  .data p:first-child {
    font-size: 36px;
    font-family: PingFang;
    font-weight: 500;
  
  }
  
  .sw-news ul li a .con {
    width: calc(100% - 120px);
  }
  
  .sw-join-name {
    color: #444444;
  }
  
  .sw-join-name li {
  
    width: 15%;
    text-align: center;
    margin-right: 5px;
    font-size: 16px;
    font-family: PingFang;
  
  
  
  }
  
  
  .sw-join-name li:nth-child(1) {
    padding-left: 30px;
    text-align: left;
    width: 17%;
  }
  
  .sw-join-name1 {
    margin-top: 30px;
    height: 47px;
    line-height: 47px;
    background: #f9f9f9;
    font-weight: bold;
  
  }
  
  .sw-join-name1 li:last-child {
    background: url(../images/hide.png) no-repeat center center;
  }
  
  
  .sw-join-centen .con {
    background: #fff;
    padding: 30px;
  }
  
  .sw-join-centen.con h3 {
    font-size: 16px;
    color: #3b3b3b;
    padding-bottom: 15px;
    font-weight: bold;
  }
  
  .sw-join-centen .con p {
    line-height: 30px;
    font-size: 16px;
  }
  
  .sw-join-centen .item {
    margin-bottom: 19px;
  }
  
  .sw-join-centen .item.cur .sw-join-name1 {
    background: #ea5442;
    color: #fff
  }
  
  .sw-join-centen .item.cur .sw-join-name1 li:last-child {
    background: url(../images/show.png) no-repeat center center;
  }
  
  .m-language {
    display: none;
  }
  
  /* 头部 */
  @media (max-width: 1700px) {
    .footer-wrap {
        max-width: 94%;
    }
  
    .footer-nav {
        width: calc(100% - 500px);
    }
  }
  
  @media (max-width: 1560px) {
    .nav a {
        margin: 0 1.5vw;
    }
  }
  
  @media (max-width: 1400px) {
    header {
        padding: 0 2%;
    }
  }
  
  @media (max-width: 1200px) {
    .m-language {
        display: block;
    }
  
    header {
        padding: 15px;
        height: 60px;
        background: #fff;
    }
  
    .m-on .img-block {
        display: none;
    }
  
    .m-on .img-none {
        display: block;
    }
  
    .m-on .nav a,
    .m-on .logo-txt {
        color: #000;
    }
  
    .m-on .nav li.cur>a,
    .m-on .nav a:hover {
        color: #f02c2d;
    }
  
    .nav .cur a:before {
        display: none;
    }
  
    .meum {
        position: absolute;
        width: 100%;
        left: -100%;
        top: 60px;
        height: calc(100vh - 60px);
        background: #fff;
        transition: 0.5s;
        overflow-y: auto;
    }
  
    .meum.on {
        left: 0;
    }
  
    .meum,
    .nav,
    .mob-nav {
        display: block !important;
    }
  
    .seacher {
        display: none;
    }
  
    .nav {
        padding: 15px;
    }
  
    .nav li>a {
        line-height: 36px;
        border-bottom: 1px solid #eeebebcc;
    }
  
    .language {
        display: none;
    }
  
    .logo-img img {
        height: 40px;
    }
  
    .logo-txt {
        font-size: 14px;
        padding-top: 10px;
        padding-left: 10px;
    }
  
    .footer-top {
        padding: 10% 0;
    }
  
    .footer-nav {
        display: none !important;
    }
  
    .footer-contact {
        width: 100%;
    }
  
    .coyp {
        padding: 20px 0;
    }
  
    .footer-logo img {
        height: 30px;
    }
  
    .nav li .sec {
        position: static;
        margin-left: 0;
        width: 100%;
    }
  
  }
  
  /* 头部 end */
  
  @media (max-width: 1600px) {
    .wrap {
        max-width: 94%;
    }
  
    .pic-abs {
        font-size: 30px;
    }
  
    .sw-index-about .con .title .t1 {
        font-size: 36px;
    }
  
    .numScroll li .num span {
        font-size: 48px
    }
  
    .sw-index-about .img img {
        height: auto;
    }
  
    .sw-index-about .img {
        width: 600px
    }
  
    .sw-index-about .con {
        width: calc(100% - 640px);
    }
  
    .newsSwiper {
        width: 684px
    }
  
    .news-tab {
        width: calc(100% - 728px)
    }
  
  
  
  
  }
  
  
  @media (max-width: 1400px) {
    .wrap1 {
        max-width: 94%;
    }
  }
  
  @media (max-width: 1200px) {
    .sw-join-name1 {
        margin: 0;
    }
  
    .m-sw-join-name,
    .sw-index-about .img,
    .sw-banner .abs {
        display: none !important
    }
  
    .sw-index-about .con {
        width: 100%
    }
  
    .sw-index-about .con .title .t1 {
        font-size: 30px
    }
  
    .sw-column,
    .numScroll li .num span {
        font-size: 26px
    }
  
    .sw-index-about .con .title {
        padding-top: 0;
    }
  
    .sw-index-about {
        padding-top: 5%;
    }
  
    .sw-index-product {
        background:#023C86;
     
    }

    .sw-itme-box{margin-bottom:40px}
    .sw-itme-box .swiper-button-next,.sw-itme-box .swiper-button-prev{display:none}
    .sw-itme-box .swiper-pagination{display:block}
  
    .white {
        color: #000
    }
  
    .sw-index-product {
        height: auto;
        padding: 3% 0 40px 0;
    }
  
    .more a {
        margin: 0 auto
    }
  
    .sw-index-product ul {
        padding-bottom: 4%
    }
  
    .sw-index-product .sw-column{color:#fff;}


    .sw-index-product ul li {
        box-shadow: 1px 5px 1px 1px rgba(0, 0, 0, 0.07);
    }
  
    .sw-index-product ul li a .abs {
        background: none;
    }
  
    .swiper-box {
        flex-direction: column;
    }
  
    .news-tab {
        width: 100%;
        margin-top: 25px
    }
  
    .newsSwiper {
        width: 100%;
    }
  
    .sw-index-news {
        padding: 10% 0;
    }
  
    .indexBanner .swiper-pagination {
        bottom: 10px !important;
        width: 100% !important;
        text-align: center !important;
        left: 0 !important;
    }
  
    .sub-banner,
    .sw-banner {
        padding-top: 60px
    }
  
    .sub-banner .wrap {
        font-size: 18px
    }
  
    .main-nav-m {
        display: block !important;
    }
  
    .box {
        margin: 0;
        border-radius: 0;
        padding: 0;
        padding-bottom: 40px;
    }
  
    .wrap1 {
        margin-top: 30px;
    }
  
    .submeum {
        display: none
    }
  
    .right {
        width: 100%;
        padding: 2%;
    }
  
    .sw-news {
        width: 100%
    }
  
    .news-details {
        padding: 20px;
    }
  
    .details-top .title {
        font-size: 18px;
    }
  
    .detalis-btn {
        display: block !important;
    }
  
    .next {
        width: 100%;
        margin-top: 10px;
        line-height: 56px;
        height: 56px
    }
  
    .productList {
        width: 100%
    }
  }
  
  @media (max-width: 1000px) {
    .message button {
        height: 40px;
        width: 130px;
    }
  
    .wrap1 {
        margin-top: 5%
    }
  
    .sw-join-centen .con {
        padding: 3%
    }
  
    .sw-join-name li:nth-child(1) {
        width: 50%
    }
  
    .sw-join-name {
        justify-content: space-between;
    }
  
    .sw-join-name li:nth-child(n + 2) {
        display: none
    }
  
    .sw-join-name li:last-child {
        display: block
    }
  
    .mov {
        display: none !important;
    }
  
    .contact-top {
        padding: 4% 0 0 0;
    }
  
    .contact-top li {
        width: 100%;
        margin-bottom: 15px;
  
    }
  
    .contact-top li .icon {
        height: 60px;
        width: 60px;
  
    }
  
    .contact-top .txt {
        width: calc(100% - 79px)
    }
  
    .contact-top .txt .t1 {
        font-size: 15px !important;
    }
  
    .contact-top .txt .t2 {
        margin-top: 0;
        font-size: 14px;
    }
  
    .font24 {
        font-size: 16px !important;
    }
  
    .form-group {
        width: 100%;
        margin-bottom: 15px
    }
  
    .message button {
        margin-top: 15px;
    }
  
    .right-about,
    .message {
        padding-bottom: 0%;
    }
  
    .right-about {
        flex-direction: column;
    }
  
    .right-about .con,
    .right-about .img {
        width: 100%;
    }
  
    .right-about .img img {
        margin: 0 auto;
        width: auto;
    }
  
    .right-about .con {
        padding: 3% 0 0 0;
    }
  
    .mt20 {
        margin: 0;
    }
  
    .right-about .con .t1 {
        text-align: center;
        font-size: 20px;
        text-align: center;
        padding: 25px 0
    }
  
    .about-video video {
        margin-top: 30px
    }
  
    .richText {
        padding-bottom: 5%
    }
  
  }
  
  @media (max-width: 900px) {
    .sw-index-about .con .title .t1 {
        font-size: 26px;
    }
  
    .sw-index-product ul li {
        width: 100%;
        margin-bottom: 25px
    }
  
    .sw-index-product ul li a {
        height: 388px;
    }
  
    .sw-index-product ul li .img img {
        object-fit: cover;
    }
  
    .sw-index-product ul li a .abs .txt .t1 {
        font-size: 18px
    }
  
    .sw-index-product ul li a .abs .txt .t2 {
        font-size: 16px;
    }
  
    .sw-index-about .con .title .en {
        font-size: 20px
    }
  
    .numScroll {
        justify-content: space-between;
    }
  
    .swNews a {
        flex-direction: column;
    }
  
    .swNews a .con,
    .swNews a .img {
        width: 100%
    }
  
    .swNews a .img img {
        margin: 0 auto
    }
  
    .swNews a .con {
        padding: 3% 3% 50px 3%;
    }
  
    .sw-news .swiper-pagination {
        bottom: 15px !important;
        width: 100%;
        text-align: center
    }
  
    .sw-imgList ul li .img img {
        height: 160px
    }
  
    .sw-imgList ul li {
        width: 50%
    }
  
    .sw-imgList ul li .img {
        padding: 10px
    }
  
    .productList a {
        flex-direction: column;
    }
  
    .productList a .con,
    .productList a .img {
        width: 100%;
    }
  
    .productList a .con {
        padding: 20px
    }
  
    .productList a .con .t1 {
        font-size: 18px
    }
  
    .productList li:last-child a {
        margin-bottom: 0;
    }
  
  }
  
  @media (max-width: 480px) {
    .sw-imgList ul li .img img {
        height: 140px
    }
  }