.head-page .item:nth-child(1)>a span {
    color: #D00000;
}

.index .page_ftit{
    display: none;
}
.index-banner .width1620{
    padding: 0 9.5%;
    box-sizing: border-box;
}
.index-banner .advice{
    text-align: left;
}
.index-banner .advice-tit{
    font-size: 50px;
    line-height: 1;
}
.index-banner .advice-ftit {
    margin: 38px 0 45px;
    font-size: 38px;
    line-height: 1.15;
}
.index-banner .advice-desc{
    width: 715px;
    font-style: italic;
    color: #FFFEFE;
}
.index-banner .explore_more {
    margin-top: 75px;
    background: linear-gradient(0deg, #B81D21 0%, #E26113 100%);
    border: 1px solid transparent;
}
.index-banner .explore_more:hover{
    border: 1px solid #fff;
}
.index-banner .explore_more::after{
    background: #fff;
    width: 0;
}
.index-banner .explore_more:hover::after{
    width: 100%;
}
.index-banner .swiper-button-next:after, .index-banner .swiper-button-prev:after{
    font-size: 54px;
    color: #ffffff;
}
.index-banner .swiper-button-next{
    right: 6%;
}
.index-banner .swiper-button-prev{
    left: 6%;
}



.index_pg01 .item_l{
    width: 60.25%;
    position: relative;
}
.index_pg01 .swiper-container{
    position: initial;
}
.index_pg01 .item{
    width: 32%;
    background: #FFFFFF;
    border: 2px solid #EFEFEF;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 2%;
    margin-bottom: 15px;
    transition: all .4s;
}

.index_pg01 .item:nth-child(3n){
    margin-right: 0;
}
.index_pg01 .item .text{
    padding: 24px 15px 18px;
    box-sizing: border-box;
    width: 100%;
}
.index_pg01 .item .con {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #BE271A;
    text-align: center;
}
.index_pg01 .item .img{
    height: 216px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}
.index_pg01 .item .img img{
    display: block;
    max-height: 100%;
    transition: all .4s;
}
.index_pg01 .item_r{
    width: 33%;
}
.index_pg01 .line{
    width: 60px;
    height: 2px;
    background: #BE271A;
    margin-bottom: 40px;
}
.index_pg01 .desc {
    margin: 33px 0 38px;
}
.index_pg02 .lists{
    position: relative;
    padding: 0 5px;box-sizing: border-box;
}
.index_pg02 .swiper-container{
    position: initial;
}
.index_pg02 .swiper-button-next, .index_pg02 .swiper-button-prev{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #cccccc;
    transition: all .4s;
}
.index_pg02 .swiper-button-next::after, .index_pg02 .swiper-button-prev::after{
    font-size: 24px;
    color: #fff;
}
.index_pg02 .swiper-button-prev{
    left: -78px;
}
.index_pg02 .swiper-button-next{
    right: -78px;
}
.index_pg02 .list{
    background-size:cover;
}
.index_pg02 .list img{
    transition: all .4s;
}
.index_pg02 .advice{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .35);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 25% 0 17.64%;
    box-sizing: border-box;
    transition: all .4s;
}
.index_pg02 .advice_line{
    width: 50px;
    height: 3px;
    background: #FFFFFF;
}
.index_pg02 .advice_um {
    font-weight: bold;
    color: #FFFFFF;
    margin: 70px 0 80px;
}
.index_pg02 .advice_tit {
    font-weight: bold;
    color: #FFFFFF;
}
.index_pg02 .adcvice_desc {
    font-weight: bold;
    line-height: 1.875;
    min-height: 52px;
    margin-top: 3px;
}
.index_pg02 .explore_more{
    margin: 90px 0 65px;
    border: 1px solid #FFFFFF;
    background: transparent;
}
.index_pg02 .explore_more::after{
    width: 0;
}
.index_pg02 .explore_more:hover::after{
    width: 100%;
}
.index_pg02 .explore_more:hover{
    color: #fff;
    border: 1px solid transparent;
}

