a, a:hover {
    text-decoration: none
}

#preloader:before, .back-to-top {
    height: 60px;
    width: 60px;
    position: fixed
}

.no-border {
    border: none !important;
}

.navbar a, .navbar ul {
    -webkit-box-align: center
}

.about-culture, .banner-content.other-banner, .iot-advantage .df, .scene-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

body {
    font-family: "Open Sans", sans-serif;
    color: #666
}

a {
    color: #2DA15E
}

a:hover {
    color: #73c5eb
}

h1, h2, h3, h4, h5, h6 {
    font-family: Jost, sans-serif
}

.skills .content h3, .skills .progress .skill {
    font-family: Poppins, sans-serif
}

.btn-block {
    width: 100%
}

.btn-primary {
    background-color: #004d9f;
    border-color: #004d9f
}

.btn-default {
    border-radius: 5px;
    border: 1px solid #2DA15E;
    color: #2DA15E;
    font-size: 14px
}

.btn-default:hover {
    background: #2DA15E;
    color: #fff
}

.text-yellow {
    color: #fff000
}

.text-white {
    color: #fff
}

.text-blue-light {
    color: #00afec
}

.text-blue {
    color: #004d9f
}

.text-black {
    color: #333
}

.text-left {
    text-align: left
}

.about-culture, .banner-first__desc, .banner-first__title, .cliens, .glory-desc, .home-card__name, .home-products__desc, .home-products__name, .home-solution__tabs, .home-tabs__item, .iot-platform__bg, .section-title, .section-title h2, .tx-center {
    text-align: center
}

.f30 {
    font-size: 30px
}

.f24 {
    font-size: 24px
}

.f20 {
    font-size: 20px
}

.fb {
    font-weight: 700
}

.pt-15 {
    padding-top: 15px
}

.mt-15 {
    margin-top: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.mt-25 {
    margin-top: 25px
}

.mb-25 {
    margin-bottom: 25px
}

.mt-35 {
    margin-top: 35px
}

.mb-35 {
    margin-bottom: 35px
}

.ml-25 {
    margin-left: 25px
}

.mr-25 {
    margin-right: 25px
}

.mt-50 {
    margin-top: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.pr {
    position: relative
}

.section-bg-blue {
    background: #E8F3FF
}

.section-bg__light {
    background: #F6F8FC
}

.section-bg-deepblue {
    background: #003463
}

.section-bg-green {
    background: #2DA15E
}

.pd-lr-15 {
    padding-left: 15px;
    padding-right: 15px
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #444
}

#preloader:before {
    content: "";
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #37517e;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#__webot_trigger.square {
    background: #2da15e !important
}

.back-to-top {
    visibility: hidden;
    opacity: 0;
    right: 20px;
    bottom: 100px;
    z-index: 996;
    background: #2DA15E;
    -webkit-transition: all .4s;
    transition: all .4s
}

.back-to-top i {
    font-size: 36px;
    color: #fff;
    line-height: 0
}

.back-to-top:hover {
    background: #6bc1e9;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

#header {
    z-index: 997;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: rgba(255, 255, 255, 1)
}

#header.header-inner-pages, #header.header-scrolled {
    background: rgba(255, 255, 255, .9)
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase
}

#header .logo a {
    color: #fff
}

#header .logo img {
    max-height: 40px
}

.navbar {
    padding: 0
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar li {
    position: relative
}

.navbar a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 18px;
    margin: 0 12px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    -webkit-transition: .3s;
    transition: .3s;
    border-bottom: 2px solid transparent
}

.navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar .active, .navbar a:hover, .navbar li:hover>a {
    color: #2DA15E;
    border-bottom: 2px solid
}

.navbar .getstarted {
    padding: 0;
    margin-left: 30px;
    font-size: 13px;
    font-weight: 600
}

#header.header-scrolled .nav-link:not(.active), .navbar .getstarted:hover {
    color: #111
}

.nav-contact {
    padding-left: 18px;
    font-size: 13px;
    color: #333;
    font-weight: 600
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 4px
}

.navbar .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #0c3c53
}

.banner-first__btn, .banner-title, .bold, .tx-bold {
    font-weight: 700
}

.header-scrolled .dropdown a {
    color: #111
}

.navbar .dropdown ul a i {
    font-size: 12px
}

.navbar .dropdown ul .active:hover, .navbar .dropdown ul a:hover, .navbar .dropdown ul li:hover>a {
    color: #2DA15E
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}


.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-nav-toggle.bi-x {
    color: #fff
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(40, 58, 90, .9);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    -webkit-transition: .3s;
    transition: .3s
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #37517e
}

.navbar-mobile .active, .navbar-mobile a:hover, .navbar-mobile li:hover>a {
    color: #2DA15E
}

.navbar-mobile .getstarted {
    margin: 15px;
    color: #37517e
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}

.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul li:hover>a {
    color: #2DA15E
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

.swiper-container {
    margin-top: 72px;
    width: 100%;
    height: 780px
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 55px
}

.swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    display: inline-block;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    margin: 0 8px
}

.banner-content.other-banner, .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2DA15E
}

.swiper-slide {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover !important;
    height: 100%;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .1)
}

.swiper-button-prev {
    left: 100px
}

.swiper-button-next {
    right: 100px
}

.swiper-slide__bg-1 {
    background: url(../img/home/home-banner-0-64feb68584.jpg) center top no-repeat
}

.swiper-slide__bg-2 {
    background: url(../img/home/home-banner-1-ae7fbcadf9.jpg) center top no-repeat
}

.swiper-slide__bg-3 {
    background: url(../img/home/home-banner-2-a2ea128287.jpg) center top no-repeat
}

.swiper-slide__bg-4 {
    background: url(../img/home/home-banner-3-e63e2b5d0e.jpg) center top no-repeat
}

.banner-content {
    margin: 0 auto 110px;
    width: 1200px
}

