@charset "utf-8";
body {
    color: #292929;
    background-color: white;
}

.section .section_header li {
    float: left;
}

.section .section_header a {
    margin: 0 15px;
    padding-bottom: 20px;
    color: #8f9092;
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
}

.section .content>h1,
.section .section_header {
    padding-top: 40px;
}
.section .content>h4,
.section .section_header {
    padding-top: 40px;
}

/* banner style begin */

.banner {
    max-width: 1960px;
    height: 560px;
    margin: 0 auto 105px auto;
    position: relative;
}

.banner .banner_pic img {
    width: 100%;
    /* height: 560px; */
    object-fit: cover;
    object-position: center;
    vertical-align: middle;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    background-image: url("../../images/idp/ic_open.png");
    background-position: 50% 50%;
    background-size: 50%;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.2);
    transform: rotate(-90deg);
}

.banner .swiper-button-prev {
    transform: rotate(90deg);
}

.banner_text {
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
    line-height: 64px;
    position: absolute;
    margin-top: 106px;
}

.banner_sub_text {
    font-size: 32px;
    font-weight: 200;
    margin-top: 170px;
    line-height: 42px;
}

.banner .button {
    position: absolute;
    text-align: center;
    margin-top: 300px;
    width: 216px;
    height: 48px;
    border-radius: 24px;
    background: linear-gradient(90deg, rgb(207, 52, 61) 0%, rgb(239, 137, 51) 100%);
}

.banner .content>a {
    color: #fafafa;
    font-size: 14px;
    font-weight: 400;
    line-height: 46px;
    width: 100%;
}

.banner .content>a:hover .button {
    background: linear-gradient(90deg, rgb(239, 137, 51) 0%, rgb(239, 137, 51) 100%);
}

.banner .banner_cards {
    position: absolute;
    margin-top: 440px;
    width: 1180px;
    z-index: 2;
}

.banner_card {
    width: 380px;
    height: 226px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 15px 5px rgba(9, 9, 9, 0.2);
    border: solid 1px #d9d9d6;
}

.banner_cards a {
    color: #292929;
}

.banner_card img {
    margin: 20px;
}

.banner_card .title {
    font-weight: 500;
    font-size: 24px;
    margin: 10px;
}

.banner_card > h1 {
    line-height: normal;
}

    /* banner style end */
/* nav_tab style begin */
.nav_tab {
    margin: 20px 0;
    width: 100%;
    display: inline-block;
}

.nav_tab_warp {
    position: absolute;
    margin-left: 50%;
    left: -590px;
}

.navi_ul {
    position: relative;
}

.navi_ul>li>a {
    position: relative;
}

.nav_tablist>li {
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
}

.nav_tablist>li>a {
    color: #8f9092;
    margin: 0 15px;
    padding-bottom: 20px;
}

.nav_tablist>li.active>a {
    font-size: 28px;
    color: #292929;
    /* background: url(../../images/idp/ic_line.png) no-repeat center bottom; */
}

.navi_ul>li:hover a {
    color: #292929;
}

/* 二级菜单 */
.navi_layer {
    position: absolute;
    display: none;
    z-index: 1000;
    margin-left: -8px;
    left: 8px;
    width: 1180px;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 20px 25px 30px 25px;
    box-sizing: border-box;
}

.navi_ul li:hover .navi_layer {
    display: block !important;
}

.navi_content {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
}

.navic_l {
    flex: 1;
}

.navic_l ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.navic_l li {
    flex: 1;
    margin-right: 20px;
}

.navic_l_multiple li span {
    width: 100% !important;
}

