
.proPBox {
    position: relative;
    padding-top: 50px;
}

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

.proPLeft {
    width: 280px;
    padding-bottom: 50px;
}

.proPNavBox {
    width: 100%;
}

.proPNav {
    position: relative;
}
.proPNItem {
    position: relative;
    padding: 5px 0;
}

.proPNItem p {
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-flex;
}

.proPNItem.proPNItemAct p {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}


.proPList {
    width: calc(100% - 380px);
    position: relative;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.proPItem {
    width: 100%;
    margin-bottom: 50px;
}

.proPImg {
    width: 100%;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}

.proPImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
}

.proPTit {
    font-size: 28px;
    font-weight: 600;
    transition: all 0.48s;
}
.proPText{
    margin: 10px 0 30px;
}
.proPText p{
    font-size: 16px;
}
.proPTbox {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 30px;
}
.proPItem:hover .proPImg img{
    transform: scale(1.1);
}
.proPItem:hover .proPTit {
    color: #007eb1;
}


.proPNItem {
    position: relative;
    padding: 5px 0;
    display: block;
}

.proPNItem p {
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-flex;
}

.proPNItem.proPNItemAct p {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}


.proPList {
    width: calc(100% - 380px);
    position: relative;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.proPLItem {
    width: calc(50% - 30px);
    margin-right: 60px;
    margin-bottom: 60px;
}
.proPLItem:nth-child(2n){
    margin-right: 0;
}
.proPLImg {
    width: 100%;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}

.proPLImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
}

.proPTit {
    font-size: 28px;
    font-weight: 600;
    transition: all 0.48s;
}
.proPLText{
    margin: 10px 0 0;
}
.proPLText p{
    font-size: 16px;
}
.proPLTbox {
    width: 75%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 20px;
}
.proPLItem:hover .proPLImg img{
    transform: scale(1.1);
}
.proPLItem:hover .proPTit {
    color: #007eb1;
}





@media(max-width:1680px){
    .proPList {
        width: calc(100% - 320px);
    }
    .proPLItem {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .proPTit {
        font-size: 24px;
    }
}

@media(max-width:1480px){
    .proPLeft {
width: 250px;
padding-bottom: 50px;
}

.proPList {
width: calc(100% - 280px);
}
.proPTbox {
width: 60%;
}
}
@media(max-width:1280px){
    
    .proPLeft {
width: 230px;
padding-bottom: 50px;
}
.proPList {
width: calc(100% - 250px);
}
    .proPText p {
font-size: 14px;
}
.proPTit {
font-size: 24px;
}
}
@media(max-width:1200px){
    .proPTbox {
width: 70%;
}
.proPLItem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
}
@media(max-width:1024px){
    .proPBox .inner{
        flex-wrap: wrap;
    }
    .proPNav{
        display: flex;
        align-items: center;
    }
    .proPLeft{
        width: 100%;
        padding-bottom: 30px;
    }
    .proPList {
        width: 100%;
}
.proPNItem{
margin-right: 30px;
}
.proPBox{
/* padding-top: 0; */
}
}
@media(max-width:768px){
    .proPTbox {
width: 80%;
}
}
@media(max-width:680px){
    .proPTbox {
width: 100%;
position: relative;
top: 0;
background: #f7f8f9;
}
.proPLTbox {
    width: 100%;
position: relative;
top: 0;
background: #f7f8f9;
}
}
@media(max-width:500px){
    .proPTit {
font-size: 20px;
}
.proPNItem p {
    font-size: 14px;
}
}










.capCBox {
    padding-top: 30px;
    position: relative;
}

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

.capCLeft {
    width: 280px;
    position: relative;
}

.capCNavBox {
    width: 100%;
    position: sticky;
    top: 120px;
}

.capCNList {
    margin-top: 50px;
}

.capNItem {
    position: relative;
    padding: 5px 0;
}

.capNItem p {
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-flex;
}

.capNItem.capNItemAct p {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.capCRig {
    width: calc(100% - 380px);
}
.capQBox{
    position: relative;
    overflow: hidden;
}
.capQItem {
    position: relative;
    margin-bottom: 100px;
}

.capQNum {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    align-items: end;
    padding: 20px 5%;
    position: relative;
}

.capQNum::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    height: 2px;
    background-image: url(./images/xian.svg);
    opacity: 0.5;
}

.capQNum span {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    margin-left: 10px;
    text-transform: uppercase;
}
.capQNum p{
    font-size: 46px;
    margin-left: 10px;
    font-weight: 600;
    line-height: 1;
}
.capQImg {
    margin: 50px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 45%;
}
.capQImg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
}
.capQImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}



