body {
    color: #292929;
}
/* banner style begin */

.banner {
    max-width: 1960px;
    height: 560px;
    margin: 0 auto;
    position: relative;
}

.banner .crumbs_nav {
    position: absolute;
    width: 100%;
}

.banner .crumbs_nav ul {
    max-width: 1180px;
    margin: 20px 0;
}

.banner .crumbs_nav li {
    position: relative;
    color: #fafafa;
    float: left;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 24px;
}

.banner .crumbs_nav li::after {
    content: ">";
    position: absolute;
    font-size: 20px;
    font-weight: normal;
    color: #fafafa;
    right: 0px;
    top: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.banner .crumbs_nav li:last-child {
    padding-right: 0;
}


.banner .crumbs_nav li:last-child::after {
    content: "";
}

.banner .crumbs_nav li a {
    color: #fafafa;
    font-size: 14px;
    font-weight: 400;
    line-height: 46px;
}

.banner .banner_pic img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: center;
    vertical-align: middle;
}

.banner_text {
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
    line-height: 64px;
    position: absolute;
    margin-top: 106px;
}

.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 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 h2 {
    font-size: 32px;
    font-weight: 400;
    color: #292929;
    margin-bottom: 30px;
}

.swiper-pagination {
    margin-top: 48px;
    position: relative;
}

.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 {
    height: 534px;
}

.card-toppic img {
    margin: 0 0 10px 0;
	width: 379px;
	height: 286px;
}

.card h3 {
    padding: 15px 20px;
}
.card h3 a{
    color: #292929;
}
.card p {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.card p a{
    color: #666666;
}

/* card 定义 end */

/* Top Card begin  */
.topCardList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-shrink: 0;
    margin-top: 15px;
}

/* Top Card end  */

/* 北京留学资讯 begin  */
.lxzx .section_header li {
    float: left;
}

.lxzx .section_header a{
    margin: 0 15px;
    padding-bottom: 20px;
    color: #8f9092;
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
}
.lxzx .section_header a.active {
    background: url(../../images/idp/ic_line.png) no-repeat left bottom;
}

.js_swlxzx {
    margin-top: 50px;
}
#lxzxTop {
    position: relative;
    width: 100%;
    height: 990px;
}

#lxzxTop .noPlace {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
}
#lxzxTop .topCardList{
    margin-bottom: 30px;
}

#lxzxTop .active{
    visibility: visible;
}
#lxzxTop .card h2 {
    background: url("../../images/idp/ic_arrow_tor.png") no-repeat right 20px center;
}
/* 北京留学资讯 end  */

/* 北京精彩案例 begin  */
.jcal {
    padding: 30px 0;
    background: linear-gradient(90deg, rgb(29, 29, 140) 0%, rgb(13, 104, 209) 100%);
}

.jcal h1 {
    color: white;
}
.jcal h2 {
    color: white;
}

.card-jcal {
    height: 375px;
    font-size: 12px;
    color: rgb(64, 64, 64);
}

.card-jcal .bold {
    font-size: 14px;
    font-weight: 400;
    color: rgb(24, 24, 24);
}

.card-jcal>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}



.card-jcal .top {
    height: 222px;
    padding: 40px 0 20px 0;
}

.card-jcal .top>img {
    display: block !important;
    height: 80px;
}


.card-jcal .top img {
    display: inline;
}

.card-jcal .bottom {
    background-color: rgb(238, 241, 245);
    height: 153px;
    padding: 30px 0;
}

.schIcon {
	height: 14px;
    width: 27px;
}

/* 北京精彩案例 end  */

/* 北京留学offer榜 begin  */
.offerlist {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
}

.offerlist .offer {
    width: 278px;
    height: 388px;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: space-around;
    background-color: white;

    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

/* 北京留学offer榜 end  */

/* 北京留学活动 begin  */
.card-huodong {
    height: 656px;
    background-color: rgb(242, 244,247);
}

.card-huodong>img {
    margin: 0 0 10px 0;
    width: 100%;
    height: 256px;
}

.card-huodong .bottom {
    box-sizing: border-box;
    width: 100%;
    height: 380px;
    padding: 15px 15px ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-huodong .bottom h2 {
    line-height: 24px;
}
.card-huodong .bottom img {
    display: inline;
}
.card-huodong .button {
    width: 330px;
    height: 50px;
    background: linear-gradient(90deg, rgb(207,52,61) 0%, rgb(239,137,51) 100%);
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    color: white;
    margin-top: 20px;
}
/* 北京留学活动 end  */

/* 北京留学政策  begin  */
.lxzc h1 {
    line-height: 52px;
    background: url(../../images/idp/ic_line_blue.png) no-repeat left bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.lxzc h2 {
    line-height: 52px;
    background: url(../../images/idp/ic_line_blue.png) no-repeat left bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.lxzc .links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.lxzc ul {
    display: block;
    color: #989898;
    line-height: 32px;
/*     width: 380px;
 */}
.lxzc li {
    list-style-type: disc;
    list-style-position: inside;
}

.lxzc a {
    color: #292929;
}
/* 北京留学政策  end  */

/* 北京留学顾问  begin  */
.lxgw  .fullCard {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.lxgw .info{
    padding-top: 58px;
}

.lxgw .name{
    font-weight: bold;
    font-size: 28px;
}

.lxgw .name span{
    font-weight: 400;
    font-size: 22px;
}
.lxgw .title{
    color: #919191;
}

.lxgw .location {
    display: flex;
    flex-direction: row;
    margin: 10px 0;
}
.lxgw .location img{
    margin-right: 10px;
}

.lxgw .button {
    width: 100px;
    height: 40px;
    background-color: #0085FA;
    border-radius: 20px;
    text-align: center;
    margin-top: 20px;
}
.lxgw .button a{
    line-height: 40px;
    color: white;
}
.lxgw .zhuanlan {
    width: 500px;
    padding-top: 30px;
}
.lxgw ul {
    color: #989898;
    line-height: 32px;
}
.lxgw li {
    list-style-type: disc;
    list-style-position: inside;
}

.lxgw a {
    color: #292929;
}
/* 北京留学顾问  end  */

/* 北京办公室 begin  */
.office .fullCard {
    display: flex;
    flex-direction: row;
    background-color: #F2F4F7;
    margin-bottom: 25px;
}
.office .info {
    margin: 50px 0 0 40px;
}
.office .name {
    color: #252BB5;
    font-size: 22px;
}
.office .info>div  {
    line-height: 24px;
    margin-bottom: 10px;
}
.office .info .location img {
    display: inline-block;
    padding-right: 15px;
    line-height: 24px;
}
.office .info .opentime img {
    display: inline-block;
    line-height: 24px;
    padding-right: 10px;
}
.office .button {
    width: 160px;
    height: 50px;
    border: #0085FA 1px solid;
    border-radius: 25px;
    text-align: center;
    margin-top: 30px;
}
.office .button a{
    line-height: 50px;
    color: #0085FA;
}
/* 北京办公室 end  */

/* 品牌 begin  */
.brand-card {
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 60px;
}
.brand-card img {
    margin: 32px 0 0px 0;
}
.brand-card .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.brand-card p {
    font-size: 20px;
    padding: 2px;
}
/* 品牌 end  */
/*横栏表单*/
.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;
}