.banner-content.other-banner {
    margin: 0 auto;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-culture, .banner-point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.banner-content__pr {
    padding-left: 600px
}

.banner-first__btn {
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #2DA15EBF 0, #2DA15EFF 52%, #2DA15EBF 100%);
    background: linear-gradient(90deg, #2DA15EBF 0, #2DA15EFF 52%, #2DA15EBF 100%);
    color: #fff;
    font-size: 36px;
    width: 307px;
    height: 62px;
    line-height: normal;
    letter-spacing: 0;
    border: none
}

.banner-title {
    margin-bottom: 5px;
    font-size: 46px
}

.banner-desc {
    margin-bottom: 5px;
    font-size: 22px;
    letter-spacing: 1.5px
}

.banner-other {
    color: #666;
    font-size: 20px
}

.banner-controls {
    margin-top: 60px
}

.banner-controls__btn {
    width: 160px;
    height: 45px;
    border-radius: 4px;
    background: #fff;
    font-size: 20px;
    border: none;
    color: #2DA15E
}

.banner-first__title {
    margin-bottom: 5px;
    font-size: 70px;
    background-image: -webkit-linear-gradient(left, #fff, #19fefe, #fff);
    background-image: linear-gradient(90deg, #fff, #19fefe, #fff);
    font-weight: 700;
    -webkit-background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    color: transparent;
    position: relative
}

.banner-first__desc {
    color: #fff;
    font-size: 30px;
    letter-spacing: 10px
}

.banner-text {
    margin: 30px 0 0;
    letter-spacing: 1.5px;
    font-size: 22px;
    color: #fff
}

#about-banner .banner-text, .section-title h2 {
    letter-spacing: 0;
    line-height: 1
}

.banner-point {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0
}

.banner-point__item {
    font-size: 20px;
    margin-right: 20px;
    list-style: none
}

.tx-white {
    color: #fff !important
}

.tx-green {
    color: #2DA15E
}

.tx-yellow {
    color: #FEEA00
}

.tx-blue {
    color: #298ec8
}

.tx-dark {
    color: #333
}

.tx-red {
    color: #ff0606
}

.tx-darkblue {
    color: #304071
}

.vm {
    vertical-align: middle
}

.tx-12 {
    font-size: 12px
}

.tx-13 {
    font-size: 13px
}

.tx-14 {
    font-size: 14px
}

.tx-16 {
    font-size: 16px
}

.tx-18 {
    font-size: 18px
}

.tx-20 {
    font-size: 20px
}

.tx-grayblue {
    color: #495770
}

.tx-gray {
    color: #666
}

.pd-0 {
    padding: 0
}

.item-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

section:not(.n-bg) {
    padding: 70px 0 100px;
    overflow: hidden
}

section.n-bg {
    /* padding: 70px 0; */
    height: 600px;
    margin-top: 72px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-bg {
    background-color: #f9f9f9
}

.section-title {
    padding-bottom: 15px
}

.section-title h2 {
    color: #333;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background: #2DA15E;
    bottom: 8px;
    left: calc(50% - 20px)
}

.section-title p {
    margin-bottom: 0
}

.section-title .special {
    border-radius: 10px;
    background: #2DA15E;
    padding: 10px 0;
    margin: 0 auto 60px;
    width: 60%;
    color: #fff;
    font-size: 18px
}

.cliens {
    padding: 12px 0
}

.cliens img {
    max-width: 45%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

.cliens img:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

#about-banner {
    background-image: url(../img/about/banner-256fe4a041.jpg);
}

#about-banner .banner-title {
    margin-bottom: 5px;
    font-size: 56px
}

#contact-us {
    background: url(../img/about/contact-bg-5ee20aa23d.png) center top no-repeat;
    width: 100%;
    height: 420px;
    background-size: cover;
    padding: 0
}

#address {
    background: url(../img/about/map-bg-1963f3c142.png) center top no-repeat;
    width: 100%;
    height: 614px;
    background-size: cover
}

#address-map {
    height: 850px
}

.about-container {
    position: relative;
    margin-top: 25px;
    height: 369px
}

.about-bg {
    position: absolute;
    left: 0;
    z-index: 1
}

.about-content {
    padding-top: 15px;
    padding-left: 550px;
    margin-top: 25px;
    z-index: 2;
    position: relative
}

#company-culture {
    width: 100%;
    height: 734px;
    background: url(../img/about/enterprise-bg-bada71e0ae.jpg) center top no-repeat;
    background-size: cover
}

.contact-banner__content {
    width: 560px;
    height: 100%;
    padding: 0 150px 0 75px;
    background: #F9F9F9;
    margin-left: calc((100% - 1200px)/ 2)
}

.contact-banner__content-title {
    font-weight: 400;
    font-size: 36px;
    color: #111;
    padding-top: 78px;
    margin-bottom: 42px;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.contact-banner__content-title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 40px;
    height: 2px;
    background: #2DA15E;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#certificate, #glory {
    position: relative
}

.contact-banner__content-other {
    font-size: 20px
}

.about-title {
    color: #2DA15E;
    font-weight: 700;
    font-size: 24px
}

.about-culture {
    width: 100%;
    max-width: 353px;
    height: 432px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 25px auto
}

.about-culture.about-culture__middle {
    max-width: 393px;
    height: 482px;
    background: #2DA15E;
    color: #fff;
    margin: 0 auto
}

.about-culture__title {
    color: #2DA15E;
    font-size: 24px;
    margin: 30px 0 40px
}

.about-culture__desc {
    color: #333;
    font-size: 18px
}

.glory-divider {
    width: 100%;
    height: 20px;
    background: #eee;
    box-shadow: 0 5px 5px 0 #ccc;
    margin: 30px 0 85px
}

