* {
    /*outline: none;*/
    /*-webkit-box-sizing: border-box;*/
    box-sizing: border-box;
    /*-webkit-text-size-adjust: 100%;*/
    /*-ms-text-size-adjust: 100%;*/
   /* font-family: 'Lato', Verdana, Arial, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;*/
	font-family: Arial;
}

a {
    white-space: normal;
    overflow: hidden;
    /*word-break: break-word*/
}

:focus {
    outline: 0
}

body {
    background: #FFF;
}

body.overflow {
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 100%;
}

h1.page-title {
    color: #4E4E4E;
    font-size: 26px;
}

h1 .h1-highlight {
    color: #c00001;
    margin-left: 10px;
}

.main-content,
.header,
.footer {
    /* max-width: 1440px; */
    max-width: 1920px;
    margin: auto;
    position: relative;
}

.header .header-bg {
    margin: auto;
    width: 100%;
    height: 225px;
    position: relative;
    overflow: hidden;
}

.header.career-pg .header-bg {
    background: #334799;
}

.header.career-ug .header-bg {
    background: #8ABE3D;
}

.header-banner-container {
    position: relative;
    z-index: 9;
}

.header .header-bg>img {
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    /* width: 1440px; */
    width: 1920px;
    padding: 0;
    margin: 0 auto;
}

.header-container {
    position: relative;
}


/*.main-content * {
    border: 1px solid #000;
}*/

.main-content {
    background: #E7E7E7;
    /* padding: 50px 0; */
    position: relative;
}

.main-content p{
    margin: 0 0 5px 0;
    line-height: 22px;
    font-size: 15px;
    color: #4e4e4e;   
	font-family : Arial;
}
.main-content ul,
.main-content ol,
.main-content dl{
    margin: 0 0 5px 0;
    line-height: 22px;
    font-size: 15px;
    color: #4e4e4e; 
}
.main-content li {
    font-size: 15px;
    color: #4e4e4e;
    margin: 0 0 5px 0;
}

.home-direct-link {
    margin: 40px 0 0 0;
    max-width: 280px;
    width: 100%;
    display: block;
    z-index: 9;
}

.home-direct-link img {
    width: 100%;
    vertical-align: top;
}

.container {
    max-width: 1470px;
	width:100%;
    margin: auto;
}

.container-content {
    padding: 50px 0;
    position: relative;
}

.staff-control-container {
    position: relative;
}

.staff-control {
    position: absolute;
    top: 5px;
    right: 0;
    text-align: right;
    margin: 0 0 5px 0;
}

.control {
    padding: 20px 0;
    text-align: right;
}

.icon-collapse-all {
    background-image: url(../images/retract.png);
    background-size: 10px 11px;
    background-position: center left;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    padding: 0 7px 0 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
}

.btn:visited,
.btn:link {
    color: #fff;
    font-size: 15px;
    padding: 2px 20px;
    background: #7F7F7F;
    display: inline-block;
    text-decoration: none;
    border-radius: 12px;
}

.btn:hover,
.btn:active {
    background: #A5A5A5;
}

#scrollToTop {
    position: fixed;
    bottom: 30px;
    left: 70%;
    margin: 0 0 0 390px;
    /* background: #666; */
    /* opacity: 0.6; */
    width: 60px;
    background-image: url(/images/scroll-top.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    height: 60px;
    display: block;
    cursor: pointer;
    z-index: 999;
}

#scrollToTop.bottom {
    position: absolute;
    bottom: auto;
    top: -35px;
    right: 30px;
}

.pull-down {
    text-decoration: none;
    position: relative;
    font-size: 15px;
    padding: 0;
    display: inline-block;
    z-index: 999;
}

.pull-down>a {
    background: #FF9400;
    display: block;
    padding: 10px 35px 10px 15px;
    text-align: center;
    width: 100%;
    color: #FFF;
    text-decoration: none;
    position: relative;
}

.pull-down>a::after {
    content: '';
    position: absolute;
    top: 43%;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #FFF;
}

.pull-down ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #FFF;
    position: absolute;
    left: 0;
    display: none;
    min-width: 100%;
    text-align: left;
}

