@charset "utf-8";

.index_banner .advice{
    text-align: left;
}
.index_banner .advice-tit{
    font-size: 54px;
    line-height: 1.25;
    color: #FFFFFF;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
}
.index_banner .advice-ftit{
    margin-top: 35px;
    font-size: 18px;
    text-transform: initial;
    max-width: 660px;
    line-height: 1.56;
    color: #fff;
}
.advice_tips .advice-ftit p{
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 10px;
}
.advice_tips .advice-ftit p:last-child{
    margin-bottom: 0;
}
.advice_tips .advice-ftit p::before{
   content: "";
   display: block;
   width: 20px;
   height: 20px;
   background: url(../img/advice_tips.png) no-repeat center/cover;
   position: absolute;
   left: 0;
   top: 4px;
}
.index_banner .swiper-container.typea{
    padding-bottom: 0;
}
.swiper-container .swiper-pagination{
   bottom: 5%;
}
.index_banner .swiper-container .swiper-pagination-bullet{
    width: 30px;
    height: 3px;
    margin-right: 15px;
    border-radius: 0;
    opacity: 1;
    background: rgba(255,255,255,.5);
}
.index_banner .swiper-container .swiper-pagination-bullet-active{
    background:  #0067B3;
}

/* 关于我们 */
.index_pg02 {
    background: #f0f0f0;
    position: relative;
}
.index_pg02 .img{
    position: absolute;
    left: 0;
    top: 50%;
    width: 48%;
    transform: translateY(-50%);
}
.index_pg02 .texts{
    width: 46.5%;
    margin-left: auto;
    padding: 130px 0;
    box-sizing: border-box;
}
.index_pg02 .texts .con{
    margin: 35px 0 80px;
}
.index_pg02 .texts .con p {
    padding-bottom: 20px;
}
.index_pg02 .texts .con p:last-child {
    padding-bottom: 0;
}

.read_more{
    width: 166px;
    height: 45px;
    background: #0067B3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.read_more::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    z-index: -1;
    background: #0067B3;
    transition: all .4s;
}
.read_more:hover::before{
    transform: scale(1);
}
@media only screen and (max-width: 1600px) {
    .index_pg02 .texts{
        padding: 69px 0;
    }
    .index_pg02 .texts .con {
        margin: 35px 0 50px;
    }
}
@media only screen and (max-width: 1480px) {
    .index_banner .advice-tit{
        font-size: 50px;
    }
}
@media only screen and (max-width: 1400px) {
    .index_banner .advice-tit{
        font-size: 46px;
    }
}
@media only screen and (max-width: 1280px) {
    .index_banner .advice-tit{
        font-size: 42px;
    }
    .index_pg02 .texts .con {
        margin: 25px 0 40px;
    }
}
@media only screen and (max-width: 1200px) {
    .index_banner .advice-tit{
        font-size: 40px;
    }
}
@media only screen and (max-width: 1200px) {
    .index_banner .advice-tit{
        font-size: 36px;
    }
}
@media only screen and (max-width: 768px) {
    .index_banner .advice-ftit{
        display: none;
    }
    .index_banner .advice-tit {
        text-align: center;
        font-size: 22px;
    } 
    .product_bgimg .maxwidth {
        height: auto;
        padding: 40px 0;
    }
    .product_bgimg .box .con {
        margin: 20px 0 35px;
    }
    .index_pg02{
        padding: 30px 0;
    }
    .index_pg02 .img {
        position: initial;
        width: 100%;
        transform: translateY(0);
    }
    .index_pg02 .texts {
        padding: 35px 0 0;
        width: 100%;
    }
    .index_pg02 .texts .con {
        margin: 15px 0 20px;
    }
    .contact_us_btn {
        width: 138px;
        height: 42px;
    }
    .read_more {
        width: 138px;
        height: 42px;
        margin: 0 auto;
    }
    .index_banner .swiper-container .swiper-pagination-bullet{
        margin-right: 5px;
    }
    .product_list .list .img{
        height: 186px;
    }
}