a {
    font-size: 16rem;
}

.indexbox {
    width: 100%;
    overflow: hidden;
}

.indexbox>.contentbox {
    /* background: #03864d; */
}


.indexbox .bannerbox {
    position: relative;
    margin-top: 60rem;
    /* height: 830rem; */
}



.indexbox .bannerbox .swiper-button-white.swiper-button-next {}

.indexbox .bannerbox .swiper-button-white.swiper-button-prev {}

.indexbox .bannerbox .p_scrool {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40rem;
    color: #fff;
    width: 90rem;
    z-index: 10;
}

.indexbox .bannerbox .p_scrool i {
    display: block;
    width: 20rem;
    height: 30rem;
    margin: 0 auto;
    border-radius: 12rem;
    border: 2rem #fff solid;
    position: relative;
}

.indexbox .bannerbox .p_scrool i::before {
    content: "";
    display: block;
    width: 4rem;
    height: 10rem;
    background: #fff;
    border-radius: 2rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 3rem;
    animation: scrollmouse 2s linear infinite;
}

@keyframes scrollmouse {
    from {
        transform: translate(-50%, 0);
        opacity: 1
    }

    to {
        transform: translate(-50%, 10px);
        opacity: 0
    }
}

.indexbox .bannerbox .p_scrool span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: arial;
    line-height: 20rem;
    margin-top: 12rem;
    font-size: 12rem;
}

.bannerbox .text {
    width: 70%;
    left: 9%;
    top: 50%;
    z-index: 51;
    color: #fff;
    position: absolute;
    transform: translateY(-50%);
}

.bannerbox .text.center {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bannerbox .text.center .titleson {
    display: inline-block;
}

.bannerbox .text.center .btn {
    margin: 3% auto;
    justify-content: center;
}

.bannerbox .text.right {
    left: initial;
    right: 9%;
    text-align: right;
}

.bannerbox .text.right .titleson {
    text-align: right;
    display: inline-block;
}

.bannerbox .text.right .btn {
    display: flex;
    justify-content: flex-end;
}

.bannerbox .text .title1 {}

/* .swiper-slide-active .text .title {
    animation: myfaderight 1s;
}
.swiper-slide-active .text .b_line {
    animation: myfaderight 1s;
}
.swiper-slide-active .text .wenan {
    animation: myfaderight 1s;
}   
.swiper-slide-active .text .btn {
    animation: myfaderight 1s;
}  */
.bannerbox .text .b_line {
    width: 58%;
    margin: 0rem 0rem 20rem;
    height: 2rem;
    background: #fff;
}

.bannerbox .text .title2 {}

.bannerbox .text .title3 .titleson {
    font-size: 16rem;
}

.bannerbox .swiper-slide-active .text .title1 div {
    animation: typing 1s 1s steps(100, end) forwards;
}

.bannerbox .swiper-slide-active .text .title2 div {
    animation: typing 1s 2s steps(100, end) forwards;
}

.bannerbox .swiper-slide-active .text .title3 div {
    animation: typing 1s 3s steps(100, end) forwards;
}

.bannerbox .swiper-slide-active .text .titleson {
    overflow: hidden;
    text-transform: uppercase;
    opacity: 0;
    white-space: nowrap;
    letter-spacing: 0;
}

.bannerbox .text .titleson {
    line-height: 90rem;
    font-size: 50rem;
}

.bannerbox .text .title2 .titleson {
    font-size: 40rem;
}

.bannerbox .text .btn {
    display: flex;
    margin-top: 30rem;
}

.bannerbox .text .title p {
    transition: all 1s .7s;
}

.bannerbox .swiper-container {
    width: 100%;
    height: 100%;
}

.bannerbox .swiper-slide {
    overflow: hidden;
    position: relative;
}

.bannerbox .slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
    /* left: 0; */
    /* top: 0; */
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.bannerbox .slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerbox .slide-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, #0000006e, transparent); */
}


/* productxilie*/

.indexbox .indexproductxiliebox {
    position: relative;
    /* padding: 0; */
}

.indexbox .indexproductxiliebox .itembox {
    /* position: relative; */
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: auto;
}

.indexbox .indexproductxiliebox .itembox .swiper {
    width: 100%;
    height: 100%;
}

.indexbox .indexproductxiliebox .itembox .swiper .swiper-pagination {
    bottom: 20rem;
}

.indexbox .indexproductxiliebox .itembox .swiper .swiper-pagination span {
    background: #991111;
}

.indexbox .indexproductxiliebox .itembox .swiper-slide {
    text-align: center;
    font-size: 18rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexbox .indexproductxiliebox .itembox .swiper-slide .item {
    position: relative;
}

.indexbox .indexproductxiliebox .itembox .swiper-slide .item .imgbox {
    width: 100%;
    height: 100%;
}

.indexbox .indexproductxiliebox .itembox .swiper-slide .item .textbox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .5s;
}

