a {
    font-size: 16rem;
}
.btn{
    display: flex;
    flex-direction: row;
    align-items: start;
    height:10vh;
}
.btn p{
    flex:8;
}
.btn img{
    display: block;
    flex:2;
    transform: scale(0.5);
    height: 3vh
    
}
.itembox{
    display: flex;
    flex-direction: column;
}
.leftbox{
    flex:6;
}
.rightbox{
    flex:4;
}
.pic{
    border:1px solid #ff0000;
    height:14vh;
}
.pic img{
    width:100%;
    height:100%;
}
.swiper-wrapper{
    box-sizing: border-box;
    display: flex;
}
.swiper-slide{
    /*margin-right:4vw;*/
    width:400px;
}

.indexbox {
    width: 100%;
    overflow: hidden;
}
.caseshow .showbox:nth-child(2n){
    margin-right:0rem;
}
.showbox{
    display:inline-block;
    width:48%;
    margin-right:1%;
}

.indexbox>.contentbox {
    /* background: #03864d; */
    box-sizing: border-box;
    /* padding:0px 10rem; */
}

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

  
}
.addshow .swiper-slide{
    margin-right: 2vw;
}
.addshow .showbox{
    width:97%;
    margin-right:1vw;
}
.tit{
    text-align: center;
    font-weight: 900;
}
#swiper-wrapper-2355ee0a2e39428c{
    align-items: center;
}
.addshow .addpagin .swiper-slide-thumb-active .showbox{
	background: #f80101;
	/* color: #000; */
}
.addshow .addpagin .showbox{
	width: 100%;
	height: 150rem;
	padding: 20rem;
	background: linear-gradient(
360deg, #f80101, #f8010105);
	background: #0c5aaa;
	text-align: center;
	color: #fff;
	font-size: 16rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}
.addshow .addpagin .swiper-slide-thumb-active .showbox{
	background: #f80101;
	/* color: #000; */
}
.addshow .addpagin .showbox .pic-box{
	width: 71rem;
	margin-bottom: 10rem;
}

.addshow .addpagin .showbox .pic-box img {
    width: 100%;
}
.addshow .addpagin .swiper-slide-thumb-active .showbox p{
    font-size: 11rem;
}
.addshow .addpagin .showbox{
	width: 100%;
	height: 130rem;
	padding: 4rem;
	background: linear-gradient(
360deg, #f80101, #f8010105);
	background: #0c5aaa;
	text-align: center;
	color: #fff;
	font-size: 11rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}








.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: #f8010199; */
    border-radius: 50%;
    display: none;
}

.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: 600rem;
    margin-top: 0rem;
}

.bannerbox .text {
    text-align: left;
    width: 100%;
    top: 28%;
    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: 20rem;
    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: 26rem;
    line-height: 35rem;
    font-weight: 600;
    margin-bottom: 22rem;
    text-shadow: 2rem 1rem 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: 70%;
    margin: 0rem 0rem 20rem;
    height: 2rem;
    background: #fff;
}


.bannerbox .text .title {
    width: 70%;
    margin: 0rem 0rem 20rem;
    height: 2rem;
    background: #fff;
}

.bannerbox .text .wenan {
    font-size: 16rem;
    /* white-space: pre-line; */
    width: 100%;
    /* text-align: center; */
    line-height: 23rem;
    text-shadow: 2rem 1rem 1rem #000000cc;
}

.bannerbox .text .btn {
    width: 160rem;
    background: linear-gradient(to right, #fc961e, #f80101);
    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 .bgindexabout .zhutitle .futitle {
    color: #000;
}



/* */

.indexbox .indexproduct {
    /* width: 100%; */
    /* background: url(../image/productbg.jpg) no-repeat center center; */
    background-size: cover;
    position: relative;
    overflow: hidden;
    /* padding: 50rem 0; */
    /* margin-bottom: 4%; */
    position: relative;
    /* padding-top: 30rem; */
    /* margin-top: 100rem; */
    /* padding-bottom: 0; */
    height: 900rem;
    background: #f6f7fb;
}

.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: 30rem;
}
.indexbox .indexproduct .indexcontent .productfenlei .productpagin {
    width: 100%;
    /* font-size: 22rem; */
    /* text-align: center; */
    /* margin: 30rem auto; */
    /* margin-bottom: 45rem; */
    overflow: hidden;
}

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

}

