/* common */
html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

body.no-scroll,
body.noScroll {
    overflow: hidden;
}

/* https://css-tricks.com/couple-takes-sticky-footer/ */
body {
    color: #212e3d;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#wrapper {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}

a {
    color: #033b7a;
}

a:hover,
a:focus {
    color: #04438f;
}

a.black {
    color: #212e3d;
}

a.black:hover {
    color: #033b7a;
}

a.readmore {
    display: inline-block;
    color: #033b7a;
    position: relative;
}

a.readmore::before,
a.readmore::after,
.slick-prev::before,
.slick-prev::after,
.slick-next::before,
.slick-next::after,
.lists li::before,
.lists li::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 8px;
    background: #04438f;
    top: 14px;
    right: -11px;
    transform-origin: 95%;
    transition: all 0.2s ease-out;
}

.slick-prev::before,
.slick-prev::after,
.slick-next::before,
.slick-next::after {
    height: 2px;
}


a.readmore::before,
.slick-next::before,
.lists li::before {
    transform: rotate(45deg);
}

a.readmore::after,
.slick-next::after,
.lists li::after {
    transform: rotate(-45deg);
}

.slick-prev::before,
.slick-prev::after {
    right: auto;
    left: 5px;
    top: 16px;
}

.slick-prev::before {
    transform: rotate(135deg);
}

.slick-prev::after {
    transform: rotate(225deg);
}


a.readmore:hover::before,
a.readmore:hover::after {
    right: -15px;
}


.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev,
.slick-next {
    background: #ecf1f6;
    height: 34px;
    width: 34px;
    border-radius: 50%;
}

.slick-next::before,
.slick-next::after {
    top: 16px;
    right: 12px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: rgba(236, 242, 246, 0.9);
}

.slick-arrow {
    z-index: 1;
}

.accordion-content {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s, max-height .75s ease;
}

li.active .accordion-content {
    max-height: 100%;
    visibility: visible;
    opacity: 1;
}

.accordion-title {
    position: relative;
    cursor: pointer;
}

.accordion-title:hover {
    color: #033b7a;
}

.accordion-title::before {
    content: '+';
    color: #033b7a;
    font-size: 22px;
    top: -4px;
    font-weight: normal;
    right: 0;
    position: absolute;
    transition: all 0.25s ease-in;
}

li.active .accordion-title::before {
    transform-origin: center;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: -2px;
}

.background-light {
    background: #f7fafc;
}

.background-grey {
    background: #f7f7f7;
}

.background-dark {
    background: #313237;
    color: #fff;
}

.background-light-blue-gradient {
    background: #f8fafd;
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(233, 238, 243) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(233, 238, 243) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(233, 238, 243) 100%);

}

.background-light-yellow-gradient {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(238, 220, 204) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(238, 220, 204) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(238, 220, 204) 100%);
}


.main-color {
    color: #033b7a;
}

.eq-button,
.btn-primary,
.btn-secondary,
.rsform-submit-button {
    border-radius: 50px;
}

.eq-button-primary,
.btn-primary,
.rsform-submit-button {
    background: #033b7a;
    border-color: #033b7a;
    transition: all .8s;
    color: #fff;
}

.btn-primary,
.btn-secondary,
.rsform-submit-button {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 40px;
    line-height: 58px;
    font-size: 1rem;
    outline: none;
    border: none;
    width: 100%;
}

.eq-button-primary:hover,
.eq-button-primary:focus,
.btn-primary:hover,
.btn-primary:focus {
    background: #033b7a;
    box-shadow: 0 10px 20px 0 rgba(77, 52, 185, 0.26);
}

.eq-button-line-white {
    color: #033b7a;
    border-color: #033b7a;
}

.eq-button-line-white:hover,
.eq-button-line-white:focus {
    background: #6947ff;
    border-color: #6947ff;
}

.eq-button-yellow,
.eq-button-yellow:hover {
    background-color: #ffb047;
    border: 1px solid #ffb047;
    box-shadow: none;
}


hr {
    border: none;
    border-top: 1px solid #efedf3;
}


ul {
    padding-left: 20px;
}

