/*筑梦计划公共模块*/

.m-inner-banner {
    display: none;
}

.inner-bg {
    background: #f9faff;
}

.inner-title {
    text-align: center;
}

.inner-title h3 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 6px;
    margin-left: 6px;
}

/*.inner-title p,*/
.inner-title h4 {
    font-size: 18px;
    color: #999999;
    font-family: "MicrosoftYaHei";
    font-weight: normal;
}
.inner-title p{
    color: #dc6418;
    font-size: 18px;
    font-family: "MicrosoftYaHei";
    font-weight: bold;
    text-transform: uppercase;
}

.dream-nav {
    position: relative;
    height: 78px;
    line-height: 78px;
    top: -39px;
    background: #FFFFFF;
    display: flex;
    display: -webkit-flex;
    box-shadow: 0px 15px 15px -10px #eff2f7;
}

.dream-nav a {
    display: inline-block;
    width: 14.28%;
    text-align: center;
    font-size: 16px;
    color: #333333;
    transition: all .4s ease-in;
}

.dream-nav a:hover,
.dream-nav a.current {
    color: #266435;
    font-weight: bold;
}

.inner-page .advantages {
    margin: .55rem auto;
}

.inner-page .advantages ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inner-page .advantages ul li {
    width: 32%;
    height: 200px;
    margin-bottom: 20px;
}

.inner-page .advantages li.adv-tit {
    position: relative;
    width: 32.2%;
    height: 200px;
    overflow: hidden;
}

.inner-page .advantages li.adv-tit img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.inner-page .advantages li.adv-tit .tit,
.inner-page .faq .left-faq .tit,
.applay-way .way-tit .tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .4rem .3rem;
}

.inner-page .advantages li.adv-tit .tit h3,
.inner-page .faq .left-faq .tit h3,
.applay-way .way-tit .tit h3 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

.inner-page .advantages li.adv-tit .tit p,
.inner-page .faq .left-faq .tit p,
.applay-way .way-tit .tit p {
    font-size: 18px;
    color: #cccccc;
    margin: 10px 0 35px 0;
}

.inner-page .advantages li.adv-tit .tit h6,
.inner-page .faq .left-faq .tit h6,
.applay-way .way-tit .tit h6 {
    font-size: 14px;
    color: #FFFFFF;
}

.inner-page .advantages li.item {
    background: #FFFFFF;
    box-shadow: 0px 7px 15px -2px #eff2f7;
    /* box-shadow: 0 0 13px 1px #eff2f7; */
}

.inner-page .advantages li.item .item-box {
    padding: .35rem .3rem;
}

.inner-page .advantages li.item .item-box h3 {
    font-size: 20px;
    color: #266435;
    font-weight: bold;
    margin-top: 5px;
}

.inner-page .advantages li.item .item-box p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: .2rem;
}

.inner-page .services {
    background: url(../other/service-bg.html) center center no-repeat;
    height: 480px;
    padding: .55rem 0;
}

.inner-page .service-box {}

.inner-page .service-box ul {
    display: flex;
    flex-wrap: wrap;
}

.inner-page .service-box ul li {
    width: 20%;
    padding: 0 10px;
    display: flex;
    margin-top: .55rem;
}

.inner-page .service-box ul li span {
    display: inline-block;
    font-size: 64px;
    font-family: "arial black";
    font-weight: bold;
    color: rgba(0, 0, 0, .1);
    flex-grow: 0;
    height: 50px;
    line-height: 50px;
}

.inner-page .service-box ul li p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    flex-grow: 0;
    margin-left: 8px;
    width: 90%;
}

.inner-page .case {
    width: 100%;
    position: relative;
    margin: .6rem 0 1.6rem 0;
    min-height: 440px;
}

.inner-page .case .right-case {
    position: absolute;
    width: 50.5%;
    right: 0;
    top: 0;
}

.inner-page .case .case-text {
    /* position: absolute;
	right: 0;
	top: 0; */
    width: 100%;
    background: url(../images/case-bg.jpg) right center no-repeat;
    z-index: 99;
}

.inner-page .case .case-text .text-box {
    padding: 1.2rem 0 1.5rem 20.6%;
}

.inner-page .case .case-text .text-box h3 {
    font-size: 20px;
    color: #FFFFFF;
}

.inner-page .case .inner-title {
    text-align: left;
}

.inner-page .case .case-text h4 {
    background: url(../images/disc.png) left center no-repeat;
    line-height: 32px;
    padding-left: 25px;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 22px;
}

.inner-page .case .case-text p {
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 25px;
}

.inner-page .case .case-img {
    width: 55.5%;
    background: #eaf2ff;
    /* height: 480px; */
    left: 0;
    top: 80px;
    z-index: 109;
    position: absolute;
}

.inner-page .case .case-img img {
    float: right;
    margin: .4rem .3rem;
    max-width: 640px;
    width: 100%;
}

.mobile-case-more {
    display: none;
}

.inner-page .case .right-case .case-more {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    /* right: -190px; */
    bottom: -70px;
    font-size: 16px;
    margin-left: 55px;
    color: #266435;
    /* width: 190px; */
    z-index: 999;
    /* margin-bottom: .35rem; */
}

.inner-page .case .right-case .case-more span {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    margin-right: 0.1rem;
    width: 100px;
    height: 12px;
    background: url(../images/icon-more.png) no-repeat right center/12px;
    vertical-align: middle;
    transition: .3s width;
    -webkit-transition: .3s width;
    -moz-transition: .3s width;
    -ms-transition: .3s width;
    -o-transition: .3s width;
}

.case-more span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 98%;
    height: 2px;
    background-color: #266435;
}

.inner-page .case .right-case .case-more:hover span {
    width: 140px;
}


/*our advantages*/

.inner-page .our-advantages {
    background: #f9faff;
    padding: .55rem 0 50px 0;
}

.inner-page .our-advantages .adv-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: .45rem;
}

.inner-page .our-advantages .adv-list li {
    background: #FFFFFF;
    width: 23.5%;
    box-shadow: 0px 7px 15px -2px #e9e9e9;
    text-align: center;
    padding: .3rem .2rem;
}

.inner-page .our-advantages .adv-list li img {
    width: 100%;
    max-width: 80px;
    margin-top: 28px;
}

.inner-page .our-advantages .adv-list li h3 {
    font-size: 20px;
    color: #333333;
    margin: .4rem 0 .25rem 0;
}

.inner-page .our-advantages .adv-list li p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}


/*直通车*/

.inner-page .faq {
    margin: 0 0;
    overflow: hidden;
}

.inner-page .faq .container {
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
}

.inner-page .faq .left-faq {
    width: 32.2%;
}

.inner-page .faq .left-faq .faq-tit {
    position: relative;
}

.inner-page .faq .left-faq .faq-img {
    margin-top: 20px;
}

.inner-page .faq .right-faq {
    width: 66.1%;
}