.navic_l li span {
    margin-top: 10px;
    text-align: left;
    display: block;
    width: 170px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.navic_l li img {
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(21, 21, 21, 0.17);
}

.navic_l_multiple li img {
    width: 100%;
}

.navic_l li a:hover span {
    color: #047bef;
}

.navic_r {
    width: 230px;
}

.navR_ul {
    width: 100%;
    padding-left: 24px;
}

.navR_ul li {
    width: 100%;
    list-style-type: disc;
    font-size: 16px;
    font-weight: 400;
    color: #292929;
    line-height: 32px;
}

.navic_r li a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.navic_r h5 {
    color: #333;
    font-size: 16px;
    text-align: left;
    height: 35px;
    line-height: 35px;
}

.div_list a {
    float: left;
    margin-bottom: 8px;
    margin-right: 16px;
    color: #999;
    width: 100px;
    height: 30px;
    border-radius: 20px;
    border: 1px solid #999;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
}

.div_list a:nth-child(3n) {
    margin-right: 0;
}

.div_list a:hover {
    color: #fafafa;
    background: #008be6;
    border: 1px solid #008be6;
}

.navic_r li span {
    color: #333;
}

.navic_r li:hover a {
    color: #047bef;
    text-decoration: underline;
}

.navic_r li:hover {
    color: #047bef;
}

.large_navR {
    width: 885px;
    display: flex;
    justify-content: space-between;
}

/* 二级菜单 */

/* nav_tab style end */
/* sections style begin  */
.section {
    margin-top: 60px;
}

.section h1 {
    font-size: 32px;
    font-weight: 400;
    color: #292929;
    margin-bottom: 30px;
}
.section h4 {
    font-size: 32px;
    font-weight: 400;
    color: #292929;
    margin-bottom: 30px;
}

.swiper-pagination {
    margin-top: 48px;
    position: relative;
}

.button-next.disabled,
.button-prev.disabled {
    opacity: 0.3;
}

.button-prev {
    width: 40px;
    height: 40px;
    background-image: url("../../images/idp/ic_left.png");
    cursor: pointer;
}

.button-next {
    width: 40px;
    height: 40px;
    background-image: url("../../images/idp/ic_right.png");
    cursor: pointer;
}

.swiper-pagination-bullet {
    background: url(../../images/idp/ic_dot.png) no-repeat center;
    background-size: inherit;
    width: 15px;
    height: 15px;
}

.swiper-pagination-bullet-active {
    background: url(../../images/idp/ic_dot_ac.png) no-repeat center;
    background-size: inherit;
    width: 15px;
    height: 15px;
}

/* sections style end  */

/* card 定义 begin */
.fullCard {
    width: 100%;
    margin: 2px;
    box-sizing: border-box;
    overflow: hidden;
    height: 285px;
    background-color: white;

    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 8px;
}

.card {
    width: 380px;
    overflow: hidden;
    background-color: white;

    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 8px;
}

.card-nopic {
    height: 340px;
}

.card-nopic h2 {
    padding: 0 20px;
    line-height: 72px;
    color: #F9F9FC;
}

.card-toppic {
    margin-right: 20px;
    height: 534px;
}

.card-toppic img {
    margin: 0 auto 10px auto;
    width: 380px;
    height: 286px;
}

.card h3 {
    padding: 15px 20px;
}

.card p {
    padding: 20px 20px;
    font-size: 14px;
}

.topCardList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-shrink: 0;
    margin-top: 15px;
}

.topcards .card {
    background-color: #F2F3F7;
}

.topcards .card h2 {
    padding: 0 20px;
    line-height: 72px;
}

.topcards .card .button {
    width: 182px;
    height: 48px;
    margin: 0 20px;
    border-radius: 24px;
    text-align: center;
    background: linear-gradient(90deg, rgb(29, 29, 140) 0%, rgb(13, 104, 209) 100%);
}

.topcards .card>a {
    color: white;
    line-height: 48px;
}

.topcards .card>a:hover .button {
    background: rgb(13, 104, 209);
}

/* card 定义 end */

/* 学习心得 begin  */
.xxxd .video_card {
    width: 380px;
    height: 284px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.xxxd .video_card p {
    color: white;
    font-weight: 400;
    font-size: 24px;
    position: absolute;
    left: 20px;
    bottom: 30px;
}

.xxxd a .video_button {
    transition: all 300ms ease-in-out;
}

.xxxd a .video_button {
    visibility: hidden;
    opacity: 0;
}

.xxxd a:hover .video_button {
    visibility: visible;
    opacity: 1;
}

/* 学习心得 end  */

/* 国家地区 begin  */
.gjdq .pagination {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 30px;
}

.gjdq .pagination>div {
    margin-left: 8px;
}

.gjdq .topCardList {
    width: 50%;
    justify-content: space-around;
}

.gjdq .topCardList a {
    display: block;
    position: relative;
}
.gjdq .topCardList a::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0,.3);
    border-radius: 8px;
}
.gjdq .topCardList a img{
    width: 280px;
    height: 210px;
    border-radius: 8px;
}

.gjdq .topCardList p {
    color: white;
    font-weight: 400;
    font-size: 24px;
    position: absolute;
    left: 20px;
    bottom: 30px;
    z-index: 1;
}

/* 国家地区 end  */
/* 留学要闻 begin  */
.lxyw {
    background-color: #F2F3F7;
}

.lxyw h3 {
    color: #292929;
}

