﻿/* Add here all your css styles (customizations) */
@charset "UTF-8";
/* 全局字体 */
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
    font-family: Gill Sans, Avenir;
}
.cus-schoollife-font {
    font-family: Rockwell Bold;
}

/* More + */
.cus-more {
    float: right;
    margin-top: 15px;
    font-size: 12px;
}

/* 超过指定行数后的文本转成省略号 */
.cus-overflow,
.cus-overflow-line-1,
.cus-overflow-line-4,
.cus-overflow-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.cus-overflow-line-1 {
    -webkit-line-clamp: 1;
}

.cus-overflow-line-4 {
    -webkit-line-clamp: 4;
}

.cus-overflow-line-5 {
    -webkit-line-clamp: 5;
}

/* Text */
.cus-word-break {
    word-break: break-all;
}

/* 白色文字上的文字阴影 */
.cus-text-shadow {
    text-shadow: 2px 2px 4px #000000;
}

/* Banner bg Color */
.cus-bg-banner-color {
    background-color: #2e2334 !important;
}

.cus-banner-alignright {
    float: right;
} 

/* Green Gradient */
.cus-bg-green-gradient-opacity-v1,
.cus-bg-green-gradient-opacity-v1--after::after {
    background-image: linear-gradient(to bottom, transparent 0%, #A9A9A9 100%);
    background-repeat: repeat-x;
}

/* Absolute (Position, X, Y) */
.cus-absolute-centered {
    position: absolute !important;
    bottom: 10% !important;
    left: 5% !important;
}

/* menu sytle */
.cus-bg-menu-green {
    background-color: #93BDB3 !important;
}

.cus-bg-menu-green-hover:hover {
    background-color: #1A3C5A !important;
}

.cus-bg-menu-green-lv1 {
    background-color: #2e2334 !important;
}

.cus-bg-menu-green-hover-lv1:hover {
    background-color: #000000 !important;
}

.cus-bg-menu-green-lv2 {
    background-color: #1A3C5A !important;
}

.cus-bg-menu-green-hover-lv2:hover {
    background-color: #000000 !important;
}

.cus-bg-menu-green-lv3 {
    background-color: #C3DCBF !important;
}

.cus-bg-menu-green-hover-lv3:hover {
    background-color: #000000 !important;
}

.cus-bg-menu-height-light {
    background-color: #1A3C5A !important;
}

.cus-menu-color-height-light {
    color: white !important;
}

.cus-menu-color {
    color: #2e2334;
}

.cus-menu-color-lv1 {
    color: #fff !important;
}

.cus-menu-color-lv2 {
    color: #fff !important;
}

.cus-menu-color-lv3 {
    color: #213230 !important;
}

.cus-menu-color-hover:hover, .cus-menu-color-active:active {
    color: white !important;
}
.cus-menu-color-lv1-hover:hover, .cus-menu-color-lv1-active:active {
    color: white !important;
}

.cus-brd-color {
    border-color: #B3CDC6 !important;
}
.cus-menu-text-indent-1 {
    text-indent:1em;
}

.cus-menu-text-indent-2 {
    text-indent: 2em;
}

.cus-menu-text-indent-3 {
    text-indent: 3em;
}

.cus-homesilder-btn-primary {
    color: #fff;
    background-color: #2e2334 !important;
}

.cus-homesilder-btn-primary:hover, .cus-homesilder-btn-primary.active {
    color: white !important;
    border-color: #1A3C5A !important;
    background-color: #1A3C5A !important;
}

.cus-homesilder-btn-mute-primary {
    color: #fff;
    background: transparent; /*完全透明*/
}

.cus-homesilder-btn-mute-primary:hover, .cus-homesilder-btn-mute-primary.active {
    color: white !important;
    border-color: #1A3C5A !important;
    background-color: #1A3C5A !important;
}

.cus-menu-width {
    width: 100%;
}

/* facultylist 字体颜色 */
.cus-faculty-list-color {
    color: #1B5633;
}

/* calendar 字体颜色 */
.cus-event-list-color-1 {
    color: #075F1E;
}

.cus-event-list-color-2 {
    color: #56AF31;
}

.cus-event-list-color-3 {
    color: #007C31;
}

.cus-event-list-color-4 {
    color: #009A3E;
}

/* Open Apply 正文用 */
.cus-text-indent {
    text-indent: 1em;
}

/* 浮动条 */
#floatPanel .ctrolPanel {
    width: 32px;
    height: 125px;
    background: #2e2334 url(../img/floatingbar/iconlist.png) no-repeat left top;
    opacity:0.7;
    border-radius: 20px;
    position: fixed;
    top: 50%;
    bottom: 50%;
    right: 0;
    overflow: hidden;
    z-index: 10000;
    _position: absolute; /* for IE6 */
    _top: expression(documentElement.scrollTop + 300);
}