.indexbox .indexproductxiliebox .itembox .swiper-slide .item:hover .textbox:after {
    transform: scale(1);
}

.indexbox .indexproductxiliebox .itembox .swiper-slide .item .textbox:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #9911117a;
    z-index: -1;
    content: "";
    transition: all .5s;
    transform: scale(0);
}

.indexbox .indexproductxiliebox .itembox .swiper-slide .item .textbox .itemtitle {
    font-size: 16rem;
    margin-bottom: 5rem;
}

.indexbox .indexproductxiliebox .itembox .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* productbox */
.indexbox .indexproductbox {
    position: relative;
    background: #f5f5f5;
}

.indexbox .indexproductbox .itembox {
    /* position: relative; */
    display: flex;
    justify-content: space-between;
}

.indexbox .indexproductbox .itembox .swiper {
    width: 100%;
    height: 100%;
}

.indexbox .indexproductbox .itembox .swiper .productbtnbox {}

.indexbox .indexproductbox .itembox .swiper .productbtnbox .swiper-button-white {
    transition: all .5s;
}

.indexbox .indexproductbox .itembox .swiper .productbtnbox .swiper-button-white.swiper-button-prev {
    left: 20rem;
    /* opacity: 0; */
}

.indexbox .indexproductbox .itembox .swiper:hover .productbtnbox .swiper-button-white.swiper-button-prev {
    left: 20rem;
    opacity: 1;
}

.indexbox .indexproductbox .itembox .swiper .productbtnbox .swiper-button-white.swiper-button-next {
    right: 20rem;
    /* opacity: 0; */
}

.indexbox .indexproductbox .itembox .swiper:hover .productbtnbox .swiper-button-white.swiper-button-next {
    right: 20rem;
    opacity: 1;
}

.indexbox .indexproductbox .itembox .swiper .swiper-pagination {
    bottom: 20rem;
}

.indexbox .indexproductbox .itembox .swiper .swiper-pagination span {
    background: #991111;
}

.indexbox .indexproductbox .itembox .swiper-slide {
    text-align: center;
    font-size: 18rem;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexbox .indexproductbox .itembox .swiper-slide .item {
    position: relative;
    padding: 14rem;
    background: #fff;
    width: 100%;
}

.indexbox .indexproductbox .itembox .swiper-slide .item .imgbox {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 180rem;
}

.indexbox .indexproductbox .itembox .swiper-slide .item .imgbox:after {
    content: "";
    height: 100%;
    left: 0rem;
    position: absolute;
    z-index: 0;
    top: 0rem;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    transition: transform 0.4s;
}

.indexbox .indexproductbox .itembox .swiper-slide .item:hover .imgbox:after {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}

.indexbox .indexproductbox .itembox .swiper-slide .item .textbox {}


.indexbox .indexproductbox .itembox .swiper-slide .item .textbox .itemtitle {
    font-size: 14rem;
    padding: 20rem 0;
    border-top: 1rem solid #dbdbdb;
    position: relative;
    padding-bottom: 10rem;
}

.indexbox .indexproductbox .itembox .swiper-slide .item .textbox .itemtitle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    background: #991111;
    width: 100%;
    height: 1rem;
    transition: all .5s;
}

.indexbox .indexproductbox .itembox .swiper-slide .item:hover .textbox .itemtitle:after {
    transform: scale(1);
}

.indexbox .indexproductbox .itembox .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*aboutbox*/
.indexabout {
    position: relative;
    /* height: 900rem; */
}

.indexabout .itembox {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    padding-top: 200rem;
    padding-bottom: 0;
}

.indexabout .itembox .textbox {
    /* position: absolute; */
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #991111, #cba5a5);
    border-radius: 0rem 26rem 0rem 0rem;
    width: 100%;
    padding: 10rem;
    color: #fff;
    /* background: #00000075; */
}

.indexabout .itembox .textbox .iconbox {
    display: flex;
    justify-content: space-between;
    margin-top: 15rem;
    flex-wrap: wrap;
}

.indexabout .itembox .textbox .iconbox .icon {
    display: flex;
    flex-direction: column;
    font-size: 14rem;
    border-right: 2rem solid #ffffff6e;
    padding-right: 4%;
}

.indexabout .itembox .textbox .iconbox .icon:last-child {
    padding-right: 0;
    border: 0;
}

.indexabout .itembox .textbox .iconbox .icon .num {
    font-weight: 600;
    margin-bottom: 7rem;
    display: flex;
    align-items: flex-end;
}

.indexabout .itembox .textbox .iconbox .icon .num i {
    font-size: 13rem;
    position: relative;
    top: -12rem;
    font-style: normal;
}

