.IndTitBox {
    display: flex;
    margin-bottom: 38px;
}

.IndTit {
    font-size: 52px;
    color: #000;
    line-height: 1;
}

.IndTRig {
    margin-left: 45px;
}

.IndTYuan {
    width: 15px;
    height: 15px;
    background: #004197;
    border-radius: 50%;
}

.IndTYing {
    color: #DBDEE3;
    font-size: 20px;
    margin-top: 15px;
}




.indBanBox {
    width: 100%;
    height: 100vh;
    position: relative;
}

.myBanner {
    height: 100%;
    overflow: hidden;
}

.myBanner .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.myBanner .swiper-container {
    height: 100%;
}

.banImg {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.banImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 5%);
    position: absolute;
    left: 0;
    top: 0;

}

.banImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 5s;
}

.indBanBox .myBanner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 10px;
    background: #fff;
    opacity: .48;
    position: relative;
    border-radius: 50%;
}

.indBanBox .myBanner .swiper-pagination-bullet-active {
    width: 35px;
    height: 6px;
    border-radius: 20px;
    background: #fff;
    opacity: 1;
}

.indBanBox .swiper-pagination {
    bottom: 0;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indBanBox .swiper-button {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}

.swiper_next,
.swiper_prev {
    width: 70px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.48s;
    cursor: pointer;
}
.swiper_next:hover img,
.swiper_prev:hover img{
    opacity: 1;
}
.swiper_prev img {
    transform: rotate(90deg);
}

.swiper_next img {
    transform: rotate(-90deg);
}

.swiper_next img,
.swiper_prev img {
    width: 40px;
    opacity: 0.6;
}

/* 动画代码 */
@-webkit-keyframes example1 {
    from {
        width: 1%;
    }

    to {
        width: 100%;
    }
}
@keyframes example1 {
    from {
        width: 1%;
    }

    to {
        width: 100%;
    }
}

.IndBanTBox {
    width: 80%;
    position: absolute;
    left: 8%;
    top: 40%;
}

.IndBantit {
    color: rgba(255, 255, 255, 0.9);
    font-size: 60px;
    padding: 30px 0;
    font-weight: 600;
    line-height: 1;
    font-family: "Montserrat";
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    white-space: nowrap;
}

.IndBantit::after {
    width: 103px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
}

.IndBantit2 {
    font-size: 24px;
    line-height: 1;
    margin-top: 60px;
    color: rgba(255, 255, 255, 0.8);
    /* font-family: "Montserrat"; */
    margin-bottom: 140px;
}

.swiper-slide-active .IndBantit {
    -webkit-animation: sy1 1s linear;
            animation: sy1 1s linear;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
}

.swiper-slide-active .IndBantit2 {
    -webkit-animation: sy1 1.2s linear 0.1s;
            animation: sy1 1.2s linear 0.1s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
}

.swiper-slide-active .IndBanBtn {
    -webkit-animation: sy1 1.3s linear 0.2s;
            animation: sy1 1.3s linear 0.2s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
}

/* 动画代码 */
@-webkit-keyframes sy1 {
    0% {
        transform: translateY(300px);
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes sy1 {
    0% {
        transform: translateY(300px);
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.product {
    width: 100%;
    background: #F6F8FA;
}

.productBox {
    padding: 70px 0;
    overflow: hidden;
}

.productTop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

.productBtn {
    margin-top: 0;
}

.productBtn a {
    background: #004197;
    color: #fff;
}

.productBtn img {
    transform: rotate(-90deg);
}

.proBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #DEE1E8;
    padding-top: 20px;
}
.proItem {
    overflow: hidden;
    padding: 30px 50px 40px;
    height: 320px;
    box-sizing: border-box;
    transition: all 0.48s;
    position: relative;
    border-radius: 8px;
    margin: 0 15px 20px 0;
}
.proItem:nth-child(1) {
    width: 25%;
    background: #e8f0f8;
}
.proItem:nth-child(2) {
    width: 41.5%;
    background: #edf1f9;
}
.proItem:nth-child(3) {
    width: 31%;
    background: #e8f0f8;
    margin-right: 0;
}
.proItem:nth-child(4) {
    width: 41.5%;
    background: #edf1f9;
}
.proItem:nth-child(5) {
    width: 31%;
    background: #e8f0f8;
}
.proItem:nth-child(6) {
    width: 25%;
    background: #edf1f9;
    margin-right: 0;
}
.proTBox{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.proItem .tit {
    font-size: 22px;
    line-height: 2.5;
    color: #000;
    position: relative;
    transition: all 0.48s;
}
.proItem .tit::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 1px;
    background: #C7CAD3;
}
.proItem .num {
    margin-top: 30px;
    color: #C7CAD3;
    font-size: 14px;
    margin-top: 14px;
}
.proItem .img {
    width: 170px;
    position: absolute;
    bottom: 30px;
    right: 40px;
    /* transform: translateY(-50%); */
}
.proItem:nth-child(6) .img{
    width: 140px;
}
.proItem:nth-child(5) .img{
    bottom: 20%;
}
.proItem .bg {
    /* display: none; */
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.48s;
    -o-object-fit: cover;
       object-fit: cover;
}
.proItem:hover .bg {
    opacity: 1;
}
.proItem:hover .proTBox .tit{
    color: #fff;
}
.proIBtn a{
    display: inline-block;
    border-radius: 50px;
    padding: 2px 20px;
    background: #fff;
}
.proIBtn a img{
    width: 24px;
}

.Solution {
    padding: 70px 0;
}

.SolutionBox {
    overflow: hidden;
    position: relative;
}

.SolutionTit {
    font-size: 52px;
    line-height: 1;
    color: #000;
}

.Sol_swiper {
    margin-top: 70px;
    height: 650px;
    border-radius: 16px;
}

.SolItem {
    width: 100%;
    height: 100%;
    transition: all 1s;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.SolItem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 1s;
}

.SolItem::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}

.Sol_swiper .swiper-slide {
    width: 25%;
    padding: 0 10px;
    transition: all 1s;
    position: relative;
}

.Sol_swiper .swiper-slide:hover {
    width: 50%;
}

.SolTBox {
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 50px;
}

.SolTit {
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

.SolText {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    margin: 15px 0 30px;
}

.Sol_swiper .swiper-slide:hover .SolBtn {
    height: auto;
}

.Sol_swiper {
    padding-bottom: 64px;
}

.SolBtn {
    transition: all 1s;
    height: 0;
    overflow: hidden;
}

.SolBtn a {
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-size: 12px;
    transition: all .48s;
    border-radius: 50px;
}

.SolBtn a img {
    width: 18px;
    margin-left: 5px;
    transform: rotate(-90deg);
}

.SolBtn a .img1 {
    display: block;
}

.SolBtn a .img2 {
    display: none;
}

.SolBtn:hover a {
    background: #fff;
    color: #004197;
}

.SolBtn:hover a .img1 {
    display: none;
}

.SolBtn:hover a .img2 {
    display: block;
}
.SolutionBtn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 50px;
}

.SolutionBtn div {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #ccc;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.SolutionBtn img {
    width: 60%;

}

.SolutionBtn .img1 {
    transform: rotate(90deg);
}

.SolutionBtn .img2 {
    transform: rotate(-90deg);
}

.Sol_swiper .swiper-scrollbar {
    width: 100%;
    left: 0px;
    background: url(../images/iconXian.png) no-repeat center;
    height: 32px;
}

.Sol_swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background: url(../images/iconBtn.png) no-repeat center;
    height: 32px;
    cursor: pointer;
}



.about {
    width: 100%;
    /* height: 80vh; */
    background: url(../images/indAutBg.png);
    /* padding: 70px 0; */
    box-sizing: border-box;
    background-attachment: fixed;
}

.aboutBox {
    border-left: 1px solid rgba(256, 256, 256, 0.1);
    border-right: 1px solid rgba(256, 256, 256, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 80px;
}

.indABo {
    width: 100%;
    height: 100%;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
    border-bottom: 1px solid rgba(256, 256, 256, 0.1);
    display: flex;
    align-items: center;
}

.indAbLeft {
    width: 45%;
}

.indAbLeft img {
    width: 100%;
}

.indAbRight {
    width: 55%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indATit {
    font-size: 44px;
    color: #fff;
    position: relative;
}

.indATit img {
    width: 30px;
    position: absolute;
    left: -40px;
    top: 10px;
    opacity: 0.5;
}

.indAbBox {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.indAXian {
    width: 1px;
    height: 25px;
    background: rgba(256, 256, 256, 0.3);
    margin: 20px 0;
}

.indATitle {
    font-size: 20px;
    color: #878A8C;
}

.indATitle img {
    width: 30px;
    opacity: 0.5;
    margin-left: 50px;
    transform: rotate(180deg);
}

.indAText {
    font-size: 16px;
    color: #878A8C;
    margin: 30px 0;
}

.indABtn {
    margin-top: 40px;
}

.indABtn img {
    transform: rotate(-90deg);
}

.indAList {
    width: 100%;
    display: flex;
    height: 185px;
}

.indAItem {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.indAINum span b{
    font-size: 48px;
    color: #CCCED0;
    font-family: "BebasNeue";
}

.indAINum i {
    font-size: 16px;
    color: #CCCED0;
    font-weight: bold;
    vertical-align: text-top;
}

.indAINum {
    font-size: 16px;
    color: #CCCED0;
}

.indAYw {
    font-size: 14px;
    color: #CCCED0;
}


.cooperation {
    background: #F5F8FA;
}

.cooperationBox {
    padding: 70px 0;
}

.cooTit {
    text-align: center;
}

.cooTBox {
    width: 90%;
    margin: 70px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #E3E6E8;
}

.cooTItem {
    width: 20%;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E3E6E8;
    border-left: 1px solid #E3E6E8;
}

.cooTItem:nth-child(5n) {
    border-right: 1px solid #E3E6E8;
}

.cooTItem img {
    max-width: 150px;
    /* width: 60%; */
}




.newsBox {
    padding: 70px 0;
    overflow: hidden;
}

.my_news {
    padding: 40px 0 0;
    /* border-top: 1px solid #BFC1C4; */
}

.my_news .swiper-slide {
    width: calc(25% - 30px);
}
.my_news .swiper-slide-active{
    width: calc(50% - 30px);
}
.news_item {
    width: 100%;
    height: 100%;
    background: #F8F8F8;
    height: 550px;
    padding: 45px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 1s;
}

.news_item:hover {
    background: #0D62D6;
}

.news_item:hover .newsTit {
    color: #fff;
}

.news_item:hover .newstext {
    color: #fff;
}

.newsTit {
    padding: 10px 0;
    font-size: 24px;
    /* line-height: 2; */
    color: #000;
    border-bottom: 1px solid #BFC1C4;
    transition: all 1s;
}

.newstext {
    font-size: 16px;
    margin-top: 15px;
    /* line-height: 2; */
    color: #858585;
    transition: all 1s;
}

.newsTop {
    margin-bottom: 35px;
}

.newsBtnBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.newsTime {
    font-size: 14px;
    color: #858585;
    transition: all 1s;
}

.newsTime div {
    font-size: 46px;
    line-height: 46px;
    color: #858585;
    transition: all 1s;
    font-family: "BebasNeue";
}

.newsbtn {
    width: 25px;
}

.newsbtn img {
    width: 100%;
    -webkit-animation: sy2 2s infinite;
            animation: sy2 2s infinite;
}

.newsbtn .img1 {
    display: block;
}

.newsbtn .img2 {
    display: none;
}

.news_item:hover .newsTime {
    color: #fff;
}

.news_item:hover .newsTime div {
    color: #fff;
}

.news_item:hover .newsbtn .img1 {
    display: none;
}

.news_item:hover .newsbtn .img2 {
    display: block;
}
.my_news .swiper-slide-active .news_itemImg{
    display: block;
}
.my_news .swiper-slide-active .news_item{
    display: none;
}
.news_itemImg{
    display: none;
    width: 100%;
    position: relative;
    height: 550px;
    overflow: hidden;
    transition: all;
}
.news_itemImg img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.news_itemImg .newsTime{
    position: absolute;
    top: 44px;
    right: 44px;
    color: #fff;
}
.news_itemImg .newsTime div{
    color: #fff;
}
.newsIText{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsIText div{
    width: calc(100%-40px);
    font-size: 24px;
    color: #fff;
    line-height: 40px;
}
.newsIText img{
    width: 25px;
    -webkit-animation: sy2 2s infinite;
            animation: sy2 2s infinite;
}
.newsBtn{
    display: flex;
    margin-top: 0;
}
.newsBtn div{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #BFC1C4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    cursor: pointer;
}
.newsBtn div:hover{
    background: #F8F8F8;
}
.newsBtn div img{
    width: 50%;
}
.swiperprev2 img{
    transform: rotate(180deg);
}



@media (max-width:1600px) {
    .IndBantit{
        font-size: 54px;
    }  
    .IndBantit2 {
        font-size: 22px;
        margin-top: 50px;
        margin-bottom: 120px;
    }
    .indAXian {
        width: 1px;
        height: 20px;
        background: rgba(256, 256, 256, 0.3);
        margin: 10px 0;
    }
    .indABtn {
        margin-top: 20px;
    }
    .indATit img {
        width: 20px;
        left: -30px;
    }
    .indATitle img {
        width: 20px;
    }
    .news_item{
        padding: 30px;
    }
    .newsTit,.newsIText div{
        font-size: 22px;
    }
    .newstext {
        font-size: 14px;
    }
    .newsTime div {
        font-size: 42px;
    }
}

@media (max-width:1450px) {
    .swiper_next img, .swiper_prev img {
        width: 35px;
    }
    .IndBantit{
        font-size: 50px;
    }  
    .IndBantit2 {
        font-size: 20px;
    }
   .proItem{
        padding: 30px;
    }
    .proItem .tit,.proBgBox .tit {
        font-size: 20px;
    }   
    .proIBtn a{
        padding: 2px 16px;
    } 
    .proItem .img {
        width: 150px;
    }
    .SolText {
        font-size: 16px;
    }
    .SolTit {
        font-size: 28px;
    }
    .Sol_swiper .swiper-slide {
        width: 33.3%;
    }    
    .indATitle img {
        margin-left: 20px;
    }
    .indAXian {
        display: none;
    }
    .indATitle {
        font-size: 18px;
    }
    .indATit {
        font-size: 40px;
    }
    .my_news .swiper-slide {
        width: calc(33.3% - 30px);
    }
    .my_news .swiper-slide-active {
        width: calc(66.7% - 30px);
    }
    .proItem{
        margin-right: 13px;
    }
  
}
@media (max-width:1368px) {
    .IndBantit{
        font-size: 46px;
    }  
    .IndBantit2 {
        font-size: 18px;
        margin-bottom: 100px;
    }
   .proItem{
        padding: 20px;
    }
    .SolutionTit {
        font-size: 46px;
    }
    .indATitle img {
        margin-left: 0px;
    }
    .indAbLeft {
        width: 50%;
    }
    .indAbRight {
        width: 50%;
    }
    .indATit img {
        width: 15px;
        left: -20px;
    }
    .indATitle img {
        width: 15px;
    }
    .indATitle {
        font-size: 16px;
    }
    .indAText {
        font-size: 14px;
    }
    .indABtn {
        margin-top: 0px;
    }
    .indAINum span b {
        font-size: 44px;
    }
    .newsTime div {
        font-size: 38px;
    }
    .newsTit, .newsIText div {
        font-size: 20px;
    }
    .newsbtn,.newsIText img {
        width: 20px;
    }
}
@media (max-width:1200px) {
    .IndBantit{
        font-size: 42px;
    }  
    .IndBantit2 {
        font-size: 17px;
        margin-bottom: 80px;
    }
    .productTop{
        margin-bottom: 50px;
    }
    .proItem{
        width: 48% !important;
        margin-right: 4%;
    }
    .proItem:nth-child(3n){
        margin-right: 4%;
    }
    .proItem:nth-child(2n){
        margin-right: 0%;
    }
    .SolutionTit {
        font-size: 42px;
    }
    .SolText {
        font-size: 14px;
    }
    .SolTit {
        font-size: 24px;
    }
    .indABo{
        flex-wrap: wrap;
    }
    .indAbLeft {
        width: 100%;
        height: 400px;
    }
    .indAbLeft img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .indAbRight {
        width: 100%;
        padding: 50px 0;
    }
    .indAbBox {
        width: 90%;
    }
    .indATit {
        font-size: 36px;
    }
    .indAINum span b {
        font-size: 39px;
    }
    .news_itemImg,.news_item{
        height: 500px;
    }
    .my_news .swiper-slide {
        width: calc(50% - 20px);
    }
    .my_news .swiper-slide-active {
        width: calc(50% - 20px);
    }
    .newsIText{
        padding: 20px;
    }
    .newsTit, .newsIText div {
        font-size: 18px;
    }
   
}
@media (max-width:1024px) {
    .indBanBox{
        height: auto;
    }
    .IndBantit{
        padding: 20px 0;

    }
    .IndBantit2 {
        font-size: 16px;
        margin-bottom: 70px;
    }
  
    .productBtn a,.IndBanBtn a {
        font-size: 14px;
        padding: 5px 15px;
    }
    
    .IndBanBtn a img {
        margin-left: 10px;
    }
    .IndBanTBox{
        top: 50%;
        transform: translateY(-50%);
    }
    .indBanBox .myBanner .swiper-pagination-bullet-active {
        width: 26px;
    }
    .SolutionTit {
        font-size: 38px;
    }
    .proItem .num, .proBgBox .num {
        font-size: 12px;
    }
    .proIBtn a img {
        width: 20px;
    }
    .IndBantit {
        font-size: 40px;
    }
    .Sol_swiper .swiper-slide {
        width: 50%;
    }
    .Sol_swiper .swiper-slide:hover {
        width: 100%;
    }
    .Solution {
        padding: 50px 0;
    }
    .indAbLeft {
        width: 100%;
        height: 350px;
    }
    .indATit {
        font-size: 32px;
    }
    .indAINum span b {
        font-size: 34px;
    }
    .indAList {
        height: auto;
        padding: 0 0 20px;
    }
}
@media (max-width:900px) {
    .proItem .tit, .proBgBox .tit {
        font-size: 18px;
    }
    .SolutionTit {
        font-size: 34px;
    }
    .IndBantit2 {
        font-size: 16px;
        margin: 30px 0 50px;
    }
    .IndBantit {
        font-size: 36px;
    }
    .indBanBox .swiper-pagination{
        height: 50px;
    }
    .swiper_next img, .swiper_prev img {
        width: 30px;
    }
    .swiper_next, .swiper_prev {
        width: 50px;
    }
    .IndBanBtn a img {
        width: 20px;
    }
    .IndBantit {
        font-size: 32px;
    }
    .IndBantit2 {
        font-size: 14px;
    }
    .indBanBox .swiper-button{
        display: none;
    }
    .indBanBox .myBanner .swiper-pagination-bullet {
        margin: 0px 8px;
    }
    .Sol_swiper{
        height: 500px;
    }
    .Solution {
        padding: 30px 0;
    }
    .indAYw {
        font-size: 12px;
    }
    .indAINum span b {
        font-size: 30px;
    }
    .indAINum i {
        font-size: 12px;
    }
    .indATit {
        font-size: 28px;
    }
    .indAText{
        margin: 20px 0;
    }
    .newsIText img{
        width: 20px;
        height: auto;
        position: absolute;
        right: 20px;
        bottom: 20px;
    }
    .newsTime {
        font-size: 12px;
    }    
    .news_itemImg .newsTime {
        top: 30px;
        right: 30px;
    }
    .news_itemImg, .news_item {
        height: 450px;
    }
    .Sol_swiper {
        margin-top: 50px;
    }
    .my_news {
        padding: 0;
    }
}
@media (max-width:768px) {
    .proItem {
        width: 100% !important;
        margin-right: 0% !important;
        height: 270px;
    } 
    .productTop{
        margin-bottom: 30px;
    }
    .SolutionTit {
        font-size: 30px;
    }
    .Sol_swiper .swiper-slide {
        width: 100%;
    }
    .newsTime div {
        font-size: 34px;
    }
}
@media (max-width:680px) {
    .SolutionTit {
        font-size: 28px;
    }
    .banImg img{
        min-height: 400px;
    }
    .IndBantit {
        font-size: 28px;
    }
    .IndBantit2 {
        margin: 20px 0 30px;
    }
    .indAList {
        flex-wrap: wrap;
    }
    .indAItem {
        width: 50%;
    }
    .my_news .swiper-slide-active {
        width: 100%;
    }
    .my_news .swiper-slide {
        width: 100%;
    }
    .news_itemImg, .news_item {
        height: 400px;
    }
    .newsTit, .newsIText div {
        font-size: 16px;
    }
    .newsBtn div {
        width: 40px;
        height: 40px;
    }
}
@media (max-width:500px) {
    .IndBanTBox{
        width: 95%;
    }
    .IndBantit {
        font-size: 24px;
    }
    .SolutionTit {
        font-size: 24px;
    }
    .indBanBox .myBanner .swiper-pagination-bullet {
        margin: 0px 5px;
    }
    .indBanBox .myBanner .swiper-pagination-bullet-active {
        width: 16px;
    }
    .indATit {
        font-size: 24px;
    }
    .indATitle img {
        display: none;
    }
    .indATit img {
        width: 10px;
        left: -20px;
    }
}


