.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

@font-face {
    font-family: 'Conv_Bebas-Regular';
    src: url(/sites/all/themes/qiming/fonts/Bebas-Regular.eot);
    src: local('☺'), url(/sites/all/themes/qiming/fonts/Bebas-Regular.woff) format('woff'), url(/sites/all/themes/qiming/fonts/Bebas-Regular.ttf) format('truetype'), url(/sites/all/themes/qiming/fonts/Bebas-Regular.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td,
div,
a,
span {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

.font-bold {
    font-family: NotoSansHans-Bold, PingFangSC-Bold, PingFangSC-Regular, SourceHanSansCN-Normal, "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, sans-serif;
    font-weight: bold;
}

.font-medium {
    font-family: NotoSansHans-Medium, PingFangSC-Medium, PingFangSC-Medium, SourceHanSansCN-Medium, "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, sans-serif;
    font-weight: bold;
}

.font-regular {
    font-family: NotoSansHans-Regular, PingFangSC-Regular, SourceHanSansCN-Normal, "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, sans-serif;
    font-weight: normal;
}

body,
button,
input,
select,
textarea,
p {
    font: 16px/1.5 NotoSansHans-Regular, PingFangSC-Regular, SourceHanSansCN-Normal, "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, sans-serif;
}


body.en,
body.en button,
body.en input,
body.en select,
body.en textarea {
    font: 12px/1.5 NotoSansHans-Regular, PingFangSC-Regular, SourceHanSansCN-Normal, "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, sans-serif;
}

body.detail {}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: 0;
}

a {
    text-decoration: none;
    outline: none
}

a:hover {
    text-decoration: none;
}

abbr[title],
acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}

legend {
    color: #191919;
}

fieldset,
img {
    border: none;
}


button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    border: none;
    height: 1px;
}

html,
body {
    -webkit-overflow-scrolling: touch;
}

::selection {
    color: #fff;
    background: #313B81;
}

h1::selection,
h2::selection,
h3::selection {}

::-webkit-input-placeholder {
    color: #000;
    opacity: 0.2;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
}


body {}


.w {
    width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

table {
    border-collapse: collapse;
}

tbody {
    border: none;
}

body.toolbar {
    padding-top: 80px !important;
}

/* bug */

/* img{max-width:100%;height:auto;} */


[data-src] {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-v {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.flex-between {
    justify-content: space-between;
}




.flex-around {
    justify-content: space-around;
}

.align-center {
    text-align: center;
}

.pf-medium {
    font-family: PingFangSC-Medium, "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, "\5b8b\4f53", sans-serif;
}

.pf-light {
    font-family: PingFangSC-Light, "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, "\5b8b\4f53", sans-serif;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.none {
    display: none;
}

.en * {
    letter-spacing: 0 !important;
}




@-webkit-keyframes scaleOut {
    0% {
        -webkit-transform: scale(0.6);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1.00);
        opacity: 1.0;
    }
}




@keyframes scaleOut {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }

    100% {
        transform: scale(1.00);
        opacity: 1.0;
    }
}

.scaleOut {
    -webkit-animation: scaleOut 0.3s ease-in-out both;
    animation: scaleOut 0.3s ease-in-out both;
}

@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(1.0);
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(0.6);
        opacity: 0;
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(1.0);
        opacity: 1.0;
    }

    100% {
        transform: scale(0.6);
        opacity: 0;
    }
}

.scaleIn {
    -webkit-animation: scaleIn 0.3s ease-in-out both;
    animation: scaleIn 0.3s ease-in-out both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation: fadeIn 0.3s ease-in-out both;
    animation: fadeIn 0.3s ease-in-out both;
}

@-webkit-keyframes slideInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation: slideInUp 0.5s ease-in-out both;
    animation: slideInUp 0.5s ease-in-out both;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.slideDown {
    -webkit-animation: slideDown 0.5s ease-in-out both;
    animation: slideDown 0.5s ease-in-out both;
}

.hidden {
    display: none;
    position: absolute;
    top: -20000px;
    left: -20000px;
    width: 0;
    height: 0;
}

.blur {
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

body body {
    padding-top: 80px;
    color: #000;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
}

body>div {
    transition: all 0.5s;
}

body.fixed {
    overflow: hidden;
}

a {
    color: #000;
}

a:hover {
    color: #C8362F;
}

.header {
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 2px solid rgba(74, 74, 74, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

.header .w {
    height: 100%;
}

.front-wrapper {
    width: 100%;
    background: #fff;
    transition: all 0.5s;
    position: relative;
    z-index: 2;
}

body.fixed .front-wrapper {
    position: fixed;
    top: 100%;
    left: 0;
}

body.slide-in .front-wrapper {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.open-screen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    overflow: hidden;
    transition: all 0.5s ease;
}

body.fixed .open-screen {
    display: block;
}

.open-screen video {
    width: 100%;
}

.videobox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.videobox video {
    width: 100%;
}

.logo img {
    height: 100%;
    float: left;
    width: auto !important;
}

div.nav-btn-wrapper li {
    margin-left: 22px;
}

div.nav-btn-wrapper li a {
    line-height: 78px;
    color: #000;
}

.wx {
    padding-top: 26px;
    float: right;
    margin-left: 20px;
}

.wx a {
    width: 24px;
    height: 24px;
    display: block;
    background: url(/sites/all/themes/qiming/images/wx.svg) no-repeat center center;
}

.nav-btn {
    float: right;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    transition: all 0.3s;
    position: relative;
    margin-left: 40px;
    margin-top: 25px;
    cursor: pointer;
}

.nav-btn span {
    display: block;
    width: 100%;
    position: absolute;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    line-height: 0px;
    background: #000;
}

.nav-btn span:before,
.nav-btn span:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    line-height: 0px;
    background: #000;
    left: 0;
}

.nav-btn span:before {
    top: -9px;
}

.nav-btn span:after {
    bottom: -9px;
}

.nav li.leaf {
    list-style: none;
    padding: 0;
}

.nav a {
    font-size: 16px;
    line-height: 1.875;
    color: #000;
    transition: all 0.5s;
}

.nav a:hover {
    color: #CA3C35;
}

.nav li.active-trail a,
.nav a.active {
    color: #CA3C35;
}

.top-banner {
    width: 100%;
    position: relative;
    z-index: 3;
    border-bottom: 1px solid rgba(151, 151, 151, 0.23);
    background: #f3f3f3;
}

.ceo-say:after,
.top-banner:after {
    content: '';
    display: block;
    width: 100%;
    height: 26px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url(/sites/all/themes/qiming/images/white-arc.png) no-repeat bottom center;
    background-size: 100% 100%;
    z-index: 12;
}

.top-banner .swiper-pagination {
    bottom: 16px;
}

.top-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
    opacity: 0.3;
    margin: 0 5px;
    transition: all 0.5s;
}

.team-banner .swiper-pagination .swiper-pagination-bullet,
.white-style .swiper-pagination .swiper-pagination-bullet {
    background: #000;
    opacity: 0.1;
}

.top-banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 22px;
    opacity: 1;
}

.team-banner .swiper-pagination .swiper-pagination-bullet-active,
.white-style .swiper-pagination .swiper-pagination-bullet-active {
    background: #DA231A;
    opacity: 1;
}

.top-banner {
    overflow: hidden;
    position: relative;
    border-bottom: none;
}

.top-banner img {
    width: 100%;
    float: left;
}

.top-banner .swiper-slide {
    width: 100%;
    background-color: #f2f2f2;
    overflow: hidden;
}

.more-link {
    display: inline-block;
    overflow: hidden;
}

.more-link span {
    padding-right: 41px;
    font-size: 24px;
    color: #fff;
}

body.fixed .front-banner {
    display: none;
}

.swiper-slide video {
    width: 100%;
}

.footer {
    font-size: 14px;
    color: #fff;
    padding: 10px 0 0;
    background: #161616;
    position: relative;
    z-index: 3;
}

.footer-logo {
    width: 168px;
    float: left;
}

.footer-logo img {
    width: 100%;
}

.footer-nav {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding-top: 10px;
}

.footer-nav ul li {
    display: inline-block;
    margin-right: 30px;
    float: left;
}

.footer-nav ul li a {
    line-height: 32px;
    color: #fff;
}

.footer-contact {
    overflow: hidden;
    clear: both;
    padding: 20px 0;
}

.footer-contact li {
    float: left;
    margin-right: 25px;
    font-size: 14px;
    color: #A1A1A1;
}

.footer-contact li a {
    color: #A1A1A1;
}

.footer-t {
    position: relative;
    width: 70%;
    float: left;
    padding: 10px 0;
}

.footer-b {
    height: 46px;
    border-top: 1px solid #3A3A3A;
    line-height: 45px;
    color: #fff;
    opacity: 0.5;
    width: 100%;
    clear: both;
}

.footer-b p {
    line-height: 45px;
}

.footer-b a {
    margin-left: 30px;
    line-height: 45px;
    color: #fff;
    opacity: 0.5;
    transition: all 0.5s;
}

.footer-b a:hover {
    opacity: 1;
}

.footer-b span {
    opacity: 0.5;
}

.footer-right {
    float: right;
    padding: 10px 0;
}

.footer-right a {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    margin-left: 35px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    opacity: 0.5;
    transition: all 0.5s;
    margin-top: 30px;
}

.footer-right a.wx {
    width: 84px;
    height: auto;
    opacity: 1;
    font-size: 12px;
    color: #A1A1A1;
    line-height: 150%;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
}

.footer-right a.wx img {
    width: 100%;
}

.footer-right a.mail {
    background-image: url(/sites/all/themes/qiming/images/mail.svg);
}

.footer-right a.wechat {
    background-image: url(/sites/all/themes/qiming/images/wechat.svg);
}

.footer-right a.weibo {
    background-image: url(/sites/all/themes/qiming/images/weibo.svg);
}

.footer-right a.linkedin {
    background-image: url(/sites/all/themes/qiming/images/linkin.png);
}

.footer-right a:hover {
    opacity: 1;
}

.footer-right a span {
    display: none;
    width: 84px;
    height: 84px;
    padding: 2px;
    border-radius: 2px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -42px;
    transition: all 0.5s;
    opacity: 0;
}

.footer-right a:hover span {
    display: block;
    animation: toup 0.5s both;
}

@keyframes toup {
    to {
        opacity: 1;
        bottom: 40px;
    }
}

.footer-right a span img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.footer-right a span:before {
    content: '';
    display: block;
    width: 0px;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -5px;
}

.footer-top {
    border-top: 1px solid rgba(151, 151, 151, 0.23);
}

.footer-top .w {
    display: flex;
}

.footer-top a {
    flex: 1;
    display: block;
    float: left;
    padding: 50px 0;
    text-align: center;
    border-right: 1px solid rgba(151, 151, 151, 0.23);
}

.footer-top a:last-of-type {
    border-right: none;
}

.footer-top a span {
    display: block;
    text-align: center;
}

.footer-top a span.icon {
    margin-bottom: 15px;
}

.footer-top a span.title {
    font-size: 30px;
    margin-bottom: 20px;
}

.footer-top a span.more {
    background: url(/sites/all/themes/qiming/images/more.svg) no-repeat center center;
    height: 18px;
}

.footer-top a span.more.left {
    transform: rotate(180deg);
}

.dls dl {
    margin-right: 94px;
    float: left;
}

.dls dl:last-of-type {
    margin-right: 0;
}

.dls dt {
    font-size: 80px;
    color: #C8362F;
    position: relative;
    margin-bottom: 30px;
}

.date-display-single,
.font-din {
    font-family: "DIN Alternate", "Conv_Bebas-Regular";
}

.dls dt:after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    overflow: hidden;
    background: #C8362F;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.dls dt sub {
    font-size: 23px;
    color: #000;
    position: relative;
    top: -13px;
}

.dls dd {
    font-size: 16px;
    opacity: 0.24;
}

#layer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    transition: all 0.5s;
}

