html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
a{text-decoration:none;outline:none;}
a:hover,a:active,a:focus{text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

body,body *{font-family:'Microsoft YaHei';}

#m_demo{overflow:hidden;width:100%;margin:0 auto;padding-top:20px;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}


.w1200{width: 1200px;margin: 0 auto;}
.fl{float: left;}
.fr{float: right;}



.sideNav{
    position: fixed;
    right: 60px;
    top: 50%;
    z-index: 9999;
    margin-top: -75px
}

.sideNav ul li{
    display: block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin: 10px 0;
}
.sideNav ul li a{
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/dian2.png) no-repeat center;
    transition: .3s;
}
.sideNav ul li.active a{
    background: url(../images/dian1.png) no-repeat center;
}

.dowebok{
    position: relative;
}
.head1{
    width: 100%;
    position: fixed;
    top: -104px;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 20px 0;
    /*background: rgba(255,255,255,0.5);*/
    background: rgba(255,255,255,);
    transition: .5s;
}
.head1.down{
    top: 0!important
}
.w1620{
    max-width: 1650px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.head1 .w1620{
    position: relative
}
.head1 .logo{
    float: left;
}
.head1 .btn1{
    width: 35px;
    height: 28px;
    background: url(../images/btn1.png) no-repeat center;
    float: right;
    margin-top: 18px;
}

.head2{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.82);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding-top: 10%;
    display: none
}
.head2 #formsearch{
    border-bottom: 1px solid #fff;
}
.head2 #formsearch input{
    border: none;
    outline: none;
    background: none;
    line-height: 35px;
}
.head2 #formsearch #s_btn{
    width: 30px;
    height: 35px;
    background: url(../images/ss.png) no-repeat center;
}
.head2 #formsearch #keyword{
    width: calc(100% - 35px);
    padding-left: 15px;
    color: #fff;
}
.head2 .btn2{
    width: 24px;
    height: 24px;
    background: url(../images/btn2.png) no-repeat center;
    position: absolute;
    top: 12%;
    right: 5%;
    z-index: 99999;
}

.head-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5%;
}
.head-menu > li > a{
    display: block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
} 
.head-menu .head-sub-menu > li > a{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 2.5;
}

.head3{
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 99;
}




.sec0-con{
    width: 100%;
    position: absolute;
    bottom: 18%;
    left: 0;
    right: 0;
    z-index: 99;
}
.sec0-con ul{
    text-align: center;
}
.sec0-con ul li{
    display: inline-block;
    width: 189px;
    height: 39px;
    margin: 0 30px;
}
.sec0-con ul li a{
    display: block;
    font-size: 14px;
    line-height: 37px;
    /*border: 1px solid rgba(255,255,255,0.55);*/
    border-radius: 18px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    background: rgba(0,0,0,0.25);
}
.sec0-con ul li span{
    display: block;
    position: relative;
}
.sec0-con ul li a::before{
    content: '';
    width: 0;
    transition: .5s;
    height: 37px;
    background: #9bc136;
    position: absolute;
    left: 0;
    top: 0;
}
.sec0-con ul li a:hover::before{
    width: 100%;
}

