/* 更多 */
@media (max-width: 991.98px) {
    .more {
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        font-size: 0.24rem;
        color: #888;
    }

    a.more:hover {
        text-decoration: none;
        color: #888;
    }

    .icon-more {
        position: relative;
        display: inline-block;
        width: 0.2rem;
        height: 0.2rem;
        font-size: 0;
        line-height: 0;
        background-color: #888;
        vertical-align: top;
    }

    .icon-more::before,
    .icon-more::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: inline-block;
        background-color: #fff;
    }

    .icon-more::before {
        width: 0.12rem;
        height: 0.02rem;
    }

    .icon-more::after {
        width: 0.02rem;
        height: 0.12rem;
    }

    .more .icon-more {
        margin-top: 0.01rem;
        margin-left: 0.08rem;
    }
}

@media (min-width: 992px) {
    .more {
        position: relative;
        display: inline-block;
        vertical-align: top;
        line-height: 20px;
        font-size: 22px;
        color: #888;
    }

    .more:hover {
        text-decoration: none;
        color: #888;
    }

    .icon-more {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        font-size: 0;
        line-height: 0;
        background-color: #888;
        vertical-align: top;
    }

    .icon-more::before,
    .icon-more::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: inline-block;
        background-color: #fff;
    }

    .icon-more::before {
        width: 12px;
        height: 2px;
    }

    .icon-more::after {
        width: 2px;
        height: 12px;
    }

    .more .icon-more {
        margin-left: 8px;
    }
}


