html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #fff;
    font-family: '思源黑体';
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 70%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 400px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiperTop {
    width: 100%;
    height: 100%;
    padding: 0;
    margin-bottom: 113px;
}

.swiper-slide-top {
    text-align: center;
    font-size: 48px;
    width: 100%;
    height: 100%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide-top img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 轮播  banner */

.banner1 {
    background-image: url(../img/lunbotu4.jpg);
    transform: translate3d(704.5px, 0px, 0px);
    transition: all 0ms ease 0s;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.banner2 {
    background-image: url(../img/lunbotu5.jpg);
    transform: translate3d(704.5px, 0px, 0px);
    transition: all 0ms ease 0s;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.banner3 {
    background-image: url(../img/lunbotu6.jpg);
    transform: translate3d(704.5px, 0px, 0px);
    transition: all 0ms ease 0s;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.topTitle {
    width: 214px;
    height: 45px;
    font-size: 40px;
    font-weight: 600;
    color: #0a3d99;
    line-height: 72px;
    margin-bottom: 65px;
    position: absolute;
    left: 10%;
    top: 260px;
    text-align: left;
}
.topTitle1 {
    width: 300px;
    height: 45px;
    font-size: 40px;
    font-weight: 600;
    color: #0a3d99;
    line-height: 72px;
    text-shadow: 0px 5px 5px rgb(31 60 103 / 43%);
    margin-bottom: 65px;
    position: absolute;
    left: 10%;
    top: 260px;
    text-align: left;
}
.topTitle2 {
    width: 300px;
    height: 45px;
    font-size: 40px;
    font-weight: 600;
    color: #0a3d99;
    line-height: 72px;
    text-shadow: 0px 5px 5px rgb(31 60 103 / 43%);
    margin-bottom: 65px;
    position: absolute;
    left: 10%;
    top: 260px;
    text-align: left;
}
.topText {
    width: 666px;
    height: 100px;
    font-size: 23px !important;
    font-family: '思源黑体';
    font-weight: 500;
    color: #363636;
    line-height: 42px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 10%;
    top: 376px;
    text-align: left;
}
.topText2 {
    width: 530px;
    height: 100px;
    font-size: 18px;
    font-family: '思源黑体';
    font-weight: 500;
    color: #363636;
    line-height: 32px;
    text-shadow: 0px 5px 8px rgba(31, 60, 103, 0.34);
    padding: 0;
    margin: 0;
    position: absolute;
    left: 10%;
    top: 376px;
    text-align: left;
}
.topText3 {
    width: 550px;
    height: 100px;
    font-size: 18px;
    font-family: '思源黑体';
    font-weight: 500;
    color: #363636;
    line-height: 32px;
    text-shadow: 0px 5px 8px rgb(31 60 103 / 34%);
    padding: 0;
    margin: 0;
    position: absolute;
    left: 10%;
    top: 376px;
    text-align: left;
}

.titleBox {
    width: 70%
}


/* smo */

.smoBox {
    width: 100%;
    height: 530px;
    position: relative;
    margin-bottom: 100px;
}

.smoBox .smoLeft {
    width: 50%;
    height: 530px;
}

.smoBox .smoLeft .leftTop {
    height: 430px;
    background-image: url(../img/homeLwft.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 55px;
}

.smoBox .smoLeft button {
    color: #999999;
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.smoBox .smoLeft .leftTop .leftright {
    margin-left: 35%;
    padding-top: 80px;
}

.smoBox .smoLeft .leftTop .smoTitle {
    width: 86%;
    height: 100px;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-align: left;
}

.smoBox .smoRight {
    width: 52%;
    height: 500px;
    /* padding-top: 30px; */
    position: absolute;
    right: 0;
    bottom: 0;
}

.smoBox .smoRight img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}


/* ----- */

.indexContent {
    width: 70%;
    /* background: pink; */
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 25px;
}

.indexContent .contentMain .mainIcon {
    height: 120px;
    width: 117px;
    margin: auto;
    background-image: url(../img/wenjian.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    line-height: 120px
}

.indexContent .contentMain:hover .mainIcon {
    height: 120px;
    background-image: url(../img/wenjian2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    line-height: 120px;
}

.indexContent .contentMain {
    color: #444;
}

.indexContent .contentMain:hover {
    color: #0FA2E2
}

.indexContent .contentMain2 .mainIcon {
    height: 120px;
    width: 117px;
    margin: auto;
    background-image: url(../img/user22.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    line-height: 120px
}

.indexContent .contentMain2:hover .mainIcon {
    height: 120px;
    background-image: url(../img/user11.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    line-height: 120px;
}

.indexContent .contentMain2 {
    color: #444;
}

.indexContent .contentMain2:hover {
    color: #0FA2E2
}
.indexContent .plus{
    font-size: 36px;
}
.indexContent .contentMain3 .mainIcon {
    width: 117px;
    margin: auto;
    height: 120px;
    background-image: url(../img/xiangmu2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    line-height: 120px
}

.indexContent .contentMain3:hover .mainIcon {
    height: 120px;
    width: 117px;
    margin: auto;
    background-image: url(../img/xianmu.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    line-height: 120px;
}

.indexContent .contentMain3 {
    color: #444;
}

.indexContent .contentMain3:hover {
    color: #0FA2E2
}

.indexContent .contentMain4 .mainIcon {
    height: 120px;
    width: 117px;
    margin: auto;
    background-image: url(../img/gupiao1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    line-height: 120px
}

.indexContent .contentMain4:hover .mainIcon {
    height: 120px;
    background-image: url(../img/gupiao2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    line-height: 120px;
}

.indexContent .contentMain4 {
    color: #444;
}

.indexContent .contentMain4:hover {
    color: #0FA2E2
}

.indexContent .mainText {
    font-size: 26px;
    /* color: #444444; */
    line-height: 50px;
    margin: 0;
    width: 250px;
    margin: auto;
}

.indexContent b {
    font-size: 36px;
    /* color: #000000 */
}


/* 关于普蕊斯 */

.indexAbout {
    width: 80%;
    /* height: 500px; */
    margin: auto;
    /* background: yellowgreen */
    margin-bottom: 100px;
}

.indexAbout .indexAboutMain {
    width: 100%;
    margin: 0;
}

.indexAbout .indexAboutMain .mainColor {
    background: #F6F6F6;
    /* width: 100%; */
    height: 240px;
    box-shadow: 0 0 3px 1px #888;
}

.indexAbout .indexAboutMain .aboutMainTitle {
    /* width: 89px; */
    height: 18px;
    font-size: 18px;
    /* font-weight: normal; */
    color: #000000;
    line-height: 60px;
    text-align: left;
    margin: 0;
    display: block;
    margin-bottom: 10px;
    padding-left: 60px;
    margin-top: 30px;
}

.indexAbout .indexAboutMain .mainCol {
    padding: 0;
    /* padding:30px 10px 10px 10px ; */
}

.indexAbout .indexAboutMain img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.mainCol-a {
    text-align: left;
    /* padding-left: 60px; */
    position: absolute;
    left: 60px;
    bottom: 20px
}

.indexAbout .indexAboutMain a {
    text-align: left;
}

.indexAbout .indexAboutMain p {
    /* height: 57px; */
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    line-height: 22px;
    text-align: left;
    padding: 0px 60px;
    margin-bottom: 40px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*将对象作为弹性伸缩盒子模型显示*/
    -webkit-line-clamp: 5;
    /*限制文本的行数，只显示3行*/
    -webkit-box-orient: vertical;
    /*设置或检索伸缩盒对象的子元素的排列方式 */
}


/* 媒体查询 */

@media (max-width: 970px) {
    .swiper {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 200px;
    }
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .swiperTop {
        width: 100%;
        height: 245px;
        padding: 0;
        margin-bottom: 40px;
    }
    .swiper-slide-top {
        text-align: center;
        font-size: 18px;
        width: 100%;
        height: 245px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-slide-top img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* 轮播  banner */
    .banner1 {
        background-image: url(../img/lunbotu1.jpg);
        transform: translate3d(704.5px, 0px, 0px);
        transition: all 0ms ease 0s;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .banner2 {
        background-image: url(../img/lunbotu2.jpg);
        transform: translate3d(704.5px, 0px, 0px);
        transition: all 0ms ease 0s;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .banner3 {
        background-image: url(../img/lunbotu3.jpg);
        transform: translate3d(704.5px, 0px, 0px);
        transition: all 0ms ease 0s;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .topTitle {
        width: 200px;
        height: 45px;
        font-size: 22px;
        font-weight: bold;
        color: #0a3d99;
        line-height: 100px;
        margin-bottom: 45px;
        position: absolute;
        left: 10%;
        top: 40px;
        text-align: left;
    }
    .topText {
        width: 370px;
        height: 100px;
        font-size: 12px !important;
        /* font-family: '思源黑体'; */
        font-weight: 600;
        color: #363636;
        line-height: 20px;
        text-shadow: 0px 5px 8px rgba(31, 60, 103, 0.34);
        padding: 0;
        margin: 0;
        left: 10%;
        top: 130px;
        text-align: left;
        }
    
    .topText2 {
        width: 350px;
        height: 100px;
        font-size: 12px !important;
        /* font-family: '思源黑体'; */
        font-weight: 500;
        color: #FFFFFF;
        line-height: 20px;
        text-shadow: 0px 5px 8px rgba(31, 60, 103, 0.34);
        padding: 0;
        margin: 0;
        position: absolute;
        left: 52%;
        top: 90px;
        text-align: left;
    }
    .topTitle1 {
        width: 200px;
        height: 45px;
        font-size: 22px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 100px;
        margin-bottom: 45px;
        position: absolute;
        left: 52%;
        top: 0px;
        text-align: left;
    }
    .topText3 {
        width: 350px;
        height: 100px;
        font-size: 12px;
        /* font-family: '思源黑体'; */
        font-weight: 500;
        color: #FFFFFF;
        line-height: 20px;
        text-shadow: 0px 5px 8px rgba(31, 60, 103, 0.34);
        padding: 0;
        margin: 0;
        text-align: left;
        position: absolute;
        left: 12%;
        top: 90px;
    }
    .topTitle2 {
        width: 200px;
        height: 45px;
        font-size: 22px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 100px;
        margin-bottom: 45px;
        position: absolute;
        left: 12%;
        top: 0;
        text-align: left;
    }
    .titleBox {
        width: 100%
    }
    /* smo */
    .smoBox {
        width: 100%;
        height: 600px;
        position: relative;
        margin-bottom: 50px;
    }
    .smoBox .smoLeft {
        width: 100%;
        height: 240px;
    }
    .smoBox .smoLeft .leftTop {
        height: 300px;
        background-image: url(../img/homeLwft.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-bottom: 25px;
    }
    .smoBox .smoLeft button {
        color: #999999;
        width: 120px;
        height: 40px;
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
    }
    .smoBox .smoLeft .leftTop .leftright {
        margin-left: 5px;
        padding-top: 15px;
    }
    .smoBox .smoLeft .leftTop .smoTitle {
        width: 100%;
        height: 70px;
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 26px;
        padding: 0;
        margin: 0;
        text-align: left;
    }
    .smoBox .smoRight {
        width: 100%;
        height: 200px;
        /* padding-top: 30px; */
        /* position: absolute;
        right: 0;
        bottom: 0; */
    }
    .smoBox .smoRight img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .indexContent {
        width: 100%;
        /* background: pink; */
        margin: auto;
        display: block;
        /* justify-content: space-between; */
        padding: 25px;
    }
    .indexContent .contentMain .mainIcon {
        height: 120px;
        width: 117px;
        margin: auto;
        background-image: url(../img/wenjian.png);
        background-repeat: no-repeat;
        background-size: 100%;
        text-align: center;
        line-height: 120px
    }
    .indexContent .contentMain:hover .mainIcon {
        height: 120px;
        background-image: url(../img/wenjian2.png);
        background-repeat: no-repeat;
        background-size: 100%;
        text-align: center;
        line-height: 120px;
    }
    .indexContent .contentMain {
        color: #444;
    }
    .indexContent .contentMain:hover {
        color: #0FA2E2
    }
    .indexContent .contentMain2 .mainIcon {
        height: 120px;
        width: 117px;
        margin: auto;
        background-image: url(../img/user22.png);
        background-repeat: no-repeat;
        background-size: 100%;
        text-align: center;
        line-height: 120px
    }
    .indexContent .contentMain2:hover .mainIcon {
        height: 120px;
        background-image: url(../img/user11.png);
        background-repeat: no-repeat;
        background-size: 100%;
        text-align: center;
        line-height: 120px;
    }
    .indexContent .contentMain2 {
        color: #444;
    }
    .indexContent .contentMain2:hover {
        color: #0FA2E2
    }
    .indexContent .contentMain3 .mainIcon {
        width: 117px;
        margin: auto;
        height: 120px;
        background-image: url(../img/xiangmu2.png);
        background-repeat: no-repeat;
        background-size: 100%;
        text-align: center;
        line-height: 120px
    }
    .indexContent .contentMain3:hover .mainIcon {
        height: 120px;
        width: 117px;
        margin: auto;
        background-image: url(../img/xianmu.png);
        background-repeat: no-repeat;
        background-size: 100%;
        text-align: center;
        line-height: 120px;
    }
    .indexContent .contentMain3 {
        color: #444;
    }
    .indexContent .contentMain3:hover {
        color: #0FA2E2
    }
    .indexContent .contentMain4 .mainIcon {
        height: 120px;
        width: 117px;
        margin: auto;
        background-image: url(../img/gupiao1.png);
        background-repeat: no-repeat;
        background-size: 100%;
        text-align: center;
        line-height: 120px
    }
    .indexContent .contentMain4:hover .mainIcon {
        height: 120px;
        background-image: url(../img/gupiao2.png);
        background-repeat: no-repeat;
        background-size: 100%;
        text-align: center;
        line-height: 120px;
    }
    .indexContent .contentMain4 {
        color: #444;
    }
    .indexContent .contentMain4:hover {
        color: #0FA2E2
    }
    .indexContent .mainText {
        font-size: 26px;
        /* color: #444444; */
        line-height: 50px;
        margin: 0;
        margin: auto;
    }
    .indexContent b {
        font-size: 36px;
        /* color: #000000 */
    }
}