.inner-page .faq .right-faq li {
    margin-bottom: 10px;
}

.inner-page .faq .right-faq li .list-title {
    background: #FFFFFF;
    height: 52px;
    line-height: 52px;
    box-shadow: 0px 7px 15px -1px #eff2f7;
    font-size: 16px;
    color: #333333;
    background: url(../images/arrow.png) 98% center no-repeat;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.inner-page .faq .right-faq li .list-title h4 {
    width: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: normal;
}

.inner-page .faq .right-faq li .list-title:hover h4,
.inner-page .faq .right-faq li .list-title.current h4 {
    color: #2F4A99;
    font-weight: bold;
}

.inner-page .faq .right-faq li .list-title.current {
    background: url(../images/arrow-hover.png) 98% center no-repeat;
    color: #2F4A99;
    font-weight: bold;
}

.inner-page .faq .right-faq li .list-title::before {
    content: " ";
    color: #666;
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #2F4A99;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    margin-left: 10px;
}

.inner-page .faq .right-faq li .list-con {
    background: #FFFFFF;
    padding: 25px;
    margin: 15px 0;
    box-shadow: 0px 7px 15px -1px #eff2f7;
    display: none;
}

.inner-page .faq .right-faq li:first-child .list-con {
    display: block;
}

.inner-page .faq .right-faq li .list-con p {
    font-size: 14px;
    color: #444;
    line-height: 24px;
    margin-bottom: 15px;
}


/*美国本科*/

.inner-page .applay-way {
    margin: 35px auto;
}

.inner-page .applay-way .top-way {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
}

.inner-page .applay-way .way-tit {
    position: relative;
    width: 32.22%;
}

.inner-page .applay-way .way-tab-nav {
    width: 59.33%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-grow: 0;
    margin-top: 110px;
}

.inner-page .applay-way .way-tab-nav p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin: 5px 0;
}

.inner-page .applay-way .way-tab-nav .nav-item {
    width: 120px;
    background: #FFFFFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.inner-page .applay-way .way-tab-nav .nav-item.current,
.inner-page .applay-way .way-tab-nav .nav-item:hover {
    border-bottom: 2px solid #266435;
    /* box-shadow: 0px 7px 15px -1px #eff2f7; */
    box-shadow: 0 0 13px 1px #eff2f7;
}

.inner-page .applay-way .tab-content {
    margin-top: .7rem;
    display: none;
}

.inner-page .applay-way .tab-content.current {
    display: block;
}

.inner-page .applay-way .way-produce,
.inner-page .applay-way .way-others {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.inner-page .applay-way .way-produce .produce-text {
    width: 50.85%;
}

.inner-page .applay-way .way-produce .produce-text p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 25px;
}

.inner-page .applay-way .way-produce .produce-img {
    width: 40.68%;
}

.inner-page .applay-way .way-others .item {
    width: 48.5%
}

.inner-page .applay-way .way-others .time-box {
    background: url(../images/stu-bg.jpg) left center no-repeat #FFFFFF;
    padding: .45rem;
    box-shadow: 0px 7px 15px -1px #e9e9e9;
}

.inner-page .applay-way .way-others {
    margin-top: .4rem;
}

.inner-page .applay-way .way-others h3 {
    font-size: 20px;
    color: #266435;
    font-weight: bold;
}

.inner-page .applay-way .way-others p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 8px;
}

.inner-page .applay-way .way-others .stu-box,
.inner-page .applay-way .way-others .lag-box,
.inner-page .applay-way .way-others .condition-box,
.inner-page .applay-way .way-others .language-box,
.inner-page .applay-way .way-others .gpa-box {
    padding: .25rem .5rem;
    box-shadow: 0px 5px 10px 2px #eff2f7;
}

.inner-page .applay-way .way-others .stu-box {
    background: url(../images/time-bg.jpg) left center no-repeat #FFFFFF;
}

.inner-page .applay-way .way-others .lag-box {
    background: url(../images/lag-bg.jpg) left center no-repeat #FFFFFF;
    margin-top: 6px;
}

.inner-page .applay-way .way-others .item-1 {
    width: 32.2%;
}

.inner-page .applay-way .way-others .language-box {
    background: url(../images/bg01.jpg) left center no-repeat #FFFFFF;
}

.inner-page .applay-way .way-others .condition-box {
    background: url(../images/bg03.jpg) left center no-repeat #FFFFFF;
    margin-top: 6px;
}

.inner-page .applay-way .way-others .gpa-box {
    background: url(../images/bg04.jpg) left center no-repeat #FFFFFF;
    margin-top: 6px;
}

.inner-page .applay-way .way-others .material-box {
    background: url(../images/bg02.jpg) left center no-repeat #FFFFFF;
    padding: 45px 45px 92px 50px;
    box-shadow: 0px 7px 15px -1px #eff2f7;
}

.inner-page .applay-way .way-others .arrange-box {
    background: url(../images/bg05.jpg) left center no-repeat #FFFFFF;
    padding: 25px 15px 25px 40px;
    box-shadow: 0px 5px 10px 2px #eff2f7;
    margin-top: 26px;
}

.inner-page .applay-way .way-others .grade-box {
    background: url(../images/bg06.jpg) left 88% no-repeat #FFFFFF;
    padding: .31rem .48rem;
    box-shadow: 0px 5px 10px 2px #eff2f7;
}

.inner-page .applay-way .way-others .demand {
    background: url(../images/bg07.jpg) left 88% no-repeat #FFFFFF;
    padding: .31rem .2rem 1.03rem .5rem;
}

.inner-page .applay-way .target-tit {
    padding: .2rem .35rem;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 2px #eff2f7;
    font-size: 20px;
    color: #266435;
}

.inner-page .applay-way .target-box li {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 10px;
}

.inner-page .applay-way .target-box li .col {
    width: 23.5%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    box-shadow: 0px 5px 10px 2px #eff2f7;
    background: #fff;
}


/*美国高中申请*/

.hs-characteristics {
    background: #FFFFFF;
    padding: .45rem 0;
}

.hs-characteristics .cts-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin: .45rem auto 0;
}

.hs-characteristics .cts-list li {
    width: 32%;
    height: 210px;
    border-top: 10px solid #d8dff1;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 2px #eff2f7;
    text-align: center;
    padding: 30px 30px 15px 30px;
}

.hs-characteristics .cts-list li h3 {
    font-size: 20px;
    color: #266435;
    margin-bottom: 15px;
}

.hs-characteristics .cts-list li p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.inner-page .hs-services {
    background: url(../images/service-bg01.jpg) center center no-repeat;
    height: 640px;
}

.inner-page .hs-services .service-box ul li {
    width: 25%;
}

.inner-page .hs-services .service-box li div {
    width: 90%;
    margin-left: 8px;
}

.inner-page .hs-services .service-box li h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.inner-page .hs-services .service-box li p {
    margin-left: 0;
    color: #666666;
    margin-top: 10px;
}


/*英国本硕申请*/

