body {
    font-family: "Arial MT Pro" !important;
    font-size: 18px;
    background: #f4f6f7;

}
*{
    line-height: 30px;
}
.i-second-content{
    display: flex;
    align-items:center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.i-second-content div {
    flex: 1 0 48%;
    margin: 0 10px;
    height: 100%;
}
.i-second-content div img {
    max-width: 90%;
    height: 355px;
}
.swiper-pagination .swiper-pagination-bullet {
    background-color: blue;
    width: 10px;
    height: 10px;
}
.swiper-slide{
    text-align: left;
    background: #f4f6f7;
}
.i-third{
    display: flex;
}
.i-third-all{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.i-third-title{
    margin-top: 20px;
    font-size: 18px;

}
.i-third-content{
    margin: 30px 0 30px 0;
    box-shadow:
            3px 3px 20px #E4C4C4FF,
            -3px -3px 10px darkgray;
    flex: 1;
}
.i-third-content ul li {
    list-style-type: none;
    text-align: left;
    margin-top: 20px;
}
.i-third-content ul{
    padding: 20px 30px;
}
.i-buttom{
    margin-bottom: 80px;
}
.i-buttom>h4 {

    line-height: 32px !important;
}
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-pagination {
    position: absolute;
    text-align: left;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    padding-left: 260px;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .display-mobile {
        display: none !important;
    }

    .g-bd-wrap{
        background: #f4f6f7 url("../images/wzyf-i-header.png") no-repeat top;
        background-size: 100% 100%;
        height: 400px;
    }
    .i-top-content{
        margin: 40px 0;
        font-size: 20px;
        line-height: 32px;
        color: #FFFFFF;
    }
    .i-top-title{
        margin-top: 60px;
        font-size: 48px;
        line-height: 68px;
       /* word-spacing: 12px;*/
        color: #FFFFFF;
    }
    .i-second-title{
        color: #0F5FB0;
        font-weight: bold;
        margin: 40px auto;
    }

}
@media (max-width: 768px) {
    .display-pc {
        display: none !important;
    }

    .i-top-title {
        margin-top: 20px;
        font-size: 24px;
        line-height: 32px;
        word-spacing: 12px;
        color: #FFFFFF;
    }
    .i-top-content{
        margin: 20px auto;
        line-height: 28px;
        color: #EBECED;

    }
    .i-third ,.i-second-content{
        display: flex;
        flex-direction: column;
    }
}