.front-banner .swiper-slide {
    overflow: hidden;
    position: relative;
}

.news-banner .swiper-slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #0A1447 4%, rgba(49, 56, 87, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.news-banner .w {
    z-index: 4;
}

.news-banner .banner-main {
    width: 100%;
}

.swiper-slide video,
.swiper-slide img {
    max-width: 100%;
}

.banner-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.banner-main {
    position: relative;
    width: 78%;
}

.front-banner .banner-main {
    width: 64%;
}

.banner-main img {
    max-width: 100%;
}

.banner-content h2 {
    font-size: 40px;
    color: #fff;
    line-height: 120%;
    margin-bottom: 25px;
    font-weight: normal;
}

.news-banner .banner-content h2 {
    margin-bottom: 10px;
}

.banner-content h2 a {
    color: #fff;
}

.team-banner h2 {
    font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 50%;
    opacity: 0.9;
    line-height: 40px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.95);
    margin-left: -180px;
}

.en .team-banner h2 {
    font-weight: normal;
}

.team-banner .swiper-pagination {
    bottom: 6px;
    width: 100%;
    text-align: center;
    z-index: 13;
}

.banner-content h3 {
    font-size: 28px;
    line-height: 120%;
}

.banner-content .content {
    overflow: hidden;
}

.banner-content p {
    font-size: 16px;
    line-height: 150%;
    opacity: 0.7;
    color: #fff;
}

.white-style h2 {
    color: #313131;
}

.white-style p {
    color: #9F9F9F;
}

.banner-content p.main {
    font-size: 24px;
    line-height: 150%;
    opacity: 1;
    margin-bottom: 0.5em;
}

.en .banner-content p.main {
    font-size: 20px;
}

.banner-content p.main:last-of-type {
    margin-bottom: 0;
}

.white-style p.main {
    color: #313131;
}

.about-banner .banner-content p {}

.about-nav {
    background: rgba(255, 255, 255, 0.95);
    z-index: 5;
    width: 100%;
    padding-bottom: 40px;
}

.btns-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.btns-wrapper a,
.btns-wrapper a.btn {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 38px;
    height: 100%;
    color: #fff;
    transition: all 0.5s;
    border: 1px solid #FFFFFF;
    padding: 0 20px;
}

.front-news .btns-wrapper {
    margin-bottom: 60px;
}

.front-news .btns-wrapper a.btn,
.white-style .btns-wrapper a,
.white-style .btns-wrapper a.btn {
    border-color: #DA231A;
    color: #DA231A;
}

.btns-wrapper.center {
    text-align: center;
}

.btns-wrapper.center a.btn {
    float: none;
    display: inline-block;
}

.btns-wrapper a.btn-white {
    background: #fff;
    color: #333;
    margin-right: 30px;
}

.box {
    position: relative;
    background-color: #fff;
    padding: 40px 0;
}

.member-list h3,
h2.title {
    font-size: 36px;
    color: #212121;
    line-height: 120%;
    margin: 0 0 40px;
    z-index: 0;
    text-align: left;
    position: relative;
    font-weight: normal;
    font-family: NotoSansHans-Medium, PingFangSC-Medium, PingFangSC-Medium, SourceHanSansCN-Medium, "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, sans-serif;
}

.member-list h3 small {
    font-size: 16px;
    color: #d4d4d4;
    display: none;
}

.en .member-list h3,
.en h2.title {
    font-size: 28px;
}

.member-list h3 {
    margin-bottom: 30px;
}

.member-list h3:nth-of-type(2) small {
    display: inline-block;
}

.member-list h3:after,

h2.title:after {
    content: '';
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0
}


h2.title span.cn {
    z-index: 3;
    position: relative;
}

h2.title span.en {
    z-index: 2;
    left: -50px;
    top: 30px;
    position: absolute;
    opacity: 0.2;
    font-family: 'Conv_Bebas-Regular';
    font-size: 102px;
    color: #9B9B9B;
    letter-spacing: 10.3px;
    line-height: 78px;
    font-weight: normal;
}

h2.title.right {
    text-align: right;
}

h2.title.right span.en {
    left: inherit;
    right: -50px;
}

.front-first {
    height: 208px;
    background: url(/sites/all/themes/qiming/images/bg-dashuju.jpg) no-repeat center bottom;
    background-size: auto 100%;
}

.front-first .w {
    height: 100%;
}

.front-first dl {
    color: #313131;
    cursor: default;
}

.front-first dl:hover {}

.front-first dt {
    text-align: center;
}

.front-first dt strong {
    font-size: 60px;
    font-weight: normal;
    transition: all 0.5s;
}

.front-first dl:hover dt strong {
    color: #C32830;
}

.front-first dt small {
    font-weight: bold;
    font-size: 28px;
}

.front-first dd {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
}

.what-container {
    width: 100%;
    height: 500px;
    background: #F4F4F4 url(/sites/all/themes/qiming/images/bg-what.jpg) no-repeat center center;
    background-size: auto 100%;
    padding-top: 50px;
}

.what-container .swiper-slide {
    width: 50%;
    padding-left: 15px;
    position: relative;
    margin: 20px 0;
    float: left;
    transform: translate3d(0, -40px, 0);
    opacity: 0;
    transition: all 1s;
}

.what-container.current .swiper-slide {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.what-container.current .swiper-slide:nth-of-type(2n-1) {
    clear: left;
}

.what-container.current .swiper-slide:nth-of-type(2) {
    transition-delay: 0.4s;
}

.what-container.current .swiper-slide:nth-of-type(3) {
    transition-delay: 0.1s;
}

.what-container.current .swiper-slide:nth-of-type(4) {
    transition-delay: 0.5s;
}

.what-container.current .swiper-slide:nth-of-type(5) {
    transition-delay: 0.2s;
}

.what-container.current .swiper-slide:nth-of-type(6) {
    transition-delay: 0.6s;
}

.what-container.current .swiper-slide:nth-of-type(7) {
    transition-delay: 0.3s;
}

.what-container .swiper-slide:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 12px;
    background: #000;
    border-radius: 100%;
}

.what-container h3 {
    font-size: 20px;
    line-height: 150%;
    color: #000;
}

.en .what-container h3 {
    font-size: 18px;
}

.what-container p {
    font-size: 14px;
    line-height: 150%;
    color: #000;
}

.ceo-say {
    height: 450px;
    background-image: linear-gradient(180deg, #FFFFFF 67%, #F5F5F5 100%);
    position: relative;
    overflow: hidden;
}

.ceo-say:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/sites/all/themes/qiming/images/bg-front.jpg) no-repeat center center;
    background-size: auto 100%;
}

.ceo-say .w {
    overflow: hidden;
    z-index: 5;
    height: 100%;
}

.ceo-say-logo {
    height: 100%;
    float: left;
    width: 343px;
    background: url(/sites/all/themes/qiming/images/logo-q.svg) no-repeat center center;
    background-size: 100%;
    margin-right: 0;
}

