/*---- 首页轮播导航 ----*/
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px 7px;
}

.swiper-pagination-bullet {
    margin: 0 3px;
    background: #fff;
    border-radius: 4px;
    outline: none;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    background: #fff;
    width: 25px;
    height: 8px;
    opacity: 1;
    transition: .2s ease-in-out;
}

.adviser-pagination .swiper-pagination-bullet-active {
    width: 25px;
    height: 10px;
    background: #2563E2;
}

.adviser-pagination span {
    width: 12px;
    height: 10px;
    background: #D5D6E1;
    border-radius: 50px;
}

/*---- 优势----*/
.index-advantage {
    box-shadow: 0 20px 20px -15px rgba(213,107,0,0.6) inset;
    height: 415px;
    background: #F1F5FA;
}

.index-advantage .common-title {
    padding-top: 50px;
}

.common-adviser {
    background: #F9F8F8;
    box-shadow: initial;
    height: auto;
    padding-bottom: 50px;
}

/*---- 移民加拿大优势 ----*/
.index-project {
    background: #F1F5FA;
    padding: 50px 0;
}

.country-box {
    display: flex;
    margin-top: 25px;
}

.country-index {
    flex-shrink: 0;
    width: 282px;
    margin-right: 24px;
}

.country-index:hover .country-index-info {
    margin-top: 0;
    transition: .3s;
}

.country-index:last-child {
    margin: 0;
}

.country-index-info {
    width: 282px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(138, 146, 172, 0.05);
    border-radius: 16px;
    overflow: hidden;
    transition: .3s;
}

.country-index-box {
    padding: 30px 40px;

}

.country-index-top {
    display: flex;
    justify-content: center;
}

.index-box-blue {
    width: 18px;
    height: 2px;
    background: #EF4639;
    margin-bottom: 20px;
    border-radius: 1px;
}

.index-box-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    color: #212121;
}

.index-box-images {
    display: flex;
    justify-content: center;
    margin: 24px 0;
}

.index-box-img {
    width: 130px;
    height: 92px;
}

.index-box-content {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #212121;
}

.common-adviser2 {
    padding-bottom: 0;
}

@media screen and (max-width:1300px) {
    .country-index {
        margin-right: 4px;
    }

    .hot-index {
        width: 500px;
    }

    .hot-index-right {
        width: 258px;
    }
}
