.inBan {
   width: 100%;
   height: 100vh;
   position: relative;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 0;
}

.inBan .image {
   width: 100%;
   height: 100%;

}

.banSwiper {
   width: 100%;
   height: 100%;
}

.inBan .image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: relative;
}

.banSwiper .swiper-slide-active .image{
   animation: Bimg 8s linear;
 }
 @keyframes Bimg {
   0% {transform: scale(1,1);}
   100% {transform: scale(1.1,1.1);}
 }
/* .inBan .image::before{
   width: 100%;
   height: 100%;
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   background-color: #2f343c;
   opacity: 0.75;
   z-index: 2;
} */
.inBan .TBox {
   width: 80%;
   position: absolute;
   left: 10%;
   top: 50%;
   opacity: 0;
   transform: translateY(0%);
   z-index: 2;
   -webkit-transform: translateY(0%);
   -moz-transform: translateY(0%);
   -ms-transform: translateY(0%);
   -o-transform: translateY(0%);
   transition: all .68s .48s;
   -webkit-transition: all .68s .48s;
   -moz-transition: all .68s .48s;
   -ms-transition: all .68s .48s;
   -o-transition: all .68s .48s;
}

.inBan .swiper-slide-active .TBox {
   opacity: 1;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
}

.inBan .ying {
   display: inline-block;
   font-size: 20px;
   color: #333;
   margin-bottom: 10px;
   text-transform: uppercase;
   transition: all 1ss;
}

.inBan .ying span{
   display: inline-block;
   font-size: 40px;
  color: #e4252c;
   margin-bottom: 10px;
   text-transform: uppercase;
   transition: all 1ss;
}

.inBan .text {
   font-size: 24px;
   color: #333;
   margin: 30px 0 70px;
   line-height: 1.35;
   font-weight: 300;
   transition: all 1s 0.4s;
   /* letter-spacing: 3px; */
   font-weight: 500;
   text-transform: uppercase;
}

.inBan .Tit {
   font-size: 52px;
   margin-bottom: 20px;
   color: #333;
   line-height: 1.2;
   transition: all 1s 0.2s;
   font-weight: 600;
   text-transform: uppercase;
}

.inBan .Tit span {
   font-size: 80px;
   color: #e4252c;
   line-height: 1.2;
   font-weight: 600;
   text-transform: uppercase;
}
.inBan .newLbox{
   transition: all 1s 0.6s;
}


.banSwiper .banpagination {
   position: absolute;
   left: 10%;
   bottom: 10%;
   z-index: 6;
}

.banpagination .swiper-pagination-bullet {
   width: 35px;
   height: 3px;
   opacity: .4;
   background: #e4252c;
}

/* .banpagination .swiper-pagination-bullet-active:active{
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   width: 0;
} */

.banpagination .swiper-pagination-bullet-active {
   position: relative;
   opacity: .9;
}

.inBan .swiper-slide-active .text, .inBan .swiper-slide-active .Tit, .inBan .swiper-slide-active .ying, .inBan .swiper-slide-active .newLbox {
   opacity: 1;
   transform: translateY(0);
}

.inBan .xian {
   width: 1px;
   height: 100px;
   position: absolute;
   left: 50%;
   bottom: -50px;
   background: rgba(0, 0, 0, 0.5);
}

.inBan .xian::before {
   content: '';
   position: absolute;
   left: 0;
   top: 50%;
   width: 100%;
   transform: translateY(-50%);
   height: 0;
   background: rgba(255, 255, 255, 0.7);
   animation: banxian 2s infinite;
   z-index: 3;
}

@keyframes banxian {
   0% {
      height: 0;
   }

   50% {
      height: 100%;
   }

   100% {
      height: 0;
   }
}



.newBox {
   overflow: hidden;
   background: #fff;
   position: relative;
   z-index: 2;
}

.inText {
   font-size: 24px;
   margin-bottom: 70px;
}