.glory-img {
    height: 268px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.glory-desc {
    margin-top: 16px;
    color: #666;
    font-size: 13px
}

.title-decoration {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-products {
    border-radius: 4px;
    background: #FFF;
    border: 1px solid #DCDCDC;
    height: 290px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s
}

.home-products:hover {
    border: 1px solid #2DA15E;
    box-shadow: 0 0 5px #2DA15E
}

.home-products__tag {
    width: 0;
    height: 0;
    border-top: 64px solid #2DA15E;
    border-right: 64px solid transparent;
    position: absolute;
    left: 0;
    top: 0
}

.home-products__index {
    position: absolute;
    top: -60px;
    left: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

#home-solution, .section-title.other-section__title {
    position: relative
}

.home-products__name {
    font-size: 20px;
    color: #333
}

.home-products__desc {
    padding: 0 40px;
    margin-top: 15px;
    color: #666;
    font-size: 16px
}

.home-products__ico {
    margin: 75px auto 15px;
    width: 48px;
    height: 48px;
    background: url(../img/home/product_sprite-d43f2d2d6a.png) no-repeat
}

.home-products__ico-1 {
    background-position: -42px -42px
}

.home-products__ico-2 {
    background-position: -142px -42px
}

.home-products__ico-3 {
    background-position: -246px -44px
}

.home-products__ico-4 {
    background-position: -342px -41px
}

.home-products__ico-5 {
    background-position: -41px -141px
}

.home-products__ico-6 {
    background-position: -144px -143px
}

.home-products__ico-7 {
    background-position: -242px -142px
}

.home-products__ico-8 {
    background-position: -342px -138px
}

.section-divider {
    padding: 45px 0 0;
    background: #eff4f7
}

#iot-card {
    width: 100%;
    height: 650px;
    background: url(../img/home/iot-card-bg-a22fe92ac2.png) center top no-repeat;
    background-size: cover
}

.home-card {
    border: 1px solid #fff;
    height: 227px;
    margin-top: 75px;
    background: #fff;
    border-radius: 25px 5px
}

.col-lg-2_4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.w-20 {
    width: 20%
}

.home-card__ico {
    margin: 20px auto;
    width: 120px;
    height: 120px;
    background: url(../img/home/card_sprite-ce028b0869.png) no-repeat;
    background-position-y: 50%;
    background-size: 400% 100%
}

.home-card__ico-1 {
    background-position-x: 0
}

.home-card__ico-2 {
    background-position-x: 33.333%
}

.home-card__ico-3 {
    background-position-x: 66.666%
}

.home-card__ico-4 {
    background-position-x: 99.999%
}

.home-card__name {
    margin-top: 15px;
    color: #333;
    font-size: 18px
}

.skills .content h3 {
    font-weight: 700;
    font-size: 32px;
    color: #37517e
}

.skills .content ul {
    list-style: none;
    padding: 0
}

.skills .content ul li {
    padding-bottom: 10px
}

.skills .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #2DA15E
}

.skills .content p:last-child {
    margin-bottom: 0
}

.skills .progress {
    height: 60px;
    display: block;
    background: 0 0;
    border-radius: 0
}

.skills .progress .skill {
    padding: 0;
    margin: 0 0 6px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    color: #37517e
}

.iot-platform__item, .iot-platform__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.skills .progress .skill .val {
    float: right;
    font-style: normal
}

.skills .progress-bar-wrap {
    background: #e8edf5;
    height: 10px
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    -webkit-transition: .9s;
    transition: .9s;
    background-color: #4668a2
}

.services .icon-box {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
    padding: 50px 30px;
    -webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    background: #fff
}

.services .icon-box .icon {
    margin-bottom: 10px
}

.services .icon-box .icon i {
    color: #2DA15E;
    font-size: 36px;
    -webkit-transition: .3s;
    transition: .3s
}

.services .icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px
}

.services .icon-box h4 a {
    color: #37517e;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.services .icon-box:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.services .icon-box:hover h4 a {
    color: #2DA15E
}

.iot-platform__bg {
    margin-bottom: 60px;
    margin-top: 20px
}

.index_page_bg {
    width: 100%;
    max-width: 1200px
}

.iot-platform__items {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.iot-platform__items>.col-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.iot-platform__item {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.iot-platform__desc {
    color: #5A4755;
    font-weight: 700;
    font-size: 16px;
}

#home-solution {
    box-shadow: 0 0 18px 0 #7E98C019;
    padding-bottom: 0
}

#home-solution__panel {
    background: #fff
}

.home-solution__tabs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: -18px
}

.home-solution__tabs .nav-link {
    padding: 0 26px 26px;
    color: #495770;
    border-bottom: 2px solid transparent
}

.home-solution__tabs .nav-link.active {
    color: #2DA15E;
    border-bottom: 2px solid #2DA15E
}

.home-tabs__item-desc {
    color: #495770;
    font-size: 16px;
    line-height: normal;
    margin: -20px 0 60px
}

#consult {
    width: 100%;
    /* height: 810px; */
    background: url(../img/home/appointment-consultation-bg-10c607269d.png) center top no-repeat;
    background-size: cover
}

.consult-content, .consult-form {
    background: #fff
}

.consult-form {
    padding: 50px 90px
}

.consult-form__title {
    color: #000;
    font-size: 36px;
    text-align: left;
    margin-bottom: 30px
}

.consult-form__input>.form-group+.form-group {
    margin-top: 30px
}

.consult-form__input .form-control {
    height: 52px;
    border-radius: 5px;
    border: 1px solid #CFCFCF
}

.consult-form__input .form-control.consult-form__textarea {
    height: 181px;
    border-radius: 5px;
    border: 1px solid #CFCFCF
}

#consult-map {
    height: 100%;
    min-height: 389px;
}

.partner-img {
    margin: 40px 0 0
}

#contact-map {
    height: 515px
}

.section-title.special h2 {
    color: #333;
    font-size: 36px;
    text-align: left;
    border-bottom: 1px solid #B6B6B6
}

.section-title.special.special-right h2 {
    text-align: right
}

.section-title.other-section__title::after, .section-title.other-section__title::before {
    display: block;
    width: 470px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 27px;
    line-height: 0;
    font-size: 10px;
    color: #999;
    letter-spacing: -4px;
    content: '●'
}

.section-title.other-section__title::after {
    right: 0;
    text-align: left
}

.section-title.other-section__title::before {
    left: 0;
    text-align: right
}

