/* banner */

.banner {
    margin-top: 120px;
}

.bannerList {}

.bannerList li {
    width: 100%;
}

.bannerList li img {
    width: 100%;
}


/* banner图指示器 */

.banner li {
    cursor: pointer;
}

.banner .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    background: #ffffff;
    border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
    background: #01419d;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 20px;
    width: 1070px;
    left: 50%;
    margin-left: -535px;
    text-align: left;
}

.banner .swiper-pagination {}


/* 平台动态 */

.platformDynamics {
    padding: 80px 0;
    background: #E2F4FE;
    background: url('../images/index/platformDynamicsBg.png') no-repeat center;
    background-size: 100% 100%;
}

.platformDynamicsCont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.platformDynamicsMain {
    /* padding-top: 88px; */
    margin-right: 50px;
}

.platformDynamicsMainLeft {}

.platformDynamicsMainTitle {
    font-size: 32px;
    color: #333333;
}

.platformDynamicsMainDesc {
    font-size: 18px;
    color: #999999;
    line-height: 32px;
    text-align: justify;
    margin-top: 15px;
}

.platformDynamicsMainDetail {
    /* margin-top: 66px; */
    margin-top: 30px;
}

.mainDetailBtn {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
}

.moreDetail {
    display: flex;
    align-items: center;
    padding: 18px;
    background: #01419D;
}

.mainDetailBtnArrow {
    margin-left: 80px;
    display: flex;
    align-items: center;
}

.platformDynamicsMainRight {}

.platformDynamicsMainRight img {
    width: 700px;
}

.platformDynamicsList {
    width: 1200px;
    margin: 90px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.platformDynamicsList li {
    position: relative;
    overflow: hidden;
    width: 290px;
}

.platformDynamicsList li a {
    display: block;
}

.platformDynamicsList li a img {
    /* width: 314px; */
    height: 217px;
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    width: 100%;
}

.platformDynamicsList li a img:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.platformDynamicsTitle {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.platformDynamicsTitle p {
    font-size: 16px;
    color: #ffffff;
    padding: 8px;
    height: 42px;
    background: rgba(1, 65, 157, 0.88);
    /* 超出两行显示省略号 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 新闻动态 */

.newsUpdates {
    background: rgb(245, 245, 248);
    padding: 60px 0;
}

.newsUpdatesCont {
    width: 1200px;
    margin: 0 auto;
}

.newsUpdatesTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsUpdatesTitleLeft {}

.moreNewsUpdates {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
}

.moreNewsUpdatesBtn {
    display: flex;
    align-items: center;
    padding: 18px;
    background: #01419D;
}

.newsUpdatesTitleLeft {
    font-size: 32px;
    color: #333333;
}

.moreNewsUpdatesArrow {
    margin-left: 80px;
    display: flex;
    align-items: center;
}

.newsUpdatesList {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.newsUpdatesList li {
    width: 33.3%;
    /* height: 620px; */
    /* height: 520px; */
    height: 460px;
    padding: 46px 46px 38px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    cursor: pointer;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}

.newsUpdatesList li a {}

.newsUpdatesPhoto {}

.newsUpdatesPhoto img {
    width: 100%;
    /* height: 286px; */
}

.newsUpdatesTopic {
    font-size: 20px;
    color: #666666;
    line-height: 24px;
    margin-top: 20px;
    text-align: justify;
}

.newsUpdatesTopic:hover {
    color: #01419D;
    font-weight: 600;
}

.newsUpdatesTag {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-top: 15px;
}

.newsUpdatesBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 40px; */
    position: absolute;
    /* bottom: 50px; */
    bottom: 35px;
    width: 76%;
}

.newsUpdatesArrowBtn {}

.newsUpdatesArrow {
    display: flex;
    padding: 16px 20px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
}

.newsUpdatesArrow:hover {
    background: #01419D;
}

.newsUpdatesArrow img {}

.newsUpdatesDate {
    font-size: 18px;
    color: #999999;
}

.activeStrip {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}

.activeStrip img {
    width: 100%;
    vertical-align: bottom;
}

.flexCenter {
    display: flex !important;
    justify-content: center;
    align-items: center;
}


/* 手机端适配 */

@media (max-width: 768px) {
    /* 平台动态 */
    .mPlatformDynamics {
        background: #E2F4FE;
        padding: 15px 10px;
    }
    .mPlatformDynamicsCont {}
    .mPlatformDynamicsPhoto {
        width: 100%;
    }
    .mPlatformDynamicsPhoto img {
        width: 100%;
    }
    .mPlatformDynamicsMainTitle {
        font-size: 16px;
        font-weight: 600;
        color: #333333;
        margin-top: 10px;
    }
    .mPlatformDynamicsMainDesc {
        font-size: 14px;
        color: #999999;
        text-align: justify;
        margin-top: 10px;
    }
    .platformDynamicsMainDetail {
        text-align: right;
        margin-top: 15px !important;
    }
    .mainDetailBtnArrow {
        margin-left: 10px !important;
    }
    .mainDetailBtnArrow img {
        height: 16px;
    }
    .moreDetail {
        padding: 10px 12px !important;
        border-radius: 5px;
        font-size: 14px;
    }
    .mPlatformDynamicsList {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
    }
    .mPlatformDynamicsList li {
        width: 100%;
        margin-bottom: 10px;
    }
    .mPlatformDynamicsList li a {}
    .mPlatformDynamicsList li a img {
        width: 100%;
    }
    .mPlatformDynamicsTitle {
        font-size: 12px;
        color: #ffffff;
        padding: 8px;
        background: rgba(1, 65, 157, 0.88);
    }
    /* 新闻动态 */
    .mNewsUpdates {
        padding: 15px 10px 0;
    }
    .mNewsUpdatesCont {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mNewsUpdatesTitle {
        font-size: 18px;
        font-weight: 600;
        color: #333333;
    }
    .mMoreNewsUpdates {}
    .mMoreNewsUpdatesBtn {
        display: flex;
        align-items: center;
        padding: 10px 12px;
        background: #01419D;
        border-radius: 5px;
        font-size: 14px;
        color: #ffffff;
    }
    .mMoreNewsUpdatesArrow {
        margin-left: 10px;
    }
    .mMoreNewsUpdatesArrow img {
        height: 16px;
    }
    .mNewsUpdatesList {
        width: 100%;
        margin-top: 15px;
    }
    .mNewsUpdatesList li {
        /* width: 100%; */
        padding: 20px;
        background: #FFFFFF;
        border: 1px solid #D0D0D0;
        margin-bottom: 15px;
        border-radius: 5px;
        position: relative;
    }
    .mNewsUpdatesList li a {}
    .mNewsUpdatesPhoto {}
    .mNewsUpdatesPhoto img {
        width: 100%;
    }
    .mNewsUpdatesTopic {
        font-size: 14px;
        font-weight: 600;
        color: #01419D;
        margin-top: 20px;
    }
    .mNewsUpdatesTag {
        font-size: 12px;
        color: #01419D;
        margin-top: 5px;
    }
    .mNewsUpdatesBottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }
    .mNewsUpdatesArrowBtn {}
    .mNewsUpdatesArrow {
        display: flex;
        padding: 6px 10px;
        background: #01419D;
    }
    .mNewsUpdatesArrow img {}
    .mNewsUpdatesDate {
        font-size: 14px;
        color: #999999;
    }
    .mActiveStrip {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .mActiveStrip img {
        width: 100%;
        vertical-align: bottom;
    }
}