/*---- 头部banner ----*/
.top-banner {
    width: 100%;
    height: 283px;
}

.top-banner img {
    width: 100%;
    height: 283px;
    object-fit: cover;
}

/*---- 企业介绍 ----*/
.about-introduce {
    position: relative;
    display: flex;
    /*height: 467px;*/
    margin-top: -203px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 103, 237, 0.16);
    overflow: hidden;
    z-index: 9;
}

.our-logo {
    width: 224px;
    height: 246px;
    margin: 111px 94px 0 75px;
}

.our-logo img {
    width: 224px;
    height: 246px;
    margin-top: -12px;
}

.our-info {
    margin-top: 53px;
}

.our-introduce {
    width: 755px;
    margin-top: 28px;
    color: #565872;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2rem;
}

.contact-us {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}

.contact-us-item {
    width: 340px;
    margin-right: 10px;
    flex-shrink: 0;
    display: flex;
    margin-bottom: 25px;
}

.contact-us-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background: #0085F9;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0, 133, 249, 0.4);
}

.contact-us-icon .iconfont {
    color: #fff;
    font-size: 22px;
}

.contact-us-title {
    position: relative;
    top: -1px;
    color: #565872;
    font-size: 14px;
}

.contact-us-detail {
    margin-top: 4px;
    color: #29345C;
    font-size: 20px;
    font-weight: bold;
}

.contact-us-address {
    margin-top: 3px;
    color: #29345C;
    font-size: 16px;
}

/*---- 移民业务 ----*/
.immigration-business {
    height: 400px;
    margin-top: 14px;
    background: #F1F5FA;
}

.business-container {
    padding-top: 50px;
}

.business-swiper-container {
    height: 240px;
    margin-top: 25px;
}

.business-info-box {
    width: 282px;
    height: 202px;
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(138, 146, 172, 0.15);
    transition: .3s;
}
.adviser-slide{
    width: auto;
}
.adviser-slide:hover .business-info-box {
    margin-top: 0;
    transition: .3s;
}

.business-content {
    display: block;
    width: 242px;
    height: 120px;
    margin: 20px auto 17px;
}

.business-content img {
    width: 242px;
    height: 120px;
}

.business-name {
    display: block;
    color: #29345C;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.business-name:hover {
    color: #29345C;
}

/*---- 发展历程 ----*/
.development-history {
    height: 495px;
    background: url("https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/aboutUs/about_us_03.png") no-repeat center/100% 495px;
}

.development-container {
    padding-top: 45px;
}

.title-history {
    color: #fff;
}

.title-en-history {
    color: #fff;
    opacity: .08;
}

.history-wrap {
    position: relative;
    margin-top: 30px;
}

.history-info {
    position: relative;
    width: 1090px;
    height: 306px;
    margin: 0 auto;
    background: url("https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/aboutUs/about_us_08.png") no-repeat center center;
}

.history-container {
    width: 1025px;
    height: 306px;
    margin-left: 45px;
}

.history-wrapper {
    margin: 0 !important;
}

.swiper-slide.history-item-odd {
    position: relative;
    width: 205px!important;
    height: 306px;
    background: url("https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/aboutUs/about_us_09.png") no-repeat;
}

.swiper-slide.history-item-even {
    position: relative;
    width: 205px!important;
    height: 306px;
    background: url("https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/aboutUs/about_us_10.png") no-repeat;
}

.history-prev {
    position: absolute;
    top: 157px;
    left: -50px;
    width: 31px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    background: unset;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: .3s;
}

.history-prev .iconfont {
    color: #fff;
    font-size: 16px;
}

.history-prev:hover {
    background: #fff;
    transition: .3s;
}

.history-prev:hover .iconfont {
    color: #0067ED;
}

.history-next {
    position: absolute;
    top: 157px;
    right: -50px;
    width: 31px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    background: unset;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: .3s;
}

.history-next .iconfont {
    color: #fff;
    font-size: 16px;
}

.history-next:hover {
    background: #fff;
    transition: .3s;
}

.history-next:hover .iconfont {
    color: #0067ED;
}

.major-circular {
    position: absolute;
    top: 125px;
    left: 13px;
    width: 58px;
    height: 58px;
    color: #0067ED;
    font-size: 18px;
    text-align: center;
    line-height: 58px;
    background: #fff;
    border-radius: 50%;
    font-weight: 550;
}

