*{
    margin: 0px;
    padding: 0px;
}
ul,ol{
    list-style: none;
}
a{
    color: #333;
    text-decoration: none;
}

body{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.inwid{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


/* 下拉 */
.banner .nav ul li {
    position: relative;
    height: 90px;
}
.banner .nav ul li .box{
    width: 125px;
    position: absolute;
    top: 90px;
    background: #fff;
    text-align: center;
    left: 50%;
    margin-left: -62.5px;
    padding: 20px 0px;
    box-sizing: border-box;
    display: none;
}
.Index .banner .nav ul li .box{
    background: rgba(255, 255, 255, 0.6);
}
.banner .nav ul li .box a{
    display: block;
    line-height:35px;
}
.banner .nav ul li .box a:hover{
    color: #258536;
}

/* banner */
.banner .banenr-swiper .swiper-slide{
    width: 100%;
}
.banner{
    position: relative;
}
.Index .banner .nav {
    position: fixed;
    
}
.Index .banner .nav.all{
    animation: allnav 0.7s ;
    background: #fff;
}
.Index .banner .nav.all ul li .box{
    background: #fff;
}
@keyframes allnav {
    0%{
        transform: translateY(-100px);
    }
    100%{
        transform: translateY(0px);
    }
}

.banner .nav {
    display:flex;
    justify-content: space-between;
    padding-left: 260px;
    padding-right: 177px;
    box-sizing: border-box;
    z-index: 9999;
    height: 90px;
    align-items: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
}
.banner .nav ul{
    width: 64.6%;
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 100%;
    align-items: center;
}

.banner .nav ul li .title a{
    color: #333333;
    font-size: 20px;
    line-height: 90px;
}
.banner .nav ul li.all .title a{
    color: #258536;
}
.banner .nav ul #xian{
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #258536;
}
.language {
    display: flex;
    align-items: center;
}
.language a{
    font-size: 20px;
    position: relative;
    display: block;
    box-sizing: border-box;
}
.language span{
    margin: 0px 13px;
}
.language a::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #258536;
    display: none;
    position: absolute;
    bottom: -10px;
    
}
.language a.all{
    color: #258536;
}
.language a.all::after{
    display: block;
}

/* .swiper-pagination {
    color: #fff;
} */

.banner .banenr-swiper .text {
    position: absolute;
    bottom: 114px;
    right: 15%;
    color: #fff;

    z-index: 99;
    width: 185px;
}

.banner .banenr-swiper .text span{
    color: #fff;
    font-size: 30px;
}
.banner .banenr-swiper .text #txt-1{
    color: #FAC004;
    font-size: 46px;
}
.banner .banenr-swiper .text i{
    font-size: 30px;
}
.banner .banenr-swiper  .swiper-pagination{
    left: auto;
    bottom: 59px;
    text-align: right;
    /* padding-right: 310px; */
    box-sizing: border-box;
    min-width: 30px;
    width: auto;
    right: 15%;
}
.banner .banenr-swiper  .swiper-pagination .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
    width: 11px;
    height: 11px;
    margin-right: 39px;
    position: relative;
}
.banner .banenr-swiper  .swiper-pagination .swiper-pagination-bullet::after{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid #FAC004;
    box-sizing: border-box;
    margin-top: -16.5px;
    margin-left: -16.5px;
    content: '';
    opacity: 0;
    transition: 0.5s;
}
.banner .banenr-swiper  .swiper-pagination .swiper-pagination-bullet:last-child{
    margin-right: 0px;
}
.banner .banenr-swiper  .swiper-pagination .swiper-pagination-bullet-active{
    background: #FAC004;
}
.banner .banenr-swiper  .swiper-pagination .swiper-pagination-bullet-active::after{
    opacity: 1;
}

.Index-module{
    margin-top: 100px;
    margin-bottom: 60px;
}
.Index-module .box-1{
    display: flex;
    justify-content: space-between;
}
.Index-module .box-1 .left{
    width: 65.572%;
    height: 412px;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}
.Index-module .box-1 .ringt{
    width:31.3%;
    height: 412px;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    z-index: 0;
}
.Index-module .box-1 .ringt>img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.Index-module .box-1 .left>img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.Index-module .box-1 .left .text{
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 70px;
    background: rgba(0, 0, 0,0.3);
    padding: 0px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.Index-module .box-1 .left .text span{
    font-size: 26px;
}
.Index-module .box-1 .left .text a{
    font-size: 16px;
    color: #fff;
}

.Index-module .box-1 .ringt span{
    position: absolute;
    bottom: 0px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 24px;
    background: rgba(0, 0, 0,0.3);
    display: block;
    width: 100%;
}

.Index-module .t-hov{
    cursor: pointer;
    position: relative;
}

.Index-module .t-hov .ceng{
    position: absolute;
    top: 0px;
    height: 0%;
    width: 100%;
    background: rgb(37, 133, 54,0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
   
}
.Index-module .t-hov .ceng h5{
    font-size: 44px;
    color: #FFFFFF;
    opacity: 0;

    transition: 0.5s;
}
.Index-module .t-hov .ceng i{
    height: 67px;
    width: 2px;
    background: #fff;
    display: block;
    margin: 46px 0px 48px 0px;
    opacity: 0;

    transition: 0.5s;
}
.Index-module .t-hov .ceng a{
    width: 148px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 21px;
    text-align: center;
    line-height: 41px;
    color: #fff;
    opacity: 0;

    transition: 0.5s;
}
.Index-module .t-hov .ceng a img{
    margin-left: 10px;
}
.Index-module .t-hov .hovtext{
    transition: 0.5s;
}
.Index-module .t-hov:hover .hovtext{
    transform: translateY(100px);
}
.Index-module .t-hov:hover .ceng{
    height: 100%;
    transition-delay: 0.4s;
    top: auto;
    bottom: 0px;
}
.Index-module .t-hov:hover .ceng h5{
    transition-delay: 1s;
    opacity: 1;
    z-index: 1;
}
.Index-module .t-hov:hover .ceng i{
    transition-delay: 1s;
    opacity:1;
    z-index: 1;
}
.Index-module .t-hov:hover .ceng a{
    transition-delay: 1s;
    opacity: 1;
    z-index: 1;
}

.Index-module .box-2 .left{
    width: 65.572%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Index-module .box-2 .left .box{
    width: 437px;
    height: 412px;
    margin-bottom: 40px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.Index-module .box-2 .left .box span{
    position: absolute;
    bottom: 0px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 24px;
    background: rgba(0, 0, 0,0.3);
    display: block;
    width: 100%;
}
.Index-module .box-2{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.Index-module .box-2 .ringt{
    width:31.3%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    z-index: 0;
}
.Index-module .box-2 .ringt>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.Index-module .box-2 .ringt span{
    position: absolute;
    bottom: 0px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 24px;
    background: rgba(0, 0, 0,0.3);
    display: block;
    width: 100%;
    
}

.footer{
    background: url(../images/footer.png) no-repeat center;
    background-size: cover;
    
    width: 100%;
}
.footer .out{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1330px;
    padding-top: 113px;
}
.footer .out>.box{
    width: 37%;
}
.footer .out>.box h5{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 54px;
}
.footer .out>.box span{
    color: #DCDCDC;
    font-size: 18px;
    display: block;
    margin-bottom: 28px
}
.footer .out>.box span:last-child{
    margin-bottom: 0px;
}
.footer .out>.box span a{
    color: #DCDCDC;
    font-size: 18px;
}
.footer .out ul{
    width: 50.7%;
    display: flex;
    justify-content: space-between;
}
.footer .out ul li .box a{
    color: #DCDCDC;
    display: block;
    font-size: 18px;
    margin-bottom: 32px;
}
.footer .out ul li .titel{
    font-size: 18px;
    color: #fff;
    margin-bottom: 34px;
    font-weight: bold;
}
.footer .out ul li .box a:last-child{
    margin-bottom: 32px;
}
.footer .out {
    padding-bottom:90px;
}
.footer-dibu{
    width: 100%;
    height: 60px;
    border-top: 1px solid #C8C8C8;
    
}
.footer-dibu .inwid {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-dibu .inwid span{
    font-size: 14px;
    color: #CCCCCC;
}
.footer-dibu .inwid a{
    font-size: 14px;
    color: #CCCCCC;
}

.banner-out img{
    width: 100%;
    display: block;
}
#AboutUs .title-out .box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}
#AboutUs .title-out .box a{
    width: 25%;
    display: block;
    text-align: center;
    height: 100px;
    line-height: 100px;
    color: #555555;
    font-size: 24px;
}
#AboutUs .title-out .box {
    border-bottom: 1px solid #D0D0D0;
    box-sizing: border-box;
}
#AboutUs .title-out .box a.all{
    color: #258536;
    border-bottom: 4px solid #258536;
}
/* 公司简介 */
#AboutUs .company-profile .title{
    text-align: center;
}
#AboutUs .company-profile .title h5{
    font-size: 30px;
    color: #333333;
}
#AboutUs .company-profile .title i{
    display: block;
    width:60px;
    height: 2px;
    background: #333333;
    margin: 39px auto 51px auto;
}
#AboutUs .company-profile .txt h6{
    font-size: 20px;
    color: #444444;
    margin: 0 auto;
    text-align: center;
}
#AboutUs .company-profile .txt p{
    /* margin-top: 41px; */
    text-indent:2em;
    line-height: 1.5em;
    color: #666666;
    font-size: 18px;
    letter-spacing:2px;
    /* margin: 40px 0px; */
}
#AboutUs .company-profile .txt .text-img{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#AboutUs .company-profile .txt img{
    width: auto;
    max-width: 100%;
}
#AboutUs .footer{
    margin-top: 90px;
}

