.ByBox {
    position: relative;
    margin-top: 88px;
}

.ByBan {
    width: 100%;
    height: 60vh;
    position: relative;
}

.ByImg {
    width: 100%;
    height: 100%;
    position: relative;
}

.ByImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.ByImg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, .2);
}

.ByBanBon {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
}

.ByBanBon .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.ByBanTit {
    font-size: 52px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.ByBanGd {
    width: 80px;
    height: 80px;
    /* border: 1px solid rgba(255, 255, 255, .3); */
    background: rgba(255, 255, 255);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ByBanGd svg {
    width: 30px;
    height: 30px;
    animation: translateY 4s infinite;
    -webkit-animation: translateY 4s infinite;
}

.ByBanGd svg path {
    /* fill: #fff; */
    fill: rgba(0, 47, 167);
}

@keyframes translateY {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    20% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }

    50% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    75% {
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
    }


    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@media(max-width:1680px) {
    .ByBanTit {
        font-size: 44px;
    }

    .ByBanGd {
        width: 70px;
        height: 70px;
    }

    .ByBanGd svg {
        width: 25px;
        height: 25px;
    }

    .ByBox {
        margin-top: 80px;
    }
}

@media(max-width:1480px) {
    .ByBanTit {
        font-size: 36px;
    }

    .ByBox {
        margin-top: 65px;
    }

    .ByBan {
        height: 55vh;
    }

    .ByBanGd {
        width: 62px;
        height: 62px;
    }
}

@media(max-width:1280px) {
    .ByBanTit {
        font-size: 32px;
    }

    .ByBan {
        height: 420px;
    }

}

@media(max-width:1200px) {

    .ByBan {
        height: 400px;
    }

}

@media(max-width:1024px) {

    .ByBanTit {
        font-size: 28px;
    }

    .ByBanGd {
        width: 52px;
        height: 52px;
    }
}


@media(max-width:900px) {

    .ByBanTit {
        font-size: 24px;
    }

    .ByBanGd {
        width: 45px;
        height: 45px;
    }

    .ByBan {
        height: 350px;
    }
}


@media(max-width:680px) {
     .ByBanTit {
        font-size: 20px;
    }

    .ByBanGd svg {
        width: 20px;
        height: 20px;
    }

    .ByBan {
        height: 300px;
    }

    .ByBox {
        margin-top: 60px;
    }

    .ByBanBon .inner {
        padding-bottom: 0;
        border-bottom: none;
    }

}
@media(max-width:500px) {
    
    .ByBan {
        height: 250px;
    }
}










.NavBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.NavItem {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f8f9;
    font-size: 16px;
    margin: 0 5px;
}

.NavItem.on,
.NavItem:hover {
    background: rgba(0, 47, 167);
    color: #fff;
}

@media(max-width:1680px) {
    .NavItem {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}

@media(max-width:1280px) {
    .NavItem {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

@media(max-width:680px) {
.NavItem {
        width: 38px;
        height: 38px;
         margin: 0 3px;
    }
}

















.aboABox {
    position: relative;
    overflow: hidden;
}

.aboATop {
    display: flex;
    justify-content: space-between;
}

.aboARig {
    width: 70%;
    position: relative;
}

.aboAText {
    position: relative;
}

.aboAText p {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
    text-indent: 4ch;
}

.aboAText h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color: rgba(0, 47, 167);
}

.aboAText h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.aboABon {
    position: relative;
}




.aboPBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.aboPRig {
    width: 45%;
    background: rgba(0, 47, 167);
    position: relative;
}

.aboPSwiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.aboPItem {
    display: flex;
    padding: 10%;
    flex-direction: column;
    justify-content: center;
}

.aboPTit {
    font-size: 36px;
    color: #fff;
    font-weight: 600;

}

.aboPText {
    margin: 30px 0 50px;
    position: relative;

}

.aboPText p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    opacity: .8;
}

.aboPLeft {
    width: 55%;
    position: relative;
}

.aboPImg {
    width: 100%;
    height: 100%;
    position: relative;
}

.aboPImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.aboPImg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0, 47, 167, .5);
}

.aboPTbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 12%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aboPCon {
    margin: 30px 0 50px;
    position: relative;
}

.aboPCItem {
    position: relative;
    padding: 5px 0;
    cursor: pointer;
}

.aboPCItem p {
    font-size: 20px;
    color: #fff;
    opacity: .6;
}

.aboPCItem.swiper-slide-thumb-active p {
    opacity: 1;
}

.aboPCSwiper {
    margin-top: 30px;
}

.aboPBtnBox {
    display: flex;
    align-items: center;
}

.aboPBtn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255);
    transition: all 0.48s;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
}

