.rail_box .p_box img {
    display: block;
    width: 100%;
    
     animation: breathe 20s infinite;
}

.bannerhead .text_box h4 {
    font-family: '123';
    font-weight: 500;
}

.patent .tit h5 {
        font-weight: 400;
}

.bannerhead .text_box h6 {
    font-size: .35rem;
    font-family: none;
}

@keyframes breathe {
    0% {
      transform: scale(1); /* 初始大小 */
    }
    50% {
      transform: scale(1.1); /* 放大到1.2倍 */
    }
    100% {
      transform: scale(1); /* 回到原始大小 */
    }
  }



.rail_box .p_box {
    position: relative;
}

.rail_box .p_box .text_box {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding: 0 10%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: #fff;
}


.rail_box .p_box .text_box h4 {
    margin: 0 0 .375rem 0;
}

.p_box {
    overflow: hidden;
}

.patent_box {
    position: relative;
    /* padding: 1.5rem 0; */
    box-sizing: border-box;
}


.patent_box img {
    display: block;
    width: 100%;
}

.patent_box .patent .tit {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}

.patent .tit h4 {
    color: #1c1c1c !important;
    font-size: .6rem;
}

.patent .tit h5 {
    margin: .25rem 0 .625rem 0;
}

.patent .tit {
    line-height: 1.5;
    text-align: center;
}

/* honor */

.honor {
    /* padding: 1.25rem 0; */
    color: #fff !important;
}

.honor a {
    display: block;
    margin: 0 auto;
    padding: .25rem 0;
    width: 20%;
    font-size: .2rem;
    box-sizing: border-box;
    color: #000 !important;
    text-align: center;
    border-radius: 6px;
    background: linear-gradient(-70deg, #CCAA66 0%, #FFF3CC 100%);
}

.slider .slider__controls-previous,
.slider .slider__controls-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
}