.newBox .inner {
   width: 94%;
   margin-left: 5%;
   padding: 3% 0 0;
   border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.newTBox {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 0 30px 0px;
}

.btnbox .btn {
   width: 60px;
   height: 60px;
   border: 1px solid rgba(0, 0, 0, 0.1);
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
}

.btnbox .btn img {
   width: 50%;
   opacity: .3;
}

.newItem {
   overflow: hidden;
   padding: 30px 0 00px;
   border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.newItem:first-child {
   border-left: 0;
}

.newSwiper {
   overflow: hidden;
   transform: translatex(100%);
   transition: all 1s;
   border-top: 0px solid rgb(0 0 0 / 10%);
}

.newSwiper.on {
   transform: translatex(0);
}

.newItem .image {
   width: 90%;
   margin: 0 auto;
   position: relative;
   overflow: hidden;
}

.newItem .image img {
   width: 100%;
   transition: all 0.48s;
   object-fit: cover;
   height: 350px;
}

.newItem:hover .image img {
   transform: scale(1.1);
}

.newItem .tit {
   padding: 20px 30px;
}

.newItem .TBox {
   width: 90%;
   margin: 0 auto;
   margin-bottom: 30px;
}

.newItem .tit {
   font-size: 24px;

}

.newItem .time {
   font-size: 16px;
}

.newItem .text {
   font-size: 22px;
   color: #000;
   /* font-weight: 600; */
   line-height: 1.5;
   margin-top: 20px;
   display: inline-block;
   transition: all 0.48s;
   /* white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow:ellipsis; */
}

.newItem:hover .text {
   color: #333;
}




.about {
   display: flex;
   justify-content: space-between;
   /* height: 100vh; */
   background: #f5f5f5;
   position: relative;
   z-index: 2;
}

.ableft {
   width: 40%;
   position: relative;
   overflow: hidden;
   display: flex;
   justify-content: center;
   align-items: center;
}

.ableft img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.48s;
}

.ableft:hover img{
   transform: scale(1.1);
}
/* .about .imgBox img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.48s;
} */
.abYuan {
   width: 500px;
   height: 500px;
   border-radius: 50%;
   position: relative;
   /* overflow: hidden; */
}

.abYuan .imgBox {
   width: 100%;
   height: 100%;
   border-radius: 50%;
   overflow: hidden;
   background: #fff;
   display: flex;
   align-items: center;
}

.abYuan .map {
   height: 100%;
   transform: translateX(0px);
   animation: huad 20s linear infinite;
   position: relative;
   left: -50%;
   top: 0;
}

@keyframes huad {
   0% {
      transform: translateX(-100%);
   }

   100% {
      transform: translateX(0%);
   }
}

.abYBox {
   min-width: 60%;
   padding: 15px 20px;
   background: #9EB1EB;
   position: absolute;
   top: -50px;
   left: 50%;
   transform: translateX(-50%);
   z-index: 6;
}

.abYBox .tit {
   font-size: 26px;
   line-height: 1;
   color: #fff;
   white-space: nowrap;
   
   text-transform: uppercase;
}

.abYBox .textt {
   font-size: 14px;
   color: #fff;
   margin-top: 10px;
}

.about .TBox {
   width: 55%;
   padding: 5% 0 0 0;
}

.inTit.white {
   color: #fff;
}

.about .TBox .text {
   margin: 50px 0 70px;
}

.about .TBox .text span {
   font-size: 16px;
   display: block;
}

.about .ATop {
   width: 80%;
   padding: 0 10px 0 0;
}

/*  */

.abNbox {
   width: 80%;
   display: flex;
   justify-content: space-between;
   margin-top: 10px;
   position: absolute;
   right: 0;
   bottom: 0;
   border-top: 1px solid rgb(0 0 0 / 10%);
}


.abnumBox {
   width: 100%;
   background: #f5f5f5;
   display: flex;
   align-items: center;
   position: relative;
}
.abnumBox2{
   display: none;
}
/* .abnumBox::after{
   content: '';
   width: 1px;
   height: 80%;
   border-left: 1px dashed rgb(0 0 0 / 10%);
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
} */
.abnumBox .abnum{
   width: 25%;
   border-left: 1px solid rgb(0 0 0/ 10%);
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 300px;
   border-bottom: 1px solid rgb(0 0 0/ 10%);
}
/* .abnum2Bg {
   width: 360px;
   height: 400px;
   background: #f5f5f5;
   position: absolute;
   left: -455px;
   bottom: 0;
   padding-left: 95px;
   padding-top: 95px;
} */


.abnum>span {
   font-size: 18px;
   margin-top: 10px;
   display: block;
}

.abnum .num, .abnum .num b {
   font-size: 72px;
   line-height: 1;
   font-family: "Bagnard";
   letter-spacing: 5px;
   color: #199348;
}

.abnum .num span {
   font-size: 32px;
   line-height: 1;
   vertical-align: super;
   
   color: #199348;
}

.abSwiper {
   width: 100%;
   overflow: hidden;
   position: relative;
}

.abSBox {
   width: 50%;
}

.abSBox .abSwiper {
   border-top: 1px solid rgb(0 0 0 / 10%);
}

.abSwiper:hover .swiper-slide-active img {
   transform: scale(1.1);
}

.abSwiper::after {
   width: 100%;
   height: 100%;
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   background: rgb(255, 255, 255, .1);
   z-index: 2;
}

.abSwiper img {
   width: 100%;
   height: 380px;
   object-fit: cover;
   transition: all 0.48s;
}

.abSBox .Top {
   display: flex;
   align-items: center;
   justify-content: space-between;
   border-top: 1px solid rgb(255, 255, 255, .1);
}

.abSBox .btn {
   width: 25%;
   height: 100px;
   border-left: 1px solid rgb(255, 255, 255, .1);
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
}

.abSBox .btn img {
   width: 20px;
   /* opacity: .5; */
}

.abSwiper-prev img {
   transform: rotate(180deg);
}

.abSBox .pagination {
   width: 50%;
   height: 100px;
   border-left: 1px solid rgb(255, 255, 255, .1);
   border-right: 1px solid rgb(255, 255, 255, .1);
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   bottom: 0;
   font-size: 20px;
}

.abSBox .pagination .swiper-pagination-current {
   
   font-size: 42px;
}

.abSBox .pagination span {
   font-size: 16px;
   margin: 0 5px;
}

/* .about .TBox::after{
   width: 1px;
   height: 100vh;
   position: absolute;
   top: 0;
   right: 30%;
   background: rgb(255 255 255 / 10%);
   content: '';
} */






.indCase {
   width: 100%;
   height: 100vh;
   position: relative;
   z-index: 2;
}

.indCase .Tit {
   position: absolute;
   top: 15%;
   left: 7%;
   z-index: 2;
}

.indCase_imgBox {
   width: 100%;
   height: 100%;
}

.indCase_img {
   position: relative;
}

.indCase_img::after {
   content: '';
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .46);
   position: absolute;
   left: 0;
   top: 0;
}

