@font-face {
    font-family: 'Arlrdbd';
    src: url('../fonts/ARLRDBD.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
    height: 100%;
    width: 100%;
    padding-top: 0;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}
a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}
a:hover,
a:focus {
    color: #474157;
}
hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
    border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}
p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.logo-color {
    color: #5b29bb;
}
.navbar-default {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.navbar-default {
    /* font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif'; */
    font-family: "Arlrdbd", sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #fcbd20;
}
.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #222222;
    padding: 8px 10px;
}
.navbar-default .nav > li > a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #fdcc52;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #fdcc52 !important;
    background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}
@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
        padding: 5px 0px 5px 15px;
        height: 65px;
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: white;
    }
    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        /* color: rgba(50, 50, 50, 0.7); */
        color: white;
    }
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        /* color: white; */
        color: rgb(91, 41, 187) !important;
    }
}
header {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url("../img/bg-pattern.png"), #247cdc;
    /* fallback for old browsers */
    /*background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #328944, #247cdc);*/
    /* Chrome 10-25, Safari 5.1-6 */
    /*background: url("../img/bg-pattern.png"), linear-gradient(to left, #328944, #247cdc);*/
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
}
header .header-content {
    text-align: center;
    padding: 150px 0 50px;
    position: relative;
}
header .header-content .header-content-inner {
    position: relative;
    margin: 0 auto;
}
header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 80px;
}
header .header-content .header-content-inner .list-badges {
    margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
    height: 50px;
    margin-bottom: 25px;
}
header .device-container {
    max-width: 300px;
    margin: 0 auto 100px;
}
header .device-container .screen img {
    border-radius: 3px;
}
@media (min-width: 768px) {
    header {
        min-height: 100%;
    }
    header .header-content {
        text-align: center;
        padding: 0;
        height: 100vh;
    }
    header .header-content .header-content-inner {
        width:100%;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    header .header-content .header-content-inner h1 {
        font-size: 35px;
    }
    header .device-container {
        max-width: none;
        max-height: calc(0vh);
        margin: 100px auto 0;
    }
}
@media (min-width: 992px) {
    header .header-content .header-content-inner h1 {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    header .header-content .header-content-inner h1 {
        font-size: 50px;
    }
}
section {
    /*padding: 100px 0;*/
}
section h2 {
    font-size: 50px;
}
footer {
    background-color: #222222;
    padding: 25px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}
footer p {
    font-size: 12px;
    margin: 0;
}
footer ul {
    margin-bottom: 0;
}
footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
    text-decoration: none;
}
.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}
.text-primary {
    color: #fdcc52;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.btn-outline {
    color: white;
    border-color: white;
    border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: white;
    background-color: #fdcc52;
    border-color: #fdcc52;
}
.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
}
.btn-xl {
    margin-top:20px;
    padding: 10px 45px;
    font-size: 14px;
}

/*--------------------------------------38线-------------------------------------*/
.swiper-container{
    animation-name: sliderFadeIn;
    animation-duration: .75s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    background-color: #fff;
    height: 70vh;
    opacity: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.swiper3 {
    margin: 30px auto 0;
    max-width: 1060px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.swiper3:before, .swiper3:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100px;
    z-index: 2;
}

.swiper3:before {
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0) 100%);
    left: 0;
}

.swiper3:after {
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0) 100%);
    right: 0;
}

.swiper3 .swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.swiper4 .swiper-button-prev:hover,
.swiper4 .swiper-button-next:hover {
    opacity: 0.5;
}

.swiper4 .swiper-button-prev:hover,
.swiper4 .swiper-button-next:hover {
    opacity: 1;
}

@keyframes sliderFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.swiper-slide{
    width: 100%;
    /*height: 85vh;*/
    background-repeat:no-repeat;
    background-position:center;
    background-size: auto 100%;
}

.swiper-slide img {
    /*width: 100%;*/
}

/*--------------------------------------38线-------------------------------------*/
ul {
    margin: 0;
    padding: 0;
}

.cases {
    text-align: center;
}

.cases li {
    list-style-type: none;
}

.cases_header {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 20px;
    text-align: center;
}

.cases_header h2{
    color: #161616;
    font-family: "Sunflower", sans-serif;
    font-size: 24px;
    letter-spacing: .01em;
    line-height: 1;
    padding: 0 0 10px;
    text-transform: none;
}

.cases_title {
    overflow: hidden;
    /* margin-bottom: 20px; */
    /*padding-right: 100px !important;*/
    position: relative;
    width: 100%;
}

.cases_title em {
    /*display: inline-block;*/
    font-style: normal;
    transition: all .2s ease-in-out;
    width: 146px;
}

