<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*global css*/
* {
    padding: 0;
    margin: 0;
    font-family: "Roboto","PingFang SC","微软雅黑体","Microsoft YaHei","微软雅黑","宋体","SimSun","Helvetica Neue","Helvetica",Arial,sans-serif;
}
@media screen and (min-width: 768px) {
    .pc-hide {
        display: none!important;
    }
}
@media screen and (max-width: 768px) {  
    .mobile-hide {
        display: none!important;
    }
}
.hide {
    display: none;
}
a {
    cursor: pointer;
    text-decoration: none;
}
.banner {
    border-bottom: 3px solid #e9e4a;
}
.banner picture {
    display: grid;
}
/*header style*/
header {
    height: 90px;
    background: #04326f;
    display: flex;
    justify-content: space-between;
}
.logo{
    width: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    cursor: pointer;
}
.logo img{
    max-width: 300px;
}
nav {
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
nav a {
    color: #fdfdfd;
}
nav &gt; div &gt; a {
    padding-bottom: 8px;
}
nav div {
    margin: 0 35px;
    position: relative;
    display: inline-block;
}
nav ul {
    display: none;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    nav div:hover ul {
        position: absolute;
        width: 200px;
        list-style: none;
        background: #fff;
        font-size: 18px;
        display: block!important;
        top: 32px;
    }
    nav div:hover ul li a {
        color: #36424b;
    }
    nav div:hover ul li:hover a{
        color: #d63d1f;
    }
}
nav li {
    height: 50px;
    border-bottom: 1px solid #e6edf2;
    padding-left: 24px;
    display: flex;
    align-items: center;
}
.about-us .about-us &gt; a,
.underground .underground &gt; a,
.postgraduate .postgraduate &gt; a,
.working-carrer .working-carrer &gt; a,
.school-live .school-live &gt; a{
    border-bottom: 3px solid #e59e4a;
}
/* footer icp*/
.icp-info {
    background: #0a1539;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}
.icp-info div {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-direction: initial;
    justify-content: center;
    color: #9bb4c8;
    text-align: center;
}
.icp-info div span {
    display: flex;
    justify-content: center;
}

.icp-info div span img {
    margin-right: 10px;
}
.icp-info div&gt;span&gt;a{
    color: #9bb4c8;
}
.icp-info div&gt;span+span{
    margin-left: 15px;
}
/* footer style*/
footer {
    border-top: 3px solid #e59e4a;
    background:#04326f;
    color: #fdfdfd;
}
.footer-content {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    padding: 35px;
    justify-content: space-between;
    box-sizing: border-box;
}
.footer-content .left .top{
    margin-bottom: 42px;
}
.footer-content .left .top img {
    max-width: 400px;
}
.footer-content .left .middle h3{
    margin-bottom: 24px;
    font-size: 20px;
}
.footer-content .left .chat-icon a {
    margin-right: 22px;
}
.footer-content .left .botton{
    margin-top: 44px;
    font-size: 18px;
    line-height: 30px;
}
.footer-content .left .botton a {
    color: #fdfdfd;
    display: block;
}

.chat-icon{
    position: relative;
}
.chat-icon .code-div{
    z-index: 10;
    position: absolute;
    display: none;
    top: 35px;
    padding: 5px;
    box-shadow: 0 0 10px #eee;
    border-radius: 6px;
    background-color: #fff;
}
.chat-icon .code-div&gt;img{
    display: block;
    width: 182px;
}

.site-map{
    flex-grow: 1;
    margin-left: 60px;
}
.site-map&gt;ul{
    list-style: none;
    color: #fdfdfd;
    display: flex;
    justify-content: space-between;
}
.site-map&gt;ul&gt;li&gt;a{
    color: #fdfdfd;
    font-size: 18px;
    line-height: 1em;
    padding-left: 10px;
    border-left: 2px solid #e59e4a;
}
.site-map&gt;ul&gt;li&gt;ul{
    margin-top: 30px;
    list-style: none;
}
.site-map&gt;ul&gt;li&gt;ul&gt;li{
    padding-left: 14px;
}
.site-map&gt;ul&gt;li&gt;ul&gt;li&gt;a{
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.site-map&gt;ul&gt;li&gt;ul&gt;li+li{
    margin-top: 20px;
}
.footer-content .right h3 {
    font-size: 20px;
    margin-bottom: 40px;
}
.footer-content .right div {
    display: flex;
    flex-direction: column;
}
.footer-content .right div span {
    font-size: 16px;
    margin-bottom: 20px;
}

/* up all global header footer pc version */
@media screen and (max-width: 768px) {
    header {
        height: 43px;
    }
    .logo {
        max-width: 50vw;
        padding-left: 15px;
    }
    .logo img {
        max-width: 100%;
    }
    nav {
        display: none;
        position: absolute;
        z-index: 3;
        height: 100%;
        width: 100%;
        background: rgb(10 48 78 / 95%);
    }
    .mobile-toggle {
        margin-right: 15px;
        position: relative;
        width: 5vw;
    }
    .mobile-toggle img {
        width: 3vw;
        display: inline-block;
        position: absolute;
        margin-top: 21px;
        top: -1.5vw;
    }
    .mobile-toggle-header {
        display: flex;
        margin: 0;
        height: 43px;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 33px;
    }
    .mobile-toggle-header .image-left {
        max-width: 50vw;
        padding-left: 15px;
        width: 340px;
        margin: 0;
    }
    .mobile-toggle-header .image-left&gt;img{
        display: block;
        width: 100%;
    }
    .mobile-toggle-header .image-right img{
        width: 5vw;
    }
    .nav-link {
        width: 100%;
        margin-bottom: 30px;
    }
    .nav-link a {
        font-size: 21px;
        padding: 0;
        border: none!important;
    }
    .nav-link &gt; a {
        border-left: 3px solid #d63d1f!important;
        padding-left: 16px;
    }
    .nav-link ul {
        display: block;
    }
    .nav-link ul li a {
        font-size: 19px;
    }
    .nav-link ul li a:before {
        content: "-";
        margin-right: 8px;
        color: #d63d1f;
    }
    .nav-link ul li:not(last-child) {
        border: none;
        height: auto;
        margin-top: 30px;
    }
    body.open nav{
        display:block;
    }
    .footer-content {
        flex-direction: column;
        justify-content: center;
        padding: 30px 25px;
    }
    .footer-content .left .top {
        margin-bottom: 55px;
        text-align: center;
    }
    .footer-content .left .top img{
        max-width: 100%;
    }
    .site-map li {
        margin-bottom: 28px;
    }
    .site-map li a {
        font-size: 16px;
    }
    .footer-content .right {
        text-align: center;
        margin-top: 35px;
    }
    .footer-content .right h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .footer-content .right div span {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .mobile-social {
        text-align: center;
        margin-top: 35px;
    }
    .mobile-social h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .chat-icon {
        margin-bottom: 15px;
    }
    .chat-icon a {
        margin-right: 17px;
    }
    .chat-icon .code-div{
        left: 50%;
        transform: translateX(-50%);
    }
    .chat-icon .code-div&gt;img{
        width: 128px;
    }
    
    .school-link span{
        width: 100%;
        display: block;
        margin-bottom: 13px;
        font-size: 16px;
    }
    .school-link a {
        font-size: 16px;
        color: #fdfdfd;
    }
    .icp-info {
        height: auto;
        text-align: center;
        flex-direction: column;
        padding: 17px 0;
    }
    .icp-info div {
        flex-flow: column;
    }
    .icp-info span {
        font-size: 15px;
    }
}
/*home page*/
.banner img{
    width: 100%;
}
.banner {
    position: relative;
}
.banner .banner-text {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 1200px;
    height: 100%;
    margin-left: -600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .banner-text h1 {
    font-size: 40px;
    font-weight: normal;
    color: #fdfdfd;
    margin-bottom: 43px;
}
.banner .banner-text span {
    padding: 19px 24px;
    font-size: 22px;
    color: #fdfdfd;
    background: #e59e4a;
    border-radius: 5px;
    width: max-content;
}
body.about-us .narrow {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 0;
    display: flex;
    justify-content: space-between;
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box;
}
body.about-us .narrow .text-left {
    width: 40%;
}
body.about-us .narrow .text-left h3 {
    font-size: 40px;
    color: #015496;
    margin-bottom: 50px;
    line-height: 40px;
}
body.about-us .narrow .text-left p {
    font-size: 18px;
    color: #36424b;
    margin-bottom: 18px;
    line-height: 1.7;
}
body.about-us .narrow .video-right {
    width: 55%;
}
body.about-us .narrow .video-right video {
    max-width: 100%;
}
.number-data {
/*  min-height: 700px;*/
    background-image: url('../media/home-data-background.png');
}
.data-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0 5px 0;
    color: #dfdfdf;
    display: flex;
    flex-wrap: wrap;
}
.data-content {
    width: calc(21% - 2px);
    text-align: center;
    margin-bottom: 70px;
    padding: 0 2%;
    border-right: 2px solid #d63d1f;
}
.data-content.no-dash {
    border: none;
}
.data-content .animation-text{
    font-size: 28px;
}
.data-content .animation-text span{
    font-size: 60px;
}
.no-dash.no-data div{
    font-size: 70px;
}
.school-position {
    min-height: 812px;
    background-image: url('../media/school-position-bg.png');
    background-size: cover;
}
.school-position .text-content {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding: 100px 0;
}
.school-position .text-content .text-block {
    width: 46%;
    background: #fdfdfd;
    padding: 40px;
}
.school-position .text-content .text-block h3 {
    color: #015496;
    font-size: 40px;
    margin-bottom: 28px;
}
.school-position .text-content .text-block p {
    font-size: 18px;
    color: #36424b;
    line-height: 26px;
    margin-bottom: 20px;
}
span.find-more {
    background-image: url('../media/findmore.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height: 40px;
    display: block;
    font-size: 18px;
    color: #fdfdfd;
    line-height: 40px;
    text-indent: 22px;
}
.find-more-outer {
    display: flex;
    justify-content: end;
}
.your-safty {
    min-height: 460px;
    background-image: url('../media/safty-bg.png');
    background-size: cover;
    background-position: center;
}
.your-safty .main-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 450px;
}
.your-safty .main-content h3 {
    font-size: 40px;
    color: #fff;
}
.your-safty .main-content p {
    font-size: 22px;
    color: #b0dcfe;
    line-height: 38px;
    padding: 0 35px;
}
.your-safty .find-more-outer {
    justify-content: center;
    text-align: left;
}
.narrow-not-video .text-left-img-right,
.narrow-not-video .img-left-text-right{
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 35px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.narrow-not-video .text-left,
.narrow-not-video .text-right {
    width: 46%;
}
.narrow-not-video .text-left h3,
.narrow-not-video .text-right h3{
    font-size: 40px;
    color: #015496;
    margin-bottom: 40px;
}
.narrow-not-video .text-left p,
.narrow-not-video .text-right p{
    font-size: 18px;
    color: #36424b;
    margin-bottom: 30px;
    line-height: 30px;
}
.narrow-not-video .find-more-outer {
    justify-content: flex-start;
}
.narrow-not-video .imge-right,
.narrow-not-video .imge-left{
    width: 48%;
}
.narrow-not-video .imge-right img,
.narrow-not-video .imge-left img{
    max-width: 100%;
}
.narrow-not-video .last{
    padding-top: 0!important;
}
@media screen and (max-width: 768px) {
    .banner .banner-text {
        margin: 0;
        left: 22px;
    }
    .banner .banner-text h1 {
        font-size: 30px;
        margin-bottom: 21px;
    }
    .banner .banner-text span {
        font-size: 11px;
        padding: 10px 12px;
    }
    body.about-us .narrow {
        flex-direction: column;
        padding: 30px 22px;
    }
    body.about-us .narrow .text-left {
        width: 100%;
    }
    body.about-us .narrow .text-left h3 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 30px;
        line-height: 1;
    }
    body.about-us .narrow .text-left p {
        font-size: 16px;
        line-height: 1.6;
    }
    body.about-us .narrow .video-right {
        width: 100%;
        margin-top: 12px;
    }
    .number-data {
        height: auto;
        min-height: auto;
    }
    .data-main {
        padding: 50px 0 37px 0;
    }
    .data-content {
        width: calc(21% - 2px);
        text-align: center;
        margin-bottom: 30px;
        padding: 0 6%;
        border-right: 2px solid #d63d1f;
    }
    .data-content .animation-text {
        font-size: 14px;
    }
    .data-content .animation-text span {
        font-size: 30px;
    }
    .data-main {
        font-size: 10px;
    }
    .data-content.no-dash {
        border-right: 2px solid #d63d1f;
    }
    .data-content.no-dash-mobile {
        border-right: none;
    }
    .data-content.no-data{
        display: none;
    }
    .data-content.mobile-half {
        width: 36%;
    }
    .school-position {
        background-position: center;
        height: auto;
        min-height: auto;
    }
    .school-position .text-content {
        padding: 50px 22px;
    }
    .school-position .text-content .text-block {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .school-position .text-content .text-block h3 {
        font-size: 22px;
        margin-bottom: 14px;
    }
    .school-position .text-content .text-block p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .find-more-outer {
        justify-content: center;
        margin: 20px 0;
    }
    span.find-more {
        text-indent: 14px;
        width: 120px;
        font-size: 15px;
        line-height: 30px;
        height: 30px;
    }
    .your-safty {
        background-size: inherit;
        min-height: auto;
    }
    .your-safty .main-content {
        padding:  0 22px;
        text-align: left;
    }
    .your-safty .main-content h3 {
        font-size: 22px;
        text-align: center;
    }
    .your-safty .main-content p {
        padding: 0;
        font-size: 16px;
    }
    .narrow-not-video .text-left-img-right, .narrow-not-video .img-left-text-right {
        flex-direction: column;
        padding: 40px 0;
    }
    .narrow-not-video .text-left, .narrow-not-video .text-right {
        width: 100%;
        padding: 0 22px;
        box-sizing: border-box;
    }
    .narrow-not-video .text-left h3, .narrow-not-video .text-right h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .narrow-not-video .text-left p, .narrow-not-video .text-right p {
        font-size: 16px;
    }
    .narrow-not-video .find-more-outer {
        justify-content: center;
        margin-bottom: 32px;
    }
    .narrow-not-video .imge-right, .narrow-not-video .imge-left {
        width: 100%;
    }
    .narrow-not-video .imge-right picture, .narrow-not-video .imge-left picture{
        display: inline-grid;
        width: 100%;
    }
    .narrow-not-video .imge-right img, .narrow-not-video .imge-left img{
        width: 100%;
    }
    .narrow-not-video .last {
        flex-direction: column-reverse;
        padding-bottom: 0;
    }
    body.about-us .narrow .video-right video {
        width: 100%;
    }
}

/*//underground paage*/
body.underground .banner {
    border-bottom: 3px solid #e59e4a;
}
body.postgraduate .banner {
    border-bottom: 3px solid #e59e4a;
}
body.underground .banner picture {
    display: grid;
}
body.underground .text-right {
    width: 48%;
/*    padding-top: 20px;*/
}
body.underground .text-right p {
    font-size: 20px;
    line-height: 44px;
}
body.underground .data-main {
    justify-content: space-between;
}
body.underground .data-content{
    max-width: calc(20% - 2px);
    width: auto;
}
.narrow.destination {
    display: flex;
}
.left-half,
.right-half {
    width: 50%;
}
.right-half{
    background: #e2e7eb;
    padding-left: 75px;
    box-sizing: border-box;
}
.narrow.destination .left-half div,
.narrow.destination .right-half div{
    max-width: 600px;
    width: 100%;
    float: right;
    padding: 90px 0;
}
.narrow.destination .right-half div {
    float: left;
}
.narrow.destination .left-half div h3,
.narrow.destination .right-half div h3 {
    font-size: 36px;
    color: #015496;
    padding-left: 16px;
    border-left: 3px solid #d63d1f;
    line-height: 1;
    margin-bottom: 65px;
}
.narrow.destination .left-half div ul,
.narrow.destination .right-half div ul {
    list-style: none;
    font-size: 22px;
    color: #36424b;
}
.narrow.destination .left-half div ul li {
    margin-bottom: 22px;
}
.narrow.destination .left-half div ul li:before,
.narrow.destination .right-half div ul li:before {
    content: "";
    display: inline-block;
    margin-right: 14px;
    width: 8px;
    height: 8px;
    background: #015496;
    border-radius: 50%;
    vertical-align: middle;
}
.narrow.destination .left-half div ul li span,
.narrow.destination .right-half div ul li span {
    color: #015496;
}
.narrow.destination .right-half div ul li {
    margin-bottom: 16px;
}
.narrow.destination .right-half div ul + span {
    padding: 15px 25px;
    background: #127BB6;
    border-radius: 5px;
    color: #fff;
    margin-top: 18px;
    display: inline-block;
    font-style: italic;
}
.apply-table {
    background: #f1f6f9;
    padding-bottom: 84px;
}
.apply-table h3 {
    font-size: 36px;
    color: #015496;
    text-align: center;
    line-height: 1;
    margin: 84px 0 61px 0;
    display: inline-block;
    width: 100%;
}
.apply-table .main-title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.apply-table .main-title .content-title-01,
.apply-table .main-title .content-title-02,
.apply-table .main-title .content-title-03,
.apply-table .main-title .content-title-04 {
    padding: 17px 33px;
    font-size: 24px;
    border: 1px solid #a8c9e3;
    color: #acb5bb;
    cursor: pointer;
}
.apply-table .main-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 67px;
    box-sizing: border-box;
    background: #fff;
}
.apply-table .main-content .table-content-style p{
    font-size: 18px;
    color: #36424b;
    line-height: 34px;
    margin-bottom: 15px;
}
.apply-table .main-content .table-content-style .table {
    margin-top: 45px;
    border: 1px solid #a8c9e3;
}
.apply-table .main-content .table-content-style .table .table-title {
    display: flex;
    height: 46px;
    line-height: 46px;
    background: #015496;
    color: #fff;
    border-top: 2px solid #d63d1f;
    font-size: 18px;
}
.apply-table .main-content .table-content-style .table .table-title div:first-child {
    width: 50%;
    padding-left: 43px;
    box-sizing: border-box;
}
.apply-table .main-content .table-content-style .table .table-title div:last-child {
    width: 50%;
    text-align: center;
}
.apply-table .main-content .table-content-style .table .white,
.apply-table .main-content .table-content-style .table .grey{
    display: flex;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #36424b;

}
.apply-table .main-content .table-content-style .table .white div:first-child,
.apply-table .main-content .table-content-style .table .grey div:first-child{
    width: 50%;
    padding-left: 43px;
    box-sizing: border-box;
}
.apply-table .main-content .table-content-style .table .white div:last-child,
.apply-table .main-content .table-content-style .table .grey div:last-child{
    width: 50%;
    text-align: center;
}
.apply-table .main-content .table-content-style .table .grey {
    background: #f5f5f5;
}
.apply-table .main-content .table-content-style p.comments{
    font-size: 16px;
    line-height: 28px;
    color: #7f878c;
    margin-top: 22px;
    font-style: italic;
}
.apply-table .main-content .table-content-style .center-outer {
    text-align: center;
}
.apply-table .main-content .table-content-style .center-outer span {
    padding: 15px 25px;
    background: #127BB6;
    border-radius: 5px;
    color: #fff;
    margin-top: 18px;
    display: inline-block;
    font-style: italic;
}
.main-content div[class^='content-title-']:not(.active){
    display: none;
}
.apply-table .main-title div[class^='content-title-'].active {
    background: #015496;
    color: #fff;
    box-sizing: border-box;
    border-top: 3px solid #d63d1f;
}
.apply-table.scholaship {
    background: #fff;
}
.apply-table.scholaship h3 {
    margin: 45px 0 57px 0;
}
.apply-table.scholaship h3 ~ p {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 20px;
    color: #36424b;
    line-height: 34px;
    margin-bottom: 20px;
}
.apply-table.scholaship .main-title {
    margin-top: 40px;
}
.apply-table.scholaship .main-content {
    border: 1px solid #a8c9e3;
}
.apply-table.scholaship .main-content .table-content-style .table .table-title div:last-child {
    width: 100%;
    font-size: 20px;
}
.apply-table.scholaship .main-content .table-content-style .table {
    margin-top: 0;
}
.register-now {
    background: #f1f6f9;
    display: flex;
}
.register-now .main-content {
    max-width: 1200px;
    margin: 84px auto;
}
.register-now .main-content h3 {
    font-size: 36px;
    color: #015496;
    text-align: center;
    line-height: 1;
    margin-bottom: 53px;
}
.register-now .main-content div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.register-now .main-content div p {
    font-size: 20px;
    color: #36424b;
    width: 73%;
    line-height: 34px;
}
.register-now .main-content div span {
    padding: 15px 30px;
    background: #127BB6;
    border-radius: 5px;
    color: #fff;
    margin-top: 18px;
    display: inline-block;
    font-style: italic;
    font-size: 20px;
}
.virtual-travel {
    max-height: 400px;
    background-image: url('../media/virtual-travle-bg.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 84px 0;
}
.virtual-travel h3 {
    font-size: 36px;
}
.virtual-travel p{
    font-size: 20px;
    margin: 73px  0;
}
.virtual-travel .center-outer{
    text-align: center;
}
.virtual-travel .center-outer span{
    padding: 15px 50px;
    background: #127BB6;
    border-radius: 5px;
    color: #fff;
    margin-top: 18px;
    display: inline-block;
    font-style: italic;
    font-size: 20px;
}
/*//school live paage*/
body.school-live .banner {
    border-bottom: 3px solid #e59e4a;
}
body.school-live .banner picture {
    display: grid;
}
.narrow.pure-text {
    margin: 98px auto;
    color: #36424b;
    font-size: 20px;
    line-height: 2;
    max-width: 1200px;
    padding: 0 35px;
    box-sizing: border-box;
}
.narrow.pure-text p.middle {
    margin: 24px 0;
}
body.school-live .data-main {
    justify-content: space-between;
}
body.school-live .data-content {
    width: calc(26% - 2px);
}
.img-and-text {
    padding: 72px 0;
}
.img-and-text .content-main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 35px;
    box-sizing: border-box;
}
.img-and-text .content-main .left,
.img-and-text .content-main .right {
    max-width: calc(50% - 30px);
    width: 100%;
}
.img-and-text .content-main .left h4,
.img-and-text .content-main .right h4 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 38px;
    color: #015496;
}
.img-and-text .content-main .left p,
.img-and-text .content-main .right p{
    font-size: 20px;
    line-height: 34px;
    color: #36424b;
    margin: 42px 0;
}
.img-and-text .content-main .left span,
.img-and-text .content-main .right span {
    padding: 15px 25px;
    background: #127BB6;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-style: italic;
}
.culture-art {
    max-height: 600px;
    background-image: url('../media/cultureBg.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 84px 0;
}
.culture-art span{
    padding: 15px 25px;
    background: #127BB6;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-style: italic;
    margin-top: 48px;
}
.culture-art .content-main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0 35px;
    box-sizing: border-box;
}

.culture-art .content-main h4 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 62px;
}
.culture-art .content-main p {
    font-size: 20px;
    line-height: 34px;
}
.resident h4{
    font-size: 36px;
    line-height: 1;
    margin: 75px auto 57px auto;
    text-align: center;
    color: #015496;
}
.resident .full-content {
    background: #f4f8fa;
}
.resident .full-content .main-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 35px;
    box-sizing: border-box;
}
.resident .full-content  .main-content .left,
.resident .full-content  .main-content .right {
    margin: 41px 0 119px 0;
    max-width: calc(50% - 30px);
}
.resident .full-content  .main-content h5{
    font-size: 30px;
    color: #36424b;
    line-height: 1;
}
.resident .full-content  .main-content p {
    font-size: 22px;
    line-height: 40px;
    color: #36424b;
    margin: 35px 0 83px 0;
}
.resident .full-content  .main-content span{
    padding: 15px 25px;
    background: #127BB6;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-style: italic;
}
.resident .full-content  .main-content .right p {
    margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
    .narrow.pure-text {
        font-size: 16px;
        margin: 33px 22px;
        line-height: 32px;
        padding: 0;
    }
    body.school-live .data-content {
        width: 26%;
        padding: 3%;
    }
    body.school-live .data-main {
        justify-content: inherit;
    }
    .img-and-text {
        padding-top: 44px;
    } 
    .img-and-text .content-main {
        padding: 0 22px;
        box-sizing: border-box;
        flex-direction: column;
    }
    .img-and-text .content-main img {
        width: 100%;
    }
    .img-and-text .content-main .left h4, .img-and-text .content-main .right h4 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 44px;
    }
    .img-and-text .content-main .right h4 {
        margin-top: 44px;
    }
    .img-and-text .content-main .left p, .img-and-text .content-main .right p {
        font-size: 16px;
        margin: 20px 0 25px 0;
        line-height: 2;
    }
    .img-and-text .content-main .left span, .img-and-text .content-main .right span {
        font-size: 15px;
        margin-left: calc(50% - 78px);
    }
    .culture-art {
        padding: 36px 22px;
    }
    .culture-art .content-main {
        box-sizing: border-box;
    }
    .culture-art .content-main h4 {
        font-size: 22px;
        margin-bottom: 30px;
        text-align: center;
    }
    .culture-art .content-main p {
        font-size: 16px;
    }
    .culture-art span {
        font-size: 15px;
        margin-left: calc(50% - 78px);
    }
    .resident h4 {
        font-size: 22px;
        margin: 33px 0;
    }
    .resident .full-content .main-content {
        flex-direction: column;
    }
    .resident .full-content .main-content .left, .resident .full-content .main-content .right {
        margin: 0;
        padding: 0;
        max-width: inherit;
    }
    .resident .full-content .main-content h5 {
        font-size: 18px;
        text-align: center;
        margin-top: 27px;
    }
    .resident .full-content .main-content p{
        font-size: 16px;
        margin: 27px 0;
        line-height: 2;
    }
    .resident .full-content .main-content span {
        font-size: 15px;
        margin-left: calc(50% - 78px);
    }
    .resident .full-content .main-content .right {
        margin: 55px 0;
    }
    .img-and-text .content-main .left, .img-and-text .content-main .right {
        max-width: inherit;
    }
    .data-content .animation-text + div {
        font-size: 10px;
    }
}