.indCase_imgBox .swiper-container,
.indCase_img,
.indCase_img img {
   width: 100%;
   height: 100%;
}

.indCase_itemBox {
   width: 84%;
   position: absolute;
   left: 8%;
   bottom: 10%;
}

.indCase_item {
   display: flex;
   align-items: center;
   justify-content: space-between;

   padding: 42px 48px;
   cursor: pointer;
   border-bottom: 1px solid rgb(255 255 255 / 20%);
   transition: all .48s;
}

.indCase_item::after {
   content: '';
   width: 0;
   height: 1px;
   border-bottom: 1px solid #fff;
   position: absolute;
   left: 50%;
   bottom: 0;
   transform: translateX(-50%);
   transition: all .68s;
}

.indCase_item>div {
   width: calc(100% - 68px);
}

.indCase_item span {
   display: block;
   font-size: 21px;
   line-height: 1;
   font-weight: bold;
   color: #fff;
   margin-bottom: 10px;
}

.indCase_item i {
   display: block;
   font-size: 16px;
   color: rgb(255 255 255 / 60%);
}

.indCase_item img {
   width: 38px;
   height: 38px;
   object-fit: contain;
}

/* .swiper-slide-thumb-active .indCase_item {
   background: #453780;
} */

.case_but {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   z-index: 2;
}

.case_but img {
   width: 55px;
}

.case_but.prev {
   left: -100px;
}

.case_but.next {
   right: -100px;
}

/*  */
.Case {
   margin-top: 0;
}

.case_text {
   width: 28%;
   position: absolute;
   left: 7%;
   top: 32%;
}

.case_text span {
   color: #fff;
   display: inline-block;
   font-size: 30px;
   font-weight: bold;
   margin-bottom: 20px;
   position: relative;
}

