.head-page .item:nth-child(3)>a span {
    color: #303096;
}

.head-page .item:nth-child(3)>a::after {
    transform: scaleX(1);
    opacity: 1;
}




.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #CAD2D4;
    border-radius: 50%;
    opacity: 1;
    margin: 0 8px;
}

 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #2A2A93;
}




.n_product ul li {
    width: 22.6%;
    margin-bottom: 55px;
    margin-right: 3.2%;
    box-shadow: 0px 4px 11px 1px rgb(118 118 118 / 30%);
}
.n_product ul li .img {
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden
}
.n_product ul li .img img{
    transition:all .4s;
}

.n_product ul li:nth-child(4n) {
    margin-right: 0;
}
.n_product ul li .texts {
    padding: 27px 20px;
    box-sizing:border-box;
    transition:all .4s;
}
.n_product ul li .box {
    display: block;
    background: #eceef0;
    position: relative;
    overflow: hidden;
    height: 414px;
    transition: .6s
}

.n_product ul li .box .bg1 {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: url(../img/tixing_bg2.png) center no-repeat;
    padding-right: 52%;
    background-size: 100% 100%;
    transition: .6s;
}

.n_product ul li .box .bg {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: url(../img/tixing_bg3.png) center no-repeat;
    padding-right: 52%;
    background-size: 100% 100%;
    transition: .6s;
    transform: translateX(-100%)
}

.n_product ul li .box .top {
    padding: 0 18px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    float: left;
    width: 41.8%;
    height: 100%;
}

.n_product ul li .box .con {
    margin: 18px 0 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.n_product ul li .box .top .top1 {
    transition: .6s;
    position: relative;
    top: 130px
}




.n_product ul li .box .img {
    width: 50%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    height: 100%;
}



.n_product ul li .box:hover .bg1 {
    transform: translateX(-100%)
}

.n_product ul li .box:hover .bg {
    transform: translateX(0)
}

.n_product ul li .box:hover .top .top1 {
    transform: translateY(-10px);
}

.n_product ul li .box:hover .top .con, .n_product ul li .box:hover .top .tit {
    color: #fff
}



.n_product ul li .box:hover .watch-more {
    border: 1px solid #FFFFFF;
    background: transparent;
}

.watch-more {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    z-index: 1;
    position: relative;
    color: #FFFFFF;
    width: 124px;
    height: 40px;
    background: #0F2D76;
}




.detail-list {
    width: 140px;
    height: 40px;
    border: 1px solid #DCDCDC;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    margin-left: auto;
    transition: all .4s;
    z-index: 1;
    position: relative;
}

.detail-list::before {
    content: "";
    display: flex;
    width: 21px;
    height: 14px;
    background: url(../img/detail-list.png) no-repeat center/cover;
    transition: all .4s;
    margin-right: 7px;
}

.detail-list::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .4s;
    background: #0F2D76;
    z-index: -1;
}

.prodect-detail {
    background: #eceef0;
}

.page-prodect-detail .width1440 {
    position: relative;
    margin-top: -50px;
    background: #fff;
}

.prodect-detail-page01 {
    padding: 0 60px;
    box-sizing: border-box;
}

.prodect-detail-page01 .item-l {
    width: 41%;
    position: relative;
    padding: 0 75px;
    box-sizing: border-box;
}

.prodect-detail-page01 .swiper-container {
    position: initial;
}

.prodect-detail-page01 .swiper-button-prev::after, .prodect-detail-page01 .swiper-button-next::after {
    display: none;
}

.prodect-detail-page01 .swiper-button-prev, .prodect-detail-page01 .swiper-button-next {
    width: 50px;
    height: 50px;
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}

.prodect-detail-page01 .swiper-button-prev::before, .prodect-detail-page01 .swiper-button-next::before {
    content: "";
    display: block;
    width: 24px;
    height: 14px;
    transition: all .4s;
}