.section-title.other-section__title.tx-white::after, .section-title.other-section__title.tx-white::before {
    background: #fff;
    color: #fff
}

.section-title.special h2::after {
    display: none
}

.contact-content {
    margin-top: 40px
}

.contact-title {
    color: #333;
    font-size: 28px;
    margin-bottom: 30px
}

.contact-text {
    color: #666;
    font-size: 18px;
    line-height: 1.5;
    max-width: 60%
}

.contact-text+.contact-text {
    margin-top: 30px
}

.glory-container {
    background: #FFF;
    box-shadow: 0 4px 4px 2px rgba(0, 0, 0, .09);
    max-width: 376px;
    width: 100%;
    margin: 0 auto 80px
}

.glory-container img {
    width: 100%;
}

.glory-title {
    color: #333;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin: 25px 0;
    padding-bottom: 60px
}

.glory-content {
    color: #999;
    font-size: 16px;
    text-align: center;
    padding-bottom: 50px
}

.home-view__more {
    width: 120px;
    height: 40px;
    border-radius: 0
}

.home-view__more::after, .home-view__more::before {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    width: 500px;
    top: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.home-view__more::after {
    left: 0
}

.home-view__more::before {
    right: 0
}

.honor-content, .news-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.honor-img {
    width: 100%;
    height: 320px;
    background: url(../img/home/honor-9a56d7d868.png) center center no-repeat;
    background-size: cover
}

.news-container__title {
    margin-bottom: 55px;
    font-size: 24px
}

.news-container__title.orange {
    color: #F7BB27
}

.news-container__title.blue {
    background-image: -webkit-linear-gradient(left, #2AB8F8, #025FAF);
    background-image: linear-gradient(90deg, #2AB8F8, #025FAF);
    -webkit-background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    color: transparent;
    position: relative
}

.honors {
    height: 500px;
    background: #fff;
    box-shadow: 0 4px 4px 2px #eee
}

.honor-content__title {
    color: #333;
    font-weight: 700;
    font-size: 20px
}

.honor-content__desc {
    color: #999;
    font-size: 16px
}

.honor-content {
    display: flex;
    padding: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#home-news__list {
    margin-bottom: 75px
}

.news-flex {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    margin-bottom: 20px
}

.home-news__content {
    padding: 30px 25px
}

.home-news__title {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px
}

.home-news__desc {
    color: #999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.news-bg__title.special {
    position: absolute;
    bottom: 0;
    background: rgba(45, 161, 93, .6);
    color: #fff;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400
}

.news-item {
    border-bottom: 1px dashed #E6E6E6;
    padding: 24px
}

.news-item__title {
    color: #666;
    font-size: 20px;
    margin-bottom: 20px
}

.news-item__desc {
    color: #999;
    font-size: 16px;
    margin-bottom: 20px
}

.news-item__date {
    color: #999;
    font-size: 14px
}

.news-more {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0
}

.portfolio-details {
    padding-top: 40px
}

.portfolio-details .portfolio-details-slider img {
    width: 100%
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0 0 30px rgba(55, 81, 126, .08)
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.contact .info, .contact .php-email-form {
    border-top: 3px solid #2DA15E;
    border-bottom: 3px solid #2DA15E
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px
}

.portfolio-details .portfolio-description {
    padding-top: 30px
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px
}

.portfolio-details .portfolio-description p {
    padding: 0
}

.contact .info {
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1)
}

.contact .info i {
    font-size: 20px;
    color: #2DA15E;
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5fb;
    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;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #37517e
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6182ba
}

.contact .info .email p {
    padding-top: 5px
}

.contact .info .social-links {
    padding-left: 60px
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 10px
}

.contact .info .address:hover i, .contact .info .email:hover i, .contact .info .phone:hover i, .contact .info .social-links a:hover {
    background: #2DA15E;
    color: #fff
}

.contact .php-email-form {
    width: 100%;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .12)
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 13px
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.breadcrumbs ol, .footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.breadcrum, .contact .php-email-form .form-group {
    margin-bottom: 20px
}

.contact .php-email-form label {
    padding-bottom: 8px
}

.contact .php-email-form input, .contact .php-email-form textarea {
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: #2DA15E
}

.contact .php-email-form input {
    height: 44px
}

.contact .php-email-form textarea {
    padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
    background: #2DA15E;
    border: 0;
    padding: 12px 34px;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50px
}

.contact .php-email-form button[type=submit]:hover {
    background: #209dd8
}

@-webkit-keyframes animate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.breadcrum {
    font-size: 13px
}

.breadcrumbs {
    padding: 15px 0;
    background: #f3f5fa;
    min-height: 40px;
    margin-top: 72px
}

@media (max-width:992px) {
    .breadcrumbs {
        margin-top: 68px
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #37517e
}

.breadcrumbs ol {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
    font-size: 14px
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #4668a2;
    content: "/"
}

#footer {
    background-image: url(../img/footer/banner-8d6b796ff4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* height: 407px */
}

.footer-info {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex, .footer-contact__item, .footer-contact__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.footer-contact__item, .footer-contact__text {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-contact__item-ico {
    margin-right: 12px;
    padding-right: 12px;
    border-right: 2px solid rgba(255, 255, 255, .3)
}

.footer-title {
    color: #FFF;
    font-size: 52px;
    text-align: left;
    font-weight: 700;
    padding: 40px 0 24px
}

.footer-desc, .footer-label {
    text-align: left;
    font-size: 14px
}

.footer-label {
    color: #FFF
}

.footer-desc {
    margin-top: 5px;
    color: #fff
}

.footer-links {
    border-bottom: 1px solid #808B96;
    padding-bottom: 32px
}

.footer-desc+.footer-label {
    margin-top: 20px
}

.footer-qr {
    padding-top: 58px;
    padding-bottom: 32px
}

.footer-qr__item {
    display: inline-block
}

.footer-qr__item+.footer-qr__item {
    margin-left: 32px
}

.footer-qr__item>img {
    width: 160px
}

.flex {
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.apply-panel, .apply-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.footer-desc__item {
    margin-top: 12px
}

.footer-desc__link {
    font-size: 16px;
    color: #5D81A6
}

.footer-desc__link+.footer-desc__link {
    margin-left: 35px
}

.footer-desc__item-title {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    text-align: center
}

.footer-bottom {
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
    color: #fff
}

.apply-panel {
    margin-top: 80px;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #00afec;
    padding: 20px;
    height: 140px;
    border-radius: 70px;
    -webkit-border-radius: 70px
}

.ads {
    padding-left: 25px
}

.apply-slide {
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 15px;
    padding: 0 25px;
    height: 100px;
    background: #fff;
    color: #484848;
    border-radius: 50px;
    overflow: hidden
}

.apply-btn, .tempWrap>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.apply-btn {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #014c9f;
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer
}

.lunbo_div {
    width: 250px;
    height: 365px;
    background-color: #db3b3a;
    position: fixed;
    border-radius: 10px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.cup {
    width: 70px;
    height: auto;
    margin-top: -17px;
    margin-left: 20px
}

.span_bm {
    float: right
}

.today_title {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 10px
}

.totady_pers {
    font-size: 30px;
    color: #fff;
    font-weight: 600
}

.bm_content {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 290px;
    border-radius: 3px;
    font-size: 14px;
    overflow: hidden
}

.tempWrap>li {
    margin: 5px 0;
    list-style: none;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tempWrap>li>span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.card.card-mc {
    margin: 25px auto;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

.card.card-mc .card-img-top {
    width: 277px
}

.solution-card {
    background: #f8f8f8;
    border: none
}

.solution-tag {
    color: #333;
    font-size: 16px;
    margin-bottom: 20px
}

.solution-bg.solution-main__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.solution-bg.solution-main__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news-tabs, .solution-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.solution-title {
    color: #111;
    font-size: 36px;
    margin-bottom: 40px
}

.solution-subtitle {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px
}

.solution-subtitle::before {
    content: '●';
    font-size: 12px;
    position: relative;
    bottom: 2px;
    margin-right: 8px
}

.solution-content {
    margin-bottom: 15px;
    color: #495770;
    font-size: 16px;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 15px
}

.solution-content.solution-content__sub {
    margin-left: 20px;
    text-indent: -20px
}

.solution-content_divider {
    border: 1px solid #EFEFEF;
    margin: 15px 0
}

.solution-device__desc {
    color: #000;
    font-size: 26px;
    margin-bottom: 70px;
    text-align: center
}

.solution-content__point {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #495770
}

.solution-content__point::before {
    content: '';
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 2px;
    vertical-align: middle;
    background-image: url(../img/solution/check-489e16d377.png);
    background-size: cover;
    background-position: center center;
    width: 15px;
    min-width: 15px;
    height: 16px
}

.solution-content__point+.solution-content__point {
    margin-left: 20px
}

#news-banner {
    height: 400px;
    background: url(../img/news/banner-1cabc1cff4.jpg) center top no-repeat
}

#news-tabs {
    padding-top: 0;
    margin-top: 50px
}

.news-tabs {
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-left: calc((100% - 1200px)/ 2)
}

.news-list__item, .news-list__item-other {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.news-tabs .nav-link {
    padding: 0 26px 26px;
    color: #495770;
    border-bottom: 4px solid transparent
}

.news-tabs .nav-link.active {
    color: #2DA15E;
    border-bottom: 4px solid #2DA15E
}

#news-tabs .tab-content {
    margin-top: 40px
}

.news-list__item {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fafafa;
    border: 1px solid #f1f1f1
}

.news-list__item-content {
    padding: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(100% - 290px)
}

.news-list__item-title {
    color: #2DA15E;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.news-list__item-other {
    margin-top: 25px;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.new-detail__sub, .whats-iot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.news-list__item-desc {
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.news-list__item-date, .news-list__item-desc, .news-list__item-heat {
    color: #999;
    font-size: 14px
}

.news-list__item-view {
    color: #2DA15E;
    font-size: 14px
}

.news-list__item+.news-list__item {
    margin-top: 24px
}

.other-news {
    background: #FFF;
    border: 1px solid #F1F1F1
}

.other-news__title {
    padding: 12px 0;
    text-align: center;
    font-size: 20px;
    color: #333;
    background: #F3F3F3;
    border-bottom: 2px solid #2DA15E
}

.other-news__main {
    padding: 15px
}

.other-news__items {
    padding: 0;
    margin: 0;
    list-style: none
}

.other-news__item {
    position: relative;
    padding-left: 18px
}

.other-news__item+.other-news__item {
    margin-top: 12px
}

.other-news__item-title {
    color: #666;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0
}

.other-news__item-date {
    color: #999;
    font-size: 12px;
    line-height: inherit
}

.other-news__item::before {
    content: '>';
    position: absolute;
    left: 0;
    top: 10px;
    color: #2DA15E;
    font-weight: 700;
    font-size: 16px;
    -webkit-transform: scaleX(.7) scaleY(1.3);
    -ms-transform: scaleX(.7) scaleY(1.3);
    transform: scaleX(.7) scaleY(1.3)
}

#news-list__paginator {
    margin-top: 75px;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bs-paginator {
    margin: 0 4px
}

.bs-paginator>a {
    background: #f7f7f7;
    padding: 6px 12px;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .15s;
    transition: all .15s
}

.bs-paginator.active>a, .bs-paginator:not(.active):hover>a {
    background: #2DA15E;
    color: #fff
}

.bs-paginator.active:hover>a {
    color: #fff
}

#news-detail__main {
    background: #fafafa;
    padding: 15px;
    border: 1px solid #f1f1f1
}

.new-detail__title {
    text-align: center;
    color: #333;
    margin-bottom: 15px
}

.new-detail__sub {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #999;
    font-size: 13px;
    border-bottom: 1px dashed #e1e1e1;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.ad-c, .iot-advantage .df {
    -webkit-box-align: center
}

.new-detail__heat {
    margin: 0 20px
}

#iot-banner {
    background-image: url(../img/platform/banner-eeba857387.jpg)
}

#iot-banner .banner-content {
    padding-top: 100px;
    color: #fff
}

.iot-banner__btn {
    color: #008395;
    font-size: 20px;
    border-radius: 30px;
    background: #FFF;
    border: 1px solid #FFF;
    padding: 11px 25px;
    -webkit-transition: all .15s;
    transition: all .15s
}

.iot-banner__btn:hover {
    opacity: .8
}

.whats-iot {
    margin: 50px 0 0;
    display: flex
}

.cooperation-process__line, .iot-advantage .df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.whats-iot h2 {
    color: #333;
    font-size: 36px;
    line-height: 1
}

.whats-iot .iot-content {
    margin-top: 35px;
    color: #666;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0
}

#iot-advantage {
    width: 100%;
    height: 910px;
    background: url(../img/iot/ad-bg-46ff9b14ff.png) center top no-repeat;
    background-size: cover
}

.iot-advantage .df {
    margin-top: 25px;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background: #F8F8F8;
    border: 1px solid #E9E9E9;
    height: 310px
}

.cooperation-process {
    text-align: center
}

.cooperation-process__index {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 2px solid #2DA15E;
    border-radius: 50%;
    line-height: 66px;
    color: #333;
    font-weight: 700;
    font-size: 30px;
    margin-top: 30px
}

.cooperation-process__index-left {
    margin-right: 64px
}

.cooperation-process__index-right {
    margin-left: 64px
}

.cooperation-process__line {
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #2da15e;
    margin-top: 30px;
    position: relative
}

.cooperation-process__title {
    color: #333;
    font-size: 16px;
    margin: 20px 0
}

.cooperation-process__desc {
    max-width: 305px;
    height: 136px;
    margin-top: 55px;
    margin-bottom: 70px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 14px 6px rgba(0, 0, 0, .09);
    padding: 22px;
    font-size: 14px;
    text-align: center
}

.cooperation-process__desc.green {
    background: #96DC21
}

.cooperation-process__desc.skyblue {
    background: #00AFEC;
    margin-left: auto;
    margin-right: auto
}

.cooperation-process__desc.deepblue {
    background: #014C9F;
    margin-left: auto
}

#iot-scene {
    width: 100%;
    height: 727px;
    background: url(../img/iot/card-scene-bg-14c919a8fb.png) center top no-repeat;
    background-size: cover
}

.cs-nav__tabs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-justified>.nav-link, .nav-pills.nav-justified .nav-item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    margin: 0 10px;
    width: 105px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.nav-pills .nav-link {
    border-radius: 5px;
    background: 0 0;
    color: #fff;
    border: 1px solid #fff
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #2da15e;
    border-color: #2da15e;
    background-color: transparent
}

#iot-scene .tab-content {
    min-height: 500px;
    position: relative
}

.ad-info>h4 {
    color: #495770;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    margin: 25px 0
}

.ad-info>p {
    color: #666;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center
}

.card-type__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 0
}

.card-type__title {
    color: #111;
    margin-bottom: 50px;
    font-size: 36px
}

.card-type__content {
    color: #666;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 2px
}

.card-type__img {
    margin-right: 105px;
    margin-left: 0
}

.card-type__img.right {
    margin-right: 0;
    margin-left: 105px
}

.cooperation-process__dot-left {
    margin-right: 120px
}

.cooperation-process__dot-right {
    margin-left: 120px
}

.cooperation-process__dot-middle::before {
    content: '';
    display: block;
    border-top: 1px solid #c2c2c2;
    width: 100%;
    position: absolute;
    left: 0;
    top: 13px
}

.ad-c, .scene-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.cooperation-process__arrow {
    position: absolute;
    top: 96px
}

.cooperation-process__arrow-first {
    left: 29%
}

.cooperation-process__arrow-last {
    left: 66%
}

.btn-free {
    width: 165px;
    height: 38px
}

.scene-item {
    margin: 50px auto 0;
    max-width: 279px;
    width: 100%;
    height: 330px;
    box-shadow: 3px 11px 11px 5px rgba(0, 0, 0, .05);
    background-color: #fff;
    text-align: center;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    font-size: 18px
}

.scene-item__desc {
    background: #dadada;
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #111
}

.ad-c, .ad-r {
    margin: 0 auto 50px;
    width: 100%;
    background: #fff;
    text-align: center
}

.ad-c {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 2px solid #01a9d8
}

#platform-banner .banner-content, .ad-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.ad-r {
    padding: 0 15px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    height: 300px;
    border: 2px solid #01a9d8
}

.ad-c .pic {
    width: 100px;
    height: 100px
}

.ad-c .ad-info p {
    font-size: 13px;
    padding: 0 25px;
    color: #666
}

#platform-banner {
    background-image: url(../img/platform/banner-eeba857387.jpg)
}

#platform-banner .banner-content {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding-left: 100px;
    padding-top: 80px
}

