.head-page .item:nth-child(1) span {
    color: #FDA511;
}

.head-page .item:nth-child(1)>a:after {
    transform: scale(1);
}

.banner .advice-ftit {
    color: black;
}

.banner .advice-tit {
   color:#FDA511
}
.banner .advice-ftit-r {
    color: white;
}

.banner .advice-tit-r {
   color:#0E3E86
}

.index-page {
    width: 100%;
    height: 100vh;
    background-color: #fff;
}

.index-page-slide:last-of-type {
    height: auto;
}
.pc-banner{
	width: 100%;
}

.index-side {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: hidden;
}

.index-side .item {
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 12px;
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    cursor: pointer;
}

.index-side .item > span {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.index-side .item::after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #fff;
    margin-left: 10px;
}

.index-side .item:nth-last-of-type(2) {
    margin-bottom: 0;
}

.index-side .item:last-of-type {
    display: none;
}

.index-side .item.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
.index-side .item.active span{
    color: #FDA511;
}
.index-side .item.active::after{
    background: #FDA511;
}
.index-side .item.active > span {
    opacity: 1;
}

.page-content {
    width: 100%;
    height: 100%;
}



.head-page .page-nav-hid .link{
    color: #ffffff;
}
.head-page .page-nav-hid .link{
    background: rgba(0,0,0,.5);
}

.index-banner .swiper-pagination {
    /* bottom: 174px; */
    bottom: 5%;
}

.index-banner .swiper-container{
    height: 100vh;
}

.index-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #FCFCFC;
    border-radius: 50%;
    opacity: 1;
}

.index-banner .swiper-pagination-bullet-active {
    background: #FDA510;
    width: 47px;
    height: 11px;
    border-radius: 6px;
}

.page-title .width1440 {
    flex-direction: column;
}

.page-title .title::before, .page-title .title::after {
    content: "";
    display: block;
    width: 47px;
    height: 1px;
    background: #305A97;
}

.page-title .title span {
    margin: 0 15px;
}

.page-title .desc {
    margin-top: 12px;
}

.lists-nav {
    background: #F8F9FD;
    box-shadow: 0px 0px 8px 0px rgb(108 108 108 / 35%);
    height: 172px;
    position: relative;
    margin-top: -62px;
    background: url(../img/index.nav.png) no-repeat center/cover;
}

.lists-nav .item {
    width: 33.33%;
    height: 100%;
    position: relative;
    justify-content: center;
     transition:all .4s;
}
.lists-nav .item::after{
      content: "";
    display: block;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
    width: 0;
    height: 0;
    border-bottom: 15px solid #F8F9FD;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;

}
/*.lists-nav .item:hover {
    background: #19488B;
}
.lists-nav .item:hover::after{
    border-bottom: 15px solid #19488B;
}
.lists-nav .item:hover .tit {
    color: #ffffff;
}
.lists-nav .item:hover .desc {
    color: #ffffff;
}*/

.lists-nav .item.active::after{
    border-bottom: 15px solid #19488B;
}
.lists-nav .item.active {
    background: #19488B;
}
.lists-nav .item.active .tit {
    color: #ffffff;
}
.lists-nav .item.active .desc {
    color: #ffffff;
}




.lists-nav .item-btn {
    margin-left: 30px;
    box-sizing: border-box;
    width:27px;
    height:27px;
    background:url(../img/item-btn.png) no-repeat center/cover;
    transition:all .4s;
}
.lists-nav .item.active .item-btn {
    background:url(../img/item-hbtn.png) no-repeat center/cover;
}
.lists-nav .item-btn img {
    transition: all .4s;
}

.lists-nav .item:last-child {
    border-right: none;
}
.index-page01 .lists{
    
    /* background: url(../img/index02-bg.png) no-repeat center/cover; */
    background: #e3e3e3;
}
.index-page01 .list {
    display: none;
    position:relative;
    height: 650px;
}
.index-page01 .page-title {
    background: #FCF8F0;
}

.index-page01 .list .tit{
    background:#333;
    padding: 6px 24px;
    box-sizing:border-box;
    display:inline-block;
   
}
.index-page01 .list .desc {
     /*line-height:1.5;*/
     color:#393939;
     margin-top:30px;
}
.index-page01 .lists .width1440{
    padding: 0 6.2%;
    box-sizing:border-box;
}
.index-page01 .list .box{
    /* max-width:336px; */
    width: 45%;
}
.index-page01 .list .img{
    width: 50%;
}
.index-page01 .list.active {
    display: flex;
}


.line-page {
    width: 175px;
    height: 1px;
    background: #0E3F86;
    position: relative;
    margin: 20px 0 45px;
}

.line-page::after {
    display: block;
    content: "";
    width: 59px;
    height: 3px;
    background: #0E3F86;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.index-page02{
    height: calc(100% - 506px);
}
.index-page03 {
    background: url(../img/index03-bg.png) no-repeat center/cover;
}

.index-page03 .list {
    margin-right: 40px;
}

.index-page03 .icon-text {
    padding-left: 15px;
    box-sizing: border-box;
}

.index-page03 .texts {
    margin: 30px 0 40px;
}

@media only screen and (min-width: 961px) {
    .lists-nav .item:hover .item-btn img {
        transform: translateX(5px);
    }
}
@media only screen and (max-width: 1280px) {
    .index-page01{
        padding-bottom: 80px;
    }
    .index-page02 {
        height: initial;
    }
}

@media only screen and (max-width: 960px) {
    .index-banner .swiper-container{
        height: auto;
    }
    .lists-nav{
        height: 145px;
    }
    .index-page{
       height: auto;
    }
     .index-side{
        display: none;
    }
    .index-page {
       display:none;
    }
    .nphone-index {
        display:block;
    }
    
}


@media only screen and (max-width: 750px) {
    .lists-nav .item::after {
        display:none;
    }
    .banner .advice-ftit{
      font-size:14px;
      width:60%;
    }
    .advice-ftit-r{
        font-size:14px;
        width:60%;
    }
    .banner .advice-tit{
        margin-top: 0;
        font-size:16px;
        width:60%;
    }
    .f55 {
        font-size: 24px;
    }
   
    .index-page03 .lists{
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
    }
    .index-page03 .list{
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 15px;
        min-width: 46%;
        align-items: center;
    }
    .index-page03 .list:last-child{
        margin-bottom: 0;
    }
    .index-page03 .list .icon{
        width: 30px;
    }
    .index-page03 .icon-text{
        width: calc(100% - 30px);
    }
    .index-page03 .texts {
        margin: 3px 0 20px;
    }
    .line-page{
        width: 136px;
        margin: 10px auto 25px;
    }
    .video .video-main{
        max-width: 35px;
    }
     .index-page01 .lists{
        display:none;
    }
    .lists-nav{
        margin-top: 30px;
        background: none;
        box-shadow:none;
    }
    .index-page01 {
        padding-bottom: 30px;
    }
    .lists-nav .item{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        
    }
    .lists-nav .item a{
        border-bottom: 1px solid #eee;
        display: flex;
        width: 100%;
        padding: 20px 0;
        box-sizing: border-box;
        justify-content: space-between;
    }
    .lists-nav .item:last-child a{
        border-bottom: none;
    }
    .lists-nav .item .item-text{
        width: calc(100% - 57px);
    }

    .lists-nav{
        height: auto;
    }
    .explore-more{
        margin: 0 auto;
    }
    .page-tit{
        text-align: center;
    }
     .index-banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
     .index-banner .swiper-pagination-bullet-active {
        width: 8px;
    }
    .index-banner .swiper-pagination {
        bottom:10px
    }
}
