.head-page .item:nth-child(1)>a span {
    color: #303096;
}

.head-page .item:nth-child(1)>a::after {
    transform: scaleX(1);
    opacity: 1;
}

.page-line {
    margin-left: 0;
    height: 2px;
}

.watch-detail {
    width: 160px;
    height: 46px;
    border: 1px solid #2A2A93;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    color: #2A2A93;
    z-index: 1;
    position: relative;
}

.watch-detail::before {
    content: "";
    display: block;
    width: 28px;
    height: 14px;
    background: url(../img/watch-detail.png) no-repeat center/cover;
    margin-right: 18px;
}

.watch-detail::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #2A2A93;
    transition: all .4s;
    z-index: -1;
    width: 0;
    height: 100%;
}




.index-banner .swiper-button-next:after, .index-banner .swiper-button-prev:after {
    display: none;
}

.index-banner .swiper-button-prev, .index-banner .swiper-button-next {
    width: 29px;
    height: 26px;
}

.index-banner .swiper-button-prev {
    background: url(../img/index-ban-prve.png) no-repeat center/cover;
    left: 4%;
}

.index-banner .swiper-button-next {
    background: url(../img/index-ban-next.png) no-repeat center/cover;
    right: 4%;
}

.index-banner .swiper-pagination {
    bottom: 35px;
}

.index-banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #CAD2D4;
    border-radius: 50%;
    opacity: 1;
    margin: 0 8px;
}

.index-banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #2A2A93;
}

.index-page01 .item-l {
    width: 50%;
}
.index-page01 .item-l .lists {
    width: 70%;
}
.index-page01 .item-l .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.index-page01 .list {
    text-align: center;
}
.index-page01 .list .icon img {
    transition:all .4s;
}

.index-page01 .list .text {
    margin-top: 8px;
    transition:all .4s;
}

.index-page01 .item-r {
    width: 41.38%;
    height: 409px;
}


.index-page02 {
    background: url(../img/index02-bg.png) no-repeat center/cover;
}

.index-page02 .con {
    margin: 35px 0 30px;
}

.index-page02 .item {
    margin-bottom: 16px;
    transition:all .4s;
}

.index-page02 .item::before {
    content: "";
    display: block;
    width: 17px;
    height: 12px;
    background: url(../img/jt.png) no-repeat center/cover;
    margin-right: 10px;
}

.index-page02 .item.active {
    color: #2A2A93;
}

.index-page02 .item.active::before {
    background: url(../img/h-jt.png) no-repeat center/cover;
}

.index-page02 .item-l {
    width: 24.45%;
}

.index-page02 .item-r {
    width: 70%;
}

.index-page02 .lists {
    display: none;
    width: 100%;
}

.index-page02 .swiper-container {
    padding-bottom: 55px;
}

.index-page02 .swiper-pagination {
    bottom: 0;
}

.index-page02 .lists.active {
    display: block;
}

.index-page02 .swiper-slide {
    width: 30%;
    margin-right: 5%;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px 1px rgba(118, 118, 118, 0.3);
}

.index-page02 .swiper-slide .img {
    height: 337px;
}

.index-page02 .swiper-slide .texts {
    height: 80px;
    border-top: 1px solid #EEEEEE;
    padding: 0 18px;
    box-sizing: border-box;
}

.index-page02 .texts-icon {
    width: 16px;
    height: 16px;
    background: url(../img/texts-icon.png) no-repeat center/cover;
}

.index-page02 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 1px solid #2A2A93;
    border-radius: 50%;
    opacity: 1;
}

.index-page02 .swiper-pagination-bullet-active {
    background: #2A2A93;
}

.index-page02 .watch-detail {
    margin-top: 80px;
}

.index-page03 .list {
    width: 31.38%;
    background: #F1F2F4;
    display: block;
    position: relative;
    overflow: hidden;
}

.index-page03 .list .texts {
    height: 124px;
    padding: 30px;
}

.index-page03 .list .texts .line {
    width: 18px;
    height: 4px;
    background: #3737A0;
    margin-bottom: 15px;
}

.index-page03 .list .img {
    height: 310px;
}

.hide-advice {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/hide3-advice.png) no-repeat center/cover;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    transition: all .4s;
    opacity: 0;
}

.hide-advice .hide-line {
    width: 18px;
    height: 4px;
    background: #FFFFFF;
}

.hide-advice .hide-tit {
    margin: 15px 0 60px;
}

.hide-advice .detail {
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 12px;
    margin-top: 65px;
}