.pl-icos, .whats-platform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.free-qr, .pl-icos {
    -webkit-box-align: center
}

#platform-banner .banner-controls {
    margin-top: 35px
}

#platform-banner .btn {
    color: #2DA15E;
    background: #fff;
    width: 144px;
    -webkit-transition: all .15s;
    transition: all .15s
}

#platform-banner .btn:hover {
    background: #fff;
    color: #333
}

.pl-icos {
    width: 80px;
    height: 100px;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto
}

.whats-platform {
    padding: 30px 0;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#ai-banner .banner-content, .media.md-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.whats-platform__content {
    width: 556px
}

.whats-platform__content>h2 {
    font-size: 36px;
    color: #111;
    margin-bottom: 30px
}

.whats-platform__content>p {
    line-height: 32px
}

#solution {
    margin-top: 72px;
    width: 100%;
    height: 650px;
    background: url(../img/solution/banner-65ee99cf9a.jpg) center top no-repeat;
    background-size: cover
}

.section-bg .solution-card {
    background: #fff
}

.sol-mt {
    margin-top: 50px
}

.product-bg {
    margin-top: 72px;
    width: 100%;
    background-size: cover
}

#ai-banner {
    background: url(../img/ai/banner-95c9a9c3cf.jpg)
}

#ai-banner .banner-content {
    color: #fff;
    margin: 0 auto;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.ai-info>h4, .ai-info>p, .ai-scene__title {
    color: #333;
    line-height: normal;
    letter-spacing: 0
}