ul.no-style {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.no-style li {
    position: relative;
}

.line {
    border-bottom: 1px solid #e8eaed;
}

.module {
    padding-top: 40px;
    padding-bottom: 40px;
}

.hidden {
    overflow: hidden;
}

/* modal */
.modal-panel {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.cover-container {
    background: #fff;
    padding: 15px;
    margin: 30px auto;
    width: 95%;
    max-width: 880px;
    overflow: hidden;
}


.close {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 102;
    cursor: pointer;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.5);
}

.close:before,
.close:after {
    content: '';
    height: 1px;
    width: 20px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 15px;
    right: 5px;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

/* 设置动画时避免滑动栏 */
.module .eq-row {
    overflow: hidden;
}

.module .title {
    margin-bottom: 30px;
}

.module .title.border-bottom {
    border-bottom: 1px solid #edeeef;
    padding-bottom: 15px;
}




/* animation */
.animation {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.fadeInUp {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    transition: transform 1s .25s cubic-bezier(0, 1, .3, 1), opacity 1s .25s ease-out;
}

.hero-banner.home .fadeInUp {
    transition: all 1s 0.8s ease-out !important;
}

.fadeInUp.is-visible {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fadeInDown {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.fadeInDown.is-visible {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fadeInLeft {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    transition: transform 4s .25s cubic-bezier(0, 1, .3, 1), opacity .3s .25s ease-out;
}

.fadeInLeft.is-visible {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fadeInRight {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    transition: transform 4s .25s cubic-bezier(0, 1, .3, 1), opacity .3s .25s ease-out;
}

.fadeInRight.is-visible {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slideInTopRight {
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
    transition: all 1.2s ease-out !important;
}

.slideInTopRight.is-visible {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.slideInTopLeft {
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
    transition: all 0.8s ease-out !important;
}

.slideInTopLeft.is-visible {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slideInBottomRight {
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
}

.slideInBottomRight.is-visible {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 1s ease-out !important;
}


@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.backInRight.is-visible {
    -webkit-animation-name: backInRight;
    animation-name: backInRight;
}

.eq-card-shadow {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
}

fieldset {
    padding: 0;
    border: none;
}

input,
textarea,
select {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    /*box-shadow: inset 0 0 10px 0 rgba(27, 26, 51, 0.1);*/
    height: 48px;
    padding: 5px 20px;
    border: 1px solid rgb(192, 182, 224);
    border-radius: 5px;
    outline: none;
    /* 去掉默认点击颜色边框 */
    resize: none;
    -webkit-transition: border 0.25s ease-in;
    -moz-transition: border 0.25s ease-in;
    -o-transition: border 0.25s ease-in;
    transition: border 0.25s ease-in;
}

input[type="file"] {
    border: none;
}

input:focus,
textarea:focus {
    border-color: #043d82;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    box-shadow: none;
    height: auto;
}

textarea {
    height: auto;
}

header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 48px;
    transform: translateY(0);
    transition: all 0.5s ease-out;
}

header.open {
    height: 100%;
    /*background: rgba(77, 52, 185, 1);*/
    background: #fff;
}

header.open>.eq-container {
    height: 100%;
}

header.hide {
    transform: translateY(-100%);
}

header.toggle {
    background: rgba(255, 255, 255, 0.8);
}

#logo,
header.sub.toggle #logo,
header.sub.open #logo {
    background: url("../images/logo.svg") no-repeat left center;
    display: block;
    text-indent: -99999px;
    float: left;
    height: 30px;
    width: 100px;
    margin-top: 10px;
}

#pull {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 12px;
    z-index: 1;
    width: 48px;
    height: 48px;
}

#pull::before,
#pull::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    transition: all .5s ease-in-out;
}

#pull::before,
#pull::after,
header:not(.open) #pull>span {
    display: inline-block;
    height: 1px;
    width: 18px;
    background: #033b7a;
}

header:not(.open) #pull>span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    transform: translate(-50%, -50%)
}

header:not(.open) #pull::before {
    top: calc(50% - 6px);
}

header:not(.open) #pull::after {
    top: auto;
    bottom: calc(50% - 5px);
}

header.sub.open #pull::before,
header.sub.open #pull::after,
header.sub.toggle #pull::before,
header.sub.toggle #pull::after {
    background: #fff;
}

header.sub #pull::before,
header.sub #pull::after {
    background: #033b7a;
}

header.open #pull::before {
    transform: rotate(45deg);
}

header.open #pull::after {
    transform: rotate(-45deg);
}

ul.nav,
ul.nav li ul,
.nav-list ul,
ul.pagination {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.nav {
    clear: both;
    position: absolute;
    top: 0;
    transform: translateY(10%);
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: left;
    width: 80%;
    opacity: 0;
    transition: opacity 0.5s ease-out 0.2s;
    display: none;
}

header.open ul.nav {
    opacity: 1;
    display: block;
}

ul.nav li {
    position: relative;
}

ul.nav li.parent::before,
ul.nav li.parent::after {
    /*content: '';*/
    position: absolute;
    height: 1px;
    width: 8px;
    background: #fff;
    top: 28px;
    right: 0;
    transform-origin: 5%;
}

ul.nav li.parent::before {
    transform: rotate(225deg);
}

ul.nav li.parent::after {
    transform: rotate(-45deg);
}

ul.nav li a,
.eq-navbar-tab>li a,
.link-black {
    display: block;
    line-height: 48px;
    color: #233244;
}

.link-black {
    line-height: unset;
}

ul.nav li a:hover,
ul.nav li.active>a,
.eq-navbar-tab>li a:hover,
.link-black:hover {
    color: #033b7a;
}


ul.nav>li>ul {
    display: none;
}

ul.nav li.toggle ul {
    display: block;
}

ul.nav li ul li a {
    padding-left: 20px;
}

header.sub #logo {
    background-image: url("../images/logo.svg");
}