.banner {
    position: relative;
}

.banner .container {
    position: absolute;
    left: 50%;
    margin-left: -590px;
    height: 100%;
    top: 20%;
    /* display: flex;
    align-items: center; */
}

.banner .container h3 {
    color: #FFFFFF;
    font-size: .48rem;
    font-family: "PingFang SC";
    font-weight: bold;
}

.banner .container .link-box {
    /* position: absolute;
    right: 0;
    top: 30%; */
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
}

.banner .container .link-box a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 180px;
    height: 48px;
    border: 2px solid #FFFFFF;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-right: 0.2rem;
}

.banner .container .link-box a.cur {
    background: #FFFFFF;
    color: #266435;
}

.course-system {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.course-box {
    margin: 25px auto 0;
}

.course-system li {
    width: 32%;
    background: #FFFFFF;
    box-shadow: 0 0 9px 3px #EFF2F7;
    text-align: center;
    padding: .2rem .45rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.course-system li.course-title {
    font-size: 16px;
    font-weight: bold;
    color: #266435;
}

.course-box p {
    font-size: 14px;
    color: #666;
    margin: 25px 0;
}

.course-box p>span {
    color: #266435;
}

.grade-certificate {
    background: #FFFFFF;
    padding-bottom: 185px;
}

.grade-certificate .level-box {
    padding: 60px 20px 200px 20px;
    background: #f9faff;
    position: relative;
}

.grade-certificate .level-box .level-text {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 0 .6rem;
}

.grade-certificate .level-box .lev-img {
    width: 47.1%;
}

.grade-certificate .level-box .lev-img {
    width: 480px;
    height: 270px;
}

.grade-certificate .level-box .lev-txt {
    width: 50%;
}

.grade-certificate .level-box .lev-txt h3 {
    font-size: 24px;
    color: #dc6418;
    font-weight: bold;
    margin: 20px 0;
}

.grade-certificate .level-box .lev-txt p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 12px;
}

.grade-certificate .level-box .honour-list {
    position: absolute;
    margin-top: .9rem;
}

.grade-certificate .honour-list ul {
    display: flex;
    display: -webkit-flex;
}

.grade-certificate .honour-list ul li {
    width: 240px;
    height: 220px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 0 9px 3px #EFF2F7;
    padding: 25px;
    margin-left: .6rem;
}

.grade-certificate .honour-list ul li:first-child {
    margin-left: 0;
}

.grade-certificate .honour-list ul li h3 {
    font-size: 20px;
    text-align: center;
    color: #dc6418;
    margin: 20px 0;
}

.grade-certificate .honour-list ul li img {
    width: 72px;
    height: 79px;
    margin: -65px auto 0;
    display: block;
}

.grade-certificate .honour-list ul li p {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    text-align: center;
}

.degree-type {
    padding-bottom: .55rem;
    position: relative;
    background: #FFFFFF;
}

.degree-type .type-list ul {
    display: flex;
    display: -webkit-flex;
    text-align: center;
    margin-top: .5rem;
}

.degree-type .type-list .list-con {
    background: url(../images/type-bg.png) center center no-repeat;
    width: 160px;
    height: 160px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.degree-type .type-list .list-tit {
    background: url(../images/type-tit-bg.png) center center no-repeat;
    width: 125px;
    height: 35px;
    margin: auto;
    line-height: 35px;
    color: #FFFFFF;
    font-size: 16px;
}

.degree-type .type-list li {
    margin-left: 10px;
}

.degree-type .type-list li:first-child {
    margin-left: 0;
}

.degree-type .type-list li:first-child,
.degree-type .type-list li:last-child {
    margin-top: -100px;
}

.degree-type .type-list li:nth-child(2),
.degree-type .type-list li:nth-last-child(2) {
    margin-top: -60px;
}

.degree-type .type-list li:nth-child(3),
.degree-type .type-list li:nth-last-child(3) {
    margin-top: -20px;
}

.degree-type .type-list li:nth-child(4) {
    margin-top: 20px;
}

.time-plan {
    background: url(../images/bri-service-bg.jpg) center center no-repeat;
    height: 360px;
    padding: .55rem 0
}

.time-plan .plan-list {
    display: flex;
    display: -webkit-flex;
    margin-top: .65rem;
}

.time-plan .plan-list li {
    width: 14.25%;
    margin-left: 0.17%;
    position: relative;
    text-align: center;
    font-size: 64px;
    font-family: "arial black";
    color: rgba(0, 0, 0, .1);
    padding-top: 30px;
}

.time-plan .plan-list li:first-child {
    margin-left: 0;
}

.time-plan .plan-list li .plan-item {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
    z-index: 99;
}

.time-plan .plan-list li .plan-item h4 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}

.time-plan .plan-list li .plan-item p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}


/*英国硕士申请*/

.hs-characteristics .charact-list {
    margin-bottom: .35rem;
}

.hs-characteristics .charact-list li {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    background: #f9faff;
    margin-top: .35rem;
    padding: .4rem;
    align-items: center;
}

.hs-characteristics .charact-list li .charact-img {
    width: 480px;
    height: 270px;
}

.hs-characteristics .charact-list li .charact-img img {
    width: 100%;
}

.hs-characteristics .charact-list li .charact-text {
    width: 50%;
}

.hs-characteristics .charact-list li .charact-text h3 {
    font-size: 20px;
    color: #dc6418;
}

.hs-characteristics .charact-list li .charact-text h6 {
    font-size: 16px;
    color: #333333;
    margin: 25px 0 5px 0;
    font-weight: bold;
}

.hs-characteristics .charact-list li .charact-text p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.study-plan {
    width: 100%;
    background: url(../images/study-plan.jpg) center center no-repeat;
    height: 800px;
    padding: .55rem 0;
}

.study-plan .study-box {
    margin-top: .4rem;
}

.study-plan .inner-study {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-top: 20px;
}

.study-plan .inner-study .study-tit {
    width: 23.7%;
    height: 120px;
    background: #dc6418;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    position: relative;
    padding: .3rem .4rem;
    color: #FFFFFF;
}

.study-plan .inner-study .study-tit span {
    position: absolute;
    right: 20px;
    bottom: 0;
    font-family: "DIN Alternate";
    color: rgba(255, 255, 255, .25);
    font-size: 64px;
    line-height: 50px;
}

.study-plan .inner-study .study-tit p {
    font-size: 20px;
}

.study-plan .inner-study .study-tit h6 {
    font-size: 16px;
    margin-top: 10px;
}

.study-plan .inner-study .line {
    width: 10.1%;
    height: 2px;
    background: #dc6418;
}

.study-plan .inner-study .study-main {
    width: 66.1%;
}

.study-plan .inner-study .study-main ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.study-plan .inner-study .study-main li {
    width: 23.11%;
    border: 2px solid #dc6418;
    border-radius: 10px;
    font-size: 24px;
    font-family: "DIN Alternate";
    color: rgba(48, 91, 190, .25);
    position: relative;
    padding: .25rem .1rem;
}