/* 企业文化 */
#AboutUs .corporate-culture .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 160px;
}
#AboutUs .corporate-culture .box h5{
    font-size: 30px;
    color: #258536;

}
#AboutUs .corporate-culture .box .box-titie{
    display: flex;
    align-items: center;
    width: 18%;
    justify-content: space-between;
}
#AboutUs .corporate-culture .box .text-box{
    width: 68%;
}
#AboutUs .corporate-culture .box .text-box span{
    font-size: 21px;
    color: #444444;
    font-weight: bold;
    margin-bottom: 22px;
    display: block;
}
#AboutUs .corporate-culture .box .text-box p{
    color: #444444;
    font-size: 14px;
}
#AboutUs .corporate-culture .box i{
    width: 38px;
    height: 4px;
    background: #258536;
}
#AboutUs .corporate-culture .box-img{
    flex-direction: column;
    align-items: baseline;
   
}
#AboutUs .corporate-culture .box-img .out{
    /*width: 23%;*/
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
#AboutUs .corporate-culture .box-img .out img{
    width: 23%;
    margin-right: 2%;
}

#AboutUs .corporate-culture .box2{
    align-items: flex-start;
}
#AboutUs .corporate-culture .box2 .text-box .txt{
    display: flex;
   align-items: center;
}
#AboutUs .corporate-culture .box2 .text-box .txt span{
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
#AboutUs .corporate-culture .box2 .text-box .txt {
    margin-bottom: 44px;
}
#AboutUs .corporate-culture .box2 .text-box .txt:last-child{
    margin-bottom: 0px;
}
#AboutUs .corporate-culture .box2 .text-box .txt span::after{
    width: 1px;
    height: 16px;
    content: '';
    background: #258536;
    margin: 0px 21px;
    display: block;
}

/* 荣誉资质 */
#AboutUs .honor-certification{
    height: 627px;
}
#AboutUs .honor-certification .out{
    position: relative;
    height: 627px;
}
#AboutUs .honor-certification .honor-swiper .swiper-slide{
    width: 25%;
}
#AboutUs .honor-certification .honor-swiper .swiper-slide .img{
    width: 100%;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    cursor: pointer;
}
#AboutUs .honor-certification .honor-swiper .swiper-slide img{
    width: 100%;
    transition: 0.5s;
}
#AboutUs .honor-certification .honor-swiper .swiper-slide:hover img{
    transform: scale(1.2);
}
#AboutUs .honor-certification .honor-swiper .swiper-slide span{
    text-align: center;
    display: block;
    margin-top: 44px;
}

#AboutUs .honor-certification .out .swiper-button-prev{
    bottom: 0px;
    top: auto;
    left: 40%;
    width: 65px;
    height: 65px;
    background: #D6D6D6;
    border-radius: 50%;
}


#AboutUs .honor-certification .out .swiper-button-next{
    bottom: 0px;
    top: auto;
    right: 40%;
    width: 65px;
    height: 65px;
    background: #D6D6D6;
    border-radius: 50%;
}
#AboutUs .honor-certification .out .swiper-button-next::after,#AboutUs .honor-certification .out .swiper-button-prev::after{
    font-size: 16px;
    color: #fff;
}
#AboutUs .honor-certification .out .swiper-button-next:hover,#AboutUs .honor-certification .out .swiper-button-prev:hover{
    background: #258536;
}


/* 爱菊全球 */
#AboutUs .global .img{
    text-align: center;
    opacity: 0.4;
}
#AboutUs .number-roll{
    display: flex;
    justify-content: space-between;
    margin-top: 61px;
}
#AboutUs .number-roll .box{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
#AboutUs .number-roll .box .txt{
    color: #258536;
}
#AboutUs .number-roll .box .txt span{
    font-size: 66px;
    font-weight: bold;
}
#AboutUs .number-roll .box .txt b{
    font-size: 40px;
    font-weight: bold;
}
#AboutUs .number-roll .box::after{
    width: 1px;
    height: 105px;
    background: #D2D2D2;
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -52.5px;
}
#AboutUs .number-roll .box:last-child::after{
    display: none;
}
#AboutUs .number-roll .box>span{
    font-size: 21px;
    margin-top: 7px;
    font-weight: 400;
    color: #555555;
}

