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: #1a1c2b99; */
    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;
    height: 100vh;
    display: flex;
    align-items: center;
    background: #fff;
}

.indexbox .bannerbox .iconimg {
    position: absolute;
    max-width: 30%;
}

.indexbox .bannerbox .iconimg.iconimg1 {
    left: 5%;
    top: 17%;
}

.indexbox .bannerbox .iconimg.iconimg2 {
    bottom: 22%;
    left: 5%;
}

.indexbox .bannerbox .iconimg.iconimg3 {
    right: 3%;
    top: 13%;
}

.indexbox .bannerbox .iconimg.iconimg4 {
    right: 8%;
    bottom: 23%;
}

.indexbox .bannerbox .iconimg img {animation: movedelement 5s linear infinite;width: 100%;}

.indexbox .bannerbox:after {
    content: "";
    position: absolute;
    width: 900rem;
    height: 900rem;
    border-radius: 100%;
    top: 37rem;
    right: -390rem;
    opacity: 0.5;
    /* background: radial-gradient(ellipse at center, rgba(255, 82, 25, 0.6) 0%, rgba(255, 82, 25, 0.6) 0%, rgba(255, 82, 25, 0) 68%, rgba(255, 82, 25, 0) 100%); */
    -webkit-background: radial-gradient(ellipse at center, rgba(255, 82, 25, 0.6) 0%, rgba(255, 82, 25, 0.6) 0%, rgba(255, 82, 25, 0) 68%, rgba(255, 82, 25, 0) 100%);
    z-index: -5;
}

.indexbox .bannerbox:before {
    content: "";
    position: absolute;
    width: 900rem;
    height: 900rem;
    border-radius: 100%;
    top: -110rem;
    left: -370rem;
    opacity: 0.5;
    /* background: radial-gradient(ellipse at center, rgba(0, 95, 252, 0.6) 0%, rgba(0, 95, 252, 0.6) 0%, rgba(0, 95, 252, 0) 68%, rgba(0, 95, 252, 0) 100%); */
    -webkit-background: radial-gradient(ellipse at center, rgba(0, 95, 252, 0.6) 0%, rgba(0, 95, 252, 0.6) 0%, rgba(0, 95, 252, 0) 68%, rgba(0, 95, 252, 0) 100%);
    z-index: -5;
}

.indexbox .bannerbox .bannercontentbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0rem auto;
    flex-wrap: wrap;
    height: 100%;
    padding-top: 60rem;
}

.indexbox .bannerbox .bannercontentbox > .textbox {
    width: 100%;
    position: relative;
    height: 260rem;
    display: flex;
    justify-content: center;
}

.indexbox .bannerbox .bannercontentbox > .textbox canvas {
    !i;!;
    !i;!;
    /* position: absolute; */
    /* top: -10%; */
    /* left: -440rem; */
}

.indexbox .bannerbox .bannercontentbox > .textbox img {
    width: 100%;
}

.indexbox .bannerbox .bannercontentbox .textbox .biaoti {
    color: #1a1c2b;
    font-size: 20rem;
    font-weight: 600;
    display: none;
}

.indexbox .bannerbox .bannercontentbox .textbox .biaoyu {
    margin: 20rem 26rem;
    font-size: 24rem;
    font-weight: 600;
    color: #162447;
    line-height: 33rem;
    position: relative;
    padding-bottom: 25rem;
}

.indexbox .bannerbox .bannercontentbox .textbox .biaoyu img {
    position: absolute;
    bottom: -32rem;
    left: 0;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    animation: section-animation 3s infinite;
    -webkit-animation: section-animation 3s infinite;
}

.indexbox .bannerbox .bannercontentbox > .textbox .text {
    font-size: 16rem;
    line-height: 30rem;
    margin-bottom: 28rem;
    color: #666;
    display: none;
}

.indexbox .bannerbox .bannercontentbox .imgbox {
    width: 100%;
    position: relative;
    margin: auto;
    margin-bottom: 100rem;
}

.indexbox .bannerbox .bannercontentbox .imgbox .icon1 {
    position: absolute;
    background-color: #ffffff;
    border-radius: 8rem;
    padding: 15rem;
    box-shadow: 0rem 30rem 60rem 0rem rgb(0, 0, 0, 0.2);
    top: 5%;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    animation: movedelement 5s linear infinite;
    display: none;
}