.hero-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}


#play {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../images/play-btn.png") no-repeat center center;
    background-size: 100%;
}

/* top */
::placeholder {
    font-size: 12px;
}

.form-search input {
    height: 28px;
    border: 1px solid #d2dce7;
    box-shadow: none;
    background: url("../images/search.svg") 10px center/16px no-repeat;
    padding: 0 0 0 30px;
    border-radius: 30px;
}

.top .btn,
.lang-block a {
    width: auto;
    padding: 0 0 0 20px;
    background: url("../images/global.svg") left center no-repeat;
    line-height: 1;
    cursor: pointer;
    font-size: 14px;
}

.lang-block a {
    display: inline-block;
    color: #212e3d;
    background-size: 14px;
    padding-left: 20px !important;
}

.dropdown-menu {
    display: none;
    padding: 0 !important;
}

.dropdown-menu.show {
    display: block;
    z-index: 1;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 8%);
    background: #fff;
    border-radius: 8px;
}

.nav-search {
    border-top: 1px solid #e8eaed;
}

.nav-search .eq-container {
    padding: 0;
}

.awesomplete {
    display: block;
    margin-bottom: 20px;
}

div.mod-languages ul.lang-block li {
    margin: 0;
    padding: 0;
}

div.mod-languages a {
    line-height: 32px !important;
    /*padding: 5px 15px !important;*/
}

.eq-table td {
    word-break: normal;
}

.eq-table thead {
    background-color: #f8fafd;
}

.eq-table thead td {
    white-space: nowrap;
}

.white {
    color: #fff;
}

ul.tab {
    border-bottom: 1px solid #e8eaed;
    margin-bottom: 80px;

}

ul.tab li a {
    padding: 20px 60px;
    margin-right: 60px;
}

ul.tab li.active a {
    background: #043d82;
    display: block;
    color: #fff;
}

/* home */

.bone {
    background-image: -moz-linear-gradient(90deg, rgb(217, 217, 216) 0%, rgb(225, 225, 224) 18%, rgb(233, 233, 231) 35%, rgb(239, 239, 237) 39%, rgb(244, 244, 242) 55%, rgb(250, 250, 249) 66%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(217, 217, 216) 0%, rgb(225, 225, 224) 18%, rgb(233, 233, 231) 35%, rgb(239, 239, 237) 39%, rgb(244, 244, 242) 55%, rgb(250, 250, 249) 66%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(217, 217, 216) 0%, rgb(225, 225, 224) 18%, rgb(233, 233, 231) 35%, rgb(239, 239, 237) 39%, rgb(244, 244, 242) 55%, rgb(250, 250, 249) 66%, rgb(255, 255, 255) 100%);
}

.pros .head {
    background-color: #f6f6f6;
    height: 220px;
    line-height: 180px;
}

.logo-item {
    text-align: center;
    margin: 10px;
}

.logo-item>div {
    line-height: 120px;
    height: 120px;
    background: #fff;
    margin-bottom: 10px;
}

.logo-item img {
    display: inline-block;
}

.logo-item p {
    min-height: 60px;
}

html[lang=en-gb] .logo-item p {
    min-height: 124px;
}

.feature-list li {
    margin: 15px 0;
}

.mod-articlesnews .slick-list {
    padding-bottom: 20px;
}

@keyframes to-bg {
    from {
        opacity: 0;
    }

    25% {
        opacity: 0.3;
        transform: scale3d(3, 3, 4);
    }

    50% {
        opacity: 0.75;
    }

    75% {
        opacity: 1;

    }

    to {
        opacity: 0;
    }
}

.cooperate {
    position: relative;
    background: #f9fcff;
    /*background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(255,255,255) 0%, rgb(235,240,247) 100%);*/
    /*background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(255,255,255) 0%, rgb(235,240,247) 100%);*/
    /*background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(255,255,255) 0%, rgb(235,240,247) 100%);*/
    /*background: #f9fcff radial-gradient(circle closest-side at 50% 50%, rgb(255,255,255) 0%, rgb(235,240,247) 100%);*/
}