#floatPanel .ctrolPanel a {
    width: 32px;
    font-size: 12px;
    color: #2e2334;
    letter-spacing: 1px;
    text-align: center;
    overflow: hidden;
}

#floatPanel .ctrolPanel .tel {
    height: 50px;
    line-height: 30px;
    display: block;
    margin: 0px 0px -5px;
}

#floatPanel .ctrolPanel .tel span {
    display: none;
}

#floatPanel .ctrolPanel .tel:hover {
    background: #2e2334 ;
}

#floatPanel .ctrolPanel .tel:hover span {
    display: block;
}

#floatPanel .ctrolPanel .contact {
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0px 0px 0px;
}

#floatPanel .ctrolPanel .contact span {
    display: none;
}

#floatPanel .ctrolPanel .contact:hover {
    background: #2e2334;
}

#floatPanel .ctrolPanel .contact:hover span {
    display: block;
}


#floatPanel .ctrolPanel .qrcode {
    height: 35px;
    line-height: 30px;
    display: block;
    margin: 0px 0px 0px;
}

#floatPanel .ctrolPanel .qrcode span {
    display: none;
}

#floatPanel .ctrolPanel .qrcode:hover {
    background: #2e2334;
}

#floatPanel .ctrolPanel .qrcode:hover span {
    display: block;
}

.popPanel {
    width: 200px;
    height: 180px;
    position: fixed;
    top: 50%;
    bottom: 50%;
    right: 40px;
    z-index: 10000;
    overflow: hidden;
    display: none;
    _position: absolute; /* for IE6 */
    _top: expression(documentElement.scrollTop + 600);
}

.popPanel-inner {
    width: 200px;
    height: 180px;
    position: relative;
    overflow: hidden;
}

.arrowPanel {
    width: 10px;
    height: 210px;
    position: absolute;
    right: 1px;
    top: 95px;
}

.arrowPanel .arrow01 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-top: 10px solid transparent;
    _border-top: 10px solid black;
    _filter: chroma(color=black);
    border-right: 10px solid transparent;
    _border-right: 10px solid black;
    _filter: chroma(color=black);
    border-bottom: 10px solid transparent;
    _border-bottom: 10px solid black;
    _filter: chroma(color=black);
    border-left: 10px solid #ddd;
    position: absolute;
    bottom: 0;
    position: absolute;
    left: 2px;
    top: 0;
}

.arrowPanel .arrow02 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-top: 10px solid transparent;
    _border-top: 10px solid black;
    _filter: chroma(color=black);
    border-right: 10px solid transparent;
    _border-right: 10px solid black;
    _filter: chroma(color=black);
    border-bottom: 10px solid transparent;
    _border-bottom: 10px solid black;
    _filter: chroma(color=black);
    border-left: 10px solid #fff;
    position: absolute;
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.qrcodePanel {
    width: 200px;
    height: 180px;
    background: #fff;
    text-align: center;
    border: solid 1px #ddd;
    position: absolute;
    overflow: hidden;
}

.qrcodePanel img {
    width: 174px;
    height: 174px;
    border: none;
    padding: 5px 5px 5px 5px;
}

.qrcodePanel p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    letter-spacing: 1px;
}

.popPanelTel {
    width: 150px;
    height: 45px;
    position: fixed;
    bottom: 140px;
    right: 90px;
    z-index: 10000;
    overflow: hidden;
    display: none;
    _position: absolute; /* for IE6 */
    _top: expression(documentElement.scrollTop + 600);
}

.telPanel {
    width: 150px;
    height: 45px;
    background: #fff;
    text-align: center;
    border: solid 1px #ddd;
    position: absolute;
    overflow: hidden;
}

/* Silder */
.master-slider {
    margin: 0;
    color: #3D3D3D;
    font: normal 81.25%/1.5 'Lato', arial, sans-serif !important;
    min-height: 100%;
}

.ms-skin-default .ms-timerbar {
    top: 1px;
    bottom: auto;
}

.ms-skin-default .ms-time-bar {
    height: 3px;
    background: white;
    background: rgba(255, 255, 255, 0.6);
    border-top: none;
}

