﻿@charset "utf-8";

.head-page .index_item  span{
    color: #fff;
}
.head-page .index_item>a:after {
    transform: scale(1);
    opacity: 1;
}
.head-page.show .index_item  a span{
    color: #234497;
}
.index .index-banner .advice{
    text-align: left;
}
.index-banner .advice_tit{
    font-size: 38px;
    text-align: left;
    line-height: 1.36;
    color: #fff;
    font-weight: 400;
    margin-top: 6px;
}
.index-banner .advice_line{
    height: 2px;
    background: #FFFFFF;
    margin: 22px 0;
}
.index-banner .advice_tit .advice_tit_nomal{
    font-weight: 400;
}
.index-banner .advice_ftit{
    color: #fff;
    font-size: 28px;
    text-align: left;
    line-height: 1.5;
    margin-top: 25px;
}
.index-banner .advice_ftit p{
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}
.index-banner .advice_ftit p:last-child{
    margin-bottom: 0;
}
.index-banner .advice_one .advice_ftit p::before{
    content: "";
    display: block;
    width: 30px;
    height: 27px;
    background: url(../img/scale_k.png) no-repeat center/cover;
    margin-right: 15px;
}
.index-banner .advice_one .box{
    max-width: 633px;
    width: 60%;
}
.index-banner .advice_one .advice_line{
    max-width: 100%;
    width: 100%;
    margin: 18px 0 0;
}
.index-banner .advice_one .advice_ftit_item{
    min-width: 42%;
    margin-top: 14px;
}
.index-banner .advice_one .advice_ftit_item:nth-child(1) .advice_ftit,.index-banner .advice_one .advice_ftit_item:nth-child(2) .advice_ftit{
    margin-top: 6px;
}   




.f52{
    font-size: 52px;
    line-height: 1;
}

.f42{
    font-size: 42px;
    line-height: 1;
}
.logo_tit{
    color: #FFFFFF;
}

.index-banner .advice_two .advice_line{
    width: 100%;
    max-width: 100%;
    height: 2px;
    background: #fff;
    margin: 15px 0 0;
}
.index-banner .advice_two .advice_ftit p::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px ;
    background: url(../img/scale_kk.png) no-repeat center/cover;
    margin-right: 15px;
   
}
.index-banner .advice_two .box_content{
    margin-right: 90px;
}
.index-banner .advice_two .box_content:last-child{
    margin-right: 0;
}
.index-banner .advice_two .advice_desc {
    line-height: 1;
    position: relative;
    margin-top: -3px;
}
.index-banner .advice_two .advice_ftit{
    font-size: 24px;
    margin-top: 8px;
}
.index-banner .advice_two .advice_ftit_desc{
    font-size: 16px;
}
.index-banner .advice_three .advice_line{
    margin-top: 30px;
    max-width: 480px;
    width: 50%;
}
.index-banner .advice_three .advice_ftit_item{
    margin-top: 34px;
}





.advice_ftit_desc{
    font-size: 18px;
    padding-left: 45px;
    box-sizing: border-box;
    color: #fff;
    margin-top: 5px;
}