#AboutUs .global p{
    margin-top: 15px;
    font-size: 22px;
    color: #666666;
    line-height: 1.5em;
    font-weight: 400;
}

/* 科技创新页面 */
#Innovation .Innovation-out {
    margin: 100px 0px;
}
#Innovation .Innovation-out .box a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
#Innovation .Innovation-out .box {
    height: 413px;
    margin-bottom: 92px;
}
#Innovation .Innovation-out .box:nth-child(2n) a{
    flex-direction: row-reverse;
}
#Innovation .Innovation-out .box:nth-child(2n) a .left{
    margin-right: 0px;
    margin-left: 55px;
}
#Innovation .Innovation-out .box .left{
    width: 50%;
    flex: none;
    margin-right: 55px;
    height: 413px;
}
#Innovation .Innovation-out .box .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#Innovation .Innovation-out .box .text-box{
    width: 50%;
    height: 413px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
#Innovation .Innovation-out .box .text-box h5{
    font-size: 24px;
    color: #333333;
    width: 100%;
    white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
#Innovation .Innovation-out .box .text-box h5::after{
    width: 63px;
    height: 2px;
    background: #333333;
    display: block;
    content: '';
    margin: 35px 0px 60px 0px;
}

#Innovation .Innovation-out .box .text-box p{
    color: #666666;
    font-size:18px;
    line-height: 1.5em;
    overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
        width: 100%;
}

/* 产品页面 */

#Products .Products-title .box{
    display: flex;
    height: 100px;
    border-bottom: 1px solid #D0D0D0;
    box-sizing: border-box;

}
#Products .Products-title .box a{
    width: 20%;
    line-height: 100px;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #555555;
}
#Products .Products-title .box a.all{
    border-bottom: 4px solid #258536;
    color: #258536;
    box-sizing: border-box;
}
#Products .Products-out {
    margin: 71px 0px;
}
#Products .Products-out .out{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#Products .Products-out .out .box{
    width: 656px;
    margin-bottom: 68px;
}
#Products .Products-out .out .box .img{
    box-shadow:0px 4px 10px 1px #0000001a;
}
#Products .Products-out .out .box .img img{
    width: 100%;
    height: 370px;
    object-fit: cover;
    display: block;
}
#Products .Products-out .out .box .text-box{
    height: 138px;
    border: 1px solid #C8C8C8;
    border-top: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0px 32px;
    
} 
#Products .Products-out .out .box .text-box h5{
    font-size: 28px;
    color: #333333;
    font-weight: 500;
}
#Products .Products-out .out .box .text-box h5::after{
    content: '';
    width: 50px;
    height: 1.6px;
    background: #3A3A3A;
    display: block;
    margin-top: 28px;
}
.paging-box{
    display: flex;
    justify-content:center;
}

.paging-box span{
    width: 49px;
    height: 41px;
    display: block;
    text-align: center;
    line-height: 41px;
    background: #EEEEEE;
    color: #555555;
    font-size: 16px;
    margin: 0px 5px;
}
.paging-box .a-s{
    color: #555555;
    font-size: 16px;
    background: #EEEEEE;
    text-align: center;
    line-height: 41px;
    width: 66px;
    height: 41px;
    margin: 0px 5px;
} 
.paging-box .a-t{
    width: 41px;
    height: 41px;
    background: #EEEEEE;
    display: block;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
    color: #555555;
    margin: 0px 5px;
}
.paging-box a:hover{
    background: #258536;
    color: #fff;
}

#Products .Products-list{
    margin-bottom: 99px;
}
#Products .Products-list .out .box-1{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 70px;
    margin-top: 90px;
}
#Products .Products-list .out .box-1 .left{
    width: 699px;
    height: 419px;
    box-shadow:0px 4px 10px 1px #0000001a;
}
#Products .Products-list .out .box-1 .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#Products .Products-list .out .box-1 .ringt {
    width: 528px;
    margin-left: 82px;
}

#Products .Products-list .out .box-1 .ringt h5{
    font-size: 30px;
    color: #333333;
}
#Products .Products-list .out .box-1 .ringt h5::after{
    content: '';
    height: 2px;
    width: 109px;
    background: #258536;
    margin: 37px 0px 46px 0px;
    display: block;
}
#Products .Products-list .out .box-1 .ringt p{
    font-size: 15px;
    color: #666666;
    line-height: 1.5em;
    margin-bottom: 70px;
}
#Products .Products-list .out .box-1 .ringt .anniu-box{
    display: flex;
}
#Products .Products-list .out .box-1 .ringt .anniu-box a{
    display: block;
    width: 156px;
    height: 41px;
    border-radius: 20.5px;
    border: 1px solid #258536;
    text-align: center;
    line-height: 41px;
    margin-right: 30px;
}
#Products .Products-list .out .box-1 .ringt .anniu-box a:last-child{
    margin-right: 0px;
}
#Products .Products-list .out .box-1 .ringt .anniu-box a img{
    margin-left: 10px;
}

#Products .Products-list .out .box-2 .titel{
    font-size: 26px;
    color: #333333;
    margin-bottom: 32px;
}
#Products .Products-list .out .box-2 p{
    font-size: 20px;
    color: #666666;
    line-height: 1.5em;
    /*margin-bottom: 62px;*/
}

#Products .Products-list .out .box-2 .anniu{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
    margin-top: 40px;
}
#Products .Products-list .out .box-2 .anniu a{
    width: 126px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    background: #258536;
    border-radius: 23px;
}
#Products .Products-list .out .box-3 .box{
    width: 436px;
    margin-right: 46px;
    margin-bottom: 20px;
}
#Products .Products-list .out .box-3 .box:nth-child(3n){
    margin-right: 0px;
}
#Products .Products-list .out .box-3 .Products-out{
    margin: 0px;
}
#Products .Products-list .out .box-3>h5{
    color: #333333;
    font-size: 44px;
    margin-bottom: 61px;
}
#Products .Products-list .out .box-3 .out .box .text-box{
    height: 122px;
}
#Products .Products-list .out .box-3 .out{
    justify-content: left;
}
#Products .Products-list .out .box-3 .box .text-box h5{
    font-size: 26px;
}
#Products .Products-list .out .box-3  .box .img img{
    height: 246px;
}

