/* 首页css */
body {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    min-width: 1200px;
}

/* 头部box */
.header {
    height: .68rem;
    width: 100%;
    background: #FFFFFFFF;
    border-bottom: 2px solid rgba(198, 198, 198, 1);
}

/* logo */
.header-logo {
    height: 100%;
    position: relative;
}

.header-logo img {
    margin-left: 4.6rem;
    width: 2.02rem;
    height: .32rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* 导航 */
.header-nav {
    height: 100%;
    margin-right: 2.82rem;
    line-height: 0rem;
}

.header-nav span {
    margin-right: 1.03rem;
}

.header-nav span a {
    font-size: .18rem;
    color: rgba(96, 96, 96, 1);
    padding-bottom: .14rem;
}

.header-nav span a:hover {
    color: rgba(16, 45, 175, 1);
}

/* 导航激活状态 */
.header-nav-active {
    position: relative;
    color: rgba(16, 45, 175, 1) !important;
}

.header-nav span a:hover {
    color: rgba(16, 45, 175, 1);
}


.header-nav-active::after {
    content: "";
    position: absolute;
    width: 0.32rem;
    bottom: 0;
    left: 0.03rem;
    height: 2px;
    background: rgba(0, 48, 255, 1);
    border-radius: 1px;
}

/* banner背景图 */
.banner {
    box-sizing: border-box;
    width: 100%;
    height: 4rem;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-left: 3.59rem;
    position: relative;
}
.bannerbg1 {
    background-image: url(../image/banner/index_banner.png);
}
.bannerbg2 {
    background-image: url(../image/banner/index_banner2.png);
}
.bannerbg3 {
    background-image: url(../image/banner/index_banner3.png);
}

.swiper-container1 {
    width: 100%;
    height: 4rem;
    overflow: hidden;
    position: relative;
}

.pagination {
    position: absolute;
    z-index: 999;
    bottom: 0px;
    width: 100%;
    text-align: center;
    line-height: 0px;
    margin-bottom: .2rem;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: rgb(42, 60, 223);
}

.banner::after {
    content: "";
    bottom: 0;
    left: 0;
    height: .1rem;
    width: 100%;
    position: absolute;
    background: #F3F3F3;
}

.banner-herf {
    bottom: .5rem;
    position: absolute;
    left: 3.8rem;
    width: 1.6rem;
    height: .5rem;
}

/* 新闻资讯 */
.newbox {
    background: rgba(246, 249, 255, 1);
    width: 100%;
}

.news {
    margin: 0 auto;
    width: 12rem;
    padding-top: .35rem;
    padding-bottom: .37rem;
}

.title {
    font-size: .3rem;
    font-weight: bold;
    color: rgba(16, 45, 173, 1);
    text-align: center;
    position: relative;
}

.news .title {
    margin-bottom: 0.58rem;
}

.news .title::after {
    content: "";
    position: absolute;
    bottom: -.27rem;
    left: 46.5%;
    width: .8rem;
    height: 0.04rem;
    background: rgba(16, 45, 173, 1);
    border-radius: 2px;
}

.news-list {
    width: 5.6rem;
    height: 1.52rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    border: 1px solid rgba(217, 217, 217, 1);
    padding: .14rem;
    margin-bottom: 0.18rem;
    transition: border .5s;
    -moz-transition: border .5s;
    -webkit-transition: border .5s;
    -o-transition: border .5s;
}

.news-list:hover {
    border: 1px solid rgba(71, 106, 255, 1) !important;
}

.news-list:nth-child(2n) {
    margin-right: .17rem;
}

.news-list-img {
    width: 1.49rem;
    height: 1.49rem;
    border-radius: 4px;
    overflow: hidden;
    transform: all .3s;
    -ms-transform: all .3s;
    -moz-transform: all .3s;
    -webkit-transform: all .3s;
    -o-transform: all .3s;
}

.news-list-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: transform .3s;
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
}

.news-list:hover img {
    transform: scale(1.06);
    -ms-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
}

.new-list-content {
    width: 3.74rem;
    margin-top: 0.04rem;
}

.new-list-content-title {
    font-size: .18rem;
    font-weight: bold;
    color: rgba(56, 56, 56, 1);
}