.slider .slider__controls-previous:hover,
.slider .slider__controls-next:hover {
    color: #fff;
    transition: all 0.6s;
    background: linear-gradient(-70deg, #143D66 0%, #143D66 100%);
}

.slider__item img {
    display: block;
    width: 100%;
}

.slider {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.slider .slider__inner {
    display: flex;
    position: relative;
    align-items: center;
    /* max-width: 750px; */
    height: 3rem;
    margin: 0 auto;
}

.slider .slider__inner .slider__item {
    position: absolute;
    height: 150px;
    width: 150px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    pointer-events: none;
    user-select: none;
}

.slider .slider__inner .slider__item-trigger-next {
    left: 15%;
    transform: translateX(-50%);
}

.slider .slider__inner .slider__item-trigger-previous {
    left: 85%;
    transform: translateX(-50%);
}

.slider .slider__inner .slider__item-selected {
    /* box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1); */
    height: 300px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 300px !important;
    z-index: 2;
}

.slider .slider__inner .slider__item-previous,
.slider .slider__inner .slider__item-next {
    height: 200px;
    opacity: 1;
    width: 200px;
    z-index: 1;
}

.slider .slider__inner .slider__item-last,
.slider .slider__inner .slider__item-first {
    opacity: .4;
    z-index: 0;
}

.slider .slider__inner .slider__item-previous {
    left: 30%;
    transform: translateX(-50%);
}

.slider .slider__inner .slider__item-next {
    left: 70%;
    transform: translateX(-50%);
}

.slider .slider__inner .slider__item-first {
    left: 15%;
    transform: translateX(-50%);
}

.slider .slider__inner .slider__item-last {
    left: 85%;
    transform: translateX(-50%);
}

.slider .slider__inner .slider__item-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.slider .slider__inner .slider__item-img {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    object-position: center;
}

.slider .slider__inner .slider__item-datas {
    position: absolute;
    bottom: -0.375rem;
    width: 100%;
    padding: .5rem 0;
    /* background-color: rgba(255, 255, 255, 0.75); */
    text-align: center;
    font-family: 'Arial';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider .slider__controls {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 750px) {
    .slider .slider__controls {
        display: none;
    }

    .big_pic,
    .zl_bottom {
        display: none;
    }

    .pf_box,
    .zk_box,
    .zl_wrap {
        height: auto
    }

    .zl_box {
        height: auto;
        padding: 2.625rem 0;
    }
}

.slider .slider__controls-previous:focus,
.slider .slider__controls-next:focus {
    outline: none;
}

h1 {
    margin: 150px auto 30px auto;
    text-align: center;
}

.slider__item-datas span {
    display: block;
    font-size: .25rem;
    color: #000;
    display: none;
}

.slider {
    margin: 1rem 0 1.5rem 0;
}

.yd_honor_box {
    display: none;
}

.slider__item-selected span {
    display: block;
}

.slider .slider__inner .slider__item-datas {
    bottom: -30% !important;
}

.two_honor_box {
    display: none;
}

.bannerhonor img {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.slider .slider__controls-previous,
.slider .slider__controls-next {
    display: none;
}

.six_unit ul li .l {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-image: url(../image/ipm/01/锛滃杈瑰舰锛濦2x.png);
    background-position: center center;
    background-size: 1.175rem 1.35rem;
    background-repeat: no-repeat;
}

.six_unit ul li .l img:nth-child(2) {
    display: none;
}

.six_unit ul li:hover .l img:nth-child(1) {
    display: none;
}

.six_unit ul li img:nth-child(1) {
    width: 58px !important;
    height: 67.5px !important;
}

.six_unit ul li img:nth-child(2) {
    /*width: 100px !important;*/
    /*height: auto;*/
      width: 58px !important;
    height: 67.5px !important;
}

.six_unit ul li:hover .l img:nth-child(2) {
    display: block;
}


/* .six_unit ul li .l img {
    display: block;
    width: 40%;
} */

.six_unit_box {
    padding: 1rem 0;
    box-sizing: border-box;
}

.six_unit ul li .r {
    margin: 0 15px;
    color: #595757;
}

.six_unit ul li .r p {
    /*margin: 10px 0 0 0 !important;*/
    text-transform: uppercase;
}

.six_unit ul li {
    margin: .875rem 0;
}

.six_unit ul {
    flex-wrap: wrap;
}

.six_unit {
    position: relative;
}

.six_unit ul li .l .bg {
    display: none;
}

.six_unit ul li:hover .l .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    z-index: -1;
}

.six_unit ul li .text_box {
    margin: 0 0 0 85px;
    opacity: 0;
}

.six_unit ul li .text_box p {
    display: flex;
    /*align-items: center;*/
    margin: 15px 0 0 0 !important;
    line-height: 25px;
}

.six_unit ul li .text_box p::before {
    content: " ";
    display: block;
    margin: 10px 10px 0 0 ;
    min-width: 6px;
max-height: 6px;
background: #1D57A6;
border-radius: 50px;
    line-height: 25px;
}

.six_unit .two_u li .text_box p::before {
    display: none;
} 

.six_unit .two_u li .text_box p {
    /*align-items: end;*/
    justify-content: end;
}

/*.six_unit  li h4 {*/
/*    white-space: nowrap;*/
/*}*/

.six_unit .two_u li .text_box p::after {
       content: " ";
    display: block;
    margin: 10px  0 0 10px ;
    min-width: 6px;
max-height: 6px;
background: #1D57A6;
border-radius: 50px;
    line-height: 25px;
}

.six_unit ul li:hover .r h4 {
    color: #1D57A6 !important;
    transition: all 0.6s;
}


.six_unit ul li:hover .text_box {
    opacity: 1;
    transition: all 0.6s;
}

.six_unit .two_u li>div {
    justify-content: end;
}

.six_unit .two_u li {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.six_unit .two_u li .text_box {
    margin: 0 85px 0 0;
    text-align: right;
}

.six_unit .two_u li .r {
    text-align: right;
}

.six_unit ul {
    width: 30%;
}

.bannerres {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
}

.bannerres .p_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
    /*margin: 0 auto;*/
}

.bannerres {
    background-image: url(../image/智造/资源\ 10.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.bannerres .p_box img {
    display: block;
    width: 100%;
}

.bannerres .swiper-slide {
    opacity: 0 !important;
}

.bannerres .swiper-slide-active {
    opacity: 1 !important;
}

.por .r ul li {
  margin: 0 .1875rem;
}

.por .r dl {
  margin: 0 .5rem;
}

.por .r dl dd {
  display: flex;
  align-items: center;
}

.por .r dl dd::after {
  content: "|";
  display: inline-block;
  margin: 0 .1875rem;
  color: #fff;
}

.por .r dl dd:last-child::after {
  display: none;
}

#return-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

#return-top img {
  display: block;
  width: 23px;
  height: 18px;
}

.zlgl .l {
    width: 30%;
}

.zlgl {
    padding: 0 0 0 10%;
    box-sizing: border-box;
}

.zlgl .r {
    width: 60%;
}

.zlgl .l h4 {
    margin: 0 0 .375rem 0;
}

.zlgl_box {
    padding: 1.5rem 0 1.25rem 0;
    box-sizing: border-box;
}

.bannerzlgl a {
    display: block;
    padding: .375rem .875rem .375rem .375rem;
    box-sizing: border-box;
    background-image: url(../image/1.14应用切图/bk.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bannerzlgl a img {
    display: block;
    width: 100%;
}

.arrbox {
    margin: .625rem 0 0 0;
}

.swiper-button-prevzlgl,
.swiper-button-nextzlgl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.swiper-button-prevzlgl {
    margin: 0 .5625rem 0 0;
}

.swiper-button-prevzlgl:hover ,
.swiper-button-nextzlgl:hover {
    background-color: #1D57A6;
    color: #fff;
    border: 1px solid #1D57A6;
    transition: all 0.6s;
}

.bannerzlgl {
    padding:  0 0 0 10%;
    box-sizing: border-box;
}

.zlgl .r img {
    display: block;
    width: 100%;
}

.zlgl .l h4 {
    font-size: .6rem !important;
    color: #1c1c1c !important;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    
    .por {
        flex-wrap: wrap;
    }
    
    .por a {
        text-align: center;
    }
    
    .por .r {
    width: 100%;
    justify-content: center;
}
    
        .patent .tit h4 {
        margin: 10px 0 0 0;
        /*box-sizing: border-box;*/
    }
    
    .patent .tit h5 {
        font-size: 14px !important;
    }


    .zlgl .l,
    .zlgl .r {
        width: 100%;
    }

    .zlgl .r {
        margin: 20px 0 0 0;
    }
    
    .zlgl {
        flex-wrap: wrap;
    }
    
    .bannerres .p_box {
        margin: 0 auto;
    }
    
    .six_unit ul {
        width: 100%;
    }

    .bannerres {
        margin: 10px 0;
        width: 100%;
        background-size: 95% 95%;
    }

    .six_unit {
        flex-wrap: wrap;
    }

    .six_unit ul li .text_box {
        opacity: 1;
    }

    .slider .slider__inner {
        height: 250px;
    }

    .zlgl .r img {
        width: 90%;
    }

    .zlgl .l h4 {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}