/*邮件发送框*/
#olark-wrapper .olark-launch-button {
    background-color: #ffffff !important;
}
#olark-wrapper .olark-launch-button svg path {
    fill: #333333 !important;
}
#olark-wrapper .olark-launch-button .olark-button-text {
    color: #333333 !important;
}
#olark-wrapper .olark-top-bar {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #f2f2f2 !important;
}
#olark-wrapper .olark-top-bar-text {
    color: #333333 !important;
}
#olark-wrapper .olark-top-bar-arrow {
    fill: #333333 !important;
}
#olark-wrapper .olark-end-chat-button {
    color: #333333 !important;
    background-color: rgba(230, 230, 230, 0.5) !important;
}
#olark-wrapper .olark-end-chat-button:hover {
    background-color: #e6e6e6 !important;
}
#olark-wrapper #olark-container .olark-visitor-message {
    background-color: rgba(255, 255, 255, 0.25) !important;
}
#olark-wrapper #olark-container .olark-form-send-button {
    background-color: #ffffff !important;
    color: #333333 !important;
}
#olark-wrapper #olark-container .olark-feedback-form-button {
    background-color: #ffffff !important;
    color: #333333 !important;
}
#olark-wrapper #olark-container .olark-restart-button {
    background-color: #ffffff !important;
    color: #333333 !important;
}
#olark-wrapper #olark-container .olark-branding-panel .olark-branding-cancel-button {
    background-color: #ffffff !important;
    border: none !important;
    color: #333333 !important;
}
#olark-wrapper #olark-container .olark-branding-panel .olark-branding-go-button {
    border: none !important;
    background: rgba(255, 255, 255, 0.35) !important;
}
#olark-wrapper #olark-container .olark-send-transcript-container .olark-send-transcript-form.olark-inline-form-valid .olark-form-input-container {
    border-color: #ffffff !important;
}
#olark-wrapper #olark-container .olark-send-transcript-container .olark-send-transcript-form.olark-inline-form-valid .olark-send-icon {
    fill: #ffffff !important;
}
/*animate*/
@keyframes header-anim {
    0% {
        opacity: 0
    }

    72% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
@keyframes feature-text-anim {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(0, 10px, 0);
         -moz-transform: translate3d(0, 10px, 0);
         -ms-transform: translate3d(0, 10px, 0);
         -o-transform: translate3d(0, 10px, 0);
         transform: translate3d(0, 10px, 0);
     }
     75% {
         opacity: 0;
         -webkit-transform: translate3d(0, 10px, 0);
         -moz-transform: translate3d(0, 10px, 0);
         -ms-transform: translate3d(0, 10px, 0);
         -o-transform: translate3d(0, 10px, 0);
         transform: translate3d(0, 10px, 0);
     }
     100% {
         opacity: 1;
         -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
         -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
     }
 }
.c-header__nav-container{
    -webkit-animation: header-anim .5s ease-in-out;
    animation: header-anim .5s ease-in-out;
}
/*header started*/
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:active,a:hover,a:focus,button:active,button:hover button:focus {
    outline: 0;
    text-decoration: none;
}

.c-header {
    position: fixed;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 200;
    padding: 0 20px;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 0 1px gray;
    background-color: rgba(245,245,245,0.95)
}

@media (min-width: 48em) {
    .c-header {
        position:relative;
        height: 80px;
        box-shadow: none;
        /*background-color: transparent;*/
        background-color: #f7f7f7;
    }
}

@media (min-width: 62em) {
    .c-header {
        padding:0 40px
    }
}

body[data-current-slide] .c-header {
    position: fixed;
    box-shadow: none;
    background-color: transparent
}

body.subpage .c-header {
    background-color: #293B4D;
    box-shadow: none
}

.c-header__logo {
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-family: "proxima-nova";
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal;
    color: #1d3557;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1em;
}
@media (max-width: 47.99em) {
    .c-header__logo {
        width:115px
    }
    .outbound-link:hover,.outbound-link:focus,.outbound-link:active,.c-header__nav-link:hover,.c-header__nav-link:focus,.c-header__nav-link:active{
        color: #fff;
    }
}
.c-header__title {
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden
}

@media (max-width: 47.99em) {
    .c-header__nav {
        position:fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 210px;
        padding-top: 70px;
        background: #131928;
        transform: rotateY(90deg);
        transform-origin: right;
        transition: all 300ms ease;
        z-index: 10;
        overflow: auto
    }
}

