



.indshBox {
    padding: 50px 0;
    background: #f15a29;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.indshY{
    width: 80vw;
    height: 80vw;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 250%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    opacity: .2;
    animation: fd 20s linear infinite ;
    -webkit-animation: fd 20s linear infinite ;
    display: flex;
}
.indshY img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: yd 15s linear infinite ;
    -webkit-animation: yd 15s linear infinite ;
}
@keyframes fd {
    0%{
        transform: translate(-50%,-50%) scale(1);
        -webkit-transform: translate(-50%,-50%) scale(1);
        -moz-transform: translate(-50%,-50%) scale(1);
        -ms-transform: translate(-50%,-50%) scale(1);
        -o-transform: translate(-50%,-50%) scale(1);
}
100%{
    transform: translate(-50%,-50%) scale(2);
    -webkit-transform: translate(-50%,-50%) scale(2);
    -moz-transform: translate(-50%,-50%) scale(2);
    -ms-transform: translate(-50%,-50%) scale(2);
    -o-transform: translate(-50%,-50%) scale(2);
}
  }
@keyframes yd {
    0%{
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
}
100%{
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
  }

.indshBox .bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
}

.indshList {
    width: 90%;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.indshItem {
    flex: 1;
    /* margin: 0 10px; */
    padding: 50px 30px;
    /* background: #f7f8f9; */
    border-radius: 20px;
    position: relative;
}
.indshItem:first-child:after {
    height: 0;
}

.indshNum b {
    color: #fff;
    font-size: 78px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.48s;
}

.indshItem:hover .indshNum b {
    letter-spacing: 3px;
}

.indshNum i {
    color: #fff;
    font-size: 78px;
    line-height: 1;
    margin-left: 10px;
}

.indshNum {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
    font-family: 'Montserrat-Regular';
}
.indshItem::after{
    content: '';
    width: 1px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    background: rgba(255,255,255,.2);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.indshItem .Tbox {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.48s;
    text-align: center;
}

/* .indshItem .icon {
    height: 25px;
} */

.indshItem .tit {
    color: #fff;
    line-height: 1.8;
    margin: 0 0 0 10px;
    font-size: 19px;
    letter-spacing: .5px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.indshItem:hover .Tbox{
    margin-top: 20px;
}








.indNew_Top{
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-start;
    position: relative;
    z-index: 6;
}
.indNew_Ilist{
   display: flex;
   align-items: center;
}
.indNew_Ilist span{
    margin-right: 15px;
    position: relative;
    transition: all 0.48s 0.1s;
    color: #6f7884;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat-Regular';
    letter-spacing: 0.25px;
    line-height: 1.8;
    -webkit-transition: all 0.48s 0.1s;
    -moz-transition: all 0.48s 0.1s;
    -ms-transition: all 0.48s 0.1s;
    -o-transition: all 0.48s 0.1s;
}
.indNew_Ilist .footIco{
    margin: 0;
}
.indNew_ce{
    width: 30%;
    padding: 20px 0;
}
.indNew_CSwiper{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 45px;
}
.indNew_CSwiper .indNew_Tpagination{
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 9;
    width: 100% !important;
    text-align: center;
}
.indNew_CSwiper .swiper-pagination-bullet{
    background: #fff;
    opacity: .6;
}
.indNew_CSwiper .swiper-pagination-bullet-active{
    opacity: 1;
}
.indNew_hItem{
    width: 100%;
}
.indNew_hItem,.indNew_cItem{
    padding: 20px 0 10px;
    position: relative; 
}
/* .indNew_hItem::after,.indNew_cItem::after{
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f15a29;
    content: '';
    transition: all 0.48s;
}
.indNew_hItem:hover::after,.indNew_cItem:hover::after{
    width: 100%;
} */
.indNew_hFlex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.indNew_hItem .indNew_more{
    margin-top: 0;
}
.indNew {
    position: relative;
    z-index: 7;
    padding-bottom: 50px;
}
.indNew .indAb_img_bg {
    width: 25%;
}
.indNew_hou{
    width: 63%;
    padding: 20px 0;
}
.indNew_BTit{
    color: #21334e;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: all 0.48s;
    margin-bottom: 15px;
}
.indNew_Tui{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 0;
}
/* .indNew_TSwiper{
    width: 50%;
    position: relative;
    overflow: hidden;
} */
.indNew_Tui .indNew_hTox:hover .indNew_tit{
    color: #f15a29;
}
.indNew_Tui:hover .indNew_TItem img,.indNew_CSwiper:hover .indNew_TItem img{
    transform: scale(1.1);
}
.indNew_Tui:hover .indNew_more svg{
    margin-left: 10px;
}
.indNew_hItem:hover .indNew_tit{
    color: #f15a29;
}
.indNew_hItem:hover .indNew_more svg{
    margin-left: 10px;
}
.indNew_cItem:hover .indNew_tit{
    color: #f15a29;
}
.indNew_Tui .imgBox{
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    width: 48%;
    padding-top: 27%;
}
.indNew_Tui .imgBox img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.indNew_CImg{
    width: 100%;
    height: 100%;
    /* position: absolute;
    left: 0;
    top: 0; */
}
.indNew_CImg .imgBox{
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    padding-top: 56%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.indNew_CImg .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.indNew_CImg.act{
    opacity: 1;
}

.indNew_TItem img{
    width: 100%;
    height: 100%;
    /* position: absolute;
    left: 0;
    top: 0; */
    object-fit: cover;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.indNew_TSwiper .indNew_Tpagination{
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 9;
}
.indNew_TSwiper .swiper-pagination-bullet{
    background: #fff;
    opacity: .6;
}
.indNew_TSwiper .swiper-pagination-bullet-active{
    opacity: 1;
}

.indNew_hTox{
    width: 45%;
}






.indNew_box {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.indNew_box::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #eee;
}

.indNew_box::after {
    left: 67%;
}

.indNew_a {
    padding: 18px 0;
    display: block;
    width: 28%;
}

.indNew_a:first-child {
    border-left: 0;
}

.indNew_time {
    line-height: 1;
    color: #6f7884;
}

.indNew_tit {
    position: relative;
    color: #21334e;
    line-height: 1.5;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
    margin: 12px 0 0;
    font-size: 19px;
    letter-spacing: .5px;
    transition: all 0.48s;
}



.indNew_more {
    display: inline-block;
    color: #f15a29;
    margin-top: 48px;
    font-weight: bold;
    font-size: 14px;
}

.indNew_more svg {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-top: -2px;
    margin-left: 3px;
    transition: all 0.48s;
}

.indNew_more svg path {
    fill: #f15a29;
}




.follow{
    display: flex;
    align-items: center;
    margin: 15px 0 0 30px;
}
.follow span{
    margin-right: 15px;
    position: relative;
    transition: all 0.48s 0.1s;
    color: #6f7884;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat-Regular';
    letter-spacing: 0.25px;
    line-height: 1.8;
    -webkit-transition: all 0.48s 0.1s;
    -moz-transition: all 0.48s 0.1s;
    -ms-transition: all 0.48s 0.1s;
    -o-transition: all 0.48s 0.1s;
}

.foList{
    display: flex;
  }
  
  .foList .item{
    width: 35px;
    height: 35px;
    position: relative;
    margin-right: 10px;
}
.foList .item a{
   width: 100%;
   height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foList a img {
    width: 60%;
  }
  .foList a.wx{
    background: #00b94c;
  }
  .foList a.sp{
    background: #fa9e4f;
  }
  .foList a.in{
    background: #0060bb;
  }
.foList .item .Tbox{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 40px;
    left: 50%;
    padding: 3px;
    border-radius: 16px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.foList .item .Tbox img{
    width: 100%;
    height: 100%;
}
.foList .item:hover .Tbox{
    display: block;
}




  .indFour .bg {
    width: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.indFour_item {
    width: 33%;
    padding-left: 4%;
    padding-right: 3%;
}

.indFour_box {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.indNew_box .indMore{
    margin-top: 20px;
}




@media (max-width: 1600px) {
    .indshNum b{
      font-size: 66px;
    }
    .indNew_tit{
        font-size: 18px;
    }
    .banTxt > p{
        font-size: 24px;
    }
    .footList::after, .footNav ul::after{
        left: -50px;
    }
    .footNav ul a,.footItem .text{
        font-size: 17px;
    }
    .csBan .Tbox p{
        font-size: 52px;
    }
  }
  @media (max-width: 1468px) {
    .indshNum b,.indshNum i{
        font-size: 60px;
      }
     
      .footList::after, .footNav ul::after {
        left: -40px;
    }
    .footNav ul a,.footItem .text{
        font-size: 16px;
    }
    .footIco .icon span{
        font-size: 15px;
    }
    .indNew_BTit{
        font-size: 20px;
    }
    .follow span{
        font-size: 16px;
    }
  }
  @media (max-width: 1368px) {
    .csBan .Tbox p{
        font-size: 48px;
    }
    .indshNum b,.indshNum i{
      font-size: 52px;
    }
    .indshItem .tit{
      font-size: 17px;
    }
    .indshItem {
        padding: 30px 20px;
    }
    .indNew_tit{
        font-size: 18px;
    }
    .indAb_bg{
        left: -70px;
      }
      .indNew_tit {
        font-size: 17px;
    }
    .indNew_time {
      font-size: 15px;
    }
    .indshItem .tit {
        font-size: 16px;
    }
    .banTxt > p {
        font-size: 22px;
    }
    .csBan video{
        height: 340px;
    }
}

@media (max-width: 1201px) {
   
    .indFour {
        background-image: url('static/image/cs1106.png');
    }
    .indshItem .tit {
        font-size: 14px;
    }
    .indshNum b, .indshNum i {
        font-size: 44px;
    }
    .csBan .Tbox p{
        font-size: 44px;
    }
    .csBan video{
        height: 300px;
    }
}
@media (max-width: 1024px) {
    .csBan .Tbox p{
        font-size: 42px;
    }
    .footNav ul{
        display: none;
    }
    .indNew_tit {
        font-size: 16px;
    }
    .indNew_time {
        font-size: 14px;
    }
    .banTxt > p {
        font-size: 20px;
    }
}
@media(max-width:900px) {
    .csBan .Tbox p{
        font-size: 36px;
    }
    .indshNum b, .indshNum i {
        font-size: 36px;
    }
    .footList::after, .footNav ul::after {
        left: -30px;
    }
    .footList2{
        display: none;
    }
    .footCo{
        display: none;
    }
    .footCo2{
        display: block;
    }
    .indshItem .tit {
        font-size: 12px;
    }
    .indshItem .Tbox{
        margin: 0;
    }
    .indFour_item {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
        overflow: hidden;
    }

    .indFour_ico {
        margin-bottom: 0;
    }

    .indFour_txt p {
        min-height: 20px;
    }
   
    .indNew_hou{
        width: 100%;
    }
    .indNew_box{
        flex-wrap: wrap;
    }
    .indNew_box::after{
        height: 0;
    }
    .indNew_ce{
        width: 100%;
    }
    .bgColor{
        border-top: 1px solid #eee;
    }
    .follow {
        display: flex;
        align-items: center;
        margin: 0 0 0 26px;
    }
    .foList .item {
        width: 30px;
        height: 30px;
        position: relative;
        margin-right: 7px;
    }
    .banTxt > p {
        font-size: 18px;
    }
    .indshBox {
        padding: 30px 0;
    }
    .indshItem:hover .indshNum b {
        letter-spacing: 0;
    }
    .indshItem{
        width: 100%;
        flex: auto;
        padding: 20px 0;
    }
    .indshList{
        flex-wrap: wrap;
    }
    .indshItem:hover .Tbox {
        margin-top: 20px;
    }
    .indshItem .Tbox {
        margin-top: 0px;
    }
    .indshItem::after{
        height: 1px;
        width: 100%;
        top: 0;
    }
    .indshY{
        width: 120vw;
        height: 120vw;
        top: 80%;
    }
    .indshY{
        top: 100%;
    }
    .csBan video{
        height: 250px;
    }
}
@media(max-width:768px){
    .footList2{
        display: none;
      }
    .csBan .Tbox p{
        font-size: 32px;
    }
    .banTxt > p {
        font-size: 16px;
    }
    .banTxt_p {
        font-size: 42px;
        margin-bottom: 0;
    }
    .indNew_Top{
        flex-wrap: wrap;
    }
    .follow{
        width: 100%;
        margin:  0 0 20px;
    }
    .indNew_Tui{
        flex-wrap: wrap;
    }
    .indNew_Tui .imgBox{
        width: 100%;
    }
    .indNew_hTox{
        width: 100%;
        margin-top: 20px;
    }
    .indNew_Tui .imgBox{
        padding-top: 55%;
    }
    .indNew_tit {
        font-size: 15px;
    }
    .indNew_CSwiper{
        margin-top: 30px;
    }
    .footIco{
        margin: 10px 0 0;
    }
    .foot_left{
        width: 100%;
    }
    .footList, .footNav ul{
        width: 100%;
    }
    .foot_logo{
        margin-bottom: 30px;
        width: 150px;
    }
    .Ftcopy{
        margin-top: 20px;
    }
    .footNav{
        flex-wrap: wrap;
    }
    .footIco .icon{
        margin-bottom: 0;
    }
    .indshNum b, .indshNum i {
        font-size: 32px;
    }
    .newsDiv{
        flex-wrap: wrap;
    }
    .newsTxt{
        margin-left: 0;
    }
    .newsTime{
        width: 100%;
    }
    .indFoot .copy, .indFoot .build, .indFoot .build a {
        font-size: 14px;
    }
    .footIco .icon span {
        font-size: 14px;
        margin-top: 8px;
    }
}
@media(max-width:680px){
    .csBan .Tbox p{
        font-size: 28px;
    }
}
@media(max-width:500px){
   
    .csBan .Tbox p {
        font-size: 24px;
    }
    .banTxt > p {
        font-size: 14px;
    }
    .banTxt_p {
        font-size: 36px;
    }
    .indshItem .Tbox,.indshItem:hover .Tbox{
        margin-top: 0;
    }
    .indshNum b, .indshNum i {
        font-size: 28px;
    }
    .csBan video{
        height: 230px;
    }
}