.index .banner .swiper-pagination{
    width: 48px;
    text-align: right;
    bottom: initial!important;
    position: initial;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.index .banner .swiper-pagination-bullet{
    margin: 6px 0!important;
    display: block!important;
}
.index .banner .swiper-container.typea .swiper-pagination-bullet{
    height: 3px;
    opacity: 1;
    background: #3c69fb;
}
.index .banner .swiper-container.typea .swiper-pagination-bullet::after{
    height: 3px;
}
.index .banner .swiper-container.typea .swiper-pagination-bullet::after{
    background: #fff;
}
.index .banner .swiper-pagination_btns{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 4;
}
.index .banner .swiper-container.typea{
    padding-bottom: 0;
}
.scroll_btns{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 20px;
    box-sizing: border-box;
}
.scroll_btn{
    width: 20px;
    height: 32px;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 7px 3px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.scroll_btn::before{
    content: "";
    display: block;
    width: 2px;
    height: 5px;
    background: #fff;
    border-radius: 5px;
}
.scroll_text {
    margin-top: 12px;
}
.index_pg01 {
    background: url(../img/index_bg01.jpg) no-repeat center/cover;
}
.index_pg01 .swiper-container{
    padding: 10px 10px 70px;
    box-sizing: border-box;
}
.index_pg01 .list{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(25,27,35,0.1);
    border-radius: 8px;
}
.index_pg01 .list .img{
    height: 395px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.index_pg01 .list .img_advice{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(43, 67, 146, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    transform: translateX(-100%);
    transition: all .4s;
}
.index_pg01 .list .img_advice_text{
    margin-top: 15px;
}
.index_pg01 .list .texts{
    height: 85px;
    background: #2B4392;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_pg01 .list:hover .img_advice{
    transform: translateX(0);
}
.index_pg01 .swiper-pagination{
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.index_pg01 .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #999999;
    border-radius: 8px;
    opacity: 1;
    margin: 0 8px!important;
}
.index_pg01 .swiper-pagination-bullet-active{
    background: #2B4392;
}
.index_pg02{
    background: #F5F7FA;
}
.index_pg02 .list{
    width: 32%;
    margin-right: 2%;
    height: 334px;
    background: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.index_pg02 .list:nth-child(3n){
    margin-right: 0;
}
.index_pg02 .list .icon{
    max-width: 86px;
}
.index_pg02 .list .icon img{
    transition: all .4s;
}
.index_pg02 .list .tit {
    margin: 42px 0  15px;
}
.index_pg02 .list::after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #234497;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s;
    transform: scale(0);
}
.index_pg03{
    background: url(../img/index_bg03.jpg) no-repeat center/cover;
}
.index_pg03 .lists{
    padding-left: 8%;
    box-sizing: border-box;
}
.index_pg03  .swiper-container{
    padding-left: 30px;
    box-sizing: border-box;
}
.index_pg03 .list{
    height: 343px;
    background: #FFFFFF;
    overflow: initial;
    transition: all .4s;
}
.index_pg03 .lists .img{
    width: 50%;
    margin-left: -28px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_pg03 .lists .img img{
    transition: all .4s;
}
.index_pg03 .lists .texts{
    width: 48%;
    padding-left: 25px;
    box-sizing: border-box;
}
.index_pg03 .lists .tit{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .4s;
}
.index_pg03 .lists .time{
    margin: 12px 0 18px;
    transition: all .4s;
}
.index_pg03 .lists .con{
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .4s;
}
.index_pg03 .lists .watch_jt {
    margin-top: 20px;
}
.index_pg03 .swiper-buttons{
    display: flex;
    align-items: center;
    margin-top: 45px;
}
.index_pg03 .swiper-button-next, .index_pg03 .swiper-button-prev{
    position: initial;
    margin-top: 0;
    width: 44px;
    height: 44px;
    border: 2px solid #777;
    border-radius: 50%;
    transition: all .4s;
}
.index_pg03 .swiper-button-next{
    margin-left: 28px;
}
.index_pg03 .swiper-button-next::after, .index_pg03 .swiper-button-prev::after{
    color: #777;
    font-size: 16px;
    font-weight: 600;
    transition: all .4s;
}
.index_pg04{
    background: url(../img/index_bg04.jpg) no-repeat center/cover;
}
.index_pg04 .page_tit{
    color: #0A8FDC;
}
.index_pg04 .list{
    width: 17.8%;
    margin-right: 2.75%;
    height: 85px;
    border: 2px solid #699ed5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    border-radius: 15px;
    padding: 24px;
    box-sizing: border-box;
}
.index_pg04 .list img{
   display: block;
   max-height: 100%;
   transition: all .4s;
}
.index_pg04 .list:nth-child(5n){
    margin-right: 0;
}
.index_pg02 .list:hover .icon img{
    transform: rotateY(180deg);
}
.index_pg02 .list:hover .tit{
    color: #234497;
}
.index_pg02 .list:hover::after{
    transform: scale(1);
}
.index_pg03 .list:hover{
    background: #234497;
}
.index_pg03 .list:hover .img img{
    transform: scale(1.08);
}
.index_pg03 .list:hover .tit{
    color: #fff;
}
.index_pg03 .list:hover .time {
    color: #fff;
}
.index_pg03 .list:hover .con{
    color: #fff;
}
.index_pg03 .list:hover .watch_jt {
    color: #fff;
}

.index_pg03 .swiper-button-next:hover, .index_pg03 .swiper-button-prev:hover{
    background: #234497;
    border: 2px solid #234497;
}
.index_pg03 .swiper-button-next:hover::after, .index_pg03 .swiper-button-prev:hover::after{
    color: #fff;
}
.index_pg04 .list:hover img{
    transform: scale(1.08);
}

@media only screen and (max-width: 1480px) {
    .index_pg01 .list .img{
        height: 350px;
    }
}
@media only screen and (max-width: 1400px) {
    .f52{
        font-size: 48px;
    }
    .f42 {
        font-size: 40px;
    }
    .index-banner .advice_tit{
        font-size: 36px;
    }
    .index-banner .advice_ftit{
        font-size: 26px;
    }
    .index-banner .advice_three .advice_ftit_item {
        margin-top: 30px;
    }
    
}
@media only screen and (max-width: 1366px) {
    .f52{
        font-size: 44px;
    }
    .f42 {
        font-size: 38px;
    }
    .index_pg01 .list .img {
        height: 325px;
    }
    .index_pg03 .list{
        height: 310px;
    }
    .index-banner .advice_three .advice_ftit_item {
        margin-top: 25px;
    }
    .index-banner .advice_tit{
        font-size: 34px;
    }
    .index-banner .advice_ftit{
        margin-top: 20px;
    }
    .index-banner .advice_ftit{
        font-size: 24px;
    }
    .index-banner .advice_two .advice_ftit{
        font-size: 22px;
    }
}
@media only screen and (max-width: 1280px) {
    .f52{
        font-size: 42px;
    }
    .f42 {
        font-size: 36px;
    }
    .index-banner .advice_one .box {
        max-width: 535px;
        width: 60%;
    }
    .index-banner .advice_ftit {
        font-size: 22px;
    }
    .index-banner .advice_tit{
        font-size: 32px;
    }
    .index-banner .advice_ftit {
        margin-top: 10px;
    }
    .index-banner .advice_two .advice_ftit{
        font-size: 20px;
    }
    .index-banner .advice_three .advice_line{
        width: 50%;
    }
}
@media only screen and (max-width: 1240px) {
    .f52{
        font-size: 38px;
    }
    .f42 {
        font-size: 34px;
    }
    .index-banner .advice_tit {
        font-size: 30px;
    }
    .index-banner .advice_three .advice_line {
        margin-top: 20px;
        max-width: 465px;
        margin: 15px 0 0;
    }
    .index-banner .advice_three .advice_ftit_item {
        margin-top: 20px;
    }
    .banner .advice_ftit p{
        margin-bottom: 15px;
    }
    .index_pg01 .list .texts{
        height: 75px;
    }
    .index_pg01 .list .img {
        height: 295px;
    }
    .index_pg02 .list .icon {
        max-width: 75px;
    }
    .index_pg03 .list {
        height: 289px;
    }
}
@media only screen and (max-width: 1200px) {
    .f42 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1043px) {
    .f52 {
        font-size: 34px;
    }
    .f42 {
        font-size: 30px;
    }
    .index-banner .advice_one .box {
        max-width: 465px;
    }
    .index-banner .advice_tit {
        font-size: 28px;
    }
    .index-banner .advice_ftit {
        font-size: 20px;
    }
    .index-banner .advice_one .advice_ftit p::before{
        width: 25px;
        height: 21px;
    }
    .index-banner .advice_two .box_content {
        margin-right: 45px;
    }
    .scroll_btns{
        display: none;
    }
    .index-banner .advice_three .advice_line{
        max-width: 365px;
    }
    .index-banner .advice_three .advice_ftit_item {
        margin-top: 18px;
    }
    .index_pg02 .list .icon {
        max-width: 65px;
    }
    .index_pg02 .list{
        height: 295px;
    }
    .index_pg04 .list{
        height: 75px;
        padding: 20px;
    }
}
@media only screen and (max-width: 960px) {
    .index .advice_tit {
        font-size: 36px;
    }
    .banner .advice_ftit{
        font-size: 22px;
    }
    .f42 {
        font-size: 28px;
    }
    .index .advice_tit{
        font-size: 26px;
    }
    .index-banner .advice_ftit{
        font-size: 18px;
        margin-top: 5px;
    }
    .index-banner .advice_one .box {
        max-width: 382px;
    }
}
@media only screen and (max-width: 768px) {
    .index .banner .swiper-pagination_btns {
        position: absolute;
        left: 0;
        top: auto;
        transform: translate(0);
        width: 100%;
        z-index: 4;
        bottom: 6%;
    }
    .index .index-banner .advice{
        top: 16%;
    }
    .index .banner .swiper-pagination {
        width: 100%;
        text-align: center;
        bottom: 5%;
        position: initial;
        margin-left: auto;
        display: flex;
        flex-direction: initial;
        align-items: center;
        justify-content: center;
    }
    .index .banner .swiper-pagination-bullet {
        margin: 0 4px!important;
    }
    .swiper-container.typea .swiper-pagination-bullet{
        width: 24px!important;
    }
    .index-banner .maxwidth{
        padding: 0;
        box-sizing: border-box;
    }
    .index-banner .advice_one .advice_line{
        display: none;
    }
    .index-banner .advice_two .advice_desc{
        display: none;
    }
    .index-banner .advice_two .box_content{
        display: none;
    }
    .advice_ftit_box {
        display: none;
    }
    .banner .advice_ftit{
        display: none;
    }
    .swiper-container.swiper-button-block .swiper-button-prev, .swiper-container.swiper-button-block .swiper-button-next{
        display: none;
    }
    .banner .advice_two .advice_line{
        display: none;
    }
    .index .advice_tit{
        max-width: 100%;
        font-size: 16px;
        margin-top: 5px;
    }
    .f42 {
        font-size: 20px;
    }
    .f52 {
        font-size: 22px;
    }
    .index_pg01 .list .img {
        height: 225px;
    }
    .index_pg01 .list .texts {
        height: 55px;
    }
    .index_pg01 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px!important;
    }
    .index_pg01 .swiper-container {
        padding: 10px 10px 35px;
    }
    .index_pg02 .list {
        height: 225px;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .index_pg02 .list .icon {
        max-width: 55px;
    }
    .index_pg02 .list .tit {
        margin: 20px 0 10px;
    }
    .index_pg02 .list:last-child{
        margin-bottom: 0;
    }
    /* .index .advice_tit {
        max-width: 100%;
        font-size: 24px;
        letter-spacing: 0;
    } */
    .scroll_btns{
        display: none;
    }
    .index_pg03 .lists .img {
        width: 100%;
        margin-left: 0;
    }
    .index_pg03 .lists .texts{
        width: 100%;
        padding: 25px 20px;
    }
    .index_pg03 .lists {
        padding-left: 0;
        box-sizing: border-box;
        width: 92%;
        margin: 25px auto 0;
    }
    .index_pg03 .swiper-container{
        padding-left: 0;
    }
    .index_pg03 .list {
        height: auto;
    }
    .index_pg03 .swiper-buttons {
        margin-top: 25px;
        justify-content: center;
    }
    .index_pg03 .swiper-button-next, .index_pg03 .swiper-button-prev {
        width: 38px;
        height: 38px;
        border: 1px solid #777;
    }
    .index_pg03 .swiper-button-next::after, .index_pg03 .swiper-button-prev::after{
        font-size: 14px;
    }
    .index_pg03 .swiper-button-next {
        margin-left: 15px;
    }
    .index_pg04 .list {
        height: 70px;
        padding: 15px;
        width: 48%;
        margin-right: 4%;
        margin-top: 15px;
    }
    .index_pg04 .list:nth-child(5n) {
        margin-right: 4%;
    }
    .index_pg04 .list:nth-child(2n) {
        margin-right: 0;
    }
    .index_pg04 .list:nth-child(1),.index_pg04 .list:nth-child(2){
        margin-top: 0;
    }
}