.prodect-detail-page01 .swiper-button-prev::before {
    background: url(../img/pro-de-prev.png) no-repeat center/cover;
}

.prodect-detail-page01 .swiper-button-next::before {
    background: url(../img/pro-de-next.png) no-repeat center/cover;
}

.prodect-detail-page01 .item-r {
    width: 52.2%;
}

.prodect-detail-page01 .swiper-pagination {
    bottom: 30px;
}

.prodect-detail-page01 .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border: 1px solid #0F2D76;
    border-radius: 50%;
    opacity: 1;
    background: transparent;
}

.prodect-detail-page01 .swiper-pagination-bullet-active {
    background: #0F2D76;
}

.prodect-detail-page01 .item-r .tit {
    margin: 30px 0;
}

.prodect-detail-page02 .nav-table {
    padding: 0 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: flex-start;

}

.prodect-detail-page02 .nav-table .item {
    width: 112px;
    height: 42px;
    background: #EBEBEB;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: all .4s;
}

.prodect-detail-page02 .nav-table .item.active {
    display: flex;
    background: #0F2D76;
    color: #fff;
}

.prodect-detail-page02 .lists {
    padding: 0 60px;
    box-sizing: border-box;
}

.prodect-detail-page02 .list {
    display: none;
}

.prodect-detail-page02 .list.active {
    display: block;
}
.prodect-detail-page02 .list img {
    display:block;
    margin:0 auto;
}
.lists-hide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




@media only screen and (min-width: 960px) {
    .prodect-detail-page01 .swiper-button-prev:hover, .prodect-detail-page01 .swiper-button-next:hover {
        background: #0F2D76;
        border: 1px solid #0F2D76;
    }

    .prodect-detail-page01 .swiper-button-prev:hover:before {
        background: url(../img/pro-de-hprev.png) no-repeat center/cover;
    }

    .prodect-detail-page01 .swiper-button-next:hover:before {
        background: url(../img/pro-de-hnext.png) no-repeat center/cover;
    }

    .detail-list:hover:before {
        background: url(../img/detail-hlist.png) no-repeat center/cover;
    }

    .detail-list:hover {
        color: #fff;
    }

    .detail-list:hover::after {
        width: 100%;
    }

    .n_product ul li:hover img{
        transform:scale(1.08)
    }
    .n_product ul li:hover .texts{
        background: #0F2D76;
         color:#fff;
       
    }
}


@media only screen and (max-width: 960px) {
    .n_product ul li .box{
        height: 345px;
    }
    .n_product ul li .box .top .top1{
        top: 60px;
    }
    .n_product ul li .box .con {
        margin: 15px 0 30px;
    }


    .prodect-detail-page01{
        padding: 0 20px;
    }
    .prodect-detail-page02 .nav-table{
        padding: 0 20px;
    }
    .prodect-detail-page02 .lists{
        padding: 0 20px;
    }
    .page-prodect-detail .width1440{
        margin: 50px auto 60px;
    }
    .prodect-detail-page01 .item-l{
        padding: 0 55px;
    }
    .detail-list{
        width: 126px;
    }
}
@media only screen and (max-width: 750px) {
    .n_product ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .watch-more{
        width: 110px;
    }
    .n_product ul li .box{
        height: 300px;
    }
    .prodect-detail-page01 .item-l{
        width: 100%;
        padding: 0;
        border: 1px solid #eee;
    }
    .prodect-detail-page01 .swiper-pagination{
        bottom: 15px;
    }
    .prodect-detail-page01 .swiper-button-prev, .prodect-detail-page01 .swiper-button-next{
        display: none;
    }
    .prodect-detail-page01 .item-r {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .page-prodect-detail .width1440 {
        margin: 30px auto 30px;
    }
    .prodect-detail-page01 .item-r .tit {
        margin: 25px 0 10px;
    }
    .detail-list{
        margin: 20px auto;
    }
}