.case_text span i {
   position: absolute;
   color: rgba(255, 255, 255, .18);
   font-size: 110px;
   font-weight: bold;
   line-height: 0.8;
   left: 50%;
   bottom: 0;
   transform: translateX(-50%);
}

.case_text p {
   color: #fff;
   font-size: 18px;
   margin-bottom: 40px;
}


.Case .indCase_itemBox {
   width: 86%;
   left: 7%;
   bottom: 10%;
   z-index: 2;
}

.Case .indCase_item {
   padding: 35px 48px;
}

.Case .swiper-wrapper {
   align-items: flex-end;
}

.Case .swiper-slide-thumb-active .indCase_item {
   /* padding: 50px 48px; */
   background: rgb(250 250 250 / 20%);
   backdrop-filter: blur(4px);
   -webkit-backdrop-filter: blur(4px);
}

.Case .swiper-slide-thumb-active .indCase_item::after {
   width: 100%;
}

/*  */
.indCase_imgBox .swiper-pagination {
   width: auto;
   position: absolute;
   left: initial;
   right: 7%;
   top: 10%;
   color: #fff;
}

.indCase_imgBox .swiper-pagination span {
   color: #fff;
   font-size: 18px;
   padding: 0 5px;
}

.indCase_imgBox .swiper-pagination .swiper-pagination-current {
   font-size: 36px;
   font-weight: 600;
}



.proBox {
   padding: 5% 0;
   overflow: hidden;
   position: relative;
   z-index: 2;
   background: #fff;
   margin-top: 100vh;
}

.proBox .Top {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-bottom: 50px;
   border-bottom: 1px solid rgb(0 0 0 / 10%);
   position: relative;
}

/* .proBox .Top::after{
   width: 250px;
   height: 2px;
   background: rgb(0, 0, 0,.6);
   position: absolute;
   left: 0;
   bottom: 0;
   content: '';
} */
.proBox .Top .inbtn {
   background: #0F348B;
}

.proList {
   margin-top: 50px;
}

.proItem {
   background: #f1f2f3;
   padding: 30px;
   overflow: hidden;
   background-repeat: no-repeat;
   background-size: cover;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.proItem .tit {
   font-size: 24px;
   color: #333;
   transition: all 0.48s;
   margin-top: 15px;
}

.proItem .text {
   font-size: 16px;
   margin: 20px 0 30px;
   text-align: center;
   word-break: break-all;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   height: 30px;
}

.proItem .imgBox {
   width: 80%;
   margin: 0 auto;
   transition: all 0.48s;
}

.proItem .imgBox img {
   width: 100%;
   transition: all 0.48s;
      max-height: 300px;
    object-fit: cover; 
}
.proItem:hover .imgBox img{
   transform: scale(1.05);
}
.proBtn1 {
   left: -60px;
}

.proBtn {
   width: 100px;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   z-index: 5;
}

.proBtn img {
   width: 100%;
}

.proBtn2 {
   right: -60px;
}





.Incase {
   /* position: relative;
   z-index: 2; */
   background-image: url(../image/casebg.jpg);

   height: 100vh;
   position: relative;
}

.Incase .IncBox {
   padding: 5%;
   height: 100%;
   position: relative;
   z-index: 2;
}

.inTit.center {
   text-align: center;
}

.inctext {
   width: 80%;
   text-align: center;
   margin: 30px auto;
   font-size: 16px;
   color: #fff;
}

.incList {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 40%;
   overflow: hidden;
   border-top: 1px solid rgb(255 255 255 / 20%);
}

.incItem {
   height: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding: 30px;
   position: relative;
   transition: all 0.8s;
   border-left: 1px solid rgb(255 255 255 / 20%);
}

.incItem.swiper-slide-thumb-active::before {
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   content: '';
   background: rgb(255, 255, 255, .3);
   z-index: 0;
   transition: all 0.8s;
   backdrop-filter: blur(3px);
}

.casetitl{
   position: relative;
   top: 20%;
}
.incItem.swiper-slide-thumb-active .text {
   transform: translateY(0%);
   opacity: 1;
   margin-top: 30px;
}
.incItem .image {
   width: 60px;
   position: relative;
   transition: all 0.8s;
}

.incItem .image img {
   width: 100%;
   position: relative;
   z-index: 2;
   transition: all 0.48s;
}

/* .incItem .image::after{
   content: '';
   position: absolute;
   left: 50%;
   top: 50%;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background: #333;
   transform: translate(-50%,-50%);
   transition: all 0.48s;
} */
.incItem .tit {
   font-size: 26px;
   color: #fff;
   margin: 15px 0 0;
   position: relative;
   z-index: 5;
   transition: all 0.48s;
}

.incItem .text {
   font-size: 16px;
   color: #fff;
   text-align: center;
   transform: translateY(100%);
   opacity: 0;
   transition: all 0.48s;
}

.incItem:hover .text {
   transform: translateY(0%);
   opacity: 1;
   margin-top: 30px;
}

.incItem::before {
   width: 100%;
   height: 0%;
   position: absolute;
   left: 0;
   top: 0;
   content: '';
   background: rgb(255, 255, 255, .3);
   backdrop-filter: blur(3px);
   z-index: 0;
   transition: all 0.8s;
}

/*.incItem:hover::before {*/
/*   height: 100%;*/
/*}*/

.incItem:nth-child(2n):before {
   top: auto;
   bottom: 0;
}

.indSolBox {
   width: 100%;
   height: 100vh;
   position: fixed;
   left: 0;
   top: 0;
   z-index: -1;
}

.indSolBox.on {
   z-index: 0;
}
.caBox .indSolBox .swiper-slide{
   width: 100% !important;
}

.indSolImg {
   width: 100%;
   height: 100vh;
   position: relative;
}

.indSolImg img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
   left: 0;
   top: 0;
}

