a {
    font-size: 16rem;
}

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

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

.indexbox .bannerbox {
    position: relative;
    /* background-color: #000; */

}

.bannerbox .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "";
}

.bannerbox .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "";
}

.bannerbox .swiper-button-next,
.bannerbox .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60rem;
    height: 60rem;
    margin-top: -22rem;
    z-index: 10;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-color: #389a6799; */
    border-radius: 50%;
}

.bannerbox .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(../image/left.png);
}

.bannerbox .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(../image/right.png);
}

.indexbox .bannerbox {
    position: relative;
    padding-top: 87rem;
    /* height: 410rem; */
}

.indexbox .bannerbox .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding-right: 30rem;
    bottom: 21rem;
    left: 20rem;
    right: initial;
}

.indexbox .bannerbox .swiper-pagination span {
    width: 30rem;
    height: 7rem;
    border-radius: 50rem;
}

.indexbox .bannerbox .swiper-pagination span.swiper-pagination-bullet-active {
    background: #389a67;
}

.bannerbox .text {
    text-align: left;
    width: 80%;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    position: absolute;
    color: #fff;
    transition: background 1s;
    /* display: none; */
    display: flex;
    align-items: center;
    flex-direction: column;
    /* background: #f6f7fb61; */
    padding: 38rem;
    border-bottom-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
    /* box-shadow: 0rem 0rem 5rem #fe991b; */
    border-radius: 10rem;
}

.bannerbox .text .title {
    overflow: hidden;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    font-size: 60rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 22rem;
    text-shadow: 6rem 2rem 1rem #000000de;
}

/* .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 .wenan {
    font-size: 22rem;
    /* white-space: pre-line; */
    width: 76%;
    text-align: center;
    line-height: 1.6;
    text-shadow: 2rem 1rem 1rem #000000cc;
}

.bannerbox .text .btn {
    width: 160rem;
    background: linear-gradient(to right, #fc961e, #389a67);
    height: 44rem;
    line-height: 41rem;
    text-align: center;
    border-radius: 6rem;
    border: solid 0rem rgba(0, 0, 0, 0);
    color: #fff;
    margin-top: 3%;
    font-size: 16rem;
    display: inline-block;
}

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

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

.bannerbox .swiper-slide {
    FONT-VARIANT: JIS90;
    text-align: center;
    font-size: 18rem;
    background: #fff;
    overflow: hidden;
}

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

.bannerbox .slide-inner {
    /* position: absolute; */
    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;
}


.indexbox .contentbox>.title .tishi {}

/* indexaboutbox*/
.indexaboutbox {overflow: hidden;}

.indexaboutbox .itembox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    margin: 0 7rem;
}

.indexaboutbox .itembox .rightbox {
    width: 100%;
}

.indexaboutbox .itembox .rightbox .textbox {}

.indexaboutbox .itembox .rightbox .textbox .btnbox {
    margin: 20rem 0;
}

.indexaboutbox .itembox .rightbox .textbox .btnbox a {}

.indexaboutbox .itembox .rightbox .textbox .iconbox {
    display: flex;
    justify-content: space-between;
    background: #389a67;
    color: #fff;
    padding: 10rem;
    width: 100%;
    flex-wrap: wrap;
}

.indexaboutbox .itembox .rightbox .textbox .iconbox .icon {
    display: flex;
    align-items: center;
    font-size: 14rem;
    margin: 10rem 0;
    width: 49%;
    justify-content: center;
}

.indexaboutbox .itembox .rightbox .textbox .iconbox .icon .text {}

.indexaboutbox .itembox .rightbox .textbox .iconbox .icon .text .num {
    font-size: 14rem;
    margin-bottom: 1rem;
}

.indexaboutbox .itembox .rightbox .textbox .iconbox .icon .text .num span {
    font-size: 24rem;
    font-weight: 600;
    margin-right: 5rem;
}

.indexaboutbox .itembox .rightbox .textbox .iconbox .icon .img {
    width: 50rem;
    margin-right: 10rem;
}

.indexaboutbox .itembox .rightbox .textbox .iconbox .icon .img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    filter: invert(1) brightness(200);
}