.pull-down:hover ul.pull-down-list {
    display: block;
}

.pull-down ul.pull-down-list li {
    background: #FFF;
    min-width: 100%;
    margin: 0;
}

.pull-down ul.pull-down-list li:hover>a {
    background: #CDCDCD;
}

.pull-down ul li>a {
    display: block;
    color: #4E4E4E;
    text-decoration: none;
    padding: 10px;
    margin: 0;
}

.menu-open,
.menu-close,
.menu .menu-link,
.menu .catalog,
.header-bg .small-device {
    display: none;
}

.catalog {
    width: 300px;
    position: absolute;
    bottom: 40px;
    left: 0;
}

.catalog .catalog-item {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.catalog .catalog-item>a {
    font-family: Arial, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    text-decoration: none;
    font-size: 18px;
    padding: 0 0 0 20px;
    position: relative;
}

.catalog-item>a::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 3px;
}

.catalog .catalog-item.selected>a::before {
    left: 0px;
    top: 7px;
}

.career-pg .catalog .catalog-item>a {
    color: #DADADA;
}

.career-pg .catalog .catalog-item.selected>a {
    color: #DBA400;
}

.career-pg .catalog .catalog-item>a::before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #DADADA;
}

.career-pg .catalog .catalog-item.selected>a::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #DBA400;
}

.career-ug .catalog .catalog-item>a {
    color: #D8D8D8;
}

.career-ug .catalog .catalog-item.selected>a {
    color: #0059B1;
}

.career-ug .catalog .catalog-item>a::before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #D8D8D8;
}

.career-ug .catalog .catalog-item.selected>a::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #0059B1;
}

.apply-container {
    text-align: right;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0
}

.container-content .apply-container {
    position: absolute
}

.apply-btn {
    background-color: #B31A0D;
    /* -webkit-appearance: none; */
    /* appearance: none; */
    text-decoration: none;
    color: #fff;
    font-size: 1.125rem;
    padding: .555555555556em 1.388888888889em;
    /*     border: none;
    outline: none; */
    cursor: pointer;
    display: inline-block;
}
.apply-btn:not(:last-of-type) {
    margin-right: 1.111111111111em
}

.apply-btn .fa,
.apply-btn .fa-play {
    margin-left: .833333333333em
}

.apply-btn.connect-btn {
    text-transform: uppercase
}

/* #scrollToTop>span::before{
    content: '';
    border-bottom: 30px solid #FFF;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    width: 30px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
}

#scrollToTop>span::after{
    content: '';
    background: #FFF;
    height: 4px;
    width: 25px;
    display: block;
    position: absolute;
    top: 25px;
    left: 25px;
    -webkit-transform: skew(40deg) rotate(-90deg);
    -moz-transform: skew(40deg) rotate(-90deg);
    -o-transform: skew(40deg) rotate(-90deg);
} */

.accordion-item .accordion-item-content {
    display: none;
}

.footer-container {
    position: relative;
}

.footer .logo {
    padding: 50px 20px;
}

.footer .logo img {
    width: 100%;
    max-width: 178px;
    vertical-align: top;
}

.footer-link-group {
    position: absolute;
    right: 20px;
    top: 60px;
}

.copyright {
   /* position: absolute;
    right: 20px;
    top: 95px;*/
}

.footer .footer-link-group a:active,
.footer .footer-link-group a:hover,
.footer .footer-link-group a:visited,
.footer .footer-link-group a:link {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #006ECD;
    margin: 0 0 0 50px;
    display: inline-block;
    vertical-align: top;
}

.copyright * {
    text-decoration: none;
    color: #666666;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.menu-open {
    /*position: absolute;*/
    left: 15px;
    top: 13px;
    cursor: pointer;
    /*width: 28px;
    height: 28px;*/
}

.menu-open span {
    display: block;
    position: relative;
    display: block;
    top: 12px;
    width: 100%;
    height: 3px;
    background-color: #CBCBCB;
    transition: all .3s;
    backface-visibility: hidden;
    border-radius: 1px;
}

.menu-open span:after,
.menu-open span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}

