/* public */
/*#region*/
.title {
    flex: 0 0 35%;
}

.title h2 {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 700;
    color: #171922;
}

.title p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #4d5567;
}

/*a.round {*/
/*    display: inline-block;*/
/*    background: #0177ff;*/
/*    padding: 15px 80px;*/
/*    border-radius: 24px;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    transition: all 0.3s ease 0s;*/
/*}*/

/*a.round:hover {*/
/*    box-shadow: rgba(193, 193, 193, 0.3) 0px 8px 20px 0px;*/
/*    transform: scale(1.01) translateY(-2px);*/
/*}*/

@media (min-width: 768px) {

}

@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;
    }

}

/*#endregion*/

/* banner */
/*#region*/
.banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
    color: #fff

}

.banner .video {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner .video video {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    height: 100%;
    transform: translateX(-50%);
}

.banner .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .2s;
}

.banner .text.active {
    opacity: 1;
}

.banner .text .box {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner .text h2 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.banner .text .bt {
    margin-top: 50px;
    padding: 10px 20px;
    background: url(../img/bg_btn-8ce3c0b0.png) no-repeat 50%;
    background-size: 100%;
}

.banner .text .bt a {
    display: inline-block;
    padding: 0 3em;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 54px;
    text-decoration: none;
    cursor: pointer;
}

.banner .text .bt a:hover {
    color: #0177ff;
}

@media (max-width: 767px) {
.banner .video .mgif {
    max-width: 100%;
    object-fit: contain;
    vertical-align: middle;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.banner{background: #111217;}
    .banner .text {
        margin: 0 10%;
    }

    .banner .text h2 {
        font-size: 40px;
    }

    .banner .text .bt {
        width: 100%;
        text-align: center;
    }

    .banner .text .bt a {
        padding: 0;
        width: 45%;
        text-align: center;
        font-size: 14px;
        vertical-align: -3px;
    }
}

/*#endregion*/

/* platform */
/*#region*/
.platform {
    position: relative;
    padding: 150px 0;
}

.platform .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.platform .back .circle1 {
    top: -500px;
    left: 35%;
    transform: translateX(100px);
}

.platform .back .circle2 {
    bottom: -200px;
    left: 50%;
    transform: translateX(-1400px);
}

.platform .lines {
    margin-top: 200px;
    padding-top: 46px;
}

.platform .lines .container span {
    display: inline-block;
    transform: rotate(90deg) translateY(18px);
    margin-bottom: 20px;
}

.platform .lines .container span:before {
    content: 'i-SEARCH';
    font-size: 14px;
    font-weight: 400;
    color: #a3aebf;
    line-height: 24px;
    cursor: pointer;
    transition: color .2s ease 0s;
}

.platform .lines svg {
    width: 100%;
    height: 780px;
    padding: 10px;
    position: relative;
    z-index: 0;
}

.platform .this .tabs {
    background: #1c253d;
    border-radius: 16px;
}

.platform .this .tabs .tabs--handle {
    background: rgba(25, 46, 82, 1);
    border-radius: 24px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 11%;
    display: flex;
}

.platform .this .tabs .tabs--handle span {
    flex: 1;
    height: 48px;
    text-align: center;
    font-size: 14px;
    line-height: 48px;
    color: #a3aebf;
    cursor: pointer;
}

.platform .this .tabs .tabs--handle span:hover {
    color: #eef2f7 !important;
}

.platform .this .tabs .tabs--handle span.cur {
    background: #0177ff;
    color: #eef2f7;
    border-radius: 24px;
    box-shadow: 0 0 10px rgba(255, 255, 255, .15);
}


.platform .this .tabs .tabs--panel .img {
    flex: 0 0 60%;
}

.platform .this .tabs .tabs--panel .img img {
    width: 100%;
}

.platform .this .tabs .tabs--panel .txt {
    color: #fff;
    padding-top: 60px;
}

.platform .this .tabs .tabs--panel .txt h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #eef2f7;
}

.platform .this .tabs .tabs--panel .txt p {
    margin: 25px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #cdd5df;
}


.platform .that {
    padding-top: 80px;
}


.platform .that .slide-panel .item {
    flex: 0 0 30%;
}

.platform .that .slide-panel .item .img img {
    max-width: 100%;
    border-radius: 16px;
}

.platform .that .slide-panel .item .txt {
    padding: 24px;
}

.platform .that .slide-panel .item .txt h4 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1b202b;
}

.platform .that .slide-panel .item .txt p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #4d5567;
}