.capQBon {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 100px;
    padding: 0 5%;
}

.capQRImg {
    width: 40%;
    position: relative;
}

.capQRImg1 {
    width: 42%;
    padding-top: 55%;
}

.capQRImg2 {
    width: 32%;
    padding-top: 42%;
}

.capQRImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.capQTbox{
    position: absolute;
    left: 5%;
    bottom: 20%;
    z-index: 6;
    width: 90%;
    z-index: 2;
}
 .capQTItem{
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    justify-content: space-between;
    transition: all 0.48s;
 }
 .capQTItem:first-child{
    border-top: 1px solid rgba(255, 255, 255, .2);
 }
 .capQTItem:hover{
    background: rgba(255, 255, 255, .2);
    padding: 30px 30px;
 }
 .capQTit {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    width: 30%;
}

.capQText {
    width: 60%;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.capAText {
    margin: 30px 0 50px;
}

.capAText p {
    font-size: 20px;
}

.capAImg {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.capAImg img {
    width: 55%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.1s;
}
@media (max-width: 1680px){
    .capCRig {
        width: calc(100% - 320px);
    }
}
@media (max-width: 1480px){
    .capCLeft{
        width: 250px;
    }
    .capCRig {
        width: calc(100% - 300px);
    }
    .capQNum span {
        font-size: 66px;
    }
    .capQNum p {
        font-size: 36px;
    }
    .capQTit {
        font-size: 24px;
        width: 25%;
    }
    .capQText {
        width: 70%;
        font-size: 16px;
    }
    .capQTbox{
        bottom: 30px;
    }
    .capQItem {
        margin-bottom: 60px;
    }
    .capQBon {
        margin-top: 50px;
        padding: 0 5%;
    }
    .capQRImg2 {
        width: 40%;
    }
}
@media (max-width: 1280px){
    .capQNum span {
        font-size: 52px;
    }
    .capQNum p {
        font-size: 32px;
    }
    .capAText p {
        font-size: 18px;
    }
    .capCLeft{
        width: 230px;
    }
    .capCRig {
        width: calc(100% - 280px);
    }
    .capQTItem {
        justify-content: flex-start;
    }
    .capQTit {
        width: 20%;
        font-size: 20px;
    }
    .capQText {
        width: 80%;
    }
    .capQTItem {
        padding: 15px 0;
    }
    .capQTItem:hover {
        background: rgba(255, 255, 255, .2);
        padding: 15px;
    }
}
@media (max-width: 1024px){
    .capQImg{
        margin: 30px 0;
    }
    .capQRImg1 {
        width: 50%;
        padding-top: 55%;
    }
    .capQRImg2 {
        width: 45%;
    }
    .capQBox{
        padding-top: 0;
    }
    .capCBox .inner{
        flex-wrap: wrap;
    }
    .capQNum span {
        font-size: 42px;
    }
    .capQNum p {
        font-size: 24px;
    }
    .capCLeft{
        width: 100%;
    }
    .capCRig {
        width: 100%;
    }
    .capAImg img{
        width: 100%;
    }
}
@media (max-width: 900px){
    .capAText p {
        font-size: 16px;
    }
    .capQTbox{
        position: relative;
        bottom: auto;
    }
    .capQTItem{
        flex-wrap: wrap;
    }
    .capQTit {
        width: 100%;
    }
    .capQText {
        width: 100%;
        margin-top: 10px;
        opacity: .8;
    }
    .capQNum span {
        font-size: 36px;
    }
    .capAText {
        margin: 20px 0 30px;
    }
}
@media (max-width: 680px){
    .capQNum span {
        font-size: 28px;
    }
    .capQImg{
        margin: 0 0 10px;
    }
    .capQBon {
        margin-top: 30px;
        padding: 0 5%;
    }
}
@media (max-width: 500px){
    .capAText p {
        font-size: 14px;
    }
    .capQTit {
        font-size: 18px;
    }
    .capQNum p {
        font-size: 20px;
    }
    .capQNum span {
        font-size: 24px;
    }
}