.section1{
    /* background: #262626; */
    background: #f0f9fe;
    width: 100%;
}
.sec1-con{
    font-size: 0;
}
.sec1-left{
    width: 50%;
    display: inline-block
}
.sec1-left img{
    width: 100%;
}
.sec1-right{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.sec1-right .sec1-right-con{
    max-width: 522px;
    margin-left: 15%;
    padding: 5% 0;
}
.sec1-right .sec1-right-con dt img{
    max-width: 100%;
}
.sec1-right .sec1-right-con > h3{
    font-size: 30px;
    color: #9bc136;
    text-transform: uppercase;
    line-height: 2.5;
}
.sec1-right .sec1-right-con > h4{
    font-size: 24px;
    /* color: #fff; */
    color: #000;
}
.sec1-right .sec1-right-con .jj{
    font-size: 14px;
    /* color: #fff; */
    color: #000;
    padding: 10% 0;
    line-height: 2
}
.sec1-right .sec1-right-con a.more{
    display: inline-block;
    padding-right: 60px;
    font-size: 14px;
    color: #999999;
    background: url(../images/more1.png) no-repeat right center;
    line-height: 39px;
}
.sec1-right .sec1-right-con a.more:hover{
    background: url(../images/more2.png) no-repeat right center;
}

.section2{
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
}
.w1280{
    max-width: 1310px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.index-tlt1{
    text-align: center;
    margin-bottom: 4%
}
.index-tlt2{
    text-align: center;
    margin-bottom: 4%
}
.index-tlt1 h2{
    font-size: 30px;
    color: #9bc136;
}
.index-tlt2 h2{
    font-size: 30px;
    color: #9bc136;
}
.index-tlt1 p{
    font-size: 28px;
    color: #fff;
    line-height: 2;
}
.index-tlt2 p{
    font-size: 28px;
    /* color: #fff */
    color: #000;
    line-height: 2;
}
.sec2-con ul{
    font-size: 0;
}
.sec2-con ul li{
    width: 30.333%;
    display: inline-block;
    margin-right: 4.5%;
    /* background: #757575; */
    background: #fff;
}
.sec2-con ul li:last-child{
    margin-right: 0;
}
.sec2-con ul li .cont{
    padding: 23% 10%;
    text-align: center;
}
.sec2-con ul li .cont img{
    max-width: 100%;
}
.sec2-con ul li .cont h3{
    font-size: 22px;
    /* color: #fff; */
    color: #000;
    margin-top: 15%;
}
.sec2-con ul li .cont p{
    font-size: 14px;
    /* color: #fff; */
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 3;
    text-transform: uppercase;
}
.sec2-con ul li .cont .line{
    width: 36px;
    height: 36px;
    position: relative;
    margin: 0 auto;
    background: url(../images/line01.png) no-repeat center;
    transition: .5s;
}
.sec2-con ul li .cont:hover .line{
    transform:rotate(90deg);
}
.sec2-con ul li .cont a{
    display: block;
    width: 160px;
    height: 46px;
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #bcbcbc;
    line-height: 44px;
    margin-top: 50px;
}
.sec2-con ul li .cont:hover a{
    border-color: rgba(255,255,255,0.55);
    /* color: #fff; */
    color: #9bc136;
    border-top: 1px solid #9bc136;
    border-bottom: 1px solid #9bc136;
}

.section3{
    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
}
.sec3-con{
   font-size: 0;
   height: 100%;
}
.sec3-left{
    /* width: 50%; */
    width: 50%;
    height: 100%;
    float: left;
}
.sec3-left ul{
    height: 100%;
}
.sec3-left ul li{
    height: 50%;
    width: 100%;
    font-size: 0;
    background: #fff;
}
.sec3-left ul li .bt{
    width: 50%;
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
}
.sec3-left ul li .wz{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5%
}
.sec3-left ul li .bt .cont{
    position: absolute;
    left: 20%;
    top: 50%;
    margin-top: -40px;
}
.sec3-left ul li .bt h3{
    font-size: 24px;
    color: #9bc136;
    line-height: 40px;
    text-transform: uppercase;
}
.sec3-left ul li .bt p{
    font-size: 24px;
    color: #fff;
    line-height: 40px;
}
.sec3-left ul li .wz p{
    font-size: 14px;
    color: #999999;
    padding-left: 20px;
    background: url(../images/dian3.png) no-repeat left 12px;
    line-height: 2;
}

.sec3-right{
    position: absolute;
     right: 15%; 
    /*right: 3%;*/
     top: 50%; 
    /*top: 20%;*/
    margin-top: -40px;
}
.sec3-right h3{
    font-size: 30px;
    color: #9bc136;
    line-height: 40px;
}
.sec3-right h4{
    font-size: 28px;
    color: #fff;
    line-height: 40px;
}


/* 产品轮播样式 */
.product-carousel-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.product-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}



.product-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.product-carousel-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.product-carousel-prev {
  left: -45px;
}

.product-carousel-next {
  right: -25px;
}

/* 响应式调整 */
@media (max-width: 1200px) {
  .product-carousel-arrow {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .product-carousel-arrow {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

.product-carousel {
  display: flex;
  height: 560px;
}


.product-item-new {
  /*flex: 0 0 calc(20% - 20px);*/
  margin-right: 20px;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 560px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 1 !important;
  padding: 0px 0px !important;
  width: calc(100% - 20px); /* 统一宽度计算方式 */
  flex: 0 0 calc(100% - 20px); /* 确保在flex容器中宽度一致 */
}


.product-item-new:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.product-content {
  position: relative;
  top: 56%;
  transform: translate(-50%, -50%);
  width: calc(113%); /* 考虑左右padding值 */
  /*background: rgba(0, 0, 0, 0.75);*/
  background-color: rgba(0, 0, 0, 0.75);
  padding: 25px 15px;
  transition: all 0.3s ease;
  height: 200px;
  text-align: center;
  margin-left: -15px; /* 补偿padding值 */
}

.product-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
  color: #fff;
}

.product-content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  opacity: 1;
 color: #fff;
}

@media (max-width: 1200px) {
  .product-item {
    flex: 0 0 calc(25% - 20px);
  }
  .product-carousel-prev {
  left: -5px;
}
  .product-item-new {
    width: calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
  }
  .product-content {
    width: calc(113%);
    margin-left: -15px;
  }
.product-carousel-next {
  right: 15px;
}
}

@media (max-width: 990px) {
  .product-item {
    flex: 0 0 calc(33.33% - 20px);
  }
  .product-carousel-prev {
  left: -5px;
}
  .product-item-new {
    width: calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
  }
  .product-content {
    width: calc(113%);
    margin-left: -15px;
  }
.product-carousel-next {
  right: 15px;
}
}

@media (max-width: 768px) {
  .product-item {
    flex: 0 0 calc(50% - 20px);
  }
  .product-carousel-prev {
  left: -5px;
}
  .product-item-new {
    width: calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
  }
  .product-content {
    width: calc(113%);
    margin-left: -18px;
  }
.product-carousel-next {
  right: 15px;
}
}


.section4{
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
}
.section7{
    background: url(../images/bg6.jpg) no-repeat center;
    background-size: cover;
}
.sec4-slick{
    padding-bottom: 90px;
}
.sec4-slick .slick-arrow{
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    bottom: 0;
    text-indent: 100px;
    overflow: hidden;
}
.sec4-slick .slick-prev{
    left: calc(50% - 40px);
    background: url(../images/left01.png) no-repeat center;
}
.sec4-slick .slick-next{
    right: calc(50% - 40px);
    background: url(../images/right01.png) no-repeat center;
}
.sec4-slick .slick-con{
    padding: 0 5%;
    text-align: center
}
.sec4-slick .slick-con img{
    max-width: 100%;
    margin: 0 auto
}


.section5{
    background: url(../images/bg4.jpg) no-repeat center;
    background-size: cover;
}
.sec5-con ul li{
    width: 33.333%;
    float: left;
    padding: 4px;
}
.sec5-con ul li a{
    display: block;
    /* background: #757575; */
    background: #fff;
    padding: 14%;
}
.sec5-con ul li a h3{
    font-size: 18px;
    /* color: #fff; */
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.sec5-con ul li a .info{
    font-size: 14px;
    /* color: #fff; */
    color: #000;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 25px 0;
}
.sec5-con ul li a .date{
    font-size: 14px;
    /* color: #fff; */
    color: #000;
}
.sec5-con ul li a:hover h3{
    color: #9bc136;
}

.section6{
    /* background: url(../images/bg5.jpg) no-repeat center; */
    background: url(../images/bg5.jpg) no-repeat right;
    background-size: cover;
}
.section6::before{
    content: '';
    width: 50%;
    height: 100%;
    /* background: rgba(38,38,38,0.72); */
    position: absolute;
    top: 0;
    left: 0; 
}
.sec6-con .cont{
    max-width: 480px;
    position: relative;
    font-family: "微软雅黑";
}
.sec6-con .cont .index-tlt1{
    text-align: left;
}
.sec6-con .cont .index-tlt2{
    text-align: left;
}
.sec6-con .cont .lxfs{
    font-size: 14px;
    /* color: #fff */
    color: #000
    line-height: 2;
}
.sec6-con .cont .yqlj{
    font-size: 14px;
    /* color: #fff */
    color: #000
    line-height: 2;
}
.sec6-con .cont .yqlj a{
    /* color: #fff */
    color: #000
}
.sec6-con .cont .sub-company{
    padding: 10% 0;
}
.sec6-con .cont .sub-company > h3{
    font-size: 14px;
    color: rgba(255,255,255,0.57);
    margin-bottom: 30px;
}
.sec6-con .cont .sub-company .sec6-slick{
    padding-right: 40px;
    position: relative;
}
.sec6-con .cont .sub-company .sec6-slick .slick-con{
    padding: 0 5%;
}
.sec6-con .cont .sub-company .sec6-slick .slick-con img{
    max-width: 100%;
    margin: 0 auto;
}
.sec6-con .cont .sub-company .sec6-slick .slick-arrow{
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    bottom: 0;
    text-indent: 100px;
    overflow: hidden;
}
.sec6-con .cont .sub-company .sec6-slick .slick-prev{
    display: none!important;
}
.sec6-con .cont .sub-company .sec6-slick .slick-next{
    background: url(../images/right01.png) no-repeat center;
    right: 0;
    top: 50%;
    margin-top: -17.5px;
}
.sec6-con .cont .back-top{
    margin-top: 5%; margin-bottom:5%;
}
.sec6-con .cont .back-top a{
    display: inline-block;
    font-size: 12px;
    color: #9bc136;
    padding-right: 60px;
    line-height: 36px;
    background: url(../images/more3.png) no-repeat right center;
}


.sec6-con .cont .fnav{
    font-size: 14px;
    /* color: #fff */
    color: #000
    line-height: 2;
    margin-top: 20px;
}
.sec6-con .cont .fnav a{
    /* color: #fff */
    color: #000
}
.sec6-con .cont .copyr{
    font-size: 14px;
    /* color: #fff */
    color: #000
    line-height: 2;
    
}
.sec6-con .cont .copyr a{
    /* color: #fff */
    color: #000
}

.n-menu{
    padding: 40px 0;
}
.n-menu .sort{
    text-align: center
}
.n-menu .sort > li{
    display: inline-block;
    margin: 0 10px 10px;
}
.n-menu .sort > li > a{
    display: block;
    padding: 0 20px;
    border: 1px solid #dddddd;
    font-size: 15px;
    line-height: 35px;
    color: #333;
}
.n-menu .sort > li:hover > a{
    background: #9bc136;
    color: #fff;
}



@media (max-width: 1200px) {
    .section0, .section0 .fp-tableCell,
    .section1, .section1 .fp-tableCell, 
    .section2, .section2 .fp-tableCell,
    .section3, .section3 .fp-tableCell, 
    .section4, .section4 .fp-tableCell, 
    .section5, .section5 .fp-tableCell, 
    .section6, .section6 .fp-tableCell{
        display: block !important;
        height: auto !important;
    }
    .sideNav{
        display: none!important;
    }
    .head-menu > li > a{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .head-menu .head-sub-menu > li > a{
        font-size: 12px;
    }
    .index-tlt1 h2{
        font-size: 24px;
    }
    .index-tlt2 h2{
        font-size: 24px;
    }    
    .index-tlt1 p{
        font-size: 22px;
    }
    .index-tlt2 p{
        font-size: 22px;
    }
    .sec5-con ul li a h3{
        font-size: 16px;
    }
    .sec1-right .sec1-right-con dt img{
        max-width: 40px;
    }
    .sec1-right .sec1-right-con > h3{
        font-size: 24px;
    }
    .sec1-right .sec1-right-con > h4{
        font-size: 22px;
    }
    .sec1-right .sec1-right-con .jj{
        font-size: 13px;
    }
    .section2{
        padding: 40px 0;
    }
    .section3{
        padding: 40px 0;
    }
    .section4{
        padding: 40px 0;
    }
    .section5{
        padding: 40px 0;
    }
    .section6{
        padding: 40px 0;
    }
    .sec3-left{
        width: 100%;
        float: none;
        height: 600px;
    }
    .sec3-right{
        width: 100%;
        position: static;
        text-align: center;
        margin-top: 0;
        margin-bottom: 4%;
    }
    .sec3-right h3{
        font-size: 24px;
    }
    .sec3-right h4{
        font-size: 22px;
    }
    .sec3-left ul li .bt h3{
        font-size: 20px;
    }
    .sec3-left ul li .bt p{
        font-size: 18px;
    }

    .section6::before{
        width: 60%;
    }


}
@media (max-width: 990px){
    
    body{
        padding-top: 60px;
    }
    .sec0-con ul li{
        width: 120px;
        height: 32px;
        margin: 0 10px;
    }
    .sec0-con ul li a{
        line-height: 30px;
        border-radius: 15px;
        font-size: 12px;
    }
   
    .sec2-con ul li .cont h3{
        font-size: 18px;
    }
    .sec2-con ul li .cont p{
        font-size: 12px;
    }
    .sec2-con ul li .cont a{
        font-size: 12px;
        width: 120px;
    }
    .section6::before{
        width: 70%;
    }
}

@media (max-width: 768px){
    .sec0-con ul li{
        width: 90px;
        margin: 6px 2px;
    }
    .sec1-left{
        width: 100%;
    }
    .sec1-right{
        width: 100%;
    }
    .sec1-right .sec1-right-con{
        padding: 40px 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .sec2-con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .sec2-con ul li .cont{
        padding: 15% 5%;
    }
    .sec2-con ul li .cont a{
        margin-top: 30px;
    }
    .sec3-left ul li .bt .cont{
        margin-top: -30px;
    }
    .sec3-left ul li .bt h3{
        font-size: 16px;
        line-height: 30px;
    }
    .sec3-left ul li .bt p{
        font-size: 14px;
        line-height: 30px;
    }
    .sec3-left ul li .wz p{
        font-size: 12px;
    }
    .sec5-con ul li{
        width: 100%;
    }
    .sec5-con ul li a{
        padding: 20px;
    }
    .sec5-con ul li a h3{
        font-size: 14px;
    }
    .sec5-con ul li a .info{
        font-size: 12px;
    }
    .sec5-con ul li a .date{
        font-size: 12px;
    }
    .section6::before{
        width: 100%;
    }

}
#maximg img{ max-width:100% !important; height:auto !important;display:inline-block;}
#maximg p span{text-wrap: inherit !important;}

.xypg-right-content{ font-size:15px; line-height:30px}

.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

/* .logo img{ height:62px} */
 .logo img{ height:82px} 




    /* 新增右进左出动画 */
    @keyframes slideInRight {
      from {
        transform: translateX(100%);
        opacity: 0;
      }
      to {
        transform: translateX(0);
        opacity: 1;
      }
    }

    @keyframes slideOutLeft {
      from {
        transform: translateX(0);
        opacity: 1;
      }
      to {
        transform: translateX(-100%);
        opacity: 0;
      }
    }

    .animate-slide-in-right {
      animation: slideInRight 1s ease-out forwards;
    }

    .animate-slide-out-left {
      animation: slideOutLeft 1s ease-out forwards;
    }

/* 新增上进下出动画 */
@keyframes slideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideOutDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}

.animate-slide-in-up {
  animation: slideInUp 1s ease-out forwards;
}

.animate-slide-out-down {
  animation: slideOutDown 1s ease-out forwards;
}