.hide-advice .con {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.hide-advice .detail::after {
    content: "";
    display: block;
    width: 17px;
    height: 12px;
    background: url(../img/detail.png) no-repeat center/cover;
}

.index-page04 {
    background: url(../img/index04-bg.png) no-repeat center/cover;
}

.index-page04 .list {
    width: 48.81%;
}

 .index-page04 .list img {
    /*height: 372px;*/
    transition: all .4s;
}  
.index-page04 .advice {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, .45);
    padding: 0 25px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-page04 .item {
    width: 23.05%;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 2px 9px 0px rgba(158, 158, 158, 0.3);
    margin-right: 2.6%;
    box-sizing: border-box;
    padding: 22px 25px;
    box-sizing: border-box;
}

.index-page04 .time {
    color: #2A2A93;
}

.index-page04 .time span {
    font-weight: bold;
}

.index-page04 .item .tit {
    margin: 18px 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-page04 .desc {
    line-height: 1.72;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.index-page04 .items {
    position: relative;
}

.index-page04 .swiper-container {
    position: initial;
    padding: 10px 0;
}

.index-page04 .swiper-pagination {
    display: none;
}

.index-page04 .swiper-button-next::after, .index-page04 .swiper-button-prev::after {
    font-size: 20px;
    color: #FFFFFF;
}

.index-page04 .swiper-button-next, .index-page04 .swiper-button-prev {
    width: 40px;
    height: 61px;
    background: rgba(117, 136, 155, .2);
    transition: all .4s;
}

.index-page04 .swiper-button-prev {
    left: -20px;
}

.index-page04 .swiper-button-next {
    right: -20px;
}

@media only screen and (min-width: 960px) {
    .index-page01 .list:hover .text{
         color: #303096;
    }
    .index-page02 .item:hover {
        transform:translateX(8px);
        color: #2A2A93;
    }
    .index-page02 .item:hover::before {
        background: url(../img/h-jt.png) no-repeat center/cover;
    }

    .index-page04 .list:hover img {
        transform:scale(1.08)
    }
    .watch-detail:hover {
        color: #ffffff;
    }

    .watch-detail:hover::before {
        background: url(../img/watch-hdetail.png) no-repeat center/cover;
    }

    .watch-detail:hover:after {
        width: 100%;
    }

    .index-page03 .list:hover .hide-advice {
        opacity: 1;
    }

    .index-page04 .swiper-button-next:hover, .index-page04 .swiper-button-prev:hover {
        background: #2A2A93;
    }
}
@media only screen and (max-width: 1440px) {
     .index-banner .advice .width1440 {
        padding: 0 5%;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1200px) {
    .index-page03 .list .texts {
        height: auto;
    }
   
}


@media only screen and (max-width: 960px) {
    .index-page01 .item-l .lists {
        width:100%;
    }
    .index-page01 .list img {
         width: 65px;
    }
    .index-page02 .swiper-slide {
        width: 45%;
        margin-right: 2%;
    }

    .index-page02 .watch-detail {
        margin-top: 50px;
    }

    .index-page02 .con {
        margin: 25px 0 20px;
    }

    .watch-detail {
        width: 134px;
        height: 42px;
    }

    .index-page04 .item {
        height: auto;
    }

    .index-page04 .item {
        width: 32%;
        margin-right: 2%;
    }
}

@media only screen and (max-width: 750px) {
    .index-banner .advice {
        display: none;
    }

    .page-tit {
        text-align: center;
    }

    .page-line {
        margin-left: auto;
    }

    .watch-detail {
        width: 115px;
        height: 36px;
    }
    .index-page01 .item-l .desc {
        -webkit-line-clamp: initial;
    }
    .index-page04 .swiper-button-next, .index-page04 .swiper-button-prev {
        width: 30px;
        height: 50px;
    }

    .watch-detail::before {
        margin-right: 5px;
        width: 20px;
        height: 10px;
    }

    .index-banner .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
		margin: 0 4px;
	}

    .index-banner .swiper-pagination {
        bottom: 15px;
    }

    .index-page01 .item-l {
        width: 100%;
    }

    .index-page01 .item-r {
        width: 100%;
        height: auto;
    }

    .index-page01 .item-r img {
        position: initial;
        transform: translate(0, 0);
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .index-page02 .item-l {
        width: 100%;
    }

    .index-page02 .item-r {
        width: 100%;
        margin-top: 25px;
    }

    .index-page02 .swiper-slide {
        width: 88%;
        margin-right: 4%;
    }

    .index-page02 .swiper-slide .img {
        height: auto;
    }

    .index-page02 .swiper-slide .img img {
        position: initial;
        transform: translate(0, 0);
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .index-page02 .watch-detail {
        margin: 20px auto 0;
        display: none;
    }

    .index-page02 .con {
        margin: 20px 0 15px;
    }

    .index-page02 .item:last-child {
        margin-bottom: 0;
    }

    .index-page03 .list .texts {
        padding: 25px 20px;
    }

    .index-page03 .list {
        width: 100%;
        margin-bottom: 20px;
    }

    .index-page03 .list:last-child {
        margin-bottom: 0;
    }

    .index-page03 .list .img {
        height: auto;
    }

    .index-page03 .list .img img {
        position: initial;
        transform: translate(0, 0);
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .index-page04 .list {
        width: 100%;
        margin-bottom: 20px;
    }

    .index-page04 .list:last-child {
        margin-bottom: 0;
    }

    .index-page04 .item {
        width: 85%;
        margin-right: 4%;
    }

    .index-page04 .advice {
        padding: 0 15px;
    }
}