.head-page .item:nth-child(5) span {
    color: #FDA511;
}

.head-page .item:nth-child(5)>a:after {
    transform: scale(1);
}

.crumbs-nav.two-crumbs-nav .width1440 {
    padding: 0 15%;
}

.about-page01 {
    position: relative;
    padding-bottom: 28px;
}

.about-page01::after {
    content: "";
    display: block;
    height: 1020px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: url(../img/about01-bg.png) no-repeat center/cover;
    z-index: -1;
}

.about-page01 .item-l {
    width: 320px;
}

.about-page01 .item-r {
    width: calc(100% - 320px);
}

.tit-name {
    margin: 10px 0 3px;
}

.small-line{
    width: 2px;
    height: 35px;
    background: #FDA510;
    margin-left: 28px;
    margin-top: 18px;
}
.big-line{
    width: 2px;
    height: 78px;
    background: #0E3E86;
    margin: 5px 28px 50px;
}
.add-tit{
    transform: rotate(90deg);
    writing-mode: lr-tb;
    height: 13px;
    word-wrap: break-word;
    line-height: 1;
    text-align: center;
    width: 100px;
    margin-left: -20px;
    letter-spacing: 2px;
}



.setion-four-jslists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    margin: 60px 0 40px;
}

.setion-four-jslist {
    text-align: center;
}

.setion-four-jslist h4 {
    position: relative;
}

.setion-four-jslist .list {
    align-items: baseline;
}

.setion-four-jslist span {
    font-size: 50px;
    color: #0E3D86;
    font-weight: bold;
}

.setion-four-jslist .pm-num {
    color: #0E3D86;
    font-size: 12px;
    margin-left: 12px;
}

.setion-four-jslist .plus {
    position: absolute;
    right: -20px;
    top: 0;
    font-size: 25px;
}

.setion-four-jslist p {
    font-size: 16px;
    color: #555555;
}

.about-page02 {
    background: url(../img/about02-bg.png) no-repeat center/cover;
    /* height: 730px; */
    position: relative;
    padding-bottom: 299px;
}

.about-page02 .content {
    margin-top: 50px;
}

.about-page02 .content .texts {
    margin-bottom: 40px;
}

.about-page02 .content .texts:last-child {
    margin-bottom: 0;
}