/* 新闻中心 */
#NEWS .title-out .box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}
#NEWS .title-out .box a{
    width: 25%;
    display: block;
    text-align: center;
    height: 100px;
    line-height: 100px;
    color: #555555;
    font-size: 24px;
}
#NEWS .title-out .box {
    border-bottom: 1px solid #D0D0D0;
    box-sizing: border-box;
}
#NEWS .title-out .box a.all{
    color: #258536;
    border-bottom: 4px solid #258536;
}
#NEWS .NEWS-out .out{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
#NEWS .NEWS-out .out .box{
    width: 434px;
    margin-right: 48px;
    margin-bottom: 48px;
}
#NEWS .NEWS-out .out .box:nth-child(3n){
    margin-right: 0px;
}
#NEWS .NEWS-out .out .box .img{
    width: 100%;
    height: 235px;
    box-shadow: 0px 1px 10px 1px #0000002e;
    overflow: hidden;
    
}
#NEWS .NEWS-out .out .box .img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s;
}
#NEWS .NEWS-out .out .box .text-box{

    border: 1px solid #C8C8C8;
    border-top: none;
    padding: 32px 27px 25px 17px;
    box-sizing: border-box;
}
#NEWS .NEWS-out .out .box .text-box h5{
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#NEWS .NEWS-out .out .box .text-box h5::after{
    width: 50px;
    height: 2px;
    background: #3A3A3A;
    content: '';
    display: block;
    margin: 33px 0px;
}

#NEWS .NEWS-out .out .box:hover .img img{
    transform: scale(1.1);
}
#NEWS .NEWS-out .out .box .text-box .txt{
    display: flex;
    justify-content: space-between;
}
#NEWS .NEWS-out .out .box .text-box .txt .s-1{
    display: block;
}
#NEWS .NEWS-out .out .box .text-box .txt .s-2{
    display: none;
}
#NEWS .NEWS-out .out .box .text-box .txt span{
    color: #666666;
    font-size: 18px;
}
#NEWS .NEWS-out .out .box:hover .text-box h5::after{
    background: #258536;
}
#NEWS .NEWS-out .out .box:hover .text-box h5 {
    color: #258536;
}
#NEWS .NEWS-out .out .box:hover .text-box .txt .s-1{
    display: none;
}
#NEWS .NEWS-out .out .box:hover .text-box .txt .s-2{
    display: block;
}
#NEWS .NEWS-out .out .box:hover .text-box .txt .ou-img{
    color: #258536;
}
#NEWS .NEWS-out .out .box .text-box .txt .ou-img{
    display: flex;
    align-items: center;
} 
#NEWS .NEWS-out .out .box .text-box .txt .ou-img img{
    margin-left: 10px;
}

#NEWS .footer{
    margin-top: 90px;
}


/* 详情页 */

#NEWS .NEWS-list .titel{
    text-align: center;
}
#NEWS .NEWS-list .titel h5{
    font-size: 42px;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
}
#NEWS .NEWS-list .release{
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(227, 227, 227, 1);
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    margin-top: 48px;
}
#NEWS .NEWS-list .release i{
    display: block;
    width: 1px ;
    height: 14px;
    background: rgba(153, 153, 153, 1);
    margin: 0px 30px;
}
#NEWS .NEWS-list .release span{
    font-size: 13px;
    color: rgba(102, 102, 102, 1);
}

#NEWS .NEWS-list .text{
    padding: 43px 73px 73px 73px;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 2.5em;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
}
#NEWS .NEWS-list .text img{
    width: auto;
    max-width: 100%;
}
#NEWS .NEWS-list .text video{
    width: auto;
    max-width: 100%;
}
.shangyiye{
    margin-top: 34px;
    padding-left: 73px;
    box-sizing: border-box;
}
.shangyiye span{
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
}
.shangyiye span a{
    color: rgba(51, 51, 51, 1);
}
.shangyiye span a:hover{
    color: #258536;
}
/* 详情页 */
/* 视频中心 */
#NEWS .News-Video .out{
    display: flex;
    flex-wrap: wrap;
}
#NEWS .News-Video .out .box{
    margin-bottom: 57px;
    margin-right: 46px;
}
#NEWS .News-Video .out .box:nth-child(3n){
    margin-right: 0px;
}
#NEWS .News-Video .out .box .img{
    width: 436px;
    height: 775px;
    position: relative;
}
#NEWS .News-Video .out .box .img .i-1{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#NEWS .News-Video .out .box .img #bof{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 71px;
    height: 71px;
    margin-top: -35.5px;
    margin-left: -35.5px;
    cursor: pointer;
}

#NEWS .News-Video .out .box .text{
    height: 113px;
    padding-top: 32px;
    padding-left: 33px;
    border: 1px solid #C8C8C8;
    border-top: 0px;
}
#NEWS .News-Video .out .box .text h5{
    font-size: 20px;
    color: #333333;
}
#NEWS .News-Video .out .box .text h5::after{
    content: '';
    width: 45.43px;
    height: 1.6px;
    background: #333333;
    display: block;
    margin-top: 29px;
}
#NEWS .News-Video .out .box:hover h5{
    color: #258536;
}
#NEWS .News-Video .out .box:hover h5::after{
    background: #258536;
}
#NEWS .bidding-announcement .out .box .text{
    height: 85px;
}
#NEWS .bidding-announcement .box .img{
    height: 520px !important;
}


.Dialog {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0,0.3);
    z-index: 9999999;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}
.Dialog  .guanbi{
    width: 20%;
    height: 50px;
    background: #258536;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.Dialog  .Dialog-box{
    width:50%;
    height: 400px;
}
.Dialog  .Dialog-box video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.customer-case  .Innovation-out .box:nth-child(2n) a{
    flex-direction: inherit !important;
}

.customer-case  .Innovation-out .box:nth-child(2n) a .left{
    margin-right: 55px !important;
    margin-left: 0px !important;
}










/* 联系我们 */
#connect .Contact .out{
    display: flex;
    margin-bottom: 89px
}
#connect .Contact  .inwid>h5{
    margin-top: 70px;
    margin-bottom: 56px;
    font-size: 40px;
    color: #111111;
}
#connect .Contact .out .box{
    width: 25%;
    display: flex;
    align-items: center;

    position: relative;
}

#connect .Contact .out .box .img{
    width: 48px;
    height: 48px;
    position: relative;
    border-radius: 50%;
    margin-right: 33px;
}
#connect .Contact .out .box .txt span{
    display: block;
}
#connect .Contact .out .box .img img{
    width: 100%;
    height: 100%;
}
#connect .Contact .out .box .img .cheng-s{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #014898;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    box-sizing: border-box;
    transform: scale(0);
    opacity: 0.2;
    /* box-shadow: 0px 0px 4px 2px #014798c9; */
    
}
#connect .Contact .out .box:hover .img .cheng-s{
    animation: identifier 1s linear infinite alternate;
}
@keyframes identifier {
    0%{
        transform: scale(0);
        opacity: 0.2;
    }
    80%{
        opacity: 0.05; 
    }
    100%{
        transform: scale(1.4);
        opacity: 0.05; 
    }
}