@media (min-width: 48em) {
    .c-header__nav {
        flex:1
    }
}

@media (max-width: 47.99em) {
    .c-header__nav-container {
        display:flex;
        flex-direction: column
    }
}

@media (min-width: 48em) {
    .c-header__nav-container {
        flex:1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 20px
    }
}

@media (min-width: 48em) {
    .c-header__nav-landing,.c-header__nav-timepot {
        display:flex;
        align-items: center;
        justify-content: space-between
    }
}

.c-header__nav-landing {
    order: 2
}

@media (min-width: 48em) {
    .c-header__nav-landing {
        order:1
    }
}

.c-header__nav-timepot {
    order: 1
}

@media (min-width: 0.0625em) and (max-width: 47.99em) {
    .c-header__nav-timepot {
        display:flex;
        flex-direction: column
    }

    .c-header__nav-timepot>*:nth-child(1),.c-header__nav-timepot>*:nth-child(2),.c-header__nav-timepot>*:nth-child(3),.c-header__nav-timepot>*:nth-child(4),.c-header__nav-timepot>*:nth-child(5),.c-header__nav-timepot>*:nth-child(6),.c-header__nav-timepot>*:nth-child(7) {
        order: 2
    }

    .c-header__nav-timepot>*:nth-child(8) {
        order: 1;
        padding-left: 40px;
        padding-bottom: 20px
    }
}

@media (min-width: 48em) {
    .c-header__nav-timepot {
        order:2
    }

    .c-header__nav-timepot .c-header__nav-link:last-of-type {
        margin-right: 15px
    }
}

.c-header__nav-link {
    position: relative;
    text-transform: uppercase;
    padding: 15px;
    color: #18355B;
    font-size: 14px;
    transition: all 300ms ease
}

.c-header__nav-link:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 11px;
    background: #e63946;
    height: 2px;
    border-radius: 2px;
    transform: rotateY(90deg);
    transform-origin: center;
    transition: all 300ms ease
}

@media (min-width: 48em) {
    .c-header__nav-link:hover:after {
        transform:rotateY(0)
    }
}

body[data-current-slide] .c-header__nav-link,body.subpage .c-header__nav-link {
    color: #fff
}

@media (min-width: 0.0625em) and (max-width: 47.99em) {
    .c-header__nav-link {
        display:block;
        color: #fff;
        padding: 20px 40px
    }
}

@media (min-width: 0.0625em) and (max-width: 47.99em) {
    .c-header__nav-trigger {
        position:absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 10px;
        z-index: 20
    }
}
.c-header__nav-trigger {
    cursor: pointer;
}
@media (min-width: 48em) {
    .c-header__nav-trigger {
        display:none
    }
}

.c-header__nav-trigger-menu-line {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -9px;
    width: 20px;
    height: 2px;
    background-color: #131928;
    transition: all 300ms ease;
    border-radius: 2px
}

body[data-current-slide] .c-header__nav-trigger-menu-line,body.subpage .c-header__nav-trigger-menu-line {
    background-color: #fff
}

.c-header__nav-trigger-menu-line:before,.c-header__nav-trigger-menu-line:after {
    content: '';
    top: 50%;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #131928;
    transition: all 300ms ease;
    border-radius: 2px
}

body[data-current-slide] .c-header__nav-trigger-menu-line:before,body.subpage .c-header__nav-trigger-menu-line:before,body[data-current-slide] .c-header__nav-trigger-menu-line:after,body.subpage .c-header__nav-trigger-menu-line:after {
    background-color: #fff
}

.c-header__nav-trigger-menu-line:before {
    margin-top: 6px
}

.c-header__nav-trigger-menu-line:after {
    margin-top: -8px
}

.c-header__nav-trigger-input {
    display: none
}

.c-header__nav-trigger-input:checked+.c-header__nav {
    transform: rotateY(0)
}

.c-header__nav-trigger-input:checked+.c-header__nav+.c-header__nav-trigger .c-header__nav-trigger-menu-line {
    background-color: transparent
}

.c-header__nav-trigger-input:checked+.c-header__nav+.c-header__nav-trigger .c-header__nav-trigger-menu-line:before {
    margin-top: 0;
    transform: rotate(-45deg);
    background-color: #fff
}

