.inner {
    max-width:1600px;
    margin: 0 auto;
    width:100%;
    box-sizing:border-box;
    padding:0 20px;
}
.padd {
    padding: 5% 0;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: fff;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555555;
}
::-webkit-scrollbar-button {
    background-color: none;
    height: 0;
}
::-webkit-scrollbar-corner {
    background: khaki;
}
.moHead_mlb .img3{
    display: block;
}
.Inbtn{
    border: 1px solid rgba(255, 255, 255);
    padding: 12px 30px;
    display:inline-flex;
    align-items: center;
    transition: all 0.48s;
}
.Inbtn span{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.48s;
    font-family: "Bluu";
}
.Inbtn img{
  margin-left: 15px;
    width: 30px;
}
.Inbtn .img1{
    display: block;
  }
  .Inbtn .img2{
     display: none;
   }
.Inbtn:hover{
    background: #fff;
}
.Inbtn:hover span{
   color: #e3080b;
}
.Inbtn:hover .img1{
   display: none;
 }
 .Inbtn:hover .img2{
    display: block;
  }
.InTit{
    position: relative;
}
.InTit img{
    width: 10px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.InTit span{
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
   font-family: "Bluu";
}
.TnText{
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}

.color_h{
    color: #333;
}
.color_h span{
    color: #333;
}
.InTit.center{
    text-align: center;
}
.InTit.center .img{
    position: relative;
}
.TnText.center{
    text-align: center;
}


/* å¤´éƒ¨ */
.header{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0px 2px 0 rgb(227, 8, 11,0.3);
}
.header .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    height: 80px;
}
.header .logo{
    width: 360px;
    z-index: 99;
}
.header .logo img{
   width: 100%;
}
/* .header .logo .img1{
    display: block;
 }
 .header .logo .img2{
    display: none;
 } */
 .header .HNav{
    display: flex;
    align-items: center;
    height: 100%;
 }
 .header .HNav ul{
    display: flex;
    align-items: center;
    margin-right: 30px;
    height: 100%;
 }
 .header .HNav ul li{
    height: 100%;
    position: relative;
    height: 100%;
 }
 .header .HNav ul li a{
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    height: 100%;
    margin: 0 35px;
    font-weight: 600;
    position: relative;
 }
 .header .HNav ul li .on::after{
    width: 80%;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #0073d5;
    transform: translateX(-50%);
    content: '';
 }
 .Hlick{
    height: 100%;
    padding: 8px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0073d5;
    height: auto;
    position: relative;
 }
 .Hlick img{
    width: 15px;
    margin-left: 10px;
 }
 .Hlick span{
   font-size: 16px;
   color: #fff;
 }
 .Hlick .HFBox{
    display: none;
    position: absolute;
    left: 50%;
    top: calc(100% - 2px);
    width: 100%;
    transform: translateX(-50%);
    background-color: #fff;
    -webkit-box-shadow: 0 0 22px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 22px rgba(0, 0, 0, .15);
    box-shadow: 0 0 22px rgb(0 0 0 / 15%);
}
.Hlick:hover .HFBox{
    display: block;
}
.HFBox a{
    display: block;
    height: 45px;
    color: #343434;
    line-height: 45px;
    border-top: 1px solid #e5e5e5;
    opacity: .6;
    text-transform: capitalize;
    padding: 0;
    text-align: center;
    position: relative;
    font-size: 12px;
}