.study-plan .inner-study .study-main li span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #dc6418;
}

.study-plan .inner-study .study-main li:nth-child(3) span {
    padding-left: 40px;
}

.study-plan .inner-study .study-main .flex-box {
    display: flex;
    display: -webkit-flex;
    height: 100%;
    align-items: center;
}

.study-plan .inner-study .study-main .line01 {
    width: 20px;
    height: 2px;
    background: #dc6418;
}

.study-plan .inner-study .study-main .item01,
.study-plan .inner-study .study-main .item02,
.study-plan .inner-study .study-main .item03 {
    width: 38.46%;
    border: 2px solid #dc6418;
    border-radius: 10px;
    padding: 10px 28px;
    min-height: 175px;
}

.study-plan .inner-study .study-main .item01 .item-tit,
.study-plan .inner-study .study-main .item02 .item-tit,
.study-plan .inner-study .study-main .item03 .item-tit {
    font-size: 24px;
    font-family: "DIN Alternate";
    color: rgba(48, 91, 190, .25);
    line-height: 20px;
}

.study-plan .inner-study .study-main .item01 .item-tit span,
.study-plan .inner-study .study-main .item02 .item-tit span,
.study-plan .inner-study .study-main .item03 .item-tit span {
    font-size: 16px;
    color: #dc6418;
}

.study-plan .inner-study .study-main .item01 p,
.study-plan .inner-study .study-main .item02 p,
.study-plan .inner-study .study-main .item03 p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 5px;
}

.study-plan .inner-study .study-main .item02 {
    width: 58.71%;
}

.study-plan .inner-study .study-main .item03 {
    width: 100%;
    min-height: auto;
}

.study-plan .study_abroda {
    margin-top: 83px;
    position: relative;
    height: 353px;
    background: url(../images/study_abrodaBg.png) no-repeat top;
    background-size: 100% 100%;
}

.study-plan .study_abroda .abrodaItem {
    position: absolute;
}

.study-plan .study_abroda .abrodaItem .numBox {
    width: 70px;
    height: 70px;
    background: #fff;
    border: 5px solid #dc6418;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #dc6418;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bold;
}

.study-plan .study_abroda .abrodaItem .detailBox {
    display: flex;
}

.study-plan .study_abroda .abrodaItem .detailBox .fl {
    width: 30%;
    margin-right: 0.8rem;
}

.study-plan .study_abroda .abrodaItem .detailBox .fr {
    width: 50%;
}

.study-plan .study_abroda .abrodaItem .content {
    color: #333;
}

.study-plan .study_abroda .abrodaItem .content .abrodaItemTitle {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
}

.study-plan .study_abroda .abrodaItem .month {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.study-plan .study_abroda .abrodaItem:nth-child(1) {
    top: -36px;
}

.study-plan .study_abroda .abrodaItem:nth-child(2) {
    top: -36px;
    left: 400px;
}

.study-plan .study_abroda .abrodaItem:nth-child(3) {
    width: 40%;
    top: 288px;
    left: 700px;
}

.study-plan .study_abroda .abrodaItem:nth-child(4) {
    width: 40%;
    top: 288px;
    left: 100px;
}

.master-partners {
    margin: 0;
    padding: .55rem 0;
}

.master-partners .container {
    height: 240px;
}

.master-partners .swiper-box {
    margin-top: .35rem;
}

.master-partners .swiper-box .slide-box {
    top: 0;
}

.master-partners .swiper-pagination-bullet {
    background: #dc6418;
}

.master-partners .swiper-button-next:after {
    content: url(../images/master-next.png);
}

.master-partners .swiper-button-prev:after {
    content: url(../images/master-prev.png);
}

.inner-page .master-case {
    background: #FFFFFF;
    margin: 0 0 160px 0;
}


/*澳洲本科申请*/

.inner-page .aus-advantages {
    background: #FFFFFF;
}

.aus-apply-way {
    background: #f9faff;
    padding: .55rem 0;
}

.aus-apply-way .aus-way-box {
    margin-top: .35rem;
}

.aus-apply-way .aus-way-box ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.aus-apply-way .aus-way-box li {
    width: 49.15%;
    margin: 0 0 20px 1.7%;
    height: 160px;
}

.aus-apply-way .aus-way-box li:first-child,
.aus-apply-way .aus-way-box li:nth-child(3) {
    margin-left: 0;
}

.aus-apply-way .aus-way-box li:first-child {
    background: url(../images/aus-bg.png) left center no-repeat;
}

.aus-apply-way .aus-way-box li:nth-child(2) {
    background: url(../images/aus-bg01.png) left center no-repeat;
}

.aus-apply-way .aus-way-box li:nth-child(3) {
    background: url(../images/aus-bg02.png) left center no-repeat;
}

.aus-apply-way .aus-way-box li:last-child {
    background: url(../images/aus-bg03.png) left center no-repeat;
}

.aus-apply-way .aus-way-box li .inner-text {
    padding: .25rem .3rem;
}

.aus-apply-way .aus-way-box li .inner-text h3 {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: .2rem;
}

.aus-apply-way .aus-way-box li .inner-text p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    position: relative;
    /* padding-left: 18px; */
}

.aus-apply-way .aus-way-box li .inner-text p span {
    font-weight: bold;
    padding-right: 10px;
}


/* .aus-apply-way .aus-way-box li .inner-text p::before{
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 8px;
	height: 1px;
	background: #FFFFFF;
	margin-left: 2px;
} */

.aus-conditions {
    margin: .55rem 0;
}

.aus-conditions .condit-list {
    margin-top: .35rem;
}

.aus-conditions .condit-list ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.aus-conditions .condit-list li {
    width: 49.16%;
    margin: 0 0 20px 1.64%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.aus-conditions .condit-list li:nth-child(2n-1) {
    margin-left: 0;
}

.aus-conditions .condit-list li .condit-text {
    background: #266435;
    padding: .25rem;
    width: 48%;
}

.aus-conditions .condit-list li .condit-text h3 {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 10px;
}

.aus-conditions .condit-list li .condit-text p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}

.aus-conditions .condit-list li .condit-img {
    width: 52%;
}

.aus-conditions .condit-list li .condit-img img {
    width: 100%;
    height: 100%;
}

.apply-scheme {
    background: #f9faff;
    padding: .55rem 0;
}

.apply-scheme .scheme-box {
    margin-top: .35rem;
}

.apply-scheme .scheme-box ul {
    display: flex;
    display: -webkit-flex;
}

.apply-scheme .scheme-box li {
    width: 32.2%;
    margin-left: 1.7%;
}

.apply-scheme .scheme-box li:first-child {
    margin-left: 0;
}

.apply-scheme .scheme-box li .scheme-tit {
    width: 100%;
    background: #dc6418;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    box-shadow: 0px 7px 15px -2px #e4e7f1;
    margin-bottom: 20px;
}

