
/* 首页Banner */
.index-banner-swiper .index-banner-item .img .mpic {
    display: none;
}

.index-banner-swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.index-banner-swiper .index-banner-item {
    position: relative;
    overflow: hidden;
}

.index-banner-swiper .swiper-slide-active .img .pic, .index-banner-swiper .swiper-slide-active .img .mpic {
    animation: srmgani 4000ms 1 ease forwards;
}

@keyframes srmgani {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.0);
    }
}

.index-banner-swiper .index-banner-item .text {
    width: 100%;
    text-align: center;
    z-index: 51;
    top: 40%;
    color: #fff;
    position: absolute;
    transform: translateY(-50%);
    margin: 0 auto;
}

.index-banner-swiper .index-banner-item .big div {
    font-size:5vw;
    padding-bottom: 15px;
    /*font-weight: bold;*/
    color: #ffffff;
}

.index-banner-swiper .index-banner-item .small div {
    font-size: 1.2vw;
    line-height: 38px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.footer-section .footer .footer-content-top .footer-logo a .black{
    display: block;
}
.footer-section .footer .footer-content-top .footer-logo a .white{
    display: none;
}
.index-banner-swiper .swiper-button {
    /*position: absolute;*/
    /*right: 50%;*/
    /*bottom: 30%;*/
    z-index: 9999;
}

.index-banner-swiper .swiper-button .swiper-button-prev, .index-banner-swiper .swiper-button .swiper-button-next {
    width: 51px;
    height: 78px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0px 5px;
    outline: none;
}

.index-banner-swiper .swiper-button .swiper-button-prev::before, .index-banner-swiper .swiper-button .swiper-button-next::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*transform: skewX(340deg);*/
    z-index: 1;
    background: #fff;
}

.index-banner-swiper .swiper-button .swiper-button-prev::after, .index-banner-swiper .swiper-button .swiper-button-next::after {
    font-size: 16px;
    font-weight: 900;
    z-index: 11;
    top: 50%;
    left: 50%;
    /*transform: translate(-50%, -50%);*/
    position: absolute;
}

.index-banner-swiper .swiper-button .swiper-button-prev {
    margin-top: 20px;
}

.index-banner-swiper .swiper-button .swiper-button-prev:hover::before {
    background: #ededed;
}

.index-banner-swiper .swiper-button .swiper-button-next::before {
    background: url("img/next.png");
}

.index-banner-swiper .swiper-button .swiper-button-next:hover::before {
    background: url("img/next.png");
}

.index-banner-swiper .banner-pagination {
    position: static;
    /*bottom: 27%;*/
    /*left: 48%;*/
    z-index: 11;
    margin-top: 10px;
    color: #fff;
    text-align: right;
}

.index-banner-swiper .banner-pagination span {
    display: block;
    /*padding: 15px 0;*/
    position: relative;
    margin-top: 5px;
}
.index-banner-swiper .banner-pagination .swiper-pagination-bullet{
    background-color: #FFFFFF;
    opacity: 0.5;
}
.index-banner-swiper .banner-pagination .swiper-pagination-bullet-active{
    background-color: #FFFFFF;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin-top: 5px;
}

.index-banner-swiper .banner-pagination span.swiper-pagination-current {
    font-size: 40px;
    padding-right: 20%;
}

.index-banner-swiper .banner-pagination span.swiper-pagination-total {
    font-size: 20px;
    padding-right: 40%;
}

.index-banner-swiper .banner-pagination span.swiper-pagination-current::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index-banner-swiper .index-banner-item .more-group {
    display: flex;
    align-items: center;
    margin: 4% 0;
}

.index-banner-swiper .index-banner-item .ty-more a {
    border: 1px solid rgba(255, 255, 255, .3);
}

.index-banner-swiper .index-banner-item .ty-more span {
    color: #FFFFFF;
}

.index-banner-swiper .index-banner-item .ty-more i {
    background: url("../images/more_b.png");
    background-size: 100% 100%;
}

.index-banner-swiper .index-banner-item .ty-more a:hover span {
    color: #333333;
}

.index-banner-swiper .index-banner-item .ty-more a:hover i {
    background: url("../images/more_h.png");
    background-size: 100% 100%;
    opacity: 1;
}

.index-banner-swiper .index-banner-item .play {
    display: inline-block;
    margin-left: 10px;
}

