.head-page .item:nth-child(1) span::after {
    width: 100%;
}

.head-page .item:nth-child(1) span {
    color: #2F639D;
}

.index-banner .swiper-button-prev, .index-banner .swiper-button-next {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, .59);
    box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition:all .4s;
}

.index-banner .swiper-button-prev:after, .index-banner .swiper-button-next:after {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

.index-banner .swiper-button-prev {
    left: 4.8%;
}

.index-banner .swiper-button-next {
    right: 4.8%;
}

.index-banner .swiper-pagination {
    bottom: 40px;
}

.index-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
}

.index-banner .swiper-pagination-bullet-active {
    width: 30px;
    height: 10px;
    background: #2F639D;
    border-radius: 5px;
}

.index-page01 {}

.index-page01 .list {
    width: 50%;
    border-right: 1px solid #E7E7E7;
    height: 268px;
    background: #FFFFFF;
    padding: 55px 6.5%;
    text-align: center;
}

.index-page01 .list:last-child {
    border-right: none;
}

.page-tit {
    font-weight: bold;
    color: #000000;
}

.page-con {
    color: #000000;
}

.index-page01 .list .desc {
    color: #999999;
    line-height: 1.72;
}

.index-page01 .list .page-con {
    margin: 2px 0 12px;
}

.index-page01 .content {
    overflow: hidden;
    height: 917PX;
}

.index-page01 .content .item {
    width: 50%;
    height: 50%;
}

.index-page01 .advice {
    position: absolute;
    bottom: 25px;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.index-page01 .watchMore {
    width: 125px;
    height: 45px;
    border: 1px solid #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    margin-left: auto;
    position:relative;
    z-index:1;
}
.index-page01 .watchMore:before {
    content:"";
    display:block;
    width: 0;
    height:100%;
    position:absolute;
    background:#2F639D;
    top:0;
    left:0;
    z-index:-1;
    transition:all .4s;
}
.index-page01 .tit {
    color: #666666;
}

.index-page03 .nav-page {
    background: none;
    border-bottom: none;
}

.index-page03 .nav-item {
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.index-page03 .nav-page .width1200 {
    padding: 0;
}

.index-page03 .index-page03-nav .swiper-slide {
    height: 115px;
    background: #F9FAFF;
}

.index-page03 .swiper-slide-thumb-active .nav-item::after {
    transform: scale(1);
}

.index-page03 .swiper-slide-thumb-active .icon .h-img {
    opacity: 1;
}

.index-page03 .swiper-slide-thumb-active .icon .p-img {
    opacity: 0;
}

.index-page03 .list {
    width: 32%;
    margin-right: 2%;
}

.index-page03 .list:nth-child(3n) {
    margin-right: 0;
}

.index-page03 .list .img {
    height: 383px;
    /*background: #EEEDF2;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #e8ecf1;
}
.index-page03 .list .img:hover {
    border: solid 1px rgba(107, 107, 107, 0.34);
}
.index-page03 .list .img img{
    max-width:100%;
    max-height:100%;
}
.index-page03-lists {
    margin-top: 35px;
}

.index-page03-lists .texts {
    padding: 20px;
    box-sizing: border-box;
}

.index-page03-lists .item {
    line-height: 1.67;
    width:100%;
}

.index-page03-lists .item-ftit {
    margin-left: auto;
}

.index-page03-lists .swiper-button-prev, .index-page03-lists .swiper-button-next {
    width: 45px;
    height: 45px;
    border: 1px solid #999999;
    border-radius: 50%;
    margin-top: -90px;
}

.index-page03-lists .swiper-button-next:after, .index-page03-lists .swiper-button-prev:after {
    font-size: 16px;
    color: #666666;
}

.index-page03-lists .swiper-button-prev {
    left: -112px;
}

.index-page03-lists .swiper-button-next {
    right: -112px;
}

.index-page03-lists .width1200 {
    position: relative;
}

.index-page03-lists .swiper-container {
    position: initial;
}

.watch-more {
    margin: 20px auto 0;
}

.index-page04 .header {
    justify-content: center;
    display: flex;
}

.product-title {
    width: 220px;
    height: 68px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.product-title:after {
    content: '';
    width: 25px;
    height: 48px;
    position: absolute;
    top: 10px;
    left: 0px;
    border: 1px solid #2F639D;
    border-right: none;
}

.product-title:before {
    content: '';
    width: 25px;
    height: 48px;
    position: absolute;
    top: 10px;
    right: 0px;
    border: 1px solid #2F639D;
    border-left: none;
}

.p-title1 {
    font-size: 22px;
    color: #585657;
    margin-bottom: 13px;
}

.p-title1 i {
    color: #2F639D;
    font-weight: bold;
    font-style: normal;
}

.p-title2 {
    font-size: 14px;
    color: #cfcacd;
}

.product-hline {
    width: 32px;
    height: 5px;
    display: inline-block;
    background: #2F639D;
}

.news-ftit {
    color: #666666;
    margin-left: 10px;
}

.index-page04 {
    background: #F9FAFF;
}

.index-page04 .navs {
    margin-left: auto;
}

.index-page04 .navs .item {
    display: block;
    width: 130px;
    height: 44px;
    border: 1px solid #2F639D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
    transition: all .3s;
}

.index-page04 .navs .item.active {
    background: #2F639D;
    border: 1px solid #2F639D;
    color: #FFFFFF;
}

.index-page04 .list {
    width: 29.21%;
    margin-right: 6.185%;
    position: relative;
    margin: 50px 6.185% 50px 0;
}

.index-page04 .list:nth-child(3n) {
    margin-right: 0;
}

/* .index-page04 .list::after{
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #2F639D;
    transition: all .3s;
    position: absolute;
    bottom: -1px;
    left: 0;
} */

.index-page04 .texts {
    align-items: flex-start;
    margin-top: 20px;
}

.index-page04 .time {
    width: 86px;
    height: 88px;
    border: 1px solid #B5B5B5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.index-page04 .vday {
    color: #333333;
    line-height: 1;

    text-align: center;
}

.index-page04 .vyear {
    font-size: 14px;
    color: #555555;
    margin-top: 9px;
}

.index-page04 .text {
    width: calc(100% - 86px);
    padding-left: 14px;
    box-sizing: border-box;
}

.index-page04 .img {
    height: 235px;
    position: relative;
    overflow: hidden;
}

.index-page04 .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: 10000px;
    transition: all .3s;
}

.index-page04 .tit {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 8px;
}

.index-page04 .con {
    color: #666666;
    line-height: 1.72;
    height: 49px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}




.index-add-nav{
    margin:30px 0;
     display:none;
}
.index-add-nav .list-item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
    border: 1px solid #eeeeee;
    padding: 20px 10px;
}
.index-add-nav .list-item:nth-child(2n){
    margin-right:0;
}
.index-add-nav .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-add-nav .icon img {
    height: 51px;
    transition: all .4s;
}

.index-add-nav .icon .h-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  /*  display:none;*/
}