.menu-open span::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #CBCBCB;
    transition: all .3s;
    backface-visibility: hidden;
    border-radius: 1px;
}

.menu-open span::after {
    width: 100%;
    height: 3px;
    background-color: #CBCBCB;
    transition: all .3s;
    backface-visibility: hidden;
    border-radius: 1px;
    top: 9px;
}


/*@media screen and (max-width: 1280px) {
    .header .header-bg>img {
        left: calc(50% - 120px);
    }
}*/

@media screen and (max-width: 1500px) {
	.container-content {
		width:100%;
        padding: 20px 50px 50px 15px;
    }
}


@media screen and (max-width: 1024px) {
    .catalog {
        left: 20px;
    }
    .apply-container {
        padding: 0 1.25em
    }
    .staff-control {
        right: 50px;
    }
    /*     .header .header-bg {
        height: auto;
    } */
    .header .header-bg>img {
        /*position: relative;*/
        /*width: 140%;*/
        /*top: auto;*/
        /*left: -16%;*/
        /*transform: none;*/
        /*-webkit-transform: none;*/
        /*left: calc(40% - 110px);*/
        left: 50%;
    }
    /*     .main-content {
        padding: 50px 20px;
        padding: 20px 20px 50px 20px;
    } */
    .container {
        width: 100%;
    }
    .container-content {
        padding: 20px 50px 50px 15px;
    }
    #scrollToTop {
        left: auto;
        bottom: 30px;
        right: 30px;
        margin: 0;
    }
    .footer-link-group {
        position: relative;
        right: auto;
        top: auto;
        padding: 0 20px;
    }
    .footer .footer-link-group a:active,
    .footer .footer-link-group a:hover,
    .footer .footer-link-group a:visited,
    .footer .footer-link-group a:link {
        margin: 0 50px 0 0;
    }
    .copyright {
        position: relative;
        right: auto;
        top: auto;
        /*padding: 20px;*/
    }
    .home-direct-link {
        margin: 40px 0 0 20px;
        /*         left: 20px;
        top: 40px; */
        /* width: 27.3%; */
    }
    .header-banner-container {
        position: absolute;
    }
}