.indexbox .indexproduct .indexcontent .productfenlei a {
    font-size: 16rem;
    height: 40rem;
    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: #f80101;
    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: 0 50rem;
    height: 300rem;
    box-shadow: 0px 0rem 10rem 0px #f801014f;
    border-radius: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.indexbox .indexproduct .indexcontent .productcontentbox .item .textbox .title {
    font-size: 22rem;
    font-weight: 600;
    color: #f80101;
    margin-bottom: 16rem;
}

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

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

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

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

.indexbox .indexproduct .indexcontent .productcontentbox .item .textbox .youshibox .list {
    background: #f80101;
    padding: 12rem 40rem;
    border-radius: 4rem;
    margin-right: 30rem;
    color: #fff;
}



/**/
.indexbox .bgindexabout {
    width: 100%;
    /* background: url(../image/aboutbg.jpg) no-repeat center center; */
    background-size: cover;
    /* background: url(../image/neiye.jpg) no-repeat center center; */
    background-size: cover;
    /* filter: blur(0px); */
    position: relative;
    /* height: 900rem; */
    display: flex;
    /* padding-bottom: 0; */
    flex-direction: column;
}

.indexbox .bgindexabout .imgbox {
    /* position: absolute; */
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* padding: 60rem 0; */
    display: none;
}

.indexbox .bgindexabout .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexbox .bgindexabout::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* filter: blur(9px); */
    background: url(../image/aboutbg2.jpg) no-repeat center center;
    background-size: cover;
    z-index: -2;
    background: url(../image/productbg.jpg) no-repeat center center;
    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; */
    flex-direction: column;
    width: 100%;
}

.indexbox .indexabout .imgbox {
    width: 50%;
    height: 100%;
    padding: 70rem 0rem 70rem 44rem;
}

.indexbox .indexabout .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0rem 0rem 20rem 4px #ffffffa8;
}

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

.indexbox .indexabout .textbox > .title {
    margin-top: -14rem;
    margin-bottom: 20rem;
    font-size: 20rem;
    color: #fd9e16;
    font-weight: 600;
    position: absolute;
    top: -70rem;
    right: 0;
    width: 69%;
}

.indexbox .indexabout .textbox .pctextbox {
    color: #000;
    /* position: absolute; */
    /* top: 50%; */
    /* left: -40rem; */
    /* transform: translateY(-50%); */
    width: 100%;
    /* height: 74%; */
    /* background-color: #000; */
    color: #fff;
    /* padding-right: 22rem; */
}

.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: 28rem;
    text-indent: 28rem;
    width: 100%;
    font-size: 16rem;
    color: #000;
    /* max-height: 210rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 0rem;
    margin-bottom: 15rem;
}

.indexbox .indexabout .pctextbox .read {
    margin-top: 6rem;
    /* 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;
    justify-content: space-between;
    /* margin-top: 50rem; */
    color: #000;
    /* background: linear-gradient(0deg, #fdfafa, #000000); */
    font-size: 16rem;
    /* box-shadow: 0 0 10px 10px #9fb1c5; */
    /* background: linear-gradient(180deg, #fffffff0, #0000005c); */
    /* position: absolute; */
    bottom: 0rem;
    right: 0;
    width: 100%;
    /* margin-bottom: 3%; */
    flex-wrap: wrap;
}

.indexbox .bgindexabout .iconbox .icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 49%;
    position: relative;
    background: #fff;
    box-shadow: 0 23rem 90rem -5rem rgb(0 0 0 / 17%);
    padding-top: 2%;
    background-color: #fff;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    border-radius: 20rem;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
    /* text-align: center; */
    overflow: hidden;
    transition: all .6s;
    margin-bottom: 2%;
}

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

.indexbox .bgindexabout .iconbox .icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    background: #f80101;
    transition: all .6s;
}

.indexbox .bgindexabout .iconbox .icon:hover:after {
    width: 100%;
}

.indexbox .bgindexabout .iconbox .icon .img {
    height: 33rem;
    position: absolute;
    right: 14rem;
    top: 24rem;
    width: 33rem;
}

.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: 21rem;
    color: #fd9e16;
    margin: 6rem 0;
    transition: all .6s;
}

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

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

/* case */

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.indexcase {
    /* height: 900rem; */
    display: flex;
}

#certify .swiper-container {
    padding-bottom: 80rem;
}

#certify .swiper-slide {
    width: 640rem;
    height: 560rem;
    background: #fff;
    box-shadow: 0 8rem 30rem #ddd;
    border: 1rem solid #fff;
    border-radius: 10rem;
    overflow: hidden;
    display: block;
}

@media screen and (max-width: 1500px)  {
    #certify .swiper-slide {
        width: 100%;
        height: 255rem;
        background: #fff;
        box-shadow: 0 8rem 30rem #ddd;
        border: 1rem solid #fff;
        border-radius: 10rem;
        overflow: hidden;
        display: block;
    }
}

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