.ceo-company {
    width: 42%;
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.ceo-company-logo {
    height: 48px;
    float: left;
    margin-right: 10px;
}

.en .ceo-company-logo {
    height: 36px;
}

.ceo-company-logo img {
    width: auto;
    height: 100%;
}

.ceo-company-info {
    float: left;
    flex: 1;
    display: flex;
    align-items: center;
}

.en .ceo-company-info {
    align-items: center;
    display: flex;
}

.ceo-company-info span {
    display: block;
    font-size: 16px;
}

.ceo-company-info span.ceo-company-name {
    color: #313131;
}

.ceo-company-info span.ceo-company-intro {
    color: #9F9F9F;
    display: none;
}

.ceo-talk {
    font-size: 22px;
    color: #313131;
    line-height: 130%;
    padding-top: 56px;
    background: url(/sites/all/themes/qiming/images/yinhao.svg) no-repeat;
    background-size: 54px;
    width: 50%;
    position: relative;
    margin-top: 56px;
    margin-bottom: 15px;
    z-index: 10;
}

.en .ceo-talk {
    font-size: 20px;
}

.ceo {
    position: absolute;
    bottom: 0;
    right: 30px;
    height: 100%;
    width: 500px;
    z-index: 6;
}

.ceo img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ceo-intro {
    opacity: 0.94;
    background: #FEFEFE;
    box-shadow: 0 30px 41px 0 rgba(41, 62, 94, 0.21), inset 0 0 41px 16px rgba(0, 0, 0, 0.07);
    border-radius: 100%;
    width: 196px;
    height: 196px;
    top: 40px;
    right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    position: absolute;
    z-index: 5;
}

.ceo-intro:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(/sites/all/themes/qiming/images/ceo-intro-line.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ceo-intro:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background-image: radial-gradient(42% 92%, #44528C 33%, #243856 100%);
    box-shadow: 0 18px 30px 0 rgba(50, 65, 124, 0.47);
    border-radius: 100%;
    top: 48%;
    right: -9px;
}

.ceo-name {
    font-size: 20px;
    color: #243856;
    line-height: 150%;
    margin-bottom: 10px;
    text-align: center;
}

.ceo-offer {
    font-size: 16px;
    color: #243856;
    line-height: 150%;
    text-align: center;
}

.seo-say-container .swiper-slide {
    position: relative;
    height: 450px;
}

.seo-say-container .w:before,
.seo-say-container .w:after {
    content: '';
    display: block;
    position: absolute;
}

.seo-say-pagination {
    bottom: 90px;
    left: -10px;
    width: 100%;
    position: absolute;
    z-index: 6;
}

.insights .seo-say-pagination {
    bottom: 0;
    width: 40%;
    display: none;
}

.seo-say-pagination .swiper-button-prev,
.seo-say-pagination .swiper-button-next {
    width: 40px;
    height: 40px;
    position: static;
    float: left;
    margin: 0;
}

.top-banner .swiper-button-prev,
.top-banner .swiper-button-next {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 0;
    opacity: 0.4;
    transition: all 0.5s;
}

.team-banner .swiper-button-prev,
.team-banner .swiper-button-next {
    opacity: 0.2;
}

.top-banner .swiper-button-prev:hover,
.top-banner .swiper-button-next:hover {
    opacity: 1;
}

.top-banner .swiper-button-prev {
    background: url(/sites/all/themes/qiming/images/prev-white.svg) no-repeat center;
}

.top-banner .swiper-button-next {
    background: url(/sites/all/themes/qiming/images/next-white.svg) no-repeat center;
}

.team-banner .swiper-button-prev,
.seo-say-pagination .swiper-button-prev {
    background: url(/sites/all/themes/qiming/images/prev-v2.svg) no-repeat center;
}

.team-banner .swiper-button-next,
.seo-say-pagination .swiper-button-next {
    background: url(/sites/all/themes/qiming/images/next-v2.svg) no-repeat center;
}

.top-banner .swiper-button-prev {
    left: 40px;
    background-size: 22px;
}

.top-banner .swiper-button-next {
    right: 40px;
    background-size: 22px;
}

.seo-say-pagination .swiper-pagination {
    float: left;
    padding: 0 10px;
    font-size: 24px;
    line-height: 40px;
    color: #DA231A;
    position: static;
    text-align: center;
    width: 106px;
}

.title-region {
    text-align: left;
    position: relative;
    z-index: 3;
    padding-top: 30px;
    width: 50%
}

.en .insights li a p {
    display: none;
}

.box-team-pic {
    width: 479px;
    height: 479px;
    float: left;
}

.box-team-pic ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.box-team-pic li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.box-team-pic li.current {
    opacity: 1;
}

.box-team-pic img {
    width: 100%;
    height: 100%;
}

.box-team-pic span {
    font-size: 57px;
    color: #C8362F;
    position: absolute;
    width: 218px;
    height: 218px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: -109px 0 0 -109px;
    line-height: 218px;
    letter-spacing: 4.84px;
}

.box-team .title-region {
    width: calc(100% - 570px);
    float: right;
}

.box-team {
    padding: 100px 0;
}

.team-detail {
    padding: 80px 0 85px;
}

.front-last {}

.front-last .w {
    height: 850px;
}

.bg-video {
    width: 100%;
    padding-top: 450px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.bg-video video {
    width: 1100px;
    height: 570px;
}

.footer-top {}

.text-gradient {
    display: inline-block;
    color: #212121;
    background-image: -webkit-gradient(linear, 0 0, 90% bottom, from(rgba(155, 15, 29, 1)), to(rgba(59, 53, 87, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.front-box {
    padding: 80px 0 0;
}

.investment-fields {
    height: 630px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s;
    background-color: #001145;
}

.investment-fields:before,
.investment-fields:after {
    content: '';
    display: block;
    width: 100%;
    height: 22px;
    position: absolute;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 5;
    display: none;
}

.investment-fields:before {
    top: 0;
    background-image: url(/sites/all/themes/qiming/images/arc-up.png);
}

.investment-fields:after {
    bottom: 0;
    background-image: url(/sites/all/themes/qiming/images/arc-down.png);
}

.investment-fields ul {
    display: flex;
    height: 100%;
}

.investment-fields li {
    flex: 1;
    color: #fff;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    position: relative;
    height: 100%;
}

.investment-fields li:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    display: block;
    opacity: 0;
    transition: all 0.5s;
    background-image: linear-gradient(-180deg, rgba(201, 17, 17, 0.30) 0%, rgba(0, 32, 94, 0.30) 100%);
}

.investment-fields li:hover:after {
    opacity: 0.5;
}

.investment-fields li:last-of-type {
    border-right: 0;
}

.investment-fields li dl {
    width: 240px;
    margin: 0px auto;
    position: relative;
    z-index: 3;
}

.investment-fields li dt {
    text-align: center;
    font-size: 30px;
    line-height: 150%;
    margin-bottom: 30px;
}

.investment-fields li dd {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.investment-fields li:hover dd {
    height: 240px;
    opacity: 1;
}

.investment-fields li dd p {
    opacity: 0.8;
    text-align: justify;
    margin-bottom: 50px;
}

.investment-fields li dd a.more {
    display: block;
    width: 180px;
    height: 65px;
    margin: 0px auto;
    border: 1px solid #fff;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 63px;
    text-align: center;
}

.shengtai-container {
    margin-top: -90px;
    margin-bottom: 80px;
}

.shengtai-container .swiper-wrapper {
    background: url(/sites/all/themes/qiming/images/bg-shengtai.jpg) no-repeat center bottom;
    background-size: 100% 526px;
}

.shengtai-container .swiper-slide {
    height: 693px;
}

.st-logos {
    width: 594px;
    height: 500px;
    margin: 0px auto 30px;
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.5s;
}

.swiper-slide-duplicate-active .st-logos,
.swiper-slide-active .st-logos {
    transform: scale(1);
    opacity: 1;
}

.st-logos img {
    width: 100%;
}

.st-main {
    width: 56%;
    margin: 0px auto;
    opacity: 0.7;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 150%;
}

.shengtai-prev,
.shengtai-next {
    width: 152px;
    height: 152px;
    transition: all 0.5s;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: 20px;
    z-index: 6;
    cursor: pointer;
}

.shengtai-prev {
    left: -56px;
}

.shengtai-next {
    right: -56px;
}

.nav-second {
    padding: 30px 0 20px;
}

.about-nav {
    padding-bottom: 40px;
}

.nav-second li {
    float: left;
    margin-right: 60px;
}

.nav-second li:last-of-type {
    margin-right: 0;
}

.nav-second li.active a {
    color: #C8362F;
}

.nav-second a {
    font-size: 20px;
    line-height: 150%;
}

.member-list {
    position: relative;
    padding: 0;
    text-align: left;
    color: #000;
}

.member1:before {
    content: '';
    display: block;
    height: 270px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #EBEBEB;
}

.border-b {
    position: relative;
}

.border-b:after {
    content: '';
    display: block;
    width: 1280px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -40px;
    background: #d8d8d8;
}

.border-b:last-of-type:after {
    display: none;
}

.member-list li {
    float: left;
    margin-bottom: 40px;
}

.member-list .col2 li {
    width: calc((100% - 44px)/2);
    margin-right: 44px;
    text-align: center;
}

.member-list .col2 li:nth-of-type(2n) {
    margin-right: 0;
}

.member-list .col3 li {
    width: calc((100% - 76px)/3);
    margin-right: 38px;
}

.member-list .col3 li:nth-of-type(3n) {
    margin-right: 0;
}

.member-list .col4 li {
    width: calc((100% - 60px)/4);
    margin-right: 20px;
}

.member-list .col4 li:nth-of-type(4n) {
    margin-right: 0;
}

.member-list li .member-avatar {
    padding: 20px 60px 0;
    display: block;
    overflow: hidden;
    text-align: center;
    background: #f3f3f3;
}

.member-list li .member-avatar img {
    float: left;
    width: 100%;
}

.member-list li .member-name {
    display: block;
    font-size: 20px;
    line-height: 150%;
    margin: 10px 0 0px;
    text-align: center;
}

.member-list li a:hover {
    color: #000;
}

.member-list li .member-position {
    opacity: 0.25;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    display: block;
}

.person-wrapper {
    background: #f3f3f3;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.person-wrapper:before {
    content: '';
    display: block;
    width: 632px;
    height: 632px;
    position: absolute;
    right: -2.5%;
    top: -45px;
    background: url(/sites/all/themes/qiming/images/bg-logo.svg) no-repeat center;
    opacity: 0.8;
}

.person-wrapper .w {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.person-wrapper .flippy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    z-index: 5;
}

.person-wrapper .flippy li.prev,
.person-wrapper .flippy li.next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 205px;
    padding: 0;
}

.person-wrapper .flippy li.prev {
    left: 20px;
}

.person-wrapper .flippy li.next {
    right: 20px;
}

.person-wrapper .flippy li.prev a,
.person-wrapper .flippy li.next a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -1000px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.person-wrapper .flippy li.prev a {
    background-image: url(/sites/all/themes/qiming/images/prev.svg);
}

.person-wrapper .flippy li.next a {
    background-image: url(/sites/all/themes/qiming/images/next.svg);
}

.person-wrapper .flippy li.prev a:hover {
    background-image: url(/sites/all/themes/qiming/images/prev-h.svg);
}

.person-wrapper .flippy li.next a:hover {
    background-image: url(/sites/all/themes/qiming/images/next-h.svg);
}

.prev-page,
.next-page {
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    transition: all 0.5s;
}

.prev-page {
    left: -20px;
    background-image: url(/sites/all/themes/qiming/images/prev.svg);
}

.next-page {
    right: -20px;
    background-image: url(/sites/all/themes/qiming/images/next.svg);
}

.prev-page:hover {
    background-image: url(/sites/all/themes/qiming/images/prev-h.svg);
}

.next-page:hover {
    background-image: url(/sites/all/themes/qiming/images/next-h.svg);
}

.p-pic {
    width: 280px;
    float: left;
    text-align: center;
    overflow: hidden;
}

.p-pic img {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.p-info {
    width: calc(100% - 340px);
    float: right;
    min-height: 500px;
}

.p-pic .member-name,
.p-pic .english-name,
.p-info .member-name {
    font-size: 26px;
    line-height: 120%;
    font-weight: normal;
    color: #000;
}

.p-pic .member-position,
.p-info .member-position {
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 15px;
}

.p-pic .investment-region,
.p-info .investment-region {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.p-info p {
    font-size: 16px;
    color: #000;
    line-height: 180%;
    margin-bottom: 1.5em;
}

.p-info p.back {
    padding-top: 20px;
}

.quicktabs-wrapper,
.person-related {
    padding: 40px 0;
}

.person-related-nav {
    text-align: center;
    margin-bottom: 30px;
}

.quicktabs-wrapper ul,
.person-related-nav ul {
    margin-bottom: 40px;
}

.quicktabs-tabs li,
.person-related-nav li {
    display: inline-block;
    font-size: 24px;
    padding: 0 40px;
}

.quicktabs-tabs li a,
.person-related-nav li a {
    color: #000;
}

.quicktabs-tabs li.active a,
.person-related-nav li.active a,
.person-related-nav li a:hover {
    color: #C8362F
}

.related-portfolio-list ul.portfolio-list {
    overflow: hidden;
    border-bottom: none;
}

.related-portfolio-list ul.portfolio-list li {
    width: calc((100% - 100px)/5);
    margin: 0 25px 20px 0;
    height: 166px;
    display: block;
    padding: 0;
    float: left;
}

.related-portfolio-list ul.portfolio-list li:nth-of-type(5n) {
    margin-right: 0;
}

.related-portfolio-list ul.portfolio-list li img {
    width: 100%;
    height: auto !important;
}

.item-list ul.pager-load-more {
    text-align: center;
    width: 100%;
    height: 80px;
    background: #f7f7f7;
    margin: 60px 0;
}

.pager-load-more a {
    font-size: 16px;
    line-height: 80px;
    display: inline-block;
}

.quicktabs-tabpage {}

.quicktabs-tabpage.active {}

.portfolio-list-wrapper {
    padding-bottom: 80px;
}

.portfolio-nav {}

.portfolio-nav ul {
    display: inline-block;
}

.portfolios {}

.portfolio-lists {}

.portfolio-nav .views-exposed-form label,
.portfolio-nav label.option {
    font-size: 18px;
    color: #313131;
    font-weight: normal;
    margin-left: 8px;
    line-height: 40px;
}

.portfolio-nav .views-exposed-form label {
    float: left;
    margin-left: 0;
    margin-right: 5px;
}

.portfolio-nav .views-exposed-widget {
    float: left;
    padding: 0 0 0 40px;
}

.portfolio-nav .views-widget {
    float: left;
}

.portfolio-nav .form-select {
    border: 1px solid rgba(151, 151, 151, 0.43);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 142px;
    padding: 0 0 0 12px;
    height: 40px;
    font-size: 18px;
    background: #fff url(/sites/all/themes/qiming/images/select-arrow.svg) no-repeat right 5px center;
    background-size: 20px;
}

.en #edit-field-public-status-tid {
    width: 242px;
}

#edit-field-industry-tid-wrapper {
    border-right: none;
}

.portfolio-nav .views-exposed-widget:first-of-type {
    padding-left: 0;
}

.portfolio-nav .views-exposed-widget .form-type-bef-checkbox {
    float: left;
    margin-right: 40px;
}

.portfolio-nav .views-exposed-widget .form-type-bef-checkbox input {
    float: left;
    margin-top: 8px;
}

.portfolio-lists.active {
    display: block;
}

.portfolio-list {
    width: calc((100% - 101px)/6);
    margin-right: 20px;
    font-size: 24px;
    float: left;
    text-align: center;
    position: relative;
    transition: all 0.5s;
    z-index: 2;
}

.portfolio-list:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(151, 151, 151, 0.23);
    overflow: hidden;
    z-index: 2;
}

.portfolio-list:nth-of-type(6n) {
    margin-right: 0;
}

.portfolio-brand {
    padding: 10px;
    height: 120px;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #C8362F;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 5;
    transform: translate3d(0, -10px, 0);
    opacity: 0;
}

.portfolio-list.p-top .portfolio-arrow {
    bottom: inherit;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #C8362F;
    border-bottom: none;
}

.portfolio-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    bottom: -13px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

.portfolio-list.p-top .portfolio-arrow:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: none;
    top: -13px;
    bottom: inherit;
}

.portfolio-list:hover {
    z-index: 6;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.08);
}

.portfolio-list:hover .portfolio-arrow {
    animation: slideUp 0.5s both ease;
}

.portfolio-box {
    position: absolute;
    overflow: hidden;
    top: 130px;
    left: 0;
    padding: 30px;
    width: calc(300% + 40px);
    background: #fff;
    text-align: left;
    border-top: 2px solid #C32830;
    transition: all 0.5s;
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
    display: none;
}

.portfolio-list.p-top .portfolio-box {
    top: inherit;
    bottom: 130px;
    border-bottom: 2px solid #C32830;
    border-top: none;
}

.portfolio-list:nth-of-type(6n) .portfolio-box {
    left: inherit;
    right: 0;
}

.portfolio-list:nth-of-type(6n+2) .portfolio-box,
.portfolio-list:nth-of-type(6n+3) .portfolio-box,
.portfolio-list:nth-of-type(6n+4) .portfolio-box,
.portfolio-list:nth-of-type(6n+5) .portfolio-box {
    left: 50%;
    transform: translate3d(-50%, -10px, 0);
}

.portfolio-list:hover .portfolio-box {
    z-index: 4;
    display: block;
    animation: slideUp 0.5s both ease;
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideUp2 {
    to {
        opacity: 1;
        transform: translate3d(-50%, 0, 0);
    }
}

.portfolio-list:nth-of-type(6n+2):hover .portfolio-box,
.portfolio-list:nth-of-type(6n+3):hover .portfolio-box,
.portfolio-list:nth-of-type(6n+4):hover .portfolio-box,
.portfolio-list:nth-of-type(6n+5):hover .portfolio-box {
    animation: slideUp2 0.5s both ease;
}

.portfolio-list:hover:before {
    display: none;
}

.portfolio-introduction {
    height: 100%;
    text-align: left;
}

.portfolio-box h3 {
    font-weight: normal;
    overflow: hidden;
    margin-bottom: 10px;
}

.portfolio-box span.portfolio-name {
    font-size: 24px;
    line-height: 150%;
}

.en .portfolio-box span.portfolio-name {
    font-size: 20px;
}

span.p-type {
    height: 24px;
    padding: 0 8px;
    border: 1px solid #C8362F;
    font-size: 14px;
    display: inline-block;
    color: #C8362F;
    line-height: 22px;
    margin-left: 8px;
    position: relative;
    top: -3px;
}

.en span.p-type {
    top: -2px;
}

span.ticker-code {
    font-size: 24px;
    line-height: 150%;
    color: #797979;
    display: inline-block;
}

.en span.ticker-code {
    font-size: 14px;
}

.portfolio-box p {
    font-size: 20px;
    color: #797979;
    line-height: 150%;
    margin-bottom: 20px;
}

.en .portfolio-box p {
    font-size: 14px;
    margin-bottom: 15px;
}

.portfolio-box a.outlink {
    display: block;
    font-size: 16px;
    color: #C8362F;
}

.en .portfolio-box a.outlink {
    font-size: 14px;
}

.portfolio-brand img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.portfolio-list .portfolio-public,
.portfolio-list .portfolio-fund {
    font-size: 24px;
    line-height: 60px;
}

.location-list-wrapper {
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.5s;
    width: 100%;
}

.location-list {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-top: 36px;
}

.location-list dl {
    width: 469px;
    height: 305px;
    display: block;
    padding: 80px 50px 0 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    margin: 0 50px 20px;
    float: left;
    background-size: 128px auto;
}

.location-list dl.shanghai {
    background-image: url(/sites/all/themes/qiming/images/contact-shanghai.jpg);
}

.location-list dl.beijing {
    background-image: url(/sites/all/themes/qiming/images/contact-beijing.jpg);
}

.location-list dl.honkong {
    background-image: url(/sites/all/themes/qiming/images/contact-honkong.jpg);
}

.location-list dl.suzhou {
    background-image: url(/sites/all/themes/qiming/images/contact-suzhou.jpg);
}

.location-list dl.shenzhen {
    background-image: url(/sites/all/themes/qiming/images/contact-shenzhen.jpg);
}

.location-list dt {
    font-size: 30px;
    margin-bottom: 18px;
    color: #151A34;
    text-align: left;
}

.location-list dd {
    font-size: 16px;
    line-height: 150%;
    color: #151A34;
    margin-bottom: 18px;
    text-align: left;
    padding-right: 78px;
}

.location-list dd p {
    margin-bottom: 5px;
}

.location-list dd p:last-of-type {
    margin-bottom: 0;
}

.paging-wrapper {
    padding: 60px 0;
    text-align: center;
}

.paging-wrapper ul {
    overflow: hidden;
}

.paging-wrapper li {
    display: inline-block;
    padding: 0 10px;
    color: #C8362F;
    font-family: 'Conv_Bebas-Regular';
}

.paging-wrapper li a {
    color: #000;
}

.news-list h3,
.news-list .news-date {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 10px;
    font-family: DINAlternate-Bold, 'Conv_Bebas-Regular';
}

.news-list ul {
    margin-bottom: 40px;
}

.news-list ul:last-of-type {
    margin-bottom: 0;
}

.news-list li {
    width: calc((100% - 60px)/3);
    margin-right: 30px;
    float: left;
    padding: 20px 0 25px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.23);
}

.news-list li:nth-of-type(3n) {
    margin-right: 0;
}

.news-list .news-type {
    display: block;
    color: #797979;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
}

.news-list h4 {
    font-size: 24px;
    line-height: 150%;
    height: 108px;
    font-weight: normal;
    overflow: hidden;
}

.news-detail {
    padding: 80px 0 85px;
}

.news-detail:before {
    content: '';
    display: block;
    width: 632px;
    height: 632px;
    position: absolute;
    background: url(/sites/all/themes/qiming/images/bg-logo.svg) no-repeat;
    top: 180px;
    left: 60%;
    opacity: 0.3;
}

.news-detail-main {
    width: calc(100% - 378px);
    float: left;
}

.news-related {
    width: 308px;
    float: right;
    margin-bottom: 25px;
}

.news-type {
    opacity: 0.5;
    font-size: 16px;
    color: #000000;
    margin-bottom: 25px;
}

.en .news-type {
    font-size: 14px;
}

.news-detail .back {
    margin-bottom: 25px;
}

.back a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(/sites/all/themes/qiming/images/back.svg) no-repeat center;
    background-size: 100%;
}

.p-info .back {
    text-align: right;
}

.p-info .back a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    width: auto;
    height: auto;
    padding-left: 30px;
    color: #C8362F;
    background: url(/sites/all/themes/qiming/images/back3.svg) no-repeat left center;
    background-size: auto;
}

.news-detail-main h2 {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 25px;
}

.news-source {
    font-size: 16px;
    color: #797979;
    line-height: 150%;
}

.news-main {
    padding-top: 40px;
}

.news-detail-main img {
    max-width: 100%;
    margin: 0px auto;
    height: auto !important;
}

.news-detail-main p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 1.2em;
}