.indexaboutbox .itembox .rightbox .textbox>.text {
    font-size: 14rem;
    line-height: 26rem;
}

.indexaboutbox .itembox .rightbox .zhutitle {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 16rem;
}


.indexaboutbox .itembox .leftbox {
    width: 100%;
}

.indexaboutbox .itembox .leftbox .imgbox {
    width: 100%;
    height: 100%;
}

.indexaboutbox .itembox .leftbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexaboutbox .itembox .leftbox .swiper {
    width: 100%;
    height: 100%;
}

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

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

.indexaboutbox .itembox .leftbox .swiper {
    margin-left: auto;
    margin-right: auto;
}

.indexaboutbox .itembox .leftbox .swiper .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    padding-left: 20rem;
    padding-bottom: 10rem;
}

.indexaboutbox .itembox .leftbox .swiper .swiper-pagination span {
    position: initial;
    margin: 0rem 5rem;
    width: 25rem;
    height: 5rem;
    border-radius: 50rem;
    background: #ffffffc4;
}

.indexaboutbox .itembox .leftbox .swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background: #389a67;
}

/* indexvideobox */
.indexvideobox {
    position: relative;
    z-index: 2;
    margin-top: 30rem;
}

.indexvideobox:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 100%; */
    background: #000;
    opacity: .1;
    z-index: 1;
}

.indexvideobox video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexvideobox #videobtnks,
.indexvideobox #videobtnzt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all .6s;
    cursor: pointer;
}

.indexvideobox #videobtnzt {
    display: none;
}

.indexvideobox .playButton {
    width: 60rem;
    height: 60rem;
    padding: 6rem;
    border-radius: 50%;
    overflow: hidden;
    background: #389a6770;
    transition: all .5s;
}

.indexvideobox .playButton:hover {
    background: #389a67;
}

.indexvideobox .playButton img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* indexproduct */
.indexbox .indexproduct {
    background: url(../image/indexproductbg.jpg) center no-repeat;
    background-size: cover;
}

.indexbox .indexproduct .itembox {
    margin: auto;
    /* height: 800rem; */
    position: relative;
    z-index: 1;
}

.indexbox .indexproduct .casepagin {
    width: 100%;
    font-size: 18rem;
    text-align: center;
    /* margin: 30rem auto; */
    margin-bottom: 20rem;
}

.indexbox .indexproduct .casepagin .swiper-wrapper {
    /* justify-content: center; */
}

.indexbox .indexproduct .casepagin span {
    background: #fff;
    display: block;
    width: 100%;
    color: #333;
    line-height: 32rem;
    cursor: pointer;
    transition: all .6s;
    font-size: 14rem;
    /* border-radius: 50rem; */
}

.indexbox .indexproduct .casepagin span:hover {
    background: #389a67;
    color: #fff;
}

.indexbox .indexproduct .casepagin .swiper-slide-thumb-active span {
    background: #389a67;
    color: #fff;
}


.indexbox .indexproduct .productbtnbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20rem;
}

.indexbox .indexproduct .bottomswiperbox {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.indexbox .indexproduct .swiper {
    width: 100%;
    height: 100%;
    position: initial;
}

.indexbox .indexproduct .swiper-button-white {
    position: initial;
    margin: 0;
}
.indexbox .indexproduct .indexproductbtn  .swiper-button-white::after {
    content: "";
}
.indexbox .indexproduct .indexproductbtn {
    width: 115%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: none;
}

.indexbox .indexproduct .indexproductbtn .btn {
    width: 60rem;
    height: 60rem;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10rem;
    transition: all .6s;
    outline: none;
    cursor: pointer;
}

.indexbox .indexproduct .indexproductbtn .btn:hover {
    background: #389a67;
}

.indexbox .indexproduct .indexproductbtn .btn:hover img {
    filter: none;
}

.indexbox .indexproduct .indexproductbtn .btn.prev img {
    margin-right: 5rem;
}

.indexbox .indexproduct .indexproductbtn .btn.next img {
    margin-left: 5rem;
}

.indexbox .indexproduct .indexproductbtn .btn img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: block;
    filter: brightness(0.2);
}

.indexbox .indexproduct .caseshow {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    width: 100%;
    overflow: hidden;
}




