@charset "utf-8";
div,ul {
    box-sizing: border-box;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
.studySection-box {

}
.studySection_tit {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 32px;
    padding-top: 50px;
}
.studySection_tit img {
    width: 48px;
    height: 30px;
}
.studySection_tit span {
    color: #F45A53;
}
.studySection_tit div {
    margin: 0 8px;
}
/*公共列表*/
.studysection_list {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    margin-top: 32px;
}
.studysection_list .list_nav {
    display: flex;
    background: #fff;
    height: 64px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.1);
    border-radius: 8px 8px 0 0;
    padding: 12px 22px 12px 32px;
    position: relative;
}
.studysection_list .list_more {
    position: absolute;
    top: 22px;
    right: 14px;
    color: #F45A53;
    font-size: 14px;
    cursor: pointer;
}
.studysection_list .list_nav li {
    margin-right: 24px;
    font-weight: bold;
}
.studysection_list .list_nav li a{
    color: #333;
    text-align: center;
    font-size: 14px;
}
.studysection_list .list_nav li a div:nth-child(1) {
    margin-bottom: 3px;
}
.studysection_list .studysection_list_info {
    background: #ffffff;
    padding: 24px 32px;
    height: 336px;
}
.studysection_country_list .studysection_list_info{ /*国家列表*/
    height: 424px;
}
.studysection_list .studysection_list_info ul{
    flex: 1;
}
.studysection_list .studysection_list_info ul:nth-child(1){
    margin-right: 90px;
}
.studysection_list .studysection_list_info li {
    background-image: url(/static/images/index/main-img.png);
    background-repeat: no-repeat;
    padding-left: 10px;
    margin-bottom: 25px;
    transition: all 0s;
    margin-left: 3px;
    text-align: left;
}