.cases_title span {
    opacity: 0;
    padding-left: 7px;
    position: absolute;
    text-align: left;
    top: 0;
    transition: all .35s ease-in-out;
    transform: translateY(-6px);
    white-space: nowrap;
    width: 150px;
}

.cases_title span.isVisible {
    opacity: 1;
    transform: translateY(0);
}

.cases_title span.isHidden {
    opacity: 0;
    transform: translateY(6px);
}

.cases_header a {
    color: #161616;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .09em;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}

.cases_header a:before {
    background-color: #161616;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    transition: all .25s ease-in-out;
    width: 100%;
}

.cases a:hover {
    color: #161616;
}

.cases a:hover:before {
    margin-top: 0;
}

.cases_list {
    /* background-color: #282b33; */
}

.b_cases_list {display: none !important;}

.b_cases_list .cases_item{
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cases_item {
    /* background-color: #000; */
    height: 61vw;
}

.cases_item .flexBox{
    height: 50%;
}

.cases_item a {
    align-items: flex-start;
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: calc(100% + 2px);
    justify-content: center;
    margin: -1px 0 0 -1px;
    overflow: hidden;
    padding: 0 0 28px 20px;
    position: relative;
    text-decoration: none;
    /*width: calc(100% + 2px);*/
}

.cases_item a:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .25s ease-in-out;
    width: 100%;
}

.cases_item2 {
    grid-column: 1;
    grid-row: 1;
    list-style: none;
    margin: 0 auto;
}

.cases_item2 p {
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
}

.cases_item2 p:nth-child(2) {
    font-style: italic
}

.cases_item3 {
    padding: 0 20px;
    width: 140px;
}

.cases_item3 img {
    height: auto;
    width: 80%;
}

.cases_title_s {
    transition: all .25s ease-in-out;
    transform: translateY(25px);
    text-align: center;
    width: 100%;
}

.cases_title_s h2 {
    color: #fff;
    /* font-family: "Sunflower", sans-serif; */
    font-family: "Arlrdbd", sans-serif;
    font-size: 24px;
    letter-spacing: .01em;
    line-height: 1;
    /*padding: 0 0 10px;*/
    text-transform: none;
}

.cases_title_s span {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    /* font-weight: 600; */
    letter-spacing: .09em;
    margin: 0;
    text-transform: uppercase;
}

.stats {
    background-image: url("/assets/pic/bg-partners.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0
}

.stats_in {
    height: 100%;
    margin: 0 auto;
    max-width: 1400px;
    padding: 30px 20px;
}

.stats_item {
    color: #fff;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    letter-spacing: .083em;
    line-height: normal;
    padding: 20px 0;
    text-align: center;
    margin: 0;
}

.stats_item span {
    align-items: center;
    display: flex;
    font-family: "Archivo", sans-serif;
    font-size: 120px;
    justify-content: center
}

.stats_item em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    opacity: 1;
    transform: scale(1)
}

.footer_content {
    align-items: center;
    background-color: #282b33;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
}

.footer_content > div {
    transition: all .5s .3s ease-in-out;
}

.footer_content h2 {
    color: #fff;
    font-family: "Sunflower", sans-serif;
    font-size: 24px;
    letter-spacing: .01em;
    line-height: 1;
    padding: 0 0 10px;
    text-transform: none;
}

.footer_content p {
    color: #d8d8d8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.65;
    max-width: 500px;
    padding: 0 0 35px;
}

.footer_content a {
    color: #fff;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .09em;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}

.footer_content a:before {
    background-color: #fff;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    transition: all .25s ease-in-out;
    width: 100%;
}

.footer_content a:hover:before {
    transform: translateY(-5px)
}

.footer_stl {
    background-color: #e7e7e7;
    flex-grow: 1;
    flex-shrink: 0;
}

.footer_stl_main {
    border-bottom: 1px solid #461313;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
}

.footer_stl h4 {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.footer_menu {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 0 -5px;
    padding: 0 20px 0 0;
}

.footer_menu li, .company_info li {
    display: flex;
    list-style: none;
}

.footer_menu a, .company_info a, .company_info address {
    margin: 0;
    color: #757575;
    position: relative;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    transition: all .15s ease-in-out;
}

.footer_menu a:after, .company_info a:after {
    background-color: #757575;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(2px);
    transition: all .75s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}

.footer_menu a:hover:after, .company_info a:hover:after {
    opacity: 1;
    transform: translateY(0)
}

.footer_buttons {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    width: 100%;
}

.footer_buttons a {
    border: 1px solid #282b33;
    color: #282b33;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
    margin: 0 0 10px;
    padding: 17px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all .15s ease-in-out;
    text-decoration:none;
}

.footer_buttons a:hover {
    background-color: #282b33;
    color: #fff
}

.footer_buttons a:last-child {
    margin: 0
}

.footer_ancillary {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 0 20px 26px 30px;
}

.footer_copyright {
    align-items: center;
    display: flex;
    padding: 20px 0 0;
}

.footer_copyright h4 {
    color: #757575;
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: none;
}

.social_icons {
    display: flex;
    margin: 30px 0 10px;
    padding: 0;
    list-style: none;
}

.social_icons li {
    list-style: none;
    margin: 0 8px;
    overflow: hidden;
}

.social_icons li:last-of-type {
    margin: 1px 8px 0 12px;
}

.social_icons a {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 52px;
    overflow: hidden;
    transition: all .15s ease-in-out;
    width: 78px;
}

.social_icons span {
    color: transparent;
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

@media screen and (min-width: 600px) {
    .company_info {
        display: flex;
        justify-content: right;
    }
    .cases_list {
        align-items: stretch;
        display: flex;
        flex: 1 1 100%;
        flex-wrap: wrap;
    }
    .m_cases_list {display: none !important;}
    .cases_item {
        height: 30vw;
        /*flex: 0 0 50%;*/
        /*width: 50%;*/
    }
    .cases_item2 {
        max-width: 60%;
    }
    .cases_item3 {
        padding: 0 40px;
        width: 180px;
    }
    .stats {
        padding: 40px 0;
    }
    .stats_in {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 30px 40px;
    }
    .footer_buttons {
        padding: 0;
        width: auto;
    }
    .footer_copyright {
        padding: 0;
        margin: 0 auto 0 0;
    }
    .footer_ancillary {
        align-items: center;
        flex-direction: row;
    }
}

@media screen and (min-width: 768px) {
    .swiper-slide{
        background-size: 100% auto;
    }
    .swiper-container{
        height: 85vh;
    }
    .cases_item {
        height: 40vw;
    }
    .cases_item a {
        /* padding: 30px 35px 0px; */
        padding: 0px;
        transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .cases_item a:before {
        opacity: 0;
    }
    .cases_item a:hover:before {
        opacity: 1;
    }
    .b_cases_list {
        display: flex !important;
        margin: 5px 0;
    }
    .cases_title_s {
        opacity: 0;
    }
    .cases_title_s h2{
        font-size: 70px;
        padding: 0 0 20px;
    }
    .cases_item a:hover .cases_title_s{
        opacity: 1;
        transform: translateY(0)
    }
    .cases_item2 {
        max-width: 672px;
    }
    .cases_item2 p {
        font-size: 17px;
    }
    .swiper3 {
        margin-top: 60px;
    }
    .swiper3:before, .swiper3:after {
        width: 150px;
    }
    .stats_item {
        flex: 0 0 33.3333%;
        padding: 0;
    }
    .stats_item em {
        transition: all .7s cubic-bezier(0.19, 1, 0.22, 1)
    }
    .footer_content h2 {
        font-size: 30px;
        padding: 0 0 20px;
    }
    .footer_content p {
        font-size: 16px;
    }
    .footer_content a {
        font-size: 12px;
    }
    .footer_content a:before {
        margin-top: 5px;
    }
    .footer_menu, .company_info {
        /* padding: 0 70px 0 0; */
    }
}

@media screen and (min-width: 725px) {
    .cases_header {
        flex: 1 0 auto;
        min-height: 200px;
        padding: 80px 20px;
    }
    .cases_header h2{
        font-size: 36px;
        padding: 0 0 20px;
    }
    .cases_title {
        /*padding-right: 150px !important;*/
    }
    .cases_title span {
        padding-left: 11px;
    }
    .cases a {
        font-size: 12px;
    }
    .cases a:before {
        margin-top: 5px;
    }
    .cases_title_s h2{
        padding: 0;
    }
    .stats {
        padding: 150px 0;
    }
    .stats span {
        font-size: 13.19vw
    }
}

@media screen and (min-width: 1024px) {
    .cases_title_s span {
        font-size: 18px;
    }
    .swiper-container{
        height: 100vh;
    }
    .stats_in {
        padding: 0;
    }
    .stats_item {
        font-size: 12px
    }
    .footer_content {
        padding: 100px 20px;
    }
    .footer_stl_main {
        /* flex-wrap: nowrap; */
        justify-content: flex-start;
    }
    .footer_buttons {
        padding: 0 0 0 70px;
    }
    .footer_ancillary {
        /* padding-left: 80px; */
        padding-right: 80px;
    }
}

@media screen and (min-width: 1180px) {
    .footer_stl_main {
        padding: 60px 80px;
    }
}

@media screen and (min-width: 1200px) {
    .stats {
        padding: 200px 0;
    }
}

@media screen and (min-width: 1440px) {
    .stats span {
        font-size: 170px
    }
}
