.p1Pro {
    width: 100%;
    background: #F7F7F7;
    position: relative;
    padding: 5%;
}

.p1Pro::before {
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-30%);
    border-radius: 12px 12px 0px 0px;
    z-index: 2;
    background: #F7F7F7;
}

.p1ProInd {
    position: relative;
    z-index: 3;
}

.p1ProInd>h3 {
    font-size: var(--36px--);
    color: #333333;
}

.p1ProInd>h4 {
    font-size: var(--21px--);
    color: #EF7700;
    margin-bottom: 5%;
}

.proList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    margin-bottom: 5%;
}

.proItem {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    transition: all .6s ease;
    padding: 10% 10% 0 10%;
}

.proItem:hover {
    box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.23);
}

.proItem>.proImgBox {
    width: 100%;
    height: 270px;
    margin-bottom: 10%;
    overflow: hidden;
}

.proImgBox>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.proImgList {
    width: 100%;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.proImgList>div {
    width: calc((100% / 4) - 5px);
    height: 100%;
    border: 1px solid #bfbbbb;
    margin-right: 5px;
    transition: all .6s ease;
}

.proImgList>div:hover {
    transform: translateY(-10%);
}

.proImgs {
    overflow: hidden;
}

.proImgs>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proName {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5% 0;
}

.proName>p {
    color: #333333;
    font-size: var(--18px--);
    line-height: 150%;
    font-weight: bold;
    transition: all .6s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.proItem:hover>.proName>p {
    color: #EF7700;
    /* text-shadow: 0px 5px 21px rgba(0, 0, 0, 0.23); */
}

.ProMore {
    width: 100%;
    height: 100%;
    background: #E5E5E5;
    border-radius: 12px;
    border: 2px solid #D2D2D2;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s ease;
}


.ProMore:hover {
    box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.23);
}

.ProMore:hover li:nth-child(2) {
    transform: rotate(0);
}

.ProCo {
    margin: 5% 0;
}

.ProCo>ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 20px;
}

.ProCo>ul>li {
    width: 30px;
    height: 30px;
    background-color: #b9b9b9;
    border-radius: 5px;
    /* opacity: 0; */
    transition: all .3s ease;
}

.ProCo>ul>li:nth-child(2) {
    transform: rotate(45deg);
}

.ProCo>p {
    font-weight: bold;
    font-size: var(--36px--);
    color: #A9A9A9;
}

/* pro */
.Pro_Nav {
    width: 100%;
    height: 80px;
    margin-top: -10px;
    border-radius: 12px 12px 0px 0px;
    z-index: 3;
    background: #FFFFFF;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Pro_Nav>a {
    font-weight: bold;
    color: rgb(3, 23, 46);
    font-size: var(--20px--);
    width: calc(20%);
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.3s;
}

.navActive {
    color: #EF7700 !important;
}

.navActive::before {
    width: 30% !important;
}

.pg2>.Pro_Nav>a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 3px;
    background-color: #D7141C;
    transition: width 1s ease;
}

.pg2>.Pro_Nav>a:hover::before {
    width: 30%;
}

.proListBox {
    padding: 5%;
    background-color: #f7f7f7;
}

/* 详情 */
.pD1 {
    display: flex;
    justify-content: space-between;
    padding: 5%;
    overflow: hidden;
}

.proD_ImgBox {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.pDSwiper {
    margin-bottom: 40px;
}

.proD_Title {
    width: 55%;
    padding: 5% 0;
}

.pDSwiper .swiper-slide {
    height: auto !important;
    justify-content: center;
    min-height: 100%;
}

.pDSwiper {
    width: 100%;
}

.pDTSwiper {
    /* width: 100%; */
    width: calc(100% - (40px * 3));
    height: 100%;
}

.pDSwiper .swiper-slide,
.pDTSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.pDTSwiper .swiper-slide {
    height: auto;
    min-height: 100%;

}

.pDSwiper .swiper-slide>img {
    width: 80%;
    /* height: 100%; */
    object-fit: contain;
}

.pDTSwiper .swiper-slide>img {
    width: 80%;
    height: 100%;
    object-fit: contain;
}

.pD1>.proD_ImgBox>.thum {
    width: 80%;
    height: 70px;
    display: flex;
    align-items: center;
}

.swiper_bottom {
    width: 100%;
}


.pDPrev,
.pDNext {
    padding: 0 3%;
    background: #F5F5F5;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    transition: all .6s ease;
    cursor: pointer;
    border-radius: 5px;
}

.pDPrev:hover,
.pDNext:hover {
    background-color: #EF7700;
}

.pDPrev path,
.pDNext path {
    transition: all .6s ease;
}

.pDPrev:hover path,
.pDNext:hover path {
    fill: #fff;
}

.pDAppli {
    display: flex;
    justify-content: center;
}

.pDAppli>img {
    width: calc(100% / 5);
}

.pDTSwiper .swiper-slide {
    aspect-ratio: 1;
    justify-content: center;
    position: relative;
    border-radius: 4px;
}

.pDTSwiper .swiper-slide::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    border-radius: 4px;
    transition: all .6s ease;
}