#connect .Contact .out .box  h5{
    font-size: 18px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);

    margin-bottom: 18px;
}
#connect .Contact .out .box  span{
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
}
#connect .Contact .out .box-er{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#connect .Contact .out .box-er img{
    width: 104px;
    height: 104px;
    margin: 0 auto;
    display: block;
    margin-bottom: 7px;
}

#connect .Contact .out .box-er h5{
    color: rgba(153, 153, 153, 1);
    font-size: 16px;

}



#connect .Contact-3 h5{
    color: rgba(17, 17, 17, 1);
    font-size: 40px;
    margin-bottom: 40px;
}
#connect .Contact-3 .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


#connect .Contact-3 .i-box{
    width: 100%;
    height: 46px;
    border: 1px solid rgba(207, 213, 219, 1);
    border-left: 1px solid #000;
    border-radius: 4px;
    padding-left: 10px;
    box-sizing: border-box;
    outline: none;
    background: none;
    width: 48%;
    margin-bottom: 30px;
}

#connect .Contact-3 textarea{
    height: 128px !important;
    padding-top: 10px;
}

#connect .Contact-3 button{
    width: 324px;
    height: 58px;
    background: #258536;
    text-align: center;
    line-height: 58px;
    border-radius: 29px;
    font-size: 22px;
    color: #fff;
    border: none;
    display: block;
    margin:  0 auto;
    cursor: pointer;
    position: relative;
    z-index: 99;
    margin-top: 30px;
}
#connect .Contact-3{
    position: relative;
    padding-bottom: 130px;
    overflow: hidden;
}
#connect .Contact-3 .max-width{
    position: relative;
    z-index: 30;
}
#connect .Contact-3::after{
    background: url(../images/23-20000.png) no-repeat center;
    width: 800px;
    height: 400px;
    margin: 0 auto;
    content: '';
    display: block;
    position: absolute;
    bottom:-100px;
    left: 50%;
    margin-left: -400px;
    opacity: 0.5;
    z-index: 10;
}
#Case .case .out .box .text-box .img{
   height: 100%;
}

#qiehuananniu{
    width: 30px;
    height: 30px;
    margin-left: 20px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0,0.3);
    display: none;
}
#qiehuananniu img{
    width: 100%;
    height: 100%;
    transform: rotate(315deg);
    opacity: 0.4;
    transition: 0.5s;
}
#qiehuananniu img.all{
    transform: rotate(0deg);
}
.Index .min-nav{
    background:rgba(255, 255, 255, 0.6);
}
.min-nav{
    width: 100%;
    position: absolute;
    top:50px;
    z-index: 99999;
    background: #fff;
    left: 0px;
    padding: 20px ;
    box-sizing: border-box;
    box-shadow: 0px 10px 10px 1px rgba(0, 0, 0,0.4);
    display: none;
}
.min-nav.all{
    background: #fff;
}
.min-nav .min-nav-li .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
}
.min-nav .min-nav-li .title img{
    transition: 0.5s;
}
.min-nav .min-nav-li .title img.all{
    transform: rotate(90deg)
}

.min-nav .min-nav-li .box{
    padding: 0px 10px;
    box-sizing: border-box;
    display: none;
}
.min-nav .min-nav-li .box a{
    display: block;
    line-height: 25px;
}

.Index-module .t-hov>img{
    display: block;
}