.about-page02 .content .tit {
    width: 280px;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.about-page02 .content .tit::before{
    display: block;
    content: "";
    width: 2px;
    height: 25px;
    background: #FDA510;
    margin-right: 5px;
}
.about-page02 .content .text {
    width: calc(100% - 280px);
    line-height: 2;
}

.lists-nav {
    position: absolute;
    bottom: -128px;
    z-index: 3;
    width: 100%;
}

.lists-nav .box {
    height: 256px;
   
    border-radius: 10px;
    justify-content: space-between;
}

.lists-nav .item {
    width: 32%;
    justify-content: center;
    text-align: center;
    position: relative;
    flex-direction: column;
    background: #ffffff;
    height: 100%;
    box-shadow: 0px 4px 11px 1px rgba(168, 168, 168, 0.3);
    transition: all .4s;
}


/* .lists-nav .item::after {
    content: "";
    display: block;
    width: 1px;
    height: 84px;
    background: #EEEEEE;
    position: absolute;
    right: 0;
    top: 0;
}
.lists-nav .item:last-child::after{
    display: none;
} */
.lists-nav .item .tit {
    margin: 7px 0;
    transition: all .4s;
}

.lists-nav .item .desc {
    transition: all .4s;
}

.lists-nav .item-btn {

    box-sizing: border-box;
}

.lists-nav .item:last-child {
    border-right: none;
}

.about-page03 {
    position: relative;
    padding-bottom: 40px;
    background: url(../img/about-bg.png) no-repeat center/cover;
    padding-top: 215px;
}

.about-page03 .lists {
    margin-top: 35px;
}

.about-page03 .list {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(176, 176, 176, 0.4);
    padding: 25px;
    box-sizing: border-box;
    cursor: pointer;

}

.about-page03 .lists .img {
    position: relative;
    overflow: hidden;
    margin: 40px 15px 45px;
    cursor: pointer;
}

.about-page03 .lists .img img {
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.about-page03 .lists .text {
    border-top: 1px solid #DCDCDC;
    padding: 20px 0 10px;
}

.about-page03 .text .time {
    color: #555555;
}

.about-page03 .text .tit {
    margin-left: auto;
}

.about-page03 .swiper-pagination {
    display: none;
}

.about-page03 .but {
    margin-top: 40px;
    justify-content: center;
}

.about-page03 .swiper-button-prev, .about-page03 .swiper-button-next {
    position: initial;
    width: 57px;
    height: 57px;
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: initial;
    outline: none;
}

.about-page03 .swiper-button-next.swiper-button-disabled, .about-page03 .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.about-page03 .swiper-button-prev::before, .about-page03 .swiper-button-next::before {
    content: "";
    width: 20px;
    height: 16px;
    transition: all .3s;
}

.about-page03 .swiper-button-prev::before {
    background: url(../img/about01-prev.png) no-repeat center/cover;
}

.about-page03 .swiper-button-prev {
    margin-right: 48px;
}

.about-page03 .swiper-button-next::before {
    background: url(../img/about01-next.png)no-repeat center/cover;
}

.about-page03 .swiper-button-prev:hover, .about-page03 .swiper-button-next:hover {
    background: #FDA511;
    border: 1px solid #FDA511;
}

.about-page03 .swiper-button-prev:hover::before {
    background: url(../img/about01-hprev.png)no-repeat center/cover;
}

.about-page03 .swiper-button-next:hover::before {
    background: url(../img/about01-hnext.png)no-repeat center/cover;
}

.about-page03 .swiper-button-next:after, .about-page03 .swiper-button-prev:after {
    display: none;
}

.tech-tk {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .68);
    z-index: 999;
    display: none;
}

.tech-tk.active {
    display: block;
}

.tech-tk-box {
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 24px;
    width: 600px;
}

.tech-tk-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.techclose {
    margin-left: auto;
    display: block;
    width: 17px;
    margin-right: 10px;
    margin-top: 10px;

}




.about-page04 {
    position: relative;
    background: url(../img/about-bg04.jpg) no-repeat center/cover;
}

.about-page04::after {
    content: "";
    bottom: 228px;
    display: block;
    height: 1px;
    width: 100%;
    background: #cccccc;
    position: absolute;
}

.about-page04 .lists {
    padding: 0 90px;
    box-sizing: border-box;
    position: relative;
}

.about-page04 .scale-box {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 50%;
    border: 1px solid transparent;
}

.about-page04 .scale-box::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #EEEEEE;
    border-radius: 50%;
}

/* .about-page04 .swiper-slide .img {
    height: 220px;
} */

.about-page04 .swiper-slide-active .scale-box {
    border: 1px solid #0E3D86;
}

.about-page04 .swiper-slide-active .scale-box::after {
    background: #0E3D86;
}

.about-page04 .swiper-slide-active .texts {
    color: #0E3D86;
}

.about-page04 .swiper-slide-active .texts::after {
    background: url(../img/about03-hicon002.png) no-repeat center/cover;
}

/*.about-page04 .swiper-button-prev {
    background: url(../img/about02-prve.png) no-repeat center/cover;
}

.about-page04 .swiper-button-next {
    background: url(../img/about02-next.png) no-repeat center/cover;
}*/

.scale {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666666;
    margin-top: 58px;
}

.time {
    margin-top: 15px;
}

.about-page04 .swiper-container {
    position: initial;
}

.about-page04 .texts {
    color: #333333;
    line-height: 1.72;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    transition: all .4s;
}

.about-page04 .texts::after {
    content: "";
    display: none;
    width: 30px;
    height: 17px;
    background: url(../img/about03-icon002.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    bottom: -17px;
    transform: translateX(-50%);
}

.about-page04 .swiper-button-next, .about-page04 .swiper-button-prev {
    width: 19px;
    height: 32px;
    margin-top: -70px;
    background-size: 19px 32px;
}

.about-page04 .swiper-button-next::after, .about-page04 .swiper-button-prev::after {
   color:#999;
   font-size: 28px;
}

.about-page04 .swiper-slide {
    width: 23.5% !important;
    margin-right: 2%;
}


@media only screen and (min-width: 960px) {
    .lists-nav .item:hover {
        background: #0E3D86;
    }
    .lists-nav .item:hover .p-img {
        opacity: 0;
    }
    .lists-nav .item:hover .h-img {
        opacity: 1;
    }

    .lists-nav .item:hover .tit,.lists-nav .item:hover .desc{
        color: #ffffff;
    }


    .about-page03 .swiper-slide:hover .img img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }
}