/*//carrer undegrand paage*/
.working-carrer .banner-text h1{
    margin: 0;
    line-height: 1;
}
.working-carrer .banner-text text {
    font-size: 30px;
    color: #e59e4a;
}
.working-carrer .banner {
    border-bottom: 3px solid #e59e4a;
}
.working-carrer .banner picture {
    display: grid;
}
body.working-carrer .data-main {
    justify-content: space-between;
}
body.working-carrer .data-content {
    width: calc(26% - 2px);
}
body.working-carrer .narrow.destination .right-half div ul li {
    margin-bottom: 22px;
}
.your-team {
    max-height: 800px;
    background-image: url(../media/yourTeamBg.png);
    background-size: contain;
    background-position: center;
    color: #fff;
    text-align: left;
    padding: 65px 0;
    background-repeat: no-repeat;
    background-color: #044375;
}
.your-team .main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 35px;
    box-sizing: border-box;
}
.your-team .main-content h3 {
    text-align: center;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 57px;
}
.your-team .main-content p {
    max-width: 780px;
    font-size: 18px;
    line-height: 2;
}
.your-team .main-content p.first {
    margin-bottom: 50px;
}
.your-team .main-content p.last {
    margin-top: 50px;
}
.your-team .center-outer{
    text-align: center;
    margin-top: 50px;
}
.your-team .center-outer span{
    padding: 15px 50px;
    background: #127BB6;
    border-radius: 5px;
    color: #fff;
    margin-top: 18px;
    display: inline-block;
    font-style: italic;
    font-size: 20px;
}
.carrer-plan {
    margin-bottom: 72px;
}
.carrer-plan .main-content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 35px;
    box-sizing: border-box;
}
.carrer-plan .main-content h3 {
    font-size: 36px;
    line-height: 1;
    color: #015496;
    text-align: center;
    margin: 67px 0;
}
.carrer-plan .main-content .content-container {
    display: flex;
    justify-content: space-between;
}
.carrer-plan .main-content .content-container .column {
    width: 48%;
}
.carrer-plan .main-content .content-container .column h4 {
    font-size: 22px;
    height: 74px;
    text-align: center;
    background: #015496;
    line-height: 74px;
    color: #fff;
    border-top: 3px solid #d63d1f;
}
.carrer-plan .main-content .content-container .column p.first {
    padding: 30px;
    font-size: 20px;
    color: #36424b;
    line-height: 36px;
}
.carrer-plan .main-content .content-container .column p.last {
    padding: 0 30px 60px 30px;
    font-size: 20px;
    color: #36424b;
    line-height: 36px;
}
.carrer-plan .main-content .content-container .column .center-outer {
    text-align: center;
}
.carrer-plan .main-content .content-container .column span {
    padding: 15px 50px;
    background: #127BB6;
    border-radius: 5px;
    color: #fff;
    margin-top: 18px;
    display: inline-block;
    font-style: italic;
    font-size: 20px;
}
.graduate-plan {
    max-height: 582px;
    background-image: url('../media/graduatePlan.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: left;
    padding: 130px 0;
}
.graduate-plan span {
    padding: 15px 50px;
    background: #127BB6;
    border-radius: 5px;
    color: #fff;
    margin-top: 18px;
    display: inline-block;
    font-style: italic;
    font-size: 20px;
}
.graduate-plan .main-content {
    max-width: 1200px;
    margin: 0 auto;
    color: #015496;
    padding: 0 35px;
    box-sizing: border-box;
}
.graduate-plan .main-content h3 {
    font-size: 40px;
}
.graduate-plan .main-content p{
    font-size: 22px;
    margin: 50px 0;
    max-width: 75%;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    body.working-carrer .data-content {
        width: 26%;
        padding: 3%;
    }
    body.working-carrer .data-main {
        justify-content: inherit;
    }
    .mobile-image-show img{
        width: 100%;
    }
    .graduate-plan{
        background: #fff;
        padding: 0;
    }
    .narrow.destination {
        flex-direction: column;
    }
    .narrow.destination .left-half, 
    .narrow.destination .right-half{
        width: 100%;
    }
    .narrow.destination .left-half div, .narrow.destination .right-half div {
        padding: 40px 22px;
        box-sizing: border-box;
    }
    .narrow.destination .left-half div h3, .narrow.destination .right-half div h3 {
        font-size: 22px;
        margin-bottom: 40px;
    }
    .narrow.destination .left-half div ul, .narrow.destination .right-half div ul {
        font-size: 16px;
    }
    .narrow.destination .right-half {
        padding-left: 0;
    }
    .narrow.destination .right-half div ul + span {
        display: none;
    }
    .your-team {
        background:  #044375;
        padding: 35px 22px;
        max-height: initial;
    }
    .your-team .main-content h3 {
        font-size: 22px;
        margin-bottom: 35px;
    }
    .your-team .main-content p.first {
        margin-bottom: 40px;
    }
    .your-team .main-content p {
        font-size: 16px;
    }
    .your-team .main-content p.last {
        margin-top: 40px;
    }
    .your-team .center-outer {
        margin-top: 10px;
    }
    .your-team .center-outer span {
        padding: 10px 35px;
        font-size: 15px;
    }
    .carrer-plan .main-content h3 {
        font-size: 22px;
        margin: 30px;
    }
    .carrer-plan .main-content .content-container {
        flex-direction: column;
    }
    .carrer-plan .main-content .content-container .column {
        width: calc(100% - 44px);
        margin-left: 22px;
    }
    .carrer-plan .main-content .content-container .column h4 {
        font-size: 17px;
        height: 37px;
        line-height: 37px;
    }
    .carrer-plan .main-content .content-container .column p.first {
        font-size: 16px;
        padding: 10px 30px;
    }
    .carrer-plan .main-content .content-container .column p.last {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .carrer-plan .main-content .content-container .column:not(.last) {
        margin-bottom: 70px;
    }
    .carrer-plan .main-content .content-container .column span {
        padding: 10px 35px;
        font-size: 15px;
    }
    .graduate-plan .main-content {
        width: 100%;
        padding: 0 22px;
        box-sizing: border-box;
        margin-bottom: 60px;
    }
    .graduate-plan .main-content h3 {
        font-size: 22px;
        text-align: center;
    }
    .graduate-plan .main-content p {
        font-size: 16px;
        max-width: 100%;
        margin: 35px 0;
        line-height: 2;
    }
    .graduate-plan span {
        padding: 10px 35px;
        font-size: 15px;
        margin-left: 50%;
        position: relative;
        left: -90px;
        white-space: nowrap;
    }
}

/*//carrer postergraduate paage*/
.top-employee {
    background: #f1f6f9;
    padding: 70px 0 100px 0;
}
.top-employee h3 {
    text-align: center;
    font-size: 40px;
    color: #015496;
    margin-bottom: 60px;
}
.top-employee .main-content {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.top-employee .main-content div {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #ffffff;
}
.top-employee .main-content span {
    font-size: 18px;
    color: #015496;
    height: 40px;
    line-height: 40px;
    background: #c9d8e6;
}
.full-text-imge {
    display: flex;
    padding: 100px 0;
}
.full-text-imge .text,
.full-text-imge .image {
    width: 50%;
}
.full-text-imge .image img{
    max-width: 100%;
}
.full-text-imge .text.left {
    display: flex;
    justify-content: flex-end;
}
.full-text-imge .text.right {
    display: flex;
}
.full-text-imge .text.left .align-right {
    max-width: 600px;
    padding-right: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 35px;
}
.full-text-imge .text.right .align-right {
    max-width: 600px;
    padding-left: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.full-text-imge .text.left .align-right h3,
.full-text-imge .text.right .align-right h3{
    font-size: 36px;
    color: #015496;
}
.full-text-imge .text.left .align-right p,
.full-text-imge .text.right .align-right p{
    font-size: 24px;
    line-height: 2;
    color: #36424b;
    margin: 50px 0;
}
.full-text-imge .text.left .align-right span,
.full-text-imge .text.right .align-right span {
    padding: 15px 25px;
    background: #127BB6;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-style: italic;
    width: 172px;
    box-sizing: border-box;
}
.full-text-imge.bgcolor {
    background: #f1f6f9;
}
@media screen and (max-width: 768px) { 
    .top-employee {
        padding: 35px 0 50px;
    }
    .top-employee h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .top-employee .main-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .top-employee .main-content div {
        width: 30%;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .top-employee .main-content span {
        font-size: 9px;
        height: 20px;
        line-height: 20px;
    }
    .full-text-imge {
        flex-direction: column;
        padding: 30px 22px;
    }
    .full-text-imge .text.left,
    .full-text-imge .text.right {
        width: 100%;
        margin-bottom: 40px;
    }
    .full-text-imge .text.left .align-right,
    .full-text-imge .text.right .align-right {
        padding: 0;
    }
    .full-text-imge .text.left .align-right h3, .full-text-imge .text.right .align-right h3 {
        text-align: center;
        font-size: 22px;
    }
    .full-text-imge .text.left .align-right p, .full-text-imge .text.right .align-right p {
        font-size: 16px;
        margin: 30px 0;
    }
    .full-text-imge .text.left .align-right span, .full-text-imge .text.right .align-right span {
        font-size: 15px;
        width: 150px;
        padding: 10px 22px;
        box-sizing: border-box;
        margin-left: 50%;
        position: relative;
        left: -75px;
    }
    .full-text-imge .image {
        width: calc(100% + 44px);
        margin-left: -22px;
    }
    .full-text-imge.bgcolor {
        flex-direction: column-reverse;
        background: #ffffff;
    }
    .full-text-imge.last {
        padding-bottom: 0;
    }
}

/*//poster graduate sstudy*/
.all-schools {
    max-width: calc(1200px - 70px);
    margin: 70px auto 60px auto;
}
.all-schools p {
    color: #36424b;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    max-width: 1000px;
    margin: 0 auto 40px auto;
}
.all-schools .school-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 22px;
}
.all-schools .school-image div {
    width: 280px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.all-schools .center-outer {
    text-align: center;
    margin-top: 30px;
}
.all-schools .center-outer span {
    padding: 15px 25px;
    background: #127BB6;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-style: italic;
    width: 172px;
    box-sizing: border-box;
}
.all-schools .school-image .management{
    background-image: url('../media/management.png');
    background-size: cover;
    background-position: center;
    color: #fff;
}
.all-schools .school-image .enginereer{
    background-image: url('../media/enginereer.png');
    background-size: cover;
    background-position: center;
    color: #fff;
}
.all-schools .school-image .doctorSchool{
    background-image: url('../media/doctorSchool.png');
    background-size: cover;
    background-position: center;
    color: #fff;
}
.all-schools .school-image .mouseSchool{
    background-image: url('../media/mouseSchool.png');
    background-size: cover;
    background-position: center;
    color: #fff;
}
.all-schools .school-image .artSchool{
    background-image: url('../media/artSchool.png');
    background-size: cover;
    background-position: center;
    color: #fff;
}
.all-schools .school-image .law{
    background-image: url('../media/law.png');
    background-size: cover;
    background-position: center;
    color: #fff;
}
.all-schools .school-image .nurse{
    background-image: url('../media/nurse.png');
    background-size: cover;
    background-position: center;
    color: #fff;
}
.all-schools .school-image .socialSchool{
    background-image: url('../media/socialSchool.png');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.apply-process{
    background-image: url('../media/apllyprocessbg.png');
    background-size: cover;
    background-position: center;
    color: #fff;
}
.apply-process h3{
    padding: 60px 0 48px 0;
    text-align: center;
    font-size: 36px;
}
.apply-process .table-contain {
    max-width: calc(1200px - 70px);
    margin: 0 auto;
    background: #fff;
    color: #36424b;
    padding: 50px 70px;
    box-sizing: border-box;
}
.apply-process .table-content {
    border: 1px solid #bdd6ea;
    border-top: none;
    margin-bottom: 50px;
}
.apply-process .table-content .title{
    font-size: 18px;
    background: #015496;
    color: #fff;
    height: 48px;
    line-height: 48px;
    padding-left: 46px;
    border-top: 3px solid #d63d1f;
}
.apply-process .table-content .item {
    height: 45px;
    line-height: 45px;
    display: flex;
}
.apply-process .table-content .item.grey{
    background: #f5f5f5;
}
.apply-process .table-content .item span {
    width: 50%;
    padding-left: 46px;
    font-size: 16px;
}
.apply-process .center-outer {
    text-align: center;
}
.apply-process .center-outer span {
    padding: 15px 25px;
    background: #127BB6;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-style: italic;
    width: 172px;
    box-sizing: border-box;
}
.tuition-fee{
    background-image: url('../media/tuitionfee.png');
    background-size: cover;
    background-position: center;
    padding: 86px 0 100px 0;
}
.tuition-fee .main-content {
    max-width: calc(1200px - 70px);
    margin: 0 auto;
}
.tuition-fee .main-content h3 {
    font-size: 36px;
    color: #015496;
    text-align: center;
    margin-bottom: 58px;
}
.tuition-fee .main-content div {
    display: flex;
    justify-content: space-between;
}
.tuition-fee .main-content p {
    font-size: 22px;
    color: #36424b;
}
.tuition-fee .main-content span {
    padding: 15px 25px;
    background: #127BB6;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-style: italic;
    width: 172px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) { 
    .all-schools { 
        margin-top: 30px;
        padding: 0 22px;
        margin-bottom: 30px;
    }
    .all-schools p {
        font-size: 16px;
        line-height: 2;
    }
    .all-schools .school-image div {
        margin-bottom: 30px;
        width: 48%;
        height: 90px;
    }
    .all-schools .center-outer {
        margin-top: 0;
    }
    .apply-process h3 {
        font-size: 22px;
        padding: 25px 0;
    }
    .apply-process .table-contain {
        width: calc(100% - 44px);
        padding: 26px;
    }
    .apply-process .table-content .title {
        padding: 12px;
        height: auto;
        line-height: 1.5;
        font-size: 13px;
    }
    .tuition-fee {
        padding: 39px 22px;
    }
    .tuition-fee .main-content h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .tuition-fee .main-content div {
        flex-direction: column;
    }
    .tuition-fee .main-content p {
        text-align: center;
        font-size: 16px;
    }
    .tuition-fee .main-content span {
        margin-left: 50%;
        position: relative;
        left: -86px;
        margin-top: 30px;
    }
    .apply-process .table-content .item {
        flex-direction: column;
        height: auto;
        font-size: 13px;
        line-height: 30px;
    }
    .apply-process .table-content .item span {
        font-size: 13px;
        padding: 0 13px;
        width: 100%;
        box-sizing: border-box;
    }
}

/*//poster graduate sstudy*/

.subject {
    background-image: url('../media/tuitionfee.png');
    background-size: cover;
    background-position: center;
    padding: 72px 0;
}
.subject h3 {
    color: #015496;
    font-size: 36px;
    text-align: center;
}
.subject .main-content {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 70px auto;
}
.subject .main-content div {
    width: 280px;
    height: 100px;
    font-size: 22px;
    /* font-weight: bold; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #015496;
    margin-bottom: 20px;
    color: #ffffff;
    border-top: 3px solid #d63d1f;
    margin-right: 18px;
}
.subject .layout-center {
    text-align: center;
}
.subject .layout-center span {
    padding: 15px 25px;
    background: #127BB6;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-style: italic;
    width: 172px;
    box-sizing: border-box;
}
.student-say {
    padding: 80px 0;
}
.student-say h3 {
    color: #015496;
    font-size: 36px;
    text-align: center;
}
.student-say p {
    max-width: 1130px;
    margin: 52px auto;
    background: #f1f6f9;
    color: #36424b;
    font-size: 22px;
    line-height: 2;
    box-sizing: border-box;
    padding: 46px 116px;
    border-radius: 8px;
    position: relative;
}
.student-say p span:first-child {
    position: absolute;
    left: 36px;
}
.student-say p span:last-child {
    position: absolute;
    right: 36px;
}
.student-say .student-img {
    display: flex;
    justify-content: center;
}

.student-say .student-img .content-main {
    display: flex;
}
.student-say .student-img .content-main .text-area {
    display: flex;
    flex-direction: column;
    color: #36424b;
    margin-left: 28px;
    justify-content: space-evenly;
}
.student-say .student-img .content-main .text-area span:first-child {
    font-size: 26px;
    font-weight: bold;
}
.student-say .student-img .content-main .text-area span:last-child {
    font-size: 22px;
    color: #7f878c;
}
.position-place {
    background-image: url('../media/position-place.png');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.position-place.doctor {
    background-image: url('../media/doctor-place.png');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.position-place.engineer {
    background-image: url('../media/engineer-place.png');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.position-place.management {
    background-image: url('../media/management-place.png');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.position-place .main-content {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding: 0 35px;
    box-sizing: border-box;
}
.position-place h3 {
    font-size: 40px;
    margin-bottom: 40px;
}
.position-place p {
    font-size: 22px;
    line-height: 2;
    max-width: 60%;
}

.narrow.destination a{
    font-size: 20px;
    color: #015496;
    width: 100%;
    display: block;
    line-height: 44px;
    text-decoration: underline;
}
.narrow.destination a + span {
    color: #7f878c;
    font-size: 18px;
    display: block;
}
.narrow.destination .right-half p {
    font-size: 22px;
    color: #36424b;
    line-height: 44px;
}
.narrow.destination .right-half p:last-child {
    color: #015496;
    text-decoration: underline;
}
body.postgraduate .number-data .data-main{
    padding: 90px 0 10px 0;
}
@media screen and (max-width: 768px) {
    body.postgraduate .number-data .data-main .data-content {
        width: calc(38% - 2px);
    }
    .subject {
        padding: 32px 22px;
        box-sizing: border-box;
    }
    .subject h3 {
        font-size:22px;
    }
    .subject .main-content {
        margin: 32px 0 20px 0;
        justify-content: space-between;
    }
    .subject .main-content div {
        width: 48%;
        margin-right: 0;
        height: 50px;
        font-size: 16px;
    }
    .subject .layout-center span {
        padding: 10px 35px;
        width: auto;
        font-size: 15px;
    }
    .student-say {
        padding: 32px 22px;
    }
    .student-say h3 {
        font-size: 22px;
    }
    .student-say p {
        margin-top: 32px;
        font-size: 16px;
        padding: 35px 30px;
    }
    .student-say p span:first-child {
        left: 6px;
        top: 23px;
    }
    .student-say p span img {
        width: 20px;
    }
    .student-say p span:last-child {
        right: 20px;
        bottom: 20px
    }
    .student-say .student-img .content-main {
        flex-direction: column;
        justify-content: center;
    }
    .student-say .student-img .content-main div {
        text-align: center;
        margin: 0!important;
    }
    .student-say .student-img .content-main .text-area span:first-child {
        font-size: 18px;
    }
    .student-say .student-img .content-main .text-area span:last-child {
        font-size: 14px;
    }
    .position-place {
        padding: 32px 0;
    }
    .position-place h3 {
        font-size: 22px;
        text-align: center;
    }
    .position-place p {
        max-width: 100%;
        padding: 0 22px;
        font-size: 16px;
        padding: 0;
    }
    .narrow.destination a {
        font-size: 15px;
    }
    .narrow.destination a + span {
        font-size: 14px;
    }
    .narrow.destination .right-half p {
        font-size: 16px;
    }
    body.postgraduate .number-data .data-main {
        padding: 30px 0 10px 0;
    }
    .your-team .main-content,
    .carrer-plan .main-content {
        padding: 0;
    }
}

/*undergrand student application page */
@media screen and (max-width: 768px) {
    body.underground .narrow-not-video .img-left-text-right {
        flex-direction: column-reverse;
        padding-top: 10px;
    }
    body.underground .narrow-not-video .img-left-text-right .imge-left {
        width: calc(100% - 44px);
        margin-left: 22px;
    }
    body.underground .narrow-not-video .img-left-text-right .text-right {
        width: 100%;
        font-size: 16px;
    }
    body.underground .narrow-not-video .img-left-text-right .text-right p {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 10px;
    }
    body.underground .data-main {
        justify-content: center;
    }
    body.underground .data-content {
        width: calc(33% - 34px);
        padding: 15px;
        max-width: inherit;
    }
    body.underground .narrow.destination .right-half div ul + span {
        font-size: 15px;
        padding: 10px 13px;
        display: table;
        margin-top: 30px;
    }
    .register-now .main-content {
        margin: 42px 0;
    }
    .register-now .main-content h3 {
        font-size: 22px;
        margin-bottom: 26px;
    }
    .register-now .main-content div {
        flex-direction: column;
    }
    .register-now .main-content div p {
        font-size: 16px;
        width: 100%;
        padding: 0 22px;
        box-sizing: border-box;
    }
    .register-now .main-content div span {
        font-size: 15px;
        padding: 10px 13px;
    }
    .virtual-travel {
        padding: 42px 0;
    }
    .virtual-travel h3 {
        font-size: 22px;
    }
    .virtual-travel p {
        margin: 36px 0;
        font-size: 16px;
        padding: 0 22px;
        line-height: 2;
    }
    .virtual-travel .center-outer span {
        font-size: 15px;
        padding: 10px 13px;
    }
    .working-carrer .banner-text text {
        font-size: 15px;
    }
    .mobile-toggle-header .image-right {
        margin-right: 15px;
    }
    .apply-table h3 {
        font-size: 22px;
        margin: 42px 0 30px 0;
    }
    .apply-table .main-title {
        background: #fff;
        flex-direction: column;
        padding: 22px;
        box-sizing: border-box;
    }
    .apply-table .main-title .content-title-01, .apply-table .main-title .content-title-02, .apply-table .main-title .content-title-03, .apply-table .main-title .content-title-04 {
        font-size: 17px;
        box-sizing: border-box;
        padding: 11px;
        background: #f5f5f5;
        color: #015496;
        border: navajowhite;
        margin-bottom: 10px;
        border-top: 2px solid #d63d1f;
    }
    .apply-table .main-content {
        padding: 0 22px;
    }
    .apply-table .main-content .table-content-style p {
        font-size: 16px;
        line-height: 2;
    }
    .apply-table .main-content .table-content-style .table {
        margin-top: 22px;
    }
    .apply-table .main-content .table-content-style .table .table-title div:first-child {
        font-size: 15px;
        padding-left: 11px;
        width: 70%;
    }
    .apply-table .main-content .table-content-style .table .table-title div:last-child {
        width: 30%;
        font-size: 15px;
        padding-left: 11px;
        padding: 0;
    }
    .apply-table .main-content .table-content-style .table .white div:first-child, .apply-table .main-content .table-content-style .table .grey div:first-child {
        font-size: 15px;
        padding-left: 11px;
        width: 70%;
    }
    .apply-table .main-content .table-content-style .table .white div:last-child, .apply-table .main-content .table-content-style .table .grey div:last-child {
        width: 30%;
    }
    .apply-table .main-content .table-content-style .center-outer span {
        font-size: 15px;
        padding: 10px 13px;
    }
    .apply-table.scholaship h3 {
        margin: 38px 0;
    }
    .apply-table.scholaship h3 ~ p {
        font-size: 16px;
        padding: 0 22px;
    }
    .apply-table.scholaship .main-title {
        margin-top: 0;
    }
    .apply-table.scholaship .main-content {
        border: none;
    }
    .apply-table .main-content .table-content-style p.comments {
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .main-title.up .active ~ div {
        display: none;
    }
    .main-title.down .active,
    .main-title.down .before {
        display: none;
    }
    .apply-table .main-title div[class^='content-title-'].active {
        background: #f5f5f5;
        color: #015496;
        border: navajowhite;
        margin-bottom: 15px;
        border-top: 2px solid #d63d1f;
        font-weight: bold;
    }
    .mobile-border-use {
        border: 1px solid #a8c9e3;
        margin: 0 22px;
    }
}
@media screen and (min-width: 768px) {
    .header-outer {
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .logo {
        padding-left: 35px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px){
    .banner .banner-text {
        max-width: 50vw;
        margin-left: -50vw;
        padding-left: 35px;
        box-sizing: border-box;
    }
}
@media screen and (min-width: 1200px) {
    .banner .banner-text {
        max-width: 1200px;
        padding-left: 35px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 767px) {
    .header-outer {
        background: #04326f;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}
/*form css*/
.form-container {
    background: #f6f4f4;
    display: inline-block;
    width: 100%;
    padding: 0 35px;
    box-sizing: border-box
}
.form-container .center-content {
    max-width: calc(1200px - 70px);
    padding: 30px 40px;
    background: #fff;
    margin: 30px auto;
    box-sizing: border-box;
}
.form-container .center-content h2 {
    font-size: 30px;
    color: #015496;
}
.form-container .center-content h3 {
    font-size: 18px;
    color: #015496;
    margin: 30px 0;
    height: 50px;
    background: #f5f5f5;
    line-height: 50px;
    padding: 0 19px;
    max-width: 60%;
}
.form-container .center-content label{
    font-size: 16px;
    color: #333333;
    margin-bottom: 17px;
    display: block;
}
.form-container .center-content input {
    margin-bottom: 20px;
    max-width: 30%;
    width: 100%;
    height: 40px;
    padding: 0 18px;
    box-sizing: border-box;
    display: block;
}
.form-container .center-content select {
    height: 40px;
    max-width: 50%;
    box-sizing: border-box;
    width: 30%;
    font-size: 16px;
    padding: 0 14px;
    color: #999999;
    appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url(../media/arrow-down.png) no-repeat scroll right center transparent;
      background-position: center right 10px;
}
.birthday {
    margin-bottom: 20px;
    max-width: 30%;
}
.birthday-container {
    display: flex;
    justify-content: space-between;
}
.birthday-container .year {
    max-width: 40%!important;
}
.birthday-container .month {
    max-width: 28%!important;
}
.birthday-container .day {
    max-width: 28%!important;
}
.condition-content {
    display: flex;
    margin-top: 20px;
}
.condition-content label {
    width: 20%;
    display: flex!important;
    justify-content: initial;
    align-items: center;
}
.condition-content input {
    width: 22px!important;
    margin: 0 10px 0 0!important;
}
.submite-button {
    font-size: 18px;
    height: 45px;
    text-align: center;
    background: #015496;
    border: none;
    color: #fff;
    max-width: 14%;
    width: 100%;
    border-radius: 5px;
    margin: 30px 0;
}
.required label:after {
    content: "*";
    color: #ff0000;
    width: 5px;
    height: 5px;
}

.agree-condition.required label:after,
.UScitizen.required label:after{
    content: "";
}
.agree-condition.required span:after,
.UScitizen.required span:after{
    content: "*";
    color: #ff0000;
    width: 5px;
    height: 5px;
    margin: 5px;
}
.last-booton {
    padding-bottom: 30px;
}
#distpicker .cityArea{
    display: flex;
    max-width: 30%;
    box-sizing: border-box;
    justify-content: space-between;
    margin: 17px 0;
}
#distpicker .cityArea select {
    width: 49%;
}

@media screen and (max-width: 767px) {
    .form-container {
        padding: 0 17px;
    }
    .form-container {
        padding: 0;
    }
    .form-container .center-content h3 {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
    .form-container .center-content {
        margin: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .form-container section,
    .birthday,
    .form-container .center-content input,
    .form-container .center-content select,
    #distpicker .cityArea {
        max-width: 100%;
    }
    .condition-content label {
        width: 50%;
    }
    .submite-button {
        max-width: 100%;
    }
    .gender select,
    .your-degree  select{
        width: 100%!important;
    }
}
.alink {
    cursor: pointer;
}
.mt30 {
    margin-top: 30px;
}
.required.error {
    background-color: #fcc;
}
a.detect-more {
    background: #127BB6;
    border-radius: 5px;
    color: #fff!important;
    display: inline-block!important;
    font-style: italic;
    width: auto!important;
    text-decoration: none!important;
    box-sizing: border-box;
    padding: 8px 25px;
    font-size: 22px!important;
}
@media screen and (max-width: 767px) {
    a.detect-more {
        font-size: 16px!important;
        padding: 6px 20px;
    }
    .apply-table .main-content .table-content-style .table .white, .apply-table .main-content .table-content-style .table .grey {
        min-height: 46px;
        height: auto;
    }
}

@media screen and (min-width: 768px) { 
    .apply-table .main-title {
        padding: 0 35px;
        box-sizing: border-box;
    }
    .apply-table .main-content {
        max-width: calc(1200px - 70px);
    }
    .apply-table.scholaship h3 ~ p {
        padding: 0 35px;
        box-sizing: border-box;
    }
    .register-now .main-content {
        padding: 0 35px;
        box-sizing: border-box;
    }
    .virtual-travel p {
        margin: 73px auto;
        max-width: calc(1200px - 70px);
    }
    .all-schools p {
        max-width: calc(1200px - 70px);
    }
    .narrow.destination .left-half div {
        padding-left: 35px;
        box-sizing: border-box;
    }
}
.content-title-03.table-content-style .table{
    margin-top: 0!important;
}
.application-question {
    max-width: 80%;
    font-size: 16px;
    line-height: 28px;
    color: #7f878c;
    margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
    max-width: 100%;
}
nav div:hover ul li a {
    font-size: 16px;
}
.all-schools .school-image div {
    position: relative;
}
.all-schools .school-image div .img-bg{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: #000e2f;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.all-schools .school-image div .img-text {
    position: relative;
    z-index: 2;
}
.all-schools .school-image div:hover &gt; .img-bg{
    opacity: .8;
}
.special-h3 {
    margin-bottom: 10px!important;
}
.special-p {
    text-align: center;
    font-size: 18px;
    color: #36424b;
    line-height: 34px;
    margin-bottom: 61px;
}

.special-title {
    height: auto!important;
    line-height: 1.5!important;
    padding: 10px 0;
    box-sizing: border-box;
}
.mail-link a{
    font-size: 22px!important;
}
.carrer-plan .main-content .content-container .column.customize h5{
    padding-left: 30px;
    font-size: 20px;
}
.carrer-plan .main-content .content-container .column.customize h5 + p {
    padding-top: 6px;
}

.carrer-plan .main-content .content-container .column .center-outer.position-center {
    position: absolute;
    bottom: 0;
    margin-left: 120px;
}
@media screen and (max-width: 767px) {
    .carrer-plan .main-content .content-container .column .center-outer.position-center{
        position: inherit;
        margin: 0;
    }
    .carrer-plan .main-content .content-container .column.customize h5 {
        font-size: 16px;
    }
    .position-place.doctor {
        background-image: url('../media/position-doctor-mobile.png');
        background-size: cover;
        background-position: center;
        padding: 100px 0;
    }
    .position-place.engineer {
        background-image: url('../media/position-engineer-mobile.png');
        background-size: cover;
        background-position: center;
        padding: 100px 0;
    }
    .position-place.management {
        background-image: url('../media/position-manage-mobile.png');
        background-size: cover;
        background-position: center;
        padding: 100px 0;
    }
}
.color-white {
    color: #fff!important;
}
.left-half.all-width {
    width: 100%;
}
.narrow.destination .left-half.all-width div{
    max-width: 1200px;
    float: none;
    margin: 0 auto;
}
.narrow.destination .left-half.all-width div h3 {
    margin-bottom: 30px;
}
.narrow.destination .left-half.all-width div .application-question{
    width: 66%;
    display: inline-block;
}
.narrow.destination .left-half.all-width div .detect-more {
    position: relative;
    top: -20px;
}
@media screen and (max-width: 767px) {
    .narrow.destination .left-half.all-width div .application-question{
        width: 100%;
        max-width: 100%;
    }
    .narrow.destination .left-half.all-width div .detect-more {
        position: inherit;
    }
}

.top20 {
    margin-top: 20px;
}
.subject.left-right {
    padding: 0;
    background: linear-gradient(to left, #e9eff4 0%,#e9eff4 50%,#f8fafb 51%,#f8fafb 100%);
    position: relative;
}
.subject.left-right &gt; div {
    display: flex;
    max-width: 1130px;
    margin: 0 auto;
    box-sizing: border-box;
    height: 100%;
}
.subject.left-right &gt; div .left {
    border-right: 1px solid #e2e7eb;
    padding-bottom: 150px;
}
.subject.left-right &gt; div .right {
    border-left: 1px solid #e2e7eb;
    box-sizing: border-box;
    background: #e9eff4;
    padding-bottom: 150px;
}
.subject.left-right &gt; div .left h3  {
    text-align: left;
    margin: 60px 0;
    border-left: 3px solid #d63d1f;
    line-height: 1;
    padding-left: 20px;
}
.subject.left-right &gt; div .left .main-content {
    max-width: 565px;
    margin: 0;
    justify-content: flex-start;
}
.subject.left-right &gt; div .right h3 {
    text-align: left;
    margin: 60px 0;
    border-left: 3px solid #d63d1f;
    line-height: 1;
    padding-left: 20px;
    margin-left: 30px;
}
.subject.left-right &gt; div .right .main-content {
    max-width: 565px;
    margin: 0;
    justify-content: flex-start;
    margin-left: 30px;
}

.subject.left-right .main-content div {
    width: 250px;
}
.subject.left-right .layout-center {
    position: absolute;
    left: 50%;
    margin-left: -108px;
    bottom: 50px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .subject.left-right {
        background: none;
    }
    .subject.left-right &gt; div {
        flex-direction: column;
    }
    .subject.left-right &gt; div .left {
        border: none;
        padding: 0 22px;
        display: flex;
    	background: #f8fafb;
        flex-direction: column;
        justify-content: center;
    }
    .subject.left-right &gt; div .left h3 {
        text-align: center;
        width: auto;
        display: inline-block;
        margin: 30px auto;
        border: none;
    }
    .subject.left-right &gt; div .left .main-content {
        justify-content: space-between;
    }
    .subject.left-right .main-content div {
        width: 48%;
    }
    .subject.left-right &gt; div .right {
        border: none;
        padding: 0 22px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .subject.left-right &gt; div .right h3 {
        text-align: center;
        width: auto;
        display: inline-block;
        margin: 30px auto;
        border: none;
    }
    .subject.left-right &gt; div .right .main-content {
        justify-content: space-between;
        margin: 0;
    }
    .subject.left-right .layout-center {
        position: initial;
        margin: 50px auto;
        display: inherit;
    }
    .site-map{
        margin-left: 0;
    }
    .site-map&gt;ul{
        flex-wrap: wrap;
    }
    .site-map&gt;ul&gt;li&gt;ul&gt;li+li{
        margin-top: 0;
    }
    .site-map&gt;ul&gt;li&gt;ul{
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .site-map&gt;ul&gt;li&gt;ul&gt;li{
        margin-bottom: 15px;
    }
    .icp-info div&gt;span+span{
        margin-left: 0;
    }
}






















</pre></body></html>