.news-main ul {
    list-style: disc;
    margin-left: 1.2em;
    margin-bottom: 1.2em;
}

.news-main ul li {
    font-size: 16px;
    line-height: 150%;
}

.news-detail-main p img {
    max-width: 100% !important;
    height: auto !important;
}

#views-exposed-form-portfolio-block .views-exposed-widgets,
#views-exposed-form-news-page .views-exposed-widgets {
    position: relative;
}

#views-exposed-form-news-page .views-exposed-widget {
    padding: 0;
    margin: 0;
}

.views-submit-button {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: none;
    padding: 0 !important;
}

.views-submit-button input.form-submit {
    border: none;
    background: url(/sites/all/themes/qiming/images/search.svg) no-repeat center center;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    border-radius: 44px;
    text-indent: -200px;
}

#edit-news-tid-wrapper {
    float: left;
}

.form-type-bef-link {
    float: left;
    margin-right: 40px;
}

.form-type-bef-link a.active {
    color: #C32830;
}

#edit-news-search-wrapper {
    float: right;
    padding: 0;
    border: 1px solid rgba(151, 151, 151, 0.43);
    border-radius: 23px;
    width: 226px;
    height: 46px;
    overflow: hidden;
}

.news-filter {
    border: 1px solid rgba(151, 151, 151, 0.43);
    border-radius: 23px;
    width: 226px;
    height: 46px;
}

#edit-news-search-wrapper input.form-text {
    height: 44px;
    width: 224px;
    border: none;
    padding-left: 20px;
    padding-right: 54px;
}

.news-filter input.form-text {
    border: none;
    background: none;
    height: 100%;
    width: 180px;
    border-radius: 50% 0 0 50%;
    padding-left: 20px;
    float: left;
}

.news-filter button {
    width: 44px;
    height: 44px;
    float: right;
    border: none;
    background: url(/sites/all/themes/qiming/images/search.svg) no-repeat center center;
}

.news-related h2 {
    margin-bottom: 20px;
    font-weight: normal;
    opacity: 0.5;
    font-size: 16px;
    color: #000000;
}

.news-related-item li {
    border: 1px solid rgba(151, 151, 151, 0.23);
    padding: 20px;
    margin-bottom: 30px;
}

.news-related-item.col3 li {
    width: calc((100% - 60px)/3);
    float: left;
    padding: 0 0 20px;
    border: none;
    border-bottom: 1px solid rgba(151, 151, 151, 0.23);
    margin-right: 30px;
    margin-bottom: 60px;
}

.news-related-item.col3 li:nth-of-type(3n) {
    margin-right: 0;
}

.news-related-item li span.news-type,
.news-related-item li span.news-title {
    display: block;
    margin-bottom: 10px;
}

.news-related-item li span.news-title {
    font-size: 16px;
}

.news-related-item li span.news-date {
    font-size: 16px;
    color: #767676;
    margin-bottom: 0;
}

.en .news-related-item li span.news-date {
    font-size: 14px;
}

.news-related-item li span.news-date strong {
    font-size: 30px;
    color: #000;
    margin-right: 5px;
}

.en .news-related-item li span.news-date strong {
    font-size: 24px;
}

.news-related-item.col3 li span.news-title {
    height: 90px;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 10px;
    overflow: hidden;
}

.team-buliding {
    padding-top: 70px;
    margin-bottom: 90px;
}

.team-buliding img {
    width: 100%;
}

.team-building-pager {
    width: 410px;
    height: 75px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -37.5px 0 0 -205px;
    z-index: 10;
    text-align: center;
}

.team-building-pager p {
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #fff;
}

.team-building-pager p span {
    margin-right: 20px;
}

.team-building-pager p span:last-of-type {
    margin-right: 0;
}

.ppn {
    display: block;
    position: absolute;
    width: 140px;
    bottom: 230px;
    left: 50%;
    margin-left: -70px;
    z-index: 10;
}

.ppn .swiper-button-white {
    width: 30px;
    height: 30px;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: inline-block;
    margin: 0;
    position: static;
    transition: all 0.5s;
    float: left;
}

.ppn .swiper-button-prev {
    background-image: url(/sites/all/themes/qiming/images/bprev.svg);
}

.ppn .swiper-button-next {
    background-image: url(/sites/all/themes/qiming/images/bnext.svg);
}

.ppn .swiper-button-prev:hover {
    background-image: url(/sites/all/themes/qiming/images/bprev-hover.svg);
}

.ppn .swiper-button-next:hover {
    background-image: url(/sites/all/themes/qiming/images/bnext-hover.svg);
}

.ppn .swiper-pagination {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    position: static;
    float: left;
    width: 80px;
    text-align: center;
}

.investment {
    background: url(/sites/all/themes/qiming/images/investment-1.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 580px;
    transition: all 0.5s;
}

.investment ul {
    height: 100%;
}

.investment li {
    position: relative;
    flex: 1;
    height: 100%;
    border-right: 2px solid rgba(255, 255, 255, .3);
}

.investment li:last-of-type {
    border-right: none;
}

.investment li span {
    position: absolute;
    bottom: 66px;
    left: 10%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    height: 80px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 150%;
    transition: .5s all;
    z-index: 2;
}

.investment li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #C8362F;
    transition: all 0.5s;
}

.investment li:hover:after {
    opacity: 0.2;
}

.investment li:hover span {
    bottom: 50%;
    margin-bottom: -40px;
}

.honor {
    height: 566px;
    background: #f7f7f7 url(/sites/all/themes/qiming/images/bg-honor.jpg) no-repeat right center;
    background-size: auto 100%;
    position: relative;
    padding: 60px 0;
    margin-bottom: 60px;
}

