.home-banner{
    width: 100%;
}
.home-banner img{
    width: 100%;
    display: block;
}
.home-banner video{
    object-fit: cover;
    width: 100%;
}
.home-banner .swiper-container{
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.home-banner .swiper-button-prev,.home-banner .swiper-container-rtl .swiper-button-next{
    left: 3%;
    right: auto;
}
.home-banner .swiper-button-next,.home-banner .swiper-container-rtl .swiper-button-prev {
    right: 3%;
    left: auto;
}
.home-banner .swiper-pagination-bullet{
    background: #6d7176;
    opacity: 1;
}
.home-banner .swiper-pagination-bullet-active{
    background: #fff;
}
.home-prodcut{
    width: 100%;
}
.home-prodcut .p-nav{
    background: #fff;
    height: 1rem;
    padding: 0 3%;
}
.home-prodcut .p-nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.home-prodcut .p-nav ul li{
    display: flex;
    align-items: center;
}
.home-prodcut .p-nav ul li img{
    display: block;
    width: .4rem;
    height: .4rem;
}
.home-prodcut .p-nav ul li .hp-c{
    margin-left: .06rem;
    position: relative ;
}
.home-prodcut .p-nav ul li .hp-c>a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.home-prodcut .p-nav ul li .hp-c h4{
    color: #333;
    font-size: .18rem;
}
.home-prodcut .p-nav ul li .hp-c p{
    color: #666;
    font-size: .12rem;
    text-transform: uppercase;
}
.home-prodcut .p-nav ul li .hp-c:hover h4{
    color: #1e4ba0;
}
.home-prodcut .p-nav ul li .hp-c:hover p{
    color: #1e4ba0;
}
.procuct-c{
    background:#f5f8fa;
    width: 100%;
    padding-top: 1.16rem;
}
.common-h{
    width: 70%;
    margin: auto;
}
.common-h h2{
    color: #15449d;
    font-size: .36rem;
    font-weight: 520;
    text-align: center;
    margin-bottom: .2rem;
}
.common-h p{
    color: #666666;
    font-size: 16px;
    line-height: .30rem;
    text-align: center;
}
.procuct-c .pro-con{
    padding: .5rem 0 1rem;
}
.procuct-c .pro-con ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.procuct-c .pro-con ul li{
    width: 49.5%;
    margin-bottom: .16rem;
    background: #fff;
    box-sizing: border-box;
    transition: .25s;
    border: 1px solid #d6d6d6;
}
.procuct-c .pro-con ul li .pro-top{
    display: flex;
    justify-content: space-between;
}
.procuct-c .pro-con ul li .pro-i{
    width: 220px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: .3rem .2rem;
    border-right: 1px solid #d6d6d6;
    position: relative;
}
.procuct-c .pro-con ul li .pro-i img{
    max-width: 80%;
    max-height: 80%;
    display: none;
    transition: .25s;
}
.procuct-c .pro-con ul li .pro-i img:first-child{
    display: block;
}
.procuct-c .pro-con ul li .pro-i .active{
    display: block;
}
.procuct-c .pro-con ul li .pro-t{
    flex: 1;
    box-sizing: border-box;
    padding: .3rem .06rem .12rem .3rem;
}
.procuct-c .pro-con ul li .pro-t h4{
    color: #000018;
    font-size: .24rem;
    margin: .08rem 0;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.procuct-c .pro-con ul li .pro-t p{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin: .12rem 0 .26rem;
}
.procuct-c .pro-con ul li .pro-t .pro-m{
    display: flex;
}
.procuct-c .pro-con ul li .pro-t .pro-m a{
    width: 1.08rem;
    height: .46rem;
    line-height: .46rem;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: .16rem;
    border-radius: 3px;
    transition: .25s;
    position: relative;
}
.procuct-c .pro-con ul li .pro-t .pro-m a::before{
    content: '';
    position: absolute;
    right: 0%;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .3);
    transition: .3s;
}
.procuct-c .pro-con ul li .pro-t .pro-m a:first-child{
    background: #1e4ba0;
    margin-right: .18rem;
}
.procuct-c .pro-con ul li .pro-t .pro-m a:last-child{
    background: #f3c720;
}
.procuct-c .pro-con ul li .pro-thumb{
    width: 100%;
    display: flex;
    padding: .24rem 0;
    margin-top: .24rem;
    position: relative;
}
.procuct-c .pro-con ul li .pro-thumb::before{
    content: '';
    position: absolute;
    top: 0;
    left: 30%;
    right: 30%;
    height: 5px;
    background: url(../images/i-pro-bg.png)center no-repeat;
    background-size: 100% 100%;
}
.procuct-c .pro-con ul li .pro-thumb img{
    width: .58rem;
    height: .58rem;
    padding: .04rem;
    border: 1px #d9d9d9 solid;
    margin-right: .24rem;
    cursor: pointer;
    transition: .25s;
}
.procuct-c .pro-con ul li .pro-thumb img:last-child{
    margin-right: 0;
}

.procuct-c .pro-con ul li:hover{
    box-shadow:0 0 10px #ccc;
}
.procuct-c .pro-con ul li:hover .pro-i img{
    transform: scale(1.1);
}
.procuct-c .pro-con ul li .pro-thumb img:hover {
    border: 1px #1b55b5 solid;
}
.procuct-c .pro-con ul li .pro-t .pro-m a:hover::before{
    animation: button1 .3s;
    -moz-animation: button1 .3s;	/* Firefox */
    -webkit-animation: button1 .3s;	/* Safari 和 Chrome */
    -o-animation: button1 .3s;	/* Opera */
}
.procuct-c .pro-con ul li:hover .pro-t{
    background: #edf2fa;
}
@keyframes button1
{
    0%   {
        width: 10%;
        height: 10%;
        border-radius: 50%;
    }
    50%  {
        width: 50%;
        height: 100%;
        border-radius: 50%;
    }
    75%  {
        width: 90%;
        height: 100%;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}
@-moz-keyframes button1 /* Firefox */
{
    0%   {
        width: 10%;
        height: 10%;
        border-radius: 50%;
    }
    50%  {
        width: 50%;
        height: 50%;
        border-radius: 50%;
    }
    75%  {
        width: 90%;
        height: 90%;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

@-webkit-keyframes button1 /* Safari 和 Chrome */
{
    0%   {
        width: 10%;
        height: 10%;
        border-radius: 50%;
    }
    50%  {
        width: 50%;
        height: 50%;
        border-radius: 50%;
    }
    75%  {
        width: 90%;
        height: 90%;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

@-o-keyframes button1 /* Opera */
{
    0%   {
        width: 10%;
        height: 10%;
        border-radius: 50%;
    }
    50%  {
        width: 50%;
        height: 50%;
        border-radius: 50%;
    }
    75%  {
        width: 90%;
        height: 90%;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

/*关于我们*/
.home-about{
    width: 100%;
    background: #d9e0eb;
    padding: 1.4rem 0;
}
.home-about .about-main .about-r h2{
    color: #15449d;
    font-size: .36rem;
    font-weight: 520;
    margin-bottom: .1rem;
}
.home-about .about-main .about-r h4{
    color: #333333;
    font-size: .2rem;
    padding-bottom: .16rem;
}
.home-about .about-main .about-t{
    display: flex;
    justify-content: center;
}
.home-about .about-main .about-l{
    width: 50%;
}
.home-about .about-main .about-l img{
    width: 100%;
    display: block;
}

.home-about .about-main .about-r{
    width: 50%;
    box-sizing: border-box;
    padding-left: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-about .about-main .about-r>.ab_content{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin: .22rem 0;
}
.home-about .about-main .about-r a{
    color: #1e4ba0;
    font-size: .16rem;
}
.home-about .about-main .about-r .about-i ul{
    display: flex;
    justify-content: space-between;
    margin-top: .36rem;
}
.home-about .about-main .about-r .about-i h3{
    font-size: .6rem;
    color: #333;
    display: flex;
}
.home-about .about-main .about-r .about-i h3 span{
    font-size: .18rem;
    color: #666666;
}
.home-about .about-main .about-r .about-i p{
    font-size: .16rem;
    color: #333333;
}

.home-about .about-main .about-b{
    margin-top: .9rem;
    width: 100%;
}
.home-about .about-main .about-b ul{
    display: flex;
    justify-content: space-between;
}
.home-about .about-main .about-b ul li{
    display: flex;
    align-items: center;
    padding: 20px 0 20px 20px;
    background: #fff;
    width: 15%;
    box-sizing: border-box;
    border: 1px #dedede solid;
    border-bottom:3px #dedede solid;
    position: relative;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.home-about .about-main .about-b ul li .icon{
    width: .5rem; 
    height: .5rem;
    fill: currentColor;
    overflow: hidden;
    color: #1e4ba0;
    margin-right: .1rem;
}
.home-about .about-main .about-b ul li>a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}
.home-about .about-main .about-b ul li:hover{
    background: #f4c720;
}
.home-about .about-main .about-b ul li:hover .icon{
    color: #fff;
}
.home-about .about-main .about-b ul li:hover h4,.home-about .about-main .about-b ul li:hover p{
    color: #fff;
}
/* .home-about .about-main .about-b ul li::before{
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
	-webkit-transform: translate(0,-105%);
	transform: translate(0,-105%);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(27,85,181,1);
    background-color: rgba(27,85,181,0.25);
}
.home-about .about-main .about-b ul li:hover::before{
    opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
} */
.home-about .about-main .about-b img{
    width: .5rem;
    height: .5rem;
    margin-right: .16rem;
}
.home-about .about-main .about-b div h4{
    font-size: 16px;
    color: #333333;
}
.home-about .about-main .about-b div p{
    font-size: 12px;
    color: #333333;
}

/*媒体*/
.home-media{
    width: 100%;
    padding: 1.1rem 0 1rem;
}
.home-media .main-media{
    margin:.5rem auto 0 !important;
    display: flex;
    justify-content: space-between;
}
.home-media .main-media .media-l{
    width: 49%;
    position: relative;
}
.home-media .main-media .media-l .media-banner{
    position: relative;
    height: 100%;
}
.home-media .main-media .media-l .media-banner>div{
    position: relative;
    height: 100%;
}
.home-media .main-media .media-l .media-banner>div>img{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.home-media .main-media .media-l ul{
    position: absolute;
    left: 0;
    right:0;
    bottom: 0;
    display: flex;
    justify-content: center;
}
.home-media .main-media .media-l ul li{
    width: 1.14rem;
    height: .74rem;
    display: block;
    border: 1px #d9d9d9 solid;
    margin-left: .1rem;
    margin-bottom: .38rem;
}
.home-media .main-media .media-l ul li:first-child{
    margin-left: 0;
}
.home-media .main-media .media-l ul li img{
    width: 100%;
    height: 100%;
    display: block;
}
.media-news{
    width: 49%;
}
.media-news ul{
    display: flex;
    flex-direction: column;
    flex-wrap:wrap;
    flex-direction:row;
}
.media-news ul li{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: .08rem;
    width: 100%;
}
.media-news ul li:first-child{
    padding-top: 0;
}
.media-news ul li>a{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.media-news ul li .media-i{
    width: 164px;
    position: relative;
}
.media-news ul li .media-i div{
    position: relative;
    width: 100%;
    height: 100%;
}
.media-news ul li .media-i img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.media-news .media-t{
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    box-sizing: border-box;
    margin-left: .18rem;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: .16rem;
    margin-bottom: -1px;
    position: relative;
}
.media-news .media-t::before{
    content: '';
    position: absolute;
    background: #15449d;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: .25s;
}
.media-news .media-q{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
.media-news .media-q span{
    color: #15449d;
    font-size: .14rem;
    transition: .25s;
}
.media-news .media-q h5{
    color: #333333;
    font-size: .16rem;
    font-weight: 550;
    margin: .1rem 0;
    height: .3rem;
    line-height: .3rem;
    overflow: hidden;
}
.media-news .media-q p{
    color: #666666;
    font-size: .14rem;
    height: .26rem;
    line-height: .26rem;
    overflow: hidden;
}
.media-news .media-t a{
    color: #15449d;
    font-size: .14rem;
    width: .9rem;
    display: block;
    text-align: right;
}
.media-news ul li:hover span{
    transform: translateX(.2rem);
    font-weight: 550;
}
.media-news ul li:hover h5{
    color: #15449d;
}
.media-news ul li:hover .media-t::before{
    width: 100%;
}


/*解决方案*/
.home-solution{
    width: 100%;
    background: #f5f8fa;
    display: table;
}
.home-solution .main-solution{
    margin:.7rem auto 1.4rem !important;
}
.home-solution .solu-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.home-solution .solu-tt h2{
    color: #15449d;
    font-weight: 520;
    font-size: .36rem;
}
.home-solution .solu-tt p{
    color: #666666;
    font-size: .14rem;
    line-height: .30rem;
}
.home-solution .solu-nav ul{
    display: flex;
}
.home-solution .solu-nav ul li{
    width: 1.04rem;
    height: .46rem;
    margin-left: .06rem;
    border: 1px #dedede solid;
    border-bottom:3px #dedede solid;
    border-radius: 3px;
    position: relative;
    transition: .3s;
}
.button2 ul li{
    overflow: hidden;
}
.button2 ul li::after{
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    right: 50%;
    top: 0;
    width: 0;
    height: 0;
    background: #1b55b5;
}
.home-solution .solu-nav ul li a{
    font-size: .16rem;
    color: #333;
    line-height: .46rem;
    text-align: center;
    display: block;
    position: relative;
    z-index: 9;
}
.button2 ul li:hover::after{
    animation: button2 .3s forwards;
    -moz-animation: button2 .3s forwards;	/* Firefox */
    -webkit-animation: button2 .3s forwards;	/* Safari 和 Chrome */
    -o-animation: button2 .3s forwards;	/* Opera */
}


@keyframes button2
{
    0%   {
        width: 0;
        height: 0;
    }
    25%  {
        left: 46%;
        right: 46%;
        width: 8%;
        height: 100%;
    }
    50%  {
        left: 30%;
        right: 30%;
        width: 40%;
        height: 100%;
    }
    75%  {
        left: 20%;
        right: 20%;
        width: 80%;
        height: 100%;
    }
    100% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}



.home-solution .solu-btm{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top:.6rem;
    position: relative;
}
.home-solution .solu-btm ul{
    width: 25%;
    display: flex;
    flex-direction: column;
}
.home-solution .solu-btm ul li{
    height: 62px;
    display: flex;
    background: #1e4ba0;
    padding: -1px;
    border-top: 1px #345da9 solid;
    transition: .25s;
}
.home-solution .solu-btm ul li:first-child{
    border-top: none;
}
.home-solution .solu-btm ul li:hover{
    background: #f4c720;
}

.home-solution .solu-btm ul li.active{
    background: #f4c720;
}

.home-solution .solu-btm ul li a{
    margin: auto;
    color: #fff;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-solution .solu-btm .solu-pri{
    width: 75%;
    position: relative;
}
.home-solution .solu-btm .solu-pri>a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.home-solution .solu-btm .solu-pri img{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
}
.home-solution .solu-btm .solu-pri p{
    position: absolute;
    left: .5rem;
    right: .5rem;
    bottom: .4rem;
    line-height: .3rem;
    color: #fff;
    font-size: 16px;
}

/*资讯中心*/
.home-news{
    width: 100%;
    padding: .7rem 0 .9rem;
}
.home-news .main-news h2{
    color: #15449d;
    font-weight: 520;
    font-size: .36rem;
    text-align: center;
}
.home-news .main-news ul{
    display: flex;
    justify-content: center;
    margin: .43rem 0;
}
.home-news .main-news ul li{
    width: 1.04rem;
    height: .46rem;
    margin:0 .06rem;
    border: 1px #dedede solid;
    border-bottom:3px #dedede solid;
    border-radius: 3px;
    position: relative;
}
.home-news .main-news ul li a{
    font-size: .16rem;
    color: #333;
    line-height: .46rem;
    text-align: center;
    display: block;
    position: relative;
    z-index: 9;
}
.home-news .main-news ul>a{
    width: 1.04rem;
    height: .46rem;
    margin:0 .06rem;
    border: 1px #dedede solid;
    border-bottom:3px #dedede solid;
    border-radius: 3px;
    position: relative;
    font-size: .16rem;
    color: #333;
    line-height: .46rem;
    text-align: center;
    z-index: 9;
}
.home-news .main-news ul>a::after{
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    width: 0;
    height: 0;
    background: #1b55b5;
}
.home-news .main-news ul>a:hover{
    color: #fff;
}
.home-news .main-news ul>a:hover::after{
    animation: button2 .3s forwards;
    -moz-animation: button2 .3s forwards;	/* Firefox */
    -webkit-animation: button2 .3s forwards;	/* Safari 和 Chrome */
    -o-animation: button2 .3s forwards;	/* Opera */
}
.button2 ul li:hover a{
    color: #fff;
}
.home-news .main-news ul li.on{
    background: #1b55b5 !important;
}
.home-news .main-news ul li.on a{
    color: #fff;
}

.home-news .news-c{
    display: none;
    justify-content: space-between;
}
.home-news .news-c.on{
    display: flex;
}
.home-news .news-c .news-l{
    width: 50%;
    box-sizing: border-box;
}
.home-news .news-c .news-l ul{
    display: flex;
    height: 100%;
}
.home-news .news-c .news-l ul li{
    width: 48%;
    margin-right: 2%;
    border-bottom: 1px #d6d6d6 solid;
    position: relative;
    height: 100%;
}
.home-news .news-c .news-l ul li>a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.home-news .news-c .news-l ul li .news-l-i{
    width: 100%;
    overflow: hidden;
    height: 2.5rem;
}
.home-news .news-c .news-l ul li div img{
    width: 100%;
    height: 2.5rem;
    transition: .25s;
}
.home-news .news-c .news-l ul li h3{
    color: #333333;
    font-size:.16rem;
    font-weight: 550;
    margin: .2rem 0;
    width: 96%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-news .news-c .news-l ul li p{
    color: #666;
    font-size:.12rem;
    line-height: .24rem;
    height: .96rem;
    overflow: hidden;
}
.home-news .news-c .news-l ul li .mo{
    display: flex;
    justify-content: space-between;
    margin: .4rem 0 .12rem;
    transition: .25s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.home-news .news-c .news-l ul li .mo span{
    color: #666;
    font-size:.12rem;
}
.home-news .news-c .news-l ul li .mo a{
    color: #003978;
    font-size:.12rem;
}
.home-news .news-c .media-news{
    width: 50%;
    box-sizing: border-box;
}
.home-news .news-c .news-l ul li:hover h3{
    color: #15449d;
}
.home-news .news-c .news-l ul li:hover .news-l-i img{
    transform: scale(1.02);
}

/*实力见证*/
.home-strength{
    width: 100%;
    padding: .8rem 0 .4rem;
    background: #f5f8fa;
}
.home-strength .main-strength h2{
    color: #15449d;
    font-weight: 520;
    font-size: .36rem;
    text-align: center;
}
.home-strength .main-strength .str-c{
    margin-top: .52rem;
}
.home-strength .main-strength .str-c ul{
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    overflow: hidden;
    clear: both;
}
.home-strength .main-strength .str-c ul li{
    float: left;
    width: 32%;
    margin-bottom: .1rem;
    position: relative;
    margin-left: 2%;
}
.home-strength .main-strength .str-c ul li:nth-child(3n+1){
    margin-left: 0;
}
.home-strength .main-strength .str-c ul li>a{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.home-strength .main-strength .str-c ul li .str-p{
    width: 100%;
    position: relative;
}
.home-strength .main-strength .str-c ul li .str-p img{
    width: 100%;
    height: 3.52rem;
    display: block;
}
.home-strength .main-strength .str-c ul li .str-p .str-t{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 0;
    background: rgba(30, 75, 160, .7);
    overflow: hidden;
    transition: .25s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-strength .main-strength .str-c ul li .str-p .str-t p{
    color: #fff;
    font-size: .14rem;
    width: 50%;
    text-align: center;
    line-height: .3rem;
    margin-bottom: .2rem;
}
.home-strength .main-strength .str-c ul li .str-p .str-t a{
    color: #fff;
    font-size: .14rem;
    width: 86px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px #fff solid;
    border-radius: 3px;
}
.home-strength .main-strength .str-c ul li h2{
    color: #333333;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: .014rem;
}
.home-strength .main-strength .str-c ul li:hover .str-t{
    height: 100%;
}
.home-partner{
    width: 100%;
    background: #d9e0eb;
    padding: .52rem 0;
    position: relative;
}
.home-partner .main-partner h2{
    color: #15449d;
    font-weight: 520;
    font-size: .36rem;
    text-align: center;
    margin-bottom: .52rem;
}
.home-partner .swiper-container {
    position:static;
}
.home-partner .main-partner .swiper-slide{
    text-align: center;
    font-size: 18px;
    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;
}
.home-partner .main-partner .swiper-slide img{
    max-width: 90%;
    max-height: 90%;
}
.home-partner .swiper-button-prev{
    left: .4rem;
    top: 60%;
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
    border: 1px #999 solid;
}
.home-partner .swiper-button-next{
    right: .4rem;
    top: 60%;
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
    border: 1px #999 solid;
}
.home-partner .swiper-container{
    --swiper-navigation-size: .24rem;/* 设置按钮大小 */
}