.aboPBtn svg {
    width: 22px;
    height: 22px;
    position: relative;
    z-index: 2;
}

.aboPBtn::before {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    background: rgba(0, 47, 167);
    transition: all 0.48s;
}

.aboPBtn svg path {
    fill: rgba(0, 47, 167);
}

.aboPBtn:hover::before {
    width: 100%;
    height: 100%;
}

.aboPBtn:hover svg path {
    fill: #fff;
}

.aboPISwiper {
    width: 100%;
    height: 75vh;
}







.aboHBox {
    position: relative;
    overflow: hidden;
}

.aboHTop {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboHList {
    margin-top: 70px;
    position: relative;
}

.aboHXian {
    border-top: 1px solid rgba(0, 47, 167, .2);
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.aboHSwiper {
    padding: 0 5px;
    width: 100%;
    overflow: inherit;
}

.aboHItem {
    position: relative;
}

.aboHITop {
    border-left: 1px solid rgba(0, 47, 167, .2);
    position: relative;
    height: 250px;
    margin-bottom: 0;
}


.aboHTime {
    font-size: 32px;
    line-height: 1;
    color: rgba(0, 47, 167);
    font-weight: 600;
}

.aboHTime b {
    font-size: 16px;
    color: rgba(0, 47, 167);
}

.aboHTit {
    font-size: 16px;
    color: #888;
    margin-top: 10px;
    height: 120px;
    overflow-y: auto;
}

.aboHIBon {
    padding: 10px 0 10px 30px;
    border-left: 1px solid rgba(0, 47, 167, .2);
    position: relative;
    height: 250px;

}

.aboHItem:nth-child(2n) .aboHITop {
    opacity: 0;
}

.aboHItem:nth-child(2n + 1) .aboHIBon {
    opacity: 0;
}
.aboHItem:hover{
    z-index: 6;
}
.aboHTbox {
    width: 180%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 10px 0 10px 30px;
}

.aboHIBon .aboHTbox {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.aboHBtn {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 47, 167);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.aboHBtn svg {
    width: 40%;
    height: 40%;
    position: relative;
}

.aboHBtn svg path {
    fill: #fff;
}

.aboHBtn.aboHSwiper_prev {
    left: 0;
}

.aboHBtn.aboHSwiper_next {
    right: 0;
}

.aboHCon{
    position: relative;
    margin-top: 30px;
    display: none;
}
.aboHCon::after{
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    content: '';
    background: rgb(10, 48, 140, .1);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.aboHCItem{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.aboHCLeft{
    width: 45%;
    position: relative;
}
.aboHCRig{
     width: 45%;
      position: relative;
}
.aboHCItem::before{
    width: 3%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 15px;
    content: '';
    background: rgb(10, 48, 140, .1);
}
.aboHCItem:nth-child(2n - 1) .aboHCRig{
    order: -1;
}
.aboHCItem:nth-child(2n - 1)::before{
    left: 47%;
}
    .aboHCItem:nth-child(2n - 1) .aboHTit {
        text-align: end;
    }
    .aboHCItem:nth-child(2n - 1) .aboHTime {
        font-size: 20px;
        display: flex;
        justify-content: end;
    }


 .aboHCItem .aboHTit{
    height: auto;
}





@media(max-width:1024px) {
.aboHList{
    display: none;
}
.aboHCon{
    display: block;
}
}













.aboFBox {
    position: relative;
    background: #f7f8f9;
    overflow: hidden;
}

.aboFBox .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aboFLeft {
    width: 45%;
    position: relative;
}

.aboFRig {
    width: 50%;
    position: relative;
}

.aboFImg {
    width: 100%;
    padding-top: 68%;
    position: relative;
}

.aboFImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.aboFText {
    margin-top: 20px;
}

.aboFText p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #666;
    text-indent: 4ch;
}

.aboFText b {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    color: rgba(0, 47, 167);
}

.aboZBox {
    position: relative;
    overflow: hidden;
}

.aboZTop {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboZList {
    width: 100%;
    position: relative;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.aboZItem {
    width: calc(50% - 20px);
    position: relative;
    margin-right: 20px;
    background: #f7f8f9;
    padding: 30px;
    overflow: hidden;
}

.aboZItem:nth-child(2n) {
    margin-right: 0;
}

.aboZImgBox {
    width: 100%;
    position: relative;
}

.aboZImgSwiper1 {
    width: 100%;
    position: relative;
}

.aboZImg {
    width: 100%;
    padding-top: 65%;
    position: relative;
}

.aboZImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.aboZTbox {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.aboZTit {
    font-size: 28px;
    line-height: 40px;
        height: 100px;
    font-weight: 600;
    color: rgba(0, 47, 167);
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.aboZNList {
    margin-top: 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;

}

.aboZNItem {
    position: relative;
    padding: 20px 0;

    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.aboZNItem::after {
    width: 1px;
    height: 80%;
    position: absolute;
    right: -20px;
    top: 10%;
    content: '';
    background: rgba(0, 0, 0, .1);
}

.aboZNum {
    position: relative;
}

.aboZNum b {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    color: rgba(0, 47, 167);
    position: relative;
}

.aboZNum i {
    font-size: 16px;
    color: #999;
    position: relative;
}

.aboZNItem p {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    color: #999;
}

.aboZNItem_50 {
    width: calc(50% - 30px);
    margin-right: 40px;
}

.aboZNItem_50:nth-child(2n) {
    margin-right: 0;
    border-right: none
}

.aboZNItem_33 {
    width: calc(33.3% - 30px);
    margin-right: 40px;
}

.aboZNItem_33:nth-child(3n) {
    margin-right: 0;
    border-right: none
}

.aboZNItem_33:nth-child(3n)::after {
    width: 0;
}

.aboZNItem_50:nth-child(2n)::after {
    width: 0;
}

.aboZNItem_50:nth-child(3) {
    border-bottom: none;
}

.aboZNItem_33:nth-child(5) {
    border-bottom: none;
}

.aboZNItem_33:nth-child(4) {
    border-bottom: none;
}

.aboZBtn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    background: rgba(0, 47, 167);
    cursor: pointer;
    transition: all 0.48s;
    opacity: .6;
}

.aboZItem:hover .aboZBtn {
    opacity: 1;
}

.aboZImgSwiper1_prev,
.aboZImgSwiper2_prev {
    left: 0;
}

.aboZImgSwiper1_next,
.aboZImgSwiper2_next {
    right: 0;
}

.aboZBtn svg {
    width: 40%;
    height: 40%;
}

.aboZBtn svg path {
    fill: #fff
}

.aboZText {
    width: 100%;
    padding: 20px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    opacity: .8;
}

.aboQBox {
    position: relative;
    background: #f7f8f9;
    overflow: hidden;
}

.aboQTop {
    position: relative;
}

.aboQNList {
    display: flex;
    align-items: center;
    margin: 30px 0 50px;
}



.aboQText {
    position: relative;
    margin-top: 30px;
}

.aboQText p {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
    text-align: center;
}

.aboQText p span {
    font-size: 18px;
    color: #666;
    margin: 0 15px;
}

.aboQRig {
    position: relative;
}

.aboQImg {
    width: 100%;
    padding-top: 52%;
    position: relative;
}

.aboQImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.aboQLeft {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.aboQList {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    display: none;
}

.aboQItem {
    padding: 20px 30px 50px;
    background: #fff;
    border-radius: 16px;
    width: calc(33.3% - 12px);
    margin-right: 18px;
    margin-bottom: 18px;
}

.aboQItem:nth-child(3n) {
    margin-right: 0;
}

.aboQTit {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 0;
    color: #0a308c;
    border-bottom: 1px solid rgb(10, 48, 140, .1);
    margin-bottom: 20px;
}

.aboQDz {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    color: #0a308c;
}

.aboQSwiper {
    width: 100%;
}

.aboQDText {
    margin-top: 20px;
}

.aboQDText p {
    font-size: 16px;
    color: #888;
    padding: 5px 0;
}

.aboQDText a {
    font-size: 16px;
    color: #888;
    transition: all 0.48s;
}

.aboQDText a:hover {
    color: #0a308c;
}



.aboQIcon {
    position: absolute;
    z-index: 2;
    opacity: .5;
    cursor: pointer;
    transition: all 0.48s;
}

.aboQSvg {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.aboQSvg svg {
    width: 100%;
    height: 100%;
}

.aboQSvg svg path {
    fill: #0a308c;
}

.aboQIcon p {
    font-size: 14px;
    text-transform: capitalize;
    color: #0a308c;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    min-width: 100px;
}

.aboQIcon1 {
    left: 50%;
    top: 31%;
}

.aboQIcon2 {
    left: 75%;
    top: 57%;
}

.aboQIcon3 {
    left: 67%;
    top: 50%;
}

.aboQIcon4 {
    left: 79.5%;
    top: 43%;
}
.aboQIcon5{
 left: 21.5%;
    top: 40%;
}
.aboQIcon:hover {
    opacity: 1;
}

.aboQBon {
    position: relative;
}

.aboQNavBox {
    display: flex;
    align-items: center;
}

.aboQNav {
    margin-right: 10px;
    background: #fff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #0a308c;
    width: 180px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.48s;
    cursor: pointer;
}

.aboQNav.Act {
    background: #0a308c;
    color: #fff;
}

.aboQNav:hover {
    background: #0a308c;
    color: #fff;
}

.aboQIconBox {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.aboQIconItem {
    display: flex;
    align-items: center;
    margin-right: 12px;
    justify-content: center;
    opacity: .6;
    transition: all 0.48s;
}

.aboQIconItem:hover {
    opacity: 1;
}

.aboQIconItem svg {
    width: 32px;
    height: 32px;
}

.aboQIconItem svg path {
    fill: #0a308c;
}






















@media(max-width:1680px) {
    .aboAText p {
        font-size: 16px;
    }

    .aboAText h3 {
        font-size: 20px;
    }

    .aboAText h4 {
        font-size: 18px;
    }

    .aboARig {
        width: 75%;
    }

    .aboPTit {
        font-size: 28px;
    }

    .aboPText p {
        font-size: 16px;
    }

    .aboPCItem p {
        font-size: 18px;
    }

    .aboPCItem p {
        font-size: 18px;
    }

    .aboPBtn {
        width: 55px;
        height: 55px;
    }

    .aboHTit {
        font-size: 16px;
    }

    .aboHTime {
        font-size: 28px;
    }

    .aboHTime b {
        font-size: 14px;
    }

    .aboHBtn {
        width: 50px;
        height: 50px;
    }

    .aboHITop,
    .aboHIBon {
        height: 180px;
    }

    .aboHList {
        margin-top: 50px;
    }

    .aboFText p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .aboQTit {
        font-size: 24px;
    }

    .aboQDz {
        font-size: 20px;
    }

    .aboQText p,
    .aboQText p span {
        font-size: 16px;
    }
}

@media(max-width:1480px) {
    .aboQNav {
        width: 160px;
        height: 65px;
        font-size: 16px;
    }

    .aboQTit {
        font-size: 24px;
        padding: 12px 0;
    }

    .aboPTit {
        font-size: 24px;
    }

    .aboPBtn {
        width: 50px;
        height: 50px;
    }

    .aboPISwiper {
        height: 72vh;
    }

    .aboPBtn svg {
        width: 20px;
        height: 20px;
    }

    .aboAText h4 {
        font-size: 16px;
    }

    .aboZTit {
        font-size: 24px;
    }

    .aboZNum b {
        font-size: 24px;
    }

    .aboZBtn {
        width: 42px;
        height: 42px;
    }

    .aboZText {
        font-size: 16px;
    }

    .aboHTime {
        font-size: 24px;
    }

    .aboHTit {
        font-size: 14px;
    }
}

@media(max-width:1280px) {
    .aboQIcon p {
        font-size: 12px;
    }

    .aboHBtn {
        width: 40px;
        height: 40px;
    }

    .aboQDText p {
        padding: 3px 0;
    }

    .aboQText p,
    .aboQText p span {
        font-size: 14px;
    }

    .aboQDText a,
    .aboQDText p {
        font-size: 14px;
    }

    .aboQDz {
        font-size: 18px;
    }

    .aboQTit {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .aboQItem {
        padding: 10px 20px 30px;
    }

    .aboZTit {
        font-size: 20px;
    }

    .aboZNum b {
        font-size: 20px;
    }

    .aboZNItem p {
        font-size: 14px;
    }

    .aboZText {
        font-size: 14px;
    }

    .aboHITop,
    .aboHIBon {
        height: 160px;
    }

    .aboHTbox {
        padding: 10px 0 10px 20px;
    }

    .aboFText p {
        font-size: 14px;
    }

    .aboHBtn {
        width: 45px;
        height: 45px;
    }

    .aboHTime {
        font-size: 24px;
    }

    .aboHTit {
        font-size: 14px;
    }

    .aboAText p {
        font-size: 14px;
    }

    .aboAText h3 {
        font-size: 18px;
    }

    .aboPTbox {
        padding: 10%
    }

    .aboPISwiper {
        height: 600px;
    }

    .aboPCItem p {
        font-size: 16px;
    }

    .aboPText p {
        font-size: 14px;
    }

    .aboPTit {
        font-size: 20px;
    }

    .aboQNav {
        width: 160px;
        height: 55px;
        font-size: 16px;
    }

    .aboQIconItem svg {
        width: 28px;
        height: 28px;
    }
}

@media(max-width:1200px) {
    .aboZItem {
        width: calc(50% - 10px);
    }

    .aboZList {
        margin-top: 30px;
    }

    .aboZNItem_33 {
        width: calc(33.3% - 10px);
        margin-right: 15px;
    }

    .aboZNItem::after {
        width: 1px;
        right: -8px;
    }

    .aboZNItem_50 {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .aboQNav {
        width: 150px;
        height: 50px;
        font-size: 14px;
    }
}

@media(max-width:1024px) {
    .aboQItem {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .aboQItem:nth-child(2n) {
        margin-right: 0;
    }

    .aboQItem:nth-child(3n) {
        margin-right: 20px;
    }

    .aboZNItem p {
        font-size: 12px;
    }

    .aboZNum i {
        font-size: 14px;
    }

    .aboFBox .inner {
        flex-wrap: wrap;
    }

    .aboFLeft {
        width: 100%;
    }

    .aboFRig {
        margin-top: 30px;
        width: 100%;
    }

    .aboPBtn {
        width: 45px;
        height: 45px;
    }

    .aboPBox {
        flex-wrap: wrap;
        overflow: hidden;
    }

    .aboPLeft {
        width: 100%;
    }

    .aboPRig {
        width: 100%;
    }

    .aboPItem {
        padding: 5%;
    }

    .aboPTbox {
        padding: 5%;
    }

    .aboPISwiper {
        height: 450px;
    }
    .aboFTop{
        display: flex;
        align-items: center;
        justify-content: center;
    }
     .aboZTit {
        font-size: 20px;
        line-height: 30px;
        height: 80px;
    }
}

@media(max-width:900px) {

    .aboQDText a,
    .aboQDText p {
        font-size: 13px;
    }

    .aboQTit {
        font-size: 18px;
    }

    .aboZList {
        flex-wrap: wrap;
    }

    .aboZTit {
        font-size: 18px;
         line-height: 30px;
          height: auto;
    }

    .aboZItem {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .aboATop {
        flex-direction: column;
    }

    .aboARig {
        width: 100%;
        margin-top: 30px;
    }

    .aboAText p {
        margin-bottom: 8px;
    }

    .aboATop .inTit {
        text-align: center;
    }

    .aboPCon {
        margin: 0 0 30px;
    }

    .aboQText p span {
        display: block;
    }
}

@media(max-width:680px) {
    .aboQList {
        margin-top: 18px;
    }

    .aboQIconItem svg {
        width: 25px;
        height: 25px;
    }

    .aboQItem {
        width: 100%;
        margin-right: 0 !important;
    }

    .aboZItem {
        padding: 20px;
    }

    .aboHTime b {
        font-size: 12px;
    }

    .aboHTime {
        font-size: 20px;
    }

    .aboPISwiper {
        height: 380px;
    }

    .aboPText {
        margin: 20px 0 30px;
    }

    .aboPTit {
        font-size: 18px;
    }

    .aboPCItem p {
        font-size: 14px;
    }

    .aboZBtn {
        width: 38px;
        height: 38px;
    }

    .aboQIcon4 {
        left: 77.5%;
        top: 42%;
    }

    .aboQNav {
        width: auto;
        padding: 0 22px;
        height: 45px;
        font-size: 12px;
    }
        .aboQTit {
        font-size: 16px;
    }
    .aboPTbox,.aboPItem{
        padding: 50px 30px;
    }
    .aboQSvg {
    width: 16px;
    height: 16px;}
        .aboZList {
        margin-top: 20px;
    }
        .aboHList {
        margin-top: 30px;
    }
    .aboPBtn {
        width: 40px;
        height: 40px;
    }
        .aboHBtn {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:500px){
    .aboQText {
    margin-top: 20px;
}
    .aboARig {
        width: 100%;
        margin-top: 18px;
    }
        .aboAText p {
        margin-bottom: 5px;
    }
     .aboPTbox,.aboPItem{
        padding: 30px 20px;
    }
    .aboPISwiper {
        height: 350px;
    }
        .aboQText p, .aboQText p span {
        font-size: 13px;
    }
        .aboZNum b {
        font-size: 18px;
    }
        .aboZTit {
        font-size: 16px;
    }
        .aboZItem {
        margin-bottom: 20px;
    }
        .aboHTime {
        font-size: 18px;
    }
        .aboHTit {
        font-size: 13px;
    }
        .aboPTit {
        font-size: 16px;
    }
        .aboPText {
        margin: 15px 0 20px;
    }
    .aboHCItem {
    padding: 5px 0;}
}













/* 联系 */
.conBox {
    position: relative;
}

.conList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    display: none;
}

.conItem {
    width: calc(33.3% - 15px);
    margin-right: 22.5px;
    margin-bottom: 22.5px;
    padding: 20px 30px 50px;
    background: #f7f8f9;
    border-radius: 16px;
}

.conItem:nth-child(3n) {
    margin-right: 0;
}

.conTit {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 0;
    color: #0a308c;
    border-bottom: 1px solid rgb(10, 48, 140, .1);
    margin-bottom: 20px;
}

.conDz {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    color: #0a308c;
}

.conText {
    margin-top: 20px;
}

.conText p {
    font-size: 16px;
    color: #888;
    padding: 5px 0;
}

.conText a {
    font-size: 16px;
    color: #888;
    transition: all 0.48s;
}

.conText a:hover {
    color: #0a308c;
}

.conBon {
    position: relative;
}

.conNavBox {
    display: flex;
    align-items: center;
}

.conNav {
    margin-right: 10px;
    background: #f7f8f9;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #666;
    width: 180px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.48s;
    cursor: pointer;
}

.conNav.Act {
    background: #0a308c;
    color: #fff;
}

.conNav:hover {
    background: #0a308c;
    color: #fff;
}

.conIconBox {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.conIconItem {
    display: flex;
    align-items: center;
    margin-right: 12px;
    justify-content: center;
    opacity: .6;
    transition: all 0.48s;
}

.conIconItem:hover {
    opacity: 1;
}

.conIconItem svg {
    width: 32px;
    height: 32px;
}

.conIconItem svg path {
    fill: #0a308c;
}

@media(max-width:1680px) {
    .conTit {
        font-size: 24px;
    }

    .conDz {
        font-size: 20px;
    }
}

@media(max-width:1480px) {
    .conTit {
        font-size: 22px;
        padding: 12px 0;
        margin-bottom: 18px;
    }

    .conNav {
        width: 160px;
        height: 65px;
        font-size: 16px;
    }
}

@media(max-width:1280px) {
    .conItem {
        padding: 10px 20px 30px;
    }
    .conNav {
        width: 160px;
        height: 55px;
        font-size: 16px;
    }
    .conText p {
        font-size: 14px;
        padding: 3px 0;
    }

    .conText a,
    .conText p {
        font-size: 14px;
    }

    .conDz {
        font-size: 18px;
    }

    .conTit {
        font-size: 20px;
    }
        .conIconItem svg {
        width: 28px;
        height: 28px;
    }
}
@media (max-width: 1024px) {
    .conItem {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
}
@media(max-width:900px){
        .conTit {
        font-size: 18px;
    }
        .conText a, .conText p {
        font-size: 13px;
    }
}
@media(max-width:680px){
        .conIconItem svg {
        width: 25px;
        height: 25px;
    }
        .conNav {
        width: auto;
        height: 45px;
        font-size: 12px;
        padding: 0 22px;
    }
        .conItem {
        width: 100%;
        margin-right: 0 !important;
    }
        .conTit {
        font-size: 16px;
    }
}