.honor .w {
    z-index: 3;
    height: 100%;
}

.honor-tab {
    width: 25%;
    float: left;
    height: 100%;
}

.honor-tab li {
    margin-bottom: 30px;
    overflow: hidden;
}

.honor-tab li a {
    font-size: 24px;
    color: #000;
    transition: all 0.5s;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    display: block;
    float: left;
}

.honor-tab li:last-of-type {
    margin-bottom: 0;
}

.honor-tab a {}

.honor-tab li a:hover,
.honor-tab li.active a {
    color: #C8362F;
}

.honor-tab li.active a {
    border-bottom: 2px solid #C8362F;
}

.honor-lists {
    width: 100%;
}

.honor-group {
    display: none;
}

.honor-group .view-grouping .view-grouping-header,
.honors dt,
.honor-lists dt {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 30px;
}

.honor-group .view-grouping .view-grouping-header {
    font-family: "DIN Alternate", "Conv_Bebas-Regular";
    margin-bottom: 20px;
}

#edit-field-honor-type-tid-wrapper {
    float: none;
    padding: 0;
    margin: 0;
}

#edit-field-honor-type-tid-wrapper .form-type-bef-link {
    float: none;
    margin: 0 0 40px;
}

.honor-nav li {
    font-size: 36px;
    line-height: 120%;
    margin: 0 0 40px;
    color: #000;
    cursor: pointer;
}

.honor-nav li.active {
    color: #C32830;
}

.honor-list {
    margin-bottom: 0.25em;
}

.group-item {
    margin-bottom: 20px;
}

.group-item ul {
    overflow: hidden;
    margin: 0;
}

.group-item ul li {
    width: calc((100% - 20px)/2);
    float: left;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin: 0 20px 0.25em 0;
}

.en .honor-nav li {
    font-size: 28px;
}

.en .group-item ul li {
    font-size: 16px;
    width: 100%;
    margin-right: 0;
    float: none;
    padding: 0;
}

.group-item ul li:nth-of-type(2n) {
    margin-right: 0;
}

.honor-list .item-list {
    text-align: left;
}

.group-item .item-list {
    text-align: left;
}

.honor-list .item-list ul {
    margin-bottom: 0;
}

.honor-list .item-list ul li {
    margin-left: 0;
}

.honor-list:last-of-type {
    margin-bottom: 40px;
}

.honor-list .honor-from {
    color: #7b7b7b;
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 10px;
}

.honor-list .honor-from:before {
    background: #C8362F;
    border-radius: 2px;
    width: 3px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.honor-list .honor-name {
    font-size: 20px;
    line-height: 150%;
    color: #000;
}

.honor-list .honor-name p {
    margin-bottom: 15px;
}

.honor-list .honor-name p:last-of-type {
    margin-bottom: 0;
}

.honor-name span.c-name {
    display: block;
    width: 7em;
    float: left;
}

.about-wrapper {
    padding-bottom: 60px;
    position: relative;
    width: 100%;
}

.about-main {
    width: 100%;
    min-height: 540px;
    padding-top: 0;
}

.scroll-pane {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    display: none;
}

.scroll-pane.active {
    display: block;
}

.jspVerticalBar {
    background: none;
}

.jspTrack {
    width: 2px;
    background: rgba(59, 53, 87, 0.3);
}

.jspDrag {
    width: 6px;
    margin-left: -2px;
    border-radius: 12px;
}

.jspVerticalBar {
    transform-origin: center center;
    transform: scaleY(0.3);
}

.item-list {
    text-align: center;
}

.related-portfolio-list a.more {
    padding-left: 38px;
    font-size: 16px;
    line-height: 28px;
    background: url(/sites/all/themes/qiming/images/page-more.svg) no-repeat left center;
    display: inline-block;
    margin: 40px 0;
}

.related-portfolio-list.active a.more {
    background: url(/sites/all/themes/qiming/images/page-more-active.svg) no-repeat left center;
}

.related-portfolio-list.active .portfolio-list-text {
    display: block;
}

.portfolio-list-text {
    display: none;
    overflow: hidden;
}

.portfolio-list-text li {
    float: left;
    width: calc((100% - 100px)/5);
    height: 84px;
    font-size: 24px;
    color: #000;
    text-align: center;
    margin: 0 25px 0 0;
}

.portfolio-list-text li:nth-of-type(5n) {
    margin-right: 0;
}

.pop-nav {
    width: 450px;
    height: 100%;
    position: fixed;
    z-index: 100;
    background: rgba(255, 255, 255, 0);
    top: 0;
    right: -450px;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    padding-right: 130px;
}

.pop-nav .lang-box,
.pop-nav .block-menu {
    display: none;
}

.pop-nav.show {
    z-index: 100;
    right: 0;
    background: rgba(255, 255, 255, 0.85);
}

.pop-nav .block,
.pop-nav ul {
    width: 100%;
}

.pop-nav li.leaf {
    margin-bottom: 40px;
    text-align: right;
    width: 100%;
    list-style: none;
}

.pop-nav li a {
    font-size: 40px;
    color: #151A34;
    letter-spacing: 3.44px;
    line-height: 150%;
}

.en .pop-nav li a {
    font-size: 30px;
}

.pop-nav li a.active,
.pop-nav li a:hover {
    color: #D7261D;
}

.pop-close {
    display: block;
    width: 58px;
    height: 58px;
    position: absolute;
    top: 70px;
    right: 130px;
    background: url(/sites/all/themes/qiming/images/pop-close.svg) no-repeat;
}

.no-val {
    padding: 100px 0;
    font-size: 20px;
    color: #787878;
    text-align: center;
}

.member-honors {
    overflow: hidden;
    padding-top: 20px;
}

.member-honors dl {
    float: left;
    width: calc((100% - 100px)/3);
    margin-right: 50px;
    margin-bottom: 50px;
    border-left: 2px solid rgba(151, 151, 151, 0.23);
    padding-left: 18px;
}

.member-honors dl:nth-of-type(3n) {
    margin-right: 0;
}

.member-honors dt {
    opacity: 0.5;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
}

.member-honors dt span.font-din {
    margin-right: 10px;
}

.member-honors dd {
    font-size: 20px;
    color: #000;
    line-height: 150%;
    margin-bottom: 5px;
    height: 60px;
    overflow: hidden;
}

.member-honors dd:last-of-type {
    margin-bottom: 0;
}

.member-honors dl dd .item-list {
    text-align: left;
}

.member-honors dl dd .item-list ul {
    margin: 0;
}

.member-honors dl dd .item-list li {
    margin: 0;
}

.job-wrapper {
    padding: 60px 0;
}

.job-main {
    width: 67%;
    float: left;
}

.job-main a.back2 {
    font-size: 16px;
    color: #DA231A;
    padding-left: 20px;
    background: url(/sites/all/themes/qiming/images/back2.svg) no-repeat left center;
    display: block;
}

.job-right {
    width: 24%;
    float: right;
}

.job-list li {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(151, 151, 151, .23);
}

.job-main h2 {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 12px;
    padding-top: 20px;
    color: #000;
}

.job-main p.work-position {
    font-size: 16px;
    color: #797979;
    margin-bottom: 20px;
}

.job-list li a {
    display: block;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 10px;
    width: 100%
}

.job-list li span {
    font-size: 16px;
    color: #797979;
}

.job-right h3 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 15px;
}

.job-right li a {
    color: #797979;
}

.job-right li a.active {
    color: #DA231A;
}

.job-detail {
    border-top: 1px solid rgba(151, 151, 151, .23);
    padding-top: 20px;
}

.job-detail dl {
    margin-bottom: 30px;
}

.job-detail dt {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000000;
}

.job-detail dd {
    font-size: 16px;
    color: #797979;
    line-height: 150%;
}

.job-detail dd ul {
    margin-left: 1.5em;
    list-style: disc;
}

.public-lists {
    padding: 40px 0;
    background: #F7F7F7;
    overflow: hidden;
    width: 100%;
}

.public-lists .str_move {}

.scrollMarquee {
    height: 100%;
    float: left;
}

.scroll-list {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.public-lists .seo-say-pagination {
    position: static;
    padding-top: 40px;
}

.scroll-list:hover {
    -webkit-animation-play-state: paused;
}

.scroll-list:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: #E8E8E8;
    position: absolute;
    bottom: 4px;
    left: 0;
}

.scroll-list h3 {
    font-size: 140px;
    color: #EBEBEB;
    letter-spacing: 0;
    position: relative;
    float: left;
    width: 250px;
    padding-left: 0px;
    text-align: left;
    height: 100%;
    top: -50px;
}

.scroll-list h3 span {
    position: relative;
    top: 100px;
}

.scroll-list ul {
    height: 100%;
    position: relative;
    float: left;
}

.scroll-list .swiper-slide {
    width: 285px;
    height: 100%;
    margin-right: 20px;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.scroll-list .swiper-slide h3 {}

.scroll-list .swiper-slide:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background: #AFAFAF;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -4px;
}

.scroll-list .swiper-slide-h3:after {
    display: none;
}

.scroll-list .swiper-slide img {
    width: 100%;
    height: auto;
}

.scroll-list .swiper-slide h4 {
    font-size: 24px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    padding-top: 10px;
    line-height: 150%;
}

.scroll-list .swiper-slide .op-time {
    opacity: 0.25;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.about-item {
    display: none;
    overflow: hidden;
}

.about-item-left {
    width: 254px;
    float: left;
    padding-right: 50px;
}

.about-item-right {
    width: calc(100% - 254px);
    float: right;
}

.honor-wrapper>.view-grouping>.view-grouping-content>.view-grouping {
    padding-bottom: 40px;
}

.honor-wrapper>.view-grouping>.view-grouping-content>.view-grouping>.view-grouping-content {}

.about-item.current {
    display: block;
}

.about-item dt,
.about-item h3 {
    font-size: 20px;
    color: #000000;
    margin-top: 15px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 15px;
    font-weight: normal;
}

.group-item h3 {
    font-size: 16px;
    color: #7b7b7b;
    margin-top: 0;
    padding-bottom: 20px;
}

.about-item dt:before,
.about-item h3:before {
    content: '';
    display: block;
    width: 3px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    background: #C8362F;
    border-radius: 3px;
    left: 0;
    top: 8px;
}

.group-item h3:before {
    top: 4px;
}

.about-item h4 {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: bold;
}

.about-item dl {}

.about-item dd,
.about-item p {
    font-size: 16px;
    color: #444;
    line-height: 150%;
    margin-bottom: 1.5em;
    text-align: justify;
}

.about-item p {}

.about-item dd {
    padding-left: 15px;
}

.culture {
    padding: 40px 60px;
    background: #F6F6F6 url(/sites/all/themes/qiming/images/bg-logo.svg) no-repeat 110% center;
    position: relative;
    margin-bottom: 60px;
    color: #000;
}

.culture h3 {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 1.2em;
    font-weight: normal;
}

.culture p {
    margin-bottom: 1.5em;
    font-size: 16px;
    line-height: 150%;
}

.culture p.sign {
    position: absolute;
    right: 60px;
    bottom: 40px;
    width: 50%;
    height: 24px;
    background: url(/sites/all/themes/qiming/images/sign.png) no-repeat right center;
    background-size: auto 21px;
    margin-bottom: 0;
}

a.view-more {
    display: inline-block;
    border: 1px solid #C8362F;
    font-size: 14px;
    color: #C8362F;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
}

.insights {
    position: relative;
    padding-bottom: 60px;
}

.insights ul {
    overflow: hidden;
}

.insights li {
    width: calc((100% - 40px)/2);
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.23);
    margin-right: 40px;
    margin-bottom: 20px;
}

.insights li:nth-of-type(2n) {
    margin-right: 0;
}

.insights li a {
    display: block;
    width: 100%;
}

