.index_banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 18px;
}
.index_banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ff6600;
    opacity: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px !important;
}
.index_banner .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #006fab;
    opacity: 0;
    border-radius: 50%;
}
.index_banner .swiper-pagination-bullet-active {
    background: #fff;

}
.index_banner .swiper-pagination-bullet-active::after {
    opacity: 1;
}
.index_pg01 {
    display: flex;
    align-items: flex-start;
}
.index_pg01 .list {
    width: 16.666%;
    display: block;
    height: 405px;
    position: relative;
    overflow: hidden;
}
.index_pg01 .bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: 1000000px;
}
.index_pg01 .bhg-img{
    display: none;
}
.index_pg01 .title-tit {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 30px;
    box-sizing: border-box;
    font-size: 24px;
    color: #ffffff;
    z-index: 1;
    transition: all .4s;
}
.index_pg01 .advice {
    width: 100%;
    height: 100%;
    transition: all .4s;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: -101%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 0 20px;
    box-sizing: border-box;
}
.index_pg01 .tit {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    width: 100%;
}
.index_pg01 .detial {
    font-size: 14px;
    color: #ffffff;
    margin-top: 30px;
    transition: all .3s;
    padding: 7px 20px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 20px;
}
.index_pg01 .list:hover .title-tit {
    opacity: 0;
}
.index_pg01 .list:hover .advice {
    left: 0;
}
.index_pg01 .detial:hover {
    background: #006fab;
    color: #ffffff;
    border: 1px solid #006fab;
}
.index_pg02 {
    padding: 50px 85px;
    box-sizing: border-box;
    background-color: #e6e6e6;
    background-image: url(../img/index2_bg.png);
    background-position: center;
    height: 730px;
}
.index_pg02 .lists {
    height: 100%;
}
.index_pg02 .list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.index_pg02 .list_img {
    overflow: hidden;
    position: relative;
    width: 35.50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.index_pg02 .list_img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.index_pg02 .list_item {
    width: 32.25%;
    height: 100%;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.index_pg02 .list_item_l {
    text-align: right;
}
.index_pg02 .list_item_r {
    text-align: left;
}
.index_pg02 .list_item .text {
    text-transform: uppercase;
    color: #595757;
}
.index_pg02 .list_item_l .title {
    margin-bottom: 42px;
    font-weight: bold;
    color: #3e3a39;
}
.index_pg02 .list_item_r .title {
    margin-bottom: 34px;
    font-weight: bold;
    color: #006fab;
}
.index_pg02 .swiper-pagination {
    width: 185px;
    left: 0px;
    right: 0;
    top: auto;
    bottom: 0;
    border-left: 3px solid #a1ccb5;
}
.index_pg02 .swiper-pagination-bullet {
    height: initial;
    background: transparent;
    margin: 0 !important;
    text-align: left;
    width: 165px;
    padding-left: 20px;
    line-height: 28px;
    display: block;
    opacity: .5;
    font-size: 14px;
    color: #000;
    border-radius: 0;
}
.index_pg02 .swiper-pagination-bullet-active {
    opacity: 1;
}
.index_en_pg02 .swiper-pagination{
       width: 385px;
}
.index_en_pg02 .swiper-pagination-bullet{
        width: 365px;
}
.index_pg03 .lists {
    max-width: 1180px;
    margin: 60px auto 0;
    width: 100%;
}
.index_pg03 .list {
    width: 25%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 42px;
}
.index_pg03 .list_title {
    position: relative;
}
.index_pg03 .list.p1 {
    background-image: url(../img/index3_icon1.png);
}
.index_pg03 .list.p2 {
    background-image: url(../img/index3_icon2.png);
}
.index_pg03 .list.p3 {
    background-image: url(../img/index3_icon3.png);
}
.index_pg03 .list.p4 {
    background-image: url(../img/index3_icon4.png);
}
.index_pg03 sup {
    font-size: 36px;
    line-height: 1;
    color: #006fab;
    top: -10px;
    position: absolute;
}
.index_pg03 .list .timer,
.index_pg03 .list span {
    font-family: Century Gothic Regular, Arial, sans-serif;
    display: inline-block;
    font-size: 72px;
    line-height: 72px;
    height: 72px;
    color: #006fab;
}
.index_pg03 .list_text {
    color: #222;
    line-height: 1;
    margin-top: 22px;
}
.index_en_pg03 .list_text{
    line-height: 1.5;
}
@media screen and (max-width: 1480px) {
    .index_en_pg01 .title-tit {
        padding: 30px 15px;
        font-size: 22px;
    }
}
@media screen and (max-width: 1400px) {
    .index_pg03 .list{
        background-size: auto 38px;
    }
}
@media screen and (max-width: 1366px) {
    .index_pg02 {
        height: 600px;
    }
    .index_en_pg01 .title-tit {
        font-size: 20px;
    }
    .index_pg03 .list {
        background-size: auto 36px;
    }
}
@media screen and (max-width: 1200px) {
    .index_pg01 {
        flex-wrap: wrap;
    }
    .index_pg01 .list {
        width: 25%;
        height: 404px;
    }
    .index_pg02 {
        height: 558px;
        padding: 20px 0 50px;
    }
    .index_pg02 .lists {
        width: 90%;
    }
    .index_pg02 .list_item {
        width: 28%;
    }
    .index_pg03 .list {
        background-size: auto 30px;
    }
    .index_pg03 .list .timer, .index_pg03 .list span{
        font-size: 64px;
        line-height: 64px;
        height: 64px;
    }
}
@media screen and (max-width: 1043px) {
    .index_pg03 .list .timer, .index_pg03 .list span {
        font-size: 54px;
        line-height: 54px;
        height: 54px;
    }
}
@media screen and (max-width: 960px) {
    .iProduct-font-r__h3 {
        font-size: 14px;
        text-transform: uppercase;
        color: #595757;
    }
    .index_pg03 .list .timer, .index_pg03 .list span {
        font-size: 45px;
        line-height: 45px;
        height: 45px;
    }
}
@media screen and (max-width: 768px) {
    .banner .h-banner {
        display: block;
    }
    .banner .p-banner {
        display: none;
    }
    .index_pg01 .list {
        width: 50%;
        /* height: 264px; */
        height: auto;
    }
    .index_pg01 .title-tit {
        display: none;
    }
    .index_pg01 .advice {
        left: 0;
    }
    .index_pg01 .detial {
        margin-top: 15px;
    }
     .index_en_pg01 .tit{
        font-size:16px;
    }
    .index_pg02 .list_item {
        width: 100%;
        align-items: center;
    }
    .index_pg02 .list {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .index_pg02 .list_img {
        padding: 20px 0;
        width: 100%;
        height: 270px;
    }
    .index_pg02 {
        height: auto;
        padding: 30px 0;
    }
    .index_pg02 .list_item_l .title{
        margin-bottom: 15px;
    }
    .list_item_l {
        text-align: center;
    }
    .list_item_r {
        text-align: center;
    }
    .index_pg02 .swiper-pagination-bullet {
        border: #ff6600 solid 2px;
        background: #ff6600;
        width: 48%;
        text-align: center;
        padding-left: 0;
        line-height: initial;
        background-color: transparent;
        height: 35px;
        line-height: 35px;
        margin: 5px 0 !important;
    }
    .index_pg02 .swiper-pagination-bullet-active {
        border: #006fab solid 2px;
        opacity: .5;
    }
    .index_pg02 .swiper-pagination {
        width: 100%;
        padding-left: 0;
        border-left: none;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;
        position: initial;
        margin-top: 20px;
    }
    .index_pg02 .list_item_r .title{
        margin-bottom: 15px;
    }
    .index_pg02 .list_item .text{
        font-size: 16px;
        text-align: center;
    }
    .index_en_pg02 .swiper-pagination{
        display:none;
    }
    .index_en_pg02 .list_item_r .title {
        margin-bottom: 0;
        line-height: 1.5;
        text-align: center;
    }
    .index_en_pg02 .list_item_l .title {
        margin-bottom: 15px;
        line-height: 1.5;
        text-align: center;
    }
   
    .index_pg03 .list {
        width: 50%;
        margin-bottom: 30px;
        background-size: auto 20px;
    }
    .index_pg03 .list .timer, .index_pg03 .list span {
        font-size: 32px;
        line-height: 1;
        height: 32px;
    }
    .index_pg03 .list_text {
        font-size: 14px;        
    }
    .index_pg03 {
        padding: 30px 0 10px;
    }
    .index_pg03 .lists {
        margin: 25px auto 0;
    }
    .index_pg03 sup {
        font-size: 26px;
    }
    .banner .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }
    .banner .swiper-pagination-bullet::after {
        width: 4px;
        height: 4px;
    }
    .index_pg01 .bhg-img{
        display: block;
    }
    .index_pg01 .bg-img{
        display: none;
    }
}