.cooperate::before {
    animation: to-bg 2.5s linear infinite;
    position: absolute;
    content: '';
    background-image: radial-gradient(circle closest-side at 50% 50%, rgb(255, 255, 255) 0%, rgb(235, 240, 247) 100%);
    width: 100%;
    height: 100%;
}


/* 保持同步旋转，form 值（元素定制的值）+ to 值 */
@keyframes rotate420 {
    to {
        transform: rotate(420deg);
    }
}

@keyframes rotate-420 {
    to {
        transform: rotate(-420deg);
    }
}

@keyframes rotate517 {
    to {
        transform: rotate(517deg);
    }
}

@keyframes rotate-517 {
    to {
        transform: rotate(-517deg);
    }
}

@keyframes rotate330 {
    to {
        transform: rotate(330deg);
    }
}

@keyframes rotate-330 {
    to {
        transform: rotate(-330deg);
    }
}

@keyframes rotate240 {
    to {
        transform: rotate(240deg);
    }
}

@keyframes rotate-240 {
    to {
        transform: rotate(-240deg);
    }
}

@keyframes rotate380 {
    to {
        transform: rotate(380deg);
    }
}

@keyframes rotate-380 {
    to {
        transform: rotate(-380deg);
    }
}

@keyframes rotate465 {
    to {
        transform: rotate(465deg);
    }
}

@keyframes rotate-465 {
    to {
        transform: rotate(-465deg);
    }
}

@keyframes rotate650 {
    to {
        transform: rotate(650deg);
    }
}

@keyframes rotate-650 {
    to {
        transform: rotate(-650deg);
    }
}

@keyframes rotate558 {
    to {
        transform: rotate(558deg);
    }
}

@keyframes rotate-558 {
    to {
        transform: rotate(-558deg);
    }
}

@keyframes rotate446 {
    to {
        transform: rotate(446deg);
    }
}

@keyframes rotate-446 {
    to {
        transform: rotate(-446deg);
    }
}

.partner {
    background: url("../images/partner-bg.svg") center no-repeat;
    height: 460px;
}

.partner ul.logos {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
}

.partner ul.logos li>div {
    position: absolute;
    z-index: 1;
}

.partner ul.logos p {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    text-align: center;
}

.partner ul.logos img {
    transform: scale(0.4);
}

.partner ul.logos li>div {
    transform: rotate(-60deg);
    animation: rotate-420 30s linear 0s infinite forwards;
}

.partner ul.logos li>div>p {
    display: none;
}

.partner ul.logos li>div:hover>p {
    display: block;
}

.partner ul.logos li:nth-child(1)>div,
.partner ul.logos li:nth-child(2)>div,
.partner ul.logos li:nth-child(3)>div,
.partner ul.logos li:nth-child(4)>div {
    left: -52px;
}

.partner ul.logos li:nth-child(5)>div,
.partner ul.logos li:nth-child(6)>div,
.partner ul.logos li:nth-child(7)>div,
.partner ul.logos li:nth-child(8)>div {
    left: 3%;
}

.partner ul.logos li:nth-child(9)>div,
.partner ul.logos li:nth-child(10)>div,
.partner ul.logos li:nth-child(11)>div {
    left: 25%;
}

.partner ul.logos li {
    animation: rotate420 30s linear 0s infinite forwards;
    transform: rotate(60deg);
}

.partner ul.logos li:nth-child(2) {
    transform: rotate(157deg);
    animation-name: rotate517;
}

.partner ul.logos li:nth-child(3),
.partner ul.logos li:nth-child(10) {
    transform: rotate(-30deg);
    animation-name: rotate330;
}

.partner ul.logos li:nth-child(4),
.partner ul.logos li:nth-child(11) {
    transform: rotate(-120deg);
    animation-name: rotate240;
}

.partner ul.logos li:nth-child(5) {
    transform: rotate(20deg);
    animation-name: rotate380;
}

.partner ul.logos li:nth-child(6) {
    transform: rotate(105deg);
    animation-name: rotate465;
}

.partner ul.logos li:nth-child(7) {
    transform: rotate(290deg);
    animation-name: rotate650;
}

.partner ul.logos li:nth-child(8) {
    transform: rotate(198deg);
    animation-name: rotate558;
}

.partner ul.logos li:nth-child(9) {
    transform: rotate(86deg);
    animation-name: rotate446;
}


.partner ul.logos li:nth-child(2)>div {
    transform: rotate(-157deg);
    animation-name: rotate-517;
}

.partner ul.logos li:nth-child(3)>div,
.partner ul.logos li:nth-child(10)>div {
    transform: rotate(30deg);
    animation-name: rotate-330;
}

