/**/

/* == */

.indBan {
    width: 100%;
    height: 100vh;
    background: #000;
    position: relative;
}

.indBanBox {
    width: 100%;
    height: 100%;
    background: #000;
    position: relative;
    overflow: hidden;
}

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

.indBanBox .swiper-slide {
    overflow: hidden;
}

.indBanImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.indBanImg::after {
    content: '';
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, rgb(0 0 0 / 16%) 40%, rgb(0 136 221 / 0%) 100%); */
    background: rgba(0, 0, 0, 0.38);
    position: absolute;
    left: 0;
    top: 0;
}

.indBanImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: all 6s;
}

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

.swiper-slide-active .indBanImg img {
    transform: scale(1);
}

/*  */

.indBanText {
    width: 80%;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translate(-50%, 100px);
    opacity: 0;
    transition: all .48s;
    z-index: 2;
}

.swiper-slide-active .indBanText {
    transform: translate(-50%, 0);
    opacity: 1;
    transition: all 2s 1s;
}

.indBanText span {
    display: block;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    font-family: "Bronova";
    margin-bottom: 20px;
}

/*  */

.banBut {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.banBut img {
    width: 25px;
    opacity: 0.8;
}

.banBut.prev {
    left: 5%;
}

.banBut.next {
    right: 5%;
}

.indBanBox .swiper-pagination {
    /* width: auto; */
    position: absolute;
    bottom: 5%;
    z-index: 2;
    color: rgba(255, 255, 255, 1);

}

.indBanBox .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px !important;
    background: rgba(255, 255, 255, .4);
}

.indBanBox .swiper-pagination-bullet-active {
    background: #e92625;
}

/*  */

.slogan {
    width: 80%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 72%;
    transform: translateX(-50%);
    z-index: 99;
    transition: all 1s;
}

.slogan span {
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    font-family: "Bronova";
}


/* == */

.indPro {
    overflow: hidden;
}

.indProBox {
    /* display: none; */
    /* border-top: 1px solid rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.8); */
}

.indProBox:first-child {
    display: block;
}

.indProBox .swiper-slide {
    transform: translateX(-1px);
}

.indProItem {
    padding: 30px;
    /* border-right: 1px solid rgba(0, 0, 0, 0.6); */
    background: #f6f8fa;
    cursor: pointer;
}

.indProText {
    display: flex;
    justify-content: space-between;
}

.indProText span {
    display: block;
    color: #000;
    font-size: 36px;
    font-weight: 600;
    font-family: "Bronova";

}

.indProText p {
    color: #333;
    font-size: 20px;
}

.indProText img {
    display: block;
    width: 40px;
    margin-bottom: 20px;
}

/*  */

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

.indProImg {
    width: calc(100% - 100px);
    padding-top: 68%;
    margin: 40px 0 50px;
}

.indProImg img {
    object-fit: contain;
}

/* */
.indProMore {
    position: relative;
}

.indProItem .more {
    transform: translateX(0);
    transition: all .48s .48s;
}

.indProItem .more i {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    transition: all .48s;
}

.indProItem .More {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;

    opacity: 0;
    transform: translateX(-20px);
    transition: all .48s;
}

.indProItem .More a {
    color: #fff;
    background: #e92625;
    border-color: #e92625;
    justify-content: center;
}

.indProItem .More a path {
    fill: #fff;
}

/*  */

.indProItem:hover .indProText span {
    color: #e92625;
}

.indProItem:hover .indProImg img {
    transform: scale(1.1);
}

.indProItem:hover .more {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0s;
}

.indProItem:hover .More {
    opacity: 1;
    transform: translateX(0);
}


/* == 品牌 */

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

.indAbBox {
    position: relative;
    display: flex;
    z-index: 2;
    perspective: 800px;
    transform-style: preserve-3d;
}

.indAbImg {
    width: 50%;
    padding-top: 44%;
    /* border-radius: 40px 0 0 10px; */
    transition: all .48s;
}

.indAbImg:after {
    content: '';
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 80%)); */
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
}

.indAbImg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.indAbText {
    width: 50%;
    /* border-radius: 0 40px 10px 0; */
    background: #f6f8fa;
    padding: 40px;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.indAbText_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indAbText_top i {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    letter-spacing: 1.5px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    text-transform: uppercase;
    margin-right: 10px;
}

.indAbText_top .Icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(0, 0, 0, 0.18);
}

.indAbText_top .Icon svg {
    width: 18px;
    height: 18px;
}