#certify .swiper-slide p {
    height: 10%;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 18rem;
    margin: 0;
    line-height: 29rem;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20rem;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5rem;
    border: 3rem solid #fff;
    background-color: #d5d5d5;
    width: 10rem;
    height: 10rem;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3rem solid #fd9716;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -30rem;
    width: 45rem;
    height: 45rem;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46rem;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30rem;
    width: 45rem;
    height: 45rem;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93rem;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139rem;
    background-size: 100%
}

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

.indexbox .youshipagin .swiper-wrapper {

}
.indexbox .advantagebox {
    background: url(../image/youshibg.jpg) center no-repeat fixed;
    background-size: cover;
    /* height: 900rem; */
    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 .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; */
    overflow-x: scroll;
}

.indexbox .advantagebox .advantage .right .listbox .list {
    display: flex;
    align-items: center;
    background: #ecf9ff;
    margin-bottom: 20rem;
    position: relative;
    padding: 10rem;
    border-radius: 6rem;
    border: 1rem solid #fda517;
    cursor: pointer;
    transition: all .6s;
    color: #077f57;
    flex-direction: column;
}

.indexbox .advantagebox .advantage .right .listbox {
    min-width: 100%;
    margin-right: 2%;
    /* float: left; */
    width: 100%;
    text-align: center;
}

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

.indexbox .advantagebox .advantage .right .listbox .list img {
    width: 33rem;
    margin: 0 20rem;
    margin-left: 29rem;
}

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

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

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

.indexbox .advantagebox .advantage .right .listbox .list>span {
    position: absolute;
    left: 4rem;
    top: 4rem;
    /* transform: translateY(-50%); */
    background: linear-gradient(181deg, #fc95188f, #f801019e);
    width: 40rem;
    height: 40rem;
    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: 22rem;
    font-family: auto;
}

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

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

.indexbox .advantagebox .advantage .left .listbox .lianxibox>img {
    width: 33rem;
    margin: 0px 16rem;
}

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

.indexbox .advantage {}


/* news */
.indexbox .indexnewsbox {
    background: url(../image/newsbg.jpg) center no-repeat;
    background-size: cover;
    /* height: 900rem; */
    display: flex;
}

.indexbox .indexnewsbox .indexnews {
    display: flex;
    justify-content: space-between;
    /* height: 585rem; */
    flex-direction: column;
}

.indexbox .indexnewsbox .indexnews .item {
    background: #fff;
    border-radius: 14rem 14rem 0 0;
    box-shadow: 0 0 5rem 5rem rgba(0, 0, 0, 0.01);
    overflow: hidden;
    position: relative;
    display: block;
    padding: 18rem 17rem;
    margin-bottom: 20rem;
    width: 100%;
}

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

.indexbox .indexnewsbox .indexnews .left .item {
    padding: 0;
    height: 100%;
}

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

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

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

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


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

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

.indexbox .indexnewsbox .indexnews .left .item .img {
    height: 68%;
    overflow: hidden;
    transition: all .6s;
    margin-bottom: 36rem;
}

.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%;
    display: none;
}

.indexbox .indexnewsbox .indexnews .right {
    width: 100%;
}

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

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

.indexbox .indexnewsbox .indexnews .item .itembox {
    display: flex;
    justify-content: space-between;
    margin-top: 12rem;
    width: 96%;
    font-size: 14rem;
}
.addshow .showscreen .showbox .tnum{
	background: #f80101;
	color: #000;
	color: #FFD;
	font-size: 16rem;
	font-weight: 600;
	padding: 21rem 0;
	border-radius: 0rem;
	border-bottom-right-radius: 50rem;
	border-top-left-radius: 50rem;
	width: 60rem;
	height: 60rem;
	text-align: center;
	border-radius: 50%;
}
.addshow .showscreen .showbox .tit{
	font-weight: bold;
	font-size: 24rem;
	margin-top: 22rem;
	padding-left: 18rem;
}
.addshow .showscreen .showbox .line{
	width: 208rem;
	height: 3rem;
	background: #f80101;
	margin: 20rem;
	margin-left: 79rem;
}
.addshow .showscreen .showbox .intro{
	font-size: 15rem;
	line-height: 22rem;
	padding-right: 10%;
	padding-left: 76rem;
	margin-bottom: 20rem;
}
.addshow .showscreen .showbox .right{padding: 20rem;width: 100%;}
.addshow .showscreen .showbox .right .pic-box{
	width: 94%;
	height: 149rem;
	box-shadow: 15rem 15rem 0rem #f80101ba;
}
.addshow .showscreen .showbox .right .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.indexaboutbox{
    padding:0rem 10rem;
}
.addshow .showscreen .showbox .left{
    width: 100%;
    padding-left: 10rem;
}








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

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