.ms-layer {
    margin: 0;
    padding: 0;
    line-height: 100%;
    letter-spacing: 0;
}

.slide-1 .hps-title1 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.slide-1 .hps-title2 {
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    color: #508295;
}

.slide-2 .hps-title1 {
    font-weight: 300;
    font-size: 45px;
    text-transform: uppercase;
    color: white;
    background-color: #f65256;
    padding: 6px 9px;
}

.slide-2 .hps-title2 {
    font-weight: 300;
    font-size: 32px;
    text-transform: uppercase;
    background: white;
    padding: 11px 12px;
}

.slide-3 .hps-title1 {
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    font-size: 46px;
}

.slide-3 .hps-title2 {
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
}

.slide-3 .hps-amp {
    font-weight: 100;
    font-size: 78px;
    color: #7C96BD;
}

.slide-3 .hps-title3 {
    color: white;
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 10px 12px;
    background-color: #dd0d14;
}

.slide-3 .hps-title4 {
    color: white;
    background-color: black;
    font-size: 37px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 14px;
}

.ms-tooltip {
    max-width: 250px !important;
}

.ms-tooltip .product-tt {
    font-size: 1em;
    padding: 5px;
    color: #222;
    text-shadow: none;
}

.ms-tooltip .product-tt h3 {
    font-size: 1.4em;
    color: #222;
    margin: 0 0 5px 0;
    font-weight: 400;
}

.slide-4 .hps-title1 {
    font-weight: 600;
    font-size: 23px;
    text-transform: uppercase;
    color: #222;
}

.slide-5 .hps-title1, .slide-5 .hps-title2 {
    color: white;
    text-transform: uppercase;
    font-size: 2.6em;
    font-weight: 300;
    text-shadow: 0 1px black;
}

.slide-5 .hps-title3 {
    background-color: #61c6d7;
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 400;
    color: black;
    text-shadow: 0 1px white;
    padding: 13px;
}

.slide-5 .hps-text1 {
    color: white;
    text-shadow: 0 1px black;
    width: 30%;
    line-height: 19px;
    font-size: 14px;
}

.slide-6 .hps-title1 {
    color: #222;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.3em;
    line-height: 26px;
    text-shadow: 0 1px white;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 17px 23px;
}

.slide-6 .hps-title1 > .sub-title {
    font-weight: 300;
    font-size: 0.7em;
}

.slide-6 .hps-title2 {
    color: white;
    text-shadow: 0 1px black;
    background-color: #222;
    font-weight: 400;
    font-size: 1em;
    padding: 10px 25px;
}

.slide-6 .hps-title3 {
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    text-shadow: 0 1px black;
    font-size: 1.2em;
    padding: 18px 25px;
    background-color: #df192a;
}

.slide-6 .hps-title3-vimeo {
    background-color: #1bb6ec;
    padding: 17px 25px;
}

.slide-7 .hps-title1 {
    color: white;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 60px;
    text-shadow: 0 1px black;
}

.slide-7 .hps-title2 {
    text-transform: uppercase;
    color: #f74e50;
    text-shadow: 0 1px black;
    font-size: 21px;
    letter-spacing: 0.76em;
    font-weight: 900;
}

.slide-7 .hps-title3 {
    color: white;
    text-transform: uppercase;
    text-shadow: 0 1px black;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 14px 81px;
    font-size: 14px;
    font-weight: 400;
}

.slide-video {
    color: #222;
    text-shadow: 0 1px white;
}

.slide-video .hps-vicapton-box {
    width: 48%;
    height: 24%;
    background: rgba(255, 255, 255, 0.6);
}

.slide-video .hps-hd {
    font-weight: 900;
    font-size: 130px;
}

.slide-video .hps-videotitle {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
}

.slide-video .hps-videotext {
    width: 29%;
    line-height: 22px;
}

/*----------------------------------------*/

.hrow {
    position: relative;
    min-height: 253px;
}

.hrow.row-title {
    height: 195px;
    min-height: 0;
    background-color: #eee;
    text-align: center;
}

.row-arrow {
    position: absolute;
    height: 10px;
    border-left: solid 18px rgba(0, 0, 0, 0);
    border-right: solid 18px rgba(0, 0, 0, 0);
    border-top: solid 20px #EEE;
    top: 0;
    left: 50%;
    margin-left: -18px;
}