.indexbox .bannerbox .bannercontentbox .imgbox .icon.icon2 {
    position: absolute;
    background-color: #ffffff;
    border-radius: 8rem;
    padding: 15rem;
    box-shadow: 0rem 30rem 60rem 0rem rgb(0, 0, 0, 0.2);
    top: 30%;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    animation: movedelement2 5s linear infinite;
    display: none;
}

.indexbox .bannerbox .bannercontentbox .imgbox .icon.icon3 {
    position: absolute;
    background-color: #ffffff;
    border-radius: 8rem;
    padding: 15rem;
    box-shadow: 0rem 30rem 60rem 0rem rgb(0, 0, 0, 0.2);
    bottom: 20%;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    animation: movedelement3 5s linear infinite;
    width: 100%;
}

.indexbox .bannerbox .bannercontentbox .imgbox .icon img {
    width: 240rem;
    margin-right: 7rem;
}

.indexbox .bannerbox .bannercontentbox .imgbox .icon .textbox {
    display: flex;
    flex-direction: column;
}

.indexbox .bannerbox .bannercontentbox .imgbox .icon .textbox .title {
    font-size: 14rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.indexbox .bannerbox .bannercontentbox .imgbox .icon .textbox .text {
    font-size: 12rem;
}

.indexbox .bannerbox .bannercontentbox .imgbox > img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.bannerbox .text {
}

.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, #1a1c2b);
    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 .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 .zhutitle .futitle {
    font-family: auto;
    font-size: 20rem;
    /* text-align: center; */
    width: 100%;
    color: #666;
    margin-top: 16rem;
    font-weight: normal;
    text-shadow: none;
}

.indexbox .bgindexabout .zhutitle .futitle {
    color: #000;
}

.indexbox .zhutitle {
    font-size: 22rem;
    padding-bottom: 22rem;
    /* text-align: center; */
    width: 100%;
    font-weight: 700;
    color: #1a1c2b;
    /* padding-bottom: 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}

.indexbox .zhutitle p {
    line-height: 1.1;
}

.indexbox .zhutitle span {
    color: #1a1c2b;
}

.indexbox .zhutitle .text>span {
    position: relative;
}

.indexbox .zhutitle .text {
    width: 70%;
}





.indexbox .contentbox>.title .tishi {}

/* */

.indexbox .indexproduct {
    overflow: hidden;
    position: relative;
    background: #f6f7fb;
    padding-top: 30rem;
}

.indexbox .indexproduct .zhutitle {
    /* padding-bottom: 25rem; */
}

.indexbox .indexproduct .zhutitle .futitle {
    margin-top: 10rem;
}

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

.indexbox .indexproduct .indexcontent .productfenlei {
    display: flex;
    justify-content: center;
    margin-bottom: 20rem;
}
.indexbox .indexproduct .indexcontent .productfenlei .productpagin {
    width: 100%;
    /* font-size: 22rem; */
    /* text-align: center; */
    /* margin: 30rem auto; */
    /* margin-bottom: 45rem; */
    overflow: hidden;
    padding: 10rem 0;
}

.indexbox .indexproduct .indexcontent .productfenlei .productpagin .swiper-wrapper {
    /* justify-content: center; */
}


.indexbox .indexproduct .indexcontent .productfenlei a {
    font-size: 14rem;
    padding: 7rem 20rem;
    border: 1rem solid #666;
    border-radius: 30rem;
    margin-right: 27rem;
    transition: all .6s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexbox .indexproduct .indexcontent .productfenlei a.active {
    /* background: #1a1c2b; */
    color: #fff;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.indexbox .indexproduct .indexcontent .productcontentbox .itemfatherbox.active {
    display: block;
}

.indexbox .indexproduct .indexcontent .productcontentbox .itemfatherbox {
    display: none;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .imgbox {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 10rem;
    box-shadow: 0rem 0rem 10rem 0rem #1a1c2b4f;
    border-radius: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .imgbox img {
    width: 100%;
    height: 100%;
    animation: myfadeup 1s;
    object-fit: cover;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .textbox {
    width: 100%;
    animation: myfadeup 1s;
    margin-top: 24rem;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .textbox .title {
    font-size: 20rem;
    font-weight: 600;
    color: #1a1c2b;
    margin-bottom: 10rem;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .textbox .miaoshu {
    font-size: 16rem;
    color: #000;
    margin-bottom: 10rem;
    line-height: 28rem;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .textbox .read {
    margin-top: 10rem;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .textbox .miaoshu:last-child {
    margin-bottom: 37rem !important;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .textbox .youshibox {
    display: flex;
    margin-top: 20rem;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .textbox .youshibox .list {
    background: #1a1c2b;
    padding: 12rem 37rem;
    border-radius: 4rem;
    margin-right: 20rem;
    color: #fff;
}



/**/
.indexbox .bgindexabout {
    width: 100%;
    background: url(../image/aboutbg.png) no-repeat center fixed;
    background-size: cover;
    background: url(../image/aboutbg2.png) no-repeat center fixed;
    background-size: cover;
    /* filter: blur(0px); */
    position: relative;
    display: flex;
    /* padding-bottom: 0; */
}

.indexbox .bgindexabout .imgbox {
    width: 100%;
    z-index: 1;
    position: relative;
}

.indexbox .bgindexabout .imgbox img {
}

.indexbox .bgindexabout::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* filter: blur(9px); */
    background-size: cover;
    z-index: -2;
    background-size: cover;
    background: #f6f7fb;
}

.indexbox .contentbox .bgindexabout>.title {
    /* font-weight: normal !important; */
    font-size: 36rem;
    padding-bottom: 50rem;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #fff;
}

.indexbox .contentbox .bgindexabout>.title .futitle {
    font-size: 18rem;
    text-align: center;
    width: 100%;
    color: #ffff;
    margin-top: 10rem;
}

.indexbox .indexabout {
    display: flex;
    justify-content: space-between;
    /* height: 627rem; */
    width: 100%;
    flex-direction: column-reverse;
}

.indexbox .indexabout .imgbox .yearbox {position: absolute;bottom: -20rem;right: -20rem;background: #1a1c2b;color: #fff;padding: 12rem;border-radius: 5rem;display: flex;flex-direction: column;align-items: center;font-size: 16rem;}

.indexbox .indexabout .imgbox .yearbox .num {
    font-size: 30rem;
    font-weight: 600;
}

.indexbox .indexabout .imgbox .iconbg {
    position: absolute;
    top: -86rem;
    left: -137rem;
    transform: rotate(190deg);
    z-index: -1;
}

.indexbox .indexabout .imgbox .iconbg img:hover {
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    animation: beat 0.5s 1;
}

.indexbox .indexabout .imgbox > img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    /* box-shadow: 0rem 0rem 20rem 4rem #ffffffa8; */
    border-radius: 10rem;
}

.indexbox .indexabout .textbox {
    width: 100%;
    /* background-color: #f2f2f2; */
    position: relative;
}

.indexbox .indexabout .zhutitle {
    padding-bottom: 10rem;
}

.indexbox .indexabout .textbox > .title {
    margin-top: -14rem;
    margin-bottom: 20rem;
    font-size: 30rem;
    color: #ef8865;
    font-weight: 600;
}

.indexbox .indexabout .textbox .pctextbox {
    color: #000;
    width: 100%;
    /* background-color: #000; */
    color: #fff;
}

.indexbox .indexabout .pctextbox h2 {
    margin-bottom: 14rem;
    font-size: 42rem;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-bottom: 1rem solid rgba(102, 102, 102, 0.514);
    position: relative;
    padding: 6rem 0;
}

.indexbox .indexabout .pctextbox h2::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -1.5rem;
    width: 30%;
    height: 2rem;
    background-color: #03864d;
    border-radius: 1rem;
}

.indexbox .indexabout .pctextbox .text {
    line-height: 26rem;
    text-indent: 28rem;
    width: 100%;
    font-size: 14rem;
    color: #000;
    /* max-height: 210rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 0rem;
}

.indexbox .indexabout .pctextbox .read {
    margin-top: 14rem;
    /* background-color: #03864d; */
    /* border-radius: 5rem; */
    /* display: inline-block; */
    /* padding: 10rem 18rem; */
    /* color: #fff; */
    /* cursor: pointer; */
    /* font-size: 18rem; */
}

.indexbox .bgindexabout .iconbox {
    display: flex;
    padding: 18rem 0rem;
    color: #000;
    font-size: 18rem;
    margin-top: 10rem;
    overflow: hidden;
    width: 100%;
}

.indexbox .bgindexabout .iconbox .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 27rem;
    margin-left: 10rem;
}

.indexbox .bgindexabout .iconbox .item:nth-child(3n) {
    margin-right: 0;
}

.indexbox .bgindexabout .iconbox .item .name {
    margin-top: 25rem;
    font-size: 14rem;
    border-radius: 7rem;
    background: #fff;
    box-shadow: 0rem 0rem 5rem #6666665e;
    padding: 10rem 16rem;
}

.indexbox .bgindexabout .iconbox .icon {
    display: flex;
    width: 80rem;
    height: 80rem;
    border-radius: 50%;
    position: relative;
    background-color: #f6f7fb;
    justify-content: space-between;
    align-items: center;
    transition: all .6s;
    /* border: 10rem solid #1a1c2b; */
    
    
     /* 圆圈边框 */
    
    
    
     /* 上方边框设为透明 */
     /* 圆圈背景色 */
    /* overflow: hidden; */
    padding: 7rem;
}

.indexbox .bgindexabout .iconbox .icon:hover {
    color: #fff;
    animation: icon-bounce 0.5s alternate;
}

.indexbox .bgindexabout .iconbox .icon:after {
    content: '';
    position: absolute;
    top: -17rem;
    left: 15rem;
    width: 30rem;
    height: 38rem;
    background-color: #f6f7fb; /* 和背景色相同 */
    transform: rotate(75deg); /* 旋转以匹配边框角度 */
    z-index: 1;
    
     /* 边框宽度的一半 */
     /* 调整以覆盖部分边框 */
     /* 缺口宽度 */
     /* 至少等于边框宽度 */
     /* 和背景色相同 */
     /* 旋转以匹配边框角度 */
}

.indexbox .bgindexabout .iconbox .icon:before {
    content: '';
    position: absolute;
    top: -10rem;
    left: -10rem;
    right: -10rem;
    bottom: -10rem;
    border-radius: 50%;
    border: 6rem solid #1a1c2bd6;
    z-index: 0;
}

.indexbox .bgindexabout .iconbox .icon:hover:after {
}

.indexbox .bgindexabout .iconbox .icon .img {
    height: 42rem;
    position: absolute;
    right: 20rem;
    top: 20rem;
    width: 42rem;
}

.indexbox .bgindexabout .iconbox .icon .img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    /* transition: all .6s; */
}

.indexbox .bgindexabout .iconbox .icon:hover .img img {
    filter: brightness(200);
}

.indexbox .bgindexabout .iconbox .icon .text .num {
    font-size: 16rem;
    color: #000;
    font-weight: 600;
    margin: 5rem 0;
    transition: all .6s;
    text-align: center;
}

.indexbox .bgindexabout .iconbox .icon:hover .text .num {
    /* color: #fff; */
}

.indexbox .bgindexabout .iconbox .icon .text .num span {
    font-size: 26rem;
    /* font-weight: 700; */
    font-family: math;
    padding: 0;
    margin: 0;
}

/* ÃƒÂ§Ã‚Â»Ã‚ÂÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¸ÃƒÂ¥Ã‚Â·Ã‚Â¥ÃƒÂ§Ã‚Â¨Ã¢â‚¬Â¹ */
.jdgcbox {
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url(../image/indexcasebg.jpg) center no-repeat fixed;
    background-size: contain;
    /* margin-top: 40rem; */
    flex-direction: row-reverse;
    position: relative;
    z-index: 1;
}

.jdgcbox .zhutitle .textbox {
    width: 60%;
}

.jdgcbox .iconbox {
    z-index: -1;
    position: absolute;
    left: -10rem;
    top: 6rem;
}

.jdgcbox .zhutitle {
    padding-bottom: 10rem;
}

.jdgcbox .zhutitle a.read {
    color: #ef8865;
}

.indexbox .jdgcbox>.title {
    font-size: 36rem;
    padding: 0rem 169rem;
    /* text-align: center; */
    width: 100%;
    font-weight: 700;
    color: #000;
    margin-top: 60rem;
    /* margin-bottom: 20rem; */
    height: 101rem;
    color: #1a1c2b;
    /* text-shadow: 2rem 2rem 1rem #0da3d1; */
    font-family: "myBold";
}

.indexbox .jdgcbox>.title .read {
    position: absolute;
    right: 169rem;
    top: 50%;
    transform: translateY(-50%);
}

.indexbox .jdgcbox>.title .read {
    position: absolute;
    right: 169rem;
    top: 50%;
    transform: translateY(-50%);
}

.indexbox .jdgcbox>.title .futitle {
    font-family: auto;
    font-size: 18rem;
    /* text-align: center; */
    width: 100%;
    color: #000;
    margin-top: 10rem;
    font-weight: normal;
    text-shadow: none;
}

.jdgcbox .lunbox {
    height: 390rem;
    width: 80%;
}

.jdgcbox .fenleibox {
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.jdgcbox .fenleibox .wenanbox {
    font-size: 20rem;
    color: #666;
}

.jdgcbox .fenleibox .btnbox {
    display: flex;
    margin-top: 3%;
    align-items: center;
}

.jdgcbox .fenleibox .btnbox .prev svg,
.jdgcbox .fenleibox .btnbox .next svg {
    font-size: 16rem;
    height: 16rem;
    width: 100%;
    color: #fff;
    /* background: #fff; */
}

.jdgcbox .fenleibox .btnbox .prev,
.jdgcbox .fenleibox .btnbox .next {
    width: 42rem;
    height: 42rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .7s;
}

.jdgcbox .fenleibox .btnbox .prev {
    transform: rotate(180deg);
}

.jdgcbox .fenleibox .btnbox .prev:hover,
.jdgcbox .fenleibox .btnbox .next:hover {
    background: #1a1c2b;
}

.jdgcbox .fenleibox .btnbox .prev:hover svg,
.jdgcbox .fenleibox .btnbox .next:hover svg {
    color: #fff;
    fill: #fff;
}

.jdgcbox .fenleibox .btnbox .numbox {
    margin: 0 10rem;
    color: #1a1c2b;
    font-size: 20rem;
}

.jdgcbox .fenleibox .btnbox .numbox span {
    padding: 0 6rem;
}

.jdgcbox .swiper {
    width: 100%;
    height: 100%;
    padding: 30rem 0;
    padding-bottom: 50rem;
}

.jdgcbox .swiper-slide {
    text-align: center;
    font-size: 18rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 1;
}

.jdgcbox .swiper-slide:after {
    width: 50%;
    height: 70%;
    content: "";
    position: absolute;
    right: 0rem;
    border: 10rem solid #e0222a;
    border-left: none;
    border-bottom: 0;
    z-index: -1;
    opacity: 0;
    top: 0rem;
    transition: 0.6s ease 0s;
}

.jdgcbox .swiper-slide.swiper-slide-active:after {
    opacity: 1;
    top: -10rem;
    right: -10rem;
}

.jdgcbox .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all .7s;
}

.jdgcbox .swiper-slide img:hover {
    transform: scale(1.2);
}

.jdgcbox .swiper-slide .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.jdgcbox .swiper-slide .title {
    position: absolute;
    left: 0;
    bottom: -38rem;
    color: #000;
    font-size: 14rem;
    padding-left: 48rem;
}

.jdgcbox .swiper-slide .title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #00000029;
    width: 34rem;
    height: 2rem;

}
.indextuanduibox {}

.indextuanduibox .zhutitle {
    align-items: center;
    justify-content: center;
    text-align: center;
}
.marquee-container-left {
    width: 100%;
    overflow: hidden;
    /* height: 400rem; */
    position: relative;
    padding-bottom: 10rem;
}
.marquee-container-left .marquee-track {
    display: inline-flex;
    /* position: absolute; */
    /* gap: 20rem; */
    will-change: transform;
}
.marquee-container-right {
    width: 100%;
    overflow: hidden;
    /* height: 431rem; */
    position: relative;
    margin-bottom: 20rem;
    padding: 5rem 0;
}
.marquee-container-right .marquee-track {
    display: inline-flex;
    /* position: absolute; */
    /* gap: 20rem; */
    will-change: transform;
}
 .marquee-item {
    flex-shrink: 0;
    background: #f0f0f0;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    transition: width 0.3s;
    flex-direction: column;
    padding: 18rem 16rem;
    border-radius: 10rem;
    background: #f1f5ff;
    border: 1rem solid #66666638;
}

.marquee-item .wenanbox {
    margin: 21rem 0;
    line-height: 27rem;
    color: #000;
    font-size: 14rem;
}

.marquee-item .pinfenbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.marquee-item .pinfenbox span {
    display: block;
    background: #ef8865;
    margin-right: 10rem;
    border-radius: 3rem;
    padding: 4rem;
}

.marquee-item .pinfenbox span img {
    width: 22rem;
}

.marquee-item .itemhead {
    display: flex;
    align-items: center;
}

.marquee-item .itemhead .textbox {
    display: flex;
    flex-direction: column;
}

.marquee-item .itemhead .textbox .name {
    display: flex;
    align-items: flex-end;
    font-weight: 600;
    font-size: 16rem;
    margin-top: 5rem;
}

.marquee-item .itemhead .textbox .name span {
    font-size: 14rem;
    color: #666;
    font-weight: normal;
}

.marquee-item .itemhead .imgbox {
    /* width: 100rem; */
    /* height: 100rem; */
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    margin-right: 16rem;
    padding: 14rem;
    overflow: hidden;
}

.marquee-item .itemhead .imgbox img {
    width: 56rem;
    height: 56rem;
    object-fit: scale-down;
}

/* advantagebox */
.indexbox .youshipagin {
    width: 100%;
    /* font-size: 22rem; */
    /* text-align: center; */
    /* margin: 30rem auto; */
    /* margin-bottom: 45rem; */
    overflow: hidden;
}

.indexbox .youshipagin .swiper-wrapper {
    /* justify-content: center; */
    display: flex;
    /* flex-direction: column; */
}
.indexbox .advantagebox {
    background: url(../image/youshibg.jpg) center no-repeat fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
}

.indexbox .advantagebox:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    opacity: .4;
}

.indexbox .advantagebox .zhutitle {
    color: #fff;
    padding-bottom: 20rem;
}

.indexbox .advantagebox .zhutitle .text {
    width: 90%;
}

.indexbox .advantagebox .zhutitle .futitle {
    color: #fff;
}

.indexbox .advantagebox .advantage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
}

.indexbox .advantagebox .advantage .left {
    width: 100%;
}

.indexbox .advantagebox .advantage .right {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.indexbox .advantagebox .advantage .right .listbox .list {
    display: flex;
    align-items: center;
    background: #ecf9ff;
    margin-bottom: 15rem;
    position: relative;
    padding: 16rem;
    border-radius: 6rem;
    border: 1rem solid #e0222a;
    cursor: pointer;
    transition: all .6s;
    color: #e0222a;
}

.indexbox .advantagebox .advantage .right .listbox .list:hover {
    background: #ef8865;
    color: #fff;
}

.indexbox .advantagebox .advantage .right .listbox .list img {
    width: 40rem;
    margin: 0 10rem;
    margin-left: 13rem;
}

.indexbox .advantagebox .advantage .right .listbox .list:hover img {
    filter: brightness(200);
}

.indexbox .advantagebox .advantage .right .listbox .list .title h1 {
    font-size: 18rem;
    margin-bottom: 6rem;
}

.indexbox .advantagebox .advantage .right .listbox .list .title p {
    font-family: fangsong;
    font-size: 12rem;
}

.indexbox .advantagebox .advantage .right .listbox .list>span {
    position: absolute;
    left: -9rem;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(181deg, #e0222ade, #1a1c2b9e);
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    z-index: 0;
    color: #fff;
    border: 1rem solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexbox .advantagebox .advantage .right .listbox.active {
    display: block;
}

.indexbox .advantagebox .advantage .left .listbox {
    display: none;
    animation: myfadeleft 1s;
}

.indexbox .advantagebox .advantage .left .listbox .title {
    color: #fff;
    font-size: 16rem;
    font-family: fangsong;
}

.indexbox .advantagebox .advantage .left .listbox .title h1 {
    font-size: 20rem;
    font-family: auto;
}

.indexbox .advantagebox .advantage .left .listbox .text {
    color: #fff;
    font-size: 14rem;
    line-height: 27rem;
    margin-top: 20rem;
}

.indexbox .advantagebox .advantage .left .listbox .lianxibox {
    margin-top: 30rem;
    display: flex;
    align-items: center;
    color: #e0222a;
    font-size: 20rem;
    background: #fff;
    border-radius: 50rem;
    height: 50rem;
    width: 100%;
}

.indexbox .advantagebox .advantage .left .listbox .lianxibox>img {
    width: 30rem;
    margin: 0 15rem;
}

.indexbox .advantagebox .advantage .left .listbox.active {
    display: block;
}

.indexbox .advantage {}


/* news */
.indexbox .indexnewsbox {
    background-size: cover;
    display: flex;
    /* background: url(../image/newbg.jpg) center; */
    /* background-size: cover; */
}

.indexbox .indexnewsbox .indexnews {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.indexbox .indexnewsbox .indexnews .right .item {
    /* background: #fff; */
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    padding: 16rem 15rem;
    width: 100%;
    border-bottom: 1rem solid #6666666b;
}

.indexbox .indexnewsbox .indexnews .item .imgbox img {
    width: 30rem;
    filter: brightness(0.1);
}

.indexbox .indexnewsbox .indexnews .right .item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.indexbox .indexnewsbox .indexnews .left .item {
    padding: 0;
    height: 100%;
    display: block;
    border-radius: 5rem;
    overflow: hidden;
    /* border-top-left-radius: 10%; */
}

.indexbox .indexnewsbox .indexnews .left .item .title {
    padding: 0rem 15rem;
}

.indexbox .indexnewsbox .indexnews .item .miaoshu {
    padding: 0rem 15rem;
    display: -webkit-box; /* 创建弹性盒子布局 */
    -webkit-box-orient: vertical; /* 设置弹性盒子的子元素排列方向为垂直 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    overflow: hidden; /* 隐藏超出容器的内容 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    margin: 10rem 0;
    line-height: 21rem;
    font-size: 14rem;
    color: #666;
    height: 44rem;
}

.indexbox .indexnewsbox .indexnews .right .item .miaoshu {
    padding: 0;
}

.indexbox .indexnewsbox .indexnews .left .item .itembox {
    padding: 0rem 15rem;
    padding-bottom: 24rem;
}

.indexbox .indexnewsbox .indexnews .left .item .itembox .read {
    font-size: 16rem;
    color: #000;
}

.indexbox .indexnewsbox .indexnews .left .item .itembox .time {
    position: absolute;
    left: 0rem;
    bottom: 41%;
    background: #e0222a;
    color: #fff;
    padding: 12rem;
    text-align: center;
}

.indexbox .indexnewsbox .indexnews .left .item .itembox .time .day {
    font-size: 26rem;
    font-weight: 600;
}

.indexbox .indexnewsbox .indexnews .item:after {
    content: "";
    width: 0;
    height: 3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ef8865;
    transition: all .6s;
}

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

.indexbox .indexnewsbox .indexnews .left .item .img {
    /* height: 320rem; */
    overflow: hidden;
    transition: all .6s;
    margin-bottom: 26rem;
}

.img {}

.indexbox .indexnewsbox .indexnews .left .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.indexbox .indexnewsbox .indexnews .left .item:hover .img img {
    transform: scale(1.3);
}

.indexbox .indexnewsbox .indexnews .left {
    width: 100%;
    background: #f1f5ff;
    /* border-top-left-radius: 10%; */
    display: none;
}

.indexbox .indexnewsbox .indexnews .left:nth-child(1) {
    border-top-left-radius: 4%;
    overflow: hidden;
    display: block;
}

.indexbox .indexnewsbox .indexnews .right {
    width: 100%;
    box-shadow: 0rem 0rem 5rem #00000024;
    border-radius: 5rem;
    border-bottom-right-radius: 5%;
    margin-top: 4%;
}

.indexbox .indexnewsbox .indexnews .right .topbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14rem;
    border-bottom: 1rem solid #6666666b;
}

.indexbox .indexnewsbox .indexnews .right .topbox .title {
    font-size: 18rem;
    color: #000;
    font-weight: 600;
}

.indexbox .indexnewsbox .indexnews .item .title {
    font-size: 16rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 96%;
    /* font-weight: 600; */
    color: #000;
    transition: all .6s;
    margin-top: 5rem;
}

.indexbox .indexnewsbox .indexnews .item:hover .title {
    color: #ef8865;
}

.indexbox .indexnewsbox .indexnews .item .itembox {
    display: flex;
    justify-content: space-between;
    width: 94%;
    font-size: 16rem;
    flex-direction: column;
}

.indexbox .indexnewsbox .indexnews .right .item .itembox .time {
    font-size: 14rem;
}

.evaluatebox {
    padding-top: 0;
}

.evaluatebox .evaluatecontentbox {
    width: 95%;
    /* background: #f6f7fb; */
    /* border-top-right-radius: 10%; */
    /* border-bottom-right-radius: 10%; */
    display: flex;
    align-items: center;
    padding: 40rem 0;
    position: relative;
    flex-direction: column;
    margin: auto;
}

.evaluatebox .evaluatecontentbox .zhutitle .text {
    width: 100%;
}

.evaluatebox .evaluatecontentbox .textbox {
    width: 100%;
}

.evaluatebox .evaluatecontentbox .textbox .wenanbox {
    line-height: 27rem;
    font-size: 14rem;
}

.evaluatebox .evaluatecontentbox .itembox {
    margin-top: 30rem;
    width: 100%;
    right: -20%;
    /* height: 370rem; */
    /* overflow: hidden; */
    /* padding-left: 100rem; */
}

.evaluatebox .evaluatecontentbox .itembox .btnbox {
    display: flex;
    /* position: absolute; */
    left: -28rem;
    top: 50%;
    :;
    height: 53rem; */
    z-index: 10;
    margin-bottom: 20rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.evaluatebox .evaluatecontentbox .itembox .btnbox > div {position: initial;margin: 0;margin-bottom: 5rem;border-radius: 50%;width: 50rem;height: 50rem;background: #fff;padding: 7rem;}

.evaluatebox .evaluatecontentbox .itembox .btnbox > div:after {
    content: ""!important;
}

.evaluatebox .evaluatecontentbox .itembox .btnbox > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
}
.evaluatebox .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: initial;
    display: flex;
    flex-direction: column-reverse;
  }

.evaluatebox .swiper .swiper-wrapper {
    /* overflow: hidden; */
}

 .evaluatebox .swiper-slide {
    /* text-align: center; */
    font-size: 14rem;
    background: #ef8865d4;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding: 18rem;
    line-height: 27rem;
    flex-direction: column;
    color: #fff;
    border-radius: 14rem;
  }

.evaluatebox .swiper-slide .text {
}

.evaluatebox .swiper-slide .xinxibox {
    display: flex;
    align-items: center;
    margin-top: 22rem;
    position: relative;
}

.evaluatebox .swiper-slide .xinxibox .bz {
    content: "“";
    font-size: 150rem;
    position: absolute;
    right: 0;
    bottom: -42rem;
}

.evaluatebox .swiper-slide .xinxibox .imgbox img {
    width: 70rem;
    margin-right: 10rem;
}

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

  .indexmassagebox {background: url(../image/newbg.jpg) center no-repeat;padding-top: 0;}
   .sm_banner {
	/* height: 300rem; */
	/* width: 83%; */
	margin: auto;
	margin: 0rem auto;
	margin-top: 20rem;
	border-radius: 10rem;
	overflow: hidden;
	border-bottom: 2rem solid #e0222a;
	/* background: linear-gradient(45deg, #ef88659c, #172447ab); */
	position: relative;
	z-index: 10;
	/* background: #fff; */
	box-shadow: 0rem 0rem 5rem #00000030;
	/* background: url(../image/newbg.jpg) center; */
}

 .sm_banner:after {
    content: "";
    width: 100%;
    height: 100%;
    /* background: #1d9065; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

 .sm_banner .tywidth {
    display: flex;
    justify-content: space-around;
    height: 100%;
    align-items: center;
    padding: 20rem 12rem;
    flex-direction: column;
}

.sm_banner .tywidth .massagebox {}

.sm_banner .tywidth .massagebox form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sm_banner .tywidth .massagebox .line {
    width: 32%;
    margin-bottom: 16rem;
}

.sm_banner .tywidth .massagebox .line.liuyanbox {
    width: 100%;
}

.sm_banner .tywidth .massagebox .line.btnbox {
    width: 47%;
    /* background: #ef8865; */
    color: #fff;
    margin-bottom: 0;
}

.sm_banner .tywidth .massagebox .line.btnbox input {background: #e0222a;color: #fff;line-height: 40rem;font-size: 14rem;}

.sm_banner .tywidth .massagebox .line textarea {
    width: 100%;
    height: 92rem;
    border-radius: 10rem;
    border: 0;
    outline: none;
    padding: 10rem;
    font-size: 14rem;
    background: #f6f7fb;
}

.sm_banner .tywidth .massagebox .line input {
    display: block;
    width: 100%;
    border: 0;
    outline: none;
    line-height: 40rem;
    border-radius: 50rem;
    padding: 0 10rem;
    font-size: 14rem;
    background: #f6f7fb;
}

.sm_banner .tywidth .textbox {
    width: 100%;
}

.sm_banner .tywidth .textbox .imgbox {
    display: flex;
    margin-bottom: 36rem;
    justify-content: flex-end;
    margin-top: -26rem;
}

.sm_banner .tywidth .textbox .imgbox img {
    width: 209rem;
}

.sm_banner .tywidth .textbox .biaoyu {
    font-size: 40rem;
    font-weight: 600;
    color: #000;
    line-height: 52rem;
    /* display: flex; */
    margin-bottom: 20rem;
}

.sm_banner .tywidth .textbox .more {}

.sm_banner .tywidth .textbox .more a {
    /* color: #fff; */
}