.pDTSwiper .swiper-slide.swiper-slide.swiper-slide-thumb-active::before {
    opacity: 0;
}

.proD_Title>h4 {
    font-size: var(--16px--);
    color: #EF7700;
    margin-bottom: 10px;
}

.proD_Title>h3 {
    font-size: var(--42px--);
    color: #03172E;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.proD_Title>p {
    font-family: '思源黑体 CN Regular';
    font-size: var(--18px--);
    color: #5F6F82;
    line-height: 36px;
}

.proD_Title>.BtnBox {
    display: flex;
    flex-wrap: wrap;
}

.proD_Title>.BtnBox>a {
    font-size: var(--21px--);
    width: 248px;
    padding: 1.5% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    transition: all .6s ease;
    border: 1px solid transparent;
}

.proD_Title>.BtnBox>a:nth-child(1) {
    color: #fff;
    margin-right: 30px;
    background-color: #EF7700;
}

.proD_Title>.BtnBox>a:nth-child(1):hover {
    border-color: #EF7700;
    background-color: transparent;
    color: #EF7700;
}

.proD_Title>.BtnBox>a:nth-child(2) {
    color: #333333;
    font-style: italic;
    font-weight: bold;
    background: #F7F7F7;
}

.BtnBox>div:hover {
    border-color: #EF7700;
    background-color: transparent;
}

.BtnBox>div {
    width: 248px;
    border-radius: 6px;
    transition: all .6s ease;
    border: 1px solid transparent;
    background: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.BtnBox>div>div {
    font-size: var(--21px--);
    color: #333333;
    font-style: italic;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bc1 {
    transition: all .6s;
}

.bc2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .6s;
    user-select: none;
}

.pD2 {
    width: 100%;
    position: relative;
    /* background: #F7F7F7; */
}

.pD2Tab {
    width: 100%;
    padding: 0 10%;
    background-color: #fff;
    margin-bottom: 10px;
}

.pd2tabN {
    display: flex;
    position: relative;
    z-index: 1;
}

.pd2tabN>div {
    width: calc(100% / 3);
    height: 100%;
    padding: 2% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    font-family: 苹方-简 中粗体;
    color: #03172E;
    font-size: var(--21px--);
    transition: color .6s ease;
}

.pd2tabN>div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 3px;
    background-color: #D7141C;
    transition: width 1s ease;
}

.pd2TabNActive::before{
    width: 100% !important;
}

.pd2tabN>div:last-child {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F7F7F7;
    z-index: -1;
    transition: left .6s ease;
}

.pd2TabNActive {
    color: #EF7700 !important;
}

.PdCBox {
    position: relative;
    padding: 5%;
    background: #F7F7F7;
}

.PdCBox>div {
    display: none;
}

.mainsActive {
    display: inline !important;
}

/* .mainsActive iframe{
    width: 100%;
    aspect-ratio: 2 / 1;
} */

.mainsActive>ul {
    margin: 1% 0 2% 0;
}

.mainsActive>p {
    margin: 1% 0;
    font-size: var(--16px--);
    color: #333;
    line-height: 150%;
}

.mainsActive h3 {
    font-size: var(--18px--);
}

.mainsActive ul>li {
    font-family: 思源黑体 CN Regular;
    list-style: inside;
    font-size: var(--16px--);
    color: #333;
}

.mainsActive table {
    width: 80% !important;
    border-spacing: 0;
}

.mainsActive table td {
    border: 1px solid #CDCCCC;
    border-top: 0px;
}

.mainsActive table th {
    color: #fff;
    background-color: #333;
}

.mainsActive img {
    display: inline;
}

.mainsActive table th,
.mainsActive table td {
    min-width: 100px;
    padding: 1% 3vw;
    /* height: 60px; */
}

.mainsActive table th {
    font-family: 苹方-简 中粗体;
    font-size: var(--21px--);
    font-weight: lighter;
}

.mainsActive table td {
    font-family: 苹方-简 常规体;
    color: #333333;
    font-size: var(--16px--);
}

.mainsActive div {
    width: 60%;
}

.mainsActive div video {
    width: 100%;
    object-fit: contain;
}