.new-list-content-text {
    text-indent: 0.28rem;
    margin-top: 0.15rem;
    height: .69rem;
    font-size: .14rem;
    line-height: .24rem;
    color: rgba(132, 132, 132, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new-list-time {
    margin-top: 0.24rem;
    font-size: .14rem;
    color: rgba(77, 77, 77, 1);
    line-height: .12rem;
}

.new-list-last {
    margin-top: 0.22rem;
    font-size: .14rem;
    color: rgba(45, 67, 179, 1);
    line-height: .12rem;
}

.new-list-last img {
    width: .15rem;
    height: .12rem;
    margin-left: 0.06rem;
}

/* 更多资讯按钮 */
.nwes-btn {
    width: 2rem;
    height: .44rem;
    background: rgba(71, 106, 255, 1);
    border-radius: 4px;
    font-size: .18rem;
    line-height: .44rem;
    text-align: center;
    margin: .12rem auto 0 auto;
    color: rgba(255, 255, 255, 1);
}

/* 推荐产品 */
.recommend {
    background: rgba(255, 255, 255, 1);
    padding: .35rem 3.6rem .37rem 3.6rem;
    position: relative;
    overflow: hidden;
}

.swiper-wrapper {
    overflow: hidden;
}

.recommend .title::after {
    content: "";
    position: absolute;
    bottom: -.42rem;
    left: 46.5%;
    width: .8rem;
    height: 0.04rem;
    background: rgba(16, 45, 173, 1);
    border-radius: 2px;
}

/* 轮播 */
.swiper-container {
    width: 10rem !important;
    margin-top: .71rem !important;
    height: 3.3rem !important;
    position: relative;
}

.swiper-wrapper {
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
}

.swiper-slide {
    height: 100% !important;
    float: left;
}

.swiper-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 10px;
    text-align: center;
    width: 3.15rem;
    height: 3.2rem;
    margin: 0 auto;
    overflow: hidden;
    /* transition: all .3s; */
}

.swiper-box-img-box {
    height: 2.55rem;
    width: 100%;
    float: left;
    overflow: hidden;
    transform: all .3s;
    -ms-transform: all .3s;
    -moz-transform: all .3s;
    -webkit-transform: all .3s;
    -o-transform: all .3s;
}

.swiper-box-img-box img {
    height: 2.55rem;
    width: 100%;
    float: left;
    transition: transform .3s;
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
}

.swiper-box-img-box img:hover {
    transform: scale(1.06);
    -ms-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
}

.swiper-box p {
    height: .65rem;
    width: 100%;
    background: rgba(250, 250, 250, 1);
    font-size: 22px;
    color: rgba(62, 62, 62, 1);
    line-height: .65rem;
    float: left;
}

/* 轮播切换箭头 */
.swiper-button-prev {
    position: absolute;
    top: 2.65rem;
    left: 3.96rem;
    background-image: url(../image/icon/prev.png);
    background-size: 100%;
    width: 0.3rem;
    height: 0.55rem;
}

.swiper-button-prev:hover {
    background-image: url(../image/icon/prev-blue.png) !important;
}

.swiper-button-next {
    position: absolute;
    top: 2.65rem;
    right: 3.96rem;
    background-image: url(../image/icon/next.png);
    background-size: 100%;
    width: 0.3rem;
    height: 0.55rem;
}

.swiper-button-next:hover {
    background-image: url(../image/icon/next-blue.png) !important;
}

/* 全部产品按钮 */
.recommend-btn {
    width: 2rem;
    height: .44rem;
    background: rgba(71, 106, 255, 1);
    border-radius: 4px;
    font-size: .18rem;
    line-height: .44rem;
    text-align: center;
    margin: .32rem auto 0 auto;
    color: rgba(255, 255, 255, 1);
}

/* 关于培帛 */
.regards {
    height: 4.68rem;
    padding: .35rem 3.6rem .37rem 3.6rem;
    background: rgba(246, 249, 255, 1);
}

.regards .title::after {
    content: "";
    position: absolute;
    bottom: -.23rem;
    left: 46.5%;
    width: .8rem;
    height: 0.04rem;
    background: rgba(16, 45, 173, 1);
    border-radius: 2px;
}

.regards-content {
    box-sizing: border-box;
    margin-top: 0.5rem;
    width: 100%;
    height: 3.8rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(95, 137, 255, 0.2);
    border-radius: 10px;
}

.regards-content img {
    height: 100%;
    width: 6.7rem;
}

.regards-content p {
    text-indent: .36rem;
    height: 2.75rem;
    width: 4.65rem;
    overflow: hidden;
    margin-top: 0.21rem;
    margin-right: 0.39rem;
    /* padding: .21rem .39rem .21rem .25rem; */
    font-size: .18rem;
    color: rgba(102, 102, 102, 1);
    line-height: .28rem;
    word-break: break-all;
}

.regards-btn {
    width: 1.6rem;
    height: 0.44rem;
    background: rgba(71, 106, 255, 1);
    border-radius: 4px;
    font-size: .18rem;
    line-height: .44rem;
    text-align: center;
    margin-right: 1.83rem;
    margin-top: .21rem;
    color: rgba(255, 255, 255, 1);
}

/* 企业文化 */
.culture {
    height: 2.99rem;
    background: rgba(255, 255, 255, 1);
    padding: 0 4.4rem;
}

.culture-box {
    width: 2rem;
    margin: .34rem 2.12rem 0 0;
}

.culture-box:nth-child(3) {
    margin-right: 0;
}

.culture-box img {
    width: 0.88rem;
    height: 0.88rem;
    display: block;
    text-align: center;
    margin-left: .55rem;
}

.culture-box p {
    width: 100%;
    font-size: .24rem;
    font-weight: bold;
    color: rgba(16, 45, 175, 1);
    margin-top: 0.3rem;
    text-align: center;
}

.culture-box span {
    width: 100%;
    font-size: .2rem;
    font-weight: 400;
    color: rgba(88, 88, 88, 1);
    margin-top: 0.24rem;
    text-align: center;
    line-height: .36rem;
}

/* 底部 */
.footer {
    height: .68rem;
    width: 100%;
    font-size: 0;
    text-align: center;
    background: #5877ff;
}

.footer-content {
    display: inline-block;
    font-size: 0;
    height: 100%;
}

.footer-img-box {
    width: 0.5rem;
    height: 100%;
    float: left;
    margin: 0 auto;
    margin-right: .32rem;
}


.footer-img-box img {
    line-height: .5rem;
    margin-top: 0.1rem;
    width: 0.5rem;
    height: 0.5rem;

}

.footer-text {
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    float: right;
    padding-top: .16rem;
}

.footer-text p {
    font-size: .14rem;
    text-align: left;
    color: rgb(255, 255, 255);
}