@media screen and (max-width: 768px) {
    .catalog {
        width: 100%;
        position: relative;
        bottom: auto;
        left: auto;
        /* padding: 10px 20px; */
        /* background: #D09300; */
    }
    .apply-container {
        top: -2.3125em;
	text-align: left;
        z-index: 10
    }
    .apply-btn {
        /*top: -41px;*/
        /* padding: 0 25px; */
        /* height: 42px; */
        /*font-size: 14px;*/
        /*padding: 12px 15px;*/
        font-size: .875rem;
        padding: .714285714286em 1.071428571429em;
    }
    .apply-btn .fa,
    .apply-btn .fa-play {
        margin-left: .357142857143em;
    }
    .home-direct-link {
        display: none;
    }
    .catalog .catalog-item {
        width: 100%;
        font-size: 20px;
        vertical-align: top;
        padding: 5px 20px 5px 70px;
    }
    .catalog .catalog-item {
        display: none;
    }
    .catalog .catalog-item>a {
        padding: 0 0 0 15px;
    }
    .catalog .catalog-item.selected>a::before {
        left: -5px;
    }
    .career-pg .catalog .catalog-item {
        background: #DBA400;
    }
    .career-ug .catalog .catalog-item {
        background: #0181FF;
    }
    .catalog .catalog-item.selected {
        display: block;
    }
    .career-pg .catalog .catalog-item.selected>a {
        color: #334799;
    }
    .career-pg .catalog .catalog-item.selected>a::before {
        border-left: 7px solid rgba(0, 0, 0, 0);
        border-right: 7px solid rgba(0, 0, 0, 0);
        border-top: 8px solid #334799;
    }
    .career-ug .catalog .catalog-item.selected>a {
        color: #D8D8D8;
    }
    .career-ug .catalog .catalog-item.selected>a::before {
        border-left: 7px solid rgba(0, 0, 0, 0);
        border-right: 7px solid rgba(0, 0, 0, 0);
        border-top: 8px solid #D8D8D8;
    }
    .menu-open {
        display: block;
    }
    .career-ug .menu-open {
        color: #D8D8D8;
    }
    .career-pg .menu-open {
        color: #CBCBCB;
    }
    .menu {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        left: -100%;
        -webkit-transition: left 0.3s ease-in-out;
        transition: left 0.3s ease-in-out;
        z-index: 9999;
    }
    .menu.open {
        left: 0;
    }
    .career-pg .menu {
        background: rgba(51, 71, 153, 0.9);
    }
    .career-ug .menu {
        background: rgba(137, 189, 61, 0.9);
    }
    .menu-close {
        display: block;
        margin: 20px 20px;
        float: right;
        cursor: pointer;
    }
    .menu-close img {
        vertical-align: top;
        width: 100%;
        max-width: 29px;
    }
    .menu .catalog,
    .menu .menu-link {
        display: block;
    }
    .menu .menu-link {
        padding: 20px;
    }
    .menu .menu-link a {
        float: left;
        vertical-align: middle;
        width: 33.3%;
        margin: 0 0 10px 0;
        font-size: 20px;
        text-align: center;
        text-decoration: none;
        color: #FFF;
        font-weight: bold;
        border-right: 1px solid #FFF;
    }
    .menu .menu-link a.home img {
        width: 25px;
        vertical-align: top;
    }
    .menu .menu-link a:nth-child(3n+3) {
        border: 0;
    }
    .menu .catalog {
        background: none;
        margin: 100px 0 0 0;
        padding: 0 20px;
    }
    .menu .catalog .catalog-item {
        display: block;
        width: 100%;
        padding: 20px;
        margin: 0 0 20px 0;
    }
    .menu .catalog .catalog-item>a::before,
    .menu .catalog .catalog-item.selected>a::before {
        left: 0;
        top: 3px;
    }
    .career-pg .menu .catalog .catalog-item>a::before {
        border-top: 7px solid rgba(0, 0, 0, 0);
        border-bottom: 7px solid rgba(0, 0, 0, 0);
        border-left: 7px solid #DADADA;
    }
    .career-pg .menu .catalog .catalog-item.selected>a::before {
        border-top: 7px solid rgba(0, 0, 0, 0);
        border-bottom: 7px solid rgba(0, 0, 0, 0);
        border-left: 7px solid #334799;
    }
    .career-ug .menu .catalog .catalog-item>a::before {
        border-top: 7px solid rgba(0, 0, 0, 0);
        border-bottom: 7px solid rgba(0, 0, 0, 0);
        border-left: 7px solid #D8D8D8;
    }
    .career-ug .menu .catalog .catalog-item.selected>a {
        color: #FEFB00;
    }
    .career-ug .menu .catalog .catalog-item.selected>a::before {
        border-top: 7px solid rgba(0, 0, 0, 0);
        border-bottom: 7px solid rgba(0, 0, 0, 0);
        border-left: 7px solid #FEFB00;
    }
    .header .header-bg .small-device {
        display: block;
    }
    .header .header-bg .large-device {
        display: none;
    }
    .header .header-bg img {
        /*width: calc(100% - 65px);*/
        width: calc(100% - 80px);
        left: auto;
        margin: 0;
        max-width: 378px;
    }
    .header .header-bg {
        z-index: 11;
        padding: 15px 0 20px 65px;
        text-align: left;
        margin: 0;
        height: auto;
    }
    .header.career-ug .header-bg {
        background: #8ABE3D;
		display:none;
    }
    .header.career-pg .header-bg {
        background: #334799;
		display:none;
    }
}

@media screen and (max-width: 480px) {
    /*.apply-btn {
        padding: 12px 10px;
    }*/
    .apply-btn .fa-play {
        margin-left: .357142857143em;
    }
}

