 /* index banner begin*/
 .Ibanner {
   width: 100%;
   height: 100vh;
   position: relative;
 }
 .IbannerBox {
   width: 100%;
   height: 100%;
   position: relative;
   overflow: hidden;
 }
 .IbannerBox .swiper-container {
   width: 100%;
   height: 100%;
 }
 .IbannerImg {
   width: 100%;
   height: 100%;
   overflow: hidden;
   position: relative;
 }
 
 .IbannerImg img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transform: scale(1.1);
   transition: all 6s;
 }
 .IbannerImg .img1 {
   display: block;
 }
 .IbannerImg .img2 {
   display: none;
 }
 .IbannerImg video {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
 .swiper-slide-active .IbannerImg img {
   transform: scale(1);
 }
 /*  */
 .IbannerText {
   width: 90%;
   position: absolute;
   left: 5%;
   bottom: 35%;
   transform: translateY(150px);
   opacity: 0;
   transition: all .48s;
   z-index: 2;
 }
 .swiper-slide-active .IbannerText {
   transform: translateY(0);
   opacity: 1;
   transition: all 2s;
 }
 .IbannerText span {
   font-size: 60px;
   color: #fff;
   line-height: 1.2;
   text-transform: uppercase;
   font-weight: 500;
   color: #fff;
   display: block;
 }
 .IbannerText span b {
   font-weight: 600;
 }
 .IbannerText p {
   width: 100%;
   font-size: 24px;
   line-height: 1.5;
   margin: 20px 0 50px;
   color: rgba(255, 255, 255, .8);
 }
 /* .IbannerText .More {
                    background: #fff;
                }

                .IbannerText .More a {
                    color: #0b5daf;
                } */
 /*  */
 .IbannerBox .swiper-pagination {
   width: auto;
   position: absolute;
   left: 5%;
   bottom: 15%;
   color: rgba(255, 255, 255, 1);
   z-index: 3;
 }
 .IbannerBox .swiper-pagination-bullet {
   width: 40px;
   height: 3px;
   margin: 0 8px !important;
   background: rgba(255, 255, 255, .4);
 }
 .IbannerBox .swiper-pagination-bullet::after {
   content: '';
   width: 0;
   height: 3px;
   border-bottom: 3px solid #fff;
   position: absolute;
   left: 0;
   bottom: 0;
   transition: all 1s;
 }
 .IbannerBox .swiper-pagination-bullet-active {
   width: 60px;
 }
 .IbannerBox .swiper-pagination-bullet-active::after {
   width: 100%;
   transition: all 6s;
 }
 @media(max-width: 1480px) {
   .IbannerText span {
     font-size: 52px;
   }
   .IbannerText p {
     font-size: 21px;
   }
   .IbannerText {
     bottom: 30%;
   }
   .IbannerBox .swiper-pagination-bullet-active {
     width: 50px;
   }
 }
 @media(max-width: 1368px) {
   .IbannerText span {
     font-size: 46px;
   }
   .IbannerText {
     width: 90%;
   }
 }
 @media(max-width: 1280px) {}
 @media(max-width: 1200px) {}
 @media(max-width: 1024px) {
   .IbannerBox .swiper-pagination-bullet {
     width: 20px;
   }
   .IbannerBox .swiper-pagination-bullet-active {
     width: 30px;
   }
 }
 @media(max-width: 900px) {
   .IbannerText {
     bottom: 35%;
   }
   .IbannerText span {
     font-size: 36px;
   }
   .IbannerText p {
     font-size: 18px;
     margin: 15px 0 40px;
   }
   .IbannerImg .img2 {
     display: block;
   }
   .IbannerImg .img1 {
     display: none;
   }
 }
 @media(max-width: 768px) {
   .Ibanner {
     height: 64vh;
   }
 }
 @media(max-width: 680px) {
   .IbannerText span {
     font-size: 26px;
   }
   .IbannerText p {
     font-size: 12px;
   }
 }
 @media(max-width: 500px) {
   .IbannerText span {
     font-size: 22px;
   }
 }
 /* index banner end */
 /* index about begin*/
 .indAb {
   height: 100vh;
   padding: 120px 0 60px;
   overflow: hidden;
 }
 .indAb .inner {
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
 }
 .indAbBox {
   flex: auto;
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 .indAbText {
   width: 45%;
 }
 .indAbText h5 {
   font-weight: 500;
   font-size: 30px;
   margin-bottom: 15px;
 }
 .indAbText p {
   font-size: 16px;
   line-height: 2;
   color: #555;
   margin-bottom: 60px;
 }
 .indAbImg {
   width: 45%;
   height: 100%;
 }
 .indAbShuju {
   margin-top: 60px;
   padding-top: 40px;
   border-top: 1px solid rgba(0, 0, 0, .1);
   display: flex;
   justify-content: space-between;
 }
 .indAbShuju_li span {
   font-size: 18px;
   color: #333;
   line-height: 1;
 }
 .indAbShuju_li span b {
   font-size: 80px;
   font-weight: 600;
   line-height: 1;
   color: #0b5daf;
 }
 .indAbShuju_li p {
   font-size: 16px;
   margin-top: 5px;
 }
 @media(max-width: 1480px) {
   .indAbShuju {
     margin-top: 50px;
     padding-top: 30px;
   }
   .indAbShuju_li span b {
     font-size: 68px;
   }
   .indAbText {
     width: 50%;
   }
   .indAbText .Tit {
     margin-bottom: 40px;
   }
   .indAbText h5 {
     font-size: 26px;
   }
   .indAbText p {
     margin-bottom: 40px;
   }
 }
 @media(max-width: 1368px) {
   .indAbText .Tit {
     margin-bottom: 20px;
   }
   .indAbText h5 {
     font-size: 24px;
     margin-bottom: 10px;
   }
   .indAbText p {
     font-size: 15px;
   }
 }
 @media(max-width: 1200px) {}
 @media(max-width: 1024px) {
   .indAb {
     height: auto;
     padding: 68px 0 60px;
     background: #f7f8f9;
   }
   .indAbBox {
     flex-wrap: wrap;
   }
   .indAbText {
     width: 100%;
     margin-bottom: 40px;
   }
   .indAbImg {
     width: 100%;
     height: auto;
     padding-top: 46%;
   }
   .indAbShuju_li span b {
     font-size: 54px;
   }
   .indAbShuju_li span {
     font-size: 16px;
   }
   .indAbShuju_li p {
     font-size: 14px;
   }
 }
 @media(max-width: 900px) {}
 @media(max-width: 768px) {
   .indAbShuju_li span b {
     font-size: 44px;
   }
 }
 @media(max-width: 680px) {
   .indAb {
     padding: 48px 0 30px;
   }
   .indAbText h5 {
     font-size: 20px;
   }
   .indAbText p {
     font-size: 14px;
   }
   /*  */
   .indAbShuju {
     flex-wrap: wrap;
     margin-top: 30px;
     padding-top: 10px;
   }
   .indAbShuju_li {
     margin: 15px 0;
   }
   .indAbShuju_li span b {
     font-size: 36px;
   }
 }
 @media(max-width: 500px) {
   .indAbShuju_li {
     width: 50%;
   }
 }
 /* index about  end */
 /* index product  begin*/
 .indPro {
   width: 100%;
   height: 100vh;
   padding: 150px 0 80px;
 }
 .indPro .inner {
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 100%;
 }
 .indProBox {
   width: 100%;
   /* height: 100%; */
   position: relative;
 }
 .indProTop {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
 }
 .indProList {
   position: relative;
 }
 .indProItem {
   border: 1px solid rgba(0, 0, 0, .1);
   border-right: none;
 }
 .indProItem:last-child {
   border-right: 1px solid rgba(0, 0, 0, .1);
 }
 .indProImg {
   width: 100%;
   padding-top: 70%;
   position: relative;
 }
 .indProImg::before {
   width: calc(100% - 40px);
   height: 1px;
   position: absolute;
   left: 50%;
   bottom: 0;
   transform: translateX(-50%);
   content: '';
   background: rgba(0, 0, 0, .1);
 }
 .indProImg img {
   width: 80%;
   height: 80%;
   position: absolute;
   left: 50%;
   top: 50%;
   object-fit: contain;
   transform: translate(-50%, -50%);
   transition: all 0.48s;
 }
 .indProItem:hover .indProImg img {
   transform: scale(1.1) translate(-50%, -50%);
 }
 .indProTbox {
   padding: 20px;
 }
 .indProTit {
   font-size: 24px;
   font-weight: 500;
   transition: all 0.48s;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
 }
 .indProItem:hover .indProTit {
   color: #0b5daf;
   font-weight: 600;
 }
 .indProBtn {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 45px;
   height: 45px;
   border-radius: 50%;
   border: 1px solid rgba(0, 0, 0, .1);
   transition: all 0.48s;
 }
 .indProBtn svg {
   width: 20px;
   height: 20px;
 }
 .indProBtn svg path {
   fill: #333;
 }
 .indProText {
   font-size: 16px;
   margin: 10px 0 20px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   color: #999;
 }
 .indProItem:hover .indProBtn {
   background: #0b5daf;
 }
 .indProItem:hover .indProBtn svg path {
   fill: #fff;
 }
 .indProBon {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-top: 50px;
 }
 .indPro_pagination {
   width: calc(100% - 200px);
   height: 2px;
   position: relative;
   background: rgba(0, 0, 0, .1);
 }
 .indPro_pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   background: #0b5daf;
 }
 .indProBCon {
   display: flex;
   align-items: center;
 }
 .indProBConB {
   width: 60px;
   height: 60px;
   border: 1px solid rgba(0, 0, 0, .1);
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   margin: 0 10px;
   transition: all 0.48s;
 }
 .indProBConB svg {
   width: 25px;
   height: 25px;
 }
 .indProBConB svg path {
   fill: #999;
 }
 .indProBConB:hover {
   background: #0b5daf;
 }
 .indProBConB:hover svg path {
   fill: #fff;
 }
 .indPro_prev svg {
   transform: rotate(180deg);
 }
 .indProList .swiper-container {
   padding: 0 1px;
 }
 @media(max-width: 1024px) {
   .indPro {
     height: auto;
     padding: 40px 0;
   }
	 
	 .indProImg {
    width: 100%;
    padding-top:inherit;
    position: relative;
}
	 .indProImg img {
    width: 100%;
    height: 80%;
    position:inherit;
    left: inherit;
    top: inherit;
    object-fit: contain;
    transform: none;
    transition: all 0.48s;
}
	 .indProItem:hover .indProImg img {
    transform:none;
}
.indProText {
    margin: 5px 0 5px;
}	 
	 
.indProBtn {

    width: 40px;
    height: 40px;
  

}	 

	 
	 .indProBon {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
	 
 }
 @media(max-width: 680px) {
   .indProBConB {
     width: 50px;
     height: 50px;
   }
 }
 /* index product end */
 /* index map begin */
 .Icase {
   width: 100%;
   height: 100vh;
   padding: 160px 0 60px;
   background: #f6f6f6;
 }
 .ICaseSwiper {
   padding: 30px 0 100px;
 }
 .ICaseSwiper .swiper-slide {
   background-position: center;
   background-size: cover;
   width: 600px;
   height: auto;
 }
 .ICaseSwiper .swiper-slide img {
   width: 100%;
 }
 .ICasenext {
   background: url(/images/dot_right2.png) no-repeat center center;
 }
 .ICaseprev {
   background: url(/images/dot_left2.png) no-repeat center center;
 }
 .ICaseSwiper .swiper-button-next {
   position: absolute;
   top: 50%;
   width: 18px;
   height: 34px;
   margin-top: -17px;
   z-index: 10;
   cursor: pointer;
   background-size: 18px 34px;
   background-position: center;
   background-repeat: no-repeat;
   right: 10px;
   left: auto;
   border: 0px;
 }
 .ICaseSwiper .swiper-pagination {
   bottom: 0px;
 }
 .ICaseSwiper .swiper-button-prev {
   position: absolute;
   top: 50%;
   width: 18px;
   height: 34px;
   margin-top: -17px;
   z-index: 10;
   cursor: pointer;
   background-size: 18px 34px;
   background-position: center;
   background-repeat: no-repeat;
   left: 10px;
   right: auto;
   border: 0px;
 }
 .ICaseSwiper .swiper-pagination-bullet {
   width: 12px;
   height: 12px;
   display: inline-block;
   border-radius: 100%;
   background: #000;
   opacity: .2
 }
 .ICaseSwiper .swiper-pagination-bullet-active {
   opacity: 1;
   background: #e60012
 }
 @media(max-width: 1600px) {}
 @media(max-width: 1024px) {
	 
.ICaseSwiper {
padding: 30px 0;
}
.ICaseSwiper .swiper-slide {
width:450px;
height: 338px;
}
	 
	 .Icase {
     height: auto;
     padding: 40px 0 40px;

   }
	 
}
 @media(max-width: 900px) {}
 @media(max-width: 768px) {}
 @media(max-width: 680px) {}
 /* index map  end*/
 /* index lingyu  begin*/
 .indTeam {
   width: 100%;
   height: 100vh;
 }
 .indTeamBox {
   width: 100%;
   height: 100%;
   position: relative;
 }
 .js_indTeam {
   width: 100%;
   height: 100%;
 }
 .indTeamItem {
   width: 100%;
   height: 100%;
   position: relative;
 }
 .indTeamItem::after {
   content: '';
   width: 100%;
   height: 100%;
   background: linear-gradient(90deg, rgb(11 93 175 / 90%) 40%, rgb(0 136 221 / 0%) 100%);
   position: absolute;
   left: 0;
   top: 0;
 }
 .indTeamText {
   width: 50%;
   position: absolute;
   left: 5%;
   top: 50%;
   transform: translateY(-50%);
   z-index: 2;
 }
 .indTeamImg {
   width: 100%;
   height: 100%;
 }
 .indTeamImg img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
 /*  */
 .indTeamText h5 {
   font-size: 30px;
   color: #fff;
   font-weight: 600;
   margin-bottom: 20px;
 }
 .indTeamText span {
   display: block;
   color: #fff;
   font-weight: 600;
   font-size: 50px;
   line-height: 1;
   margin-bottom: 40px;
 }
 .indTeamText p {
   color: rgba(255, 255, 255, .8);
   font-size: 18px;
   margin-bottom: 60px;
   line-height: 2;
 }
 .indTeamChange {
   width: 90%;
   position: absolute;
   left: 5%;
   bottom: 80px;
   z-index: 2;
 }
 .indTeamChange .swiper-slide span {
   display: block;
   text-align: center;
   font-size: 20px;
   color: rgba(255, 255, 255, .6);
   padding-bottom: 10px;
   cursor: pointer;
   border-bottom: 2px solid rgba(255, 255, 255, .4);
 }
 .indTeamChange .swiper-slide span::after {
   content: '';
   width: 0;
   height: 2px;
   border-bottom: 2px solid #fff;
   position: absolute;
   left: 0;
   bottom: 0;
   transition: all .68s;
 }
 .indTeamChange .swiper-slide-thumb-active span {
   font-weight: 600;
   color: #fff;
 }
 .indTeamChange .swiper-slide-thumb-active span::after {
   width: 100%;
 }
 .indTeamBox .Tit {
   margin-bottom: 0;
 }
 @media(max-width: 1680px) {
   .indTeamText span {
     font-size: 58px;
   }
 }
 @media(max-width: 1480px) {
   .indTeamChange .swiper-slide span {
     font-size: 18px;
   }
 }
 @media(max-width: 1368px) {
   .indTeamText span {
     font-size: 50px;
   }
 }
 @media(max-width: 1200px) {
   .indTeamText span {
     font-size: 46px;
   }
   .indTeamText {
     top: 30%;
   }
   .indTeamText p {
     margin-bottom: 50px;
   }
 }
 @media(max-width: 1024px) {
   .indTeam {
     height: auto;
   }
   /*  */
	 
	 .js_indTeam {
    width: 100%;
    height: inherit;
}
	 
	 .indTeamBox {
    width: 100%;
    height: inherit;
    position: inherit;
}
	.indTeamItem {
    width: 100%;
    height: inherit;
    position: inherit;
} 
   .indTeamText {
     width: 90%;
     top: 40%;
   }
   .indTeamText p {
     font-size: 16px;
     margin-bottom: 40px;
   }
   .indTeamImg img {
     min-height: 80vh;
   }
   .indTeamChange {
     bottom: 60px;
   }
 }
 @media(max-width: 900px) {
   .indTeamChange .swiper-slide span {
     font-size: 16px;
     padding-bottom: 6px;
   }
 }
 @media(max-width: 768px) {}
 @media(max-width: 680px) {
   .indTeamText span {
     font-size: 40px;
     margin-bottom: 20px;
   }
   .indTeamText p {
     font-size: 14px;
   }
   .indTeamText p br {
     display: none;
   }
   .indTeamImg img {
     min-height: 64vh;
   }
   /*  */
   .indTeamChange .swiper-slide span {
     font-size: 13px;
   }
 }
 /* index lingyyu end */
 /* index news  begin*/
 .indNew {
   width: 100%;
   height: 100vh;
   padding-top: 90px;
 }
 .indNew .inner {
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
 }
 .indNewBox {
   display: flex;
   justify-content: space-between;
   border-left: 1px solid rgba(0, 0, 0, .18);
 }
 .indNewItem {
   flex: 1;
   position: relative;
   display: flex;
   transition: all .68s;
 }
 .indNewText {
   padding: 60px 40px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 100%;
   border: 1px solid rgba(0, 0, 0, .18);
   border-left: none;
   background: #fff;
   position: relative;
   z-index: 2;
   transition: all .68s;
 }
 .indNewText i {
   font-style: normal;
 }
 .indNewText span {
   display: block;
   font-size: 24px;
   line-height: 1.4;
   margin: 5px 0 20px;
 }
 .indNewText p {
   opacity: 0;
   transform: translateY(50px);
   color: rgba(255, 255, 255, .8);
   line-height: 2;
   margin-bottom: 60px;
   transition: all .48s .68s;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;
   text-overflow: ellipsis;
 }
 .indNewText .but {
   width: 45px;
   height: 45px;
   border: 1px solid rgba(0, 0, 0, .18);
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .indNewText .but svg {
   width: 16px;
   height: 16px;
 }
 .indNewImg {
   width: 65%;
   height: 100%;
   position: absolute;
   right: 0;
   top: 0;
 }
 /* == */
 .indNewItem.on {
   flex: 3;
 }
 .indNewItem.on .indNewText {
   width: 35%;
   background: #0b5daf;
 }
 .indNewItem.on .indNewText .but {
   background: #fff;
   border-color: #fff;
 }
 .indNewItem.on .indNewText i {
   color: rgba(255, 255, 255, .8);
 }
 .indNewItem.on .indNewText span {
   color: #fff;
 }
 .indNewItem.on .indNewText p {
   opacity: 1;
   transform: translateY(0);
 }
 @media(max-width: 1480px) {
   .indNewText span {
     display: block;
     font-size: 21px;
   }
   .indNewText p {
     font-size: 14px;
     margin-bottom: 50px;
   }
 }
 @media(max-width: 1368px) {
   .indNewText {
     padding: 40px 30px;
   }
   .indNewText span {
     font-size: 18px;
   }
   .indNewText .but {
     width: 40px;
     height: 40px;
   }
 }
 @media(max-width: 1200px) {}
 @media(max-width: 1024px) {
   .indNew {
     height: auto;
     padding: 68px 0;
   }
   .indNewBox {
     flex-wrap: wrap;
     border-left: none;
   }
   .indNewItem {
     flex: initial;
     width: 100%;
     margin-bottom: 30px;
   }
   .indNewItem:last-child {
     margin-bottom: 0;
   }
   .indNewItem.on {
     flex: initial;
   }
   .indNewItem .indNewText {
     width: 35%;
     background: #0b5daf;
   }
   .indNewItem .indNewText .but {
     background: #fff;
     border-color: #fff;
   }
   .indNewItem .indNewText i {
     color: rgba(255, 255, 255, .8);
   }
   .indNewItem .indNewText span {
     color: #fff;
   }
   .indNewItem .indNewText p {
     opacity: 1;
     transform: translateY(0);
   }
 }
 @media(max-width: 900px) {}
 @media(max-width: 768px) {
   .indNewItem {
     flex-wrap: wrap;
   }
   .indNewItem .indNewText {
     width: 100% !important;
   }
   .indNewImg {
     width: 100%;
     height: auto;
     padding-top: 64%;
     position: relative;
     order: -1;
   }
   .indNewText p {
     margin-bottom: 30px;
   }
   .indNewText {
     padding: 30px 20px;
   }
 }
 @media(max-width: 680px) {
   .indNewText p {
     -webkit-line-clamp: 2;
   }
   .indNew .Tit {
     flex-wrap: wrap;
   }
   .indNew .More {
     margin-top: 30px;
   }
 }
 /* index news end */