.pg1 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pg1>img {
    width: 100%;
    min-height: 30vh;
}

.pg1>.info {
    position: absolute;
    left: 5%;
    top: 50%;
}

.pg1>.info>h3 {
    font-family: Plus Jakarta Sans ExtraBold;
    font-size: var(--48px--);
    color: #FFFFFF;
    line-height: 61px;
}

.ip2 {
    display: flex;
    justify-content: space-between;
}

.proNav {
    width: 30%;
    position: relative;
    border-right: 1px solid rgba(151, 151, 151, 0.13);
}

.NavBox {
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
}

.proNav>.NavBox>* {
    padding-left: 17%;
    box-sizing: border-box;
    line-height: 200%;
    border-bottom: 1px solid rgba(151, 151, 151, 0.13);
}

.NavBox>h3 {
    font-family: Plus Jakarta Sans ExtraBold;
    font-size: var(--24px--);
    color: #05102F;
    padding: 5% 0;
}

.NavBox>div {
    padding: 3% 0;
    position: relative;
    cursor: pointer;
}

.NavBox>div::before {
    content: '';
    width: 13px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    border-radius: 0 100px 100px 0;
    background-color: #0050B1;
    transition: transform .6s ease;
}

.NavBox>div:hover::before,
.activeNav::before {
    transform: translateX(0%) !important;
}


.NavBox>div a {
    color: #333333;
    font-size: var(--16px--);
    position: relative;
    padding-left: 5%;
    box-sizing: border-box;
    transition: color .6s ease;
    display: block;
    line-height: 150%;
}

.NavBox>div:hover>a {
    color: #0050B1;
}

.NavBox>div>a::before,
.NavBox>div>a::after {
    content: '';
    width: 2px;
    height: 10px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .3s ease;
}

.activeNav>a {
    color: #0050B1 !important;
}

.activeNav>a::before,
.activeNav>a::after {
    background-color: #0050B1 !important;
}

.NavBox>div>a::after {
    transform: translateY(-50%) rotate(90deg);
}

.threeNav {
    height: 0;
    overflow: hidden;
    transition: all .6s ease;
    display: flex;
    flex-direction: column;
}

.activeNav>a::before {
    transform: translateY(-50%) rotate(90deg) !important;
}

.activeNav>.threeNav {
    /* box-sizing: border-box; */
    margin: 2% 5%;
    margin-right: 0;
}

.proCon {
    width: 65%;
    padding: 5% 5% 5% 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.proCon>.cate_title {
    margin-bottom: 30px;
}

.proCon>.cate_title>div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.proCon>.cate_title>div>div {
    width: 9px;
    height: 45px;
    background: #0050B1;
    border-radius: 5px;
    margin-right: 2%;
}

.proCon>.cate_title>div>p {
    font-size: var(--24px--);
    color: #0050B1;
}

.proCon>.cate_title>p {
    text-indent: 2rem;
    font-size: var(--16px--);
    color: #333333;
}

.proList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.proItem {
    position: relative;
    overflow: hidden;
}

.proItem::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(to top, #7CA7DA 0%, rgba(224, 231, 238, 0) 100%);
    transition: all .6s ease;
    z-index: 2;
}

.proItem:hover::before {
    top: 0;
}

.proItem>div {
    overflow: hidden;
    margin-bottom: 10px;
}

.proItem>div>img {
    width: 100%;
    object-fit: contain;
}

.proItem>p {
    font-family: Plus Jakarta Sans Regular;
    font-size: var(--18px--);
    color: #000000;
    text-align: center;
    position: relative;
    z-index: 5;
    transition: all .6s ease;
}

.proItem:hover>p {
    transform: translateY(-20px);
}

/* 详情 */

.pd1 {
    width: 100%;
    padding: 5%;
    overflow: hidden;
    position: relative;
}

.pd1Synopsis {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 5%;
}

.proDetail {
    margin-bottom: 5%;
}

.pd1Synopsis>div:nth-child(1) {
    width: 40%;
    border: 1px solid #D7D7D7;
}

.pd1Synopsis>div:nth-child(2) {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pd1SynSlide {
    overflow: hidden;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.pd1SynSlide>img {
    width: 100%;
    max-height: 450px;
    object-fit: contain;
}

.pd1Synopsis>div:nth-child(2)>h3 {
    font-size: var(--42px--);
    color: #000000;
    margin-bottom: 20px;
}

.pd1Synopsis>div:nth-child(2)>p {
    font-size: var(--18px--);
    color: #333;
    margin-bottom: 20px;
}

.pd1Synopsis>div:nth-child(2)>.pro_fx {
    margin-bottom: 20px;
}

.proDetailButtonBox {
    display: flex;
}

.proDetailButtonBox>a {
    width: 250px;
    height: 60px;
    font-size: var(--21px--);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .6s ease;
    margin-bottom: 5%;
}

.proDetailButtonBox>a:nth-child(1) {
    border: 1px solid #0050B1;
    background-color: #0050B1;
    color: #FFFFFF;
    margin-right: 20px;
}

.proDetailButtonBox>a:nth-child(2) {
    border: 1px solid #828282;
    background-color: #fff;
    color: #03172E;
}

.proDetailButtonBox>a:hover {
    background-color: transparent;
}

.proDetailButtonBox>a:nth-child(1):hover {
    color: #0050B1;
}

.proDetailButtonBox>a:nth-child(1):hover svg path {
    fill: #0050B1;
}

.proDetailButtonBox>a:nth-child(2):hover {
    border-color: #0050B1;
    color: #0050B1;
}

.proDetailButtonBox>a:nth-child(2):hover svg path {
    fill: #0050B1;
}

.proDetail>p {
    font-size: var(--18px--);
    color: #333;
}

@media (max-width:1200px) {}

@media (max-width:768px) {
    .proList{
        grid-template-columns: repeat(2,1fr);
    }

    .ip2{
        flex-direction: column;
    }
    .proNav{
        width: 100%;
    }
    .NavBox{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .proNav>.NavBox>h3{
        width: 100%;
    }
    .proCon{
        width: 100%;
    }
    .proCon,
    .proNav{
        padding: 5%;
    }
    .proNav>.NavBox>*{
        width: 100%;
        padding-left: 0;
    }
    .NavBox>div::before{
        width: 0;
    }
    /* .NavBox>div a{
        display: inline;
    } */
    .pd1Synopsis{
        flex-direction: column-reverse;
    }
    .pd1Synopsis>div{
        width: 100% !important;
    }
}

@media (max-width: 480px){
    .proDetailButtonBox{
        flex-wrap: wrap;
    }
    .proDetailButtonBox>a{
        width: 100%;
        margin-right: 0 !important;
    }
}

@media (max-width:320px) {
    .proList{
        grid-template-columns: repeat(1,1fr);
    }
}