﻿section {
    display: block;
}
html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {


}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    /* opacity: 0; */
    z-index: 99999;
    /* mix-blend-mode: difference */
}

.c-scrollbar:hover {
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
    opacity: 1
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.wrapper{

}
.introduct {
    position: relative;
    z-index: 3;
    padding: 65px 10% 158px;
    overflow: hidden;
}
.introduct-fix strong {
    display: block;
    text-align: center;
    line-height: 1.2;
    color: #0066d9;
    font-size: 38px;
    font-weight: normal;
}
.introduct-text {
    margin-top: 42px;
}
.introduct-text p {
    color: #333333;
    font-size: 16px;
}
.introduct-data {
    margin-top: 90px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.introduct-item {
    text-align: center;
}
.introduct-item p {
    margin-bottom: 20px;
    line-height: 1;
    color: #333333;
    font-size: 16px;
}
.introduct-item p b {
    display: inline-block;
    margin-right: 8px;
    color: #0066d9;
    font-size: 54px;
    font-family: "Swiss721BTBlackCondensed";
}
.introduct-item span {
    display: block;
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
}
.history {
    position: relative;
    z-index: 3;
    padding: 100px 0 150px;
    overflow: hidden;
}
.history-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 130%;
    background-image: url(../images/about_bg.webp);
    background-position: center top;
    -o-background-size: cover;
    background-size: cover;
}
.history-title {
    text-align: center;
}
.history-title strong,
.history-title small {
    color: #fff;
}
.z_about_process {
    width: 100%;
    padding: 8.85416vw 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-position: center;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.z_about_process .z_index_tit {
    margin-bottom: 6.77083vw;
    padding: 0 10.41666vw;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.z_process_warp {
    position: relative;
    padding: 0 10.6vw;
    margin-top: 150px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.z_process_swiper {
    height: 360px;
    position: relative;
    width: 100%;
    color: #fff;
}
/* .z_process_swiper::before{ content: ""; display: block; width: 100%; height: 1px; background: #fff; position: absolute; left: 0; top: 50%;  z-index: 1;} */
.z_process_warp::after {
    content: "";
    z-index: 1;
    display: block;
    width: 100%;
    background: #fff;
    height: 1px;
    position: absolute;
    left: 0;
    top: 180px;
}
.z_process_swiper .item {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    height: 180px;
    -moz-box-sizing: border-box;
    padding-left: 24px;
    box-sizing: border-box;
}
.z_process_swiper .swiper-slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 180px;
    background: url(../images/line.webp) no-repeat left bottom;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
}
.z_process_swiper .item::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 1;
    background: #fff;
}
.z_process_swiper .item .dot {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: 0px;
    z-index: 1;
}
.z_process_swiper .item .dot::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    -webkit-animation: circle-opacity 1s infinite;
    -moz-animation: circle-opacity 1s infinite;
    -o-animation: circle-opacity 1s infinite;
    animation: circle-opacity 1s infinite;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
    -moz-transform: translate(-50%, -50%) scale(0, 0);
    -ms-transform: translate(-50%, -50%) scale(0, 0);
    -o-transform: translate(-50%, -50%) scale(0, 0);
    transform: translate(-50%, -50%) scale(0, 0);
}
.z_process_swiper .item:nth-child(even) {
    margin-top: 180px;
}
.z_process_swiper .item:nth-child(even) .dot {
    bottom: 0px;
    top: auto;
}
.z_process_swiper .item:nth-child(2n)::before {
    left: -1px;
}
.z_process_swiper .item {
    width: 50%;
    float: left;
    text-align: left;
}
.z_process_swiper .item:nth-child(2n) {
    margin-bottom: -4px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.z_process_swiper .item:nth-child(2n) span {
    margin-bottom: -4px;
}
.z_process_swiper .item:nth-child(2n) p {
    margin-top: 0;
    margin-bottom: 8px;
}
.z_process_swiper .item .con {
    display: block;
    font-weight: bold;
    width: 100%;
}
.z_process_swiper .item p {
    white-space: nowrap;
    width: 100%;
    margin-top: 8px;
    font-size: 16px;
    font-weight: normal;
}
.z_process_warp .btn {
    display: block;
    color: #fff;
    outline: none;
    -webkit-transition: ease 1s;
    -o-transition: ease 1s;
    -moz-transition: ease 1s;
    transition: ease 1s;
    position: absolute;
    z-index: 2;
    top: 240px;
    cursor: pointer;
    width: 64px;
    height: 64px;
    background: -webkit-linear-gradient(116deg, #43A2DB, #DC87B3);
    background: -moz-linear-gradient(116deg, #43A2DB, #DC87B3);
    background: -o-linear-gradient(116deg, #43A2DB, #DC87B3);
    background: linear-gradient(-26deg, #43A2DB, #DC87B3);
    border-radius: 50%;
    line-height: 64px;
    text-align: center;
}
.z_process_warp .prev {
    left: 40px;
}
.z_process_warp .next {
    right: 40px;
}
.z_process_warp .btn:hover {
    border-radius: 30%;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
}
.z_process_warp .btn:hover .iconfont {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.z_process_warp .iconfont {
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    transition: ease 0.5s;
    display: inline-block;
}
@-webkit-keyframes circle-opacity {
    from {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}
@-moz-keyframes circle-opacity {
    from {
        opacity: 1;
        -moz-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        opacity: 0;
        -moz-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}
@-o-keyframes circle-opacity {
    from {
        opacity: 1;
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        opacity: 0;
        -o-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}
@keyframes circle-opacity {
    from {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        -moz-transform: translate(-50%, -50%) scale(2);
        -o-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}
.article-block.list-left .swiper-slide .item {

    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
}
.articleShow.list-left .swiper-slide .item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.articleShow.list-left .swiper-slide .item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.articleShow.list-left .swiper-slide:nth-child(2) .item {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.articleShow.list-left .swiper-slide:nth-child(2) .item:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.articleShow.list-left .swiper-slide:nth-child(3) .item {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.articleShow.list-left .swiper-slide:nth-child(3) .item:nth-child(2) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.articleShow.list-left .swiper-slide:nth-child(4) .item {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.articleShow.list-left .swiper-slide:nth-child(4) .item:nth-child(2) {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.articleShow.list-left .swiper-slide:nth-child(5) .item {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
.articleShow.list-left .swiper-slide:nth-child(5) .item:nth-child(2) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.corporate {
    position: relative;
    z-index: 3;
    padding: 115px 10% 96px;
    background: #f5faff;
    overflow: hidden;
}
.corporate-bg {
    position: absolute;
    right: -18.6%;
    top: 0;
    z-index: -1;
    width: 85%;
    height: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/corporate.png);
}
.corporate-fix {
    margin-top: 20px;
    width: 700px;
    max-width: 100%;
}
.corporate-item {
    padding: 38px 0 32px;
    border-bottom: 2px solid #e9f0f8;
}
.corporate-info {
    margin-bottom: 22px;
}
.corporate-info:last-child {
    margin-bottom: 0;
}
.corporate-info dt {
    display: block;
    float: left;
    position: relative;
    padding-left: 18px;
    margin-top: 4px;
    width: 110px;
    line-height: 1;
    border-right: 1px solid #c9d4df;
    font-size: 18px;
}
.corporate-info dt:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0066d9;
}
.corporate-info dd {
    margin-left: 150px;
    margin-top: -6px;
    color: #666666;
    font-size: 16px;
}

.vision {
    position: relative;
    z-index: 3;
    padding: 80px 10% 76px;
    overflow: hidden;
}
.vision-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 200%;
    background-position: center top;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-image: url(../images/81.webp);
}
.vision-wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.vision-title small {
    color: #fff;
    opacity: 0.5 !important;
}
.vision-title strong {
    color: #fff;
}
.vision-texts {
    margin-left: 156px;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -10px;
}
.vision-texts p {
    color: #fff;
    font-size: 26px;
    line-height: 2;
}
.company-culture {
    position: relative;
    z-index: 3;
    padding: 92px 10% 67px;
    overflow: hidden;
}
.company-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 80.8333%;
    height: 130%;
    background-position: center top;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/culture.png);
}
.culture-title {
    text-align: center;
}
.culture-list {
    margin-top: 116px;
    width: 1170px;
    max-width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.culture-list li {
    position: relative;
    z-index: 3;
    padding-bottom: 42px;
    border-bottom: 2px solid #c5c5c5;
    width: 30.08%;
    margin-right: 4.88%;
    margin-bottom: 68px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.culture-list li:before {
    content: "";
    width: 0;
    height: 2px;
    background: #0066d9;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}
.culture-list li:hover:before,
.culture-list li.active:before {
    width: 100%;
    right: auto;
    left: 0;
}
.culture-list li:before {
    bottom: -2px;
}
.culture-list li:hover em {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.culture-list li:hover b {
    background: #0066d9;
    color: #fff;
}
.culture-list li:hover .culture-text strong {
    color: #0066d9;
}
.culture-list li:nth-child(3n+3) {
    margin-right: 0;
}
.culture-list li em {
    display: block;
    position: absolute;
    right: 0;
    top: -20px;
    font-style: normal;
    line-height: 1;
    color: #e5e3e3;
    font-size: 180px;
    font-family: "Geometric415BlackBT";
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    -moz-transition: 0.45s;
    transition: 0.45s;
}
.culture-list li b {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #000000;
    font-size: 30px;
    background: #f2f2f2;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.culture-text {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 14px;
    min-height: 174px;
}
.culture-text strong {
    display: block;
    margin-bottom: 23px;
    line-height: 60px;
    color: #333333;
    font-size: 24px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.culture-text p {
    color: #999999;
    font-size: 14px;
    line-height: 2.2;
}

.status-box {
    position: relative;
    z-index: 3;
    padding: 84px 10% 100px;
    overflow: hidden;
}
.status-bg {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 130%;
    z-index: -1;
    background-image: url(../images/82.webp);
}
.status-title {
    margin: auto;
    margin-bottom: 96px;
    max-width: 100%;
    width: 1030px;
    text-align: center;
}
.status-title strong {
    display: block;
    margin-bottom: 22px;
    line-height: 1;
    color: #fff;
    font-size: 44px;
    font-weight: normal;
}
.status-title p {
    color: #ffffff;
    font-size: 16px;
    line-height: 2;
}
.status-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.status-item {
    padding: 38px 42px 42px;
    width: 47.91%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.status-imgs {
    width: 52.833%;
}
.status-imgs figure {
    position: relative;
    display: block;
    padding-bottom: 75.792%;
    height: 0;
    overflow: hidden;
    line-height: 1;
}
.status-imgs figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.58s;
    -o-transition: 0.58s;
    -moz-transition: 0.58s;
    transition: 0.58s;
}
.status-text {
    width: 42.878%;
}
.status-text strong {
    margin-bottom: 16px;
    display: block;
    color: #333333;
    font-size: 18px;
    line-height: 1.6;
    height: 56px;
}
.status-hidden {
    padding-right: 30px;
    height: 196px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.status-hidden p {
    color: #333333;
    font-size: 16px;
}
.honor-box {
    position: relative;
    z-index: 3;
    background: #f5faff;
    padding: 94px 10% 188px;
    overflow: hidden;
}
.honor-title {
    width: 872px;
}
.honor-title strong {
    color: #0066d9;
}
.honor-title p {
    color: #333333;
}
.honor-tbas {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.honor-list {
    width: 26.367%;
    position: relative;
    z-index: 3;
}
.honor-list:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    background: #eeeeee;
    width: 2px;
    height: 100%;
}
.honor-list li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 30px;
    height: 41px;
    line-height: 41px;
    color: #999999;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.honor-list li.active {
    color: #333333;
    font-weight: bold;
}
.honor-list li.active:before {
    height: 100%;
    bottom: auto;
    top: 0;
}
.honor-list li:last-child {
    margin-bottom: 0;
}
.honor-list li:before {
    position: absolute;
    left: 0px;
    bottom: 0;
    content: "";
    width: 2px;
    height: 0;
    background: #0066d9;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    -moz-transition: 0.45s;
    transition: 0.45s;
}
.honor-swiper {
    width: 67.838%;
}
.honor-slide {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.honor-imgs {
    width: 52.69%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.honor-imgs figure {
    border: 6px solid #0066d9;
    position: relative;
    display: block;
    padding-bottom: 74.9%;
    height: 0;
    overflow: hidden;
    line-height: 1;
}
.honor-imgs figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.58s;
    -o-transition: 0.58s;
    -moz-transition: 0.58s;
    transition: 0.58s;
}
.honor-texts {
    padding-top: 16px;
    width: 34%;
}
.honor-texts strong {
    display: block;
    margin-bottom: 22px;
    line-height: 1.5;
    color: #0066d9;
    font-size: 22px;
}
.honor-texts p {
    color: #666666;
    font-size: 16px;
    line-height: 2;
}
.footer-box {
    position: relative;
    z-index: 3;
    background: #f5faff;
    padding: 0px 0 80px;
    overflow: hidden;
}
.slidetop.article-block,
.list-animate.article-block li,
.list-animate.article-block > div {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}
.slidetop.articleShow,
.list-animate.articleShow li,
.list-animate.articleShow > div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.slidetop.detay1.article-block,
.list-animate.article-block li:nth-child(2),
.list-animate.article-block div:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.slidetop.detay2.article-block,
.list-animate.article-block li:nth-child(3),
.list-animate.article-block div:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(4),
.list-animate.article-block div:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.slidetop.detay4.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(5) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.slidetop.detay6.article-block,
.list-animate.article-block li:nth-child(6),
.list-animate.article-block div:nth-child(5) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.waves-svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 185px;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
    pointer-events: none;
}
/* Animation */
.parallax > use {
    -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    -moz-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    -o-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
    -webkit-animation-delay: -2s;
    -moz-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    -moz-animation-duration: 7s;
    -o-animation-duration: 7s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    -webkit-animation-delay: -3s;
    -moz-animation-delay: -3s;
    -o-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    -webkit-animation-delay: -4s;
    -moz-animation-delay: -4s;
    -o-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    -moz-animation-duration: 13s;
    -o-animation-duration: 13s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    -webkit-animation-delay: -5s;
    -moz-animation-delay: -5s;
    -o-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    -moz-animation-duration: 20s;
    -o-animation-duration: 20s;
    animation-duration: 20s;
}
@-webkit-keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}
@-moz-keyframes move-forever {
    0% {
        -moz-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        -moz-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}
@-o-keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
@keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        -moz-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        -moz-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}

.solute-title strong {
    display: block;
    margin-bottom: 22px;
    line-height: 1;
    color: #0066d9;
    font-weight: normal;
    font-size: 38px;
}
.solute-title small {
    display: block;
    line-height: 1;
    color: #999999;
    font-size: 28px;
    font-weight: lighter;
    text-transform: uppercase;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}