#ai-banner .banner-title {
    font-weight: 400;
    font-size: 64px
}

#ai-banner .banner-point__item {
    font-size: 24px
}

#ai-banner .banner-text {
    margin: 15px 0 0
}

#ai-banner .banner-desc {
    font-size: 26px
}

#ai-scene__bg {
    height: 843px;
    background: url(../img/product/ai-scene-bg-249d0828bd.png) center top no-repeat;
    width: 100%;
    background-size: cover
}

.df {
    height: 280px;
    border: 1px solid #e1e1e1;
    max-width: 263px;
    margin: 0 auto;
    width: 100%
}

.ai-ico {
    text-align: center
}

.ai-ico>img {
    height: 140px
}

.ai-info {
    margin-top: 20px
}

.ai-info>h4 {
    font-weight: 700;
    font-size: 20px;
    text-align: center
}

.ai-info>p {
    font-size: 14px;
    text-align: center
}

.ai-scene__img {
    text-align: center
}

.ai-scene__img>img {
    width: 276px
}

.ai-scene__main {
    margin: 0 auto 80px;
    background: #fff;
    max-width: 288px;
    height: 469px;
    border-radius: 4px
}

.ai-scene__content {
    padding: 30px
}

.ai-scene__title {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px
}

.ai-scene__desc {
    color: #999;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0
}