.fooder{
    background: #fff;
    overflow: hidden;
}
.FTBox{
    display: flex;
    justify-content: space-between;
    padding: 5% 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.FTBox .left{
    width: 70%;
    display: flex;
    justify-content: space-between;
}
.FList{
    width: 28%;
}
.FTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
   width: 100%;
   padding: 0 0 15px;
   border-bottom: 1px solid rgba(0, 0, 0, .3);
   transition: all 0.48s;
}
.FTit:hover{
    border-bottom: 1px solid #0073d5;
}
.FTit span{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.FTit img{
   width: 25px;
}
.FList ul{
    margin-top: 30px;
}
.FList ul a{
    font-size: 18px;
    color: #000;
    transition: all 0.48s;
}
.FList ul a:hover{
    font-weight: 600;
}
.FList ul li{
    padding: 5px 0;
}
.FTBox .Tig{
    width: 20%;
}
.FTBox .Tig .FTit{
   
    margin-bottom: 30px;
}

.FPbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.FPbox p ,.FPbox a ,.FPbox span {
    color: #000;
    font-size: 14px;
}
.FPbox .logo{
    width: 250px;
    width: auto;
    margin-right: 15px;
}
@media(max-width:800px){
    .FPbox .logo{
        width:100%;
    }
}
.incon{
    width: 100%;
    position: relative;
    background: url(../images/inconbg.png);
    padding: 3% 0;
    display: none;
}
.incon .inner{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 3%;
}
.incon .btnBox{
    width: 55%;
    padding: 2% 0;
    border-left: 1px solid rgba(255, 255, 255);
    display: flex;
    justify-content: end;
    align-items: center;
}
.incon a{
    width: 250px;
    background: #fff;
    color: #0073d5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    height: 70px;
    margin: 0 10px;
    transition: all 0.48s;
}
.incon a img{
    width: 30px;
    margin-left: 15px;
}
.incon a .img1{
    display: none;
}
.incon a .img2{
    display: block;
}
.incon a:hover{
    background: #0073d5;
    /* border: 1px solid #0073d5; */
    color: #fff;
}
.incon a:hover .img1{
    display: block;
}
.incon a:hover .img2{
    display: none;
}
.headMenu {
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    right: 0;
    display: none;
    margin-right: 3%;
}
.headMenu span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 6px 0;
    background: #333;
    -webkit-transition: all 0.48s ease-in-out;
    -moz-transition: all 0.48s ease-in-out;
    -ms-transition: all 0.48s ease-in-out;
    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}
.headerMain-bg .headMenu span {
    background: #333;
}
.headMenu.active span {
    background: #333;
}
.headMenu.active span.headMenu_span1 {
    transform: rotate(45deg) translate(6px, 7px);
}
.headMenu.active span.headMenu_span2 {
    opacity: 0;
}
.headMenu.active span.headMenu_span3 {
    transform: rotate(-45deg) translate(4px, -6px);
}
.moHead_mlb {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;

    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    z-index: 90;
    padding: 30px;
}
.moHead_mlb .moHead_ico {
    text-align: center;
}
.moHead_mlb .moHead_ico a:last-child {
    display: inline-block;
}
.moHead_mlb ul {
    padding: 70px 0;
}
.moHead_mlb li {
    font-size: 15px;
    line-height: 2;
    padding: 14px 0;
    border-bottom: 1px dotted rgba(27, 47, 95, 0.18);
}
.moHead_mlb a {
    color: #242b3e;
    letter-spacing: 1px;
    font-size: 16px;
    transition: all 0.48s;
}
.moHead_mlb li:hover a{
 color: #e3080b;
}
.moHead_mlb a svg {
    float: right;
    width: 21px;
    height: 24px;
    opacity: 0.8;
}
.moHead_mlb li:hover a svg path{
    fill: #e3080b;
}
.moHead_mlb a svg path {
    fill: #242b3e;
     transition: all 0.48s;
}
.header .logo .img2{
    display: none;
}
.header .logo .img1{
    display: block;
}
.moHead_mlb .moHead_ico a {
    vertical-align: top;
    margin: 0 14px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(27, 47, 95, 0.23);
}

.moHead_mlb .moHead_ico svg {
    width: 24px;
    height: 24px;
}

.moHead_mlb .moHead_ico svg path {
    fill: #242b3e;
}
.moHead_mlb .moHead_ico img, .moHead_mlb .moHead_ico svg {
    margin-top: 10px;
}
.FTBox .Tig2 {
    display: none;
}
@media (max-width:1450px) {
    .header .logo {
        width: 270px;
    }
    .header .HNav ul li a {
        margin: 0 25px;
    } 
}
@media (max-width:1368px) {
    .Inbtn span {
        font-size: 16px;
    }
    .FTit span {
        font-size: 16px;
}
.FList ul a {
    font-size: 16px;
}
.FTit img {
    width: 22px;
}
.FPbox {
    padding: 20px 0;
}
.header .HNav ul li a {
    margin: 0px 20px;
}
.Hlick {
    padding: 6px 30px;
}
.header .HNav ul {
    margin-right: 15px;
}
.FList ul {
    margin-top: 15px;
}
.FTBox .Tig .FTit {
    margin-bottom: 15px;
}
}
@media (max-width:1200px){
    .header .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0 30px;
    }
    .header .HNav ul li a {
        margin: 0px 15px;
    }
}
@media (max-width:1024px){
    .header .logo .img1{
        display: none;
    }
    .header .logo .img2{
        display: block;
    }
}