.apply-scheme .scheme-box li .item {
    box-shadow: 0px 7px 15px -2px #e4e7f1;
    margin-bottom: 10px;
    background: #FFFFFF;
    padding: .2rem .35rem;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apply-scheme .scheme-box li .item p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: center;
}

.apply-scheme .scheme-box li .item01 {
    min-height: 110px;
}


/*澳洲硕士申请*/

.inner-page .aus-master-advantages {
    background: #f9faff;
}

.inner-page .conditions {
    background: #FFFFFF;
    padding: .55rem 0;
}

.inner-page .conditions .top-condit,
.recommed-school .top-recommed {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: .3rem;
}

.inner-page .conditions .top-condit .inner-title,
.recommed-school .top-recommed .inner-title {
    text-align: left;
}

.inner-page .conditions .top-condit .tab-nav,
.recommed-school .top-recommed .tab-nav {
    height: 40px;
    line-height: 38px;
    display: flex;
    /* margin-top: 10px; */
}

.inner-page .conditions .top-condit .tab-nav a,
.recommed-school .top-recommed .tab-nav a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 38px;
    border-bottom: 2px solid transparent;
    margin-left: .35rem;
    transition: all .4s ease;
}

.inner-page .conditions .top-condit .tab-nav a:hover,
.inner-page .conditions .top-condit .tab-nav a.current,
.recommed-school .top-recommed .tab-nav a:hover,
.recommed-school .top-recommed .tab-nav a.current {
    border-bottom: 2px solid #266435;
    color: #266435;
}

.inner-page .conditions .inner-slide {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: .4rem;
    background: #F9FAFF;
    align-items: center;
}

.inner-page .conditions .slide-img {
    width: 480px;
    height: 270px;
}

.inner-page .conditions .slide-img img {
    width: 100%
}

.inner-page .conditions .slide-text {
    width: 50%;
}

.inner-page .conditions .slide-text h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.inner-page .conditions .slide-text h6 {
    font-size: 16px;
    margin: .25rem 0 .05rem 0;
}

.inner-page .conditions .slide-text p {
    font-size: 16px;
    line-height: 24px;
}

.inner-page .conditions .tab-content {
    display: none;
}

.inner-page .conditions .tab-content.current {
    display: block;
}

.inner-page .abroad-plan {
    background: url(../images/master-plan.jpg) center cadetblue no-repeat;
    height: 980px;
    width: 100%;
    padding: .55rem 0 0 0;
}

.inner-page .abroad-plan .abroad-box {
    margin-top: .3rem;
}

.inner-page .abroad-plan .inner-abroad {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.inner-page .abroad-plan .inner-abroad .inner-tit {
    width: 16.95%;
    background: #dc6418;
    height: 80px;
    border-top-left-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
    display: flex;
    align-items: center;
}

.inner-page .abroad-plan .inner-abroad .inner-tit span.mouth {
    font-size: 20px;
    color: #FFFFFF;
    padding-left: .3rem;
}

.inner-page .abroad-plan .inner-abroad .inner-tit span.num {
    position: absolute;
    right: 10px;
    font-family: "DIN Alternate";
    color: rgba(255, 255, 255, .25);
    font-size: 64px;
    line-height: 80px;
}

.inner-page .abroad-plan .inner-abroad .line {
    width: 5.05%;
    height: 2px;
    background: #dc6418;
}

.inner-page .abroad-plan .inner-abroad .inner-main {
    width: 78%;
    border-radius: 20px;
    border: 2px solid #dc6418;
    padding: .15rem .4rem;
    min-height: 82px;
    display: flex;
    align-items: center;
}

.inner-page .abroad-plan .inner-abroad .inner-main p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}


/*艺术申请*/

.art-show {
    width: 100%;
    margin: .15rem 0 .55rem;
}

.art-show .art-list {
    margin-top: .3rem;
    display: flex;
    display: -webkit-flex;
}

.art-show .art-list li {
    width: 24.5%;
    margin-left: 0.67%;
}

.art-show .art-list li:first-child {
    margin-left: 0;
}

.art-advantages {
    background: #f9faff;
    padding: .45rem 0;
}

.art-advantages .art-advant-box {
    /* display: flex;
	display: -webkit-flex;
	justify-content: space-between; */
    margin-top: .35rem;
    overflow: hidden;
    position: relative;
}

.art-advantages .art-advant-box .right-pic {
    width: 59.4%;
    float: right;
}

.art-advantages .art-advant-box .right-pic img {
    width: 100%;
}

.art-advantages .art-advant-box .left-text {
    width: 33.9%;
    float: left;
}

.art-advantages .art-advant-box .left-text .icon {
    display: block;
    width: 40px;
    height: 38px;
    overflow: hidden;
}

.art-advantages .art-advant-box .left-text .icon img {
    width: 100%;
}

.art-advantages .art-advant-box .left-text .item-text {
    margin-bottom: .4rem;
}

.art-advantages .art-advant-box .left-text h4 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: .15rem 0;
}

.art-advantages .art-advant-box .left-text p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.art-advantages .art-advant-box .left-text .item-position {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 74%;
    background: #f9faff;
    z-index: 95;
    display: flex;
    justify-content: space-between;
    padding: .2rem .3rem 0 0;
}

.art-advantages .art-advant-box .left-text .item-position .item-text {
    width: 48%;
}

.recommed-school {
    width: 100%;
    background: #FFFFFF;
    padding: .55rem 0;
}

.recommed-school .recommend-box ul {
    display: flex;
    display: -webkit-flex;
}

.recommed-school .recommend-box li {
    width: 32.2%;
    border: 1px solid #dc6418;
    padding: .3rem;
    margin-left: .2rem;
}

.recommed-school .recommend-box li:first-child {
    margin-left: 0;
}

.recommed-school .recommend-box li .logo {
    display: block;
    width: 160px;
    height: 80px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.recommed-school .recommend-box li .logo img {
    max-width: 100%;
    max-height: 100%;
}

.recommed-school .recommend-box li h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: .25rem 0;
}

.recommed-school .recommend-box li p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.recommed-school .tab-content {
    display: none;
    transform: translateX(-20px);
}

.recommed-school .tab-content.current {
    display: block;
    transform: translateX(0);
}

.art-services {
    background: url(../images/bri-service-bg.jpg) center center no-repeat;
    height: 320px;
    padding: .6rem 0 0 0;
}

.art-services .art-service-list {
    margin-top: .55rem;
}

.art-services .art-service-list ul {
    display: flex;
    display: -webkit-flex;
}

.art-services .art-service-list li {
    width: 12.72%;
    margin-left: 10px;
    position: relative;
    text-align: center;
    font-size: 64px;
    font-family: "arial black";
    color: rgba(0, 0, 0, .1);
    padding-top: 10px;
}

.art-services .art-service-list li:first-child {
    margin-left: 0;
}

.art-services .art-service-list li .plan-item {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
    z-index: 99;
}