.index-banner-swiper .index-banner-item .play a {
    display: block;
    overflow: hidden; /*background: #FFFFFF;*/
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 15px 20px;
    font-size: 0;
}

.index-banner-swiper .index-banner-item .play i {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url("../images/play.png") center no-repeat;
    background-size: 100%;
}

.index-banner-swiper .index-banner-item .play span {
    font-size: 14px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
}

.index-banner-swiper .index-banner-item .play a:hover {
    background: rgba(8, 58, 129, 1);
    border: 1px solid rgba(255, 255, 255, .3);
}

.index-banner-swiper .index-banner-item .play a:hover i {
    filter: invert(100%);
}

.index-banner-swiper .index-banner-item .play a:hover span {
    color: #333333;
}

.index-banner-swiper .index-banner-item .img {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #202020;
    height: 100%;
    width: 100%;
}

.index-banner-swiper .index-banner-item .img img, .index-banner-swiper .index-banner-item .pic img, .index-banner-swiper .index-banner-item .mpic img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    border: 0;
    width: 100%;
    height: auto;
    border: none;
}

.index-banner-swiper .index-banner-item .img .pic, .index-banner-swiper .index-banner-item .img .mpic {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.swiper-pagination-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    /*布局 column*/
    flex-direction: column;
    position: absolute;
    top: 75%;
    width: 100%;
}


.second_case{
    font-size: clamp(12px,1.5vw,24px);
    font-weight: 400;
    line-height: clamp(16px,2vw,38px);
    text-align: center;
    width: 100%;
    color: #000000;
    margin-top: 2vh;

}
/* 首页推荐产品 */
.index-mod-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 40px;
}


.index-mod-top .index-mod-title {
    position: relative;
    text-align: left;
}

.index-mod-top .index-mod-title h3 {
    font-size: 3vw;
    font-weight: 800;
    letter-spacing: 0px;
    line-height: 3.5vw;
    color: rgba(0, 0, 0, 1);
    display: block;
}
.index-mod-top .index-mod-title span{
    font-size: clamp(14px,1.5vw,29px);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.8vw;
    color: rgba(0, 0, 0, 1);
    margin-left: 10px;
}

.index-mod-top .index-mod-title h5 {
    font-size: 16px;
    line-height: 26px;
    color: #999999;
    font-weight: bold;
    text-transform: uppercase;
    opacity: .6;
}