/* .indAbText span {
    font-weight: 600;
    font-size: 88px;
    font-family: 'Bronova';
    text-transform: uppercase;
    line-height: 1;
} */

.abShujuText_p {
    width: 75%;
    display: block;
    font-size: 20px;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: normal;
}

/*  */

.indAbImg:hover img {
    transform: scale(1.1);
}

@media(max-width:1680px) {
    .indAbText {
        padding: 40px;
    }

    .indAbText i {
        top: -105px;
    }

}

@media(max-width:1480px) {

    .indAbImg span {
        font-size: 80px;
    }

    .indAbText p {
        width: 100%;
    }

    .indAbText i {
        top: -85px;
    }
}

@media(max-width:1368px) {
    .indAb {
        padding-bottom: 60px;
    }

    .indAbImg span {
        font-size: 68px;
    }

    .indAbText p {
        font-size: 18px;
    }

    .indAbText i {
        top: -70px;
    }
}

@media(max-width:1200px) {

}


/* == 新闻 */

.indNew {
    padding-bottom: 80px !important;
}

.indNew .Tit .More {
    padding-bottom: 20px;
}

.indNewBox {
    display: flex;
    justify-content: space-between;

}
.indNewSwiper{
    display: none;
}
.indNewItem {
    width: calc(33.33% - 25px);
    position: relative;
}

.indNewImg {
    width: 100%;
    padding-top: 120%;

}

.indNewImg img {
    transform: scale(1.1);
}

.indNewImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.68));
    position: absolute;
    left: 0;
    bottom: 0;
}

.indNewText {
    width: 100%;
    padding: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50px);
    transition: all .68s;
}

.indNewText i {
    display: block;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.indNewText span {
    width: 70%;
    display: block;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}

.indNewText .More {
    pointer-events: none;
    opacity: 0;
    transition: all .68s;
}

/*  */
.indNewItem:hover .indNewImg img {
    transform: scale(1);
}

.indNewItem:hover .indNewText {
    transform: translateY(0);
}

.indNewItem:hover .indNewText .More {
    opacity: 1;
    pointer-events: visible;
}


/* == */

.indMd {
    padding-top: 0 !important;
}

.indMdBox {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.indMdItem {
    width: calc(50% - 20px);
    position: relative;
}

.indMdImg {
    width: 100%;
    padding-top: 100%;

}

.indMdText {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 10%;
}

.indMdText b {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.indMdText span {
    margin: 30px 0 40px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 52px;
}

/*  */

.indMdItem:hover .indMdImg img {
    transform: scale(1.1);
}

.indProTop{
    position: relative;
}
.indNavList{
    position: relative;
    z-index: 9;
}
.indNavTop{
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .16);
    margin-bottom: 30px;
}
.indNavTop span{
    text-transform: uppercase;
    font-size: 16px;
}
.indNavTop svg{
    width: 18px;
    height: 18px;
}
.indNavText{
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% - 2px);
    background: #fff;
    padding: 0 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: none;
}
.indNavText span{
    display: block;
    font-size: 16px;
    padding: 10px 0;
    cursor: pointer;
}
.indProTop {
    padding-right: 3%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 48px;
}
.indProTop{
    display: flex;
}
.indNavList{
    display: none;
}

.indProDl {
    display: flex;
    align-items: center;

}
.indProChange a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 60px;
    background: #111;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .48s;
    z-index: 2;
}

.indProChange img {
    width: 24px;
    transition: all .48s;
}

.indProChange a.prev {
    left: -20px;
}

.indProChange a.next {
    right: -20px;
}

.indProChange a:hover {
    background: #e92625;
    transform: translateY(-50%) scale(0.9);
}
.indProDl span {
    display: inline-block;
    padding: 12px 16px;
    font-size: 20px;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
    font-family: "Bronova";
    text-transform: uppercase;
}

.indProDl span:first-child,
.indProDl span:last-child {
    transform: skew(0);
}

.indProDl span::after {
    content: '';
    width: 0;
    height: 100%;
    background: #333;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .48s;
}

.indProDl span:hover {
    color: #fff;
    border-color: #333;
}

.indProDl span:hover::after {
    width: 100%;
}

.indProDl span.on {
    color: #fff;
    border-color: #333;
}

.indProDl span.on::after {
    width: 100%;
}

.change_indProImg {
    width: 80px;
    height: 440px;
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 0 1px;
}


.indProPic {
    height: 100%;
    border: 1px solid transparent;
    background: #fff;
    border-radius: 8px;
}

