/*---- 首页轮播导航 ----*/
.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-about {
    width: 100%;
    height: 439px;
    /*background: url(https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/about-us.jpg) no-repeat center center/1920px 439px;*/
}

.about-box {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.about-box-l {
    width: 522px;
    height: 326px;
}

.about-box-r {
    position: relative;
    width: 640px;
    height: 358px;
    border-radius: 5px;
    overflow: hidden; /*后期可删除*/
}

/* S 视频部分 */
.about-box-r video {
    width: 640px;
    height: 360px;
    border-radius: 5px;
}


.about-box-r .video-item{
    cursor: pointer;
    width: 640px;
    height: 360px;
    border-radius: 5px;
    overflow: hidden;
}

.about-box-r .video-item img{
    width: 640px;
    height: 360px;
    border-radius: 5px;
}

.video-poster {
    position: absolute;
    width: 642px;
    height: 360px;
    border-radius: 5px;
    z-index: 9;
    cursor: pointer;
}

/* E 视频部分 */

.about-us-info {
    margin-top: 38px;
    color: #565872;
    font-size: 16px;
    line-height: 30px;
    /*后期可删除*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-indent: 2rem;
}

.contact-us {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.contact-us-item {
    display: flex;
}

.contact-us-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background: #0085F9;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 0 10px 1px rgba(0, 133, 249, 0.4);
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #fff;
}

.contact-us-icon .iconfont {
    color: #fff;
    font-size: 23px;
}

.contact-us-title {
    color: #565872;
    font-size: 16px;
}

.contact-us-detail {
    margin-top: 4px;
    color: #29345C;
    font-size: 28px;
    font-weight: bold;
}

.contact-us-address {
    margin-top: 4px;
    color: #29345C;
    font-size: 16px;
}

/*---- 移民项目 ----*/
.index-project {
    width: 100%;
    height: 609px;
    background: #F1F5FA;
    /*background: url(https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/index-project.jpg) no-repeat center center/1920px 652px;*/
}

.immigration-project {
    padding-top: 36px;
    overflow: hidden;
}

.country-box {
    display: flex;
    margin-top: 20px;
}

.country-item {
    flex-shrink: 0;
    width: 282px;
    height: 474px;
    margin-right: 24px;
}

.country-item:hover .country-item-info {
    margin-top: 0;
    transition: .3s;
}

.country-item:last-child {
    margin: 0;
}

.country-item-info {
    width: 282px;
    height: 434px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(138, 146, 172, 0.05);
    border-radius: 5px;
    overflow: hidden;
    transition: .3s;
}

.country-name {
    display: block;
    margin-top: 20px;
    color: #29345C;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.country-name:hover {
    color: #29345C;
}

.country-flag {
    display: block;
    width: 100px;
    height: 100px;
    margin: 30px auto 0;
    border-radius: 50%;
    overflow: hidden;
}

.country-flag img {
    width: 100px;
    height: 100px;
}

.country-project {
    width: 222px;
    height: 140px;
    margin: 8px auto 0;
}

.project-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 222px;
    padding: 12px 0;
    color: #565872;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px dashed #9C9DAA;
}

.project-link:hover {
    color: #0067ED;
}
.project-link span{
    display: block;
    max-width: calc(100% - 35px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project-link img{
    width: 30px;
    height: 15px;
    margin-left: 5px;
}
.know-more {
    display: block;
    width: 128px;
    height: 43px;
    margin: 28px auto 0;
    background: #F5F7FC;
    color: #29345C;
    font-size: 14px;
    text-align: center;
    line-height: 43px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    transition: .2s;
}

.know-more .iconfont {
    font-size: 12px;
}

.know-more:hover {
    background: #0085F9;
    color: #fff;
    box-shadow: 0 0 8px rgba(0, 133, 249, 0.25);
    border: 1px solid #fff;
    transition: .3s;
}


/*---- 案例 ----*/
.cases-box {
    width: 100%;
    height: 467px;
    position: relative;
}

.cases-box .common-title {
    position: absolute;
    top: 0;
}

.cases-box .layui-tab {
    position: absolute;
    top: -5px;
}

.layui-tab-title li {
    display: block;
    padding: 0;
}

.layui-tab-title {
    float: left;
    border: none;
    /*border: 1px solid #000000;*/
    /*height: auto!important;*/
    height: 350px;
}

.layui-tab-content {
    float: left;
    height: 467px;
    padding: 0;
    width: 1076px;
    position: relative;
    margin-top: -28px;
}

.tab-index {
    width: 112px;
    display: inline-block;
    height: 50px !important;
    line-height: 50px;
    background: #F5F7FC;
    margin-right: 12px;
    margin-bottom: 9px;
    border-radius: 3px;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    background: #0085F9;
    border-radius: 3px;
}

.layui-tab-brief > .layui-tab-title .layui-this .tab-country {
    color: #FFFFFF;
    border-radius: 3px;
}

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    position: absolute;
    top: 36%;
    left: 100%;
    height: 0;
    width: 0;
    content: ' ';
    border: 6px solid transparent;
    border-top-color: #0085F9;
    transform: rotate(270deg);
}

.tab-country {
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #29345C;
}

.cases-left-index p {
    width: 592px;
    font-size: 16px;
    line-height: 35px;
    color: #565872;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.cases-left-box {
    display: flex;
    justify-content: space-between;
}

.case-left-name {
    font-size: 25px;
    font-weight: bold;
    color: #29345C;
}

.case-left-project {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #2869EB;
}

.cases-index-right {
    background: #8A92AC;
    border-radius: 15px;
    border: 16px solid #8A92AC;
}

.cases-left-index {
    margin-top: 135px;
    margin-left: 43px;
}

.fixed-btn-box {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 637px;
    display: flex;
    justify-content: space-between;
    width: 110px;
    height: 45px;
}

.fixed-btn-box .swiper-button-prev {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.1);
    border-radius: 5px 0 0 5px;
    opacity: 1;
    color: #0085F9;
    transition: .5s;
}

.fixed-btn-box .swiper-button-next {
    color: #0085F9;
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.1);
    border-radius: 0 5px 5px 0;
    transition: .3s;
    opacity: 1;
}