.platform .that .slide-panel .item .txt .more {
    display: none;
    font-size: 14px;
    font-weight: 400;
    color: #0177ff;
}

.platform .that .slide-panel .item .txt .more i {
    margin-left: 5px;
    font-size: 12px;
    vertical-align: 1px;
}

@media (min-width: 768px) {
    .platform .container {
        position: relative;
        z-index: 1;
    }

    .platform .this {
        display: flex;
        justify-content: space-between;
    }

    .platform .this .title {
        flex: 0 0 35%;
    }

    .platform .this .title p {
        margin-left: 50px;
    }

    .platform .this .tabs {
        flex: 0 0 60%;
        margin-top: 40px;
        padding: 20px 40px 40px;
    }

    .platform .this .tabs .tabs--panel {
        margin-top: 50px;
    }

    .platform .this .tabs .tabs--panel .item {
        display: flex;
        justify-content: space-between;
    }

    .platform .this .tabs .tabs--panel .txt {
        flex: 0 0 35%;
    }

    .platform .this .tabs .tabs--panel .txt p {
        margin-right: 20px;
    }

    .platform .that .title {
        margin-bottom: 235px;
        padding-left: 140px;
    }

    .platform .that .slide-panel {
        margin-left: 140px;
        margin-right: 40px;
        display: flex;
        justify-content: space-between;
    }

    .platform .that .slide-panel .item:hover {
        background: #fff;
        box-shadow: 0 0 49px 5px rgba(0, 0, 0, .15);
        border-radius: 16px;
    }
}

