.banner {
    background: linear-gradient(to right, #f6f6f6, #fff);
    font-family: RobotoSerif-bold;
    min-height: 800px
}

@media (max-width: 600px) {
    .banner {
        background: #f6f6f6;
        min-height: 0
    }

    .banner .content {
        width: 100%
    }
}

.banner img.banner-img {
    width: 100%
}
@media (max-width: 600px) {
    .banner img.banner-img {
        display: none;
    }
}
.banner img.banner-img-mobile {
    width: 100%;
    display: none;
}

@media (max-width: 600px) {
    .banner img.banner-img-mobile {
        display: block;
    }
}

.banner-fonts {
    max-width: 740px;
    text-align: center;
    position: absolute;
    top: 0;
    margin-top: -630px;
    left: 0;
    width: 100%
}

@media (max-width: 600px) {
    .banner-fonts {
        left: 0;
        margin-top: 0px;
        position: relative;
        padding: 18px 5px
    }
}

.banner-fonts-1 {
    font-family: RobotoSerif-Bold;
    color: #2b6abe;
    line-height: 56px;
    letter-spacing: 1.2px;
    font-size:50px;
    padding-bottom: 30px
}

@media (max-width: 600px) {
    .banner-fonts-1 {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 0;
    }
}

.banner-fonts-2 {
    font-size: 36px;
    line-height: 56px;
    color: #555;
    letter-spacing: 1.3px
}

.banner-fonts-2 i {
    color: #000
}

@media (max-width: 600px) {
    .banner-fonts-2 {
        font-size: 24px;
        line-height: 30px;
        font-family: RobotoSerif-Bold;
    }
    
    .banner-fonts-2 p{
        display: inline;
    }
}

.banner-fonts-intro {
    width: 866px;
    height: 160px;
    background-color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    margin: 50px 0 0 -50px;
    justify-content: center;
}

@media (max-width: 600px) {
    .banner-fonts-intro {
        width: 96%;
        margin: 10px auto 5px;
        height: auto;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: -1px;
        padding: 5px 0;
        justify-content: space-evenly;
    }
}

.banner-fonts-intro-number {
    margin: 0 20px 0 120px;
    font-size: 63px
}
.banner-fonts-intro-number:first-child {
    margin-left: 0;
}

@media (max-width: 600px) {
    .banner-fonts-intro-number {
        font-size: 24px;
        margin: 0 5px 0 10px
    }
}

.banner-fonts-intro-number span {
    font-size: 35px
}

@media (max-width: 600px) {
    .banner-fonts-intro-number span {
        font-size: 18px
    }
}

.banner-fonts-intro-content {
    letter-spacing: .7px
}

.banner-fonts-intro-content p:first-child {
    display: inline;
}

.banner-fonts-intro-content p:last-child {
    display: block;
}

@media (max-width: 600px) {
    .banner-fonts-intro-content {
        letter-spacing: -.5px;
        margin-right: 10px;
    }
}

.banner2 {
    background: linear-gradient(to right, #f6f6f6, #fff);
    font-family: RobotoSerif-bold;
    min-height: 800px
}

@media (max-width: 600px) {
    .banner2 {
        min-height: 0;
        background: #f6f6f6;
    }

    .banner2 .content {
        width: 100%
    }
}

.banner2 img.banner-img {
    width: 100%
}
@media (max-width: 600px) {
    .banner2 img.banner-img {
        display: none;
    }
}
.banner2 img.banner-img-mobile {
    width: 100%;
    display: none;
}

@media (max-width: 600px) {
    .banner2 img.banner-img-mobile {
        display: block;
    }
}

.banner2-fonts {
    max-width: 780px;
    text-align: center;
    position: absolute;
    top: 0;
    margin-top: -600px;
    left: 0;
    width: 100%
}

@media (max-width: 600px) {
    .banner2-fonts {
        left: 0;
        margin-top: 0px;
        position: relative;
        padding: 18px 5px;
    }
}

.banner2-fonts-1 {
    font-family: RobotoSerif-Bold;
    color: #2b6abe;
    line-height: 56px;
    letter-spacing: 1.2px;
    font-size:50px;
    padding-bottom: 20px
}

@media (max-width: 600px) {
    .banner2-fonts-1 {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 0;
    }
}

.banner2-fonts-2 {
    font-size: 30px;
    line-height: 42px;
    color: #666
}

.banner2-fonts-2 i {
    color: #000
}

@media (max-width: 600px) {
    .banner2-fonts-2 {
        font-size: 24px;
        line-height: 30px;
    }
}

.banner2-fonts-intro {
    width: 866px;
    height: 160px;
    background-color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 17px;
    text-align: left;
    margin: 50px 0 0 -50px
}

@media (max-width: 600px) {
    .banner2-fonts-intro {
        width: 96%;
        margin: 5px auto;
        height: auto;
        font-size: 12px;
        letter-spacing: -1px;
        padding: 5px 0;
        justify-content: space-evenly;
    }
}

.banner2-fonts-intro-number {
    margin: 0 20px 0 40px;
    font-size: 63px
}

@media (max-width: 600px) {
    .banner2-fonts-intro-number {
        font-size: 24px;
        margin: 0 5px 0 10px
    }
}

.banner2-fonts-intro-number span {
    font-size: 35px
}

@media (max-width: 600px) {
    .banner2-fonts-intro-number span {
        font-size: 18px
    }
}

.banner2-fonts-intro-content {
    letter-spacing: .7px
}

@media (max-width: 600px) {
    .banner2-fonts-intro-content {
        /*letter-spacing: -.5px;*/
        margin-right: 10px;
    }
}

.banner3 {
    background: linear-gradient(to right, #f6f6f6, #fff);
    min-height: 800px
}

@media (max-width: 600px) {
    .banner3 {
        /*max-height: 180px;*/
        min-height: 0;
        background: #f6f6f6;
    }

    .banner3 .content {
        width: 100%
    }
}

.banner3 img.banner-img {
    width: 100%
}
@media (max-width: 600px) {
    .banner3 img.banner-img {
        display: none;
    }
}
.banner3 img.banner-img-mobile {
    width: 100%;
    display: none;
}

@media (max-width: 600px) {
    .banner3 img.banner-img-mobile {
        display: block;
    }
}

.banner3-fonts {
    max-width: 780px;
    text-align: center;
    position: absolute;
    top: 0;
    margin-top: -570px;
    left: -50px;
    width: 100%
}

@media (max-width: 600px) {
    .banner3-fonts {
        left: 0;
        margin-top: 0;
        position: relative;
        padding: 18px 5px;
    }
}

.banner3-fonts-1 {
    font-size: 50px;
    font-family: RobotoSerif-Bold;
    color: #2b6abe;
    line-height: 64px;
    letter-spacing: 1.2px
}

@media (max-width: 600px) {
    .banner3-fonts-1 {
        font-size: 30px;
        line-height: 34px;
    }
}

.banner3-fonts-2 {
    font-size: 30px;
    line-height: 39px;
    color: #666;
    margin-top: 30px
}

.banner3-fonts-2 i {
    color: #000
}

@media (max-width: 600px) {
    .banner3-fonts-2 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 5px
    }
}

.wrap {
    display: flex;
    flex-direction: column
}

.students {
    padding-bottom: 20px
}

.students .content {
    display: flex
}

@media (max-width: 600px) {
    .students .content {
        width: 100%;
        display: block
    }
}

.students .content.college-content {
    padding-left: 70px;
    width: 1400px
}

@media (max-width: 600px) {
    .students .content.college-content {
        width: 100%;
        padding: 0;
        margin: 0
    }
}

.students .content.college-content .students-left-title {
    margin-left: 100px
}

@media (max-width: 600px) {
    .students .content.college-content .students-left-title {
        margin: 10px 0 30px 15px
    }
}

.students .content.college-content .students-left-content {
    padding: 40px 0 0 40px;
    margin-left: 0;
    max-width: 1070px
}

@media (max-width: 600px) {
    .students .content.college-content .students-left-content {
        padding: 0;
        margin: 0
    }
}

.students .content.college-content .students-left-content p {
    letter-spacing: .3px
}

.students .content.immigrant-content {
    width: 1300px
}

@media (max-width: 600px) {
    .students .content.immigrant-content {
        width: 100%
    }
    .students .content.immigrant-content .students-left {
        padding-top: 40%;
    }
}

.students .content.immigrant-content .students-left-content {
    padding-right: 0;
    margin-left: 40px
}

@media (max-width: 600px) {
    .students .content.immigrant-content .students-left-content {
        margin-left: 0
    }
}

.students .content.immigrant-content p {
    letter-spacing: 0px
}

.students-left {
    font-family: RobotoSerif-Medium;
    padding: 50px 0 0
}

@media (max-width: 600px) {
    .students-left {
        flex: 1;
        padding: 35% 0 10px 10px
    }
}

.students-left-title {
    font-size: 42px;
    margin: 0 0 0 140px;
    letter-spacing: -1px;
    /*width: 650px*/
}

@media (max-width: 600px) {
    .students-left-title {
        width: auto;
        margin: 10px 0 10px 15px;
        font-size: 30px;
        font-family: RobotoSerif-Bold;
        text-align: center;
        margin-bottom: 40px;
    }
}

.students-left-content {
    max-width: 1100px;
    height: 100px;
    padding: 40px 150px 0 0;
    margin-left: 60px;
    background-size: contain;
    font-size: 18px;
    line-height: 24px;
    flex: 1;
    word-break: break-word;
    letter-spacing: .8px;
    display: flex
}

@media (max-width: 600px) {
    .students-left-content {
        max-width: 100%;
        height: auto;
        padding: 0;
        margin-left: 0;
        font-size: 24px;
        line-height: 30px;
        position: relative;
        font-family: RobotoSerif-Regular;
    }
}

.students-left-content .left-quotationMarks,
.students-left-content .right-quotationMarks {
    font-size: 160px;
    opacity: .4;
    font-family: Arial;
    color: #2b6abe;
    line-height: 130px
}

@media (max-width: 600px) {

    .students-left-content .left-quotationMarks,
    .students-left-content .right-quotationMarks {
        font-size: 30px;
        line-height: 40px
    }
}

.students-left-content .left-quotationMarks {
    margin-right: 25px;
    margin-top: -10px
}

@media (max-width: 600px) {
    .students-left-content .left-quotationMarks {
        margin-right: 5px
    }
}

.students-left-content .right-quotationMarks {
    margin-left: 20px;
    margin-top: 50px
}

@media (max-width: 600px) {
    .students-left-content .right-quotationMarks {
        margin-left: 10px;
        position: absolute;
        right: 10px;
        bottom: -5px;
        line-height: 0px;
    }
}

.students-left-content p {
    word-break: break-word;
    letter-spacing: .1px
}
@media (max-width: 600px) {
    .students-left-content p {
        padding-right: 15px;
    }
}

.students-right {
    padding-top: 43px
}

@media (max-width: 600px) {
    .students-right {
        width: 30%;
        padding-top: 0;
        position: absolute;
        top: 30px;
        left: 35%;
    }

    .students-right img {
        width: 100%
    }
}

@media (max-width: 600px) {
    .students.global-students .students-left{
        padding-top: 40%
    }
}

.students.global-students .students-left-content p {
    letter-spacing: -.7px
}

.helpBg {
    background: url(/static/assets_CN/phd-help-bg-B1S7j3J3.png) no-repeat;
    color: #fff;
    position: relative;
    min-height: 777px
}

@media (max-width: 600px) {
    .helpBg {
        min-height: 0
    }
}

.collegeHelpBg {
    background: url(/static/assets_CN/college-help-bg-DVQELwG_.png) no-repeat;
    color: #fff;
    position: relative;
    min-height: 692px
}

@media (max-width: 600px) {
    .collegeHelpBg {
        min-height: 0
    }
}

.globalHelpBg {
    background: url(/static/assets_CN/global-help-bg-B6r57lm3.png) no-repeat;
    color: #fff;
    position: relative;
    min-height: 691px
}

@media (max-width: 600px) {
    .globalHelpBg {
        min-height: 0
    }
}

.help {
    background: #256dbfe6;
    padding-bottom: 110px;
    padding-top: 130px;
    min-height: 777px
}

@media (max-width: 600px) {
    .help {
        padding-bottom: 30px;
        padding-top: 100px;
        min-height: 777px
    }
}

.help-top {
    font-size: 55px;
    text-align: center;
    line-height: 65px;
    padding: 0 0 50px;
    font-weight: 700;
    letter-spacing: 2px
}

@media (max-width: 600px) {
    .help-top {
        font-size: 40px;
        line-height: 46px;
        padding: 70px 0 20px;
        letter-spacing: 0px;
        font-family: RobotoSerif-Bold;
    }
}

.help-content {
    width: 1320px;
    margin: 0 auto;
    display: flex
}

@media (max-width: 600px) {
    .help-content {
        width: auto;
        display: block;
        padding: 0 10px
    }
}

.help-content-item {
    width: 580px
}

@media (max-width: 600px) {
    .help-content-item {
        width: 100%
    }
}

.help-content-item-fonts {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 60px;
    font-family: Tahoma;
    word-wrap: break-word
}

@media (max-width: 600px) {
    .help-content-item-fonts {
        margin: 20px 0 30px;
        font-size: 24px;
        line-height: 30px;
        font-family: RobotoSerif-Regular;
    }
}

.help-content-item-intro {
    font-size: 27px;
    height: 52px;
    letter-spacing: -1px;
    display: flex;
    align-items: center
}

@media (max-width: 600px) {
    .help-content-item-intro {
        font-size: 30px;
        height: 36px;
        font-family: RobotoSerif-Bold;
    }
}

.help-content-item-intro img {
    margin-right: 10px
}

@media (max-width: 600px) {
    .help-content-item-intro img {
        width: 26px
    }
}

.help-content-item-intro .number {
    margin-right: 10px
}

.help-content-item-intro span {
    margin-right: 10px;
    font-size: 49px
}

.help-content-item-global {
    width: 800px
}

@media (max-width: 600px) {
    .help-content-item-global {
        width: 100%
    }
}

.help-content-left {
    margin-left: 30px
}

@media (max-width: 600px) {
    .help-content-left {
        margin-left: 0
    }
}

.help-content-right {
    margin-left: 120px;
    width: 580px
}

@media (max-width: 600px) {
    .help-content-right {
        width: auto;
        margin-left: 0
    }
}

.help-from-top {
    height: 44px;
    text-align: center;
    font-size: 35px;
    max-width: 1340px;
    margin: 80px auto 50px;
    font-family: RobotoSerif-Bold
}

.help-from-top-hr {
    width: 26%;
    height: 1px;
    background-color: #fff;
    margin-top: 22px
}

.help-from-btm {
    max-width: 1188px;
    margin: 0 auto;
    padding-bottom: 80px
}

.help-from-btm-item {
    width: auto;
    height: 260px;
    border-right: 1px dashed #aac4e6;
    padding: 0 50px
}

.help-from-btm-item-item {
    height: 68px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center
}

.help-from-btm-item-item img {
    max-width: 100%;
    max-height: 100%
}

.help-from-btm-item-item:last-child {
    margin: 0
}

.help-from-btm-item:first-child,
.help-from-btm-item:nth-child(3) {
    padding: 0 60px
}

.help-from-btm-item:last-child {
    border-right: 0
}

.help.collegeHelp {
    padding-top: 160px;
    min-height: 692px
}

@media (max-width: 600px) {
    .help.collegeHelp {
        padding-top: 100px;
        min-height: auto
    }
}

.help.collegeHelp .help-content-item-fonts {
    margin: 15px 0 90px;
    min-height: 48px
}

.help.collegeHelp .help-content-item-fonts:last-child {
    margin: 15px 0 60px
}

@media (max-width: 600px) {
    .help.collegeHelp .help-content-item-fonts {
        margin: 8px 0 20px !important;
        min-height: auto
    }
}

.help.gobalHelp {
    padding-top: 160px;
    min-height: 692px
}

@media (max-width: 600px) {
    .help.gobalHelp {
        padding-top: 100px;
        min-height: auto
    }
}

.help.gobalHelp .help-content-item-fonts {
    margin: 15px 0 90px
}

.help.gobalHelp .help-content-item-fonts:last-child {
    margin: 15px 0 60px
}

@media (max-width: 600px) {
    .help.gobalHelp .help-content-item-fonts {
        margin: 8px 0 20px !important
    }
}

.help.gobalHelp .help-content-right {
    width: 550px
}

@media (max-width: 600px) {
    .help.gobalHelp .help-content-right {
        width: auto
    }
}

.immigrantHelp .help-content-item-fonts {
    letter-spacing: -.3px
}

.content-1320 {
    width: 1320px;
    margin: 0 auto
}

@media (max-width: 600px) {
    .content-1320 {
        width: 100%
    }
}

.work {
    color: #2b6abe
}

.work-top {
    height: 75px;
    text-align: center;
    font-size: 55px;
    max-width: 1340px;
    margin: 72px auto 80px;
    font-family: RobotoSerif-Bold
}

@media (max-width: 600px) {
    .work-top {
        font-size: 40px;
        line-height: 46px;
        height: auto;
        margin: 20px auto 10px;
        padding: 0 10px;
        font-family: RobotoSerif-Bold;
    }
}

.work-top-hr {
    width: 310px;
    height: 1px;
    background-color: #2b6abe;
    margin-top: 32px
}

@media (max-width: 600px) {
    .work-top-hr {
        width: 60px;
        margin-top: 22px;
    }
}

.work-btm {
    display: flex
}

.work-btm-left {
    width: 620px;
    margin-right: 40px
}

@media (max-width: 600px) {
    .work-btm-left {
        width: auto;
        margin: 0;
        padding: 0 10px
    }
}

.work-btm-left-title {
    display: flex;
    align-items: center;
    font-size: 40px;
    color: #2b6abe;
    letter-spacing: -2px;
    margin-bottom: 10px
}

@media (max-width: 600px) {
    .work-btm-left-title {
        font-size: 30px;
        letter-spacing: 0;
        font-family: RobotoSerif-Bold;
    }
}

.work-btm-left-title img {
    margin-right: 20px
}

@media (max-width: 600px) {
    .work-btm-left-title img {
        width: 25px;
        margin-right: 10px
    }
}

.work-btm-left-content {
    font-family: Tahoma;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 55px;
    color: #000
}

@media (max-width: 600px) {
    .work-btm-left-content {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 25px;
        font-family: RobotoSerif-Regular;
    }
}

.work-btm-left-content:last-child {
    margin-bottom: 0
}

@media (max-width: 600px) {
    .work-btm-right {
        display: none
    }
}

.swiper-container {
    overflow: hidden;
    height: 260px
}

@media (max-width: 600px) {
    .swiper-container {
        height: auto
    }
}

.swiper-container .swiper-button-prev {
    bottom: 18px;
    left: auto;
    margin: 0;
    right: 86px;
    top: auto;
    width: 56px;
    height: 56px
}

@media (max-width: 600px) {
    .swiper-container .swiper-button-prev {
        width: 30px;
        height: 30px;
        right: 56px
    }
}

.swiper-container .swiper-button-next {
    bottom: 18px;
    left: auto;
    margin: 0;
    right: 12px;
    top: auto;
    width: 56px;
    height: 56px
}

@media (max-width: 600px) {
    .swiper-container .swiper-button-next {
        height: 30px;
        width: 30px
    }
}

.team-title {
    color: #3570c0;
    font-size: 55px;
    line-height: 65px;
    font-style: italic;
    margin: 95px auto 30px;
    font-family: RobotoSerif-Bold;
    letter-spacing: 1px
}

@media (max-width: 600px) {
    .team-title {
        font-size: 40px;
        line-height: 44px;
        margin: 30px auto 10px;
        padding-left: 10px
    }
}

.team-btm {
    background-color: #eef3fa;
    position: relative
}

@media (max-width: 600px) {
    .team-btm {
        margin-bottom: 30px
    }
}

.team-btm-item {
    display: flex
}

@media (max-width: 600px) {
    .team-btm-item {
        display: block
    }

    .team-btm-item img {
        margin-left: 10px
    }
}

.team-btm-item-left {
    background-color: #2b6abe;
    color: #fff;
    min-width: 408px;
    height: 260px;
    vertical-align: middle;
    text-align: center;
    letter-spacing: -1px;
    position: relative
}

@media (max-width: 600px) {
    .team-btm-item-left {
        height: 120px;
        min-width: 0;
        padding: 20px 0 20px 10px;
        text-align: left
    }
}

.team-btm-item-left .logo {
    margin-top: 35px
}

@media (max-width: 600px) {
    .team-btm-item-left .logo {
        display: none
    }
}

.team-btm-item-left-fonts1 {
    margin: 25px 0 10px;
    font-size: 37px;
    font-family: RobotoSerif-Bold
}

@media (max-width: 600px) {
    .team-btm-item-left-fonts1 {
        margin: 0 0 10px;
        font-size: 40px;
        font-family: Roboto;
    }
}

.team-btm-item-left-fonts2 {
    font-size: 19px
}

@media (max-width: 600px) {
    .team-btm-item-left-fonts2 {
        font-size: 18px;
        font-family: RobotoSerif-Bold;
    }
}

.team-btm-item-left .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 13px solid #2b6abe;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    right: -13px;
    top: 120px
}

@media (max-width: 600px) {
    .team-btm-item-left .triangle {
        display: none
    }
}

.team-btm-item .displayFlex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.team-btm-item-right {
    line-height: 25px;
    font-family: Myriad Pro;
    padding: 0 45px 0 50px;
    max-height: 300px;
    letter-spacing: .3px;
    display: flex;
    align-items: center
}

@media (max-width: 600px) {
    .team-btm-item-right {
        font-size: 24px;
        line-height: 30px;
        font-family: RobotoSerif-Regular;
        padding: 20px 10px 55px;
        max-height: max-content
    }
}

.team-btm-item-right .title {
    font-size: 19px;
    color: #2b6abe;
    letter-spacing: -1px;
    font-family: RobotoSerif-Medium;
    margin: 30px auto 15px
}

@media (max-width: 600px) {
    .team-btm-item-right .title {
        font-size: 14px
    }
}

.team-btm-item-right .title span {
    font-size: 37px;
    font-family: RobotoSerif-Bold;
    margin-right: 15px;
    letter-spacing: 0
}

@media (max-width: 600px) {
    .team-btm-item-right .title span {
        font-size: 20px
    }
}

.project {
    margin-top: 60px
}

@media (max-width: 600px) {
    .project {
        display: none
    }
}

.project-content {
    max-width: 887px;
    height: 263px;
    background: url(/static/assets_CN/index-project-bg-7oFo5cat.png) no-repeat;
    background-size: cover;
    font-size: 42px;
    color: #fff;
    line-height: 100px;
    padding: 110px 0 0 90px;
    font-family: RobotoSerif-Bold
}

.project-content span {
    margin-top: 10px
}

.project-content img {
    float: left;
    margin: 5px 20px auto auto
}