@charset "utf-8";

/*banner  */

.banner {
    position: relative;
    background: #000;
}

.banner_container {
    height: 100%;
}

.banner_container .swiper-slide {
    height: auto;
}


/* .banner_container .banner_slide>a {
    display: block;
   
} */

.banner_slideitem {
    height: 100%;
}

.banner_slideitem img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner_slideitemtxt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner_slideitemtxt .w1 {
    transform: translateY(-30px);
}

.banner_boxtxtyw {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
}

.banner_boxtxtp p {
    margin-top: -10px;
    font-size: 60px;
    color: #fff;
}

.banner_boxtxth h2 {
    font-size: 50px;
    margin-top: 40px;
    line-height: 1.3;
}

.banner_boxtxth {
    margin-top: -10px;
}

.banner_boxtxtrm {
    margin-top: 55px;
}

.banner_boxtxtrm_y {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.banner_boxtxtrm_y i {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.banner_boxtxtrm_txt {
    margin: 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.banner_boxtxtrm_imgitem {
    margin: 0 5px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    overflow: hidden;
}

.banner_boxtxtrm_imgitem img {
    width: 100%;
}

.banner_per,
.banner_next {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    line-height: 68px;
    /* border: 1px solid #fff; */
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    cursor: pointer;
    z-index: 10;
    outline: none;
}

.banner_peri {
    transform: translateX(30%);
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
}

.banner_nexti {
    transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
}

.banner_per {
    left: 25px;
}

.banner_next {
    right: 25px;
}

.banner_per i,
.banner_next i {
    font-size: 60px;
    color: #ffff;
}

.banner_per.swiper-button-disabled,
.banner_next.swiper-button-disabled {
    border-color: rgba(255, 255, 255, .3);
}

.banner_per.swiper-button-disabled i,
.banner_next.swiper-button-disabled i {
    color: rgba(255, 255, 255, .3);
}

.banner_bdbox {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 45px 35px;
    width: 400px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
}

.banner_bdbox_tle {
    font-size: 14px;
    color: #cecece;
}

.banner_bdbox_h span {
    font-size: 24px;
    color: #333333;
}

.banner_bdbox_h b {
    padding-left: 8px;
    font-size: 24px;
    color: #333333;
    font-weight: 700;
}

.banner_bdbox_from {
    margin-top: 20px;
}

.banner_frombox input {
    margin-bottom: 10px;
    padding-left: 15px;
    height: 45px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
    width: 100%;
}

.banner_frombox input::-webkit-input-placeholder,
.banner_frombox textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
}

.banner_frombox input::-moz-placeholder,
.banner_frombox textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: #999999;
}

.banner_frombox input:-moz-placeholder,
.banner_frombox textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color: #999999;
}

.banner_frombox input:-ms-input-placeholder,
.banner_frombox textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #999999;
}

.yamzm {
    position: relative;
}

.yamzm img {
    position: absolute;
    top: 10px;
    right: 10px;
}

.banner_frombox textarea {
    margin-bottom: 10px;
    padding: 10px 15px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    outline: none;
    resize: none;
}

.banner_fromboxtj {
    position: relative;
    margin-top: 5px;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background-color: #e89d00;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.banner_fromboxtj:hover {
    transform: scale(.97);
    -webkit-transform: scale(.97);
    -moz-transform: scale(.97);
    -ms-transform: scale(.97);
    -o-transform: scale(.97);
}

.banner_fromboxtj i {
    padding-left: 5px;
    font-size: 18px;
}

.banner_fromboxtj input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
}

.banner_video_preview {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}
.banner_video {
opacity: 0.7;
}

@media (max-width: 767px) { 

    /* .banner_video {
        display: none;
    }
    .banner_video_preview {
        display: block;
    } */
}

@media screen and (min-width:1200px) {
    .banner_slideitempc {
        display: block;
    }
    .banner_slideitemmb {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .banner_slideitempc {
        display: none;
    }
    .banner_slideitemmb {
        display: block;
    }
    .banner {
        height: auto !important;
    }
    .syymfw_container1 .swiper-pagination span.swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
    }
}


/* 首页移民服务 */

.syymfw {
    padding-top: 65px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#002d62 ;
}

.syymfw_tlel {
    position: relative;
}

.syymfw_tleldw {
    font-family: shuzien;
    position: absolute;
    left: -70px;
    top: 50%;
    font-size: 224px;
    font-weight: 700;
    color: #e4eaf1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
    font-weight: bold;
}

.syymfw_tleldw.on {
    color: #e4eaf1;
}

.syymfw_tleldw.on1 {
    color: rgba(255, 255, 255, .05);
}

.syymfw_yw,
.syymfw_zw {
    position: relative;
    z-index: 2;
}

.syymfw_yw {
    font-size: 14px;
    color: #002a5a;
}

.syymfw_yw.on {
    color: #002a5a;
}

.syymfw_zw.on h3 {
    color: #002a5a;
}

.syymfw_tler {
    margin-top: 40px;
    width: 56%;
}

.syymfw_tler_P {
    margin-right: 15px;
    flex: 1;
    font-size: 16px;
    line-height: 22px;
    color: #748faf;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.syymfw_tler_P.on {
    color: #666666;
}

.syymfw_tler_btn {
    margin-top: 5px;
}

