.top-bg-sys{
    position: relative;
    /* 以下为测试 */
    left:0;
    top:0;
    width: 100%;
    /* height:790px; */
}
.fac-img{
    /* width: 100%; */
}
.fac-img img{
    -webkit-animation: factory 3s infinite;
    animation: factory 3s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
@-webkit-keyframes factory {
    0% {
        /* -webkit-transform: scale(1); */
                /* transform: scale(1); */
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    25%{
        /* -webkit-transform: scale(0.9); */
                /* transform: scale(0.9); */
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    50%{
        /* -webkit-transform: scale(0.8); */
                /* transform: scale(0.8); */
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    75%{
        /* -webkit-transform: scale(0.7); */
                /* transform: scale(0.7); */
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100% {
        /* -webkit-transform: scale(1); */
                /* transform: scale(1); */
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes factory {
    0% {
        /* -webkit-transform: scale(1); */
                /* transform: scale(1); */
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    25%{
        /* -webkit-transform: scale(0.9); */
                /* transform: scale(0.9); */
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    50%{
        /* -webkit-transform: scale(0.8); */
                /* transform: scale(0.8); */
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    75%{
        /* -webkit-transform: scale(0.7); */
                /* transform: scale(0.7); */
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100% {
        /* -webkit-transform: scale(1); */
                /* transform: scale(1); */
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    .top-bg-sys{
        /* height:790px; */
        height:576px;
    }
    .bg-sys{
        position:absolute;
        width: 100%;
        /* height: 790px; */
        height:576px;
        background-image: url('../img/bg-sys2-1920.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .sys-l,
    .sys-r{
        width: 50%;
    }
    .sys-l p.first{
        font-size: 3.1rem;
        color:#fff;
        padding-left: 1rem;
    }
    .sys-l .last{
        font-size: 1.25rem;
        color:#fdfefe;
        padding-top:0.5rem;
    }
}
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
    .top-bg-sys{
        /* height:658px; */
        height:576px;
    }
    .bg-sys{
        position:absolute;
        width: 100%;
        /* height: 658px; */
        height:576px;
        background-image: url('../img/bg-sys2-1600.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .sys-l,
    .sys-r{
        width: 50%;
    }
    .sys-l p.first{
        font-size: 3.1rem;
        color:#fff;
        padding-left: 1rem;
    }
    .sys-l .last{
        font-size: 1.25rem;
        color:#fdfefe;
        padding-top:0.5rem;
    }
}
@media only screen and (min-width: 1367px) and (max-width: 1400px) {
    .top-bg-sys{
        height:576px;
    }
    .bg-sys{
        height: 576px;
        background-image: url('../img/bg-sys2-1400.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .sys-l,
    .sys-r{
        width: 50%;
    }
    .sys-l p.first{
        font-size: 3.1rem;
        color:#fff;
        padding-left: 1rem;
    }
    .sys-l .last{
        font-size: 1.25rem;
        color:#fdfefe;
        padding-top:0.5rem;
    }
}
@media only screen and (max-width: 1366px) {
    .top-bg-sys{
        height:562px;
    }
    .bg-sys{
        width: 100%;
        height: 562px;
        background-image: url('../img/bg-sys2-1366.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .sys-l,
    .sys-r{
        width: 50%;
    }
    .sys-l p.first{
        font-size: 3.1rem;
        color:#fff;
        padding-left: 1rem;
    }
    .sys-l .last{
        font-size: 1.25rem;
        color:#fdfefe;
        padding-top:0.5rem;
    }
}
@media only screen and (max-width: 1024px) {
    .top-bg-sys{
        /* height:421px; */
        height:471px;
    }
    .bg-sys{
        /* height: 421px; 111*/
        height: 471px;
        background-image: url('../img/bg-sys2-1024.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .sys-l,
    .sys-r{
        width: 50%;
    }
    .sys-l p.first{
        font-size: 32px !important;
        color:#fff;
        padding-left: 1rem;
        padding-top: 3rem;
    }
    .sys-l div{
        font-size: 24px !important;
        color:#fdfefe;
        padding-top:0.5rem;
    }
}
@media only screen and (max-width: 768px) {
    .top-bg-sys{
        height:316px;
    }
    .bg-sys{
        height: 316px;
        background-image: url('../img/bg-sys2-768.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .sys-l,
    .sys-r{
        width: 50%;
    }
    .sys-l p.first{
        font-size: 28px !important;
        color:#fff;
        padding-left: 1rem;
        padding-top: 3rem;
    }
    .sys-l div{
        font-size: 18px !important;
        color:#fdfefe;
        padding-top:0.5rem;
    }
}
@media only screen and (max-width: 414px) {
    .top-bg-sys{
        /* height:170px; 111*/
        height:230px;
    }
    .bg-sys{
        position:absolute;
        /* height: 170px; */
        height: 230px;
        background-image: url('../img/bg-sys2-414.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .sys-l,
    .sys-r{
        width: 50%;
    }
    .sys-l p.first{
        font-size: 16px !important;
        color:#fff;
        padding-left: 1rem;
        padding-top: 3rem;
    }
    .sys-l div{
        font-size: 14px !important;
        color:#fdfefe;
        padding-top:0.5rem;
    }
}

@media only screen and (max-width: 375px) {
    .top-bg-sys{
        /* height:154px; */
        height:234px;
    }
    .bg-sys{
        position:absolute;
        /* height: 154px; 111*/
        height: 234px;
        background-image: url('../img/bg-sys2-375.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .sys-l,
    .sys-r{
        width: 50%;
    }
    .sys-l p.first{
        font-size: 16px !important;
        color:#fff;
        padding-left: 1rem;
        padding-top: 3rem;
    }
    .sys-l div{
        font-size: 14px !important;
        color:#fdfefe;
        padding-top:0.5rem;
    }
}
@media only screen and (max-width: 320px) {
    .top-bg-sys{
        /* height:132px; */
        /* height:200px; */
        height:210px;
    }
    .bg-sys{
        position:absolute;
        /* height: 132px; 111*/
        height: 210px;
        background-image: url('../img/bg-sys2-320.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .sys-l,
    .sys-r{
        width: 50%;
    }
    .sys-l p.first{
        font-size: 14px !important;
        color:#fff;
        padding-left: 1rem;
    }
    .sys-l div{
        font-size: 12px !important;
        color:#fdfefe;
        padding-top:0.5rem;
    }
}
.sys{
    position: absolute;
    z-index:100;
    /* left:0; */
    width: 80%;
    top:50%;
    transform: translateY(-50%);

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
/* .sys-l,
.sys-r{
    width: 50%;
}
.sys-l p.first{
    font-size: 3.1rem;
    color:#fff;
    padding-left: 1rem;
}
.sys-l p.last{
    font-size: 1.25rem;
    color:#fdfefe;
    padding-top:0.5rem;
} */

/*  */
.types:first-child{
    padding-top: 3.78rem;
}
.types:last-child{
    padding-bottom: 1rem;
}
.type{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.type li{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.type li.start{
    align-items: flex-start;
}
.type li.end{
    align-items: flex-end;
}
.type li .inner{
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-items: center;
}
.type li .inner div:last-child{
    padding-top: 1.56rem;
    padding-bottom: 2rem;
}
/* 上升图片效果 */
.bg-bubbles {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* height:790px; */
}
.bg-bubbles .bubble {
    /* 类似圆锥 */
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 50px solid #fff;
    opacity: 0.3;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 17%;

    position: absolute;
    display: block;
    /* width: 40px; */
    /* height: 40px; */
    /* background-color: rgba(255, 255, 255, 0.15); */
    bottom: 0;
    -webkit-animation: square 5s infinite;
    animation: square 5s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
    left: 10%;
    bottom: 10px;
}
.bg-bubbles li:nth-child(2) {
    left: 20%;
    /* width: 80px; */
    /* height: 80px; */
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-duration: 17s;
            animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
    bottom: 30px;
    left: 25%;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
    bottom: 20px;
    left: 40%;
    /* width: 60px; */
    /* height: 60px; */
    -webkit-animation-duration: 22s;
            animation-duration: 22s;
    /* background-color: rgba(255, 255, 255, 0.25); */
}
.bg-bubbles li:nth-child(5) {
    bottom: 0;
    left: 70%;
}
.bg-bubbles li:nth-child(6) {
    bottom: 20px;
    left: 80%;
    /* width: 120px; */
    /* height: 120px; */
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
    /* background-color: rgba(255, 255, 255, 0.2); */
}
.bg-bubbles li:nth-child(7) {
    bottom: 30px;
    left: 32%;
    /* width: 160px; */
    /* height: 160px; */
    -webkit-animation-delay: 7s;
            animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
    bottom: 10px;
    left: 55%;
    /* width: 20px; */
    /* height: 20px; */
    -webkit-animation-delay: 15s;
            animation-delay: 15s;
    -webkit-animation-duration: 40s;
            animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
    bottom: 0;
    left: 35%;
    /* width: 10px; */
    /* height: 10px; */
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-duration: 40s;
            animation-duration: 40s;
    /* background-color: rgba(255, 255, 255, 0.3); */
}
.bg-bubbles li:nth-child(10) {
    bottom: 30px;
    left: 80%;
    /* width: 160px; */
    /* height: 160px; */
    -webkit-animation-delay: 11s;
            animation-delay: 11s;
}
@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-790px);
                transform: translateY(-790px);
    }
}
@keyframes square {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-790px);
                transform: translateY(-790px);
    }
}

/* 轮播图单独设置 */
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    .content2{
      width: 100%;
      height: 100%;
      min-width: 1440px;
      background-color: #fff;
    }
    .cont2{
      width: 1440px;
      margin: 0 auto;
      /* background-color: blue; */
      position: relative;
    }
}
.cont2 p{
    font-size: 1.67rem;
    padding-top:4.22rem;
    padding-bottom:4.22rem;
}
.swiper-container{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #00ff33;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.slider{
}
.flex-direction-nav .flex-next{
    /* background: url('../img/next.png') no-repeat;
    background-size: 100% 100%; */
}
.slider .inner .inner-bg{
    background: url('../img/15.png') no-repeat;
    height: 20rem;
    background-size: 100% 100%;

    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.slider .inner .inner-bg.sys-wx{
    background: url('../img/24.png') no-repeat;
    height: 20rem;
    background-size: 100% 100%;

    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.slider .inner .desc{
    width: 50%;
    font-size: 1rem;
    padding-left:5%;
    padding-right:5%;
}
.desc-t{
    font-size: 1.75rem; 
    color:#000;
    padding-left: 30px;
    padding-right:30px;
}
.desc-b{
    padding-top: 20px;
}
.desc-b div{
    font-size: 1rem;
    padding-left: 30px;
    padding-right:30px;
}