.indexbox .indexproduct .caseshow .swiper-slide {
    text-align: center;
    font-size: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    /* box-shadow: 0rem 0rem 5rem #0000002b; */
    border: 1rem solid #6666663d;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.indexbox .indexproduct .caseshow .swiper-slide:nth-child(2n) {
    margin-right: 0;
}

.indexbox .indexproduct .caseshow .swiper-slide .itemtitle {
    font-size: 16rem;
    font-weight: 600;
    text-align: center;
    line-height: 36rem;
    width: 100%;
    padding: 0 5rem;
    transition: all .5s;
    margin-top: 5rem;
}

.indexbox .indexproduct .caseshow .swiper-slide:hover .itemtitle {
    background: #389a67;
    color: #fff;
}

.indexbox .indexproduct .caseshow .swiper-slide .imgbox {
    width: 100%;
    height: 172rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 10rem;
}

.indexbox .indexproduct .caseshow .swiper-slide .imgbox:after {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}

.indexbox .indexproduct .caseshow .swiper-slide:hover .imgbox:after {
    display: block;
    left: 100%;
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}

.indexbox .indexproduct .caseshow .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
    transition: transform ease .8s;
    transform: scale(1);
}

.indexbox .indexproduct .caseshow .swiper-slide.swiper-slide-active img {
    /* transform: scale(1); */
    /* animation: myfadeup 1s; */
}

.indexbox .indexproduct .caseshow .swiper-slide.swiper-slide-active .itemtitle {
    /* color: #389a67; */
}

.indexbox .indexproduct:after {
    content: "";
}

.indexbox .indexproduct .itembox .itemiconbox {
    display: flex;
    justify-content: space-between;
    width: 1580rem;
    margin: 20rem auto;
    margin-bottom: 0;
    background: #fff;
    padding: 26rem 100rem;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.indexbox .indexproduct .itembox .itemiconbox .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24rem;
    font-weight: 600;
    color: #034b95;
}

.indexbox .indexproduct .itembox .itemiconbox .icon .text {
    font-size: 16rem;
    font-weight: normal;
    margin-top: 9rem;
    color: #000;
}


/* rrzs */

.indexryzsbox {
    /* background: url(../image/ryzzbg.jpg) center top no-repeat; */
    background-size: cover;
}

.indexryzsbox .p_list {
    display: block;
}


.ryzz {
    width: 100%;
    /* padding: 60rem 0; */
    overflow: hidden;
}

.ryzz .p_list .swiper-slide .pic .p_listson {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.ryzz .p_list .swiper-slide .pic .p_listson .imgbox {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ryzz .p_list .swiper-slide .pic .p_listson .imgbox .img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.ryzz .swiper-wrapper {
    display: flex;
    align-items: center;
}

.ryzz_swiper .swiper-slide {
    width: 75%;
    border: 5rem solid #389a67;
    display: flex;
    align-items: center;
    height: auto;
}

.ryzz_swiper .swiper-slide .pic {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.ryzz_swiper ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.ryzz_swiper ul li p {
    text-align: center;
    font-size: 1.125rem;
    font-weight: bold;
    color: #252525;
    line-height: 2rem;
}

.ryzz_swiper .ryzz_navigation {
    margin: 10rem 0;
    display: flex;
    justify-content: center;
}

.ryzz_swiper .ryzz_navigation .swiper-button-white {
    position: initial;
    margin: 0 10rem;
}

.ryzz_swiper .prev,
.ryzz_swiper .next {
    width: 50rem;
    height: 50rem;
    border: 1rem solid #999999;
    border-radius: 50%;
    margin-right: 30rem;
    position: relative;
    text-align: center;
    line-height: 50rem;
}

.ryzz_swiper .prev i,
.ryzz_swiper .next i {
    font-size: 20rem;
    color: #333;
}

.ryzz_swiper .prev {
    transform: rotate(180deg);
}

.ryzz_swiper .prev:hover,
.ryzz_swiper .next:hover {
    background: #004898;
    border: none;
}

.ryzz_swiper .prev:hover i,
.ryzz_swiper .next:hover i {
    color: #fff;
}



.indexadvantagebox {
    overflow: hidden;
    position: relative;
}

.indexadvantagebox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/6.jpg) center no-repeat fixed;
    background-size: cover;
         /* åŠ åŠé€æ˜Žé®ç½©ï¼Œä¸å½±å“èƒŒæ™¯å›¾çš„å®šä½ */
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply; /* æ··åˆæ¨¡å¼ï¼Œè®©é®ç½©å’ŒèƒŒæ™¯å›¾èžåˆ */
}

.indexadvantagebox .zhutitle {
    color: #fff;
}

.indexadvantagebox .zhutitle .futitle {
    color: #fff;
}

.indexadvantagebox .itembox {
    display: flex;
    justify-content: space-between;
    margin: 20rem 0;
    background: #fff;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.indexadvantagebox .itembox .item {
    width: 49%;
    padding: 10rem;
    height: 130rem;
    background: #0000004f;
    position: relative;
    /* border-radius: 10rem; */
    overflow: hidden;
    transition: all .6s;
    cursor: pointer;
    color: #ffffff;
    display: flex;
    box-shadow: 0rem 0rem 5rem #00000033;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2%;
}

.indexadvantagebox .itembox .item .numbox {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 30rem;
    font-weight: 600;
    /* color: #389a67; */
    transition: all .6s;
}

.indexadvantagebox .itembox .item:hover .numbox {
    color: #fff;
}

.indexadvantagebox .itembox .item:hover {
    color: #fff;
    background: #389a67;
    transform: translateY(-20rem);
}

.indexadvantagebox .itembox .item:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 4rem;
    background: #fff;
    transition: all .6s;
}

