.head-page .item:nth-child(1) span{
    color: #0984D2;
}
.head-page .item:nth-child(1) span::before{
    transform: scaleX(01);
    opacity: 1;
}
.banner .advice{
    text-align: left;
    top: 40%;
}
.banner .advice .box{
    max-width: 1200px;
    width: 90%;
}
.banner .advice_tit {
    font-size: 56px;
}
.banner .advice_ftit {
    margin: 30px 0 15px;
}
.banner .swiper_btns{
    position: absolute;
    width: 100%;
    bottom: 9%;
    z-index: 9;
}
.banner .swiper_btn{
    display: flex;
    align-items: center;
    margin: 50px 0 40px;
}
.banner .swiper_btn span{
    width: 2px;
    height: 28px;
    margin: 0 50px;
    background: rgba(243, 243, 243, .6);
}
.banner .swiper-button-next, .banner .swiper-button-prev{
    position: initial;
    margin-top: 0;
}

.banner .swiper-button-next::after, .banner .swiper-button-prev::after{
   color:  #b2b5b8;
   font-size: 30px;
}
.banner .svg-swiper-pagination{
    position: initial;
    justify-content: flex-start;
}
.banner .swiper-scrollbar {
    position: initial;
    height: 2px;
    background: #FFFFFF;
}
.banner .swiper-scrollbar-drag{
    background: #0984D2;
}
.view_more{
    width: 198px;
    height: 56px;
    border: 2px solid #0B8FD5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0B8FD5;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .4s;
}
.view_more::after{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/view_more.png) no-repeat center/cover;
    margin-left: 7px;
    transition: all .4s;
}
.view_more::before{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #0B8FD5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .4s;
}
.view_more:hover{
    color: #fff;
}
.view_more:hover::before{
    width: 100%;
}
.view_more:hover::after{
    background: url(../img/view_hmore.png) no-repeat center/cover;
}
.i_index01{
    background: url(../img/i_index01_bg.jpg) no-repeat center/cover;
    /* height: 859px; */
}
.i_index01 .page_line{
    margin: 15px 0 40px;
}
.i_index01 .lists{
    position: relative;
    height: 537px;
    display: flex;
    align-items: center;
}
.i_index01 .texts{
    /* width: 43.5%; */
    width: 52.5%;
}
.i_index01 .item{
    display: flex;
    align-items: center;
}
.i_index01 .item_num{
    font-size: 52px;
    font-weight: bold;
    color: #0984D2;
    line-height: 1;
}
.i_index01 .item_title{
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
.i_index01 .item_tip{
    color: #0984D2;
    font-weight: 600;
}
.i_index01 .item_r{
    transform: rotateZ(90deg);
    font-weight: bold;
    color: #0984D2;
    text-transform: uppercase
}
.i_index01 .item_l{
    text-align: right;
    text-transform: uppercase
}
.i_index01 .nav{
    margin-top: 80px;
}
.i_index01 .con{
    max-width: 707px;
    width: 90%;
}
.i_index01 .img{
    width: 40.9%;
    height: 569px;
    background: linear-gradient(0deg, rgba(22,107,204,.5) 0%, rgba(15,129,221,.5) 46%, rgba(9,132,210,.5) 100%);
    border-radius: 32px 0px 0px 0px;
    position: absolute;
    top: 0;
    right: 0;
}
.i_index01 .img_box{
    width: 110%;
    /* height: 537px; */
    border-radius: 32px 0px 0px 0px;
    position: relative;
    margin-top: 32px;
    margin-left: -78px;
}
.i_index02{
    background: url(../img/i_index02_bg.jpg) no-repeat center/cover;
}
.i_index02 .box{
    max-width: 978px;
    width: 75%;
}
.i_index02 .view_more{
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.i_index02 .view_more::before{
    background: #fff;
}
.i_index02 .view_more::after{
    background: url(../img/view_hmore.png) no-repeat center/cover;
}
.i_index02 .view_more:hover{
    color: #0984D2;
}
.i_index02 .view_more:hover::after{
    background: url(../img/view_more.png) no-repeat center/cover;
}
.i_index02 .con{
    margin: 30px 0 50px;
}
.i_index03 .swiper-slide{
    height: 494px;
    background: #F7F7F7;
    border-radius: 12px;
    padding: 0 24px;
    box-sizing: border-box;
}
.i_index03 .item{
    display: block;
    margin: 10px 0;
    transition: all .4s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.i_index03 .item:hover{
    color: #0984D2;
}
.i_index03 .item.active{
    color: #0984D2;
}
.i_index03 .title {
    font-weight: bold;
    color: #0984D2;
    margin: 20px 0;
}
.i_index03 .line{
    height: 2px;
    background: #CCCCCC;
    margin: 20px 0;
}
.i_index03 .img{
    height: 223px;
    width: 62%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.i_index03 .img img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.i_index03 .lists{
    position: relative;
}
.i_index03 .swiper-container{
    position: initial;
}
.i_index03 .svg-swiper-pagination{
   bottom: 0;
}
.i_index03 .swiper-container .svg-swiper-pagination .swiper-pagination-bullet:after{
   background: #0984D2;
}
.i_index04{
    background: url(../img/i_index04_bg.jpg) no-repeat center/cover;
}
.i_index04 .list{
    box-shadow: 0px 0px 16px 0px rgba(25, 27, 35, 0.12);
    height: 496px;
}
.i_index04 .img {
    width: 540px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}
.i_index04 .img img{
    display: block;
    max-height: 100%;
    transition: all .4s;
}
.i_index04 .img:hover img{
    transform: scale(1.08);
}
.i_index04 .texts{
    width: calc(100% - 540px);
    height: 100%;
    background: rgba(255, 255, 255, .45);
    padding: 0 50px 0 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.i_index04 .page_line{
    margin: 15px 0 20px;
}
.i_index04 .con{
    max-height: 216px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.i_index05 .list{
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 2px solid #98D6F7;
}
.i_index05 .title{
    width: calc(100% - 64px);
    padding-right: 15%;
    box-sizing: border-box;
}
.i_index05 .title_l{
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.i_index05 .title_r{
    width: calc(100% - 180px);
    padding-left: 20px;
    box-sizing: border-box;
}

.i_index05 .title_span{
    height: 40px;
    border: 1px solid #0984D2;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    color: #0984D2;
    font-weight: 600;
    width: 172px;
    text-align: center;
    justify-content: center;
}
.i_index05 .title_tit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 966px;
    padding-left: 22px;
    box-sizing: border-box;
    width: calc(100% - 172px);
}
.i_index05 .con{
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 60px;

}
.i_index05 .title_day{
    font-weight: bold;
    font-size: 66px;
    color: #0984D2;
    line-height: 1;
}
.i_index05 .title_m {
    color: #0984D2;
}
.more_btn{
    width: 64px;
    height: 64px;
    border: 2px solid #c0c0c0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.more_btn::after{
    content: "";
    display: block;
    
    width: 15px;
    height: 15px;
    background: url(../img/more_btn.svg) no-repeat center/cover;
}
.i_index06 .list{
    width: 50%;
    position: relative;
}
.i_index06 .list img{
    transition: all .4s;
}
.i_index06 .advice{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.i_index06 .advice .tit{
    max-width: 200px;
    text-align: center;
    font-size: 36px;
}
.i_index06 .list:hover img{
    transform: scale(1.08);
}
@media only screen and (max-width: 1600px) {
    .banner .swiper_btn {
        margin: 35px 0 30px;
    }
    .banner .advice_tit{
        font-size: 52px;
    }
    .banner .advice_ftit{
        font-size: 30px;
    }
    .i_index01 .img{
        height: 481px;
    }
    .i_index01 .img_box{
        margin-left: -64px;
    }
    .i_index01 .lists {
        height: 480px;
    }
}
@media only screen and (max-width: 1480px) {
    .banner .advice_tit {
        font-size: 48px;
    }
    .banner .advice_ftit {
        margin: 20px 0 12px;
    }
    .banner .swiper_btn {
        margin: 30px 0 25px;
    }
    .banner .advice_ftit {
        font-size: 28px;
    }
    .banner .advice_con {
        font-size: 22px;
    }
    .i_index01 .img{
        height: 448px;
    }
    .i_index01 .lists {
        height: 450px;
    }
    .i_index01 .item_num{
        font-size: 44px;
    }
    .i_index01 .img_box {
        margin-left: -58px;
    }
}
@media only screen and (max-width: 1440px) {
    .i_index01 .img {
        height: 437px;
    }
    .i_index03 .title{
        font-size: 22px;
    }
}
@media only screen and (max-width: 1400px) {
    .i_index01 .img{
        height: 424px;
    }
    .i_index01 .img_box {
        margin-left: -55px;
    }
}
@media only screen and (max-width: 1366px) {
    .banner .advice_con {
        font-size: 20px;
    }
    .banner .advice_tit {
        font-size: 44px;
    }
    .banner .advice_ftit {
        font-size: 24px;
    }
    .i_index01 .img {
        height: 416px;
    }
    .i_index01 .lists {
        height: 426px;
    }
    .i_index01 .item_num {
        font-size: 36px;
    }
    .i_index03 .title {
        font-size: 20px;
    }
    .i_index03 .img{
        height: 218px;
    }
    .i_index05 .title_day{
        font-size: 50px;
    }
    .i_index03 .swiper-slide{
        height: 475px;
    }
    .i_index04 .texts {
        padding: 0 30px 0 40px;
        width: calc(100% - 490px);
    }
    .i_index04 .img{
        width: 490px;
    }
}
@media only screen and (max-width: 1280px) {
    .banner .swiper_btn {
        margin: 20px 0 20px;
    }
    .banner .swiper-button-next::after, .banner .swiper-button-prev::after{
        font-size: 24px;
    }
    .i_index04 .list{
        height: 445px;
    }
    .i_index04 .img {
        width: 420px;
    }
    .i_index04 .texts {
        width: calc(100% - 420px);
    }
    .more_btn{
        width: 55px;
        height: 55px;
    }
    .i_index05 .title {
        width: calc(100% - 55px);
    }
}
@media only screen and (max-width: 1200px) {
    .banner .advice_con{
        display: none;
    }
    .banner .advice_tit {
        font-size: 40px;
    }
    .banner .advice_ftit {
        font-size: 22px;
    }
    .i_index01 .item_num {
        font-size: 24px;
    }
    .i_index01 .item_text{
        font-size: 15px;
    } 
    .i_index01 .img {
        height: 369px;
    }
    .i_index01 .img_box {
        margin-left: -48px;
    }
    .view_more{
        width: 172px;
    }
    .i_index01 .nav {
        margin-top: 50px;
    }
    .i_index05 .title_day{
        font-size: 44px;
    }
}
@media only screen and (max-width: 1024px) {
    .more_btn {
        width: 50px;
        height: 50px;
    }
    .i_index05 .title {
        width: calc(100% - 50px);
    }
    .i_index01 .img {
        height: auto;
        width: 100%;
        position: initial;
    }
    .i_index01 .img_box{
        margin-left: 0;
    }
    .i_index01 .lists{
        height: auto;
    }
    .i_index01 .texts{
        width: 100%;
    }
    .i_index04 .img {
        width: 360px;
    }
    .i_index04 .texts {
        width: calc(100% - 360px);
        padding: 0 20px 0 30px;
    }
    .i_index05 .title_l{
        width: 164px;
    }
    .i_index05 .title_r {
        width: calc(100% - 164px);
    }
}
@media only screen and (max-width: 960px) {
    .banner .swiper_btn{
        display: none;
    }
    .banner .svg-swiper-pagination{
        margin-bottom: 30px;
    }
    .i_index06 .advice .tit{
        font-size: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .banner .advice_ftit{
        display: none;
    }
    .banner .advice_tit {
        font-size: 24px;
        text-align: center;
    }
    .banner .advice .box {
        max-width: 100%;
        width: 100%;
    }
    .banner .swiper-scrollbar{
        max-width: 80px;
        margin: 0 auto;
    }
    .banner .svg-swiper-pagination{
        display: none;
    }
    .banner .advice{
        top: 50%;
    }
    .view_more {
        width: 96px;
        height: 38px;
        border: 1px solid #0B8FD5;
    }
    .view_more::after{
        display: none;
    }
    .i_index01 .con {
        max-width: 100%;
        width: 100%;
    }
    .i_index01 .page_line {
        margin: 15px 0 25px;
    }
    .i_index01 .item {
        align-items: flex-start;
        width: 47%;
        margin-top: 20px;
    }
    .i_index01 .item_r {
        transform: rotateZ(0);
    }
    .i_index01 .nav {
        margin-top: 5px;
    }
    .i_index01 .img_box{
        width: 100%;
    }
    .i_index02 .box {
        max-width: 100%;
        width: 100%;
    }
    .i_index02 .con {
        margin: 15px 0 25px;
    }
    .i_index02 .view_more {
        border: 1px solid #FFFFFF;
        margin: 0 auto;
    }
    .i_index03 .swiper-slide {
        height: 408px;
    }
    .i_index03 .lists{
        padding-bottom: 50px;
    }
    .i_index03 .img {
        height: 178px;
    }
    .more_btn {
        width: 38px;
        height: 38px;
        display: none;
    }
    .i_index04 .img{
        width: 100%;
        height: auto;
    }
    .i_index04 .texts {
        width: 100%;
        padding: 25px 20px;
        height: auto;
    }
    .i_index04 .con {
        max-height: 92px;
    }
    .i_index04 .list{
        height: auto;
    }
    .i_index05 .title {
        width: 100%;
        padding-right: 0;
    }
    .i_index05 .title_span{
        display: none;
    }
    .i_index05 .title_l {
        width: 100%;
        align-items: flex-start;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 3px;
    }
    .i_index05 .title_day {
        font-size: 16px;
        margin-left: 10px;
    }
    .i_index05 .title_m {
        font-size: 16px;
    }
    .i_index05 .title_r {
        width: 100%;
        padding-left: 0;
    }
    .i_index05 .title_tit {
        max-width: 100%;
        padding-left: 0;
        width: 100%;
    }
    .i_index05 .list{
        padding: 20px 0;
    }
    .i_index05 .list:first-child{
        padding-top: 0;
    }
    .i_index06 .advice .tit{
        font-size: 24px;
    }
    .i_index06 .list {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .i_index06 .list:last-child{
        margin-bottom: 0;
    }
}