/*---- 头部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: 16px;
    box-shadow: 0px 3px 6px 1px rgba(239,70,57,0.16);
    overflow: hidden;
    z-index: 9;
    padding-bottom: 22px;
}

.our-logo {
    width: 224px;
    height: 246px;
    margin: 100px 85px 0 75px;
    display: flex;
    justify-content: center;
}

.our-logo img {
    width: 190px;
    height: 260px;
    margin-top: -12px;
}

.our-info {
    margin-top: 53px;
}

.our-introduce {
    width: 755px;
    margin-top: 28px;
    color: #646565;
    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: #EF4639;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px 1px rgba(205,53,41,0.4);
    flex-shrink: 0;
}

.contact-us-icon .iconfont {
    color: #fff;
    font-size: 22px;
}

.contact-us-title {
    position: relative;
    top: -1px;
    color: #6E6E6E;
    font-size: 14px;
}

.contact-us-detail {
    margin-top: 4px;
    color: #29345C;
    font-size: 20px;
    font-weight: bold;
}

.contact-us-address {
    margin-top: 3px;
    color: #212121;
    font-size: 16px;
}

/*---- 移民业务 ----*/
.immigration-business {
    margin-top: 14px;
    background: #F9F8F8;
}

.business-container {
    padding-top: 50px;
    padding-bottom: 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: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: #212121;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.business-name:hover {
    color: #29345C;
}

/*---- 发展历程 ----*/
.development-history {
    height: 495px;
    background: url("../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("../image/aboutUs/about_us_08.png") no-repeat center center;
}

.history-container {
    width: 1025px;
    height: 306px;
    margin-left: 45px;
}

.history-wrapper {
    margin: 0 !important;
}

.history-item-odd {
    position: relative;
    width: 205px;
    height: 306px;
    background: url("../image/aboutUs/about_us_09.png") no-repeat;
}

.history-item-even {
    position: relative;
    width: 205px;
    height: 306px;
    background: url("../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: #EF4639;
}

.major-circular {
    position: absolute;
    top: 125px;
    left: 13px;
    width: 58px;
    height: 58px;
    color: #EF4639;
    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: 146px;
    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: 16px;
    font-weight: bold;
    word-break: break-all;
}

.history-detail-even {
    position: absolute;
    top: 17px;
}

/*---- 海外分公司 ----*/
.overseas-branch {
    height: 628px;
    background: #F9F8F8;
}

.overseas-branch-container {
    padding-top: 45px;
}

.company-distribution {
    height: 470px;
    margin-top: 35px;
}

.company-distribution img {
    width: 100%;
    height: 470px;
}


/*---- 海内外分公司 ----*/
.all-company{
    height: 628px;
    background: #F9F8F8;
}
.all-company-box{
    padding-top: 45px;
}
.all-company-map{
    width: 1200px;
    height: 470px;
    margin-top: 40px;
}
.all-company-map img{
    width: 100%;
}
/*---- 专业团队 ----*/
.professional-team {
    height: 493px;
    /*display: none;*/
}

.professional-team-box {
    padding-top: 45px;
}

.team-overview {
    margin: 11px 0 28px;
    color: #6E6E6E;
    font-size: 16px;
}

.team-swiper-container {
    height: 280px;
}

.team-info-box {
    width: 384px;
    height: 260px;
    margin-top: 20px;
    border-radius: 16px;
    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: #F9F8F8;
    height: 483px !important;
    padding-bottom: 50px;
}

.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: 16px;
    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: #F9F8F8;
}

/*---- 预约到访 ----*/
.reserve-visit {
    position: relative;
    height: 267px;
    background: #F9F8F8 url("../image/aboutUs/about_us_07.png") no-repeat 0 0/100% 267px;
    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: #fff;
    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 #EF4639;
    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;
}



.country-box {
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
}

.country-item {
    flex-shrink: 0;
    width: 373px;
    margin-right: 24px;
}

.country-item:hover .country-item-info {
    margin-top: 0;
    transition: .3s;
}

.country-item:last-child {
    margin: 0;
}

.country-item-info {
    width: 373px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(138, 146, 172, 0.05);
    border-radius: 16px;
    overflow: hidden;
    transition: .3s;
    padding-bottom: 26px
}

.country-name {
    display: block;
    margin-top: 20px;
    color: #212121;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.country-name:hover {
    color: #212121;
}

.country-flag {
    display: block;
    width: 324px;
    margin: 22px auto 0;
}

.country-flag img {
    width: 324px;
    height: 173px;
    margin-top: 7px;
}





@media screen and (max-width: 1300px) {
    .history-info {
        width: 1040px;
    }

    .honor-info-box {
        width: 368px;
    }

    .honor-info-box img {
        width: 368px;
    }

    .our-logo {
        margin: 100px 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;
    }
}

/*---- 分公司地址 ----*/
.branch_address {
    padding-bottom: 26px;
    background: #F1F5FA;
}