.indexbox .indexproductbox .itembox .casepagin span {
    padding: 0 5rem;
    background: #fff;
    display: block;
    width: 100%;
    color: #333;
    line-height: 27rem;
    cursor: pointer;
    transition: all .6s;
    font-size: 12rem;
    position: relative;
    z-index: 1;
}

.indexbox .indexproductbox .itembox .casepagin span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f80101;
    z-index: -1;
    transform: scale(0, 1);
    transform-origin: right;
    transition: transform .5s;
}

.indexbox .indexproductbox .itembox .casepagin .swiper-slide {
    width: auto;
}

.indexbox .indexproductbox .itembox .casepagin span:hover {
    /* background: #f80101; */
    color: #fff;
}

.indexbox .indexproductbox .itembox .casepagin .swiper-slide-thumb-active span {
    /* background: #f80101; */
    color: #fff;
}

.indexbox .indexproductbox .itembox .casepagin .swiper-slide-thumb-active span:after, .indexbox .indexproductbox .itembox .casepagin .swiper-slide:hover span:after {
    transform: scale(1);
    transform-origin: left;
}

.indexbox .indexproductbox .itembox .casepagin .swiper-slide-thumb-active span:after,.indexbox .indexproductbox .itembox .casepagin .swiper-slide:hover span:after {}




.indexbox .indexproductbox .itembox .casecate .caseshow .showbox {
    width: 46.5%;
    margin-right: 1%;
    margin-left: 1.5%;
    margin-bottom: 2%;
    text-align: center;
    transition: all .6s;
    border: 1rem solid #66666636;
    color: #000;
}
/*.indexbox .indexproductbox .itembox .casecate .caseshow .showbox:nth-child(6){*/
/*    margin-bottom: 0%;*/
/*    transform: translateY(10px);*/
/*}*/
.indexproductbox .w .swiper-slide .caseshow{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -1.5%;
}
.indexbox .indexproductbox .itembox .casecate .caseshow .showbox .pic-box {
    width: 100%;
    height: 124rem;
    overflow: hidden;
    position: relative;
}

.indexbox .indexproductbox .itembox .casecate .caseshow .showbox .pic-box:after {
    content: "";
    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 .indexproductbox .itembox .casecate .caseshow .showbox .pic-box img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.indexbox .indexproductbox .itembox .casecate .caseshow .showbox p {
    font-size: 14rem;
}
.indexbox .indexproductbox .itembox .casecate .caseshow .showbox .btn {display: flex;align-items: center;justify-content: space-between;padding: 22rem 16rem;position: relative;z-index: -1;}

.indexbox .indexproductbox .itembox .casecate .caseshow .showbox .btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #f80101;
    z-index: -1;
    transition: all .5s;
}

.indexbox .indexproductbox .itembox .casecate .caseshow .showbox:hover .btn:after {
    width: 100%;
}
.indexbox .indexproductbox .itembox .casecate .caseshow .showbox .btn img {width: 20rem;}


.contentbox .indexaboutbox .itembox .leftbox .textbox{
    margin-bottom:16rem;
}
.contentbox .indexaboutbox .itembox .leftbox .aboutcasebox .aboutcaseswiper .name{
    font-size:12rem;
    text-align: center;
}
.contentbox .indexaboutbox .itembox .leftbox .aboutcasebox{
    margin-bottom:16rem;
}


.indexbox .bannerbox .p_scrool {
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    bottom: 40rem;
    color: #fff;
    width: 67rem;
    z-index: 10;
    font-size: 12rem;
    transform: scale(0.7);
}

.indexbox .bannerbox .p_scrool i {
    display: block;
    width: 20rem;
    height: 30rem;
    margin: 0 auto;
    border-radius: 12rem;
    border: 2rem #fff solid;
    position: relative;
}
@keyframes scrollmouse {
    from {
        transform: translate(-50%,0);
        opacity: 1
    }

    to {
        transform: translate(-50%,10px);
        opacity: 0
    }
}
.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;
}


.bannerbox .text .bgbox {
    background: linear-gradient(45deg, #00000099, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
.contentbox .indexaboutbox .itembox{
    flex-direction: column-reverse;
}
.p_scrool + div{
    left: -31vw !important;
    bottom: 7vh !important;
}