.mainsActive div[data-w-e-type="video"] {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.mainsActive div[data-w-e-type="video"] iframe{
    width: 60%;
    aspect-ratio: 2 / 1;
}

.pD3 {
    padding: 80px 5% 2% 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pD3 .title>h3 {
    margin-bottom: 3%;
}

.pD3>.info>div {
    display: flex;
    align-items: center;
}

.pD3 .ip2Swiper {
    width: calc(100% - (60px * 4));
    padding: 2% 1%;
}

.crumb>a:nth-last-of-type(-n+2) {
    font-family: 思源黑体 CN Bold;
}

.pDSwiper .proImgList {
    height: 100px;
    margin-top: 5%;
}

.pDSwiper .proImgList>div {
    width: calc((100% / 5) - 5px);
    position: relative;
    cursor: pointer;
}

.pDSwiper .proImgList>div::before {
    z-index: 2;
    position: absolute;
    content: "";
    width: max(20px, 1.563vw);
    height: max(20px, 1.563vw);
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    border: 1px solid #CC141A;
    background-color: rgba(204, 20, 26, 0.75);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDguOTIgNDA5LjAyIj48ZGVmcz48c3R5bGU+LmR7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iZCIgZD0iTTEwMi4yLDBWMjUuNDNINDQuODZjMzkuMzIsMzkuMzMsNzguNTQsNzguNTYsMTE3LjUxLDExNy41NC02LjcsNi42Ny0xMi42LDEyLjUzLTE4LjU5LDE4LjQ5QzEwNS4wMSwxMjIuNjgsNjUuNzcsODMuNDIsMjUuNzUsNDMuMzl2NTguODNIMFY5LjU4QzEuOTEsNS4xMSw1LjExLDEuOTEsOS41OCwwSDEwMi4yWm0yMDQuNCwwVjI1Ljc3aDU3LjY5bC41MSwuOTNjLTM5LjI1LDM5LjI2LTc4LjUsNzguNTItMTE3LjU1LDExNy41Nyw1LjgsNS44MiwxMS42MSwxMS42NSwxNy44MSwxNy44NywzOS4xMy0zOS4xNCw3OC4zOC03OC40LDExOC4yOC0xMTguMzF2NTguMTdoMjUuNDZ2LTQuNTFjMC0yNi44OC0uMTgtNTMuNzYsLjExLTgwLjYzLC4wOS03LjkyLTIuMjItMTMuNjctOS43LTE2Ljg2aC05Mi42MlpNMCwzOTkuMzJjMy4xOSw3LjQ4LDguOTUsOS43OCwxNi44Nyw5LjcsMjcuMDEtLjMsNTQuMDItLjExLDgxLjAzLS4xMWg0LjA3di0yNS42NEg0My42M2MzOS45My0zOS45NCw3OS4xOS03OS4yLDExOC4zMS0xMTguMzMtNi4yMi02LjA5LTEyLjE4LTExLjkzLTE4LjcxLTE4LjMyLTM5LjA2LDM4Ljk0LTc4LjM4LDc4LjEzLTExNy43OCwxMTcuNDF2LTU3LjMzSDB2OTIuNjRaTTI2NS4yOSwyNDYuODdjLTYuMzMsNi4zNC0xMi4yMywxMi4yNC0xOC44NywxOC44OSwzOS4wMSwzOS4wMiw3OC4yNiw3OC4yOCwxMTcuNjcsMTE3LjdoLTU3LjJ2MjUuNDVoMy44NWMyNy42NywwLDU1LjM0LDAsODMuMDEsMCwxMC4yNSwwLDE1LjA0LTQuODYsMTUuMDUtMTUuMjIsMC0yNy41NCwwLTU1LjA5LDAtODIuNjN2LTQuMTZoLTI1LjU4djU3Ljk2Yy0zOS43My0zOS43NC03OC45OC03OS0xMTcuOTQtMTE3Ljk3WiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    -moz-background-size: max(15px, 1.042vw);
    background-size: max(15px, 1.042vw);
    background-position: center center;
    -webkit-transition: 0.45s ease all;
    -o-transition: 0.45s ease all;
    -moz-transition: 0.45s ease all;
    transition: 0.45s ease all;
    opacity: 0;
}

.pDSwiper .proImgList>div::after {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    opacity: 0;
    -webkit-transition: 0.45s ease all;
    -o-transition: 0.45s ease all;
    -moz-transition: 0.45s ease all;
    transition: 0.45s ease all;
    z-index: 1;
}

.pDSwiper .proImgList>div:hover:before {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}

.pDSwiper .proImgList>div:hover:after {
    opacity: 0.5;
}

.pDTSlide {
    transition: all .6s ease;
}

.pDTSlide.swiper-slide-thumb-active {
    border: 2px solid #EF7700;
}

@media (max-width: 1200px) {
    .proList {
        grid-template-columns: repeat(3, 1fr);
    }

    .page1>.info>h3 {
        line-height: 100%;
    }

    .pDSwiper .proImgList>div {
        width: calc((100% / 4) - 5px);
    }

    .proD_ImgBox {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .proList {
        grid-template-columns: repeat(2, 1fr);
    }

    .pD1 {
        align-items: center;
        flex-direction: column-reverse;
    }

    .proD_Title {
        width: 100%;
    }

    .proD_ImgBox {
        width: 80%;
    }

    .mainsActive table {
        width: 100% !important;
    }

    .mainsActive div {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .proList {
        grid-template-columns: repeat(1, 1fr);
    }

    .proD_Title>.BtnBox>a:nth-child(1) {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .proD_Title>.BtnBox>a,
    .pD1>.proD_ImgBox>.thum {
        width: 100%;
    }

    .proD_ImgBox {
        width: 100%;
    }

    /* .pD3 .ip2Swiper {
        padding: 1%;
    } */

    .pD3 .ip2Swiper {
        width: calc(100% - (60px * 2));
    }

    .ip2Swiper .swiper-slide {
        padding: 8%;
    }

    .Pro_Nav>a {
        width: 30%;
    }
}