/*首页 轮播图*/
.banner{
    width: 100%;
    min-width: 1200px;
}
.banner1{
    z-index: 20;
 }
.banner .swiper-slide{
    height: 900px;
    overflow: hidden;
}
.banner .swiper-slide > img{
    width: 100%;
    height: 900px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 80px;
}
.banner .swiper-pagination-bullet {
    width: 100px;
    height: 16px;
    border-radius: 8px 8px ;
    background: #fff;
    opacity: .6;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0B4B9E;
}

.banner .swiper-slide-active >img{
    animation:scale_b 10s linear infinite;
    -webkit-animation:scale_b 10s linear infinite; /* Safari 和 Chrome */
}
@keyframes scale_b{
    0%{
        transform: scale(1)
    }
    100%{
        transform: scale(1.2)
    }
}
@-webkit-keyframes scale_b /* Safari and Chrome */
{
    0%{
        transform: scale(1)
    }
    100%{
        transform: scale(1.2)
    }
}




/*国贸要闻 轮播*/
.important-news-banner{
    width: 1200px;
    height: 356px;
}
.important-news-banner > .swiper-wrapper{
    margin-top: 30px;
    height: 326px;
}

.important-news-banner .swiper-pagination-wrap{
    top: 30px;
    right: 0;
    width: 100px;
    height: 28px;
    background-color: #fff;
    z-index: 9;
}

.important-news-banner .swiper-pagination-bullets{
    width: 98px;
    height: 26px;
    border: solid 1px #E2E2E2;
    border-radius: 13px;

}
.important-news-banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    opacity: .5;
    margin: 6px 7px 0;

}
.important-news-banner .swiper-pagination-bullet-active{
    opacity: 1;
    background: #0B4B9E;
}

/*友情链接 轮播*/
.strategic-cooperation-banner{
    width: 1000px;
    padding: 150px 0;
}
.strategic-cooperation-banner .swiper-slide{
    width: 200px;
    text-align: center;
}


/*友情链接 轮播*/
.friendly-link-banner{
    width: 1100px;
    height: 267px;
}
.friendly-link-banner .swiper-slide{
    width: 275px;
    text-align: center;
}
.friendly-link-inner .swiper-button-prev {
    background-image: url("../img/index/友情链接箭头1.png");
    left: 10px;

}
.friendly-link-inner .swiper-button-next {
    background-image: url("../img/index/友情链接箭头2.png");
    right: 10px;

}