.indSolImg::after {
   content: '';
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.28);
   position: absolute;
   left: 0;
   top: 0;
}

.proBox .inner {
   width: 80%;
}

.ability{
   /* padding: 5% 0; */
   display: flex;
   position: relative;
   z-index: 2;
   background: #f5f5f5;
   justify-content: space-between;
   overflow: hidden;
}
.ability .inner{
   width: 94%;
   margin-left: 6%;
  
}
.ability .Tbox{
   width: 38%;
   padding: 5% 0 0 5%;
   transform: translateX(-300px);
   transition: all 0.8s;
}
.ability .imgBox{
   width: 60%;
   /* background: #199348; */
   position: relative;
   transform: translateX(300px);
   transition: all 0.8s;
}
.ability .Tbox.on{
   transform: translateX(0);
}
.ability .imgBox.on{
   transform: translateX(0);
}
.ability .imgBox img{
   width: 100%;
   transition: all 0.48s;
   height: 100%;
   object-fit: cover;
}
.ability .text{
   margin: 50px 0 70px;
}
.ability .text span{
   font-size: 16px;
   color: #333;
  
}
.ability .text .span1{
   display: block;
}
.ability .text .span2,.ability .text .span3{
   display: none;
}
.ability .btnList .newLbox{
   display: flex;
    align-items: center;
    width: 300px;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 17px;
}
.atySwiper{
   width: 100%;
   overflow: hidden;
   position: relative;
   height: 100%;
}
.atySwiper2,.atySwiper3{
   display: none;
}
.atySwiper .swiper-slide::after{
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgb(0 0 0 / 0%);
   z-index: 5;
   transition: all 0.48s;
}
.atySwiper:hover .swiper-slide::after{
   background: rgb(0 0 0 / 10%);
}
.atySwiper:hover .swiper-slide img{
   transform: scale(1.05);
}
.atySwiper .swiper-slide{
   position: relative;
   overflow: hidden;
}
.atypagination{
   display: block;
   position: absolute;
   left: 5%;
   bottom: 20px;
   z-index: 2;
}
.atypagination .swiper-pagination-bullet{
   width: 15px;
   height: 15px;
   opacity: .5;
   border-radius: 0;
   background: #fff;
}
.atypagination .swiper-pagination-bullet-active{
   opacity: 1;
}