@media only screen and (max-width: 1440px) {
    .about-page01 .texts {
        width: 55%;
    }
}

@media only screen and (max-width: 1200px) {

    .about-page02{
        padding-bottom: 220px;
    }
    
    .about-page03 .lists {
        margin-top: 50px;
    }

    .about-page03 {
        padding-bottom: 80px;
    }

    .about-page03 .swiper-button-prev, .about-page03 .swiper-button-next {
        width: 50px;
        height: 50px;
    }

    .about-page04 .swiper-slide{
        width: 32% !important;
    }
    .about-page04::after{
        bottom: 178px;
    }
}
@media only screen and (max-width: 960px) {
    .lists-nav .box{
        height: 205px;
    }
    .about-page02 {
        padding-bottom: 160px;
    }
    .setion-four-jslist span {
        font-size:34px;
    }
    .about-page02 .content .tit{
        width: 120px;
    }
    .about-page02 .content .text {
        width: calc(100% - 120px);
    }
    .about-page03{
        padding-top: 200px;
    }
    .tech-tk-box{
        width:92%;
    }

}
@media only screen and (max-width: 768px) {
    .about-page .page-desc {
        line-height: 1.875;
    }
    .about-page01 .item-l{
        width: 100%;
    }
    .about-page01 .item-r {
        width: 100%;
    }
    .small-line{
        display: none;
    }
    .big-line{
        display: none;
    }
    .add-tit{
        display: none;
    }
    .about-page02 .content .tit{
        width: 100%;
    }
    .about-page02 .content .text {
        width: 100%;
        line-height: 1.875;
        padding-left: 12px;
        box-sizing: border-box;
    }
    .about-page02 .content .texts {
        margin-bottom: 15px;
    }
    .about-page02 .content .tit::before{
        height: 20px;
        margin-right: 10px;
    }
    .about-page02 .content {
        margin-top: 20px;
    }
    .lists-nav .item{
        width: 100%;
        margin-bottom: 15px;
    }
    .lists-nav .item:last-child{
        margin-bottom: 0;
    }
    .lists-nav .box{
        height: auto;
    }
    .lists-nav .item{
        padding: 20px 0;
    }
    .lists-nav{
        margin-top: 20px;
        position: initial;
    }
    .setion-four-jslists{
        margin: 20px 0 30px;
    }
    .setion-four-jslist .list{
        justify-content: center;
        align-items: end;
    }
    .setion-four-jslist span{
        font-size: 28px;
    }
    .about-page02 {
        padding-bottom: 30px;
    }
    .about-page03 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    
    .about-page03 .but {
        margin-top: 25px;
    }

    .about-page03 .swiper-button-prev, .about-page03 .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .about-page03 .lists {
        margin-top: 20px;
    }

    .about-page03 .lists .img {
        width: 100%;
        margin: 0 auto 20px;
    }
    .about-page04 .swiper-slide{
        width: 90% !important;
    }
    .about-page04 .lists{
        padding: 0;
    }
    .about-page04::after{
        display: none;
    }
    .scale{
        margin-top: 20px;
     
    }
    .about-page04 .scale-box{
        display: none;
    }
    .time{
        margin-top: 0;
    }
    .about-page04 .texts{
        padding: 5px 0 0;
    }
    .about-page04 .swiper-button-next, .about-page04 .swiper-button-prev{
        margin-top: -16px;
    }

    .page-tit{
        text-align: center;
    }
    .page-ftit{
        text-align: center;
    }
    .setion-four-jslist .pm-num{
        margin-left: 20px;
    }
     .about-page04 .swiper-button-prev, .about-page04 .swiper-button-next{
        background: none;
     }
      .about-page04 .swiper-button-prev, .about-page04 .swiper-button-next {
            width:35px;
            height:35px;
            display:flex;
            align-items:center;
            justify-content:center;
            background: #FDA510;
            border-radius:50%;
        }
    .about-page04 .swiper-button-prev:after, .about-page04 .swiper-button-next:after{
        font-size:14px;
        color:#ffffff;
    }
}