.fixed-btn-box .swiper-button-next:hover {
    background: #0085F9;
    color: #FFFFFF;
    transition: .3s;
}

.fixed-btn-box .swiper-button-prev:hover {
    background: #0085F9;
    color: #FFFFFF;
    transition: .5s;
}

.case-left-nav {
    display: flex;
    padding: 18px 0;
}

.cases-index-right img {
    width: 350px;
    height: 435px;
    border-radius: 5px;
}

.case-nav {
    margin-right: 50px;
}

.case-nav span {
    font-size: 16px;
    color: #565872;
}

.case-nav .iconfont {
    font-size: 12px;
    color: #2869EB;
    margin-right: 5px;
}

.case-nav .study {
    color: #29345C;
}

.common-adviser {
    box-shadow: 0 20px 20px -15px rgba(116, 75, 226, 0.75) inset;
}

.advantage-box {
    padding-top: 0 !important;
}

/*@media screen and (max-width: 1300px) {*/
/*    .layui-tab-content {*/
/*        width: 981px;*/
/*    }*/

/*    .cases-left-index p {*/
/*        width: 505px;*/
/*    }*/
/*}*/

/*wangmn新增开始*/
.succ_left-before {
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgb(255, 255, 255));
    z-index: 2; /* 将其置于轮播图的上层 */
    display: none;
}

.succ_left-after {
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(255, 255, 255));
    z-index: 2; /* 将其置于轮播图的上层 */
    /*display: none;*/
}

.succ_left{
    flex-shrink: 0;
    height: 350px;
    position: relative;
    transition: .3s;
    overflow: hidden;
    margin-top: 60px
}

.layui-tab-brief > .succ_left > .layui-tab-title > .swiper-wrapper .layui-this{
    background: #0085F9;
    border-radius: 3px;
}

.layui-tab-brief > .succ_left > .layui-tab-title > .swiper-wrapper .layui-this .tab-country{
    color: #FFFFFF;
    border-radius: 3px;
}

.layui-tab-brief > .succ_left > .layui-tab-title > .swiper-wrapper .layui-this:after{
    position: absolute;
    top: 36%;
    left: 100%;
    height: 0;
    width: 0;
    content: ' ';
    border: 6px solid transparent;
    border-top-color: #0085F9;
    transform: rotate(270deg);
}
/*wangmn新增结束*/

/* ---- S 分公司 ----  */
.professional-team {
    /*height: 440px;*/
}

.professional-team-box {
    padding: 45px 0;
}

.team-overview {
    margin: 11px 0 28px;
    color: #565872;
    font-size: 16px;
}
.team-swiper-container {
    height: 280px;
}

.team-info-box {
    width: 384px;
    height: 260px;
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
    transition: .3s;
}

.adviser-slide:hover .team-info-box {
    margin-top: 0;
    transition: .3s;
}

.team-info-box img {
    width: 384px;
    height: 260px;
}
/* ---- E 分公司 ----  */
.swiper-slide:nth-child(odd) .step-num-info{
    color: #CCE6FD;
}
.swiper-slide:nth-child(even) .step-num-info{
    color: #8A92AC;
}
.adviser-box{
    margin-top: 20px;
}
.add-case{
    margin-top: 40px;
}
.history-wrapper2{
    display: flex;
    gap: 24px;
}