.art-services .art-service-list li .plan-item p {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}


/*美本名校双录取*/

.school-advantage {
    width: 100%;
    background: #FFFFFF;
    padding: .55rem 0;
}

.school-advantage .container {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.school-advantage .adv-pic {
    width: 40.68%;
}

.school-advantage .adv-pic img {
    width: 100%;
}

.school-advantage .adv-text {
    width: 54.7%;
}

.school-advantage .adv-text .inner-title {
    text-align: left;
}

.school-advantage .adv-text h5 {
    font-size: 16px;
    font-family: "PingFang SC Medium", "MicrosoftYaHei";
    padding: .2rem 0;
}

.school-advantage .adv-text p {
    font-family: "PingFang SC Regular", "MicrosoftYaHei";
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.famous-school {
    background: #f9faff;
    padding: .55rem 0;
    height: 460px;
}

.famous-school .famous-list {
    margin-top: .35rem;
}

.famous-school .famous-list ul {
    display: flex;
    display: -webkit-flex;
}

.famous-school .famous-list li {
    width: 33%;
    margin-left: 0.5%;
    background-color: #FFFFFF;
    border: 1px solid #eeeff1;
    border-radius: 5px;
    display: flex;
    display: -webkit-flex;
    padding: .1rem .15rem;
    align-items: center;
}

.famous-school .famous-list li:first-child {
    margin-left: 0;
}

.famous-school .famous-list li .logo-box {
    width: 120px;
    height: 98px;
    overflow: hidden;
}

.famous-school .famous-list li .logo-box img {
    max-width: 100%;
    max-height: 100%;
}

.famous-school .famous-list li p {
    font-size: 24px;
    color: #666666;
    font-weight: bold;
    margin-left: 0.22rem;
}

.apply-condition {
    position: relative;
    margin: -135px 0 .55rem 0;
}

.apply-condition .container {
    padding: .55rem .35rem;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 2px #eff2f7;
}

.apply-condition .condit-table {
    margin-top: .35rem;
}

.apply-condition .condit-table .table-item {
    margin-bottom: 10px;
}

.apply-condition .condit-table ul {
    display: flex;
    display: -webkit-flex;
}

.apply-condition .condit-table li,
.apply-condition .condit-table h5 {
    width: 32%;
    margin-left: 2%;
    box-shadow: 0px 5px 10px 2px #eff2f7;
    text-align: center;
    background: #FFFFFF;
    font-family: "PingFang SC Regular", "MicrosoftYaHei";
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 15px 10px;
}

.apply-condition .condit-table h5 {
    width: 100%;
    margin-left: 0;
    font-weight: normal;
}

.apply-condition .condit-table .table-title li {
    padding: 25px 10px;
    font-family: "PingFang SC Bold", "MicrosoftYaHei";
    font-weight: bold;
    color: #dc6418;
}

.apply-condition .condit-table li:first-child {
    margin-left: 0;
}

.entrance-path {
    margin: .6rem auto .55rem;
}

.entrance-path .path-box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.entrance-path .path-box .arrow {
    background: url(../images/sch-arrow.png) center center no-repeat;
    width: 11.86%;
    height: 14px;
    margin: 0 .3rem;
    background-size: 100% 100%;
}

.entrance-path .path-box .arrow01 {
    background: url(../images/sch-arrow01.png) center center no-repeat;
    height: 14px;
    width: 6.77%;
    margin: 0 .3rem;
    background-size: 100% 100%;
}

.entrance-path .path-box p {
    font-size: 18px;
    text-align: center;
    color: #333333;
    margin-top: .35rem;
}

.entrance-path .path-box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #dc6418;
}

.entrance-path .path-box .item {
    width: 17.8%;
}

.entrance-path .path-box .item .item-img {
    width: 100%;
    overflow: hidden;
}

.entrance-path .path-box .item .item-img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.entrance-path .path-box .item01 .item-img {
    width: 100%;
    overflow: hidden;
}

.entrance-path .path-box .item01 {
    width: 32.2%;
}

.how-apply {
    width: 100%;
    background: #F9FAFF;
    padding: .55rem 0;
}

.how-apply .how-box {
    margin-top: .35rem;
}

.how-apply .how-box ul {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 10px;
}

.how-apply .how-box ul li {
    width: 23.73%;
    margin-left: 1.7%;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 2px #eff2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .15rem .2rem;
}

.how-apply .how-box ul li p {
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-family: "PingFang SC Medium", "MicrosoftYaHei";
    line-height: 26px;
}

.how-apply .how-box ul li:first-child {
    margin-left: 0;
}

.how-apply .how-box ul li.inner-item {
    width: 74.57%;
}

.how-apply .how-box ul li.how-title p {
    color: #dc6418;
    font-family: "PingFang SC Bold", "MicrosoftYaHei";
    font-weight: bold;
}


/*藤校科研*/

.ivy-introduce {
    background: #FFFFFF;
    padding: .35rem 0 .55rem 0;
}

.ivy-introduce .intro-box {
    background: #F9FAFF;
    margin-top: .35rem;
    padding: .6rem .85rem;
}

.ivy-introduce .intro-box p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    font-family: "PingFang SC Regular", "MicrosoftYaHei";
}

.ivy-advantage ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin: .35rem 0;
}

.ivy-advantage li {
    width: 18.65%;
    border: 1px solid #dedede;
    margin-left: 1.7%;
    padding: .3rem .2rem;
    text-align: center;
}

.ivy-advantage li:first-child {
    margin-left: 0;
}

.ivy-advantage li .icon {
    display: inline-block;
    width: 43px;
    height: 43px;
}

.ivy-advantage li .icon img {
    max-width: 100%;
    max-height: 100%;
}

.ivy-advantage li h3 {
    font-size: 18px;
    color: #dc6418;
    margin: .15rem 0;
    font-weight: bold;
}

.ivy-advantage li p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-family: "PingFang SC Regular", "MicrosoftYaHei";
}

.for-people {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin: .55rem auto .55rem;
}

.for-people .inner-title {
    text-align: left;
}

.for-people h6 {
    font-family: "PingFang SC Regular", "MicrosoftYaHei";
    color: #dc6418;
    margin: .25rem 0;
    font-size: 16px;
}

.for-people p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-family: "PingFang SC Regular", "MicrosoftYaHei";
}

.for-people .people-img {
    background: url(../images/pp-pic-bg.jpg) left center no-repeat;
    width: 40.68%;
    min-height: 270px;
    position: relative;
    margin-top: .65rem;
}

.for-people .people-img img {
    position: absolute;
    top: -0.4rem;
    left: -0.4rem;
    width: 100%;
}

.project-harvest {
    background: #F9FAFF;
    padding: .55rem 0 4rem 0;
}

.project-harvest .harvest-box {
    margin-top: .35rem;
}

.project-harvest .harvest-box ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.project-harvest .harvest-box li {
    width: 49.15%;
    margin: 0 0 .2rem 1.7%;
    padding: .25rem;
}