.lxyw .card p {
    padding-top: 5px;
    padding-bottom: 0;
    line-height: 25px;
    height: 100px;
    overflow:hidden;
    text-overflow: ellipsis;
}

.lxyw .news {
    width: 100%;
    margin-top: 40px;
}

.lxyw .news_block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.lxyw .news_block li {
    list-style-type: disc;
    list-style-position: inside;
    margin-right: 15px;
}
.lxyw .news_block li:nth-child(3n),.card-toppic:nth-child(3n) {
    margin-right: 0;
}

.lxyw .news_block li a {
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    width: 358px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

.viewmore {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
    line-height: 25px;
}

.viewmore a {
    line-height: 30px;
    color: #118DF8;
}

/* 留学要闻 end  */
/* 专业推荐 begin  */
.rmzy_card {
    margin-right:20px ;
    width: 380px;
    height: 280px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    /* background-color: red; */
    padding-bottom: 50px;
    transition: all 300ms ease-in-out;
}

.rmzy_card:nth-child(3n){
    margin-right: 0;
}

.rmzy_card.active {
    box-shadow: 0px 0px 15px 5px rgba(9, 9, 9, 0.2);
}

.rmzy_card img {
    padding: 20px;
}

.rmzy_card .title {
    color: #292929;
    font-size: 18px;
    font-weight: 400;
}

.rmzy_card a {
    font-size: 14px;
    color: #8f9092;
}

.rmzy_card a:hover {
    color: #292929;
}

.rmzy .viewmore .button {
    width: 330px;
    height: 48px;
    border-radius: 24px;
    color: white;
    line-height: 49px;
    text-align: center;
    background: linear-gradient(90deg, rgb(29, 29, 140) 0%, rgb(13, 104, 209) 100%);
}

/* 专业推荐 end  */
/* 入读名校 begin  */
.rdmx .icon {
    width: 240px;
    height: 120px;
    margin: 20px;
    background: no-repeat center;
    background-size: cover;
    transition: all 300ms ease-in-out;
}

.rdmx .icon.active {
    box-shadow: 0px 0px 15px 5px rgba(9, 9, 9, 0.2);
}

/* 入读名校 end  */
/* 提交申请 begin  */
.tjsq {
    background: url(../../images/idp/form_left.jpg) no-repeat left center #F2F3F7;
    background-size: contain;
}

.form{
    padding-left: 20px;
    width: 576px;
    background-color: #F2F3F7;
}

/* 提交申请 end  */
/* 主办合作 begin  */
.hezuo {
    margin-top: 0;
    background-color: #e6e7eb;
}

.footer-aboutus {
    padding: 84px 0 81px 0;
    width: 100%;
}

.footer-aboutus-content {
    width: 1180px;
    margin: 0 auto;
}

.footer-aboutus-content h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px
}

.footer-aboutus-content-left,
.footer-aboutus-content-right {
    width: 580px;
}

.ieltsSponsor {
    margin-bottom: 28px
}

.ieltsSponsor li {
    float: left;
    margin-right: 20px
}

.ieltsSponsor li:last-child,
.otherBrand li:last-child,
.cooperation li:last-child {
    margin-right: 0;
}

.otherBrand li {
    float: left;
    margin-right: 20px;
}

.cooperation {
    margin: 0
}

.cooperation li {
    float: left;
    margin-right: 20px;
}

.cooperation img,
.otherBrand li img,
.ieltsSponsor li img {
    margin: 0 auto;
    display: block;
    /* background-color: #cccccc;
    width: 180px;
    height: 94px; */
}

.cooperation p {
    font-size: 12px;
    color: #999;
    margin-top: 8px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cooperation a:hover {
    text-decoration: none
}

/* 主办合作 end  */

/* popup begin */
#popup_lxcp {
    color: white;
}

#popup_lxcp .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../../images/idp/popup_lxcp.png");
    border-radius: 8px;
    overflow: hidden;
}

#popup_lxcp h1 {
    color: white;
}

#popup_lxcp h4 {
    color: white;
}

#popup_lxcp .content {
    position: absolute;
    top: 50px;
    left: 335px;

}

.modal {
    width: 650px;
    max-width: 650px;
    height: 360px;
    max-height: 360px;
    border-radius: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0);
}

.blocker {
    z-index: 2;
}

.modal a.close-modal {
    top: -38px;
    right: 10px;
    width: 22px;
    height: 22px;
    background-image: url("../../images/idp/ic_close.png");
}

.modal video {
    width: 100%;
    height: 100%;
}

/* popup end */