.syymfw_pre,
.syymfw_next {
    margin-right: 5px;
    width: 48px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    border: 2px solid #fff;
    cursor: pointer;
    outline: none;
}

.syymfw_pre i,
.syymfw_next i {
    font-size: 18px;
    color: #fff;
}

.syymfw_pre.swiper-button-disabled,
.syymfw_next.swiper-button-disabled {
    border-color: rgba(255, 255, 255, .3);
}

.syymfw_pre.swiper-button-disabled i,
.syymfw_next.swiper-button-disabled i {
    color: rgba(255, 255, 255, .3);
}

.syymfw_ct {
    margin-top: 50px;
}

/* .syymfw_container1 .swiper-wrapper {
    margin-top: 30px;
} */

.syymfw_container1 .swiper-pagination span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.syymfw_container1 .swiper-pagination span.swiper-pagination-bullet {
    background-color: #fff;
}

.syymfw_container1 .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #e89d00;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: inherit;
}

/* .syymfw_wrapper {
    padding-bottom: 30px;
} */

.syymfw_ct .syymfww_container {
    width: 100%;
}

.syymfw_slide {
    padding: 15px 15px 30px 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
}

.syymfw_slide .syymfw_slidea {}

.syymfw_slideaimg {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.syymfw_slideaimg img {
    width: 100%;       
    height: 100%;     
    object-fit: cover;  
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.syymfw_slide .syymfw_slidea:hover .syymfw_slideaimg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.syymfw_slideatxt {
    position: relative;
    padding-top: 20px;
}

.syymfw_slideatxtdw {
    position: absolute;
    right: 15px;
    top: 0;
    width: 60px;
    height: 60px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.syymfw_slideatxt_h {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.syymfw_slide .syymfw_slidea:hover .syymfw_slideatxt_h {
    /*    color: #e89d00;*/
}

.syymfw_slideatxt_p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #8a8a8a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.syymfw_slideatxt_p span {
    font-weight: 700;
    color: #e5af2b;
}

.syymfw_tlerboxa_img img {
    /*	display: none;*/
    margin: 0 auto 10px auto;
}

.syymfw_tlerbox .syymfw_tlerboxa {
    position: relative;
    text-align: center;
    padding: 15px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: 10px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.syymfw_tlerboxa_img img {
    width: 50px;
    height: 34px;
}

.syymfw_tlerbox .syymfw_tlerboxa::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 12px solid #013c7f;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    opacity: 0;
    transition: all .3s;
}

.syymfw_tlerboxa_txt {}

.syymfw_tlerboxa_txth {
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
}

.syymfw_tlerboxa_txtp {
    font-size: 12px;
    color: #748faf;
}

.syymfw_tlerboxa.on {
    background-color: #013c7f;
}

.syymfw_tlerboxa.on::before {
    /* display: block; */
    transform: translate(-50%, 100%);
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    opacity: 1;
}

.syymfw .swiper-pagination {
    display: none;
}


/* 联系引导 */

.lxyd {
    padding: 50px 0 100px;
    /* background-color: #f5f8fb; */
    /* margin-top: -160px; */
}

.lxyd .lxyd_dy {
    width: 250px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    border: 2px solid #e89d00;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.lxyd_dy span {
    font-size: 18px;
    color: #e89d00;
}

.lxyd_dy i {
    padding-left: 5px;
    font-size: 20px;
    color: #e89d00;
}

.lxyd_dy.hvr-sweep-to-right:before {
    background-color: #e89d00;
}

.lxyd_dy:hover span,
.lxyd_dy:hover i {
    color: #fff;
}

.lxyd a {
    margin: 0 6px;
}

.lxyd .lxyd_tel {
    width: 250px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    background-color: #e89d00;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.lxyd .lxyd_tel:hover {
    transform: scale(.97);
    -webkit-transform: scale(.97);
    -moz-transform: scale(.97);
    -ms-transform: scale(.97);
    -o-transform: scale(.97);
}

.lxyd_tel i {
    font-size: 18px;
    color: #e89d00;
    margin-top: -4px;
    background: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.lxyd_tel span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}


/* 护照入籍 */

.hzrj {
    display: block!important;
    overflow: hidden;
}

.hzrj_l {
    width: 42%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
}

.hzrj_l {
    padding-top: 110px;
    padding-right: 110px;
    padding-left: 140px;
    height: 686px;
}

.hzrj_lboxct {
    margin-top: 100px;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

.hzrj_lboxbtn {
    margin-top: 110px;
    /*
	position: absolute;
	left: 50%;
	bottom: 0%;
	z-index: 99;
	margin: -24px 0 0 -53px;
*/
}

.hzrj_pre,
.hzrj_next {
    margin-right: 5px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 44px;
    border: 2px solid #e89d00;
    cursor: pointer;
    outline: none;
}

.hzrj_pre i,
.hzrj_next i {
    font-size: 18px;
    color: #e89d00;
}

.hzrj_pre.swiper-button-disabled,
.hzrj_next.swiper-button-disabled {
    border: 2px solid rgba(232, 157, 0, 0.5);
}

.hzrj_pre.swiper-button-disabled i,
.hzrj_next.swiper-button-disabled i {
    color: rgba(232, 157, 0, 0.5);
}

.hzrj_r {
    position: relative;
    width: 58%;
    height: 686px;
    background: #002d62;
    float: left;
}

.hzrj_r::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: -1;
}

.hzrj_r::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
}

.hzrj_container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hzrj_slide {
    height: calc(100% / 2);
    background-color: #083b76;
}

.hzrj_slide .hzrj_slidea {
    padding: 0 13%;
}

.hzrj_slidea_img {
    width: 130px;
    height: 130px;
    border: 5px solid #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    overflow: hidden;
}

.hzrj_slidea_img img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.hzrj_slidea_h {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.hzrj_slidea_p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #5f85b0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hzrj_slide .hzrj_slidea:hover .hzrj_slidea_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.hzrj_slide .hzrj_slidea:hover .hzrj_slidea_h {
    color: #7cb1ee;
}


/* 跨境服务 */

.kjfw {
    padding-top: 100px;
    background-color: #f5f8fb;
    height: 350px;
}

.kjfw_pre,
.kjfw_next {
    margin-right: 5px;
    width: 48px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    border: 2px solid #002a5a;
    cursor: pointer;
    outline: none;
}

.kjfw_pre i,
.kjfw_next i {
    font-size: 18px;
    color: #002a5a;
}

.kjfw_pre.swiper-button-disabled,
.kjfw_next.swiper-button-disabled {
    border: 2px solid rgba(0, 42, 90, 0.3);
}

.kjfw_pre.swiper-button-disabled i,
.kjfw_next.swiper-button-disabled i {
    color: rgba(0, 42, 90, 0.3)
}

.kjfw_ct {
    margin-top: 70px;
}

.kjfw_slide {
    padding: 20px 10px 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 8px rgba(0, 103, 218, 0.15);
}

.kjfw_slide .kjfw_slidea {}

.kjfw_wrapper {
    padding-bottom: 30px;
    /*	padding: 0 10px 30px;*/
}

.kjfw_slidea_img {
    text-align: center;
}

.kjfw_slidea_img img {
    display: inline-block;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.kjfw_slidea_txt {
    line-height: 22px;
    margin-top: 10px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.kjfw_slidea_img img {
    width: 90px;
}

.kjfw_slide .kjfw_slidea:hover .kjfw_slidea_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.kjfw_slide .kjfw_slidea:hover .kjfw_slidea_txt {
    color: #e89d00;
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
}


/*海外房产*/

.haiwaifc {
    padding: 100px 0 0px 0;
}

.hwfc_ct {
    margin-top: 30px;
}

.hwfc_slide .hwfc_slidea_img {
    overflow: hidden;
}

.hwfc_slide .hwfc_slidea_img img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.hwfc_slidea_txt {
    text-align: center;
    line-height: 45px;
}

.hwfc_slide:hover .hwfc_slidea_img img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}


/*  留学教育*/

.lxjy {
    margin-top: -110px;
    padding-top: 135px;
    background: #fff;
}

.lxjy_tle {
    position: relative;
    text-align: center;
}

.lxjy_tleyw {
    font-size: 100px;
    font-family: shuzien;
    color: #e4eaf1;
}
.syymfw .lxjy_tleyw{
 color: rgba(255, 255, 255, .2);
}

.lxjy_tledw {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    text-align: center;
}

.lxjy_tledw_t {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #718caa;;
    
}
.syymfw .lxjy_tledw_t{
    color: #5f85b0;
}
.syymfw h3{
    color: #fff;
}
.lxjy_ct {
    margin-top: 50px;
}

.lxjy_ctl {
    position: relative;
    width: 45%;
}

.lxjy_ctldw_i {
    position: absolute;
    text-align: center;
    right: 0;
    top: 50%;
    width: 105px;
    height: 105px;
    text-align: center;
    line-height: 105px;
    background-color: #e89d00;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    z-index: 2;
}

.lxjy_ctldw_i i {
    font-size: 65px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 90px;
}

.lxjy_ctldw_y {
    position: absolute;
    right: 0;
    top: 50%;
    width: 135px;
    height: 135px;
    border: 1px dashed #c1c4c8;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    z-index: 0;
}

.lxjy_ctl_tu {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    z-index: 1;
    position: relative;
}

.lxjy_ctr {
    padding-left: 8%;
    width: 55%;
}

.lxjy_ctr_h {
    padding-top: 5px;
    font-size: 30px;
    color: #111111;
}

.lxjy_ctr_p {
    margin-top: 10px;
}

.lxjy_ctr_p p {
    font-size: 16px;
    line-height: 33px;
    color: #666666;
}

.lxjy_ctr_ys {
    margin-top: 30px;
}

.lxjy_ctr_ysh {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

.lxjy_ctr_ysbox {
    margin-top: 10px;
}

.lxjy_ysboxitem {
    padding: 10px;
    width: 25%;
    text-align: center;
    margin-right: 12px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.lxjy_ysboxitemi i {
    font-size: 44px;
    color: #333333;
}

.lxjy_ysboxitemp {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.lxjy_ctr_more {
    margin: 40px 0 20px;
}

.lxjy_ctr_more span {}

.lxjy_ctr_more b {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #e89d00;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.lxjy_ctr_morei i {
    font-size: 28px;
    color: #e89d00;
    transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
}

.lxjy_ctr_more a:hover b {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}


/* 成功案例 */

.cgal {
    padding: 100px 0;
    background-color: #f5f8fb;
}
.cgal.xxhd{
    background-color: #fff;
}
.cgal_ct {
    margin-top: 40px;
}

.cgal_ctt .cgal_ctta {
    margin: 0 5px;
    width: 190px;
    height: 60px;
    background-color: #e9edf1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.cgal_ctta i {
    font-size: 30px;
    color: #666666;
}

.cgal_ctta span {
    padding-left: 8px;
    font-size: 18px;
    color: #666666;
}

.cgal_ctta.on {
    background-color: #e89d00;
}

.cgal_ctta.on i {
    color: #fff;
}

.cgal_ctta.on span {
    font-weight: 700;
    color: #fff;
}

.cgal_ctb {
    margin-top: 55px;
}

.cgallc_wrapper {
    padding-bottom: 20px;
}

.cgallc_slide .cgallc_slidea {
    box-shadow: 0 0 10px rgba(0, 28, 55, 0.17);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.cgallc_slideaimg {
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.cgal_slide{
    height: auto;
}
.cgallc_slideaimg img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cgallc_slideatxt {
    padding: 25px 30px 20px;
}

.cgallc_slideatxt_h {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cgallc_slideatxt_p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #868686;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cgallc_slideatxt_p.cgallc_slideatxt_ps{
    -webkit-line-clamp: 1;
}
.cgallc_slideatxt_p b{
    font-weight: 700;
    color: #222;
}
.cgallc_slideatxt_more {
    margin-top: 22px;
}
.cgallc_slideatxt_more span{
    font-size: 14px;
    color: #868686;
}

.cgallc_slideatxt_more b {
    padding-left: 10px;
    font-size: 12px;
    color: #e89d00;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cgallc_slideatxt_more b a{
    color: #fff;
    font-size: 14px;
}
.xxhd .cgallc_slideatxt_more b{
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: #fff;
width: 80px;
background-color:#e89d00 ;
padding: 10px;
border-radius: 5px;
}
.cgallc_slideatxt_more b.on{
    background-color:#e1e1e1 ;
}

.cgallc_slide .cgallc_slidea:hover .cgallc_slideaimg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cgallc_slide .cgallc_slidea:hover .cgallc_slideatxt_h {
    color: #e89d00;
}

.cgallc_slideatxt_more:hover b {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
}


/* 关于我们 */

.gywm {
    padding: 100px 0;
    background-color: #f5f8fb;
}
.gywmr_video{
    padding-left: 5%;
}
.gywmbox>div {
    width: 50%;
}
.gywml{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gywml_ct {
    margin-top: 80px;
}

.gywml_ct pre {
    font: 16px Arial, "Microsoft Yahei";
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    /* margin-bottom: 20px; */
    line-height: 26px;
    color: #333;
}

.gywmr {
    /*    padding: 0 50px;*/
}

.gywmr_img {
    height: 100%;
    overflow: hidden;
}

.gywmr_img img {
    width: 100%;
}

.gywmct {
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.gywmct .gywmct_item {
    position: relative;
    flex: 1;
    padding: 0 20px;
    height: 225px;
}

.gywmct_item::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 135px;
    background-color: rgba(0, 0, 0, 0.1);
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
}

.gywmct .gywmct_item:last-child::before {
    display: none;
}

.gywmct_itembox {
    width: 100%;
    text-align: center;
}

.gywmct_item_i i {
    font-size: 46px;
    color: #e89d00;
}

.gywmct_item_s span {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    font-family: shuzien;
    text-transform: uppercase;
    font-weight: 700;
}

.gywmct_item_s sup {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.gywmct_item_p {
    height: 50px;
    font-size: 16px;
    color: #999999;
}


/* 新闻资讯 */

.xwzx {
    padding: 100px 0;
}

.xwzxbox_l {
    width: 63%;
    padding-right: 4.5%;
    border-right: 1px solid #e1e1e1;
}

.xwzxbox_ltle .xwzxbox_ltle_l {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.xwzxbox_ltle .xwzxbox_ltle_r {
    font-size: 14px;
    color: #999999;
}

.xwzxbox_ltle .xwzxbox_ltle_r:hover {
    color: #e89d00;
}

.xwzxbox_ltw .xwzxbox_ltwa {
    padding: 24px 0;
    border-bottom: 1px dashed #e1e1e1;
}

.xwzxbox_ltwa_img {
    width: 25.5%;
    overflow: hidden;
}

.xwzxbox_ltwa_img img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwzxbox_ltwa_txt {
    flex: 1;
    padding-left: 25px;
}

.xwzxbox_ltwa_txth {
    font-size: 18px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwzxbox_ltwa_txtp {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.xwzxbox_llb {
    margin-top: 20px;
}

.xwzxbox_llb .xwzxbox_llba {
    width: 50%;
    padding: 15px 0;
    padding-right: 25px;
}

.xwzxbox_llba span {
    width: 6px;
    height: 6px;
    background-color: #e89d00;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.xwzxbox_llba h6 {
    flex: 1;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwzxbox_llba:hover h6 {
    color: #e89d00;
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
}

.xwzxbox_ltw .xwzxbox_ltwa:hover .xwzxbox_ltwa_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.xwzxbox_ltw .xwzxbox_ltwa:hover .xwzxbox_ltwa_txth {
    color: #e89d00;
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
}

.xwzxbox_r {
    width: 37%;
    padding-left: 4.5%;
    padding-right: 25px;
}

.xwzxbox_r_tu {
    margin-top: 20px;
}

.xwzxbox_r_tu .xwzxbox_r_tua {
    overflow: hidden;
}

.xwzxbox_r_tu {
    overflow: hidden;
}

.xwzxbox_r_tua img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xwzxbox_r_tua:hover {}

.xwzxbox_r_lista span {
    width: 6px;
    height: 6px;
    background-color: #e89d00;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.xwzxbox_r_list {
    margin-top: 15px;
}

.xwzxbox_r_list .xwzxbox_r_lista {
    padding: 12px 0;
}

.xwzxbox_r_lista h6 {
    flex: 1;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwzxbox_r_lista:hover h6 {
    color: #e89d00;
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
}

.xwzxbox_r_lista b {
    margin-left: 20px;
    font-size: 14px;
    color: #b7b7b7;
}

@media screen and (max-width: 1600px) {
    /* banner */
    .banner_per,
    .banner_next {
        width: 60px;
        height: 60px;
        line-height: 58px;
    }
    .banner_per i,
    .banner_next i {
        font-size: 40px;
    }
    .banner_boxtxtp p {
        font-size: 50px;
    }
    .banner_boxtxth h2 {
        font-size: 50px;
    }
    .banner_boxtxtrm_y {
        width: 40px;
        height: 40px;
        line-height: 36px;
    }
    .banner_boxtxtrm_imgitem {
        width: 50px;
        height: 50px;
    }
    .banner_bdbox {
        width: 350px;
    }
    .banner_bdbox_tle {
        font-size: 16px;
    }
    .banner_bdbox_h span,
    .banner_bdbox_h b {
        font-size: 20px;
    }
    /*移民服务  */
    .syymfw_tleldw {
        font-size: 160px;
    }
    .syymfw_zw h3 {
        font-size: 40px;
    }
    .syymfw_tler {
        width: 60%;
    }
    .syymfw_tler_P {
        font-size: 16px;
        line-height: 24px;
    }
    .syymfw_slideatxt_h {
        font-size: 18px;
    }
    .syymfw_slideatxt_p span {
        font-size: 14px;
    }
    .syymfw_slideatxt_p {
        font-size: 14px;
        line-height: 20px;
    }
    .syymfw_slideatxtdw {
        width: 40px;
        height: 40px;
    }
    /* 入籍服务 */
    .hzrj_lboxct {
        font-size: 16px;
        line-height: 24px;
    }
    .hzrj_slidea_img {
        width: 100px;
        height: 100px;
    }
    .hzrj_slidea_h {
        font-size: 18px;
    }
    .hzrj_slidea_p {
        font-size: 14px;
        line-height: 20px;
    }
    /* 跨境服务 */
    .kjfw_slidea_txt {
        height: 40px;
        font-size: 14px;
    }
    /* 留学教育 */
    .lxjy_tleyw {
        font-size: 80px;
    }
    .lxjy_tledw_h h3 {
        font-size: 40px;
    }
    .lxjy_ctldw_i {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
    .lxjy_ctldw_y {
        width: 120px;
        height: 120px;
    }
    .lxjy_ctr_h {
        font-size: 26px;
    }
    .lxjy_ctr_p {
        font-size: 14px;
        line-height: 22px;
    }
    .lxjy_ctr_ysh {
        font-size: 20px;
    }
    .lxjy_ysboxitemp {
        font-size: 12px;
    }
    /* 成功案例 */
    .cgal_ctta span {
        font-size: 16px;
    }
    .cgallc_slideatxt {
        padding: 20px 15px 20px;
    }
    .cgallc_slideatxt_h {
        font-size: 16px;
    }
    .cgallc_slideatxt_p {
        font-size: 14px;
        line-height: 20px;
    }
    .cgallc_slideatxt_more {
        margin-top: 15px;
        flex-wrap: wrap;
    }
    .cgallc_slideatxt_more span{
        font-size: 12px;
    }
    .xxhd .cgallc_slideatxt_more b{
        margin-top: 10px;
        padding: 5px 10px;
    }
    /* 关于我们 */
    .gywml_ct p {
        font-size: 16px;
        line-height: 24px;
    }
    .gywmct_item_s span {
        font-size: 30px;
    }
    .gywmct_item_i i {
        font-size: 40px;
    }
    .gywmct_item_p {
        font-size: 14px;
        line-height: 20px;
    }
    /* 新闻中心 */
    .xwzxbox_ltle .xwzxbox_ltle_l {
        font-size: 20px;
    }
    .xwzxbox_ltwa_txth {
        font-size: 16px;
    }
    .xwzxbox_ltwa_txtp {
        font-size: 14px;
        line-height: 20px;
    }
    .xwzxbox_llba h6 {
        font-size: 14px;
    }
    .xwzxbox_r_lista h6 {
        font-size: 14px;
    }
    .xwzxbox_r_list .xwzxbox_r_lista {
        padding: 8px 0;
    }
    .gywm,
    .xwzx,
    .cgal{
        padding: 80px 0;
    }
    .gywml_ct{
        margin-top: 50px;
    }
    .lxyd{
        padding: 50px 0 80px;
    }
    .cgal_ctb{
        margin-top: 50px;
    }
}

@media screen and (max-width: 1400px) {
    /* banner */
    .banner_boxtxtp p,
    .banner_boxtxth h2 {
        margin-top: 10px;
        font-size: 40px;
    }
    .banner_boxtxtrm_txt {
        margin: 0 5px;
        font-size: 16px;
    }
    .banner_boxtxtrm_y {
        width: 36px;
        height: 36px;
        line-height: 32px;
    }
    .banner_boxtxtrm_imgitem {
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }
    /* 移民服务 */
    .syymfw_tleldw {
        font-size: 120px;
    }
    .syymfw_zw h3 {
        font-size: 36px;
    }
    .syymfw_slideatxtdw {
        width: 36px;
        height: 36px;
    }
    /* 留学教育 */
    .lxjy_tledw_h h3 {
        font-size: 36px;
    }
    .lxjy_tleyw {
        font-size: 60px;
    }
    .hzrj_l {
        padding-top: 110px;
        padding-right: 70px;
        padding-left: 90px;
    }
    .hzrj_r,
    .hzrj_l {
        height: 550px;
    }
    .hzrj_lboxct,
    .hzrj_lboxbtn {
        margin-top: 70px;
    }
    .gywm, .xwzx, .cgal{
        padding: 60px 0;
    }
    .gywml_ct pre{
        font-size: 14px;
    }
    .gywml_ct{
        margin-top: 30px;
    }
}

@media screen and (max-width: 1200px) {
    /* banner */
    .banner_bdbox {
        display: none;
    }
    .banner_per {
        left: 15px;
    }
    .banner_next {
        right: 15px;
    }
    /* 移民服务 */
    .syymfw_tler_P {
        font-size: 14px;
        line-height: 20px;
    }
    .syymfw {
        padding-top: 50px;
    }
    /* .syymfw_ct {
        margin-top: -90px;
    } */
    /* 联系引导 */
    /* .lxyd {
        padding: 180px 0 60px;
    } */
    /* 护照入籍 */
    .hzrj_l {
        padding-right: 50px;
    }
    .hzrj_r {
        height: 550px;
    }
    .hzrj_lboxct {
        margin-top: 60px;
    }
    .hzrj_lboxbtn {
        margin-top: 60px;
    }
    /* 跨境服务 */
    .kjfw {
        padding-top: 50px;
    }
    .kjfw_ct {
        margin-top: -65px;
    }
    /* 留学教育 */
    .lxjy {}
    .lxjy_ct {
        margin-top: 50px;
    }
    /*成功案例 */
    /* .cgal {
        margin-top: 65px;
    } */
    .cgal {
        padding: 30px 0 65px;
    }
    .cgal_ctb {
        margin-top: 35px;
    }
    /* 关于我们 */
    .gywm {
        padding-top: 65px;
    }

    .gywmbox>div {
        width: 100%;
    }
    .gywml_ct {
        margin-top: 30px;
    }
    .gywml_ct p {
        margin-bottom: 10px;
    }
    /* .gywmct {
        margin-top: -90px;
    } */
    .gywmct .gywmct_item {
        padding: 0 15px;
    }
    /* 新闻中心 */
    /* .xwzx {
        margin-top: 120px;
    } */
    .xwzxbox_l {
        padding-right: 3%;
    }
    .xwzxbox_r {
        padding-left: 3%;
        padding-right: 0;
    }
    .kjfw_ct {
        margin-top: 70px;
    }
    .haiwaifc {
        padding: 50px 0 0px 0;
    }
    /* banner */
    /* .banner_boxtxt {
        display: none;
    } */
    .gywmbox{
        flex-wrap: wrap;
    }
    .gywmbox>div{
        width: 100%;
    }
    .gywmr_video{
        padding: 0;
        margin-top: 30px;
    }
    .foot{
        margin: 0;
    }
    .foot_trl_sysitem img{
        width: 65px;
    }
   
    .foot_trl_sysitem{
        margin-right: 10px;
    }
    .foot_trl_sysitem p{
        display: none;
    }
    
}

@media screen and (max-width: 992px) {
    .banner_next {
        display: none !important;
    }
    .banner_per {
        display: none !important;
    }
    .banner .swiper-pagination.swiper-pagination {
        bottom: 10px !important;
    }
    .banner .swiper-pagination span.swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }
    /* 移民服务 */
    .syymfw_tleldw {
        left: 0;
    }
    .syymfw_tle {
        flex-wrap: wrap;
    }
    .syymfw_tle>div {
        width: 100%;
    }
    /* .syymfw_ct {
        margin-top: -110px;
    } */
    .syymfw_tlerbox {
        margin-top: 50px;
    }
    .syymfw_tlerbox .syymfw_tlerboxa {
        width: 32%;
        margin-left: 2%;
        justify-content: center;
    }
    .syymfw_tlerbox .syymfw_tlerboxa:first-child {
        margin-left: 0;
    }
    .syymfw_tlerboxa_txth {
        font-size: 16px;
    }
    /* 移民服务
     */
    .hzrj_l {
        height: auto;
        display: flex!important;
    }
    .hzrj {
        display: flex!important;
    }
    .hzrj_l,
    .hzrj_r {
        float: none;
    }
    .hzrj_lboxbtn {
        margin-top: 20px;
        justify-content: center;
    }
    .syymfw_tleldw {
        font-size: 95px;
        left: 50%;
        transform: translate(-50%, -50%);
        corlor: rgba(0, 0, 0, .4) 1px solid;
    }
    .syymfw_tlerboxa.on {
        border: rgba(0, 0, 0, .5) 1px solid;
    }
    .syymfw_tlel {
        text-align: center;
    }
    .syymfw_zw.on h3 {
        font-size: 30px;
    }
    .syymfw_tler_P {
        font-size: 14px;
    }
    .syymfw_tler {
        margin-top: 30px;
    }
    .syymfw_tlerbox {
        flex-wrap: wrap;
    }
    .syymfw_slide {
        padding: 5px;
    }
    /* .syymfw_ct {
        margin-top: -100px;
    } */
    .syymfw_tlerbox .syymfw_tlerboxa:first-child {
        margin-left: 2%;
    }
    .syymfw_tlerbox .syymfw_tlerboxa {
        width: 31%;
    }
    .syymfw_tlerbox .syymfw_tlerboxa::before {
        display: none;
    }
    .syymfw_slide .syymfw_slidea {
        padding: 5px;
    }
    .syymfw_slideatxt_h {
        font-size: 16px;
    }
    .syymfw_slideatxt_p {
        margin-top: 5px;
        font-size: 12px;
    }
    .syymfw_tlerbox {
        margin-top: 30px;
    }
    /* .syymfw_tlerboxa_img {
        display: none;
    } */
    /* 护照入籍 */
    .hzrj {
        flex-wrap: wrap;
    }
    .hzrj>div {
        width: 100%;
    }
    .hzrj_l {
        padding: 60px 20px 30px !important;
    }
    .hzrj_lboxct {
        margin-top: 40px;
        text-align: center;
    }
    .hzrj_lboxbtn {
        margin-top: 20px;
        /*        justify-content: flex-end;*/
    }
    .hzrj_r {
        height: 500px;
    }
    /* 留学教育 */
    .lxjy_ct {
        flex-wrap: wrap;
    }
    .lxjy_ct>div {
        width: 100%;
    }
    .lxjy_ctl_tu {
        height: 200px !important;
    }
    .lxjy_ctldw_y,
    .lxjy_ctldw_i {
        display: none;
    }
    .lxjy_ctr {
        padding-left: 0;
    }
    .lxjy_ctr_h {
        padding-top: 20px;
    }
    .lxjy_ctr_more {
        margin: 20px 0 0;
    }
    /* .cgal {
        margin-top: 40px;
    } */
    /* 关于我们 */
    .gywml_ct p {
        font-size: 14px;
        line-height: 22px;
    }
    .gywmct_item_p {
        font-size: 12px;
        line-height: 18px;
    }
    .gywmct .gywmct_item {
        height: 170px;
    }

    /* 新闻中心 */
    /* .xwzx {
        margin-top: 80px;
    } */
    .xwzxbox {
        flex-wrap: wrap;
    }
    .xwzxbox>div {
        width: 100%;
    }
    .xwzxbox_l {
        border-right: 0;
    }
    .xwzxbox_r {
        margin-top: 30px;
        padding-left: 0;
    }
    .syymfw_slide {
        padding: 15px 15px 30px 15px;
    }
    .gywm, .xwzx, .cgal{
        padding: 55px 0;
    }
    .foot_trl:last-child{
        display: none;
    }
}
.banner_slideitem {
    position: relative;
    overflow: hidden; /* 隐藏超出部分的视频 */
}

.banner_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持视频的宽高比，并使视频完全覆盖容器 */
}


@media screen and (max-width: 768px) {
   .banner_boxtxtyw {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
   }
   .banner .banner_boxtxtp p {
    text-align: center;
    font-size: 22px !important;
    margin-top: 0 !important;
   }

   .banner .banner_boxtxth h2 {
    margin-top: 40px;
    text-align: center;
    font-size: 24px !important;
    line-height: 32px;
   }


    .syymfw_tlerboxa_img img {
        margin: 0 auto 5px auto;
    }
    .syymfw_tlerboxa_txth {
        font-size: 14px;
    }
    .syymfw_tlerbox .syymfw_tlerboxa {
        padding: 10px 5px 7px 5px;
    }
    /* 联系引导 */
    .lxyd {
        padding: 30px 0 50px;
    }
    .lxyd a {
        width: 50% !important;
    }
    .lxyd_dy span {
        font-size: 12px;
    }
    .lxyd_tel span {
        font-size: 12px;
    }
    .lxyd_tel i {
        font-size: 12px;
    }
    /*护照入籍 */
    .hzrj_slide .hzrj_slidea {
        padding: 0 5%;
    }
    .hzrj_slidea_h {
        font-size: 16px;
    }
    .hzrj_slidea_p {
        font-size: 12px;
    }
    .hzrj_r {
        height: 460px;
    }
    /* 跨境服务 */
    .kjfw_slide .kjfw_slidea {
        padding: 20px 5px 5px;
    }
    .kjfw_slide {
        padding: 0;
    }
    .kjfw_slidea_img img {
        width: 70px;
    }
    .kjfw_slidea_txt {
        font-size: 14px;
        height: 30px
    }
    .kjfw {
        height: auto;
    }
    .haiwaifc {
        padding: 30px 0 0 0;
    }
    .hwfc_slidea_txt {
        font-size: 14px;
    }
    /* 留学教育 */
    .lxjy {
        margin-top: 0px;
    }
    .lxjy_ct {
        margin-top: 45px;
    }
    .lxjy_tleyw {
        font-size: 35px;
    }
    .lxjy_tledw_h h3 {
        font-size: 30px;
    }
    .lxjy_ctr_h {
        font-size: 22px;
    }
    .lxjy_ctr_p {
        font-size: 12px;
        line-height: 20px;
    }
    .lxjy_ctr_ysbox {
        flex-wrap: wrap;
    }
    .lxjy_ctr_ysbox>div {
        width: 49%;
        margin-bottom: 10px;
        margin-right: 2%;
        padding: 20px 10px;
    }
    .lxjy_ctr_ysbox>div:nth-child(2n) {
        margin-right: 0;
    }
    .lxjy_ysboxitemi i {
        font-size: 30px;
    }
    .lxjy_ctr_more {
        padding-left: 10px;
    }
    /* 成功案例 */
    .cgal_ctt .cgal_ctta {
        height: 50px;
    }
    .cgal_ctta i {
        font-size: 18px;
    }
    .cgal_ctta.on span {
        font-size: 14px;
        padding-left: 5px;
    }
    .cgallc_slideatxt {
        padding: 15px 10px 15px;
    }
    .cgallc_slideatxt_h {
        font-size: 14px;
    }
    .cgallc_slideatxt_p {
        font-size: 12px;
    }
    .cgallc_slideatxt_more {
        margin-top: 10px;
    }
    /* 关于我们 */
    .gywml_ct p {
        font-size: 12px;
        line-height: 20px;
    }
    .gywml_ct {
        margin-top: 35px;
    }
    .gywmct {
        flex-wrap: wrap;
    }
    .gywmct .gywmct_item {
        flex: none;
        width: 50%;
    }
    .gywmct_item::before {
        height: 100%;
    }
    .gywmct .gywmct_item:nth-child(-n +2) {
        border-top: 0;
    }
    .gywmct .gywmct_item {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .gywmct_item_i i {
        font-size: 30px;
    }
    .gywmct_item_s span {
        font-size: 20px;
    }
    .gywmct_item_s sup {
        font-size: 14px;
    }
    .gywmct .gywmct_item {
        height: 140px;
    }
    /* .gywmct {
        margin-top: -120px;
    } */
    /* 新闻中心 */
    /* .xwzx {
        margin-top: 135px;
    } */
    .xwzxbox_ltw .xwzxbox_ltwa {
        padding: 15px 0;
    }
    .xwzxbox_ltwa_txt {
        padding-left: 10px;
    }
    .xwzxbox_ltwa_txtp {
        margin-top: 5px;
        font-size: 12px;
    }
    .xwzxbox_ltwa_img {
        width: 30%;
    }
    .xwzxbox_llb .xwzxbox_llba {
        padding: 6px 0;
        padding-right: 15px;
    }
    .xwzxbox_r_list .xwzxbox_r_lista {
        padding: 5px 0;
    }
    .hzrj_lboxct {
        font-size: 14px;
    }
    .hzrj_lboxct {
        margin-top: 30px;
    }
    .hzrj_slidea_img {
        width: 80px;
        height: 80px;
    }
    .syymfw_tle>div {
        width: 100%;
        justify-content: center;
    }
    .kjfw .syymfw_tle>div {
        flex-direction: column;
    }
    .syymfw_tler_btn {
        justify-content: center;
        margin-top: 20px;
    }
    .kjfw_ct {
        margin-top: 60px;
    }
    .lxjy_ctr_p p {
        font-size: 14px;
        line-height: 26px;
    }
    .gywml_ct pre {
        font: 14px Arial, "Microsoft Yahei";
    }
    .xwzxbox_r {
        display: none;
    }
    .xwzx {
        padding-bottom: 50px;
    }
    .lxjy {
        padding-top: 35px;
    }
    .syymfw .swiper-pagination {
        display: block !important;
    }
    .lxjy_tledw_t{
        font-size: 12px;
        margin-top: 5px;
      
    }
 .syymfw_ct{
    position: relative;
    padding-bottom: 24px;
 }
 .syymfw_ct .swiper-container{
    position: static;
 }
 .syymfw .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: -6px;
 }
}

@media screen and (max-width:500px) {
    /*
.hzrj_lboxbtn {
    margin-top: 20px;
    justify-content: flex-start;
}
*/
    .cgal_ctta i {
        display: none;
    }
    .cgal_ctta span {
        font-size: 14px;
        padding: 0;
        text-align: center;
    }
    .cgal_ctta.on span {
        padding: 0;
    }
}

@media screen and (max-width: 420px) {
    .lxyd_tel i {
        font-size: 18px;
        color: #e89d00;
        margin-top: -4px;
        background: #fff;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
}

.banner .swiper-pagination span.swiper-pagination-bullet {
    background-color: #fff;
}

.swiper-pagination-bullet {
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #e89d00;
}

.banner .swiper-pagination span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.banner .swiper-pagination.swiper-pagination {
    bottom: 36px;
}

.banner .banner_boxtxtp p {
    font-size: 40px;
}

.banner .banner_boxtxtp {
    margin-bottom: 20px;
}
.xgplayer-skin-default .xgplayer-poster{
    z-index:9 !important;
}
.xgplayer-skin-default .xgplayer-start{
    z-index:10 !important;
}
.xgplayer-skin-default{
    overflow: hidden;
}