.partner ul.logos li:nth-child(4)>div,
.partner ul.logos li:nth-child(11)>div {
    transform: rotate(120deg);
    animation-name: rotate-240;
}

.partner ul.logos li:nth-child(5)>div {
    transform: rotate(-20deg);
    animation-name: rotate-380;
}

.partner ul.logos li:nth-child(6)>div {
    transform: rotate(-105deg);
    animation-name: rotate-465;
}

.partner ul.logos li:nth-child(7)>div {
    transform: rotate(-290deg);
    animation-name: rotate-650;
}

.partner ul.logos li:nth-child(8)>div {
    transform: rotate(-198deg);
    animation-name: rotate-558;
}

.partner ul.logos li:nth-child(9)>div {
    transform: rotate(-86deg);
    animation-name: rotate-446;
}


/* product */
.slick-slide img {
    margin: auto;
}

.slider-nav .slick-slide img {
    padding: 5px;
}

a.shopping {
    border: 1px solid #d2dce7;
    border-radius: 10px;
    display: block;
    padding: 10px 20px;
    margin-right: 20px;
}

a.call-btn {
    background-color: #033b7a;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}

/* research */
.study .slide-item .eq-card {
    margin: 20px;
}

.slider-card .eq-card {
    margin: 0 15px;
}

.study .eq-list li {
    background: url("../images/book.svg") left center/auto 13px no-repeat;
    padding-left: 20px;
}

.study .eq-list li:nth-child(2) {
    background: url("../images/year.svg") 2px center/auto 16px no-repeat;
}

/* about */


.lists li {
    position: relative;
    padding-left: 20px;
    line-height: 32px;
    display: block;
}

.lists li::before,
.lists li::after {
    left: 0;
}

.lists li:hover {
    font-weight: bold;
    color: #033b7a;
    cursor: pointer;
}

.honor .eq-dotnav {
    margin: 0;
    text-align: left;
}

.honor .eq-dotnav li.eq-active {
    color: #043d82;
    font-weight: bold;
}

.eq-slideshow.office {
    margin-top: 100px;
}

.office .eq-dotnav {
    position: absolute;
    width: 100%;
    top: -70px;
    margin: 0;
}

.office .eq-dotnav li {
    width: 50%;
    text-align: center;
    float: left;
    padding: 0;
}

.eq-dotnav li a {
    width: auto;
    height: auto;
    border-radius: 0;
    border-bottom: 1px solid #e8eaed;
    color: #233244;
    padding: 10px;
}

.eq-dotnav li a,
.eq-dotnav li.eq-active a {
    background: none;
}

.eq-dotnav li.eq-active a {
    border-bottom: 2px solid #043d82;
    color: #043d82;
}


.story-wrapper {
    overflow: hidden;
    height: 500px;
}

.story {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 30px;
    padding-top: 140px;
}

#story .arrows {
    position: absolute;
    right: 5%;
    bottom: 0;
}

#story .arrows>a {
    position: static;
    display: inline-block;
    margin-left: 20px;
}

#story .arrows>a.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.story img {
    max-width: none;
}

.story ul {
    position: absolute;
    top: -10%;
    width: 100%;
}

.story ul li {
    position: absolute;
    top: 0;
    left: 80px;
    width: 170px;
}

.story ul li:nth-child(2) {
    left: 250px;
    top: -50px;
}

.story ul li:nth-child(3) {
    left: 443px;
    top: -41px;
}

.story ul li:nth-child(4) {
    left: 642px;
    top: -16px;
}

.story ul li:nth-child(5) {
    left: 848px;
    top: 30px;
}

.story ul li:nth-child(6) {
    left: 1051px;
    top: 71px;
}

.story ul li:nth-child(7) {
    left: 1239px;
    top: 69px;
}

.story ul li:nth-child(8) {
    left: 1434px;
    top: -5px;
}

.story ul li:nth-child(9) {
    left: 1628px;
    top: -20px;
}

.story ul li:nth-child(10) {
    left: 1833px;
    top: -83px;
}

.story ul li:nth-child(11) {
    left: 2041px;
    top: -43px;
}

.story ul li:nth-child(12) {
    left: 2278px;
    top: 10px;
}

.story ul li:nth-child(13) {
    left: 2480px;
    top: -18px;
}

.story ul li::after {
    content: '';
    width: 1px;
    height: 160px;
    background: #b9ccd6;
    position: absolute;
    top: 0;
}

.story ul li>div {
    padding-left: 10px;
}

.story ul li h6 {
    color: #043d82;
    margin-bottom: 5px;
}


.office .eq-slideshow-items {
    height: 180px;
}

.honor .eq-slideshow-items {
    height: 350px;
}

.eq-slidenav-previous,
.eq-slidenav-next {
    display: block;
    margin-top: 0;
    padding: 0;
}