@media (max-width: 767px) {
    .platform {
        padding: 50px 0;
    }

    .platform .this .tabs {
        margin-top: 25px;
        padding: 20px;
    }

    .platform .this .tabs .tabs--handle {
        margin: 0;
        font-size: 14px;
    }

    .platform .this .tabs .tabs--panel {
        margin-top: 20px;
    }

    .platform .this .tabs .tabs--panel .txt {
        padding-top: 20px;
    }

    .platform .this .tabs .tabs--panel .txt h4 {
        font-size: 18px;
    }

    .platform .this .tabs .tabs--panel .txt p {
        margin-top: 15px;
        font-size: 12px;
    }

    .platform .that {
        padding-top: 40px;
    }

    .platform .that .title {
        margin-bottom: 20px;
        text-align: center;
    }

    .platform .that .slide-panel .item .txt {
        padding: 24px 0;
    }

    .platform .that .slide-panel .slick-dots li.slick-active button:before {
        color: #0177ff;
    }

    .platform .that .slide-panel .slick-dots li button {
        width: 40px;
        height: 40px;
    }

    .platform .that .slide-panel .slick-dots li button:before {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/*#endregion*/

/* work */
/*#region*/
.work {
    padding: 80px 0;
    background: #141b24;
}

.work .title {
    margin-bottom: 70px;
    text-align: center;
}

.work .title h2 {
    margin: 0 0 15px;
    color: #fff;
}

.work .title p {
    font-size: 14px;
    font-weight: 400;
    color: #cdd5df;
}

.work .content .item {
    position: relative;
    color: #fff;
    overflow: hidden;
}

.work .content .item img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.work .content .item .txt {
    position: relative;
    z-index: 1;
    padding: 48px;
}

.work .content .item h3 {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    color: #eef2f7;
}

.work .content .item p {
    margin: 20px 0 0;
    font-weight: 200;
    color: #fff;
}

.work .content .item:nth-of-type(1) {
    background-color: #181621;
}

.work .content .item:nth-of-type(2) {
    background-color: #0672f3;
}

.work .content .item:nth-of-type(3) {
    background-color: #1c253d;
}

.work .content .item:nth-of-type(4) {
    background-color: #f38121;
}

.work .content .item:nth-of-type(5) {
    background-color: #2f2d38;
}

.work .content .item:nth-of-type(6) {
    background-color: #181621;
}

.work .content .item.last h3 {
    font-size: 16px;
}

.work .content .item.last a {
    color: #fff;
}

@media (min-width: 768px) {

    .work .content {
        display: flex;
        flex-wrap: wrap;
    }

    .work .content .item {
        flex: 0 0 33.33%;
        min-height: 200px;
    }

    .work .content .item img {
        transition: all .5s;
    }

    .work .content .item:hover img {
        transform: scale(1.1);
    }
}

@media (max-width: 767px) {
    .work {
        padding: 48px 0;
    }

    .work .content .item {
        padding: 12px;
    }

    .work .title {
        margin-bottom: 48px;
    }

    .work .content .item .txt {
        padding: 24px;
    }
    
    .work .content .item h3 {
        font-size: 20px;
    }

    .work .content .item p {
        margin-top: 10px;
        font-size: 14px;
    }
}

/*#endregion*/

/* trend */
/*#region*/
.trend {
    padding: 120px 0 0;
}

.trend {
    text-align: center;
}

.trend .img {
    text-align: center;
}

.trend .txt {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.trend .txt h3 {
    margin: 0;
    font-size: 28px;
    font-weight: normal;
}

.trend .txt h3 img {
    margin: 0 10px 0 0;
    height: 40px;
    color: #4d5567;
    vertical-align: -12px;
}

.trend .txt p {
    margin: 25px 0 0;
    font-size: 14px;
    color: #4d5567;
}

.trend .txt a {
    display: inline-block;
    margin-top: 25px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .trend .that {
        text-align: left;
    }

    .trend .that img {
        max-width: 75% !important;
    }
}

@media (max-width: 767px) {
    .trend {
        padding: 40px 0 0;
    }

    .trend .that .txt {
        padding-top: 20px;
    }

    .trend .txt h3 {
        font-size: 20px;
    }

    .trend .txt p {
        margin: 15px 0 0;
        font-size: 12px;
    }
}


/*#endregion*/

/* scene */
/*#region*/
.scenarios {
    padding-top: 100px;
    padding-bottom: 100px;
}

.scenarios .title {
    text-align: center;
}

.scenarios .title h2 {
    margin: 0;
}

.scenarios .slide-panel {
    position: relative;
}

.scenarios .slide-panel .button-prev, .scenarios .slide-panel .button-next {
    position: absolute;
    top: 42%;
    z-index: 100;
    font-size: 18px;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    color:#000;
}

.scenarios .slide-panel .button-prev {
    left: -2%;
}

.scenarios .slide-panel .button-next {
    right: -2%;
}

.scenarios .slide-panel .item {
    margin: 10px 15px 24px;
    height: 160px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px 1px;
    border-radius: 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
}

.scenarios .slide-panel .item img {
    width: 48px;
    height: 48px;
}

.scenarios .slide-panel .item h4 {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: 600;
}

.scenarios .more {
    margin-top: 50px;
    text-align: center;
}

.scenarios .more a {
    display: inline-block;
    font-size: 14px;
    padding: 15px 60px;
    font-weight: 400;
    color: #fff;
    background: #0177ff;
    border-radius: 24px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.scenarios .more a:hover {
    box-shadow: rgb(1 119 255 / 50%) 0 8px 20px 0;
    transform: scale(1.01) translateY(-2px);
}

@media (min-width: 768px) {
    .scenarios .title {
        background: url(../img/bg@2x-2629813c.png) no-repeat 50% 0;
        background-size: 140% auto;
        padding-top: 170px;
        padding-bottom: 90px;
    }

    .scenarios .slide-panel .button-prev:hover, .scenarios .slide-panel .button-next:hover {
        border-radius: 100%;
        background: #eaf0f7;
        box-shadow: 0 2px 5px rgba(0,0,0,.15);
    }
}


@media (max-width: 767px) {

    .scenarios {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .scenarios .title {
        margin-bottom: 20px;
    }

    .scenarios .slide-panel {
        margin: 0 5%;
    }

    .scenarios .slide-panel .button-prev {
        left: -9%;
    }

    .scenarios .slide-panel .button-next {
        right: -9%;
    }

    .scenarios .slide-panel .item {
        height: 120px;
    }

    .scenarios .slide-panel .item h4 {
        font-size: 12px;
    }

    .scenarios .more {
        margin-top: 20px;
    }
}

/*#endregion*/

/* customer */
/*#region*/
.customer {
    padding-top: 88px;
    background-color: #141b24;
}

.customer img { /*border: 1px solid #f30;*/
}

.customer .title {
    margin-bottom: 48px;
    text-align: center;
}

.customer .title h2 {
    color: #fff;
}

.customer .collect .box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.customer .collect .item {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    text-align: center;
    min-height: 120px;
    display: inline-flex;
    align-items: center;
}

.customer .collect .item img {
    margin: 0 auto;
    max-width: 120px;
}

.customer .collect .item:nth-of-type(1) img,
.customer .collect .item:nth-of-type(3) img,
.customer .collect .item:nth-of-type(5) img,
.customer .collect .item:nth-of-type(8) img,
.customer .collect .item:nth-of-type(10) img,
.customer .collect .item:nth-of-type(12) img {
    animation: 16s linear 0s infinite alternate none running ani02;
    opacity: 0.7;
    cursor: pointer;
}

.customer .collect .item:nth-of-type(2) img,
.customer .collect .item:nth-of-type(4) img,
.customer .collect .item:nth-of-type(6) img,
.customer .collect .item:nth-of-type(7) img,
.customer .collect .item:nth-of-type(9) img,
.customer .collect .item:nth-of-type(11) img {
    animation: 16s linear 0s infinite alternate none running ani03;
    opacity: 0.7;
    cursor: pointer;
}

@keyframes ani02 {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ani03 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 767px) {

    .customer .collect .item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        min-height: 60px;
        text-align: center;
    }

    .customer .collect .item img {
        max-width: 65%;
    }

    .customer .collect .item:nth-of-type(1) img,
    .customer .collect .item:nth-of-type(3) img,
    .customer .collect .item:nth-of-type(5) img,
    .customer .collect .item:nth-of-type(7) img,
    .customer .collect .item:nth-of-type(9) img,
    .customer .collect .item:nth-of-type(11) img {
        animation: 16s linear 0s infinite alternate none running ani02;
        opacity: 0.7;
        cursor: pointer;
    }

    .customer .collect .item:nth-of-type(2) img,
    .customer .collect .item:nth-of-type(4) img,
    .customer .collect .item:nth-of-type(6) img,
    .customer .collect .item:nth-of-type(8) img,
    .customer .collect .item:nth-of-type(10) img,
    .customer .collect .item:nth-of-type(12) img {
        animation: 16s linear 0s infinite alternate none running ani03;
        opacity: 0.7;
        cursor: pointer;
    }
}

/*#endregion*/

/* voice */
/*#region*/
.voice {
    padding: 88px 0;
    background-color: #141b24;
}

.voice .title {
    margin-bottom: 48px;
    text-align: center;
}

.voice .title h2 {
    color: #fff;
}

.voice .item {
    background-color: #c52c24;
    background-image: linear-gradient(45deg, var(--start-color), var(--end-color));
    border-radius: 24px;
}

.voice .item .txt {
    padding: 50px 0 50px 50px;;
    color: #fff;
}

.voice .item .txt span {
    display: inline-block;
}

.voice .item .txt .vi {
    vertical-align: bottom;
    width: 95px;
}

.voice .item .txt .name {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 600;
}

.voice .item .txt .tt {
    margin-left: 10px;
    font-size: 16px;
    vertical-align: -1px;
}

.voice .item .txt h3 {
    margin: 30px 0 0;
    font-size: 38px;
    font-weight: normal;
}

.voice .item .txt p {
    margin: 25px 0 20px;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}

.voice .item .txt .more, .voice .item .txt .play {
    display: inline-block;
    padding: 5px 10px 5px 15px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    border-radius: 40px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.voice .item .txt .more:hover, .voice .item .txt .play:hover {
    
    /*color: #0177ff;*/
    box-shadow: 5px 5px 20px #13181F33;
    transform: translateY(-3px);
}

.voice .item .txt .more {
    background: rgba(255, 255, 255, .20);
}

/*.voice .item .txt .more:hover:after {*/
/*    background-image: url(../img/ico_more-blue.svg);*/
/*}*/

.voice .item .txt .play {
    margin-left: 20px;
    padding: 4px 9px 4px 14px;
    border: 1px solid #fff;
}

.voice .item .txt .play i {
    font-size: 16px;
        vertical-align: -1px;
}

.voice .item .img {
    flex: 0 0 30%;
    position: relative;
}

.voice .item .img .time {
    background: rgba(0, 0, 0, .35);
    border-radius: 40px;
    padding: 2px 15px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 10%;
    top:-5%;
}

.voice-handle {
    margin-top: 30px;
    text-align: center;
}

.voice-handle .one {
    position: relative;
    color: #ccc;
    display: inline-block;
    width: 14%;
    padding-top: 20px;
}

.voice-handle .one span {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    transition: color .6s;
}

.voice-handle .one i {
    content: '';
    width: 8px;
    height: 8px;
    background: #555;
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -4px;
    border-radius: 100%;
    transition: color .6s;
}

.voice-handle .one.cur i, .voice-handle .one:hover i {
    background: #0177ff;
}

.voice-handle .one span:after {
    content: '';
    position: absolute;
    top: 3px;
    height: 15px;
    width: 100%;
    background: rgba(1, 119, 255, 0.9);
    transform: translateX(-200%);
}

.voice-handle .one.cur span, .voice-handle .one:hover span {
    color: #0177ff;
}

.voice-handle .one.cur span:after, .voice-handle .one:hover span:after {
    transform: translateX(100%);
    animation: 0.6s linear 0s 1 normal none running ani05;
}

@keyframes ani05 {
    0% {
        transform: translateX(-200%);
    }
    25% {
        transform: translateX(-150%);
    }
    50% {
        transform: translateX(-100%);
    }
    75% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (min-width: 768px) {
    .voice .item {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

    .voice-handle .one:before,
    .voice-handle .one:after {
        content: '';
        display: inline-block;
        width: 50%;
        height: 4px;
        background: #555;
        position: absolute;
        top: 0;
    }

    .voice-handle .one:before {
        left: -10%;
    }

    .voice-handle .one:after {
        right: -10%;
    }

    .voice-handle .one:first-child:before,
    .voice-handle .one:last-child:after {
        display: none
    }

}

@media (max-width: 767px) {
    .voice {
        padding: 48px 0;
    }

    .voice .title {
        margin-bottom: 24px;
    }
    
    .voice .item {
        border-radius: 16px;
    }

    .voice .item .txt {
        padding: 16px;
    }

    .voice .item .txt .vi {
        float: left;
        margin-right: 5px;
        width: 24px;
    }

    .voice .item .txt .name {
        line-height: 1.6;
    }

    .voice .item .txt .tt {
        margin: 0;
    }

    .voice .item .txt h3 {
        margin-top: 16px;
        font-size: 24px;
    }

    .voice .item .txt p {
        margin-top: 16px;
        font-size: 14px;
    }

    .voice .item .img {
        padding: 0 20%;
    }

    .voice .item .img .time {
        font-size: 11px;
    }

    .voice-handle {
        margin-top: 10px;
    }

    .voice-handle .one {
        width: 10%;
        padding-top: 0;
    }

    .voice-handle .one i{
        top: 50%;
    }

    .voice-handle .one span {
        font-size: 0;
    }
}


/*#endregion*/

/* event */
/*#region*/
.event {
    padding: 148px 0;
}

.event .box {
    border-radius: 24px;
    padding: 60px 48px;
}

.event .title {
    text-align: center;
}

.event .title h2 {
    color: #283038;
}

.event .item .txt h4 {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: normal;
    color: #1b202b;
}

.event .item .txt p {
    margin: 0 0 45px;
    font-size: 14px;
    color: #4d5567;
}

.event .item .txt .more {
    font-size: 14px;
    color: #0177ff;
}

@media (min-width: 768px) {
    .event .box {
        background: #e6ecf6 url(../img/bg_line.png) no-repeat 78% 10px;
        background-size: 400px auto;
    }

    .event .item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .event .item .img {
        flex: 0 0 36%;
    }

    .event .item .txt {
        flex: 0 0 60%;
    }
}

@media (max-width: 767px) {
    .event {
        padding: 0;
    }
    
    .event .container {
        padding-left: 0;
        padding-right: 0;
    }

    .event .box {
        background: #e6ecf6;
        border-radius: 0;
        padding: 36px 24px;
    }

    .event .item .txt {
        padding-top: 20px;
    }

    .event .item .txt h4 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .event .item .txt p {
        margin-bottom: 15px;
        font-size: 12px;
    }
}

/*#endregion*/
.banner-item {
    height: 100vh;position: relative;overflow: hidden;
}
.banner-item1 {
    background: #111317;
}
.banner-item2 {background: #090d15;}
.wfh-box.box {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.wfh-box .txt {
    flex: 0 0 45%;
    display: inline-flex;
    align-items: center;
    height: 100%;
	position: relative;
}
.wfh-box .txt .texts {
    position: absolute;
    left: -125px;
}
.wfh-box .txt .texts h2 {
    font-size: 80px;
    margin-bottom: 20px;
    line-height: 62px;
}

.wfh-box .txt .texts h3 {
    font-size: 56px;
    margin-bottom: 80px;
    font-weight: normal;
}


.wfh-box .img {
    flex: 0 0 55%;
    display: inline-flex;
    align-items: center;
    height: 100%;
}
.wfh-box .img .image {
    margin-left: -100px;
}
/*.banner .slick-dots{
    bottom:60px;
}
.banner .slick-dots li{
    margin:0 5px;
    width:auto;
}
.banner .slick-dots li button{
width: 7px;
    height: 7px;
    padding: 0;
    background: rgb(235 244 254 / 0.6);
    border-radius: 50%;
}

.banner .slick-dots li.slick-active button{
    background: #EBF4FE;
	width: 30px;
    height: 6px;
    border-radius: 5px;
}
.banner .slick-dots li:hover button,.banner .slick-dots li.slick-active:hover button{ background: #fff;}
.banner .slick-dots li button:before{
    display:none;
}
.banner .slick-dots li button:after{
 background: #000;
 content:'';
}*/
.banner.swiper-container-horizontal .swiper-pagination {
    bottom: 60px;
}

.banner.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
    background: #CDD5DF;
    width: 48px;
    height: 6px;
    border-radius: 3px;
	cursor: pointer;
	opacity:1;
	overflow:hidden;
}
.banner.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet:focus {outline:none;}
/*.banner.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet:after {
	content:'';
        background-color: #0177ff;
        transform: scaleX(0);
        transform-origin: left;
        z-index: 3;
        transition-timing-function: linear;
		display:table;
		height:100%;
		 width: 100%;
}
.banner.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
        animation-name: middles;
		animation-duration: 0s;
    }*/
.banner.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet i {
    width: 100%;
    background-color: #0177ff;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
    display: table;
    height: 100%;
	border-radius: 3px;
}

.banner.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i{
        animation-name: middles;
		animation-duration: 0s;
    }
/*.banner.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {*/
/*    background: #CDD5DF;*/
/*}*/
.banner.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet:hover{ background: #EEF4FF;}
    @keyframes middles{
        0%{
            transform: scaleX(0.01);
        }
        100%{
            transform: scaleX(1);
        }
    }
@media (max-width: 1600px){
.wfh-box .txt .texts {
    left: 0px;
}

.wfh-box .img .image img {
    max-width: 100%;
}

.wfh-box .img .image {
    margin-left: 0;
}
}
@media (max-width: 767px){
.wfh-box.box {
    flex-direction: column-reverse;
}

.wfh-box .txt {
    text-align: center;
}

.wfh-box .img {
    padding-top: 60px;
}
.wfh-box .img .image {
    margin: 0 auto;
}

.wfh-box .img .image img {
    width: 100%;
}
.wfh-box .txt .texts h3 {
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.wfh-box .txt .texts {
width: 100%;
    position: relative;
    left: inherit;
    margin-top: -100px;
}	
}