.pd-info ul {
    padding: 0
}

.pd-info ul li {
    list-style: none;
    text-align: left;
    padding: 0 5px;
    margin: 8px 0;
    font-size: 16px
}

.device-item, .empty:not(.hide), .fixed-item, .free-sub, .free-tips, .p-ar, .qr-item__content {
    text-align: center
}

.card.card-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px
}

.card.card-row .card-body {
    padding-bottom: 0
}

.media.md-flex {
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px
}

.free-qr, .p-ar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.card-left {
    height: 325px;
    line-height: 325px;
    padding-left: 15px
}

.media.md-flex .media-body {
    font-size: 13px;
    padding-left: 10px
}

.media.md-flex .media-body h6 {
    margin-bottom: 5px
}

.media.md-flex .media-body p {
    margin-bottom: 0
}

.p-ar {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px
}

.p-ar .col-lg-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px;
    padding: 25px
}

#device-banner {
    height: 500px;
    background: url(../img/device/banner-d307d9d75d.jpg) center top no-repeat
}

#device-banner .btn.btn-success {
    width: 210px;
    border-radius: 30px;
    height: 48px;
    line-height: 2.2;
    margin-top: 60px
}

.section-title__tag {
    padding: 0 15px;
    min-width: 105px;
    height: 36px;
    display: inline-block;
    margin-left: 45px;
    border-radius: 30px;
    background: #2DA15E;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 36px
}

.device-item {
    margin: 0 auto
}

.device-icons {
    margin-top: 25px
}

.device-icon, .device-icon2 {
    margin: 0 auto 10px;
    width: 62px;
    height: 62px
}

.device-icons .col-lg-2 {
    padding-left: 0;
    padding-right: 0
}

.device-icon {
    background: url(../img/device/sprite@1x-6da3908b1c.png) no-repeat
}

.device-icon2 {
    background: url(../img/device/sprite2@1x-9771bf606d.png) no-repeat
}

.device-icon.x1, .device-icon2.x1 {
    -ms-background-position-x: 0;
    background-position-x: 0
}

.device-icon.x2, .device-icon2.x2 {
    -ms-background-position-x: -92px;
    background-position-x: -92px
}

.device-icon.x3, .device-icon2.x3 {
    -ms-background-position-x: -184px;
    background-position-x: -184px
}

.device-icon.x4, .device-icon2.x4 {
    -ms-background-position-x: -276px;
    background-position-x: -276px
}

.device-icon.x5, .device-icon2.x5 {
    -ms-background-position-x: -368px;
    background-position-x: -368px
}

.device-icon.x6, .device-icon2.x6 {
    -ms-background-position-x: -460px;
    background-position-x: -460px
}

.device-icon.y1, .device-icon2.y1 {
    -ms-background-position-y: 0;
    background-position-y: 0
}

.device-icon.y2, .device-icon2.y2 {
    -ms-background-position-y: -92px;
    background-position-y: -92px
}

.device-icon.y3, .device-icon2.y3 {
    -ms-background-position-y: -184px;
    background-position-y: -184px
}

.device-icon.y4, .device-icon2.y4 {
    -ms-background-position-y: -276px;
    background-position-y: -276px
}

.device-icon.y5, .device-icon2.y5 {
    -ms-background-position-y: -368px;
    background-position-y: -368px
}

.device-icon.y6, .device-icon2.y6 {
    -ms-background-position-y: -460px;
    background-position-y: -460px
}

.device-icon.y7 {
    -ms-background-position-y: -552px;
    background-position-y: -552px
}

.device-icon.y8 {
    -ms-background-position-y: -644px;
    background-position-y: -644px
}

.device-icon.y9 {
    -ms-background-position-y: -736px;
    background-position-y: -736px
}

.device-icon.y10 {
    -ms-background-position-y: -828px;
    background-position-y: -828px
}

.device-icon.y11 {
    -ms-background-position-y: -920px;
    background-position-y: -920px
}

.device-icon.y12 {
    -ms-background-position-y: -1012px;
    background-position-y: -1012px
}

.device-content {
    padding: 60px 0 130px
}

.device-bg {
    position: relative
}

.device-bg.single {
    width: 368px;
    height: 318px;
    margin-top: 40px
}

.device-bg.horizontal {
    width: 442px;
    height: 256px;
    margin-top: 63px
}

.device-items {
    font-size: 14px
}

.fixed-items {
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #eee
}