.indProPic img {
    width: 70%;
    height: 70%;
    left: 15%;
    top: 15%;
    object-fit: contain;
}

.swiper-slide-thumb-active .indProPic {
    border-color: #e92625;
}




.abShujuBox {
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 60px 0;
}

.abShujuUl {
    height: 100%;
    display: flex;
}

.abShujuLi {
    margin-right: 80px;
}

.abShujuLi span {
    font-size: 30px;
    color: #333;
}

.abShujuLi span b {
    color: #333;
    font-size: 46px;
    font-weight: normal;
    line-height: 1;
}

.abShujuLi p {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #666;
}

.abSection {
    width: 100%;
    position: relative;
    margin-top: 70vh;
}






/* 产品 */
.product {
    background: #fff;
    position: relative;
}

.proLi {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.proLi:last-child {
    margin-bottom: 0;
}

.proLi:nth-child(2n) .proText {
    order: -1;
}

.proLiImg {
    width: 50%;
    padding-top: 36%;
}

.proText {
    width: 50%;
    background: #f6f8fa;
    padding: 100px 5%;
    position: relative;
}

.proText b {
    display: block;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

.proText span {
    font-size: 76px;
    font-family: "Bronova";
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    display: block;
    margin-bottom: 40px;
}

.proText .More {
    position: absolute;
    left: 10%;
    bottom: 100px;
}

.proLi:hover .proLiImg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.indCon {
    position: relative;
    background: #fff;
}


/* 产品 */
.proItem {
    position: relative;
    /* border-right: 1px solid rgba(0, 0, 0, 0.6); */
}

.proFItem .proText {
    width: 100%;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.proFItem .proText span {
    display: block;
    color: #000;
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0;
}

.proText p {
    color: #333;
    font-size: 20px;
}

.proText img {
    display: block;
    width: 40px;
}

/* ==== */

.js_proImg {
    width: 100%;
    overflow: hidden;
    background: #f6f8fa;
}

.proImg {
    display: block;
    width: 100%;
    padding-top: 68%;
    margin: 40px 0 20px;
}

.proImg img {
    object-fit: contain;
}

/* */
.indProMore {
    position: relative;

    display: none;
}

/* .proItem .more {
    transform: translateX(0);
    transition: all .48s .48s;
}

.proItem .more i {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    transition: all .48s;
} */

.proItem .More {
    margin-top: 20px;
    transition: all .48s;
}

.proItem .More a {
    color: #333;
    padding: 0;
    background: none;
}

.proItem .More a svg {
    width: 16px;
    height: 16px;
}

.proItem .More a svg path {
    fill: #333;
}

.proItem .More a:hover::after {
    display: none;
}

/* == */
.Product {
    position: relative;
    background: #fff;
}

.proBox {
    display: flex;
    flex-wrap: wrap;
}

.proItem {
    width: calc(25% - 20px);
    margin-right: 26px;
    margin-bottom: 40px;
}

.proItem:nth-child(4n) {
    margin-right: 0;
}

.proItem:hover .proText span {
    color: #e92625;
}

.proItem:hover .proImg img {
    transform: scale(1.1);
}

.proItem:hover .more {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0s;
}

.proItem:hover .More {
    opacity: 1;
    transform: translateX(0);
}

.indCon {
    position: relative;
    background: #fff;
}

.indCaseIpt {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.68);
    margin-bottom: 20px;
}

.indCaseIpt input {
    width: 400px;
    padding: 10px;
    background: none;
}

.indCaseIpt svg {
    width: 20px;
    height: 20px;
}

.js_proImg .swiper-slide {
    width: 100%;
}

.change_proImg {
    width: 100%;
    padding: 0 1px;
    margin: 20px 0;
}


.indProPic {
    padding-top: 100%;
    border: 1px solid transparent;
    background: #f6f8fa;
    border-radius: 8px;
}

.indProPic img {
    width: 70%;
    height: 70%;
    left: 15%;
    top: 15%;
    object-fit: contain;
}

.swiper-slide-thumb-active .indProPic {
    border-color: #e92625;
}

.indProIcon {
    display: flex;
    position: absolute;
    right: 0;
    top: 20px;
}

.indProIcon img {
    display: block;
    width: 30px;
    margin-right: 20px;
}





/* 产品详情 */
.proInfo {
    background: #fff;
    position: relative;
    margin-top: 120px;
}

.proInfoBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.proInfoL {
    width: 60%;
}

.proInfoBigImg {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.proInfoBigImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
}

.proInfoBigImg img {
    width: 100%;
}

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

.proInfoImg {
    width: calc(50% - 10px);
    padding-top: 46%;
    background: rgb(235 235 235);
    margin-top: 20px;
}

.proInfoImg img {
    object-fit: contain;
    width: 80%;
    left: 10%;
    top: 10%;
}

.proInfoImg:first-child,
.proInfoImg:nth-child(2) {
    margin-top: 0;
}


/* == */
.proInfoR {
    width: calc(40% - 80px);
    position: sticky;
    top: 0;
}

.proInfoR_text {
    padding-top: 20px;
}

.proInfoR_text .xh {
    display: block;
    font-size: 52px;
    line-height: 1;
    margin-bottom: 10px;
    color: #e92625;
    font-family: "Bronova";
    text-transform: uppercase;
}

.proInfoR_text h5 {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.proInfoR_text p {
    font-size: 20px;
    margin-bottom: 40px;
}

.proInfoR_p span {
    font-size: 20px;
}

.proInfoR_p .proInfoR_li {
    color: #666;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.proInfoR_li b {
    color: #333;
    line-height: 1;
}

.proInfoR_li img {
    width: 30px;
    margin-left: 10px;
}

.proInfoR_p .color{
    display: flex;
    margin-top: 10px;
}

.proInfoR_p .color a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 8px;
}

.proInfoR .More {
    display: flex;
    margin-top: 40px;
}

.proInfoR .More a{
    margin-right: 15px;
}
.proInfoDBox{
    background: #f7f8f9;
    position: relative;
    margin-top: 70px;
}
.proInfoDList{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.proInfoDItem{
    width: 20%;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}
.proInfoDImg{
    width: 100%;
    padding-top: 90%;
    position: relative;
}
.proInfoDImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}
.proInfoDTbox{
    margin-top: 10px;
    position: relative;
    width: 100%;
}
.proInfoDTbox h4{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.proInfoDTbox p{
    font-size: 18px;
    color: #999;
    text-align: center;
}



.proInfoBz {
    position: relative;
    background: #fff;
}

.proInfoBz_li {
    cursor: pointer;
    padding: 28px;
    /* border-bottom: 1px solid rgba(0, 0, 0, .1); */
    background: #f6f8fa;
    position: relative;
    margin-bottom: 10px;
}

.proInfoBz_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.proInfoBz_top span {
    font-size: 24px;
    font-weight: 600;
}

.proInfoBz_top svg {
    width: 24px;
    height: 24px;
    transition: all .48s;
}

.proInfoBz_zk {
    width: 100%;
    margin-top: 50px;
    display: none;
}

.proInfoBz_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.proInfoBz_img {
    width: 30%;
    padding-top: 18%;
    background: #fff;
}

.proInfoBz_img img {
    object-fit: contain;
}

.proInfoBz_dl {
    width: 65%;
    padding: 40px 50px;
}

.proInfoBz_dd {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    font-weight: normal;
    padding-right: 100px;
    margin-bottom: 30px;
}

.proInfoBz_dd img {
    width: 50px;
    margin-right: 10px;
}

/*  */

.proInfoBz_li:hover:after {
    width: 100%;
}

.proInfoBz_li:hover .proInfoBz_top svg {
    transform: rotate(180deg);
}




.proInfoCj {
    position: relative;
    background: #f6f8fa;
    overflow: hidden;
}

.proInfoCj .Tit {
    justify-content: flex-start;
}

.proInfoCj .Tit .swiper-pagination {
    width: auto;
    position: initial;
    font-size: 30px;
    margin: 0 0 10px 100px;
}

.proInfoCj .Tit .swiper-pagination span {
    font-size: 26px;
    padding: 0 10px;
}

.proInfoCjBox {
    position: relative;
    cursor: url(./images/img6.png) 50 50, auto;
}

.proInfoCjImg {
    padding-top: 66%;
}
#body {
    overflow-x: hidden;
}

.proInfoTj {
    /* border-top: 1px solid rgba(0, 0, 0, .1); */
    overflow: hidden;
    width: 100%;
}


/* 推荐产品 */
.proInfoItem {
    position: relative;
    /* border-right: 1px solid rgba(0, 0, 0, 0.6); */
}

.proInfoText {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.proInfoText span {
    display: block;
    color: #000;
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    font-family: "Bronova";
}

.proInfoText p {
    color: #333;
    font-size: 20px;
}

.proInfoText img {
    display: block;
    width: 40px;
}

/* ==== */

.js_proImg {
    width: 100%;
    overflow: hidden;
    background: #f6f8fa;
}

.proImg {
    display: block;
    width: 100%;
    padding-top: 68%;
    margin: 40px 0 20px;
}

.proImg img {
    object-fit: contain;
}

/* */
.indProMore {
    position: relative;

    display: none;
}


.proItem .More {
    margin-top: 20px;
    transition: all .48s;
}

.proItem .More a {
    color: #333;
    padding: 0;
    background: none;
}

.proItem .More a svg {
    width: 16px;
    height: 16px;
}

.proItem .More a svg path {
    fill: #333;
}

.proItem .More a:hover::after {
    display: none;
}

/* == */

.proItem:hover .proText span {
    color: #e92625;
}

.proItem:hover .proImg img {
    transform: scale(1.1);
}

.proItem:hover .more {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0s;
}

.proItem:hover .More {
    opacity: 1;
    transform: translateX(0);
}
.js_indProImg .swiper-slide {
    width: 100%;

}






/* 关于我们 */


.abJj {
    background: #fff;
}

.abJj .indAbText{
    background: none;
}

.abJj .indAbText span {
    display: block;
    margin-bottom: 60px;
}

.abJj .indAbText p {
    width: 90%;
    line-height: 1.8;
}

.indAbText_top i:hover {
    background: #e92625;
    color: #fff;
    border-color: #e92625;
}


/* 数据 */
.absjBox {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
    margin: 0;
}

.abShujuImg {
    width: 100%;
    height: 70vh;
    background: url(../images/indSol_bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.abShujuImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .16);
    position: absolute;
    left: 0;
    top: 0;
}

.abSjuUl {
    width: 94%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 50px;
    display: flex;
    justify-content: space-between;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.abSjuUl .xian {
    width: 1px;
    height: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.abSjuLi span {
    font-size: 36px;
    color: #fff;
}

.abSjuLi span b {
    color: #fff;
    font-size: 98px;
    /* font-family: "albb"; */
    font-weight: 700;
    line-height: 1;
}

.abSjuLi p {
    font-size: 20px;
    color: #fff;
}
.abWh {
    position: relative;
    background: #fff;
}

.abWh .inner {
    width: 84%;
}

/* == */

.abWhYj {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.abWhYjImg {
    width: 40%;
    padding-top: 52%;
    position: relative;
}

.abWhYjImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .18);
    position: absolute;
    left: 0;
    top: 0;
}

.abWhYjText {
    width: 50%;
    z-index: 2;
}

.abWhYjText span {
    display: block;
    color: #333;
}

.abWhYjText p {
    color: #333;
    font-size: 24px;
    margin-bottom: 30px;
}

.abValue{
    padding-bottom: 0 !important;
}

.abValueBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.abValueL {
    width: 30%;
}

.abValueImg {
    width: 100%;
    padding-top: 74%;
    transition: all .68s;
}

.abValueL .Tit {
    margin-top: 40px;
}

.abValueR {
    width: 60%;
    /* height: 612px; */
}

.abValueItem {
    padding: 36px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

.abValueItem::after {
    content: '';
    width: 0;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    bottom: 0;
}

.abValueItem i {
    display: block;
    width: 20%;
    font-size: 36px;
    color: #666;
}

.abValueText {
    width: 80%;
}

.abValueText span {
    display: block;
    font-size: 36px;
    color: #333;

}

.abValueText p {
    color: #666;
    font-size: 20px;
    margin-top: 30px;
    display: none;
}

.swiper-slide-thumb-active .abValueText p {
    display: block;
}

.swiper-slide-thumb-active .abValueItem::after {
    width: 100%;
    transition: all 7s;
}
.footer {
    position: relative;
    background: #fff;
}





/* 联系我们 */
.contact {
    position: relative;
    background: #fff;
}

.conBox {
    display: flex;
    justify-content: space-between;
}

.conText {
    width: 35%;
    background: #f6f8fa;
    padding: 60px 40px;
}

.conText span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 68px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: "Bronova";
}

.conText .email {
    margin-bottom: 40px;
}

.conText .email a {
    display: block;
    font-size: 20px;
}

.conText .conText_div svg {
    width: 24px;
    height: 24px;
    margin-bottom: 15px;
}

.conText .address p {
    font-size: 20px;
}

.conText .More {
    margin-top: 50px;
}

/*  */

.conImg {
    width: 65%;
    padding-top: 36%;
}
.dt {
    width: 100%;
    background: #fff;
    position: relative;
    padding-bottom: 80px;
}

.dtChange {
    position: absolute;
    left: 3%;
    top: 180px;
    z-index: 9;
}

.dtChange span {
    display: inline-block;
    text-align: center;
    min-width: 200px;
    padding: 12px 16px;
    font-size: 20px;
    border-radius: 8px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    color: #fff;
    background: #999;
}

.dtChange span.on {
    background: #222;
}

.dtLink iframe {
    width: 100%;
    height: 100%;
}

.dtLink {
    display: none;
    height: 80vh;
}

.dtLink:first-child {
    display: block;
}









/* Support */
.supBox {
    position: relative;
    background: #fff;
}

.supList {
    display: flex;
}

.supItem {
    width: calc(33.3% - 20px);
    margin-right: 30px;
    transition: all 0.48s;
    position: relative;
}
.supItem:nth-child(3n){
    margin-right: 0;
}
.supImg {
    width: 100%;
    padding-top: 120%;
    position: relative;
    overflow: hidden;
}

.supImg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    transition: all 0.48s;
}
.supImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
}

.supTbox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    transform: translateY(40px);
    transition: all 0.48s;
}

.supTbox p {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "Bronova";
    color: #fff;
}

.supTBtn {
    display: flex;
    pointer-events: none;
    opacity: 0;
    transition: all .68s;
}
.supItem:hover .supTBtn {
    opacity: 1;
    pointer-events: visible;
}
.supItem:hover .supTbox {
    transform: translateY(0);
}
.supItem:hover .supImg img {
    transform: scale(1.1);
}
.supTBtn .More {
    margin-right: 10px;
}








/* Technology */
.tecPBox {
    position: relative;
    background: #fff;
}

.tecPList {
    display: flex;
    justify-content: space-between;
}

.tecPImg {
    width: 40%;
    padding-top: 45%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.tecPImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.tecPImg p {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
    line-height: 1.2;
}

.tecPTBox {
    width: 100%;
    overflow-y: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tecPRig {
    width: 55%;
    padding-top: 45%;
    height: 100%;
    position: relative;
}

.tecPText {
    font-size: 24px;
    color: #333;
    /* text-transform: uppercase; */
    line-height: 1.8;
}

.tecPCon {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.tecPCon:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.tecPTit {
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 50px;
    font-family: "Bronova";
}

.tecZBox{
    position: relative;
    background: #f7f8f9;
    overflow: hidden;
}
.tecZList{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
}
.tecZItem{
    width: 33.3%;
    position: relative;
}
.tecZImg{
    width: 100%;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}
.tecZImg::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    content: '';
    transition: all 0.2s;
}
.tecZImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.48s;
}
.tecZItem:hover .tecZImg img{
    transform: scale(1.2);
}
.tecZItem:hover .tecZImg::after{
    background: rgba(0, 0, 0, .2);
}
.tecZTbox{
    width: 100%;
    padding: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    z-index: 2;
}
.tecZNum{
    font-size: 46px;
    color: #ddd;
    font-family: "Bronova";
    line-height: 1;
}
.tecZText{
    width: 100%;
}
.tecZText p{
    font-size: 22px;
    color: #fff;
    /* text-align: center; */
    text-transform: uppercase;
}










/* 产品分类 */
.backTop a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .6);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 2;
}

.backTop a::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #e92625;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all .48s;
}

.backTop a svg {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 2;
}

.backTop a svg path {
    fill: rgba(0, 0, 0, .6);
    transition: all .48s;
}

/*  */
.backTop a:hover {
    border-color: transparent;
}

.backTop a:hover svg path {
    fill: #fff;
}

.backTop a:hover::after {
    transform: translate(-50%, -50%) scale(1);
}





/* 视频 */
.videoBox{
    position: inherit;
    background: #fff;
}
.videoList{
    padding: 0 5%;
    position: relative;
}
.videoSwiper{
    position: relative;
}
.videoImg{
    width: 100%;
    padding-top: 50%;
    position: relative;
}
.videoImg::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    content: '';
}
.videoImg1{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    
}
.videoImg video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    opacity: 0;
}
.videoImgAct video{
    opacity: 1;
}
.videoImgAct::after{
   display: none;
}
.videoImgAct .videoBf{
    display: none;
}
.videoBf{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 6;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.videoBf svg{
    width: 100%;
    height: 100%;
}
.videoBf svg path{
    fill: #fff;
}
.videoTit{
    display: block;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    margin-top: 30px;
    text-align: center;
}