.time-line .slick-list {
    padding-bottom: 100px;
    margin-bottom: 20px;
}

.time-line .slick-slide {
    border-bottom: 1px solid #c0d2de;
    position: relative;
}

.time-line .slick-slide::after {
    content: '';
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -10px;
    border: 1px solid #c0d2de;
    background-color: #f7fafc;
}

.time-line .slick-current::after {
    background-color: #043d82;
    width: 28px;
    height: 28px;
    bottom: -14px;
}

.time-line .slick-slide:not(.slick-current) h6 {
    font-weight: normal;
}

.story-lines .text img {
    max-width: 200px;
}

.story-lines .text p {
    max-width: 650px;
}

.story-lines .text h6 {
    margin-bottom: 5px;
}

.story-lines .slider-for .slick-slide:not(.slick-current) {
    display: none;
}

.yellow-table {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
}

.yellow-table thead {
    background: #ffb047;
    text-align: center;
}

.yellow-table th {
    color: #fff;
    text-align: center;
}

.yellow-table th,
.yellow-table td {
    border: 1px solid #dddbd6;
}

.yellow-table th:last-child,
.yellow-table td:last-child {
    border-right: none;
}

.yellow-table tr td:first-child {
    min-width: 80px
}

/* news */
#news,
#distributor,
#video {
    background: #f8fafd;
}


.eq-navbar-tab-wrapper {
    height: 50px;
}

.eq-navbar-tab>li {
    padding: 10px;
}

.eq-navbar-tab>li a {
    padding: 0;
    line-height: unset;
}

.eq-navbar-tab>li.active a {
    padding: 0 0 5px 0;
}

#news .items-leading,
#video #news .items-leading {
    padding-bottom: 30px;
}

#news .com-content-article .item-image {
    margin-bottom: 30px;
}

#news .com-content-article .article-info {
    border-bottom: 1px solid #e8eaed;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#video figure.item-image {
    position: relative;
    overflow: hidden;
}

#video figure.item-image a::before {
    content: url(../images/play.png);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
    z-index: 2;
    transition: all 0.5s ease;
}

#video figure.item-image a::after {
    z-index: 1;
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.5s ease;
}

#video figure.item-image a:hover:after {
    background: none;
}

#video figure.item-image a:hover::before {
    scale: 1.1;
}

@media (max-width: 568px) {
    .flex-order {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-order div:nth-child(1) {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .slick-active.slick-center {
        max-width: 260px;
        padding-left: 20px;
        padding-right: 20px;
    }
}


ul.pagination li {
    display: inline-block;
    padding: 5px;
    vertical-align: text-top;
}

ul.pagination li a {
    color: #a2a2a2;
    display: block;
    background: #e8ebf0;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    position: relative;
}

ul.pagination li a:hover,
ul.pagination li.active a {
    background-color: #033b7a;
    color: #fff;
}

ul.pagination li:not(.disabled) .icon-angle-double-left,
ul.pagination li:not(.disabled) .icon-angle-left,
ul.pagination li:not(.disabled) .icon-angle-right,
ul.pagination li:not(.disabled) .icon-angle-double-right {
    display: inline-block;
    padding: 6px;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-angle-left {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9.5px' height='10.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(160, 165, 172)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M7.240,8.431 L2.273,4.721 L7.240,1.011 '/%3E%3C/svg%3E");
}

.icon-angle-double-left {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15.5px' height='10.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(160, 165, 172)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M13.478,8.431 L8.512,4.721 L13.478,1.011 '/%3E%3Cpath fill-rule='evenodd' stroke='rgb(160, 165, 172)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M6.517,8.431 L1.550,4.721 L6.517,1.011 '/%3E%3C/svg%3E");
}

.icon-angle-right {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8.5px' height='11.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(160, 165, 172)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.839,1.742 L5.833,5.501 L0.839,9.261 '/%3E%3C/svg%3E");
}

.icon-angle-double-right {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15.5px' height='11.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(160, 165, 172)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.838,1.742 L5.832,5.501 L0.838,9.261 '/%3E%3Cpath fill-rule='evenodd' stroke='rgb(160, 165, 172)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M7.839,1.742 L12.832,5.501 L7.839,9.261 '/%3E%3C/svg%3E");
}


ul.pagination li a:hover {
    color: #033b7a;
}


figure.item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* job */

.jobs-list li.row {
    border-bottom: 1px solid #e8eaed;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.list-title h5 {
    display: inline-block;
}

.hot-long span {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 5px;
}

.hot {
    background-image: url("../images/hot.png");
    background-image: -webkit-image-set(url("../images/hot.png") 1x,
            url("../images/hot@2x.png") 2x);
    background-image: image-set(url("../images/hot.png") 1x,
            url("../images/hot@2x.png") 2x);
}

.long {
    background-image: url("../images/long.png");
    background-image: -webkit-image-set(url("../images/long.png") 1x,
            url("../images/long@2x.png") 2x);
    background-image: image-set(url("../images/long.png") 1x,
            url("../images/long@2x.png") 2x);
}

.now {
    background-image: url("../images/now.png");
    background-image: -webkit-image-set(url("../images/now.png") 1x,
            url("../images/now@2x.png") 2x);
    background-image: image-set(url("../images/now.png") 1x,
            url("../images/now@2x.png") 2x);
}

.local-time li {
    display: inline-block;
    background: url("../images/cat.svg") left center/14px no-repeat;
    padding-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    color: #606d7b;
}

.local-time li:nth-child(2) {
    background-image: url("../images/local.svg");
}

.local-time li:nth-child(3) {
    background-image: url("../images/time.svg");
}

a.rsform-submit-button:hover,
rsform-submit-button:focus {
    color: #fff;
}


/* contact */
.formError {
    font-weight: normal;
}

#distributor .other label {
    margin: 0 10px;
}

#distributor .rsform-submit-button {
    max-width: 470px;
}

#distributor h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e6ed;
}