.index_pg03{
    background: url(../img/index_bg03.png) no-repeat center/cover;
    padding-bottom: 120px;
    background-attachment: fixed;
}
.index_pg03 .list{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index_pg03 .page_tit{
    color: #FFFFFF;
}
.index_pg03 .page_ftit{
    color: #FFFFFF;
}
.index_pg03 .page_desc{
    color: #FFFFFF;
    max-width: 1024px;
    margin: 32px auto 0;
    width: 100%;
}
.index_pg03 .icon{
    margin-bottom: 45px;
    max-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_pg03 .icon img{
    transition: all .4s;
    display: block;
}
.index_pg03 .tit {
    color: #FFFFFF;
}
.index_pg03 .line{
    width: 53px;
    height: 3px;
    background: #BE271A;
    margin: 32px 0 28px;
}
.index_pg03 .time  {
    color: #FFFFFF;
}

.index_pg04{
    position: relative;
}
.index_pg04::before{
    display: block;
    content: "";
    width: 100%;
    height: 364px;
    background: url(../img/index_bg04.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.index_pg04 .width1620{
    padding: 0 24px;
    box-sizing: border-box;
}
.index_pg04 .item_l{
    width: 47.72%;
}
.index_pg04 .item_l .img{
    height: 370px;
    box-shadow: 0px 0px 16px 0px rgba(25, 27, 35, 0.12);
}
.index_pg04 .item_l .texts{
    margin-top: 30px;
}
.index_pg04 .item_l .tit {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_pg04 .item_r{
    width: 48.35%;
}
.index_pg04 .item{
    padding: 25px 0;
    box-sizing: border-box;
}
.index_pg04 .item::after{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #D00000;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s;
}
.index_pg04 .item:first-child{
    padding-top: 0;
}
.index_pg04 .item:last-child{
    margin-bottom: 0;
}
.index_pg04 .item .icon{
    width: 25%;
    height: 127px;
    box-shadow: 0px 0px 16px 0px rgba(25, 27, 35, 0.12);
}
.index_pg04 .item .texts{
    width: 75%;
    padding-left: 17px;
    box-sizing: border-box;
}
.index_pg04 .tips {
    margin-bottom: 13px;
}
.index_pg04 .item .tit{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 52px;
}
.index_pg04 .explore_more{
    margin: 60px auto 0;
}

@media only screen and (min-width: 960px) {
    .index_pg01 .item:hover{
        border: 2px solid #BE271A;
    }
    .index_pg01 .item:hover .img img{
        transform: scale(1.08);
    }
    .index_pg02 .list:hover .advice{
        background: rgba(0, 0, 0, 0);
    }
    .index_pg02 .list:hover img{
       transform: scale(1.02);
    }
    .index_pg02 .swiper-button-next:hover, .index_pg02 .swiper-button-prev:hover{
        background: #BE271A;
    }
    .index_pg03 .list:hover .icon img{
        transform: rotateY(180deg);
    }
    
    .index_pg04 .item:hover img{
        height: 105%;
    }
    .index_pg04 .item_l:hover img{
        height: 105%;
    }
    .index_pg04 .item:hover::after{
        width: 100%;
    }
}
@media only screen and (max-width: 1600px) {
    .index_pg01 .item .img{
        height: 196px;
    }
    .index_pg02 .swiper-button-prev {
        left: -50px;
    }
    .index_pg02 .swiper-button-next {
        right: -50px;
    }
    .index-banner .advice-tit{
        font-size: 48px;
    }
}
@media only screen and (max-width: 1480px) {
    .index-banner .advice-tit{
        font-size: 42px;
    }
    .index-banner .advice-ftit{
        font-size: 34px;
    }
    .index_pg01 .item .text{
        padding: 24px 15px 0px;
    }
}
@media only screen and (max-width: 1366px) {
    .index_pg03{
        padding-bottom: 90px;
    }
}
@media only screen and (max-width: 1280px) {
    .index-banner .advice-ftit {
        margin: 30px 0 35px;
    }
    .index-banner .advice-tit{
        font-size: 36px;
    }
    .index-banner .advice-ftit{
        font-size: 26px;
    }
    .index_pg02 .lists{
        padding: 0 50px;
    }
    .index_pg02 .swiper-button-prev{
        left: -10px;
    }
    .index_pg02 .swiper-button-next {
        right: -10px;
    }
}
@media only screen and (max-width: 1200px) {
    .index-banner .advice-ftit {
        margin: 30px 0 35px;
    }
    .index-banner .explore_more{
        margin-top: 50px;
    }
    .index_pg01 .item .img {
        height: 158px;
    }
    .index_pg02 .explore_more {
        margin: 60px 0 65px;
    }
    .index_pg03 {
        padding-bottom: 80px;
    }
    .index_pg01 .desc {
        margin: 20px 0 25px;
    }
}
@media only screen and (max-width: 1024px) {
    .index-banner .advice-tit{
        font-size: 28px;
    }
    .index-banner .advice-ftit{
        font-size: 28px;
    }
    .index_pg01 .item .img {
        height: 128px;
        padding: 10px;
    }
    .index_pg02 .advice_um {
        margin: 30px 0 35px;
    }
    .index_pg02 .explore_more {
        margin: 45px 0 55px;
    }
    .index_pg02 .advice{
        padding: 0 25px;
    }
    .index_pg02 .adcvice_desc{
        display: none;
    }
    .index_pg04 .item .icon{
        height: 80px;
    }
    .index_pg04 .item{
        padding: 15px 0;
    }
    .index_pg04 .item_l .img{
        height: 242px;
    }
    .index-banner .swiper-button-next:after, .index-banner .swiper-button-prev:after{
        font-size: 38px;
    }
    .index_pg03 .icon {
        margin-bottom: 45px;
        max-width: 56px;
        height: 56px;
    }
}
@media only screen and (max-width: 960px) {
    .index_pg04 .item {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 768px) {
    .index-banner .advice-desc{
        display: none;
    }
    .index-banner .advice-ftit{
        display:none;
    }
    .index-banner .explore_more{
        display: none;
    }
    .index-banner .swiper-button-next:after, .index-banner .swiper-button-prev:after{
        display: none;
    }
    .index-banner .width1620 {
        padding: 0;
        text-align: center;
    }
    .index-banner .advice-tit{
        font-size: 24px;
    }

    .index_pg01 .item_l{
        width: 100%;
    }
    .index_pg01 .item{
        width: 48%;
        margin-right: 4%;
    }
    .index_pg01 .item:nth-child(3n){
        margin-right: 4%;
    }
    .index_pg01 .item:nth-child(2n){
        margin-right: 0;
    }
    .index_pg01 .item_r {
        width: 100%;
    }
    .index_pg01 .lists{
        flex-direction: column-reverse;
    }
    .index_pg01 .desc {
        margin: 16px 0 20px;
    }
    .index_pg01 .line {
        width: 40px;
        height: 2px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .index_pg02 .swiper-button-next, .index_pg02 .swiper-button-prev{
        width: 38px;
        height: 38px;
    }
    .index_pg02 .lists {
        padding: 0 35px;
    }

    .index_pg03{
        padding-bottom: 30px;
    }
    .index_pg03 .page_desc{
        line-height: 1.875;
        margin-top: 20px;
    }
    .index_pg03 .list {
        width: 32%;
        margin-top: 25px;
    }
    .index_pg03 .icon {
        margin-bottom: 15px;
        max-width: 42px;
        height: 42px;
    }
    .index_pg03 .line {
        width: 40px;
        height: 2px;
        background: #BE271A;
        margin: 20px 0 16px;
    }


    .index_pg04 .item_l {
        width: 100%;
    }
    .index_pg04 .item_l .img{
        height: auto;
    }
    .index_pg04 .item_r{
        width: 100%;
        margin-top: 20px;
    }
    .index_pg04 .width1620{
        padding: 0;
    }
    .index_pg04 .bg img{
        position: initial;
        max-width: 100%;
        transform: translate(0);
        width: 100%;
        height: auto;
    }
    .index_pg04 .item .icon{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .index_pg04 .explore_more {
        margin: 10px auto 0;
    }
    .index_pg04 .tips {
        margin-bottom: 5px;
    }
    .index_pg04 .item .tit {
        -webkit-line-clamp: 1;
        height: 28px;
    }
    .index_pg05 .lists{
        margin-top: 5px;
    }
}