@media screen and (max-width: 375px) {
    .apply-container {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        top: -36px
    }
    .apply-container.vw50 {
        left: 50vw;
        padding: 0;
        display: inline-block;
        text-align: right
    }
    .apply-btn,
    .apply-btn:not(:last-of-type) {
        flex: 0 1 9.214285714286em;
        margin: 0;
        font-size: 3.733333333333vw;
        padding-top: 10px;
        padding-top: calc((36px - 1.2em) / 2);
        padding-bottom: 10px;
        padding-bottom: calc((36px - 1.2em) / 2)
    }
    .apply-btn.connect-btn {
        flex-basis: 12.928571428571em
    }
}

.search-form-wrapper .keyword-input-wrapper .keyword-label,
.search-form-wrapper .keyword-input-wrapper .keyword-input {
    font-family: 'helvetica';
}

.search-form-wrapper .keyword-input-wrapper .keyword-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #333;
    font-weight: bold;
    opacity: 1;
}

.search-form-wrapper .keyword-input-wrapper .keyword-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
    font-weight: bold;
    opacity: 1;
}

.search-form-wrapper .keyword-input-wrapper .keyword-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
    font-weight: bold;
    opacity: 1;
}

.search-form-wrapper .keyword-input-wrapper .keyword-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
    font-weight: bold;
    opacity: 1;
}

.search-form-wrapper .keyword-input-wrapper .keyword-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333;
    font-weight: bold;
    opacity: 1;
}

.no-result-found {
    display: none;
    text-align: center;
    font-size: 20px;
    color: #666;
    margin: 50px 0;
    background-color: #FFF;
    padding: 15px;
}

.no-result-found.show {
    display: block;
}

@page {
    /*size: A4;*/
    size: auto;
    margin: 15mm 15mm 15mm 15mm;
}

@media print {
    html,
    body {
        width: 210mm;
        height: 297mm;
        /*margin: auto;*/
        /*margin: 25mm auto;*/
    }

    * {
        -webkit-print-color-adjust: exact;
        /*page-break-inside: avoid;*/
    }

    body>.header {
        display: none;
    }
    .main-content {
        padding: 0;
        background: #FFF;
    }
    .container-content{
        padding:0;
    }

    .container,
    .main-content {
        width: 100%;
    }
    .search-form-wrapper {
        display: none;
    }
    .letter-list {
        display: none;
    }
    #scrollToTop {
        display: none;
    }
}

.wechat-qr-code img {
    width: 100%;
}

.wechat-qr-wrapper {
    position: absolute;
    z-index: 11000;
    background: rgba(255, 255, 255, 1);
    top: 120px;
    right: 0;
    padding: 30px 0 0 0;
    /* left: 0; */
    /*     width: 150px;
    height: 180px; */
}

.wechat-qr-code {
    width: 250px;
    height: 250px;
    padding: 20px;
    background: #FFF;
    margin: 0 auto;
}

.wechat-qr-wrapper span.close {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    z-index: 11100;
}

.wechat-qr-wrapper span.close::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 2px;
    background: #000;
}

.wechat-qr-wrapper span.close::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
    .wechat-qr-wrapper {
        right: 30px;
    }
}

@media screen and (max-width: 768px) {
    h1.page-title {
        color: #4E4E4E;
        font-size: 22px;
    }
    .wechat-qr-wrapper {
        position: fixed;
        z-index: 11000;
        background: rgba(255, 255, 255, 0.8);
        top: 0;
        right: 0;
        /* left: 0; */
        width: 100%;
        height: 100%;
    }
    .wechat-qr-code {
        width: 250px;
        height: 250px;
        padding: 20px;
        background: #FFF;
        margin: 100px auto 0 auto;
    }
    .wechat-qr-wrapper span.close {
        position: absolute;
        right: 20px;
        top: 10px;
        width: 35px;
        height: 35px;
        display: block;
        cursor: pointer;
        z-index: 11100;
    }
    .wechat-qr-wrapper span.close::before {
        content: '';
        position: absolute;
        top: 50%;
        width: 30px;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        height: 2px;
        background: #000;
    }
    .wechat-qr-wrapper span.close::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 30px;
        height: 2px;
        background: #000;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #scrollToTop {
        width: 45px;
        height: 45px;
    }
}


.inner_content {
	/*width: 980px;*/
	width:100%;
}

@media screen and (max-width: 994px) {
    .inner_content {
		width: 100%;
	}
}