.index-add-nav .nav-item {
    position: relative;
    padding: 0 5px 15px;
    box-sizing: border-box;
    cursor: pointer;
}
.index-page03 .nav-item:after {
    display:none;
}

@media only screen and (min-width: 960px) {
    .index-banner .swiper-button-prev:hover, .index-banner .swiper-button-next:hover {
        background:#2F639D;
    }
     .index-banner .swiper-button-prev:hover:after, .index-banner .swiper-button-next:hover:after {
         color:#ffffff;
    }
    .index-page01 .watchMore:hover {
        color:#ffffff;
        border:1px solid #2F639D;
    }
    .index-page01 .watchMore:hover:before {
        width:100%;
    }
    .index-page04 .navs .item:hover {
        background: #2F639D;
        border: 1px solid #2F639D;
        color: #FFFFFF;
    }
    .index-page04 .list:hover .time {
        background: #2F639D;
        border: 1px solid #2F639D;
    }
    .index-page04 .list:hover .vday, .index-page04 .list:hover .vyear {
        color: #FFFFFF;
    }
    .index-page04 .list:hover .tit {
        color: #2F639D;
    }
    .index-page04 .list:hover::after {
        width: 100%;
    }
    .index-page04 .list:hover img {
        height: 110%;
    }
}

@media only screen and (max-width: 1200px) {
    .index-banner .swiper-button-prev, .index-banner .swiper-button-next {
        width: 55px;
        height: 55px;
    }
    .index-banner .swiper-button-prev:after, .index-banner .swiper-button-next:after {
        font-size: 16px
    }
}

@media only screen and (max-width: 960px) {
    .index-page01 .content {
        height: 740px;
    }
    .index-page01 .watchMore {
        width: 110px;
        height: 38px;
    }
    .index-page04 .list {
        margin: 30px 6.185% 30px 0;
    }
    .index-page04 .time {
        width: 70px;
        height: 70px;
    }
    .index-page04 .text {
        width: calc(100% - 70px);
    }
    .index-page04 .tit {
        margin-top: 0;
    }
    .index-page04 .con {
        line-height: 1.72;
        height: auto;
    }
    .index-page03 .index-page03-nav .swiper-slide {
        height: 80px;
    }
    .index-page03 .list .img {
        height: 285px;
    }
}

@media only screen and (max-width: 768px) {
     .index-banner .swiper-button-prev, .index-banner .swiper-button-next {
        width: 35px;
        height: 35px;
    }
     .index-banner .swiper-pagination {
        bottom: 5%;
    }
    .index-page01 .content{
        height: auto;
    }
    .index-page01 .content .item {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .index-page01 .content .item:last-child {
        margin-bottom: 0;
    }
    .index-page01 .advice {
        padding: 0 15px;
        bottom: 20px;
    }
    .index-page01 .watchMore {
        width: 90px;
        height: 32px;
    }
    .index-page03 .list {
        width: 100%;
        margin-right: 0;
    }
    .p-title1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .product-title {
        height: auto;
        width: 100%;
    }
    .index-page01 .content .item .bg-img {
        position: initial;
        transform: translate(0);
        height: auto;
        width: 100%;
    }
    .index-page04 .list {
        margin: 25px 0 0;
        width: 100%;
    }
    .product-title:before {
        display: none;
    }
    .product-title:after {
        display: none;
    }
    .index-page03 .list .img {
        height: 225px;
        padding: 20px;
        box-sizing: border-box;
    }
    .index-page03 .list:last-child .texts {
       padding-bottom:0;
    }
    .index-page03-lists .item {
        max-width: 100%;
    }
    .index-page03-lists .texts {
        padding: 20px 0;
    }
    .index-page03-lists .item-ftit {
        margin-left: 0;
    }
    .nav-page .icon{
        display: none;
    }
    .index-page03 .index-page03-nav .swiper-slide{
        height: 50px;
    }
    .index-page03 .nav-item{
        padding-bottom: 0;
    }

    /*.index-page03 .list{
        width:100%;
    }*/

    /*.index-page03-lists {
       display:none;
    }*/
   .index-add-nav {
        display: block;
    }
  /*  .index-page03-lists {
       display:none;
    }*/

}