@media (max-width:1600px) {
   .about .TBox .text{
      margin: 30px 0 50px;
   }

   .abnum .num, .abnum .num b {
      font-size: 56px;
   }
   .abnumBox .abnum{
      height: 230px;
   }
   .abnum>span {
      margin-top: 0;
   }

   .incItem .image {
      width: 50px;
   }

   .incItem .tit {
      font-size: 24px;
   }

   .proBtn {
      width: 90px;
   }

   .newItem .image img {
      height: 320px;
   }

   .abYuan {
      width: 480px;
      height: 480px;
   }

   .newItem .text {
      font-size: 20px;
   }

   .proItem .ying {
      font-size: 95px;
   }
}

@media (max-width:1450px) {
   .abnum .num, .abnum .num b {
      font-size: 50px;
  }
   .abnum>span {
      font-size: 16px;
   }
   .inBan .Tit{
      font-size: 48px;
   }
   .inBan .Tit span {
      font-size: 60px;
   }
   .inBan .text {
      font-size: 26px;
   }

   .abYuan {
      width: 450px;
      height: 450px;
   }

   .proItem .ying {
      font-size: 80px;
   }

   .proItem {
      padding: 5%;
   }

   .proItem .name {
      font-size: 18px;
      padding: 15px 0;
   }

   .proItem .tit {
      font-size: 22px;
   }

   .BtnBox {
      width: 50px;
      height: 50px;
   }

   .newItem .image img {
      height: 290px;
   }
   .proItem .imgBox {
      width: 100%;
   }
   .ability .text {
      margin: 30px 0 50px;
   }
}