.project-harvest .harvest-box li:first-child,
.project-harvest .harvest-box li:nth-child(2n-1) {
    margin-left: 0;
}

.project-harvest .harvest-box li:first-child {
    background: url(../images/vip-bg.png) center center no-repeat;
    min-height: 270px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.project-harvest .harvest-box li:nth-child(2) {
    background: url(../images/vip-bg01.png) center center no-repeat;
    min-height: 270px;
}

.project-harvest .harvest-box li:nth-child(3) {
    background: url(../images/vip-bg02.png) center center no-repeat;
    min-height: 240px;
}

.project-harvest .harvest-box li:last-child {
    background: url(../images/vip-bg03.png) center center no-repeat;
    min-height: 240px;
}

.project-harvest .harvest-box li h4 {
    font-family: "PingFang SC Bold", "MicrosoftYaHei";
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
}

.project-harvest .harvest-box li p {
    font-size: 14px;
    line-height: 24px;
    line-height: 24px;
    margin-top: .2rem;
    color: #FFFFFF;
}

.research-project {
    position: relative;
    margin-top: -3.6rem;
}

.research-project .inner-title {
    margin-bottom: .35rem;
}

.research-project .pro-table img {
    width: 100%;
}

.research-project .project-list {
    margin-top: .35rem;
}

.research-project .project-list ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.research-project .project-list li {
    width: 49.15%;
    margin: 0 0 .2rem 1.7%;
    padding: .25rem;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 2px #eff2f7;
}

.research-project .project-list li:first-child,
.research-project .project-list li:nth-child(2n-1) {
    margin-left: 0;
}

.research-project .project-list .top-position {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.research-project .project-list .top-position h5 {
    font-weight: normal;
    font-size: 16px;
    color: #666666;
}

.research-project .project-list .top-position span {
    display: inline-block;
    background: #a0c8ec;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    border-radius: 20px;
    font-size: 14px;
    color: #FFFFFF;
}

.research-project .project-list h4 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin: .1rem 0 .2rem 0;
}

.research-project .project-list p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.research-project .project-list h6 {
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin: .4rem 0 .7rem 0;
}


/*gre线上课程*/

.course-features {
    background: #F9FAFF;
    padding: .3rem 0 .55rem 0;
}

.course-features .feature-box {
    margin: .35rem auto 0;
}

.course-features .feature-box ul {
    display: flex;
    display: -webkit-flex;
}

.course-features .feature-box li {
    width: 23.73%;
    margin-left: 1.7%;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 2px #eff2f7;
}

.course-features .feature-box li:first-child {
    margin-left: 0;
}

.course-features .feature-box li .f-pic {
    width: 280px;
    height: 140px;
    overflow: hidden;
}

.course-features .feature-box li .f-pic img {
    width: 100%;
    max-width: 100%;
}

.course-features .feature-box li .f-text {
    border-top: 10px solid #3a60b9;
    min-height: 200px;
    text-align: center;
    padding: .3rem;
}

.course-features .feature-box li .f-text h4 {
    font-size: 20px;
    color: #dc6418;
    margin-bottom: .2rem;
}

.course-features .feature-box li .f-text p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.service-light {
    padding: .55rem 0;
    background: #FFFFFF;
}

.service-light .light-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.service-light .light-title {
    width: 27.07%;
}

.service-light .light-title .inner-title {
    text-align: left;
}

.service-light .light-title p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-top: .2rem;
}

.service-light .light-main {
    width: 67.8%;
    margin-top: .1rem;
}

.service-light .light-main h4 {
    font-size: 18px;
    font-weight: bold;
    color: #dc6418;
}

.service-light .light-main .light-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.service-light .light-main .light-list li {
    width: 48.75%;
    margin: .2rem 0 0 2.5%;
    border: 2px solid #dc6418;
    background: #F9FAFF;
    padding: .2rem;
}

.service-light .light-main .light-list li:first-child,
.service-light .light-main .light-list li:nth-child(2n-1) {
    margin-left: 0;
}

.service-light .light-main .light-list li p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-family: "PingFang SC Regular", "MicrosoftYaHei";
}

.service-light .light-main .light-list li p>span {
    font-size: 20px;
    color: #dc6418;
    font-family: "DIN Alternate";
    padding-right: 5px;
}

.teaching-system {
    background: url(../images/gre-bg.jpg) center center no-repeat;
    height: 300px;
    padding: .55rem 0;
}

.teaching-system .system-list {
    margin-top: .55rem;
}

.teaching-system .system-list ul {
    display: flex;
    display: -webkit-flex;
}

.teaching-system .system-list li {
    display: flex;
    display: -webkit-flex;
    width: 12.3%;
    margin-left: 2.3%;
    text-align: center;
}

.teaching-system .system-list li:first-child {
    margin-left: 0;
}

.teaching-system .system-list li span {
    font-family: "Arial Black";
    font-size: 64px;
    color: rgba(0, 0, 0, .1);
    display: inline-block;
    line-height: 50px;
}

.teaching-system .system-list li p {
    font-size: 16px;
    color: #333333;
    margin: 0 0 0 5px;
    font-weight: bold;
}

.online-course {
    padding: .55rem 0;
    background: #FFFFFF;
}

.online-course .container {
    margin: .35rem auto 0;
}

.online-course table {
    border: 1px solid #dedede;
}

.online-course table thead {
    background: #dc6418;
    color: #FFFFFF;
}

.online-course table thead th {
    padding: .2rem .3rem;
    border: 1px solid #DEDEDE;
    font-size: 16px;
    text-align: left;
}

.online-course table td {
    border: 1px solid #dedede;
    padding: .2rem .4rem;
}

.online-course table .col01 {
    width: 18.65%;
}

.online-course table .col02 {
    width: 13.56%;
}

.online-course table .col03 {
    width: 33.9%;
}

.online-course table .col04 {
    width: 43.89%
}

.online-course table td p {
    font-family: "PingFang SC Regular", "MicrosoftYaHei";
    color: #333333;
    font-size: 16px;
}


/* ++++++ */

.inner-page .planning {
    margin: .55rem auto;
}

.hongkong_singatimer {
    height: 760px !important;
}

.hongkong_singatimer .hongkong_abroda {
    margin-top: 83px;
    position: relative;
    height: 313px;
    background: url(../images/hongkong_abroda.png) no-repeat top;
    background-size: 100% 100%;
}

.top30_singatimer {
    padding-top: 70px;
    background: #fff;
}

.top30_singatimer .hongkong_abroda {
    margin-top: 70px;
}

.hongkong_singatimer .hongkong_abroda .abrodaItem {
    position: absolute;
}

.hongkong_singatimer .hongkong_abroda .abrodaItem .numBox {
    width: 70px;
    height: 70px;
    background: #fff;
    border: 5px solid #dc6418;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #dc6418;
    font-size: 32px;
    margin-bottom: 33px;
    font-weight: bold;
}