@media (max-width:900px){
    .header .HNav{
        display: none;
    }
    /* .moHead_mlb{
        display: block;
    } */
    .headMenu{
        display: block;
    }
    .FTBox{
        border-bottom: none;
        padding: 5% 0 0;
    }
    .FTBox .Tig{
        display: none;
    }
    .FTBox .Tig2 {
        width: 100%;
        display: block;
    }
    .FTBox .left {
        display: none;
    }
    .FPbox {
        padding: 20px 0;
        flex-wrap: wrap;
    }
    .FPbox span{
        margin-top: 20px;
        width: 100%;
    }
    .FTBox .Tig .FTit {
        margin-bottom: 0;
        padding: 10px 0;
    }
}
@media (max-width:680px){
    .moHead_mlb a {
        font-size: 14px;
    }
    /* .header .logo {
        width: 70px;
    } */
    .headMenu span {
        width: 20px;
    }
    .FTBox .Tig .FTit {
        padding: 9px 0;
    }
    .FTit span {
        font-size: 14px;
    }
    
    .FPbox p, .FPbox a, .FPbox span {
        color: #000;
        font-size: 12px;
    }
}

.IBan{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
 }
 .IBan .swiper-slide-active .image{
   animation: Bimg 8s linear;
 }
 @keyframes Bimg {
   0% { width: 100%;
      height: 100%;}
      100% {width: 110%;
         height: 110%;}
 }