.c-header__nav-trigger-input:checked+.c-header__nav+.c-header__nav-trigger .c-header__nav-trigger-menu-line:after {
    margin-top: 0;
    transform: rotate(45deg);
    background-color: #fff
}

@media (min-width: 0.0625em) and (max-width: 47.99em) {
    .c-header__nav-trigger-input:checked+.c-header__nav+.c-header__nav-trigger+.c-header__nav-overlay {
        position:fixed;
        background-color: rgba(19,25,40,0.2);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9
    }
    body>*:nth-child(2){
        margin-top:50px;
    }
}
.o-btn {
    margin-bottom: 0;
    font-family: "Proxima Nova Soft Regular",Arial,sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 300ms ease
}

.o-btn:hover,.o-btn:focus,.o-btn--focus {
    color: #18355B;
    text-decoration: none;
    outline: 0 !important
}

.o-btn:active,.o-btn--active {
    outline: 0 !important;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.o-btn--disabled,.o-btn[disabled] {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none
}
@media (min-width: 30em) {
    .o-btn {
        display:inline-block;
        width: auto;
    }
}
.o-btn--danger {
    color: #fff;
    background-color: #ED565C;
    border: 0;
    box-shadow: 0 2px 0 rgba(19,25,40,0.1)
}
.o-btn--danger:hover {
    color: #fff;
    background-color: #ED565C
}

.o-btn--danger:active,.o-btn--danger:focus {
    color: #fff;
    background-color: #ED565C;
    box-shadow: inset 0 2px 0 rgba(19,25,40,0.1)
}
@media (max-width: 995px){
    .c-header__nav-link {
        font-size: 12px;
    }
}
/*header end*/
/*footer start*/
#preFooter {
    color: rgba(255,255,255,0.7);
}
#preFooter {
    background-color: #1d3557;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.pre-footer-inner {
    -webkit-transition: all .25s ease-in-out .1s;
    -moz-transition: all .25s ease-in-out .1s;
    -ms-transition: all .25s ease-in-out .1s;
    -o-transition: all .25s ease-in-out .1s;
    transition: all .25s ease-in-out .1s;
}
.footer-inner, .pre-footer-inner {
    max-width: 1020px;
}
@media only screen and (max-width: 640px){
    .pre-footer-inner, .footer-inner {
        text-align: center;
    }
}
.pre-footer-inner {
    width: auto;
    margin: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pre-footer-inner .sqs-layout {
    padding: 32px;
}
.sqs-layout > .sqs-row {
    margin-left: -17px;
    margin-right: -17px;
}
.sqs-row {
    width: auto !important;
}
[class*=sqs-col] {
    float: left;
}
.sqs-col-12 {
    width: 100%;
}
[class*=sqs-col]:last-child {
    padding-right: 0;
}
.sqs-block:not(.sqs-block-html):not(.sqs-block-markdown) {
    clear: both;
}
[class*=sqs-col] .sqs-block {
    padding-left: 17px;
    padding-right: 17px;
}
.sqs-block {
    position: relative;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
}
.pre-footer-inner a {
    color: rgba(255,255,255,.7);
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    font-size: 18px;
}
/*footer end*/
/*content start*/
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.page-container-responsive{
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px;
}
.page-container-responsive p{
    margin: 0!important;
}
@media (min-width: 744px){
    .page-container-responsive {
        width: auto;
    }
}

@media (min-width: 1128px){
    .page-container-responsive {
        max-width: 1020px;
    }
}
.sqs-block-button-element {
    padding: 13px 26px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    background-color: #e63946;
    border-color: #e63946;
    display: inline-block;
    width: auto;
    height: auto;
}
.sqs-block-button-element{
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    border-radius: 3px;
    color: #e63946;
    padding:13px 26px;
}
.sqs-block-button-element:hover,.sqs-block-button-element:active{
    background-color: #e63946!important;
    color: #fff!important;
}
.inline-block{
    display: inline-block;
}
.width100{
    width: 100% !important;
}
.pad-lr{
    padding-left: 17px;
    padding-right: 17px;
}
.pad-tb{
     padding-top: 40px;
     padding-bottom: 40px;
 }
.pad-t{
    padding-top: 40px;
    padding-bottom: 0;
}
.pad-b{
    padding-top: 0;
    padding-bottom: 40px;
}
.pad-tb10{
    padding-top: 10px;
    padding-bottom: 10px;
}