/* tags */
ul.com-tags-tag__category li a {
    border-bottom: 1px solid #efedf3;
    padding: 10px 0;
    display: block;
}

#filter-search {
    margin-bottom: 20px;
}

.input-group-append .btn-primary,
.input-group-append .btn-secondary {
    width: auto;
}

/* content container page */
.content {
    /*padding-top: 80px;*/
    /*padding-bottom: 80px;*/
    word-wrap: break-word;
}


.content-top {
    padding-top: 80px;
}

#new .com-content-article__body a {
    color: #033b7a;
}

#new .com-content-article__body a:hover,
#new .com-content-article__body a:active {
    text-decoration: underline;
}

div.formBody {
    float: none !important;
}

.side-chat {
    right: 20px;
    top: 40%;
    z-index: 10;
    position: fixed;

}


.side-chat:not(.active) .eq-card {
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: all 0.3s ease;
}



footer {
    background: #f8fafd;
    padding: 40px 0;
    flex-shrink: 0;
    /* 页脚固底 */
}

footer a {
    /*color: #fff;*/
    /*opacity: 0.85;*/
    display: inline-block;
}

/*footer a:hover,*/
/*footer a:focus {*/
/*    color: #fff;*/
/*    opacity: 1;*/
/*}*/

ul.footer-accordion .accordion-title {
    color: #fff;
}

ul.footer-accordion .accordion-title::before {
    color: rgba(255, 255, 255, 0.65);
}

.footer-contact li>a>img {
    vertical-align: -6px;
}

.mod-breadcrumbs__wrapper {
    margin-bottom: 20px;
}

.eq-breadcrumb li:first-child a {
    display: inline-block;
    width: 24px;
    text-indent: -99999px;
    background: url("../images/logo-w-sign.svg") no-repeat left center/auto 18px;
}


.copyright {
    margin-top: 30px;
    padding-top: 30px;
    font-size: 14px;
    opacity: 0.7;
    border-top: 1px solid #e8eaed;
}

.nav-list {
    width: 100%;
}

.nav-list ul li {
    line-height: 36px;
}

.nav-list h6 {
    margin: 20px auto 10px;
    font-size: 16px;
}

footer .social {
    margin-top: 20px;
}

footer .social a {
    margin-right: 15px;
}


/* media */
@media (min-width: 480px) {}

@media (min-width: 568px) {}

@media (max-width: 767px) {

    .item-image h2 {
        margin-bottom: 0;
        font-size: 22px;
        /* padding: 0 20px; */
        line-height: 1;
    }


    .study h5 {
        font-size: 16px;
    }

    .study p {
        font-size: 14px;
    }

}

@media (min-width: 768px) {

    #pull {
        height: 68px;
        width: 68px;
    }


    .module {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .module .title {
        margin-bottom: 40px;
    }

    .margin-top {
        margin-top: 60px !important;
    }

    .cover-container {
        padding: 40px;
    }

    .control-group {
        margin-top: 30px;
    }

    ul.contact-list li a.qr-code-link {
        bottom: 19px;
    }

    .contact-form {
        padding: 40px;
    }

    .btn-primary,
    .btn-secondary {
        max-width: 240px;
    }


    header.toggle {
        height: 108px;
    }

    #logo,
    header.sub.toggle #logo {
        height: 50px;
        width: 160px;
        margin-top: 10px;
    }


    ul.faq-list {
        width: 45%;
    }


    .profile>div {
        padding: 0 40px;
    }

    .com-content-category-work {
        margin-top: 60px;
    }

    .eq-filter>li {
        float: left;
        width: 50%;
    }

    .com-content-category-blog__navigation {
        margin: 40px auto;
    }

    .com-content-work figcaption.caption h2 {
        margin-bottom: 10px;
    }

    #news .items-leading,
    #video .items-leading {
        padding-bottom: 50px;
    }

    .news-item {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #filter-search {
        width: 50%;
        float: left;
        margin-right: 20px;
    }

    #play {
        width: 100px;
        height: 100px;
    }


}