.IBan .image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.IBswiper{
   width: 100%;
   height: 100%;
}
.IBan .TBox{
   width: 86%;
   position: absolute;
   left: 7%;
   top: 50%;
   transform: translateY(-50%);
   /* height: 500px; */
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.IBan .TBox .tit{
   font-size: 52px;
   color: #fff;
   font-weight: 600;
   font-family: "Bluu";
   text-transform: uppercase;
   line-height: 1.5;
   transition: all 1s linear;
   transform: translateY(150px);
   text-align: center;
}
.IBan .swiper-slide-active .TBox .tit,.IBan .swiper-slide-active .TBox .ying,.IBan .swiper-slide-active .TBox .text,.IBan .swiper-slide-active .TBox .btn{
   transform: translateY(0%);
}
.IBan .TBox .ying{
   font-size: 60px;
   color: #fff;
   text-transform: uppercase;
    font-family: "Bluu";
   line-height: 1.5;
   transition: all 1s linear 0.2s;
   transform: translateY(150px);
   text-align: center;
   text-shadow: 0px 2px 10px rgb(0 0 0 / 50%);
}
.IBan .TBox .btn{
   transition: all 1s linear 0.6s;
   transform: translateY(150px);
}
.IBan .TBox .text{
   font-size: 40px;
   color: #fff;
   font-weight: 600;
   transition: all 1s linear 0.4s;
   transform: translateY(150px);
   text-align: center;
   margin-bottom: 50px;
}
.IBswiper .swiper-pagination{
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: 5%;
}
.IBswiper .swiper-pagination-bullet{
   width: 30px;
   height: 2px;
   background: #fff;
   border-radius: 16px;
}
.IBswiper .swiper-pagination-bullet-active{
   background: #0073d5;
}
.inAB{
   padding: 5% 0;
   position: relative;
   overflow: hidden;
}
.inAB .bg{
  height: 83%;
   position: absolute;
   left: 0;
   bottom: 0;
   width: 70%;
}
.inAB .TBox{
   width: 60%;
   position: relative;
   z-index: 2;
   padding: 6% 6% 0 0;
}
.inAB .text{
   margin: 50px 0 30px;
   width: 75%;
   font-size: 18px;
   color: #fff;
}
.inAB .flex{
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.inAB .Left{
   width: 100%;
}
.inAB .flex .img_bg{
   width: 50%;
   display: none;
}
.inAB .flex .img_bg img{
   width: 100%;
}
.inAB .Inbtn{
   background: #fff;
   color: #0073d5;
}
.inAB .Inbtn span{
   color: #0073d5;
}
.inABList{
   margin-top: 100px;
   display: flex;
   align-items: center;
}
.inABList .item{
   width: 33.3%;
   border: 1px solid rgba(255, 255, 255,0.5);
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 20px 0;
   transition: all 0.48s;
}
.inABList .item:hover{
   background: #fff;
}
.inABList .item:hover span{
   color: #0073d5;
}
.inABList .item:hover .img1{
   display: none;
}
.inABList .item:hover .img2{
   display: block;
}
.inABList .item .img1{
   display: block;
}
.inABList .item .img2{
   display: none;
}
.inABList .item span{
   font-size: 16px;
   color: #fff;
   transition: all 0.48s;
   font-weight: 600;
}
.inABList .item img{
   width: 30px;
   margin-left: 20px;
}
.inAB .inner{
   position: relative;
}
.inAB .image{
   width: 50%;
   /*height: 80%;*/
   position: absolute;
   top: 0;
   right: -20%;
   z-index: 2;
   overflow: hidden;
   transition: all 1s;
}
.inAB .image.on{
   right: 0;
}
.inAB .image img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 1s;
}
.inAB .image:hover img{
   transform: scale(1.1);
}
.InPro{
   position: relative;
   overflow: hidden;
}
.InPro .top{
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.InPro .Inbtn{
   background: #0073d5;
}
.InPro .Inbtn:hover span{
  color: #fff;
}
.InpList{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   margin-top: 50px;
   justify-content: space-between;
}
.InpList .item{
   width: 32%;
   position: relative;
   margin-bottom: 50px;
}
.InpList .item:nth-last-child(1),.InpList .item:nth-last-child(2),.InpList .item:nth-last-child(3){
   margin-bottom: 0;
}
.InpList .bgBox{
   background: #f8f8f8;
   position: absolute;
   bottom: 0;
   left: 0;
   height: calc(100% - 5px);
   width: calc(100% - 5px);
   transition: all 0.48s;
}
.InpList .item:hover .bgBox{
   bottom: -15px;
   left: -5px;
}
.InpList .imgBox{
  width: 100%;
   position: relative;
   z-index: 2;
 }
 .InpList .imgBox img{
   width: 100%;
   position: relative;
   z-index: 2;
   transition: all 0.48s;
  }
  .InpList .item:hover .imgBox img{
   margin-top: -10px;
   margin-left: 10px;
  }
  .InpList .btn{
   width: 200px;
   color: #fff;
   background: rgb(0 115 213 / 70%);
   font-size: 16px;
   font-weight: 600;
   position: absolute;
   bottom: 5%;
   left: 50%;
   transform: translateX(-50%);
   z-index: 2;
   text-align: center;
   padding: 8px 0px;
   transition: all 0.48s;
  }
  .InpList .item:hover .btn{
   bottom: 8%;
  }
  .inNew{
   position: relative;
   overflow: hidden;
   background: #f6f7f9;
  }
  .inNew .bg{
   width: 100%;
   height: 450px;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
  }
  .inNew .inner{
   position: relative;
   z-index: 2;
  }
  .inNtop{
   display: flex;
   align-items: center;
   justify-content: space-between;
  }
  .inNew .Inbtn{
      background: #fff;
  }
  .inNew .Inbtn span{
   color: #0073d5;
}
  .inNtop .Inbtn{
   margin-top: 50px;
  }
  .inNtop .BtnBox .btn{
   display: block;
   padding: 20px 30px;
   border: 1px solid #fff;
   border-top: none;
   display: flex;
   align-items: center;
   transition: all 0.48s;
  }
  .inNtop .BtnBox .btn.on{
   background: #fff;
  }
  .inNtop .BtnBox .btn.on .ying{
   color: #0073d5;
  }
  .inNtop .BtnBox .btn.on .text{
   color: #0073d5;
  }
  .inNtop .BtnBox .btn.on .xian{
   background: #0073d5;
  }
  .inNtop .BtnBox .btn.on .img1{
   display: none;
  }
  .inNtop .BtnBox .btn.on .img2{
   display: block;
  }
  .inNtop .BtnBox .btn:first-child{
   border-top: 1px solid #fff;
  }
  .inNtop .BtnBox .btn:hover{
   background: #fff;
   border-top: 1px solid rgb(0 0 0 / 10%);
  }
  .inNtop .BtnBox .btn:hover .ying{
   color: #0073d5;
  }
  .inNtop .BtnBox .btn:hover .xian{
   background: #0073d5;
  }
  .inNtop .BtnBox .btn:hover .text{
   color: #0073d5;
  }
  .inNtop .BtnBox .btn:hover .img1{
   display: none;
  }
  .inNtop .BtnBox .btn:hover .img2{
   display: block;
  }
  .inNtop .BtnBox .ying{
   font-size: 18px;
   color: #fff;
   text-transform: uppercase;
    font-family: "Bluu";
   min-width: 185px;
   transition: all 0.48s;
  }
  .inNtop .BtnBox .xian{
   width: 50px;
   height: 1px;
   background: #fff;
   margin: 0 30px;
   transition: all 0.48s;
  }
  .inNtop .BtnBox .text{
   font-size: 18px;
   color: #fff;
   display: flex;
   align-items: center;
   transition: all 0.48s;
  }
  .inNtop .BtnBox img{
   width: 30px;
   margin-left: 15px;
  }
  .inNtop .BtnBox .img1{
   display: block;
  }
  .inNtop .BtnBox .img2{
   display: none;
  }
  .inTBox{
   width: 100%;
   margin-top: 80px;
   background: #f6f7f9;
   padding: 50px 30px 0 30px;
   display: flex;
   justify-content: space-between;
   align-items:stretch;
   height: 550px;
  }
  .inTBox .image{
   width: 40%;
   height: 100%;
   position: relative;
   overflow: hidden;
   padding: 30px;
   background: #fff;
  }
  .inTBox .image img{
   width: 100%;
height: 100%;
object-fit: contain;
   transition: all 0.48s;
  }
  .inTBox .image img{
   display: none;
  }
  .inTBox .image .on{
   display: block;
  }
  .inTBox .image:hover img{
   transform: scale(1.1);
  }
  .inNList{
   width: 55%;
  }
  .inNList .item{
   height: 33.3%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   border-bottom: 1px solid #d3d3d3;
   transition: all 0.48s;
  }
  .inNList .item.act{
   border-bottom: 1px solid #0073d5;
  }
  .inNList .item.act .Tit{
   color: #0073d5;
  }
  .inNList .time{
       color:  #999;
       font-size: 16px;
  }
  .inNList .Tit{
   color:  #333;
   font-size: 18px;
   font-weight: 600;
   /* margin-top: 15px; */
   transition: all 0.48s;
   /* line-height: 1.3; */
   word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
@media (max-width:1450px) {
   .Inbtn {
      padding: 10px 25px;
   }
   .IBan .TBox .text {
      font-size: 40px;
   }
   .IBan .TBox .tit ,.IBan .TBox .ying{
      font-size: 44px;
   }
   .inAB .text {
      font-size: 16px;
   }
   .inABList {
      margin-top: 50px;
   }
   .inABList .item {
      padding: 16px 0;
   }
   .inTBox {
      height: 460px;
   }
}
@media (max-width:1368px) {
   .IBan .TBox .tit, .IBan .TBox .ying {
      font-size: 40px;
  }
  .IBan .TBox .text {
   font-size: 36px;
}
.inNList .Tit {
   font-size: 16px;
}
.inAB .image {
   width: 53%;
   /*height: 60%;*/
}
.inNtop .BtnBox img {
   width: 24px;
   margin-left: 10px;
}
.inNtop .BtnBox .text {
   font-size: 16px;
}
.inNtop .BtnBox .xian {
   width: 50px;
   height: 1px;
   margin: 0 10px;
}
.inNtop .BtnBox .ying {
   font-size: 16px;
   color: #fff;
   min-width: 172px;
}
.Inbtn img {
    margin-left: 10px;
    width: 24px;
}
.inTBox {
   height: 410px;
}
.inAB .text {
   margin: 30px 0 20px;
}
.inABList .item img {
   width: 24px;
   margin-left: 10px;
}
}
@media (max-width:1200px){
   .IBan .TBox .tit, .IBan .TBox .ying {
      font-size: 36px;
  }
   .InpList .btn {
      width: 170px;
      font-size: 14px;
      padding: 6px 0px;
   }
   .Inbtn span {
      font-size: 14px;
  }
  .IBan .TBox .text {
   font-size: 32px;
}
.inAB .image{
   display: none;
}
.inAB .bg {
   height: 100%;
   width: 100%;
}
.inAB .TBox{
   width: 100%;
   padding: 0;
}
.inAB .text {
   width: 100%;
}
.inAB .Left {
   width: 45%;
}
.inAB .flex .img_bg{
   display: block;
}
.inAB .text {
    margin: 20px 0 20px;
}
.inNtop .Inbtn {
   margin-top: 30px;
}
.inTBox {
   height: 380px;
}
.inNtop .BtnBox .btn {
   padding: 15px 20px;
}
.InpList .item{
   margin-bottom: 30px;
}
}
@media (max-width:1024px){
   .IBan{
      height: auto;
   }
   .IBan .TBox .tit, .IBan .TBox .ying{
      font-size: 32px;
   }
   .IBan .TBox .text{
      font-size: 28px;
      margin-bottom: 30px;
   }
   .IBan .swiper-slide-active .image {
      animation: none;
  }
  .IBan .swiper-slide-active .image {
   animation: none;
}
.inNtop .BtnBox .xian {
   width: 30px;
   height: 1px;
   margin: 0 10px;
}
.inNtop .BtnBox .ying {
   font-size: 14px;
   color: #fff;
   min-width: 150px;
}
.inNtop .BtnBox img {
   width: 20px;
   margin-left: 10px;
}
.inNtop .BtnBox .text {
   font-size: 14px;
}
.inTBox {
   height: 330px;
}
.inAB .text {
   font-size: 14px;
}
}
@media (max-width:900px){
   .inAB .flex .img_bg {
      width: 100%;
      /* display: none; */
      margin-top: 30px;
  }
  .inAB .Left {
   width: 100%;
}
.inAB .flex {
   flex-wrap: wrap;
}
.InpList .item{
   width: 49%;
   margin-bottom: 20px;
}
.InpList .item:nth-last-child(1),.InpList .item:nth-last-child(2),.InpList .item:nth-last-child(3){
   margin-bottom: 20px;
}
.inTBox {
   height: 300px;
   padding: 30px 20px 0 20px;
}
.IBan{
   height: 450px;
   margin-top: 80px;
}
}
@media (max-width:768px){
   .IBan .TBox .tit, .IBan .TBox .ying{
      /* display: none; */
      font-size: 28px;
   }
   .IBan .TBox .text {
      font-size: 24px;
      margin-bottom: 15px;
  }
.IBan .TBox .Inbtn {
   padding: 5px 20px;
}
.IBan .TBox {
   top: 60%;
}
.inNew .BtnBox{
   display: none;
}
.inTBox {
   margin-top: 40px;
}
.inTBox {
   height: 270px;
}
.inNList .time {
   font-size: 14px;
}
.IBan .TBox .text {
   font-size: 20px;
}
}
@media (max-width:680px){
   .inABList .item img {
      width: 20px;
      margin-left: 6px;
  }
  .inABList .item span {
   font-size: 14px;
}
.inTBox {
   flex-wrap: wrap;
   height: auto;
}
.inTBox .image {
   width: 100%;
   height: 250px;
}
.inNList {
   width: 100%;
   height: 260px;
   margin-top: 20px;
}
.Inbtn img {
   margin-left: 5px;
   width: 20px;
}
.Inbtn span {
   font-size: 12px;
}
.IBan .TBox .text {
   font-size: 18px;
}
.IBan .TBox .tit, .IBan .TBox .ying {
   /* display: none; */
   font-size: 24px;
}
.IBan{
   height: 400px;
}
}
@media (max-width:500px){
   .inABList {
      margin-top: 20px;
      flex-wrap: wrap;
  }
   .inABList .item {
      width: 100%;
   }
   .InpList .imgBox img {
      width: 100%;
   }
   .InpList .btn {
      width: 120px;
  }
  .InpList .item {
   width: 100%;
   margin-bottom: 20px;
}
.IBan .TBox {
   width: 94%;
   position: absolute;
   left: 3%;
}
.IBan .TBox .tit, .IBan .TBox .ying {
   /* display: none; */
   font-size: 20px;
}
}
.indexsp {
  height: 400px;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  min-height: inherit;
  overflow: hidden;
}
.ispmb {
  height: 400px;
  width: 100%;
  position: absolute;
  z-index: 10;
  background: rgb(0,0,0,0.6);
  text-align: center;
  padding-top: 100px;
  box-sizing: border-box;
}
.ispmb1 {
  text-align: center;
  font-size: 40px;
  color: #fff;
}
.ispmb2 {
  text-align: center;
  font-size: 16px;
  color: #fff;
  height: 80px;
  line-height: 80px;
}
.ispbf {
  margin: 0 auto;
  width: 75px;
  height: 75px;
  background: #0073d5;
  border-radius: 50px;
  display: block;
  transition: 1s;
  position: absolute;
  top:calc(50% - 37px);
  left:calc(50% - 37px);
}
.ispbf:hover {
  background: #135faf;
}
.vidcontainer {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  background-color: rgba(0,0,0,0.8);
  cursor: pointer;
  z-index: 99999;
}
.vidcontainer .closevid {
  width: 40px;
  height: 40px;
  background: url(../image/close-vid2.png) no-repeat center/100% auto;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 999;
  cursor: pointer;
}
.vidcontainer video {
  position: absolute;
  width: 90%;
  height: auto;
  top: 0;
  max-width: 1200px;
  max-height: 80%;
  left: 0;
  background-color: #000;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media(max-width:800px) {
  .indexsp {
    height: 210px;
  }
  .ispmb {
    height: 210px;
    padding-top: 35px
  }
  .ispmb1 {
    font-size: 20px;
  }
  .ispmb2 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .ispbf {
    top: calc(50% + 70px);
  }
}


.wuyou-waiter{position: fixed; right: 0px; top:50%; margin-top: -90px; width: 60px; box-shadow: 0px 0px 20px rgba(0,0,0,.3); z-index: 999;}
.waiter-ul li{position: relative; height: 60px; line-height: 60px; border-bottom: 1px solid #fff;}
.waiter-ul li a{ position: absolute; left: 0; top: 0; z-index: 2; color: #fff; display: block; width: 60px; height: 60px; line-height: 60px; text-align: center; -webkit-transition:all 0.6s;-ms-transition:all 0.6s;-moz-transition:all 0.6s; text-decoration: none; font-size: 24px;}
.waiter-title{position: absolute; left: 0px; bottom: 0px; color: #fff; width: 240px; height: 60px; line-height: 60px; text-align: center;-webkit-transition:all 0.6s;-ms-transition:all 0.6s;-moz-transition:all 0.6s; background-color: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,.3); z-index: 1; opacity: 0;}
/* .waiter-title:before{content: ''; display: block; width: 10px; height: 10px; position: absolute; right: -5px; top: 25px; background-color:#fff; transform:rotate(45deg);} */
.waiter-ul li:hover .waiter-title{left: -250px; opacity: 1;}

.waiter-ul li.wuyou-shop a{background-color: #f60;}
.waiter-ul li.wuyou-shop .waiter-title{background-color:#f60; }
.waiter-ul li.wuyou-shop .waiter-title:before{background-color:#f60; }

.waiter-ul li.wuyou-contact a{background-color: #09308b;}
.waiter-ul li.wuyou-contact .waiter-title{background-color:#09308b; }
.waiter-ul li.wuyou-contact .waiter-title:before{background-color:#09308b; }

.waiter-ul li.wuyou-wem a{background-color: #5e98d0;}
.waiter-ul li.wuyou-wem .waiter-title img{width: 220px; padding-top: 10px;}
.waiter-ul li.wuyou-wem .waiter-title{background-color:#ffffff;height: 240px;}
.waiter-ul li.wuyou-wem .waiter-title:before{background-color:#ffffff; }

.waiter-ul li.wuyou-top a{background-color: #333;}
.waiter-ul li.wuyou-top .waiter-title{background-color:#333; }
.waiter-ul li.wuyou-top .waiter-title:before{background-color:#333; }