.studysection_list .studysection_list_info li:hover {
    background-image: url(/static/images/index/main-img.png);
    background-position: 0% -14px;
}
.studysection_list .studysection_list_info li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    margin-right: 0px;
    overflow: hidden;
    color: #666;
    min-height: 15px;
}
.studysection_list .studysection_list_info li a span {
    width: 100%;
    -webkit-line-clamp:1;
    overflow: hidden;
    text-overflow:ellipsis;
    word-break:break-all;
    display:-webkit-box;
    -webkit-box-orient:vertical;
}
.studysection_list .studysection_list_info li a:hover {
    color: #f6594e;
}
.list_curBg {
    background: #F45A53;
    height: 3px;
    position: absolute;
    bottom: -3px;
    width: 40px;
    left: 0px;
    z-index: 0;
}
.list_on a {
    transition: all .2s;
    color: #F45A53 !important;
}
.studySection_list_info-more {
    display: block;
    margin: 0 auto;
    margin-top: 12px;
    width: 118px;
    height: 40px;
    border: 1px solid #666666;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}
.studySection_list_info-more:hover {
    border: 1px solid #F45A53;
    color: #F45A53;
}



/*背景图顶部*/
.title_img {
    height: 403px;
    position: relative;
}
.title_img .background_img {
    background-image: url("/static/images/studysection/zxxBack1.png") ;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}
.title_img .background_img_country {
    background-image: url("/static/images/studysection/zxxBack2.png");
}
.title_img .background_img h6 {
    color: #fff;
    font-size: 80px;
    text-align: center;
    padding-top: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}
.title_img .background_img .title_info {
    background: #1E4686;
    border-radius: 100px;
    max-width: 1036px;
    padding: 13px 60px;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.title_img .background_img .title_info_country {
    background: #3D3CA5;
}
.studySection_nav {
    position: absolute;
    width: 1180px;
    height: 80px;
    font-size: 22px;
    color: #333;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0, .2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    z-index: 1;
    bottom: -40px;
    left: 50%;
    margin-left: -590px;
    justify-content: space-around;
    padding: 0 73px;
}
.studySection_nav_fixed {
    position: fixed;
    width: 100%;
    border-radius:0;
    z-index: 3;
    top: 0;
    left: 0;
    margin: 0;
    box-shadow: 0 0 12px rgba(0,0,0, .2);
}
.studySection_nav a {
    cursor: pointer;
}
.curBg {
    background: #F45A53;
    height: 3px;
    position: absolute;
    bottom: -3px;
    width: 40px;
    left: 0px;
    z-index: 0;
}
.on {
    color: #F45A53;
}

/*适合人群*/
.studySection_suit {
    min-height: 400px;
    background: #fff;
    margin-bottom: 30px;
}
.studySection_suit .suit_info-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.studySection_suit .suit_info-box .suit_info {
    width: 370px;
    background-image: url("/static/images/studysection/Rectangle.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 32px;
    transition: all .3s;
}
.studySection_suit .suit_info-box .suit_info_act {
    border-radius: 10px;
    box-shadow: 0px 0px 8px #D1D1D1;
}
.studySection_suit .suit_info-box .suit_info img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.studySection_suit .suit_info-box .suit_info .suit_info_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.studySection_suit .suit_info-box .suit_info .suit_info_tit div:nth-child(1) {
    font-size: 24px;
    color: #F45A53;
}
.studySection_suit .suit_info-box .suit_info .suit_info_tit div:nth-child(2) {
    font-size: 30px;
    color: #333333;
}
.studySection_suit .suit_info-box .suit_info .suit_info_con {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
/*申请条件*/
.studySection_condition {
    background: #F3F3F5;
    height: 830px;
}
.studySection_condition_country {
    height: 850px;
}
.studySection_condition .condition_back {
    background-image: url("/static/images/studysection/condition.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}
.studySection_condition .condition_item {
    display: flex;
    background: #fff;
    width: 1180px;
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 32px;
}
.studySection_condition .condition_item img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.studySection_condition .condition_item div {
    padding: 14px 0;
}
.studySection_condition .condition_item div:nth-child(1) {
    display: flex;
    align-items: center;
    width: 140px;
    background: #F45A53;
    justify-content: center;
    color: #fff;
    border-radius: 5px 0 0 5px;
}
.studySection_condition .condition_item div:nth-child(2) {
    flex: 1;
    padding-left:20px;
    padding-right:20px;
    line-height: 22px;
}
/*申请流程*/
.studySection_flow .studySection_flow_info {
    width: 1180px;
    margin: 0 auto;
}
.studySection_flow .studySection_flow_info img {
    width: 1180px;
    margin-top: 13px;
}
.studySection_flow .studySection_flow_info .flow_info_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.studySection_flow .studySection_flow_info .flow_info_box .flow_info_tit {
    background-image: url("/static/images/studysection/flowback.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 380px;
    height: 320px;
}
.studySection_flow .studySection_flow_info .flow_info_box .flow_info_tit div:nth-child(1) {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin: 16px 0 8px 0;
}
.studySection_flow .studySection_flow_info .flow_info_box .flow_info_tit div:nth-child(2) {
    text-align: center;
    width: max-content;
    min-width: 100px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    margin: 0 auto;
}
.studySection_flow .studySection_flow_info .flow_info_box .flow_info_tit pre {
    margin: 24px;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
}
/*申请费用*/
.studySection_expense .studySection_expense_tit {
    width: 1180px;
    height: 60px;
    background: #FFA058;
    border-radius: 3px 3px 0 0;
    display: flex;
    margin: 0 auto;
}
.studySection_expense .studySection_expense_tit div {
    width: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}
.studySection_expense .studySection_expense_tit pre {
    width: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #ffffff;
}
.studySection_expense .info{
    border: 1px solid #E5E5E5;
    height: auto;
    background: #fff;
    border-radius: 0;
}
.studySection_expense .info pre{
    font-size: 14px;
    padding: 24px;
    line-height: 25px;
    color: #333333;
    text-align: left;
    min-height: 238px;
}
.studySection_expense .info pre:nth-child(1){
    border-right: 1px solid #E5E5E5;
}
/*申请材料*/
.studySection_materials .studySection_materials_tit {

}
/*院校推荐*/
.studySection_recommend {
    background: #F3F3F5;
    /*min-height: 1238px;*/
}
.studySection_recommend .condition_back {
    background-image: url("/static/images/studysection/condition.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}
.studySection_recommend .studySection_recommend_info {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.studySection_recommend .studySection_recommend_info .info_box {
    width: 380px;
    height: 265px;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #ffffff;
}
.studySection_recommend .studySection_recommend_info .info_box:hover {
    box-shadow: 0px 0px 5px #D1D1D1;
}
.studySection_recommend .studySection_recommend_info .info_box .info_tit {
    padding: 24px;
    height: 128px;
    border-bottom: 1px solid #C4C4C4;
    display: flex;
    border-radius: 5px 5px 0 0;
}
.studySection_recommend .studySection_recommend_info .info_box .info_tit img {
    width: 80px;
    height: 80px;
    border: 1px solid #C4C4C4;
    margin-right: 23px;
    border-radius: 5px;
    object-fit: contain;
    display: block;
}
.studySection_recommend .studySection_recommend_info .info_box .info_tit .info_tit_r {
    flex: 1;
}
.studySection_recommend .studySection_recommend_info .info_box .info_tit .info_tit_r div:nth-child(1) {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 16px;
}
.studySection_recommend .studySection_recommend_info .info_box .info_tit .info_tit_r div:nth-child(2) span {
    display: inline-block;
    height: 24px;
    padding: 0 6px;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    background: #F45A53;
    border-radius: 4px;
    margin-right: 8px;
}
.studySection_recommend .studySection_recommend_info .info_box .info_con {
    padding: 24px;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
}
.studySection_recommend .studySection_recommend_info .info_box .info_con div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
}
.studySection_recommend_info-more {
    display: block;
    margin: 0 auto;
    margin-top: 12px;
    width: 160px;
    height: 40px;
    border: 1px solid #666666;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}
.studySection_recommend .studySection_recommend_info-more:hover {
    border: 1px solid #F45A53;
    color: #F45A53;
}
/*成功案例*/
.studySection_case .studySection_case_info {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.studySection_case .studySection_case_info .info_box {
    width: 220px;
    height: 320px;
    border: 1px solid #C4C4C4;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.studySection_case .studySection_case_info .info_box div:nth-child(1) {
    flex: 1;
    overflow: hidden;
}
.studySection_case .studySection_case_info .info_box img {
    width: 100%;
    height: 100%;
}
.studySection_case .studySection_case_info .info_box div:nth-child(2) {
    padding: 10px 15px;
    font-size: 14px;
    background: #F45A53;
    color: #ffffff;
}
.studySection_case .studySection_case_info .info_box div:nth-child(2) span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 22px;
}
.studySection_case .studySection_case_info .swiper-wrapper {
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
}
.studySection_case .studySection_case_info .swiper-wrapper .swiper-slide {
    /*width: 100%;*/
    display: flex;
    justify-content: space-between;
}
.studySection_case .studySection_case_info .swiper-wrapper .swiper-slide .slide_box {
    display: flex;
    justify-content: space-between;
}

.studySection_goTop {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 13px;
    position: fixed;
    bottom: 160px;
    cursor: pointer;
    z-index: 1;
}
.studySection_goTop img {
    width: 16px;
    height: 8px;
    margin-bottom: 3px;
}

/*---------详情页-----------*/
.studySection-blog {
    background: #F8F8F8;
    background-image: url("/static/images/studysection/blogBg.png");
    background-repeat: no-repeat;
    background-size: 100% 516px;
}
.studySection-blog .studySection-blog_tit {
    width: 1200px;
    height: 145px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 20px;
    background-image: url("/static/images/studysection/blogMask.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 30px 21px 30px;
}
.studySection-blog .studySection-blog_tit .top {
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}
.studySection-blog .studySection-blog_tit .top img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
.studySection-blog .studySection-blog_tit .top span {
    color: #F6594E;
}
.studySection-blog .studySection-blog_tit .bottom {
    margin-top: 18px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666666;
}
.studySection-blog .studySection-blog_tit .bottom a {
    margin-left: 16px;
    padding: 6px 12px;
    background: #FFEFEF;
    color: #DC3529;
    border-radius: 6px;
}
.studySection-blog .studySection-blog_tit .bottom a:hover {
    background: #F6594E;
    color: #ffffff;
}
.studySection-blog .studySection-blog_info {
    width: 1200px;
    height: 442px;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 20px;
    background-image: url("/static/images/studysection/blogInfo.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.studySection-blog .studySection-blog_info .con {
    width: 371px;
    height: 402px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
}
.studySection-blog .studySection-blog_info .con:hover .con_tit {
    color: #F6594E;
}
.studySection-blog .studySection-blog_info .con:hover .con_btn {
    line-height: 46px;
}
.studySection-blog .studySection-blog_info .con .con_btn {
    display: block;
    width: 100%;
    height: 54px;
    position: absolute;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,.1);
    text-align: center;
    line-height: 54px;
    color: #F6594E;
    background: #ffffff;
    margin-left: -20px;
}
.studySection-blog .studySection-blog_info .con .con_tit {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
    display: inline-block;
    color: #333333;
}
.studySection-blog .studySection-blog_info .con .info {
    background: #FBFBF9;
    border-radius: 10px;
    padding: 12px 16px;
    line-height: 24px;
    color: #8A8A8A;
}
.studySection-blog .studySection-blog_info .con .info img {
    width: 100%;
}
.studySection-blog .studySection-blog_list {
    display: flex;
    justify-content: space-between;
}
.studySection-blog .studySection-blog_list .list {
    width: 820px;
    background: #fff;
    padding: 30px 10px 0 10px;
}
.studySection-blog .studySection-blog_list .list .list_box {
    width: 100%;
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.studySection-blog .studySection-blog_list .list .list_box h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}
.studySection-blog .studySection-blog_list .list .list_box p {
    width: 100%;
    max-height: 70px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
}
.studySection-blog .studySection-blog_list .list .detail_btn {
    display: block;
    font-size: 14px;
    color: #F6594E;
    margin-bottom: 10px;
    text-align: right;
}
.studySection-blog .studySection-blog_list .list .list_box:hover {
    background: #F9F9F8;
}
.studySection-blog .studySection-blog_list .list .list_box:hover h3 {
    color: #F6594E;
}