@media (max-width: 991.98px) {
    /* 区段标题 */
    .section-headline {
        text-align: center;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .section-headline strong {
        display: block;
        font-size: 0.32rem;
        color: #333;
    }

    .section-headline small {
        display: block;
        font-size: 0.24rem;
        color: #c4dbff;
        text-transform: uppercase;
    }

    /* 横幅 */
    .banner {
        width: 7.5rem;
        margin-left: auto;
        margin-right: auto;
        height: 10.2rem;
    }

    .banner .swiper-slide {
        overflow: hidden;
    }

    .banner .swiper-slide img {
        display: block;
        width: 7.5rem;
        height: 10.2rem;
    }

    .banner.swiper-container-horizontal>.swiper-pagination-bullets {
        line-height: 0;
        bottom: 0.52rem;
    }

    .banner.swiper-container-horizontal>.swiper-pagination-bullets .banner-pagination-bullet {
        margin: 0 0.1rem;
    }

    .banner-pagination-bullet {
        width: 0.16rem;
        height: 0.16rem;
        display: inline-block;
        border-radius: 100%;
        background-color: #fff;
        vertical-align: top;
    }

    .banner-pagination-bullet-active {
        background-color: #ff674e;
    }

    /* introduction */
    .introduction .swiper-container {
        width: 6.1rem;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0.24rem;
        padding-bottom: 0.52rem;
    }

    .introduction .swiper-slide {
        width: 2.5rem;
        text-align: center;
        line-height: 1.5;
        padding: 0.32rem 0.2rem;
        border-radius: 0.1rem;
        box-shadow: 0px 0.02rem 0.38rem 0px rgba(0, 64, 158, 0.1);
        background-color: #fff;
    }
    
    .introduction .swiper-slide .icon-index01 {
        background-image: url(../images/icon/icon-index01.png);
    }
    
    .introduction .swiper-slide .icon-index02 {
        background-image: url(../images/icon/icon-index02.png);
    }
    
    .introduction .swiper-slide .icon-index03 {
        background-image: url(../images/icon/icon-index03.png);
    }

    .introduction .swiper-slide .icon {
        display: inline-block;
        vertical-align: top;
        width: 1.08rem;
        height: 1.08rem;
        border-radius: 100%;
        margin-bottom: 0.16rem;
        background-size: cover;
    }

    .introduction .swiper-slide h4 {
        font-size: 0.3rem;
        color: #888888;
        margin-bottom: 0.2rem;
        -moz-transition: color .5s;
        -o-transition: color .5s;
        -webkit-transition: color .5s;
        transition: color .5s;
    }

    .introduction .swiper-slide p {
        opacity: 0;
        font-size: 0.24rem;
        color: #8c8c8c;
        margin-bottom: 0;
        height: 0.36rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -moz-transition: opacity .5s;
        -o-transition: opacity .5s;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }
    
    .introduction .swiper-slide.swiper-slide-active h4 {
        color: #2f65bc;
    }
    
    .introduction .swiper-slide.swiper-slide-active p {
        opacity: 1;
    }

    /* 页面主体 - 核心产品 */
    .core-products {
        padding-bottom: 0.5rem;
    }

    .core-products .section-headline {
        margin-bottom: 0.24rem;
    }

    .core-products__item {
        position: relative;
    }

    .core-products__item .product-image {
        height: 2.7rem;
        overflow: hidden;
    }

    .core-products__item .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .core-products__item .product-info {
        position: relative;
        height: 2.7rem;
        padding: 0.36rem 0.6rem;
    }

    .core-products__item .product-info--red {
        background-color: #ba5a4a;
    }

    .core-products__item .product-info--blue {
        background-color: #4171be;
    }

    .core-products__item .product-info a:hover {
        text-decoration: none;
    }

    .core-products__item .product-info .caption {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        font-size: 1.5rem;
        line-height: 2.7rem;
        text-align: center;
        opacity: 0.05;
        font-weight: bold;
        color: #fff;
    }

    .core-products__item .product-info .headline {
        font-size: 0.46rem;
        color: #fff;
        margin-bottom: 0.44rem;
    }

    .core-products__item .product-info .headline small {
        display: block;
        font-size: 0.26rem;
    }

    .core-products__item .product-info .description {
        font-size: 0.24rem;
        color: #fff;
    }

    .core-products .swiper-pagination {
        text-align: right;
        padding: 0 0.2rem;
    }

    .core-products .swiper-container-horizontal>.swiper-pagination-bullets {
        line-height: 0;
        bottom: 2.8rem;
    }

    .core-products .swiper-container-horizontal>.swiper-pagination-bullets .core-products-pagination-bullet {
        margin: 0;
    }

    .core-products-pagination-bullet {
        width: 0.48rem;
        height: 0.48rem;
        line-height: 0.48rem;
        color: #b3b3b3;
        font-weight: bold;
        font-size: 0.28rem;
        display: inline-block;
        text-align: center;
        border-radius: 100%;
        background-color: transparent;
        vertical-align: top;
        outline: none;
    }

    .core-products-pagination-bullet-active {
        color: #2c71c4;
        background-color: transparent;
    }

    .core-products__bottom {
        text-align: center;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }

    /* 页面主体 - 合作伙伴 */
    .page-main .partner {
        background-color: #fff;
        padding-top: 0.3rem;
        padding-bottom: 0.6rem;
    }

    .page-main .partner__content {
        padding: 0.3rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .page-main .partner__content .wow:not(:first-child) {
        margin-left: 0.16rem;
    }

    .page-main .partner__content .wow:nth-child(1) img {
      //  width: 1.13rem;
    }

    .page-main .partner__content .wow:nth-child(2) img {
      //  width: 1.85rem;
    }

    .page-main .partner__content .wow:nth-child(3) img {
      //  width: 2.13rem;
    }

    .page-main .partner__content .wow:nth-child(4) img {
      //  width: 2.23rem;
    }

    .page-main .partner__content .wow:nth-child(5) img {
      //  width: 1.88rem;
    }
}

@media (min-width: 992px) {

    /* 区段标题 */
    .section-headline {
        text-align: left;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .section-headline strong {
        display: block;
        font-size: 28px;
        color: #333;
    }

    .section-headline small {
        display: block;
        font-size: 16px;
        color: #c4dbff;
        text-transform: uppercase;
    }

    /* 横幅 */
    .banner {
        width: 100%;
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
        height: 590px;
    }

    .banner .swiper-slide {
        overflow: hidden;
    }

    .banner .swiper-slide img {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -960px;
        width: 1920px;
        height: 590px;
    }

    .banner.swiper-container-horizontal>.swiper-pagination-bullets {
        line-height: 0;
        bottom: 130px;
    }

    .banner.swiper-container-horizontal>.swiper-pagination-bullets .banner-pagination-bullet {
        margin: 0 10px;
    }

    .banner-pagination-bullet {
        width: 16px;
        height: 16px;
        display: inline-block;
        border-radius: 100%;
        background-color: #fff;
        vertical-align: top;
    }

    .banner-pagination-bullet-active {
        background-color: #ff674e;
    }

    /* introduction */
    .introduction {
        height: 380px;
        background-color: #f8f8f8;
    }

    .introduction .swiper-container {
        padding-top: 40px;
        padding-bottom: 40px;
        top: -140px;
    }

    .introduction .swiper-slide {
        width: 400px;
        height: 440px;
        text-align: center;
        line-height: 1.5;
        padding: 50px;
        border-radius: 10px;
        box-shadow: 0px 2px 38px 0px rgba(10, 64, 152, 0.1);
        background-color: #fff;
    }
    
    .introduction .swiper-slide .icon-index01 {
        background-image: url(../images/icon/icon-index01.png);
    }
    
    .introduction .swiper-slide .icon-index02 {
        background-image: url(../images/icon/icon-index02.png);
    }
    
    .introduction .swiper-slide .icon-index03 {
        background-image: url(../images/icon/icon-index03.png);
    }

    .introduction .swiper-slide .icon {
        display: inline-block;
        vertical-align: top;
        width: 170px;
        height: 170px;
        border-radius: 100%;
        margin-bottom: 30px;
        background-size: cover;
    }

    .introduction .swiper-slide h4 {
        font-size: 24px;
        color: #888888;
        margin-bottom: 20px;
        -moz-transition: color .5s;
        -o-transition: color .5s;
        -webkit-transition: color .5s;
        transition: color .5s;
    }

    .introduction .swiper-slide p {
        opacity: 0;
        font-size: 16px;
        line-height: 24px;
        height: 72px;
        color: #8c8c8c;
        margin-bottom: 0;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -moz-transition: opacity .5s;
        -o-transition: opacity .5s;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }
    
    .introduction .swiper-slide.swiper-slide-active h4 {
        color: #2f65bc;
    }
    
    .introduction .swiper-slide.swiper-slide-active p {
        opacity: 1;
    }

    /* 页面主体 - 核心产品 */
    .core-products {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .core-products .section-headline {
        margin-bottom: 32px;
    }

    .core-products .more {
        position: absolute;
        top: 46px;
        right: 15px;
    }

    .core-products__item {
        position: relative;
        display: -ms-flexbox;
        display: flex;
    }

    .core-products__item:not(:first-child) {
        margin-top: 20px;
    }

    .core-products__item .product-image {
        width: 40%;
        overflow: hidden;
    }

    .core-products__item .product-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .core-products__item .product-info {
        width: 60%;
        position: relative;
        padding: 36px 54px;
        color: #fff;
        line-height: 1.5;
    }

    .core-products__item.product--red {
        background-color: #ba5a4a;
    }

    .core-products__item.product--blue {
        background-color: #4171be;
    }

    .core-products__item .product-info a:hover {
        text-decoration: none;
    }

    .core-products__item .product-info .caption {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        font-size: 120px;
        line-height: 270px;
        text-align: center;
        opacity: 0.05;
        font-weight: bold;
        color: #fff;
    }

    .core-products__item .product-info .headline {
        font-size: 44px;
        font-weight: bold;
        margin-bottom: 52px;
        color: #fff;
    }

    .core-products__item .product-info .headline small {
        font-weight: normal;
        display: block;
        font-size: 26px;
    }

    .core-products__item .product-info .description {
        font-size: 22px;
        color: #fff;
    }

    /* 页面主体 - 合作伙伴 */
    .page-main .partner {
        background-color: #fff;
        padding-top: 50px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .core-products__item .product-info .caption {
        font-size: 140px;
    }
}

@media (min-width: 1290px) {
    .core-products__item .product-info .caption {
        font-size: 150px;
    }
}


/* 新闻动态 - 移动端 */
@media (max-width: 991.98px) {
    .news {
        margin-bottom: 0.32rem;
    }

    .news-item {
        display: none;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .news-item.active {
        display: -ms-flexbox;
        display: flex;
    }

    .news .section-headline {
        margin-bottom: 0.16rem;
    }

    .news-nav {
        font-size: 0;
        text-align: center;
        line-height: 0.26rem;
        margin-bottom: 0.2rem;
    }

    .news-nav a {
        display: inline-block;
        font-size: 0.24rem;
        line-height: 0.26rem;
        height: 0.26rem;
        color: #888;
        padding: 0 0.24rem;
        vertical-align: top;
    }

    .news-nav a:hover {
        color: #888888;
        text-decoration: none;
    }

    .news-nav a.active {
        color: #2d63bb;
    }

    .news-nav a:not(:first-child) {
        border-left: 1px solid #888;
    }

    .news-nav a.more {
        margin-top: 0.02rem;
    }

    .news .swiper-container {
        margin-bottom: 0.24rem;
    }

    .news .swiper-slide {
        position: relative;
    }

    .news .swiper-slide .image {
        position: relative;
        padding-top: 75%;
    }

    .news .swiper-slide .image a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .news .swiper-slide .image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news .swiper-slide .info {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 0.12rem 0.2rem;
    }

    .news .swiper-slide .info h4 {
        font-size: 0.3rem;
        margin-bottom: 0;
        margin-bottom: 0.16rem;
    }

    .news .swiper-slide .info h4 a {
        color: #fff;
    }

    .news .swiper-slide .info p {
        color: #fff;
        font-size: 0.24rem;
        line-height: 0.32rem;
        height: 0.64rem;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
        padding-right: 1rem;
    }

    .news-list {
        margin-bottom: 0;
        list-style: none;
    }

    .news-list__item {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .news-list__item.active {
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        visibility: visible;
    }

    .news-list__item .date {
        -ms-flex: 0 0 0.7rem;
        flex: 0 0 0.7rem;
        max-width: 0.7rem;
        text-align: center;
        border: 1px solid #e9e9e9;
        margin-right: 0.16rem;
    }

    .news-list__item .date em {
        -moz-transition: color .3s, background-color .3s;
        -o-transition: color .3s, background-color .3s;
        -webkit-transition: color .3s, background-color .3s;
        transition: color .3s, background-color .3s;
        display: block;
        width: 100%;
        font-size: 0.24rem;
        line-height: 0.54rem;
        height: 0.54rem;
        overflow: hidden;
        font-style: normal;
        font-weight: normal;
        color: #a3a3a3;
        background-color: #e9e9e9;
    }

    .news-list__item .date strong {
        -moz-transition: color .3s;
        -o-transition: color .3s;
        -webkit-transition: color .3s;
        transition: color .3s;
        display: block;
        width: 100%;
        font-weight: normal;
        font-size: 0.36rem;
        line-height: 0.54rem;
        height: 0.54rem;
        overflow: hidden;
        color: #717171;
    }

    .news-list__item .right {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        overflow: hidden;
    }

    .news-list__item .right h4 {
        font-size: 0.28rem;
        font-weight: bold;
        line-height: 0.4rem;
        height: 0.4rem;
        color: #000;
        margin-bottom: 0.1rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news-list__item .right h4 a {
        color: #000;
    }

    .news-list__item .right p {
        font-size: 0.24rem;
        color: #717171;
        line-height: 0.3rem;
        height: 0.6rem;
        margin-bottom: 0;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news .swiper-pagination {
        text-align: right;
        padding: 0 0.1rem;
    }

    .news .swiper-container-horizontal>.swiper-pagination-bullets {
        line-height: 0;
        bottom: 0.12rem;
    }

    .news .swiper-container-horizontal>.swiper-pagination-bullets .news-pagination-bullet {
        margin: 0;
    }

    .news-pagination-bullet {
        cursor: pointer;
        width: 0.32rem;
        height: 0.32rem;
        line-height: 0.32rem;
        color: #fff;
        font-size: 0.28rem;
        display: inline-block;
        text-align: center;
        border-radius: 100%;
        background-color: transparent;
        vertical-align: top;
        outline: none;
    }

    .news-pagination-bullet-active {
        color: #4171be;
        background-color: transparent;
    }
}

/* 新闻动态 - 桌面端 */
@media (min-width: 992px) {
    .news {
        padding-top: 32px;
        padding-bottom: 52px;
        background-color: #f8f8f8;
    }

    .news-item {
        display: none;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .news-item.active {
        display: -ms-flexbox;
        display: flex;
    }

    .news .section-headline {
        margin-bottom: 0.16rem;
    }

    .news-nav {
        position: relative;
        z-index: 1;
        font-size: 0;
        text-align: right;
        padding-bottom: 12px;
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 60px;
        margin-top: -24px;
    }

    .news-nav a {
        display: inline-block;
        font-size: 18px;
        line-height: 20px;
        height: 20px;
        color: #888;
        padding: 0 20px;
        vertical-align: top;
    }

    .news-nav a:hover {
        color: #888888;
        text-decoration: none;
    }

    .news-nav a.active {
        color: #2d63bb;
    }

    .news-nav a:not(:first-child) {
        border-left: 1px solid #888;
    }

    .news-nav a.more {
        margin-top: 0.02rem;
    }

    .news-item .swiper-slide {
        position: relative;
        height: 440px;
    }

    .news-item .swiper-slide .image {
        width: 100%;
        height: 100%;
    }

    .news-item .swiper-slide .image a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .news-item .swiper-slide .image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news-item .swiper-slide .info {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 12px 16px;
    }

    .news-item .swiper-slide .info h4 {
        font-size: 16px;
        line-height: 28px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 8px;
    }

    .news-item .swiper-slide .info a {
        color: #fff;
    }

    .news-item .swiper-slide .info a:hover {
        color: #fff;
        text-decoration: none;
    }

    .news-item .swiper-slide .info p {
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 100px;
    }

    .news-list {
        list-style: none;
        margin-bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: space-between;
    }

    .news-list__item {
        display: -ms-flexbox;
        display: flex;
    }

    .news-list__item .date {
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        text-align: center;
        border: 1px solid #e9e9e9;
        margin-right: 16px;
    }

    .news-list__item .date em {
        -moz-transition: color .3s, background-color .3s;
        -o-transition: color .3s, background-color .3s;
        -webkit-transition: color .3s, background-color .3s;
        transition: color .3s, background-color .3s;
        display: block;
        width: 100%;
        font-size: 20px;
        line-height: 54px;
        height: 54px;
        overflow: hidden;
        font-style: normal;
        font-weight: normal;
        color: #a3a3a3;
        background-color: #e9e9e9;
    }

    .news-list__item .date strong {
        -moz-transition: color .3s;
        -o-transition: color .3s;
        -webkit-transition: color .3s;
        transition: color .3s;
        display: block;
        width: 100%;
        font-weight: normal;
        font-size: 36px;
        line-height: 54px;
        height: 54px;
        overflow: hidden;
        color: #717171;
    }

    .news-list__item .right {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        overflow: hidden;
    }

    .news-list__item .right h4 {
        font-size: 18px;
        font-weight: bold;
        line-height: 32px;
        height: 32px;
        color: #000;
        margin-bottom: 26px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news-list__item .right h4 a {
        color: #000;
    }

    .news-list__item .right p {
        font-size: 16px;
        color: #717171;
        line-height: 22px;
        height: 44px;
        margin-bottom: 0;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-list__item.active .date em {
        background-color: #2d63bb;
        color: #fff;
    }

    .news-list__item.active .date strong {
        color: #2d63bb;
    }

    .news .swiper-pagination {
        text-align: right;
        padding: 0 8px;
    }

    .news .swiper-container-horizontal>.swiper-pagination-bullets {
        line-height: 0;
        bottom: 12px;
    }

    .news .swiper-container-horizontal>.swiper-pagination-bullets .news-pagination-bullet {
        margin: 0;
    }

    .news-pagination-bullet {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 24px;
        color: #fff;
        font-size: 16px;
        display: inline-block;
        text-align: center;
        border-radius: 100%;
        background-color: transparent;
        vertical-align: top;
        outline: none;
    }

    .news-pagination-bullet-active {
        color: #4171be;
        background-color: transparent;
    }
}