.indexabout .itembox .textbox .iconbox .icon .num span {
    font-size: 20rem;
    margin-right: 5rem;
}

.indexabout .itembox .textbox > .text {
    font-size: 14rem;
    line-height: 28rem;
}

.indexabout .itembox .textbox .zhutitle {
    text-align: left;
    color: #fff;
    padding: 15rem 0;
    margin-bottom: 0;
}

.indexabout .itembox .textbox .zhutitle span {
    color: #fff;
}

.indexabout .itembox .textbox .zhutitle .line {
    margin: 14rem 0;
}

.indexabout .itembox .textbox .zhutitle .futitle {
    color: #fff;
}

.indexabout .itembox .imgbox {
    height: 100%;
    width: 100%;
}

/* case */


.indexbox .indexadvantagebox {}
.indexbox .indexadvantagebox .itembox {}

.indexbox .indexadvantagebox .itembox  {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    margin-top: 20rem;
    flex-wrap: wrap;
}

.indexbox .indexadvantagebox .itembox  .list {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14rem;
    background: linear-gradient(339deg, #193668cc 20%, #991111c9 85%);
    transition: all .5s;
    border-radius: 5rem;
    overflow: hidden;
    /* border: 1rem solid #00000017; */
    color: #fff;
    margin-bottom: 2%;
}

.indexbox .indexadvantagebox .itembox  .list:hover {
    color: #fff;
    background: #991111;
}

.indexbox .indexadvantagebox .itembox  .list:hover img {
    filter: grayscale(1) brightness(200);
}

.indexbox .indexadvantagebox .itembox  .list .textbox {
    font-size: 14rem;
    line-height: 26rem;
    text-align: center;
}

.indexbox .indexadvantagebox .itembox  .list .title {
    margin: 15rem 0;
    font-size: 18rem;
    font-weight: 600;
}

.indexbox .indexadvantagebox .itembox  .list .icon {
    width: 60rem;
}

.indexbox .indexadvantagebox .itembox  .list .icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}


/* news */
.indexbox .indexnewsbox {
    background: #f5f5f5;
}
.indexbox .indexnewsbox .swiper {
    width: 100%;
    padding-bottom: 50rem;
  }

.indexbox .indexnewsbox .swiper .swiper-pagination {}

.indexbox .indexnewsbox .swiper .swiper-pagination span {
    background: #991111;
}

  .indexbox .indexnewsbox  .swiper-slide {
    text-align: center;
    font-size: 18rem;
    background: #fff;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-direction: column; */
  }

.indexbox .indexnewsbox .swiper-slide .item {
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-direction: column-reverse;
}

.indexbox .indexnewsbox .swiper-slide .item .textbox {
    width: 100%;
    padding: 12rem;
    color: #000;
}

.indexbox .indexnewsbox .swiper-slide .item .textbox {
    margin-top: 10rem;
}

.indexbox .indexnewsbox .swiper-slide .item .textbox .fenleibox {
    color: #991111;
    margin: 14rem 0 10rem;
    font-weight: 600;
    font-size: 14rem;
}

.indexbox .indexnewsbox .swiper-slide .item .textbox .btnbox {
    position: relative;
    transition: all .5s;
    font-size: 12rem;
    margin-top: 20rem;
}

.indexbox .indexnewsbox .swiper-slide .item .textbox .btnbox:before {
    content: "";
    width: 0rem;
    height: 1rem;
    background: #c7140f;
    position: absolute;
    left: 0rem;
    bottom: 2rem;
    transition: all 0.4s;
}

.indexbox .indexnewsbox .swiper-slide .item:hover .textbox .btnbox:before {
    width: 40rem;
}

.indexbox .indexnewsbox .swiper-slide .item:hover .textbox .btnbox {
    padding-left: 50rem;
    color: #991111;
}

.indexbox .indexnewsbox .swiper-slide .item .textbox .miaoshu {
    display: -webkit-box;
    font-size: 14rem;
    line-height: 28rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.indexbox .indexnewsbox .swiper-slide .item .textbox .title {
    font-size: 16rem;
    border-bottom: 1rem dashed #dbdbdb;
    padding-bottom: 16rem;
    margin-bottom: 16rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexbox .indexnewsbox .swiper-slide .item .textbox .timebox {}

.indexbox .indexnewsbox .swiper-slide .item .textbox .timebox .time {
    font-size: 16rem;
    color: #ccc;
}

.indexbox .indexnewsbox .swiper-slide .item .imgbox {
    display: flex;
    justify-content: space-between;
}

.indexbox .indexnewsbox .swiper-slide .item .imgbox {
    width: 100%;
    overflow: hidden;
    /* height: 550rem; */
}

  .indexbox .indexnewsbox  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
  }

.indexbox .indexnewsbox .swiper-slide .item:hover img {
    transform: scale(1.1);
}