/* 媒体 */
@media (max-width:767px) {
    #qiehuananniu{
        display: block;
    }
    .inwid{
        padding: 0px 10px;
        box-sizing: border-box;
    }
    .banner .nav{
        padding-left: 10px;
        padding-right: 10px;
        height: 50px;
    }
    .Index .banner .nav .logo img{
        height: 30px;
    }
    .banner .nav ul{
        display: none;
    }
    .Index .banner  .banner-out img{
        height: 160px;
        object-fit: cover;
    }
    .language a{
        font-size: 12px;
    }
    .banner .banenr-swiper .swiper-pagination{
        bottom: 10px;
    }
    .banner .banenr-swiper .text{
        bottom: 30px;
        width: auto;
    }
    .banner .banenr-swiper .text #txt-1{
        font-size: 18px;
    }
    
    .banner .banenr-swiper .text span{
        font-size: 14px;
    }
    .banner .banenr-swiper .swiper-pagination .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        margin-right: 10px;
    }
    .banner .banenr-swiper .swiper-pagination .swiper-pagination-bullet::after{
        width: 10px;
        height: 10px;
        margin-top: -5px;
        margin-left: -5px;
    }
    .Index-module{
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .Index-module .box-1{
        flex-wrap: wrap;
    }

    .Index-module .box-1 .left{
        width: 100%;
        height: 176px;
    }
    .Index-module .box-1 .ringt{
        height: 176px;
        width: 100%;
        margin-top: 20px;
    }
    .Index-module .box-1 .left .text{
        height: 40px;
    }
    .Index-module   .hovtext{
        height: 40px !important;
        line-height: 40px !important;
        font-size: 14px !important;
    }
    .Index-module .t-hov .ceng h5{
        font-size: 16px;
    }
    .Index-module .t-hov .ceng i{
        width: 62px;
        height: 2px;
        margin: 20px 0px;
    }
    .Index-module .t-hov .ceng a{
        width: 100px;
        height: 30px;
        line-height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px
    }
    .Index-module .box-1 .left .text span{
        font-size: 14px;
    }
    .Index-module .box-1 .left .text a{
        font-size: 14px;
    }
    .Index-module .box-1 .left .text a img{
        height: 11px;
    }
    .Index-module .box-1 .ringt .text h5{
        font-size: 20px;
    }
    .Index-module .box-1 .ringt .text i{
        margin: 20px;
        width: 67px;
        height: 2px;
    }

    .Index-module .box-2{
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .Index-module .box-2 .left{
        width: 100%;
    }
    .Index-module .box-2 .left .box{
        width: 49%;
        height:300px;
        margin-bottom: 20px;
    }
    .Index-module .box-2 .left .box span{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .Index-module .box-2 .ringt{
        height: 300px;
        width: 100%;
    }
    .Index-module .box-2 .ringt span{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .footer .out{
        padding-top: 30px;
        flex-wrap: wrap;
        padding-bottom: 0px;
    }
    .footer .out>.box{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer .out>.box h5{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .footer .out>.box span{
        font-size: 16px;
        margin-bottom:10px;
    }
    .footer .out>.box span a{
        font-size: 16px;
    }
    .footer .out ul{
        width: 100%;
        
    }
    .footer .out ul li .titel{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer .out ul li .box a{
        margin-bottom: 10px;
        font-size: 14px;
    }

    .footer-dibu .inwid a{
        font-size: 12px;
        display: block;
        margin-left: 0px !important;
    }
    .footer-dibu .inwid span{
        font-size: 12px;
    }

    .banner .nav .logo img{
        height: 30px;
    }
    .banner-out img{
        height: 150px;
        object-fit: cover;
    }
    #AboutUs .title-out .box a{
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
    #AboutUs .title-out .box{
        margin-bottom: 30px;
    }
    #AboutUs .company-profile .title h5{
        font-size: 20px;
    }
    #AboutUs .company-profile .title i{
        margin: 19px auto 21px auto;
    }
    #AboutUs .company-profile .txt h6{
        font-size: 16px;
    }
    #AboutUs .company-profile .txt p{
        margin-top: 20px;
        font-size: 12px;
        text-align: justify;
    }
    #AboutUs .corporate-culture .box{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    #AboutUs .corporate-culture .box h5{
        font-size: 20px;
    }
    #AboutUs .corporate-culture .box .box-titie{
        width: auto;
        margin-bottom: 20px;
    }
    #AboutUs .corporate-culture .box .text-box{
        width: 100%;
    }
    #AboutUs .corporate-culture .box i{
        margin-left: 30px;
    }
    #AboutUs .corporate-culture .box .text-box span{
        font-size: 16px;
        margin-bottom: 10px;
    }
    #AboutUs .corporate-culture .box .text-box p{
        font-size: 12px;
    }
    #AboutUs .corporate-culture .box2 .text-box .txt{
        flex-direction: column;
        align-items:baseline;
        margin-bottom: 20px;
        
    }
    #AboutUs .corporate-culture .box2 .text-box .txt span{
        margin-bottom: 10px;
    }
    #AboutUs .corporate-culture .box2 .text-box .txt span::after{
        width: 16px;
        height:1px;
    }
    #AboutUs .footer{
        margin-top: 20px;
    }
    #AboutUs .honor-certification .honor-swiper .swiper-slide{
        width: 100%;
    }
    #AboutUs .honor-certification .out .swiper-button-prev{
        left: 30%;
    }
    #AboutUs .honor-certification .out .swiper-button-next{
        right: 30%;
    }
    #AboutUs .honor-certification .honor-swiper .swiper-slide span{
        margin-top: 20px;
    }
    #AboutUs .global .img img{
        width: 100%;
    }
    #AboutUs .number-roll .box .txt span{
        font-size: 16px;
    }
    #AboutUs .number-roll .box .txt b{
        font-size: 14px;
    }
    #AboutUs .number-roll{
        flex-wrap: wrap;
    }
    #AboutUs .number-roll .box{
        width: 50%;
        margin-bottom: 20px;
    }
    #AboutUs .number-roll .box>span{
        font-size: 12px;
    }
    #AboutUs .number-roll .box::after{
        display: none;
    }
    #AboutUs .number-roll{
        margin-top: 30px;
    }
    #AboutUs .global p{
        margin-top: 20px;
        font-size: 12px;
    }

    #Innovation .Innovation-out .box a{
        flex-direction: column;
    }
    #Innovation .Innovation-out .box .left{
        width: 100%;
        margin-right: 0px;
        height: auto;
    }
    #Innovation .Innovation-out{
        margin-top: 40px;
    }
    #Innovation .Innovation-out .box .text-box h5::after{
        margin:17.5px 0px 30px 0px ;
       
    }
    #Innovation .Innovation-out .box .text-box{
        height: auto;
        margin-top: 30px;
    }
    #Innovation .Innovation-out .box{
        height: auto;
        margin-bottom: 30px
    }
    #Innovation .Innovation-out .box:nth-child(2n) a{
        flex-direction: column;
    }
    #Innovation .Innovation-out .box:nth-child(2n) a .left{
        margin-left: 0px;
    }
    #Products .Products-title .box a{
        font-size: 14px;
        line-height: 50px;
    }
    #Products .Products-title .box{
        height: 50px;
    }
    #Products .Products-out{
        margin: 30px 0px;
    }
    #Products .Products-out .out .box{
        width: 100%;
        margin-bottom: 20px;
    }
    #Products .Products-out .out .box .text-box h5::after{
        margin-top: 10px;
    }
    #Products .Products-out .out .box .text-box h5{
        font-size: 16px;
    }
    #Products .Products-out .out .box .img img{
        height: auto;
    }
    #Products .Products-out .out .box .text-box{
        height: 70px;
    }
    #Products .Products-list .out .box-1{
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #Products .Products-list .out .box-1 .left{
        width: 100%;
        height: auto;
    }
    #Products .Products-list .out .box-1 .ringt{
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
    #Products .Products-list .out .box-1 .ringt h5{
        font-size: 20px;
    }
    #Products .Products-list .out .box-1 .ringt h5::after{
        margin: 15px 0px 25px 0px;
    }
    #Products .Products-list .out .box-1 .ringt p{
        font-size: 16px;
        margin-bottom: 30px;
    }
    #Products .Products-list .out .box-1 .ringt .anniu-box a{
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    #Products .Products-list .out .box-2 .titel{
        font-size: 20px;
        margin-bottom: 20px;
    }
    #Products .Products-list .out .box-2 p{
        font-size: 14px;
        margin-bottom: 30px;
    }
    #Products .Products-list .out .box-2 .anniu a{
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    #Products .Products-list .out .box-2 .anniu{
        margin-bottom: 30px;
    }
    #Products .Products-list .out .box-3>h5{
        margin-bottom: 30px;
        font-size: 20px;
    }
    #Products .Products-list .out .box-3 .box{
        width: 100%;
        margin-right: 0px;
    }
    #Products .Products-list .out .box-3 .out .box .text-box{
        height: 70px;
    }
    #Products .Products-list .out .box-3 .box .text-box h5{
        font-size: 16px;
    }
    #Products .Products-list{
        margin-bottom: 30px;
    }
    #NEWS .title-out .box{
        margin-bottom: 40px;
    }
    #NEWS .title-out .box a{
        line-height: 70px;
        height: 70px;
        font-size: 16px
    }
    #NEWS .NEWS-out .out .box{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    #NEWS .NEWS-out .out .box .img{
        height: auto;
    }
    #NEWS .NEWS-out .out .box .text-box h5::after{
        margin: 20px 0px;
    }
    #NEWS .NEWS-out .out .box .text-box{
        padding: 22px 27px 15px 17px;
    }
    #NEWS .News-Video .out .box .img{
        width: 100%;
        height: auto;
    }
    #NEWS .News-Video .out .box{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    #NEWS .News-Video .out .box .text{
        height: 70px;
       
        padding-left: 25px;
        padding-top: 25px;
    }
    .Dialog .Dialog-box{
        width: 95%;
        height: auto;
    }
    .Dialog .guanbi{
        width: 40%;
    }
    #NEWS .NEWS-list .titel h5{
        font-size: 20px
    }
    #NEWS .NEWS-list .release{
        margin-top: 20px;
        height: 30px;
    }
    #NEWS .NEWS-list .text{
        padding: 10px;
    }
    .shangyiye{
       padding-left: 0px;
    }
    #NEWS .footer{
        margin-top: 50px;
    }
    .customer-case .Innovation-out .box:nth-child(2n) a{
        flex-direction:column !important; 
    }
    .customer-case .Innovation-out .box:nth-child(2n) a .left{
        margin-right: 0px !important;
    }
    #connect .Contact .inwid>h5{
        margin: 30px 0px;
        font-size: 20px;
    }
    #connect .Contact .out{
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    #connect .Contact .out .box{
        width: 50%;
    }
    #connect .Contact .out .box .img{
        display: none;
    }
    #connect .Contact-3 h5{
        font-size: 20px;
        margin-bottom: 20px;
    }
    #connect .Contact-3 .i-box{
        width: 100%;
    }
    #AboutUs .corporate-culture .box-img .out{
        margin-top:auto;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .min-nav{
        top: 60px;
    }
    #qiehuananniu{
        display: block;
    }
    .inwid{
        padding: 0px 20px ;
        box-sizing: border-box;
    }
    .banner .nav{
        padding: 20px;
        padding-right: 20px;
        height: 60px;
    }
    .banner .nav .logo img{
        height: 40px;
    }
    .banner .nav ul{
        display: none;
    }
    .language a{
        font-size: 12px;
    }
    .banner .banenr-swiper .swiper-pagination{
        bottom:20px;
    }
    .banner .banenr-swiper .swiper-pagination .swiper-pagination-bullet::after{
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        box-sizing: border-box;
    }
    .banner .banenr-swiper .text{
        bottom:50px;
        width: 91px;
    }
    .banner .banenr-swiper .text span{
        font-size: 20px;
    }
    .banner .banenr-swiper .text #txt-1{
        font-size: 30px;
    }
    .banner .banenr-swiper .swiper-pagination .swiper-pagination-bullet{
        margin-right: 10px;
    }
    .Index-module{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .Index-module .box-2 .left .box{
        width: 49%;
        height: auto;
        margin-bottom: 20px
    }
    .Index-module .box-1 .left .text{
        height: 60px;
        
    }
    .Index-module .box-1 .left .text span{
        font-size: 16px;
    }
    .Index-module .box-1 .ringt .text h5{
        font-size: 30px;
    }
    .Index-module .box-1 .ringt .text i{
        margin: 30px 0px;
        height: 30px;
    }

    .Index-module .box-1 .ringt .text a{
        width: 120px;
        height:35px;
        line-height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Index-module .box-2 .left .box span{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .footer .out>.box{
        width: 40%;
    }
    .Index-module .box-2 .ringt span{
        font-size: 16px;
        height: 60px;
    }

    .footer .out>.box h5{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .footer .out>.box span{
        margin-bottom: 10px;
        font-size: 16px;
    }
    .footer .out>.box span a{
        font-size: 16px;
    }
    .footer .out ul{
        width: 56%;
    }
    .footer .out ul li .titel{
        margin-bottom: 20px;
    }
    .footer .out ul li .box a{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .footer-dibu .inwid span{
        font-size: 12px;
    }
    .footer-dibu .inwid a{
        font-size: 12px;
    }
    #AboutUs .corporate-culture .box{
        margin-bottom: 40px;
    }
    #AboutUs .corporate-culture .box .box-titie{
        width: 25%;
    }
    #AboutUs .corporate-culture .box2{
        flex-direction: column;
    }
    #AboutUs .corporate-culture .box2 .box-titie{
        width: auto;
    }
    #AboutUs .corporate-culture .box2 .text-box{
        width: 100%;
    }
    #AboutUs .corporate-culture .box2 .text-box .txt{
        width: 100%;
        margin: 20px 0px;
    }
    #AboutUs .corporate-culture .box2 .text-box .txt span{
        width: 30%;
    }
    #AboutUs .honor-certification .honor-swiper .swiper-slide{
        width: 50%;
    }
    #AboutUs .global .img img{
        width: 100%;
    }
    #AboutUs .number-roll .box>span{
        font-size: 14px;
    }
    #AboutUs .number-roll .box .txt span{
        font-size: 30px;
    }
    #AboutUs .number-roll .box .txt b{
        font-size: 20px;
    }
    #AboutUs .global p{
        margin-top: 60px;
        font-size: 16px;
    }
    #Innovation .Innovation-out .box .text-box h5::after{
        margin: 15px 0px 20px 0px;
    }
    #Innovation .Innovation-out .box .text-box h5{
        font-size: 20px;
    }
    #Innovation .Innovation-out .box .text-box p{
        font-size: 14px;
    }

    #Products .Products-out .out .box{
        width: 49%;
        margin-bottom: 20px;
    }
    #Products .Products-out .out .box .img img{
        height: auto;
    }
    #Products .Products-out .out .box .text-box{
        height: 70px;
    }
    #Products .Products-out .out .box .text-box h5{
        font-size: 16px;
    }
    #Products .Products-title .box a{
        font-size: 18px;
        line-height: 70px;
    }
    #Products .Products-title .box{
        height: 70px;
    }
    #Products .Products-out{
        margin: 30px 0px;
    }
    #Products .Products-out .out .box .text-box h5::after{
        margin-top: 13px;
    }
    #Products .Products-list .out .box-1 .left{
        height: auto;
        width: 60%;
    }
    #Products .Products-list .out .box-1 .ringt h5{
        font-size: 20px;
    }
    #Products .Products-list .out .box-1 .ringt h5::after{
        margin: 17px 0px 26px 0px;
    }
    #Products .Products-list .out .box-1 .ringt p{
        margin-bottom: 30px;
        font-size: 14px;
    }
    #Products .Products-list .out .box-1 .ringt .anniu-box a{
        height: 100px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }
    #Products .Products-list .out .box-1{
        margin-top: 40px;
        margin-bottom: 50px;
    }
    #Products .Products-list .out .box-2 .titel{
        font-size: 20px;
        margin-bottom: 15px;
    }
    #Products .Products-list .out .box-2 p{
        font-size: 16px;
        margin-bottom: 40px;
    }
    #Products .Products-list .out .box-2 .anniu{
        margin-bottom: 50px;
    }
    #Products .Products-list .out .box-3>h5{
        font-size: 30px;
        margin-bottom: 30px;
    }
    #Products .Products-list .out .box-3 .box{
        width: 32%;
        margin-right: 2%;
    }
    #Products .Products-list .out .box-3 .box .img img{
        height: auto;
    }
    #Products .Products-list .out .box-3 .out .box .text-box{
        height: 70px;
    }
    #Products .Products-list .out .box-3 .box .text-box h5{
        font-size: 16px;
    }
    #Products .Products-list{
        margin-bottom: 40px;
    }
    #Products .Products-list .out .box-1 .ringt{
        width: 40%;
        margin-left: 30px;
    }
    #NEWS .title-out .box {
        margin-bottom: 50px;
    }
    #NEWS .title-out .box a{
        height: 70px;
        line-height: 70px;
        font-size: 16px;
    }
    #NEWS .NEWS-list .titel h5{
        font-size: 25px;
    }
    #NEWS .NEWS-list .release{
        margin-top: 20px;
    }
    #NEWS .NEWS-list .text{
        padding: 20px;
    }
    .shangyiye{
        padding-left: 0px;
    }
    #NEWS .NEWS-out .out{
        justify-content: space-between;
    }
    #NEWS .NEWS-out .out .box{
        width: 49%;
        margin-right: 0px;
    }
    #NEWS .NEWS-out .out .box .img{
        height: auto;
    }
    #NEWS .NEWS-out .out .box .text-box h5::after{
        margin: 20px 0px;
    }
    #NEWS .NEWS-out .out .box .text-box{
        padding: 22px 27px 15px 17px;
    }
    #NEWS .News-Video .out{
        justify-content: space-between;
    }
    #NEWS .News-Video .out .box{
        width: 49%;
        margin-right: 0px;
    }
    #NEWS .News-Video .out .box .img{
        width: 100%;
        height: auto;
    }
    .Dialog .Dialog-box{
        width: 95%;
        height: auto;
    }
    #connect .Contact .out .box .img{
        display: none;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .banner .nav{
        padding-left: 20px;
        padding-right: 20px;
        height: 70px;
    }
    .banner .nav ul li .title a{
        font-size: 16px;
    }
    .banner .nav .logo img{
        height: 40px;
    }
    .language a{
        font-size: 14px;
    }
    .banner .nav ul li{
        height: 70px;
    }
    .banner .nav ul li .title a{
        line-height: 70px;
    }
    .banner .nav ul li .box{
        top: 70px;
    }
    .inwid{
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .Index-module .box-2 .left .box{
        width: 49%;
        height: auto;
    }
    .Index-module{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .Index-module .box-1 .left .text span{
        font-size: 20px;
    }
    .Index-module .box-1 .ringt .text h5{
        font-size: 35px;
    }
    .Index-module .box-2 .left .box span{
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .Index-module .box-2 .ringt span{
        font-size: 20px;
    }
    .footer .out ul li .box a{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer .out ul li .titel{
        margin-bottom: 20px;
    }
    .footer .out>.box h5{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .footer .out{
       padding-top:30px;
       padding-bottom: 30px;
    }
    .footer .out>.box span{
        margin-bottom: 10px;
        font-size: 16px;
    }
    .footer .out>.box span a{
        font-size: 16px;
    }
    #AboutUs .honor-certification .honor-swiper .swiper-slide{
        width: 33.3%;
    }
    #AboutUs .global .img img{
        width: 100%;
    }


    #Products .Products-out .out .box{
        width: 49%;
        margin-bottom: 20px;
    }
    #Products .Products-out .out .box .img img{
        height: auto;
    }
    #Products .Products-out .out .box .text-box{
        height: 70px;
    }
    #Products .Products-out .out .box .text-box h5{
        font-size: 16px;
    }
    #Products .Products-title .box a{
        font-size: 18px;
        line-height: 70px;
    }
    #Products .Products-title .box{
        height: 70px;
    }
    #Products .Products-out{
        margin: 30px 0px;
    }
    #Products .Products-out .out .box .text-box h5::after{
        margin-top: 13px;
    }

    #Products .Products-list .out .box-1 .left{
        width: 60%;
        height: auto;
    }
    #Products .Products-list .out .box-1 .ringt{
        width: 40%;
        margin-left: 50px;
    }
    #Products .Products-list .out .box-3 .box{
        width: 32%;
        height: auto;
        margin-right: 2%;
    }
    #Products .Products-list .out .box-3 .box .img img{
        height: auto;
    }
    #Products .Products-list .out .box-3 .out .box .text-box{
        height: 70px;
    }
    #Products .Products-list .out .box-3 .box .text-box h5{
        font-size: 16px;
    }
    #NEWS .title-out .box{
        margin-bottom: 50px;
    }
    #NEWS .title-out .box a{
        height: 70px;
        line-height: 70px;
        font-size: 16px;
    }
    #NEWS .NEWS-list .titel h5{
        font-size: 30px;
    }
    #NEWS .NEWS-list .release{
        margin-top: 30px;
    }
    #NEWS .NEWS-out .out {
        justify-content: space-between;
    }
    #NEWS .NEWS-out .out .box{
        width: 49%;
        margin-right: 0px;
    }
    #NEWS .NEWS-out .out .box .img{
        height: auto;
    }
    #NEWS .News-Video .out{
        justify-content: space-between;
    }
    #NEWS .News-Video .out .box{
        width: 49%;
        margin-right: 0px;
    }
    #NEWS .News-Video .out .box .img{
        width: 100%;
        height: auto;
    }
    .Dialog .Dialog-box{
        width: 80%;
        height: auto;
    }
    #connect .Contact .out .box .img{
        display: none;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .inwid{
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .banner .nav{
        padding-left: 50px;
        padding-right: 50px;
       
    }
    .banner .nav ul li .title a{
        font-size: 16px;
    }

    .language a{
        font-size: 14px;
    }
    .Index-module .box-2 .left .box{
        width: 49%;
        height: auto;
    }

    #Products .Products-out .out .box{
        width: 49%;
        margin-bottom: 20px;
    }
    #Products .Products-out .out .box .img img{
        height: auto;
    }
    #Products .Products-out .out .box .text-box{
        height: 70px;
    }
    #Products .Products-out .out .box .text-box h5{
        font-size: 16px;
    }
    #Products .Products-title .box a{
        font-size: 18px;
        line-height: 70px;
    }
    #Products .Products-title .box{
        height: 70px;
    }
    #Products .Products-out{
        margin: 30px 0px;
    }
    #Products .Products-out .out .box .text-box h5::after{
        margin-top: 13px;
    }
    #Products .Products-list .out .box-1 .left{
        width: 60%;
        height: auto;
    }
    #Products .Products-list .out .box-1 .ringt{
        width: 40%;
        margin-left: 60px;
    }
    #Products .Products-list .out .box-3 .box{
        width: 32%;
        margin-right: 2%;
    }
    #Products .Products-list .out .box-3 .box .img img{
        height: auto;
    }
    #Products .Products-list .out .box-3 .out .box .text-box{
        height: 70px;
    }
    #Products .Products-list .out .box-3 .box .text-box h5{
        font-size: 16px;
    }
    #NEWS .NEWS-out .out .box{
        width: 32%;
        margin-right: 2%;
    }
    #NEWS .NEWS-out .out .box .img{
        height: auto;
    }
    #NEWS .NEWS-out .out .box .text-box h5::after{
        margin: 20px 0px;
    }
    #NEWS .NEWS-out .out .box .text-box{
        padding: 22px 27px 15px 17px;
    }
    #NEWS .News-Video .out .box{
        width: 32%;
        margin-right: 2%;
    }
    #NEWS .News-Video .out .box .img{
        width: 100%;
        height: auto;
    }
}