.index-mod-top .index-mod-title i {
    display: block;
    margin: 10px 0;
    width: 60px;
    height: 4px;
    background: url("img/tline.svg");
}
.index-about .about_line {
    display: block;
    width: 85%;
    margin: 0 auto;
    height: 5px;
    background: url("img/about_line.png");
    /*背景横向铺满，纵向居中*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    margin-top: 20px;
}

.index-product {
    padding: 80px 0;
}

.index-product .bottom {
    display: flex;
    justify-content: space-between;
}

.index-product .bottom .items.left {
    width: 32.5%;
}

.index-product .bottom .items.left .title {
    bottom: 4.2%;
}

.index-product .bottom .items {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: all 0.6s;
}

.index-product .bottom .items img {
    width: 100%;
    opacity: 0;
}

.index-product .bottom .right {
    width: 67.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-product .bottom .right .items {
    width: calc((100% - 20px) / 2);
    margin-left: 10px;
    margin-bottom: 10px;
}

.index-product .bottom .right .items:nth-of-type(3) {
    margin-bottom: 0;
}

.index-product .bottom .right .items:nth-of-type(4) {
    margin-bottom: 0;
}

.index-product .bottom .title {
    position: absolute;
    left: 5%;
    bottom: 8%;
    width: 90%;
    z-index: 50;
    color: #fff;
}

.index-product .bottom .title h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.index-product .bottom .text {
    position: absolute;
    left: 5%;
    width: 90%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 11;
    opacity: 0;
}

.index-product .bottom .text h3 {
    font-size: 20px;
    font-weight: bold;
}

.index-product .bottom .text p {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 5px;
}

.index-product .bottom a.pic::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    background: #000;
    opacity: 0;
    transition: all .4s ease;
}

.index-product .bottom a:hover .text {
    opacity: 1;
}

.index-product .bottom a:hover.pic::before {
    opacity: .5;
}

.index-product .bottom a:hover .title {
    display: none;
}

/* 首页公司简介 */
.index-about {
    /*padding: 80px 0;*/
    /*background: url(../images/company_bg.jpg) center no-repeat;*/
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.index-about .index-about-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.index-about .index-about-wrapper .index-about-left {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    /*padding-right: 70px;*/
    background-image: url("img/index_about_bg.png");
    /*横向铺满，纵向居中 透明度0.5*/
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: 853px;
    /*opacity: 0.5;*/

}

.index-about .index-about-wrapper .index-about-right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.index-about .index-mod-top {
    padding-bottom: 0px;
    width: 85%;
    margin: 0 auto;
}

.index-about .index-about-left .index-about-title {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}

.index-about .index-about-left p.cn {
    font-size: 30px;
    font-weight: bold;
}

.index-about .index-about-left p.en {
    font-size: 16px;
    color: #999999;
    font-weight: bold;
    text-transform: uppercase;
    opacity: .6;
}

.index-about .index-about-left .index-about-msg {
    margin: 2% 0 3%;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.index-about .index-about-left .index-about-msg p{
    font-size: clamp(16px,1.5vw,32px);
    font-weight: 400;
    /*letter-spacing: 0.06px;*/
    line-height: clamp(18px,2.2vw,44px);
    color: rgba(0, 0, 0, 1);
}

.index-about .about_info_big_title{
    font-size: clamp(22px,2.8vw,40px);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: clamp(24px,3vw,46px);
    color: rgba(0, 0, 0, 1);
    margin-bottom: 1vw;
    margin-top: 2vw;
}

/*.index-about .index-about-left .index-about-msg p {*/
/*    font-size: 16px;*/
/*    color: #555;*/
/*    line-height: 30px;*/
/*    text-align: justify;*/
/*}*/

.index-about .index-about-left .index-about-msg p > span {
    font-size: clamp(14px,1.6vw,34px);
    font-weight: bold;
    margin-right: 5px;
}

/*.index-about .index-about-left .index-about-number {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*    margin-bottom: 40px;*/
/*}*/
.index-about .index-about-left .index-about-number {
    /*改成一行3个显示，宽度每个占百分之30 间距为10%*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10%;
}

/*.index-about .index-about-left .index-about-number li {*/
/*    !*margin-right: 13.75%;*!*/
/*    width: 328px;*/
/*    height: 319px;*/
/*    opacity: 1;*/
/*    border-radius: 38px;*/
/*    background: rgba(8, 58, 129, 1);*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-right: 6%;*/

/*}*/
.index-about .index-about-left .index-about-number li {
    /*改成一行3个显示，宽度每个占百分之30 间距为10%*/
    width: calc((100% - 15%) / 3);
    /*高度为当前屏幕高度的0.4倍*/
    height: 35vh;
        border-radius: 2vw;
        background: rgba(8, 58, 129, 1);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 6%;

}
.index-about .index-about-left .index-about-number li img{
    /*margin-bottom: 40rpx;*/
    width: clamp(50px,4vw,80px);
}
.index-about .index-about-left .index-about-number li .about_image1{
    display: block;
}
.index-about .index-about-left .index-about-number li .about_image2{
    display: none;
}

/* 悬停时切换图片：隐藏第一张，显示第二张 */
.index-about .index-about-left .index-about-number li:hover .about_image1 {
    display: none;
}
.index-about .index-about-left .index-about-number li:hover .about_image2 {
    display: block;
}
/*划过的效果*/
.index-about .index-about-left .index-about-number li:hover {
    background: #FFFFFF !important;
    box-shadow: 0px 8px 36.8px 3.2px rgba(0, 0, 7, 0.1);
}
.index-about .index-about-left .index-about-number li:last-child {
    margin-right: 0;
}

.index-about .index-about-left .index-about-number li p {
    margin-top: 10px;
    /*font-size: 16px;*/
    margin-bottom: 5px;
    color: #FFFFFF;
    font-size: clamp(12px,3.5vw,60px);
    font-weight: 400;
    letter-spacing: 0px;
    line-height:  clamp(14px,3.8vw,66px);
}
.index-about .index-about-left .index-about-number li:hover p{
    color: rgba(8, 58, 129, 1);
}

.index-about .index-about-left .index-about-number p:last-child {
    margin-bottom: 0;
    margin-top: 10px;
}

.index-about .index-about-left .index-about-number li p > strong {
    font-size: clamp(12px,5vw,90px);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 5vw;
}
.index-about .index-about-left .index-about-number li .jia{
    display: flex;
    /*不换行 居顶部布局*/
    flex-wrap: nowrap;
    justify-content: start;
    align-items: start;

}
.index-about .index-about-left .index-about-number li .jia > strong {
    font-size: clamp(12px,5vw,90px);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 5vw;
}
.index-about .index-about-left .index-about-number li .jia > span{
    font-size: clamp(8px,4vw,50px);
    line-height: clamp(8px,4vw,50px);
    /*padding-top: 1vh;*/
    /*padding-bottom: 2vh;*/
}
.index-about .index-about-left .index-about-number li p:hover > strong{
    color: rgba(8, 58, 129, 1);
}
.index-about .index-about-left .index-about-number p > span {
    font-size: 18px;
    margin-left: 5px;
}

.index-about .index-about-left .ty.more {
    display: block;
}

/* 首页解决方案 */
.index-cases {
    padding: 0;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;

    height: 100vh
;
}

.index-cases .index-mod-top{
    /*aspect-ratio: 192/47;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 40vw;
    padding: 0;
}
.index-cases .index-mod-top .first_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 86%;
    margin-top: 3vw;

}
.index-cases .index-mod-top .first_title .ty-more span{
    color: rgba(8, 58, 129, 1);
}
.index-cases .container-outer{
    width: 64%;
    top: -6vh;
}
.index-cases .container-outer h2{
    color: #000000;
    font-size: clamp(22px,2.8vw,40px);
    line-height: clamp(24px,3vw,46px);
    font-weight: 400;
    height: clamp(22px,4vw,40px);
    margin-bottom: 1vh;
}
.index-cases .index-mod-top .second_title{
    text-align: left;
    width: 86%;
    /*margin-top: 250px;*/
    /*font-size: 60px;*/
    /*font-weight: 400;*/
    /*letter-spacing: 0px;*/
    /*line-height: 79px;*/
    color: #FFFFFF;
    /*text-align: left;*/
    vertical-align: top;
    font-size: clamp(14px, 1.5vw, 29px);
}

.index-cases .container-outer .second_title{
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 79px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 40px;
}
.index-cases .container-outer .second_about{
    font-size: clamp(18px,1.2vw,28px);
    font-weight: 400;
    letter-spacing: 0.06px;
    line-height: clamp(20px,2vw,42px);
    color: #000000;
    margin-bottom: 20px;
}

.index-cases .index-mod-top .index-mod-title h3{
    color: #FFFFFF;

}
.index-cases .container-outer .index-mod-top .ty-more span{

    color: rgba(8, 58, 129, 1);
}
.index-cases .ty-more a{
    background: #FFFFFF;
}
.index-cases .index-cases-list{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;


}
.index-cases .index-cases-item {
    float: left;
    width: calc((100%) / 3);
    height: 40vh;
    /*height: 428px;*/
    /*margin-right: 10px;*/
    position: relative;
    box-shadow: 0px 8px 36.8px 3.2px rgba(0, 0, 7, 0.1);
}
.cases-list .img img, .pic img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    border: 0;
    width: 100%;
    height: 40vh;
    border: none;
}

.index-cases .index-cases-item:last-child {
    margin-right: 0;
}

.index-cases .index-cases-item a:hover .item-box {
    box-shadow: 0 2px 16px 0 rgba(66, 123, 255, 0.2);
}

.index-cases .index-cases-item a:hover .item-box .img .pic {
    transform: scale(1.1);
}

.index-cases .index-cases-item a:hover .item-box .text-box .title {
    height: 190px;
    background-color: #FFFFFF;
}

.index-cases .index-cases-item a:hover .item-box .text-box .title h3 {
    margin-bottom: 16px;
    color: rgba(8, 58, 129, 1);
}

.index-cases .index-cases-item a:hover .item-box .text-box .title h5 {
    opacity: 1;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 48px;
}

.index-cases .index-cases-item a:hover .item-box .wl .line {
    width: 100%;
}

.index-cases .index-cases-item a .item-box {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;

}
.index-cases .index-cases-list .pic{
    /*height: 694px;*/

}

.index-cases .index-cases-item a .item-box .text-box {
    position: absolute;
    bottom: 0;
    z-index: 11;
    width: 100%;
}

.index-cases .index-cases-item a .item-box .text-box .title {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    height: 130px;
    padding: 5% 5% 5% 5%;
    box-sizing: border-box;
}

.index-cases .index-cases-item a .item-box .text-box .title h3 {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 28px;
    line-height: 28px;
}

.index-cases .index-cases-item a .item-box .text-box .title h5 {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 0;
    line-height: 24px;
    opacity: 0;
}

.index-cases .index-cases-item a .item-box .text-box .title .more {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 14px;
    font-weight: normal;
    opacity: .8;
    max-width: 100%;
    height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: inline-block;
    line-height: 20px;
    position: absolute;
    bottom: 30px;
}

.index-cases .index-cases-item a .item-box .text-box .title .more i {
    width: 12px;
    height: 12px;
    position: absolute;
    background: url("../images/right_h.png") no-repeat scroll left center / 10px 10px;
    margin-top: 4px;
    margin-left: 3px;
}

.index-cases .index-cases-item a .item-box .wl {
    position: absolute;
    bottom: -2px;
    height: 2px;
    width: 100%;
}

.index-cases .index-cases-item a .item-box .wl .line {
    width: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    height: 2px;
    background-color: rgba(8, 58, 129, 1);
}

@media (max-width: 768px) {
    .index-cases .index-mod-top .second_title {
        display: none;
    }
    .index-cases .container-outer{
        top: 0;
    }
    .index-cases .index-cases-list{
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .index-cases .index-cases-item {
        width: 100%;
        /*margin-right: 10px;*/
        margin-bottom: 2vh;
        height: 15vh;
    }
    .cases-list .img img, .pic img{
        height: 15vh;
    }
}




/* 首页合作伙伴 */
.index-partner {
    padding: 80px 0;
    overflow: hidden;
    background: url(../images/in_partner_bg.jpg) center top no-repeat;
    background-size: cover;
}

.index-partner .index-partner-item {
    float: left;
    width: calc((100% - 50px) / 6);
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    box-shadow: 0px 8px 36.8px 3.2px rgba(0, 0, 7, 0.1);
}

.index-partner .index-partner-item:nth-child(-n + 6) {
    margin-top: 0;
}

.index-partner .index-partner-item:nth-child(6n) {
    margin-right: 0;
}

.index-partner .index-partner-item a {
    display: block;
    text-align: center;
    background: #FFFFFF;
    padding: 5% 0;
    overflow: hidden;
    position: relative;
}

.index-partner .index-partner-item a::before {
    content: '';
    width: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(8, 58, 129, 1);
}

.index-partner .index-partner-item .logo {
    position: relative;
    margin: auto;
    height: 70px;
}

.index-partner .index-partner-item .logo img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s; /* -webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray; */
}

.index-partner .index-partner-item .title {
    opacity: .6;
    margin-top: 5%;
    color: #333333;
}

.index-partner .index-partner-item a:hover {
    background: #fff;
}

.index-partner .index-partner-item a:hover .title {
    opacity: 1;
    color: #26334d;
}

.index-partner .index-partner-item a:hover .logo img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

.index-partner .index-partner-item a:hover::before {
    width: 100%;
}



/* 新闻中心外层容器 */
.index-news {
    width: 100%;
    /*max-width: 1200px;*/
    background: white;
    height: 100%;
    /*border-radius: 20px;*/
    box-shadow: 0 15px 50px rgba(8, 58, 129, 0.15);
    overflow: hidden;
    margin: 0 auto;
    background-image: url("../images/index_footer_bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 661px;

}
.index-news .news-swiper-button{
    position: absolute;
    bottom: 60px;
    left: 40px;
    /*color: #000000;*/
    z-index: 9999;
    width: 86px;
    height: 37px;
    background-image: url("../images/index_news_swiper_next.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

/* 顶部标题区域 */
.index-mod-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 84%;
    /*padding: 40px 40px 30px;*/
    /*background: linear-gradient(to right, #083A81, #0d4a9e);*/
    color: white;
    padding-top: 2vh;
    padding-bottom: 4vh;
}

.index-news .index-mod-title {
    display: flex;
    flex-direction: column;
}

.index-news .index-mod-title .news-main {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: -2px;
}

.index-news .index-mod-title .news-sub {
    font-size: 32px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 10px;
}
.index-news .ty-more span{
    color: #083A81;
}
.index-news .ty-more a {
    display: inline-flex;
    align-items: center;
    background: white;
    color: #083A81;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.index-news .ty-more a:hover {
    background: #f0f5ff;
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
}

/* Swiper 容器 - 使用更具体的选择器 */
.index-news .news-swiper-container {
    position: relative;
    /*padding: 40px;*/
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    flex-direction: column;
    width: 85%;
    /*background: white;*/
}

.index-news .swiper {
    height: 70vh;
    width: 100%;
    /*border-radius: 15px;*/
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.index-news .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.index-news .swiper-slide {
    display: flex;
    height: 100%;
    background: white;

}

/* 新闻内容区域 */
.index-news .news-content {
    flex: 1;
    padding: 35px 50px;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    background: linear-gradient(to right, #ffffff, #f8fafc);
}

.index-news .news-category {
    display: inline-block;
    /*background: rgba(8, 58, 129, 0.1);*/
    color: #083A81;
    /*padding: 8px 20px;*/
    /*border-radius: 30px;*/
    font-size: clamp(24px,3vw,48px);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: clamp(26px,3.5vw,56px);
    color: rgba(0, 0, 0, 1);
    margin-bottom: 2vh;
}

.index-news .news-title {
    /*font-size: 38px;*/
    color: #2d3748;
    margin-bottom: 2vh;
    font-size: clamp(18px,2vw,40px);
    font-weight: 700;
    letter-spacing: 0px;
    line-height: clamp(22px,2vw,46px);
    color: rgba(8, 58, 129, 1);
    max-width: 90%;
}

.index-news .news-excerpt {
    font-size: clamp(12px,1.5vw,29px);
    font-weight: 400;
    letter-spacing: 0.06px;
    line-height: clamp(14px,1.8vw,37px);
    color: rgba(0, 0, 0, 1);
    margin-bottom: 2vh;
    max-width: 90%;
}

.index-news .news-date {
    color: #718096;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.index-news .news-date::before {
    content: "📅";
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}

/* 新闻图片区域 */
.index-news .news-image {
    flex: 1;
    background-size: cover;
    background-position: center;
    position: relative;
}

.index-news .news-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(8, 58, 129, 0.1) 0%, rgba(8, 58, 129, 0.3) 100%);
}

/* 分页器样式 - 确保小圆点可见 */
.index-news .swiper-pagination {
    position: absolute;
    /*bottom: auto !important;*/
    display: flex;
    justify-content: center;
    right: 100px;
    bottom: 70px;
    z-index: 9999;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    left: 90%;
}

.index-news .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #cbd5e0;
    opacity: 1;
    margin: 0 8px !important;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.index-news .swiper-pagination-bullet-active {
    background: #083A81;
    transform: scale(1.3);
    box-shadow: 0 0 0 3px rgba(8, 58, 129, 0.2);
}

/* 导航控制 */
.index-news .swiper-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.index-news .swiper-nav-btns {
    display: flex;
    gap: 15px;
}



.index-news .slide-counter {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #4A5568;
    font-weight: 500;
    background: rgba(8, 58, 129, 0.1);
    padding: 8px 20px;
    border-radius: 30px;
}

.index-news .counter-current {
    color: #083A81;
    font-weight: 700;
    font-size: 24px;
    min-width: 30px;
    text-align: center;
}

.index-news .counter-total {
    min-width: 30px;
    text-align: center;
    color: #4A5568;
}
.footer-section {
    width: 100%;
    height: 100vh;
    /*justify-content: start;*/
    background-color: #FFFFFF;


}
.footer-section .footer-main{
    width: 85%;
    display: flex;
    /*两侧对齐*/
    justify-content: space-between;
    margin-top: 5vh;
}
.footer-section .footer-main .footer-main-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: clamp(14px,1.2vw,22px);
    line-height: clamp(24px,2.5vw,34px);
}
.footer-section .footer-logo a{
    font-size: clamp(16px,1.8vw,46px);
    line-height: clamp(22px,2.2vw,60px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}
.footer-section .footer-logo a .chinese{
    color: #000000;
}
.footer-section .footer-logo a .english{
    font-size: clamp(8px,0.8vw,24px);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: clamp(16px,1.8vw,36px);
    color: rgba(0, 0, 0, 1);
    margin-bottom: 1vh;
}
.footer-section .footer-main-right img{
    width: 6vw;
}
@media (max-width: 768px) {
    .footer-section .footer-main{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .index-news .swiper-slide {

        flex-direction: column;
    }
    .footer-section .footer-main .footer-main-left{
        align-items: center;
    }
    .footer-section .footer-logo a{
        text-align: center;
    }
    .footer-section .footer-logo a .chinese{
        text-align: center;
    }
    .footer-section .footer-item-top{
        display: none;
    }
}