.fixed-item {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all .15s;
    transition: all .15s
}

.fixed-item:hover {
    background: #2DA15E;
    -webkit-transition: all .15s;
    transition: all .15s
}

.fixed-item:hover .fixed-icon {
    -webkit-filter: grayscale(100%) brightness(200%);
    filter: grayscale(100%) brightness(200%)
}

.fixed-item+.fixed-item {
    border-top: 1px solid #eee
}

.fixed-content {
    position: absolute;
    display: none;
    top: 0;
    right: 60px;
    padding: 10px;
    width: 200px;
    line-height: 30px;
    color: #fff
}

.fixed-content__phone {
    background: #4459bf
}

.fixed-content__wechat {
    background: #fff
}

.fixed-item__phone:hover .fixed-content__phone, .fixed-item__wechat:hover .fixed-content__wechat {
    display: block
}

.empty {
    display: none
}

.empty:not(.hide) {
    display: block
}

#consultModal .modal-body {
    padding: 35px 60px
}

#consultModal .form-control, #consultModal .form-control:focus {
    background: 0 0
}

#consultModal .form-control:not(#fixed-contact__remark) {
    padding-left: 35px
}

#consultModal .col-form-label {
    color: #333;
    font-size: 16px;
    padding-bottom: 12px
}

#consult-modal__header {
    background: url(../img/fx-bar-bg-76581032ce.png) center center no-repeat;
    height: 74px;
    background-size: cover;
    color: #fff
}

#consultModalLabel {
    font-weight: 700;
    font-size: 24px
}

#fixed-submit__btn {
    border-radius: 5px;
    background: #4E6EF2;
    height: 48px;
    color: #fff
}

.consult-space {
    width: 30px
}

.consult-close {
    cursor: pointer;
    width: 30px;
    border: 2px solid #fff;
    border-radius: 2px
}

.fixed-contact__item {
    background-size: 16px;
    background-repeat: no-repeat;
    background-position-x: 12px;
    background-position-y: center
}

.fixed-contact__item.label-ico__name {
    background-image: url(../img/fx-ico-1-774c63fb3c.png)
}

.fixed-contact__item.label-ico__number {
    background-image: url(../img/fx-ico-2-af172dd5e5.png)
}

.fixed-contact__item.label-ico__company {
    background-image: url(../img/fx-ico-3-c6dca89831.png)
}

.free-container {
    padding: 0 50px
}

.free-container .form-control {
    border-radius: 3px;
    background: #F2F2F2;
    border: 1px solid #F2F2F2
}

.free-container .col-form-label {
    padding-top: 0
}

.free-tips {
    color: #FA0;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 40px
}

.free-qr {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.qr-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #F9F9F9
}

.qr-item__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px
}

.free-sub {
    color: #999;
    font-size: 16px;
    margin: 30px 0 35px
}

.modal-tips {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 25px 50px;
    border-radius: 4px;
    font-size: 20px;
    top: 50%;
    display: none
}

.position-sticky {
    padding: 10px;
    background: rgba(0, 0, 0, .1);
    bottom: 0;
    width: 100vw;
    z-index: 2;
}

.btn-tel {
    background: #2DA15E;
    color: #fff;
    width: 70%;
}

.d-grid {
    grid-template-columns: repeat(2, 1fr);
}

.layer-no-btn>.layui-layer-btn {
    display:none;
}
.btn.bg-green {
    background:#2DA15E;
    border: none;
}

@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px
    }
}

@media (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

@media (max-width:1200px) {
    .footer-info {
        flex-direction: column;
    }

    .footer-title {
        font-size: 26px
    }

    .footer-qr__item>img {
        width: 100px
    }
}


@media (max-width:991px) {
    body .mobile-h-70 {
        height: 70vw;
    }

    section.n-bg {
        height: 70vw
    }

    #navbar>ul>li:last-child {
        position: absolute;
        bottom: 50px;
        margin-left: 24px;
    }

    #header.header-inner-pages, #header.header-scrolled {
        background: #2da15d
    }

    #header:not(.header-scrolled) .mobile-nav-toggle {
        color: #2da15d;
    }

    .mobile-nav-toggle {
        display: block
    }

    .navbar:not(.navbar-mobile) ul {
        display: none
    }

    .home-card {
        height: auto
    }

    .home-card__ico {
        height: 92px;
        width: 92px;
        /* margin: 0 0; */
    }

    .home-card__name {
        font-size: 12px;
    }

    .iot-platform__item {
        flex-direction: column;
    }

    .iot-platform__desc {
        font-size: 12px;
    }

    .footer-qr {
        text-align: center;
    }

    .mobile-flex-col {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width:768px) {
    .cliens img {
        max-width: 40%
    }

    /* 移动端样式 */
    .banner-title {
        font-size: 16px;
        margin: 40px 30px 5px;
        font-weight: 400
    }

    .banner-text {
        margin: 12px 30px 0;
        font-size: 12px;
        color: #fff
    }

    .banner-first__title {
        margin-top: 30px;
        margin-bottom: 5px;
        font-size: 26px;
        background-image: -webkit-linear-gradient(left, #fff, #19fefe, #fff);
        background-image: linear-gradient(90deg, #fff, #19fefe, #fff);
        font-weight: 700;
        -webkit-background-clip: text;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        -moz-box-decoration-break: clone;
        color: transparent;
        position: relative;
        text-align: center
    }

    .banner-first__desc {
        color: #fff;
        font-size: 14px;
        padding: 0 10%;
        text-align: center;
        letter-spacing: 3px
    }

    .banner-first__btn {
        border-radius: 15px;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        width: 90px;
        height: 24px;
        line-height: 1;
        letter-spacing: 0;
        border: none
    }

    .banner-point__item {
        font-size: 12px;
        margin-right: 20px;
        margin-left: 0;
        list-style: none;
        width: 40%;
    }

    .banner-content__pr {
        text-align: right;
        padding-left: unset;
    }

    .home-solution__tabs .nav-link {
        padding: 0 15px 10px
    }

    .fixed-items {
        display: none;
    }
}