.hongkong_singatimer .hongkong_abroda .abrodaItem .content {
    color: #333;
}

.top30_singatimer .hongkong_abroda .abrodaItem .content {
    width: 300px;
}

.hongkong_singatimer .hongkong_abroda .abrodaItem .month {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.hongkong_singatimer .hongkong_abroda .abrodaItem:nth-child(1) {
    top: -36px;
}

.hongkong_singatimer .hongkong_abroda .abrodaItem:nth-child(2) {
    top: -36px;
    left: 286px;
}

.hongkong_singatimer .hongkong_abroda .abrodaItem:nth-child(3) {
    top: -36px;
    left: 573px;
}

.hongkong_singatimer .hongkong_abroda .abrodaItem:nth-child(4) {
    top: -36px;
    left: 879px;
}

.hongkong_singatimer .hongkong_abroda .abrodaItem:nth-child(5) {
    top: 249px;
    left: 879px;
}

.hongkong_singatimer .hongkong_abroda .abrodaItem:nth-child(6) {
    top: 249px;
    left: 456px;
}

.hongkong_singatimer .hongkong_abroda .abrodaItem:nth-child(7) {
    top: 249px;
    left: 154px;
}

.top30_singatimer .hongkong_abroda .abrodaItem:nth-child(2) {
    left: 353px;
}

.top30_singatimer .hongkong_abroda .abrodaItem:nth-child(3) {
    left: 700px;
}

.top30_singatimer .hongkong_abroda .abrodaItem:nth-child(4) {
    top: 248px;
    left: 880px;
}

.top30_singatimer .hongkong_abroda .abrodaItem:nth-child(5) {
    top: 248px;
    left: 528px;
}

.top30_singatimer .hongkong_abroda .abrodaItem:nth-child(6) {
    top: 248px;
    left: 175px;
}

.abroad_singatimer {
    margin-top: .55rem;
    padding: .55rem 0 !important;
    box-sizing: border-box !important;
    width: 100%;
    height: 930px !important;
    background: url(../images/singporebk.png) no-repeat center center/cover;
}

.abroad_singatimer .abroda-box {
    margin-top: 77px;
    position: relative;
    height: 491px;
    background: url(../images/abroad_singatimerBg.png) no-repeat top;
    background-size: 100% 100%;
}

.abroad_singatimer .abroda-box .abrodaItem {
    position: absolute;
}

.abroad_singatimer .abroda-box .abrodaItem .numBox {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #496fc6;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 32px;
}

.abroad_singatimer .abroda-box .abrodaItem .content {
    color: #333;
}

.abroad_singatimer .abroda-box .abrodaItem .month {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}

.abroad_singatimer .abroda-box .abrodaItem .detail {
    font-size: 14px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(1) {
    top: 36px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(1) .content {
    width: 200px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(2) {
    top: 55px;
    left: 293px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(2) .content {
    width: 262px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(3) {
    top: -25px;
    left: 586px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(3) .content {
    width: 200px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(4) {
    top: 25px;
    left: 880px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(4) .content {
    width: 220px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(5) {
    top: 381px;
    left: 881px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(5) .content {
    width: 300px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(6) {
    top: 340px;
    left: 673px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(6) .content {
    width: 200px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(7) {
    top: 348px;
    left: 446px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(7) .content {
    width: 200px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(8) {
    top: 378px;
    left: 225px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(8) .content {
    width: 190px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(9) {
    top: 443px;
    left: 50px;
}

.abroad_singatimer .abroda-box .abrodaItem:nth-child(9) .content {
    width: 130px;
}

.ascension {
    width: 100%;
    background: #f9faff;
    padding: .55rem 0;
}

.ascension-list {
    margin-top: .55rem;
}

.ascension-list ul .sion-list-li {
    float: left;
    width: 580px;
    position: relative;
    margin: 0 0 24px 0;
}

.ascension-list ul .sion-list-li img {
    position: relative;
    display: block;
}

.ascension-list ul .sion-list-li:nth-child(2n+0) {
    float: right;
    margin-right: 0;
}

.ascension-list ul .sion-list-li div {
    position: absolute;
    margin: 12px 20px 0px 20px;
    top: 0;
    left: 0;
}

.ascension-list ul .sion-list-li div .p1 {
    color: #fff;
    font-size: 18px;
    line-height: 60px;
}

.ascension-list ul .sion-list-li div .p2 {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

.caseanlie .swiper-box .left-bg {
    width: 35%;
    background-image: linear-gradient(to right, #266435, #dc6418);
    min-height: 680px;
}

.caseanlie .swiper-box .right-content {
    width: 70.32%;
    position: absolute;
    right: 0;
    z-index: 99;
    top: initial;
    bottom: 88px;
}

.caseanlie .remenTab {
    /* min-height: 570px; */
    /* width: 1180px;
    max-width: 1180px;
    margin: auto;
    margin-top: -640px; */
}

.srenmgtb {
    box-sizing: border-box;
    padding-top: 100px;
    min-height: 680px !important;
    margin-top: -680px !important;
}


/* 美本名校新增 */

.featuresBox {
    position: relative;
    overflow: hidden;
}

.meibenBg {
    width: 100%;
    height: 4.40rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.featuresBox .tit {
    margin: 1rem auto 0.65rem;
    font-size: 0.36rem;
    color: #dc6418;
    text-align: center;
}

.featuresBox .detalis {
    width: calc(100% - 1.32rem);
    text-align: left;
    margin: auto;
    color: #666;
    font-size: 0.16rem;
}

.featuresBox .features {
    margin: 0.60rem auto 0.67rem;
    width: 100%;
}

.advantageBox .advantageTitleBox {
    margin-bottom: 0.59rem;
}

.advantageBox .advantageTitleBox p {
    text-align: center;
}

.advantageBox .advantageTitleBox .letter {
    font-size: 0.20rem;
    color: #dc6418;
}

.advantageBox .advantageTitleBox .tit {
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
}

.advantageBox ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advantageBox ul li {
    width: 5.80rem;
    height: 2.80rem;
    box-sizing: border-box;
    padding: 1.30rem 0.76rem 0 0.34rem;
    margin-bottom: 0.2rem;
}

.advantageBox ul li .tit {
    margin-bottom: 0.26rem;
    font-size: 0.24rem;
    color: #fff;
}

.advantageBox ul li .details {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.28rem;
}

.advantageBox ul li:nth-child(1) {
    background: url(../images/advantage01.jpg)no-repeat 100% 100%;
}

.advantageBox ul li:nth-child(2) {
    background: url(../images/advantage02.jpg)no-repeat 100% 100%;
}

.advantageBox ul li:nth-child(3) {
    background: url(../images/advantage03.jpg)no-repeat 100% 100%;
}

.advantageBox ul li:nth-child(4) {
    background: url(../images/advantage04.jpg)no-repeat 100% 100%;
}