.row-title h2 {
    margin-top: 84px;
    padding: 0 15px 25px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #4F2840;
    display: inline-block;
    text-shadow: 0 1px 0px #FFF;
    font-size: 1.15em;
    text-transform: uppercase;
    background: url(../img/home-title-arrow.html) no-repeat center 32px;
}

.hrow.white-hrow {
    background: #Fbfbfb;
}

.hrow.gray-hrow {
    background: #eee;
}

.hrow.gray-hrow .row-content {
    text-shadow: 0 1px 0 #FFF;
}

.hrow .row-content {
    padding: 70px 60px 0 550px;
}

.hrow .feature-img {
    position: absolute;
    bottom: 0;
    margin: 0;
}

.hrow .row-content > p {
    margin: 0px;
    padding-bottom: 20px;
}

.hrow .row-content > h3 {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 2.3em;
    color: #333;
}

.hrow.gray-hrow .row-content {
    padding: 70px 550px 0 80px;
}

.hrow.gray-hrow .feature-img {
    right: 0;
}

.hrow.fe-transitions .row-content {
    padding-left: 585px;
}

@media only screen and (max-width: 1199px) {
    .row-content {
        padding-top: 50px !important;
    }

    .hrow .row-content > h3 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 990px) {
    .hrow.fe-transitions .row-content,
    .hrow.fe-flickr .row-content {
        padding-top: 40px !important;
    }
}

@media only screen and (max-width: 960px) {

    .hrow {
        min-height: 197px !important;
    }

        .hrow.row-title {
            height: 120px !important;
            min-height: 0px !important;
        }

    .row-title h2 {
        margin-top: 40px;
    }

    .hrow .feature-img {
        width: 40%;
    }

    .hrow.gray-hrow .row-content {
        padding-right: 45%;
        padding-left: 50px;
    }

    .hrow.white-hrow .row-content {
        padding-left: 45%;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 650px) {

    .hrow .feature-img {
        width: 90%;
        position: relative;
        float: none !important;
        display: block;
    }

    .hrow .row-content {
        padding-right: 30px !important;
        padding-left: 30px !important;
        text-align: center;
    }

    .hrow.gray-hrow .feature-img {
        margin-left: 10%;
    }

    .hrow.white-hrow .feature-img {
        margin-right: 10%;
    }
}

.cus-img-schoollife {
    width: 100%;
    height: 180px;
}

.cus-siderbar-color {
    color: #394E4C !important;
}

.cus-siderbar-color-week {
    color: #A6D7C9 !important;
}

.cus-max-height-75vh {
    height: 75vh !important;
}

/* 分页居中 */
.cus-pagination {
    justify-content: center;
}

.title-attr span {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    height: 3px;
}

.title-attr span:last-child {
    margin-bottom: 0;
}

.title-attr span.ta-orange {
    background-color: #2e2334;
}

.title-attr span.ta-blue {
    background-color: #1A3C5A;
}

.title-attr span.ta-yellow {
    background-color: #93BDB3;
}

.title-attr-sidebarl span {
    display: block;
    margin-bottom: 5px;
    width: 20%;
    height: 3px;
}

@media screen and (min-width:1200px) {
    /* 边栏字体调整 */
    .cus-screen-font-size {
        font-size: 1.5rem;
    }
}

@media screen and (min-width:991px) and (max-width: 1199px) {
    /* 边栏字体调整 */
    .cus-screen-font-size {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 990px) {
    /* 边栏字体调整 */
    .cus-screen-font-size {
        font-size: 1.5rem;
    }
    /* 语言切换右对齐 */
    .cus-screen-mr-80 {
        margin-right: 5rem !important;
    }
}

@media screen and (max-width: 639px) {
    /* HomePageMedia btn手机端大小 */
    .cus-screen-btn-size {
        width: 100px !important;
        font-size: 0.75rem;
    }
    /* 语言切换右对齐 */
    .cus-screen-mr-80 {
        margin-right: 5rem !important;
    }
}

/* banner文字 大小*/
.cus-banner-font-size {
    font-size: 1.3rem;
}

/* 首页介绍文字大小*/
.cus-index-font-size {
    font-size: 1.2rem;
}

/* Download页 文字对齐*/
.cus-min-height-download-btn {
    min-height: 10vh;
}

/* 边栏图片宽度 */
.cus-width-90 {
    width: 90px;
}

/* 搜索页图片用 */
.cus-img-featured {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}

/* 右边栏日历 */
#cus-img-featured-rounded {
    border-radius: 15px;
    background: url(../img/siderbar/siderbarcalendar.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    width: 90px;
    height: 85px;
}