.indexadvantagebox .itembox .item:hover:after {
    width: 65%;
}

.indexadvantagebox .itembox .item .title {
    margin: 14rem 0;
    font-size: 16rem;
    font-weight: 600;
    margin-top: 10rem;
    line-height: 28rem;
}

.indexadvantagebox .itembox .item .text {
    display: none;
    font-size: 14rem;
    line-height: 26rem;
    color: #666;
    transition: all .6s;
}

.indexadvantagebox .itembox .item:hover .text {
    color: #fff;
}

.indexadvantagebox .itembox .item .icon {
    width: 60rem;
}

.indexadvantagebox .itembox .item .icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all .6s;
}

.indexadvantagebox .itembox .item:hover .icon img {
    transform: rotateY(180deg);
}

.indexadvantagebox .itembox .item:hover .icon img {
    /*filter: invert(1) brightness(200);*/
}

/* indexnewsbox */
.indexnewsbox {
    padding-top: 30rem;
}

.indexnewsbox .itembox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.indexnewsbox .itembox .item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #000;
    z-index: 1;
    padding-bottom: 10rem;
    transition: all .5s;
    box-shadow: 0rem 0rem 5rem #00000038;
    margin-bottom: 2%;
    overflow: hidden;
    font-size: 14rem;
}

.indexnewsbox .itembox .item .itemtextbox {
    padding: 0 10rem;
}

.indexnewsbox .itembox .item:hover {
    box-shadow: 0rem 0rem 12rem 0rem #666666c4;
}

.indexnewsbox .itembox .item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3rem;
    background: #389a67;
    transition: all .5s;
}

.indexnewsbox .itembox .item:hover:after {
    width: 100%;
}

.indexnewsbox .itembox .item .textbox {
    font-size: 14rem;
    line-height: 26rem;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    margin: 14rem 0;
}

.indexnewsbox .itembox .item .itemhead {}

.indexnewsbox .itembox .item .itemhead .itemtitle {
    font-size: 16rem;
    font-weight: 600;
    margin-top: 13rem;
}

.indexnewsbox .itembox .item .itemhead .itemtime {
    width: max-content;
    padding: 9rem 10rem;
    background: #389a67;
    color: #fff;
    display: none;
}

.indexnewsbox .itembox .item .imgbox {
    width: 100%;
    height: 300rem;
    margin-bottom: 10rem;
    display: none;
}

.indexnewsbox .itembox .item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.indexnewsbox .newsbtnbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20rem;
}
.btnboxx{
    /* width: 98rem; */
    padding: 10rem;
    text-align: center;
    background: #389a67;
    color: #fff;
}
.small-desc a{
    font-size: 14rem;
}