* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'PingFangSC-Regular', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    border: none;
}
.main{
    background-color: #F6F8FF;
}

.common-title{
    margin-bottom: 52px;
    margin-left: 85px;
}
.common-title .line{
    width: 34px;
    height: 1px;
    background-color: #0457F7;
    margin-bottom: 20px;
}
.common-title .text{
    font-size: 42px;
    color: #042700;
    letter-spacing: 0;
    line-height: 59px;
    margin-bottom: 12px;
}
.common-title .text span{
    color: #0457F7;
}
.common-title .english{
    font-size: 26px;
    color: #9094A2;
    letter-spacing: 0;
    line-height: 26px;
}
.core-business{
    padding-top: 30px;
}
 .inner{
    max-width: 1600px;
    margin: 0 auto;
}
.core-business{
    background-image:url("../images/home/bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 470px 529px;
    padding-bottom: 40px;
}
.core-business .swiper-wrap{
    height: 492px;
    position: relative;
    padding: 0 85px;
    box-sizing: border-box;
}
.core-business .swiper{
    overflow: hidden;
}
.core-business .swiper-box .swiper-item{
    width: 460px;
    height: 492px;
    background-color: #fff;
    list-style: none;
}
.core-business .swiper-box .swiper-item .text-box{
    padding: 35px 30px 0 30px;
    box-sizing: border-box;
}
.core-business .swiper-box .swiper-item img{
    width: 100%;
}
.core-business .swiper-box .swiper-item .title{
    font-size: 28px;
    color: #354164;
    margin-bottom: 12px;
}
.core-business .swiper-box .swiper-item .content{
    font-size: 16px;
    color: #757979;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
}

.box01{
    background-color: #fff;
    padding-top: 44px;
    padding-bottom: 52px;
}
.box02 {
    padding: 35px 0 50px;
}
.box03{
    background-color: #fff;
    padding: 50px 0;
}
.box04 {
    padding: 40px 0 75px;
}
.big-title{
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 52px;
}
.slider-box{
    height: 468px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.slider-box img{
    width: 100%;
}
.slider-box .text-box{
    width: 100%;
    height: 100%;
    z-index: 999;
    position: absolute;

}
.slider-box img{
    width: 100%;
    height: 430px;
    position: absolute;
    left: 0;
    top: 0;
}
.slider-box .title{
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    margin: 162px 0 20px;
}
.slider-box .detail{
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    padding: 0 150px;
}
.product-matrix .inner{
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .product-matrix .big-title{
        font-size: 20px;
        color: #333333;
        text-align: center;
    }
    .slider-box{
        height: 180px;
    }
    .slider-box .title{
        font-size: 18px;
        color: #FFFFFF;
        text-align: center;
        margin: 30px 0 10px;
    }
    .slider-box .detail{
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        padding: 0 20px;
    }
    .slider-box img{
        height: auto;
    }
    .box01{
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .box02{
        padding: 20px 0 20px;
    }
    .box03{
        background-color: #fff;
        padding: 20px 0;
    }
    .box04{
        padding: 20px 0 20px;
    }
    .box04 .slider-box img{
        height: 160px;
    }
}
.swiper-pagination-bullet-active{
    width: 54px !important;
    height: 8px!important;
    border-radius: 6px!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0 !important;
}
.swiper-button-next, .swiper-button-prev{
    width: 60px!important;
    height: 60px!important;
    background-size: 60px 60px!important;
}
.swiper-button-next{
    background-image: url("../images/home/next-btn01.png")!important;
}
.swiper-button-prev{
    background-image: url("../images/home/pre-btn01.png")!important;
}
.swiper-button-next.swiper-button-disabled{
    background-image: url("../images/home/next-btn02.png")!important;
}
.swiper-button-prev.swiper-button-disabled{
    background-image: url("../images/home/pre-btn02.png")!important;
}
@media screen and (max-device-width:750px){
    .core-business .swiper-box .swiper-item .title{
        font-size: 12px;
        color: #354164;
        margin-bottom: 12px;
    }
    .core-business .swiper-box .swiper-item .content{
        font-size: 10px;
        color: #757979;
        letter-spacing: 0;
        text-align: justify;
        line-height: 15px;
    }
    .core-business{
        padding-bottom: 10px;
    }
    .core-business .swiper-box .swiper-item{
        height: 330px;
    }
    .core-business .swiper-wrap{
        height: 380px;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 20px!important;
        height: 20px!important;
        background-size: 20px 20px!important;
    }
    .core-business .swiper-wrap{
        padding: 0 30px;
    }
    .core-business .swiper-box .swiper-item .text-box{
        padding: 10px 10px 0 10px;
    }
    .product-box{
        width: 100% !important;
        margin-bottom: 20px !important;
    }
}
.product-box{
    display: flex;
    flex-direction: column;
    width: 460px;
    height: 280px;
    align-items: center;
    padding: 78px 50px 0;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
}
.product-box h3{
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
}
.product-box p{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}
.product-box01{
    background-image: url("../images/home/product01.png");
}
.product-box02{
    background-image: url("../images/home/product02.png");
}
.product-box03{
    background-image: url("../images/home/product03.png");
}
.product-box04{
    background-image: url("../images/home/product04.png");
}
.product-box05{
    background-image: url("../images/home/product05.png");
}
.product-box06{
    background-image: url("../images/home/product06.png");
}
.product-box07{
    background-image: url("../images/home/product07.png");
}
.product-box08{
    background-image: url("../images/home/product08.png");
}
.product-box09{
    background-image: url("../images/home/product09.png");
}