@media (max-width:1368px) {
   .about .TBox .text span {
      font-size: 16px;
   }

   .abYBox .tit {
      font-size: 22px;
   }

   .abnum .num span {
      font-size: 24px;
   }

   .abnum .num, .abnum .num b {
      font-size: 46px;
   }
   .proItem .text {
      font-size: 16px;
   }
   .abnumBox .abnum {
      height: 180px;
  }
  .ability .Tbox {
   padding: 5% 0 5% 5%;
}

.proItem .imgBox {
   width: 80%;
}
.newItem {
   padding: 30px 0 50px;
}
.inYBox {
   position: relative;
   margin-top: 15px;
}
.inTit {
   font-size: 42px;
}
.newItem .text {
   font-size: 18px;
}
.ability .btnList .newLbox {
   width: 260px;
   margin-bottom: 15px;
   font-size: 16px;
}
.inBan .Tit{
   font-size: 44px;
}
.inBan .Tit span {
   font-size: 48px;
}
}
@media (max-width:1200px){
   .inBan .text {
      font-size: 20px;
      margin: 20px 0 50px;
      line-height: 1.35;
      transition: all 1s 0.4s;
      letter-spacing: 0px;
  }
  .banpagination .swiper-pagination-bullet {
   width: 25px;
}
.inctext{
   width: 100%;
}
.incItem .image {
   width: 45px;
}
.incItem .tit {
   font-size: 22px;
}
.abNbox{
   display: none;
}
.abnumBox2 {
   display: flex;
   margin: 30px 0;
}
.abnumBox .abnum{

}
.abnum .num, .abnum .num b {
   font-size: 44px;
}
.abnumBox .abnum {
   width: auto;
   height: auto;
   margin-right: 30px;
   border: none;
}
.inTit {
   font-size: 38px;
}
.newLbox {
   padding: 6px 22px;
}
.abnumBox .abnum:last-child{
   margin-right: 0;
}
.abnum>span {
   font-size: 14px;
}
.newItem {
   padding: 30px 0 30px;
}
.newItem .TBox{
   margin-bottom: 0;
}
}
@media (max-width:1024px){
   .inBan .ying {
      display: inline-block;
      font-size: 18px;
      color: #333;
      margin-bottom: 0;
}
.inBan .Tit {
   font-size: 40px;
}
.inBan .Tit span {
   font-size: 44px;
}
.inBan .text {
   font-size: 18px;
   margin: 10px 0 30px;
}
.proBtn {
   width: 80px;
}
.inBan {
   height: 600px;
   width: 100%;
   position: relative;
   left: auto;
   top: auto;
   overflow: hidden;
}
.proBox {
   margin-top: 0;
}
.incItem .tit {
   font-size: 20px;
}
.Incase {
   height: 700px;
}
.incList {
   height: 300px;
}
.indSolBox{
   /* display: none; */
}
.about .TBox{
   padding: 5% 0;
}
}
@media (max-width:1024px){
   .casetitl {
      top:10%
   }
   .proFBox{
      padding-top: 30% !important;
   }
   .inBan {
      height: 550px;
   }  
   .proItem .tit {
      font-size: 20px;
  }
  .proItem .text {
   font-size: 14px;
   margin: 5px 0 20px;
   line-height: 40px;
   }
   .proBtn {
      width: 70px;
  }
  .proBtn2 {
   right: -55px;
}
.proBtn1 {
   left: -55px;
}
.incItem .text {
   font-size: 14px;
}
.Incase {
   height: 600px;
}
.incItem .image {
   width: 40px;
}
.incList {
   height: 270px;
}
.about {
   flex-wrap: wrap;
   padding: 5%;
   background: #fff;
}
.ableft {
   width: 100%;
   height: 300px;
}
.about .TBox {
   width: 100%;
   padding: 5% 0;
}
.ability {
   flex-wrap: wrap;
   padding: 5%;
  
}
.ability .Tbox {
   width: 100%;
   padding: 0;
}
.ability .imgBox {
   width: 100%;
   margin-top: 20px;
}
.abnumBox{
   background: transparent;
}
.about .TBox .text {
   margin: 20px 0 30px;
}
.abnumBox2 {
   margin: 0px 0 30px;
}
.about .ATop{
   width: 100%;
}
}
@media (max-width:900px){
   .casetitl {
      top:5%
   }
   .inBan {
      height: 400px;
      margin-top: 89px;
  }
  .inBan .Tit {
   font-size: 34px;
}
.inBan .Tit span {
   font-size: 36px;
}
.inBan .text {
   font-size: 16px;
   margin: 0 0 20px;
}
.inBan .ying {
   display: inline-block;
   font-size: 14px;
}
.newLbox {
   padding: 5px 16px;
}
.banpagination .swiper-pagination-bullet {
   width: 19px;
}
.inYBox {
   position: relative;
   margin-top: 6px;
}
.inTit {
   font-size: 34px;
}
.proBox .Top {
   padding-bottom: 20px;
}
.inYBox {
   position: relative;
   margin-top: 6px;
}
.inYBox em {
   width: 12px;
   height: 12px;
}
.abnum .num, .abnum .num b {
   font-size: 40px;
}
}
@media (max-width:680px){
   .inBan {
      height: 350px;
  }
  .banSwiper .banpagination{
   display: none;
  }
  .incList {
   height: 250px;
}
.Incase {
   height: 500px;
}
   .casetitl {
      top:0
   }
.inctext {
   font-size: 14px;
}
.ableft {
   height: 250px;
}
.about .TBox .text span {
   font-size: 14px;
}
.abnum .num, .abnum .num b {
   font-size: 36px;
   letter-spacing: 0;
}
.abnum .num span {
   font-size: 20px;
}
.abnum>span {
   font-size: 12px;
}
.newItem .time {
   font-size: 14px;
}
.newItem .text {
   margin-top: 5px;
}
.newBox .inner{
   padding: 30px 0 0;
}
.inTit {
   font-size: 30px;
}
.ability .text span {
   font-size: 14px;
}
.ability .text {
   margin: 10px 0 20px;
}
.ability .btnList .newLbox {
   width: 220px;
   margin-bottom: 10px;
   font-size: 14px;
}
.Incase .IncBox {
   padding: 30px;
}
.inBan .Tit span {
   font-size: 30px;
}
.inBan .Tit {
   font-size: 28px;
}
.proBtn {
   width: 55px;
}
.proBtn2 {
   right: -45px;
}
.proBtn1 {
   left: -45px;
}
}
@media (max-width:500px){
   .newLbox {
      padding: 5px 10px;
  }
  .inBan {
   height: 270px;
}
.inBan .Tit {
   font-size: 24px;
   margin-bottom: 5px;
}
.inBan .Tit span {
   font-size: 26px;
}
.inBan .text {
   font-size: 14px;
   margin: 0 0 20px;
}
.newLbox {
   font-size: 12px;
}
.inBan .ying {
   font-size: 12px;
}
.proItem .tit {
   font-size: 18px;
}
.newItem .text {
   font-size: 16px;
}
.newItem .text {
   font-size: 16px;
}
}