@charset "utf-8";

.head-page .index_item span{
    color: #B21623;
    font-weight: 600;
}
.head-page .index_item>a:after {
    transform: scale(1);
    opacity: 1;
}
.head-page .index_item>a::before{
    opacity: 1;
    transform: scale(1);
}



.watch_mores{
    width: 160px;
    height: 50px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background:  #B21623;
    color: #fff;
    padding: 0 22px;
    box-sizing: border-box;
    transition: all .4s;
}
.watch_mores::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    z-index: -1;
    background: rgba(178, 22, 35, .2);
    transition: all .4s;
}
.watch_mores:hover{
    color: #B21623;
    background: transparent;
}
.watch_mores:hover::before{
    transform: scale(1);
}



.watch_more{
    width: 160px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0 22px;
    box-sizing: border-box;
}
.watch_more::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    z-index: -1;
    background: #fff;
    transition: all .4s;
}
.watch_more:hover{
    color: #B21623;
}
.watch_more:hover::before{
    transform: scale(1);
}


.swip_pagi{
    padding-bottom: 14px;
    box-sizing: border-box;
    position: relative;
}
.swip_pagi .swiper-container{
    position: initial;
}
.swip_pagi .swiper-pagination-progressbar{
    bottom: 0;
    top: initial;
    height: 2px;
    background: #E3E2E2;
}
.swip_pagi .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    height: 4px;
    background: #B51D27;
    border-radius: 4px;
    top: 50%;
    margin-top: -2px;
    overflow: hidden;
}
.page_en_tit{
    margin-bottom: 18px;
}

.index_pg01 .lists .img{
    border-radius: 20px;
    overflow: hidden;
    height: 309px;
}
.index_pg01 .lists .img img{
    transition: all .4s;
}
.index_pg01 .lists .tit {
    margin: 28px 0 15px;
    transition: all .4s;
}
.index_pg01 .lists .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_pg02 .page_line{
    margin-top: 68px;
}
.index_pg02 .texts .con{
    margin-top: 48px;
}
.index_pg02 .texts .watch_mores{
    margin-top: 100px;
}

.index_pg03{
    height: 760px;
    background: url(../img/index_bg03.jpg) no-repeat center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_pg03 .page_tit::before,.index_pg03 .page_tit::after{
    content: "";
    display: block;
    width: 135px;
    height: 2px;
    background: #FFFFFF;
}
.index_pg03 .page_tit::before{
    margin-right: 20px;
}
.index_pg03 .page_tit::after{
    margin-left: 20px;
}

.index_pg03 .desc{
    margin: 60px 0 60px;
}
.index_pg03 .desc p{
    margin-bottom: 14px;
}
.index_pg03 .desc p:last-child{
    margin-bottom: 0;
}

.index_pg05 .list{
    position: relative;
    width: 49.32%;
}
.index_pg05 .advice{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}
.index_pg05 .advice .advice_desc {
    text-transform: uppercase;
    margin-top: 22px;
}







.index_pg01 .lists .list:hover .img img{
    transform: scale(1.08);
}
.index_pg01 .lists .list:hover .tit {
    color: #B51D27;
}


@media only screen and (max-width: 1200px) {
    .page-main{
        padding-top: 60px!important;
    }
    .index_pg01 .lists .img{
        height: auto;
    }
    .index_pg02 .texts .watch_mores {
        margin-top: 40px;
    }
    .index_pg03{
        height: 620px;
    }
    .index_pg02 .page_line {
        margin-top: 35px;
    }
    .index_pg02 .texts .con {
        margin-top: 35px;
    }
    .page_en_tit {
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 768px) {
    .watch_mores {
        width: 115px;
        height: 43px;
        padding: 0 20px;
    }
    .watch_more{
        width: 115px;
        height: 43px;
        padding: 0 20px;
    }
    .page_en_tit {
        margin-bottom: 10px;
    }
    .index_pg02 .page_title{
        text-align: center;
    }
    .index_pg02 .texts .watch_mores {
        margin: 20px auto 10px;
    }
    .index_pg02 .page_line {
        margin: 20px auto 0;
    }
    .index_pg02 .texts .con {
        margin-top: 25px;
    }
    .index_pg03 {
        height: auto;
        padding: 35px 0;
    }
    .index_pg03 .page_tit::before, .index_pg03 .page_tit::after{
        width: 30px;
    }
    .index_pg03 .page_tit::before {
        margin-right: 15px;
    }
    .index_pg03 .page_tit::after {
        margin-left: 15px;
    }
    .index_pg03 .desc {
        margin: 35px 0 40px;
        font-size: 14px;
    }
    .index_pg05 .list {
        width: 100%;
        margin-bottom: 15px;
    }
    .index_pg05 .list:last-child{
        margin-bottom: 0;
    }
    .index_pg05 .advice .advice_desc{
        margin-top: 15px;
    }
    .banner_advice{
        display: none;
    }
}