/* -----国家简介部分----- */
.country-introduce {
    width: 100%;
    height: 529px;
    overflow: hidden;
}

.country-introduce-box {
    display: flex;
    margin-top: 49px;
}

.country-introduce-l {
    flex-shrink: 0;
    width: 523px;
    height: 355px;
    margin-top: 50px;
    padding-left: 40px;
    border-top: 5px solid #E61D31;
}

.country-introduce-title {
    margin-top: 50px;
    color: #0E1011;
    font-size: 42px;
    font-weight: bold;
}

.country-introduce-line {
    width: 50px;
    height: 5px;
    margin-top: 9px;
    background: #E61D31;
    border-radius: 4px;
}

.country-introduce-content {
    width: 440px;
    margin-top: 25px;
    color: #2B3239;
    font-size: 20px;
    line-height: 36px;
}

.country-introduce-r {
    flex-shrink: 0;
    position: relative;
    width: 637px;
    height: 410px;
}

.country-introduce-r img {
    position: relative;
    width: 637px;
    height: 450px;
    z-index: 8;
}

.country-flag-container {
    position: absolute;
    top: 175px;
    left: -47px;
    width: 48px;
    height: 95px;
    border: 1px dashed #D7132E;
    border-right: none;
    border-radius: 48px 0 0 48px;
    z-index: 9;
}

.country-flag-container img {
    position: absolute;
    width: 95px;
    height: 95px;
}

/* -----国家简介部分----- */
.country-reason {
    width: 100%;
    padding-bottom: 50px;
    background: #FAFCFF;
}

.country-index-title {
    font-size: 42px;
    padding-bottom: 38px;
}

.country-reason-box {
    display: flex;
    justify-content: space-between;
}

.country-reason-index {
    width: 279px;
    background: #FFFFFF;
}

.reason-index-top {
    height: 109px;
    padding: 0 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}

.reason-icon-box {
    position: absolute;
    left: 5px;
    bottom: 2px;
}

.reason-icon-box .iconfont {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 400;
}

.reason-index-text {
    width: 239px;
    font-size: 16px;
    line-height: 22px;
    color: #8A8D91;
    padding: 20px;
    text-align: left;
}

.color1 {
    background: linear-gradient(135deg, #B232B8 0%, #7537C6 100%);
}

.color2 {
    background: linear-gradient(135deg, #F94777 0%, #E61D31 100%);
}

.color3 {
    background: linear-gradient(135deg, #5F99F2 0%, #5C5AE2 100%);
}

.color4 {
    background: linear-gradient(135deg, #FBC441 0%, #FE8716 100%);
}

/* -----移民项目----- */
.country-project {
    padding-bottom: 29px;
    width: 100%;
}

.country-project-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.country-project-index {
    margin-bottom: 20px;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: space-between;
}

.country-project-index div:nth-child(2) {
    margin-top: 30px;
}

.country-project-img {
    width: 580px;
    height: 367px;
}

.country-project-img img {
    width: 580px;
    height: 367px;
}

.country-project-text {
    width: 446px;
    padding: 40px 63px 40px 69px;
    height: 287px;
    background: #FFFFFF;
    border: 1px solid #D8DCE1;
    text-align: center;
}

.project-text-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 36px;
}

.project-text-icon {
    width: 70px;
    height: 70px;
    /*background: #D7132E;*/
    box-shadow: 0 3px 10px rgba(215, 19, 46, .3);
    border-radius: 50%;
    line-height: 70px;
}

.project-text-icon .iconfont {
    font-size: 40px;
    color: #FFFFFF;
}

.project-text-title {
    display: inline-block;
    font-size: 23px;
    text-align: center;
    font-weight: bold;
    line-height: 27px;
    color: #0E1011;
}

.project-text-title:hover {
    color: #D7132E;
}

.country-project-text p {
    height: 52px;
    font-size: 16px;
    line-height: 26px;
    color: #585F67;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 9px;
}

.country-project-text .project-text-more {
    font-weight: 400;
    display: inline-block;
    width: 143px;
    height: 43px;
    font-size: 18px;
    color: #D7132E;
    line-height: 43px;
    background: #FFFFFF;
    border: 1px solid #D7132E;
    margin-top: 33px;
    text-align: center;
}

.project-text-more .iconfont {
    font-size: 12px;
}

.project-text-more:hover {
    background: #D7132E;
    color: #FFFFFF;
}

/* -----移民新闻----- */
.country-news {
    width: 100%;
    background: #FAFCFF;
    opacity: 1;
    padding-bottom: 27px;
}

.country-news-box {
    display: flex;
    flex-wrap: wrap;
    width: 1230px;
    overflow: hidden;
}

.country-news-index {
    display: flex;
    justify-content: space-between;
    width: 340px;
    height: 89px;
    padding: 20px;
    margin: 0 30px 20px 0;
    background: #fff;
}

.country-index-left {
    width: 85px;
    height: 85px;
    background: #F2F7FD;
    text-align: center;
}

.country-index-left p:first-child {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #EC1F33;
    margin: 13px 0 3px 0;
}

.country-index-left p:nth-child(2) {
    font-size: 30px;
    font-weight: bold;
    line-height: 26px;
    color: #EC1F33;
}

.country-news-index:hover .country-index-left {
    background: #E61D31;
}

.country-news-index:hover .country-index-left p:first-child {
    color: #FFFFFF;
}

.country-news-index:hover .country-index-left p:nth-child(2) {
    color: #FFFFFF;
}

.country-index-right {
    width: 235px;
    height: 89px;
}

.country-index-right a {
    display: inline-block;
    width: 227px;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    color: #0E1011;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.country-news-index:hover .country-index-right a {
    color: #E61D31;
}

.country-index-right p {
    width: 235px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    color: #585F67;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* -----banner 轮播区域----- */
.index-banner {
    width: 100%;
    height: 561px;
}

.swiper-slide img {
    width: 100%;
    height: 561px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px 7px;
}

.swiper-pagination-bullet {
    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;
}

.swiper-container {
    width: 100%;
    position: relative;
}