@media (min-width: 1024px) {

    #pull {
        display: none;
    }

    ul.nav {
        clear: none;
        float: right;
        display: block;
        position: relative;
        width: auto;
        opacity: 1;
        transform: none;
        margin-top: 8px;
    }

    ul.nav>li {
        float: left;
        padding-left: 25px;
        padding-right: 25px;
    }

    ul.nav>li:last-child {
        padding-right: 0;
    }

    ul.nav li.parent::before,
    ul.nav li.parent::after {
        top: 38px;
    }

    ul.nav li.parent::before,
    ul.nav li.parent::after {
        right: 8px;
    }

    ul.nav li a {
        border: none;
    }

    ul.nav>li>a {
        /*line-height: 68px;*/
        /*-webkit-transition: 1s all ease;*/
        /*-moz-transition: 1s all ease;*/
        /*transition: 1s all ease;*/
        font-size: 18px;
    }

    ul.nav>li>a:hover,
    ul.nav>li.active>a {
        border-bottom: 2px solid #033b7a;
    }

    ul.nav li ul {
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
        background: #fff;
        border-radius: 8px;
        position: absolute;
        left: 50%;
        top: 48px;
        width: auto;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 10px 20px;
        white-space: nowrap;
    }

    ul.nav li ul:before {
        /*content: "";*/
        width: 0;
        height: 0;
        position: absolute;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        margin-left: -8px;
        top: -8px;
        left: 50%;
    }

    ul.nav li:hover ul {
        display: block;
    }

    ul.nav li ul li a,
    header.sub ul.nav li>a {
        color: #1b1a33;
    }

    ul.nav li ul li a {
        line-height: 38px;
        padding: 0;
    }

    ul.nav li ul li a:hover,
    ul.nav li ul li.active a,
    header.sub ul.nav li>a:hover,
    header.sub ul.nav li.active>a {
        color: #033b7a;
    }

    header.sub ul.nav li.parent::before,
    header.sub ul.nav li.parent::after {
        background: #1b1a33;
    }

    header.sub ul.nav li.active::before,
    header.sub ul.nav li.active::after,
    header.sub ul.nav li:hover::before,
    header.sub ul.nav li:hover::after {
        background: #033b7a;
    }

    header.sub.toggle ul.nav>li>a {
        color: #fff;
    }

    header.sub.toggle ul.nav li.parent::before,
    header.sub.toggle ul.nav li.parent::after {
        background: #fff;
    }

    .slick-prev {
        left: -40px;
    }

    .slick-next {
        right: -40px;
    }

    .office .eq-slideshow-items {
        height: 500px;
    }

    .honor .eq-slideshow-items {
        height: 350px;
    }

    #top {
        border-bottom: 1px solid #e8eaed;
    }

    .awesomplete {
        margin: 0;
    }


    .partner {
        background-size: cover;
        height: 880px;
    }

    .partner ul.logos img {
        transform: scale(1);
    }

    .partner ul.logos li:nth-child(1)>div {
        left: -60px;
    }

    .partner ul.logos li:nth-child(5)>div,
    .partner ul.logos li:nth-child(6)>div,
    .partner ul.logos li:nth-child(7)>div,
    .partner ul.logos li:nth-child(8)>div {
        left: 2%;
    }

    .form-search {
        margin: 10px 0;
    }

    .tags ul.list-inline li {
        display: inline-block;
    }

    .tags ul.list-inline li::after {
        content: '/';
        padding: 0 5px;
        color: #999;
    }

    .tags ul.list-inline li:last-child::after {
        content: '';
    }

    .content-top {
        padding-top: 160px;
    }

    .nav-list {
        width: auto;
        flex: auto;
    }

    .copyright,
    .color-scheme-toggle {
        margin-top: 60px;
    }


    ul.footer-accordion .accordion-title {
        cursor: auto;
    }

    ul.footer-accordion .accordion-title::before {
        content: none;
    }

    ul.footer-accordion .accordion-content {
        opacity: 1;
        visibility: visible;
        max-height: 100%;
    }
}

@media (min-width: 1200px) {}