.insights li a span.img {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.insights li a span.img img {
    width: 100%;
    height: auto;
    float: left;
}

.insights li a span.title {
    display: block;
    font-size: 22px;
    color: #000;
    line-height: 150%;
    margin-bottom: 5px;
    transition: all 0.5s;
}

.en .insights li a span.title {
    font-size: 20px;
    height: 60px;
    margin-bottom: 0;
}

.insights li p a,
.insights li a span.detail {
    font-size: 16px;
    color: #797979;
    line-height: 150%;
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.insights li:hover p a,
.insights li:hover a span.title,
.insights li:hover a span.detail {
    color: #C32830;
}

.insight-pics li.active {
    display: block;
}

.en .insights li p,
.en .insights li a span.detail {
    display: none;
}

.insight-pics li:before {
    content: '';
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.00) 40%, rgba(0, 0, 0, 0.50) 94%);
}

.insight-pics li a {
    position: absolute;
    z-index: 3;
    display: block;
    bottom: 20px;
    color: #fff;
    line-height: 40px;
}

.insight-pics li a.title {
    width: 70%;
    left: 20px;
    opacity: 0.7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.insight-pics li a.view-more {
    border-color: #fff;
    color: #fff;
    right: 20px;
}

.ceo-container {}

.ceo-container .swiper-slide {
    position: relative;
}

.ceo-container .swiper-slide img {
    width: 100%;
    height: auto;
    float: left;
}

.ceo-container .swiper-slide span.title {
    width: 20%;
    right: 0;
    bottom: 80px;
    color: #000;
    font-size: 24px;
    line-height: 40px;
    display: block;
    position: absolute;
    text-align: right;
}

.ceo-pager {
    position: absolute;
    width: 20%;
    right: -12px;
    bottom: 0;
    z-index: 8;
    text-align: right;
}

.ceo-pager>div {
    display: inline-block;
    position: static;
    margin: 0;
    padding: 0;
}

.ceo-pager .swiper-button-prev,
.ceo-pager .swiper-button-next {
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

.ceo-pager .swiper-button-prev {
    background-image: url(/sites/all/themes/qiming/images/prev-v2.svg);
}

.ceo-pager .swiper-button-next {
    background-image: url(/sites/all/themes/qiming/images/next-v2.svg);
}

.ceo-pager .swiper-pagination {
    width: 80px;
    font-size: 28px;
    color: #C32830;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.ceo-news {
    padding-top: 20px;
    padding-bottom: 40px;
}

.news-list span.title,
.news-list span.detail {
    display: block;
    height: 72px;
}

.ceo-news .news-list li {
    width: calc((100% - 30px)/2);
    padding-top: 0;
    margin-bottom: 20px;
}

.ceo-news .news-list li:nth-of-type(2n) {
    margin-right: 0;
}

.ceo-news .news-list li:nth-of-type(3n) {
    margin-right: 30px;
}

.ceo-news .news-list span.title {
    font-size: 22px;
    line-height: 150%;
    overflow: hidden;
    transition: all 0.5s;
    height: auto;
    margin-bottom: 10px;
}

.en .ceo-news .news-list span.title {
    font-size: 20px;
    margin-bottom: 0;
}

.ceo-news .news-list span.detail {
    font-size: 16px;
    line-height: 150%;
    height: 48px;
    overflow: hidden;
    color: #797979;
    transition: all 0.5s;
}

.ceo-news .news-list a:hover span.detail {
    color: #C32830;
}

.qiming-video {
    position: relative;
    height: 413px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.qiming-video-left {
    float: left;
    width: 34%;
    height: 100%;
    overflow: hidden;
}

.qiming-video-left p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 1.5em;
}

.en .qiming-video-left p {
    font-size: 20px;
}

.qiming-video-left p:last-of-type {
    margin-bottom: 0;
}

.qiming-video-right {
    float: right;
    height: 100%;
    width: 61%;
    position: relative;
}

.qiming-video-right video {
    width: 100%;
    float: left;
}

.video-cover {
    width: 100%;
    height: 100%;
    background: url(/sites/all/themes/qiming/images/bgVideo.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.video-cover a.play {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -34px;
    background: rgba(255, 255, 255, 0.12) url(/sites/all/themes/qiming/images/play.svg) no-repeat center;
    background-size: 20px;
    border-radius: 100%;
}

.qiming-culture {
    padding-top: 40px;
}

.portfolio-pop {
    display: none;
}

.article-detail .w {
    overflow: hidden;
}

.gray-style {
    color: #999;
    font-size: 14px;
}

.data-info .gray-style {
    text-align: right;
}

@media screen and (max-width:1360px) {
    .top-banner .swiper-button-next {
        right: 20px;
    }

    .top-banner .swiper-button-prev {
        left: 20px;
    }

    .swiper-slide .banner-main {
        padding-left: 60px;
    }

    .team-banner h2 {
        margin-left: -150px;
    }
}

@media screen and (max-width:1199px) {
    .w {
        padding: 0 15px;
        width: 100%;
    }

    .ceo-say-logo {
        margin-right: 0;
        width: 313px;
    }

    .ceo-company {
        width: 45%;
    }

    .ceo-talk {
        width: 50%;
    }

    .ceo-intro {
        width: 190px;
        height: 190px;
    }

    .seo-say-pagination {
        bottom: 40px;
    }

    .ceo {
        right: 0px;
        width: 470px;
    }

    .what-container {
        height: 450px;
    }

    .front-box {
        padding-top: 40px;
    }

    .banner-content p.main {
        font-size: 20px;
    }

    .member-list li .member-avatar {
        padding: 20px 50px 0;
    }

    .member-list h3,
    h2.title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .top-banner .swiper-button-next {
        right: 0px;
    }

    .top-banner .swiper-button-prev {
        left: 0px;
    }

    .banner-content h2 {
        font-size: 28px;
    }

    .news-banner .banner-main {
        padding: 0 40px;
    }

    .news-detail-main h2,
    .news-list h3,
    .news-list .news-date {
        font-size: 28px;
    }

    .nav-second a {
        font-size: 18px;
    }

    .news-list h4 {
        font-size: 18px;
        height: 54px;
        overflow: hidden;
    }

    .news-detail-main p,
    .news-list .news-type {
        font-size: 14px;
    }

    .news-type {
        font-size: 12px;
    }

    .news-related-item li span.news-date {
        font-size: 14px;
    }

    .news-related-item li span.news-date strong {
        font-size: 20px;
    }

    .news-related {
        width: 288px;
    }

    .news-detail-main {
        width: calc(100% - 308px);
    }

    .honor-nav li {
        font-size: 30px;
    }

    .honor-group .view-grouping .view-grouping-header {
        font-size: 24px;
    }

    .about-item-left {
        width: 314px;
        padding-right: 20px;
    }

    .about-item-right {
        width: calc(100% - 314px);
    }

    .group-item h3 {
        font-size: 14px;
    }

    .group-item h3:before {
        top: 2px;
    }

    .pop-nav li a {
        font-size: 30px;
    }

    .pop-nav li.leaf {
        margin-bottom: 30px;
    }

    .location-list dl {
        width: calc((100% - 50px)/2);
        margin: 0 50px 20px 0;
    }

    .location-list dl:nth-of-type(2n) {
        margin-right: 0;
    }

    .portfolio-brand {
        height: 106px;
    }

    .portfolio-box {
        top: 116px;
        padding: 15px;
    }

    .portfolio-list.p-top .portfolio-box {
        bottom: 116px;
    }

    .portfolio-box span.portfolio-name {
        font-size: 20px;
    }

    span.p-type {
        height: 20px;
        line-height: 18px;
        font-size: 12px;
    }

    .portfolio-box p {
        font-size: 16px;
    }

    .banner-main {
        padding-left: 40px;
    }

    .item-list ul.pager-load-more {
        height: 40px;
        margin: 40px 0;
    }

    .pager-load-more a {
        line-height: 40px;
    }

    .footer-t {
        width: 66%;
    }

    .location-list dt {
        font-size: 24px;
    }
}

@media only screen and (max-width:1199px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min-device-pixel-ratio:1.5) {

    .top-banner,
    .top-banner .swiper-slide {
        height: 300px;
        background-position: right center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .top-banner img {
        display: none;
    }

    .team-banner .swiper-slide {
        background-position: center center;
    }

    .portfolio-pop {
        position: fixed;
        left: 26%;
        top: 30%;
        width: 48%;
        height: auto;
        padding: 40px 20px;
        opacity: 1;
        background: #fff;
        text-align: center;
        z-index: 100;
    }

    .portfolio-logo {
        height: 100px;
        overflow: hidden;
        text-align: center;
    }

    .portfolio-logo img {
        height: 100%;
        width: auto;
    }

    .portfolio-pop h3 {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .portfolio-pop span.portfolio-name {
        font-size: 22px;
        width: 100%;
        display: inline-block;
    }

    span.p-type {
        height: 18px;
        font-size: 12px;
        line-height: 16px;
        margin-left: 0;
        margin-top: 10px;
        clear: both;
    }

    span.ticker-code {
        display: block;
        font-size: 14px;
    }

    .portfolio-pop p {
        font-size: 12px;
        margin-bottom: 20px;
        text-align: center;
        padding: 0 10%;
    }

    .portfolio-pop a.outlink {
        font-size: 12px;
        text-align: center;
        color: #C8362F;
    }

    .portfolio-pop a.close {
        position: absolute;
        right: 18px;
        top: 18px;
        width: 19px;
        height: 19px;
        background: url(/sites/all/themes/qiming/images/close.svg) no-repeat center;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
}

@media screen and (max-width:1023px) {
    #toolbar {
        display: none;
    }

    .header {
        height: 60px;
    }

    body.toolbar,
    .logo {
        padding: 12px 0;
        margin-right: 0;
    }

    .nav-btn {
        margin-top: 15px;
        margin-left: 20px;
    }

    .ceo-say-logo {
        width: 180px;
        margin-left: 15px;
    }

    .ceo-intro {
        width: 140px;
        height: 140px;
        top: inherit;
        bottom: 20px;
        right: 10px;
        padding: 0 10px;
        box-shadow: 0 0 20px 0 rgba(41, 62, 94, 0.21), inset 0 0 41px 16px rgba(0, 0, 0, 0.07);
        z-index: 10;
    }

    .ceo-say {
        height: 300px;
    }

    .ceo-say .w {
        padding: 0;
    }

    .seo-say-container .swiper-slide {
        height: 300px;
    }

    .ceo-name {
        font-size: 14px;
    }

    .ceo-offer {
        font-size: 12px;
    }

    .ceo {
        width: 340px;
    }

    .pop-close {
        width: 48px;
        height: 48px;
        background-size: 100%;
    }

    .nav {
        padding-top: 16px;
    }

    .nav a {
        font-size: 14px;
    }

    .nav li {
        margin-right: 30px !important;
        padding: 0 !important;
    }

    .en .nav li {
        margin-right: 20px !important;
    }

    .en .ceo-talk,
    .ceo-talk {
        background-size: 34px;
        padding-top: 36px;
        font-size: 16px;
        margin-top: 16px;
    }

    .swiper-container-fade .swiper-slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 40px;
    }

    .ceo-container .swiper-slide {
        padding-bottom: 0;
    }

    .ceo-company-logo {
        height: 38px;
    }

    .ceo-company-info span {
        font-size: 12px;
    }

    .ceo-company-info span.ceo-company-name {
        font-size: 14px;
    }

    .seo-say-pagination {
        bottom: 40px;
    }

    .en .seo-say-pagination {
        bottom: 20px;
    }

    .seo-say-pagination .swiper-button-next,
    .seo-say-pagination .swiper-button-prev {
        width: 30px;
        height: 30px;
        background-size: 8px;
    }

    .seo-say-pagination .swiper-pagination {
        font-size: 16px;
        line-height: 30px;
        width: 80px;
    }

    .front-first dt strong {
        font-size: 40px;
    }

    .front-first dt small {
        font-size: 20px;
    }

    .front-first dd {
        font-size: 14px;
    }

    .front-first {
        height: 168px;
    }

    .member-list h3,
    h2.title {
        font-size: 20px;
    }

    .en .member-list h3,
    .en h2.title {
        font-size: 18px;
    }

    .member-list h3:after,
    h2.title:after {
        width: 40px;
    }

    .about-item dt,
    .about-item h3 {
        font-size: 16px;
    }

    .about-item dt:before,
    .about-item h3:before {
        top: 4px;
    }

    .what-container {
        padding: 20px 0;
        height: auto;
    }

    .what-container h3 {
        font-size: 16px;
    }

    .en .what-container h3 {
        font-size: 14px;
    }

    .what-container p {
        font-size: 12px;
    }

    .what-container.current .swiper-slide {
        margin: 10px 0;
    }

    .en #edit-field-public-status-tid {
        width: 182px;
    }

    .en #edit-news-search-wrapper {
        width: 196px;
    }

    .en #edit-news-search-wrapper input.form-text {
        width: 194px;
    }

    .portfolio-nav .views-exposed-widget {
        padding-left: 20px;
    }

    .news-related-item.col3 li span.news-title {
        height: 63px;
        font-size: 14px;
    }

    .news-related-item.col3 li {
        margin-bottom: 30px;
    }

    .en .news-related-item li span.news-date,
    .news-related-item li span.news-date {
        font-size: 12px;
    }

    .en .news-related-item li span.news-date strong,
    .news-related-item li span.news-date strong {
        font-size: 16px;
    }

    .en .banner-content p.main,
    .banner-content p.main {
        font-size: 15px;
    }

    .nav-second a {
        font-size: 16px;
        line-height: 36px;
    }

    .member-list li .member-avatar {
        padding: 10px 20px 0;
    }

    .member-list li .member-name {
        font-size: 16px;
    }

    .member-list li .member-position {
        font-size: 14px;
    }

    .p-pic {
        width: 240px;
    }

    .p-info {
        width: calc(100% - 260px);
    }

    .p-info p {
        font-size: 14px;
    }

    .person-wrapper:before {
        width: 500px;
        height: 500px;
        background-size: 100%;
    }

    .p-pic .member-name {
        font-size: 20px;
    }

    .p-pic .member-position {
        font-size: 14px;
    }

    .portfolio-nav .form-select,
    .portfolio-nav .views-exposed-form label,
    .portfolio-nav label.option {
        font-size: 14px;
    }

    .insights li {
        width: 100%;
        margin: 0 0 10px;
        float: none;
    }

    .insights li a span.title {
        font-size: 16px;
    }

    .insights li p a,
    .insights li a span.detail {
        font-size: 12px;
    }

    .qiming-video-left {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }

    .qiming-video {
        height: auto;
    }

    .qiming-video-right {
        width: 100%;
        overflow: hidden;
        float: none;
    }

    .footer-right a {
        margin-left: 20px;
    }

    .footer-t {
        width: 63%;
        padding-bottom: 0;
    }

    .footer-b p {
        font-size: 14px;
    }

    .portfolio-list {
        width: calc((100% - 50px) / 6);
        margin-right: 10px;
    }

    .portfolio-brand {
        padding: 5px;
    }

    .portfolio-box span.portfolio-name {
        font-size: 16px;
    }

    span.p-type {
        margin-top: 0;
    }

    .banner-content h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .banner-content p {
        font-size: 14px;
    }

    .top-banner .swiper-button-prev,
    .top-banner .swiper-button-next {
        background-size: 12px;
    }

    #edit-news-search-wrapper {
        height: 40px;
    }

    #edit-news-search-wrapper input.form-text {
        height: 38px;
        padding-right: 38px;
        font-size: 14px;
    }

    .views-submit-button {
        width: 38px;
        height: 38px;
    }

    #views-exposed-form-news-page .views-submit-button {
        width: 38px;
        height: 38px;
    }

    .news-detail {
        padding: 40px 0;
        overflow: hidden;
    }

    .news-detail-main h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .news-detail .back,
    .news-type {
        margin-bottom: 15px;
    }

    .back a {
        width: 30px;
        height: 30px;
    }

    .news-related {
        width: 248px;
    }

    .news-detail-main {
        width: calc(100% - 268px);
    }

    .article-detail .news-related {
        width: 268px;
        padding-left: 20px;
    }

    .article-detail .w {
        display: flex;
    }

    .article-detail .news-detail-main {
        flex: 1;
    }

    .news-related-item li span.news-title {
        font-size: 14px;
    }

    .portfolio-box p {
        font-size: 14px;
    }

    .portfolio-box a.outlink {
        font-size: 12px;
    }

    .about-item-left {
        width: 204px;
        padding-right: 0;
    }

    .about-item-right {
        width: calc(100% - 204px);
    }

    .about-item dd,
    .about-item p {
        font-size: 14px;
    }

    .en .honor-nav li,
    .honor-nav li {
        font-size: 20px;
    }

    .job-right {
        width: 30%;
    }

    .en .group-item ul li,
    .job-right li,
    .group-item ul li {
        font-size: 14px;
    }

    .job-right h3,
    .job-list li a {
        font-size: 16px;
    }

    .job-list li span {
        font-size: 12px;
    }

    .location-list dt {
        font-size: 20px;
    }

    .location-list dd,
    .location-list dd p {
        font-size: 14px;
        padding: 0;
    }

    .top-banner .banner-main {
        padding: 0 0 0 40px;
    }

    .team-banner h2 {
        font-size: 16px;
        bottom: 20px;
        margin-left: -130px;
    }

    .top-banner,
    .top-banner .swiper-slide {
        height: 200px;
        background-size: cover;
        background-position: right 15% center;
        background-repeat: no-repeat;
    }

    .top-banner .swiper-slide {
        background-position: center center;
    }

    .top-banner img {
        display: none;
    }

    .news-list h3 {
        margin-bottom: 0;
    }

    .news-list ul {
        margin-bottom: 20px;
    }

    .lang-box {
        padding-top: 14px;
    }

    .ceo-news {
        padding-top: 0;
    }

    .ceo-news .en .insights li a span.title,
    .en .ceo-news .news-list span.title,
    .ceo-news .news-list span.title {
        font-size: 16px;
        height: auto;
    }

    .ceo-news .news-list span.detail {
        font-size: 12px;
        height: auto;
    }

    .news-detail-main p,
    .news-list .news-type {
        font-size: 12px;
    }

    .news-list h4 {
        font-size: 16px;
        height: 48px;
        overflow: hidden;
    }

    .item-list ul.pager-load-more {
        height: 40px;
        margin: 20px 0;
    }

    .pager-load-more a {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .box {
        padding: 20px 0;
    }

    .header {
        height: 54px;
    }

    .header .lang-box {
        padding: 12px 0;
    }

    body.toolbar {
        padding-top: 54px !important;
    }

    .pop-nav {
        display: block;
        padding: 36px;
        width: 100%;
    }

    .pop-nav .lang-box,
    .pop-nav .block-menu {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
    }

    .lang-box li {
        margin: 0 15px 0 0;
    }

    .lang-box li a {
        font-size: 14px;
        line-height: 200%;
        width: auto;
        height: auto;
    }

    .pop-nav li a {
        font-size: 20px;
        line-height: 40px;
    }

    .pop-nav li.leaf {
        margin: 0 !important;
        text-align: left;
    }

    .pop-close {
        width: 24px;
        height: 24px;
        top: 10px;
        right: 10px;
    }

    .nav-btn {
        margin-top: 12px;
        margin-left: 10px;
        width: 21px;
    }

    .nav-btn span:before,
    .nav-btn span:after,
    .nav-btn span {
        height: 1px;
    }

    .nav-btn span:before {
        top: -7px;
    }

    .nav-btn span:after {
        bottom: -7px;
    }

    .w {
        padding: 0 10px;
    }

    .footer-right {
        float: left;
        clear: both;
    }

    .footer-right a {
        float: right;
        margin: 30px 15px 0 0;
    }

    .footer-t {
        width: 100%;
        clear: both;
        padding: 0;
    }

    .footer-nav ul li {
        margin-right: 22px;
    }

    .footer-b p,
    .footer-contact li,
    .footer-nav ul li a {
        font-size: 12px;
        line-height: 120%
    }

    .footer-nav ul li:last-of-type {
        margin-right: 0;
    }

    .news-related-item.col3 li {
        width: 100%;
        margin: 0 0 10px;
        float: none;
    }

    .nav {
        display: none;
    }

    .ceo-say-logo {
        width: 130px;
        height: 150px;
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .seo-say-container .swiper-slide,
    .ceo-say {
        height: 180px;
    }

    .ceo-say .w {
        padding-left: 15px;
    }

    .ceo {
        width: 210px;
        right: 10px;
    }

    .ceo-intro {
        width: 86px;
        height: 86px;
        top: 5px;
        right: 5px;
        padding: 0;
        z-index: 2;
    }

    .ceo-intro:after {
        width: 10px;
        height: 10px;
        right: -4px;
    }

    .ceo-name {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .ceo-offer {
        transform: scale(0.8);
    }

    .en .ceo-offer {
        margin-top: -2px;
        line-height: 120%;
    }

    .en .ceo-name {
        transform: scale(0.8);
    }

    .ceo-talk {
        background-size: 20px;
        padding-top: 22px;
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 10px;
        width: 56%;
    }

    .ceo-company {
        width: 53%;
    }

    .seo-say-pagination {
        bottom: 10px;
        left: -5px;
    }

    .ceo-company-logo {
        height: 20px !important;
        margin-right: 5px;
    }

    .ceo-company-info span.ceo-company-name {
        font-size: 12px;
    }

    .ceo-company-info span.ceo-company-intro {
        display: none;
    }

    .seo-say-pagination .swiper-button-next,
    .seo-say-pagination .swiper-button-prev {
        width: 20px;
        height: 20px;
        background-size: 6px;
    }

    .seo-say-pagination .swiper-pagination {
        font-size: 12px;
        line-height: 20px;
        width: 60px;
    }

    .ceo-say:after,
    .top-banner:after {
        display: none;
    }

    .front-first dt strong {
        font-size: 36px;
    }

    .front-first dt small {
        font-size: 12px;
    }

    .front-first dd {
        font-size: 12px;
    }

    .front-first {
        height: 208px;
        background: url(/sites/all/themes/qiming/images/m/bg-dashuju.jpg) no-repeat center center;
        background-size: auto 100%;
    }

    .front-first dl {
        width: 50%;
        border-bottom: 1px solid #EDEDED;
        padding-bottom: 15px;
    }

    .front-first .w {
        flex-wrap: wrap;
    }

    .front-box {
        padding-top: 20px;
    }

    .what-container {
        background: #f6f6f6 url(/sites/all/themes/qiming/images/m/bg-what.jpg) no-repeat center center;
        background-size: 100% auto;
    }

    .what-container .swiper-slide {
        width: 100%;
        margin: 0 0 30px;
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .what-container .swiper-slide:last-of-type {
        margin-bottom: 0;
    }

    .what-container h3 {
        font-size: 14px;
    }

    .news-related-item.col3 li {
        padding-bottom: 10px;
    }

    .news-related-item.col3 li span.news-title {
        height: auto;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .front-news .btns-wrapper {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .what-container .swiper-slide:before {
        top: 7px;
    }

    .news-related-item li span.news-type,
    .news-related-item li span.news-title {
        margin-bottom: 5px;
    }

    .btns-wrapper a,
    .btns-wrapper a.btn {
        line-height: 34px;
    }

    .banner-content h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .banner-content p {
        font-size: 12px;
    }

    .w {
        padding: 0 15px;
    }

    .nav-classify,
    .news-filter {
        float: none;
        overflow: hidden;
    }

    .news-filter {
        width: 100%;
        border: none;
        border-top: 1px solid #EDEDED;
        border-bottom: 1px solid #EDEDED;
        border-radius: 0;
    }

    .news-filter input.form-text {
        padding-left: 10px;
    }

    .news-filter button {
        float: left;
    }

    .nav-second {
        padding: 10px 0;
    }

    .nav-second a {
        font-size: 14px;
    }

    .nav-classify {}

    .nav-second li {
        margin: 0 14px 0 0;
        float: left;
    }

    .news-list ul {
        margin-bottom: 25px;
    }

    .news-list li {
        width: 100%;
        padding: 15px 0
    }

    .news-list h3,
    .news-list .news-date {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 0;
    }

    .news-list .news-type {
        font-size: 12px;
        margin-bottom: 0;
        opacity: 1;
    }

    .news-list h4 {
        font-size: 14px;
        height: auto;
    }

    .item-list ul.pager-load-more {
        height: 50px;
        margin: 30px 0;
    }

    .pager-load-more a {
        line-height: 50px;
    }

    .news-detail {
        padding: 10px 0 0;
    }

    .news-detail-main,
    .news-related {
        width: 100%;
    }

    .news-detail-main {
        margin-bottom: 40px;
    }

    .news-detail-main h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .news-detail-main .news-type {
        margin-bottom: 5px;
    }

    .news-main {
        padding-top: 30px;
    }

    .news-related-item li {
        padding: 0;
        border: none;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(151, 151, 151, 0.23);
    }

    .news-related-item li span.news-date {
        font-size: 12px;
    }

    .news-related-item li span.news-date strong {
        font-size: 12px;
    }

    .news-related-item li span.news-type {
        display: none;
    }

    .news-related-item li span.news-title {
        font-size: 15px;
        margin: 0;
    }

    .portfolio-list {
        width: 33%;
        margin-right: 0;
    }

    .portfolio-list:before {
        display: none;
    }

    .portfolio-list-wrapper {
        padding-bottom: 30px;
    }

    .portfolio-list .portfolio-box,
    .portfolio-list .portfolio-arrow {
        display: none !important;
    }

    .portfolio-pop {
        left: 14%;
        width: 72%;
        top: 20%;
    }

    .member-list h3,
    h2.title {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 6px;
    }

    .en .member-list h3,
    .en h2.title {
        font-size: 18px;
    }

    .member-list h3:after,
    h2.title:after {
        width: 36px;
        height: 2px;
    }

    .member-list li {
        width: 100% !important;
        margin: 0 !important;
        padding-bottom: 12px;
        padding-top: 15px;
        border-bottom: 1px solid #EDEDED;
    }

    .member-list li .member-name {
        font-size: 15px;
    }

    .member-list li .member-position {
        font-size: 12px;
    }

    .person-wrapper {
        padding: 40px 0;
    }

    .p-pic {
        float: none;
        width: 100%;
    }

    .p-pic img {
        float: none;
        width: 252px;
        margin-bottom: 10px;
    }

    .p-info {
        float: none;
        min-height: inherit;
        text-align: left;
        width: 100%;
        display: block;
        padding-top: 1em;
    }

    .p-pic .member-name,
    .p-pic .english-name,
    .p-info .member-name {
        font-size: 22px;
    }

    .p-pic .member-position,
    .p-info .member-position {
        font-size: 14px;
        padding-top: 10px;
        margin-bottom: 0;
    }

    .p-pic .investment-region,
    .p-info .investment-region {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .info-main {
        text-align: left;
        font-size: 17px;
    }

    .person-wrapper:before {
        width: 80%;
        height: 100%;
        right: 0;
        top: -45px;
        background: url(/sites/all/themes/qiming/images/bg-logo.svg) no-repeat right bottom;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    .prev-page {
        left: 15px;
        top: 20%;
    }

    .next-page {
        right: 15px;
        top: 20%;
    }

    .quicktabs-wrapper ul,
    .person-related-nav ul {
        margin-bottom: 20px;
        display: flex;
        text-align: center;
    }

    .quicktabs-tabs li,
    .person-related-nav li {
        font-size: 20px;
        padding: 0;
        flex: 1;
    }

    .member-honors dl {
        width: 100%;
        margin-bottom: 20px;
    }

    .member-honors dd {
        height: auto;
        padding-bottom: 10px;
        font-size: 16px;
    }

    .member-honors dt {
        font-size: 14px;
    }

    .related-portfolio-list a.more {
        margin: 20px 0;
    }

    .job-main {
        width: 100%;
    }

    .job-right {
        display: none;
    }

    .job-wrapper {
        padding: 20px 0;
    }

    .job-main h2 {
        font-size: 20px;
    }

    .job-main p.work-position {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .job-detail dl {
        margin-bottom: 20px;
    }

    .job-detail dt {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .job-detail dd {
        font-size: 14px;
    }

    .about-item-left {
        width: 100%;
        padding: 20px 15px 0;
        background: rgba(255, 255, 255, 0.95);
        z-index: 9;
    }

    .about-item-right {
        width: 100%;
        padding: 0 15px;
    }

    .job-list li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .job-list li a {
        font-size: 18px;
        line-height: 120%;
    }

    .honor {
        height: auto;
        background-position: right top;
        background-size: contain;
    }

    .honor-tab {
        width: 100%;
    }

    .honor-tab ul {
        display: flex;
    }

    .honor-tab li {
        flex: 1;
        float: none;
        text-align: center;
    }

    .honor-tab li a {
        float: none;
        display: inline-block;
    }

    .honor-list .honor-from {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .investment {
        height: 200px;
    }

    .investment li span {
        font-size: 12px;
        top: 50%;
        margin-top: -40px;
        bottom: auto;
    }

    .about-item dd,
    .about-item p {
        font-size: 12px;
    }

    .about-main .w {
        padding: 0;
    }

    .about-main {
        min-height: inherit;
        padding-bottom: 20px;
        padding-top: 0;
    }

    .location-list dl {
        width: 100%;
        height: auto;
        display: block;
        cursor: pointer;
        padding: 20px 70px 20px 0;
        background-position: right center;
        margin: 0;
        float: none;
        background-size: 60px auto;
    }

    .location-list dt {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .location-list dd p {
        font-size: 12px;
    }

    .culture {
        padding: 40px 10px 150px;
        background-size: contain;
    }

    .culture p.sign {
        right: 0;
        bottom: 100px;
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        background: url(/sites/all/themes/qiming/images/sign.png) no-repeat center bottom;
        -webkit-background-size: auto 21px;
        background-size: auto 21px;
        text-align: center;
    }

    a.view-more {
        position: absolute;
        bottom: 30px;
        left: 50%;
        margin-left: -45px;
    }

    .insights {
        padding-bottom: 20px;
    }

    .insights li {
        width: 100%;
        margin-right: 0;
    }

    .insights li a span.title {
        font-size: 16px;
    }

    .insights li p a,
    .insights li a span.detail {
        font-size: 12px;
    }

    .qiming-video-left p {
        font-size: 14px;
    }

    .ceo-container {
        margin-bottom: 0;
    }

    .ceo-container .swiper-slide img {
        width: 100%;
    }

    .ceo-container .swiper-slide span.title {
        width: 100%;
        right: 0;
        bottom: -30px;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }

    .ceo-pager {
        width: 100%;
        right: 0;
        bottom: 0;
        text-align: center;
    }

    .ceo-pager .swiper-pagination {
        width: 50px;
        font-size: 20px;
        line-height: 30px;
    }

    .ceo-pager .swiper-button-prev,
    .ceo-pager .swiper-button-next {
        width: 20px;
        height: 34px;
    }

    .ceo-news {
        padding-top: 0;
    }

    .portfolio-nav .views-exposed-widget {
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .portfolio-nav .views-exposed-widget.views-submit-button {
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .portfolio-nav .form-select,
    .portfolio-nav .views-exposed-form label,
    .portfolio-nav label.option {
        font-size: 12px;
    }

    .top-banner {
        height: 150px;
        background-size: cover;
        background-position: right 15% center;
        background-repeat: no-repeat;
    }

    .top-banner img {
        display: none;
    }

    .top-banner .swiper-slide {
        height: 150px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .top-banner .swiper-slide img {
        display: none;
    }

    .en .banner-content p.main,
    .white-style p.main {
        font-size: 12px;
    }

    .lang-box {
        padding-top: 10px;
    }

    .pop-nav .nav {
        display: block;
    }

    .pop-nav.show {
        background: rgba(255, 255, 255, 0.95);
    }

    .en .what-container h3,
    .en .ceo-talk {
        font-size: 12px;
    }

    .en .ceo-talk {
        padding-top: 0;
        background: none;
        margin: 0;
    }

    .banner-main {
        width: 100%;
        padding: 0 30px;
    }

    .top-banner .swiper-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }

    .team-banner h2 {
        font-size: 14px;
        bottom: 10px;
        margin-left: -90px;
    }

    .top-banner .swiper-pagination {
        bottom: 0;
    }

    .top-banner .banner-main {
        padding: 0 20px;
    }

    .member-list li .member-avatar {
        padding: 20px 20% 0;
    }

    #edit-news-search-wrapper {
        width: 100%;
        float: none;
        border-radius: 0;
        border-left: none;
        border-right: none;
        margin-bottom: 0;
    }

    #edit-news-search-wrapper .views-exposed-widget {
        float: none;
    }

    #edit-news-search-wrapper input.form-text {
        width: 100%;
        padding: 0 40px 0 0;
        font-size: 12px;
    }

    #edit-field-industry-tid-wrapper,
    #edit-field-public-status-tid-wrapper {
        width: 50%;
        padding: 0;
        display: flex;
    }

    .en #edit-field-industry-tid-wrapper,
    .en #edit-field-public-status-tid-wrapper {
        width: 100%;
    }

    #edit-field-industry-tid-wrapper label,
    #edit-field-public-status-tid-wrapper label {
        width: 60px;
        text-align: right;
    }

    .en #edit-field-industry-tid-wrapper label,
    .en #edit-field-public-status-tid-wrapper label {
        width: 96px;
        text-align: left;
    }

    #edit-field-industry-tid-wrapper .views-widget,
    #edit-field-public-status-tid-wrapper .views-widget {
        flex: 1;
    }

    #edit-field-industry-tid-wrapper .views-widget select,
    #edit-field-public-status-tid-wrapper .views-widget select {
        width: 100%;
    }

    .views-submit-button {
        top: inherit;
        bottom: 0;
    }

    .portfolio-brand {
        height: auto;
    }

    .about-nav {
        border-bottom: 1px solid rgba(151, 151, 151, 0.23);
    }

    .honor-nav {
        border-bottom: 1px solid rgba(151, 151, 151, 0.23);
        padding: 10px 15px;
        width: calc(100% + 30px);
        margin: -20px -15px 20px;
    }

    .en .honor-nav li,
    .honor-nav li {
        display: inline;
        margin-right: 20px;
        margin-bottom: 0;
        font-size: 14px;
    }

    .group-item ul li {
        width: 100%;
        padding: 0;
        margin: 0;
        float: none;
    }

    .group-item h3 {
        padding-bottom: 10px;
    }

    .en .pop-nav li a {
        font-size: 20px;
        line-height: 40px;
    }

    .en .ceo-news .news-list li {
        padding: 10px 0;
    }

    .insights li {
        padding-bottom: 10px;
    }

    .en .insights li a span.title,
    .en .ceo-news .news-list span.title {
        font-size: 12px;
        height: auto;
    }

    .en .qiming-video-left p {
        font-size: 12px;
    }

    .about-item dt,
    .about-item h3 {
        font-size: 14px;
    }

    .about-item dt:before,
    .about-item h3:before {
        height: 14px;
        top: 3px;
    }

    .group-item ul li {
        font-size: 12px;
    }

    .news-source {
        font-size: 12px;
    }

    .footer-b {
        height: auto;
        line-height: 120%;
        padding: 10px 0;
    }

    .en .group-item ul li,
    .job-right li,
    .group-item ul li {
        font-size: 12px;
    }

    .en #edit-news-search-wrapper {
        width: 100%;
    }

    .front-first dl:hover dt strong {
        color: #313131;
    }

    .article-detail .w {
        display: block;
    }

    .article-detail .news-related {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min-device-pixel-ratio:1.5) {}