.history-detail {
    position: absolute;
    top: 200px;
    left: 58px;
    width: 110px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.detail-time {
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
}

.detail-info {
    margin: 5px 0 13px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.history-detail-even {
    position: absolute;
    top: 17px;
}

/*---- 海外分公司 ----*/
.overseas-branch {
    height: 628px;
    background: #F1F5FA;
}

.overseas-branch-container {
    padding-top: 45px;
}

.company-distribution {
    height: 470px;
    margin-top: 35px;
}

.company-distribution img {
    width: 100%;
    height: 470px;
}

/*---- 专业团队 ----*/
.professional-team {
    height: 493px;
}

.professional-team-box {
    padding-top: 45px;
}

.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;
}

/*---- 顾问轮播 ----*/
.common-adviser {
    background: #F1F5FA;
    /*height: 483px !important;*/
    padding-bottom: 50px;
    box-sizing: border-box;
}

.common-adviser-branch {
    height: 565px !important;
}

.common-adviser .swiper-wrapper {
    margin-left: 0 !important;
}

.swiper-wrapper {
    margin-left: 5px;
}

/*---- 资质及荣誉 ----*/
.certificate-honor {
    height: 477px;
}

.certificate-honor-container {
    padding-top: 47px;
}

.honor-swiper-container {
    height: 315px;
    margin-top: 21px;
}

.honor-info-box {
    width: 384px;
    height: 278px;
    margin-top: 10px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: .3s;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.1);
}

#honor-box .swiper-wrapper {
    margin-top: 20px;
}

#honor-box .swiper-slide {
    transition: .3s;
}

#honor-box .swiper-slide:hover {
    margin-top: -20px;
    transition: .3s;
}

.honor-info-box img {
    display: block;
    width: 384px;
    height: 278px;
    border-radius: 5px;
}

/*---- 移民内参优势 ----*/
.our-advantage {
    padding: 47px 0 20px;
    background: #F1F5FA;
}

/*---- 分公司地址 ----*/
.branch_address {
    padding: 47px 0 20px;
    background: #F1F5FA;
}

/*---- 预约到访 ----*/
.reserve-visit {
    position: relative;
    height: 267px;
    background: #F1F5FA url("https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/form_background_img2.png") no-repeat 0px 25px/100% 237px;
    overflow: hidden;
}

.reserve-visit-form-l {
    position: absolute;
    left: -357px;
    top: -186px;
    width: 278px;
    height: 257px;
}

.reserve-visit-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 267px;
    object-fit: cover;
    z-index: 1;
}

.reserve-visit-title {
    position: relative;
    display: flex;
    margin: 128px 0 0 361px;
    color: #fff;
    font-size: 20px;
    z-index: 2;
}

.visit-big-title {
    margin: -5px 15px 0 0;
    font-size: 32px;
    font-weight: bold;
}

.success-rate {
    width: 69px;
    height: 34px;
    margin: 4px 9px 0;
    text-align: center;
    line-height: 34px;
    background: #FF5700;
    box-shadow: 0 1px 0 #fff;
    opacity: 1;
    border-radius: 4px;
}

.probability {
    font-size: 29px;
    font-weight: bold;
}

.percent-sign {
    display: inline-block;
    margin-left: -5px;
}

.reserve-visit-info {
    padding-top: 10px;
}

.reserve-visit-form {
    position: relative;
    display: flex;
    width: 780px;
    height: 50px;
    margin: 20px 0 0 361px;
    z-index: 2;
}

.visit-form-item {
    display: flex;
    align-items: center;
    width: 298px;
    height: 48px;
    margin-right: 15px;
    background: #fff;
    border: 1px solid #0067ED;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.16);
    border-radius: 5px;
}

.reserve-visit-btn {
    width: 150px;
    height: 48px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #FB3D3D;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 0 #C91E1E;
    opacity: 1;
    border-radius: 5px;
}

.reserve-visit-btn .iconfont {
    font-weight: normal;
}

.visit-form-title {
    flex-shrink: 0;
    height: 20px;
    padding: 0 13px 0 15px;
    color: #29345C;
    font-size: 16px;
    border-right: 1px solid #8A92AC;
}

.visit-title-red {
    color: #FF3636;
}

.visit-title-input {
    width: 215px;
    padding-left: 15px;
    outline: none;
    border: none;
}
.swiper-slide:nth-child(odd) .step-num-info{
    color: #CCE6FD;
}
.swiper-slide:nth-child(even) .step-num-info{
    color: #8A92AC;
}

/*@media screen and (max-width: 1300px) {*/
/*    .history-info {*/
/*        width: 1040px;*/
/*    }*/

/*    .honor-info-box {*/
/*        width: 368px;*/
/*    }*/

/*    .honor-info-box img {*/
/*        width: 368px;*/
/*    }*/

/*    .our-logo {*/
/*        margin: 80px 65px 0 75px;*/
/*    }*/

/*    .business-info-box {*/
/*        width: 268px;*/
/*        height: 193px;*/
/*    }*/

/*    .business-content {*/
/*        margin: 12px auto 17px;*/
/*    }*/

/*    .team-info-box {*/
/*        width: 364px;*/
/*    }*/

/*    .team-info-box img {*/
/*        width: 364px;*/
/*    }*/
/*}*/
/*---- 移民项目 ----*/
.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;
}
.swiper-slide{
    width: auto;
}
