@charset "utf-8";

.head-page .index_item>a span {
    color: #2E69AE;
}

.watch_mores{
    width: 204px;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.watch_mores::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{
    width: 204px;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #2E69AE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.watch_more::before{
   content: "";
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   transform: scale(0);
   z-index: -1;
   background: #2E69AE;
   transition: all .4s;
}
.page_head .page_tit{
    display: flex;
    align-items: center;
}
.page_head .page_tit::before{
    content: "";
    display: block;
    width: 30px;
    height: 32px;
    background: url(../img/page_tit_iconbefore.png) no-repeat center/cover;
    margin-right: 14px;
}

.swip_pagi{
    padding-bottom: 40px;
    box-sizing: border-box;
    position: relative;
}
.swip_pagi .swiper-container{
    position: initial;
}
.swip_pagi .swiper-pagination-progressbar{
    bottom: 0;
    top: initial;
    max-width: 87.34%;
    height: 2px;
    background: #DDDDDD;
   left: 50%;
   transform: translateX(-50%);
}
.swip_pagi .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    height: 7px;
    background: #2E69AE;
    border-radius: 4px;
    top: 50%;
    margin-top: -3px;
    overflow: hidden;
}


.index-banner .swiper-pagination{
    max-width: 1620px;
    width: 92%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7%;
}
.index-banner .swiper-pagination-bullet{
   width: 25%;
   height: auto;
   border-radius: initial;
   margin: 0!important;
   background: transparent;
   opacity: 1;
}
.index-banner .swiper-pagination-bullet span{
    display: block;
}
.index-banner .swiper-pagination-bullet .tit{
    font-size: 16px;
    color: #FFFFFF;
}
.scale_lines{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
.scale_lines span{
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 10px;
    transition: all .4s;
}
.scale_lines::before,.scale_lines::after{
    content: "";
    display: block;
    height: 2px;
    width: calc((100% - 36px) / 2);
    background: rgba(255, 255, 255, .6);
}
.index-banner .swiper-pagination-bullet:first-child .scale_lines::before,.index-banner .swiper-pagination-bullet:last-child .scale_lines::after{
    background: transparent;
}
.index-banner .swiper-pagination-bullet-active .scale_lines span{
    background: #2E69AE;
}





.index_pg01 .lists .img{
    width: 50%;
}
.index_pg01 .lists .texts{
    width: 50%;
    min-height: 728px;
    background: url(../img/index_pg01_textsbg.jpg) no-repeat center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index_pg01 .lists .texts_box{
    max-width: 68.5%;
    margin: 0 auto;
}
.index_pg01 .lists .line{
    height: 2px;
    background: #DDDDDD;
    width: 100%;
    margin: 35px 0 22px;
}
.index_pg01 .lists .con{
    margin: 20px 0 40px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8; */
    max-height: 240px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.counter_lists .width1480 {
    position: relative;
    margin-top: -58px;
    background: #f6f6f6;
}
.counter_lists .item{
    height: 200px;
    background: #FFFFFF;
    border-radius: 4px 0px 0px 4px;
    width: 24.79%;
    margin-right: .28%;
    box-shadow: 0px 24px 32px 3px rgba(0,0,0,0.06);
    padding: 0px 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.counter_lists .item:last-child{
    margin-right: 0;
}
.index_pg02 .page_head .page_title{
    max-width: 60%;
}
.index_pg02 .page_head .desc{
    margin-top: 24px;
}
.index_pg02 .list{
    margin-bottom: 25px;
    overflow: hidden;
}
.index_pg02 .list::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .15);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-120%);
    transition: all .4s;
    z-index: 1;
}
.index_pg02 .list img{
    transition: all .4s;
}
.index_pg02 .list .texts{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 40px;
    box-sizing: border-box;
    z-index: 3;
}
.index_pg02 .list .texts .tit{
    transition: all .4s;
}
.index_pg02 .list .texts .con {
    margin-top: 7px;
    transition: all .4s;
}
.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_title {
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
}
.index_pg03 .page_tit {
    line-height: 1.35;
}

.index_pg03 .desc{
    margin: 18px 0 45px;
}

.index_pg02 .list:hover::before{
    transform: translateX(0);
}
.index_pg02 .list:hover img{
    transform: scale(1.08);
}
.index_pg02 .list:hover .texts .tit{
    color: #2E69AE;
}
.index_pg02 .list:hover .texts .con{
    color: #2E69AE;
}


.watch_more:hover{
    color: #fff;
}
.watch_more:hover::before{
    transform: scale(1);
}


.watch_mores:hover{
    color: #2E69AE;
}
.watch_mores:hover::before{
    transform: scale(1);
}


@media only screen and (max-width: 1600px) {
    .index_pg01 .lists .texts_box{
        max-width: 80%;
    }
    .index_pg01 .lists .con{
        max-height: 140px;
    }
    .index_pg01 .lists .texts{
        min-height: 568px;
    }
}
@media only screen and (max-width: 1480px) {
    .index_pg01 .lists .con {
        max-height: 90px;
    }
    .index_pg03 .desc{
        font-size: 34px;
    }
}
@media only screen and (max-width: 1400px) {
    .index_pg01 .lists .texts {
        min-height: 518px;
    }
    .index_pg03 .desc {
        font-size: 30px;
    }
    .counter_lists .item{
        padding: 0 25px;
    }
    .watch_more{
        width: 180px;
        height: 52px;
    }
}
@media only screen and (max-width: 1366px) {
    .index_pg03{
        height: 700px;
    }
}
@media only screen and (max-width: 1280px) {
    .watch_mores{
        width: 175px;
        height: 55px;
    }
    .watch_more{
        width: 175px;
        height: 55px;
    }
    .index-banner .watch_mores {
        margin: 50px 0 0;
    }
    .index_pg01 .lists .texts {
        min-height: 495px;
    }
}
@media only screen and (max-width: 1240px) {
    .index_pg03 {
        height: 658px;
    }
    .watch_mores {
        width: 148px;
        height: 50px;
    }
    .watch_more{
        width: 148px;
        height: 50px;
    }
}
@media only screen and (max-width: 1200px) {
    .index_pg01 .lists .texts {
        min-height: 465px;
    }
    .index_pg03 .desc {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1043px) {
    .index-banner .watch_mores {
        margin: 30px 0 0;
    }
    .watch_mores {
        width: 136px;
        height: 45px;
    }
    .watch_more{
        width: 136px;
        height: 45px;
    }
    .index_pg01 .lists .texts {
        min-height: 415px;
    }
    .index_pg01 .lists .con {
        max-height: 60px;
        margin: 10px 0 20px;
    }
    .counter_lists .width1480{
        margin-top: -40px;
    }
    .index_pg03 {
        height: 596px;
    }
}

@media only screen and (max-width: 768px) {
    .index-banner .swiper-pagination{
        display: none;
    }
    .counter_lists .item{
        width: 50%;
        margin-right: 0;
        margin-bottom: 0;
        box-shadow: none;
        height: auto;
        padding-top: 20px;
        background: #f6f6f6;
    }
    .counter_icon {
        max-width: 36px;
        margin-bottom: 10px;
    }
    .index_pg01 .lists{
        flex-direction: column-reverse;
    }
    .index_pg01 .lists .img {
        width: 100%;
    }
    .index_pg01 .lists .texts {
        min-height: auto;
        width: 100%;
        padding: 30px 0;
    }
    .index_pg01 .lists .texts_box {
        max-width: 92%;
    }
    .index_pg01 .lists .line{
        margin: 20px 0 15px;
    }
    .page_head .page_tit::before{
        width: 20px;
        height: 22px;
    }
    .index_pg01 .lists .con{
        margin: 10px 0 20px;
        max-height: initial;
    }
    .index_pg02 .list .texts{
        padding: 20px;
    }
    .index_pg02 .page_head .page_title {
        max-width: 100%;
    }
    .swip_pagi{
        padding-bottom: 8px;
    }
    .swip_pagi .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
        height: 3px;
        margin-top: -2px;
    }
    .watch_more {
        width: 120px;
        height: 40px;
    }
    .watch_mores {
        width: 120px;
        height: 40px;
    }
    .index_pg03 .desc {
        font-size: 16px;
        line-height: 1.72;
    }
    .index_pg03 {
        height: 296px;
    }
    .index_pg03 .desc {
        margin: 18px 0 30px;
    }
    .counter_lists{
        padding-top: 10px;
        background: #f6f6f6;
        padding-bottom: 25px;
    }
    .counter_lists .width1480 {
        margin-top: initial;
    }
    .index_pg02  .watch_more{
        margin: 25px auto 0;
    }
    .index_pg01  .watch_more{
        margin: 25px auto 0;
    }
    .index-banner .watch_mores{
        margin-top: 25px;
    }
    .index-banner .advice .box{
        padding: 0 8%;
        box-sizing: border-box;
    }
}