body {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif,"microsoft yahei";
    /*padding-top: 60px;*/
}

@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_jjydk6pbytm.eot');
    /* IE9*/
    src: url('//at.alicdn.com/t/webfont_jjydk6pbytm.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/webfont_jjydk6pbytm.woff2') format('woff2'), url('//at.alicdn.com/t/webfont_jjydk6pbytm.woff') format('woff'), /* chrome銆乫irefox */
    url('//at.alicdn.com/t/webfont_jjydk6pbytm.ttf') format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/webfont_jjydk6pbytm.svg#AlibabaPuHuiTiH') format('svg');
    /* iOS 4.1- */
}

a {
    color: #00AEC5;
    font-family: "microsoft yahei",sans-serif,serif,tahoma,arial;
    text-decoration: none;
}

    a:hover {
        color: rgba(0, 174, 197, 0.75);
    }

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 174, 197, 0.5);
}

.bg-blue {
    background-color: #00AEC5 !important;
}

a.bg-blue:hover {
    color: #FFFFFF !important;
    background-color: rgba(0, 174, 197, 0.75) !important;
}

.text-blue {
    color: #00AEC5 !important;
}

.border-blue {
    border-color: #00AEC5 !important;
}

.hi-logo {
    font-family: 'webfont', "microsoft yahei";
    font-size: 32px;
}

    .hi-logo img {
        max-width: 50px;
    }

.hi-font {
    font-family: 'webfont', "microsoft yahei";
    color: #00AEC5;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00AEC5;
}

header .nav .nav-link {
    text-align: center;
}

    header .nav .nav-link:hover {
        color: #eee !important;
    }

    header .nav .nav-link i {
        font-size: 32px;
    }

.b-hi-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}


/*pagination*/

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #00aec5;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: #00aec5;
    background-color: rgba(0, 174, 197, 0.25);
    border-color: rgba(0, 174, 197, 0.25);
}

.page-link:focus {
    z-index: 3;
    color: #00aec5;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 174, 197, 0.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #00aec5;
    border-color: #00aec5;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

/*alert*/

.alert-blue {
    color: #00aec5;
    background-color: rgba(0, 174, 197, 0.1);
    border-color: #00aec5;
}

    .alert-blue .alert-link {
        color: #00aec5;
    }

/*btn*/

.btn-blue {
    color: #fff;
    background-color: #00aec5;
    border-color: #00aec5;
}

    .btn-blue:hover {
        color: #fff;
        background-color: rgba(0, 174, 197, 0.75);
        border-color: rgba(0, 174, 197, 0.75);
    }

    .btn-check:focus + .btn-blue,
    .btn-blue:focus {
        color: #fff;
        background-color: rgba(0, 174, 197, 0.75);
        border-color: rgba(0, 174, 197, 0.75);
        box-shadow: 0 0 0 0.25rem rgba(0, 174, 197, 0.2);
    }

    .btn-check:checked + .btn-blue,
    .btn-check:active + .btn-blue,
    .btn-blue:active,
    .btn-blue.active,
    .show > .btn-blue.dropdown-toggle {
        color: #fff;
        background-color: rgba(0, 174, 197, 0.75);
        border-color: rgba(0, 174, 197, 0.75);
    }

        .btn-check:checked + .btn-blue:focus,
        .btn-check:active + .btn-blue:focus,
        .btn-blue:active:focus,
        .btn-blue.active:focus,
        .show > .btn-blue.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(0, 174, 197, 0.2);
        }

    .btn-blue:disabled,
    .btn-blue.disabled {
        color: #fff;
        background-color: #00aec5;
        border-color: #00aec5;
    }

.btn-outline-blue {
    color: #00aec5;
    border-color: #00aec5;
}

    .btn-outline-blue:hover {
        color: #fff;
        background-color: #00aec5;
        border-color: #00aec5;
    }

    .btn-check:focus + .btn-outline-blue,
    .btn-outline-blue:focus {
        box-shadow: 0 0 0 0.25rem rgba(0, 174, 197, 0.5);
    }

    .btn-check:checked + .btn-outline-blue,
    .btn-check:active + .btn-outline-blue,
    .btn-outline-blue:active,
    .btn-outline-blue.active,
    .btn-outline-blue.dropdown-toggle.show {
        color: #fff;
        background-color: #00aec5;
        border-color: #00aec5;
    }

        .btn-check:checked + .btn-outline-blue:focus,
        .btn-check:active + .btn-outline-blue:focus,
        .btn-outline-blue:active:focus,
        .btn-outline-blue.active:focus,
        .btn-outline-blue.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(0, 174, 197, 0.5);
        }

    .btn-outline-blue:disabled,
    .btn-outline-blue.disabled {
        color: #00aec5;
        background-color: transparent;
    }


/*product-device*/

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #00aec5;
    border-radius: 21px;
    transform: rotate(30deg);
}

    .product-device::before {
        position: absolute;
        top: 10%;
        right: 10px;
        bottom: 10%;
        left: 10px;
        content: "";
        background-color: rgba(0, 0, 0, .5);
        border-radius: 5px;
    }

.product-device-2 {
    position: absolute;
    width: 540px;
    height: 300px;
    border-radius: 10px;
    right: auto;
    bottom: -1%;
    left: 5%;
    background-color: #e5e5e5;
}

    .product-device-2::before {
        position: absolute;
        top: 10%;
        right: 10px;
        bottom: 10%;
        left: 10px;
        content: "";
        background-color: rgba(0, 0, 0, .5);
        border-radius: 5px;
    }


/*solutions-list*/

.solutions-list .lead {
    font-size: 14px;
}


/*faq-list*/

.blog-list .card-text,
.blog-list h3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-list .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    max-height: 162px;
}

@media (min-width: 768px) {
    .blog-list .bd-placeholder-img-lg {
        font-size: 3.5rem;
        max-height: initial;
    }
}


/*list-sidebar*/

.list-sidebar ul li a {
    color: #212529;
}

    .list-sidebar ul li a:hover {
        color: #00aec5;
    }


/*blog-post*/

.blog-post img {
    max-width: 100%;
}

.blog-post-title {
    text-align: center;
    padding: 20px 0;
}

.btn-outline-blue:disabled,
.btn-outline-blue.disabled {
	color: #00aec5;
	background-color: transparent;
}

 #main-navigation a.active {
            color: #ff7e00;
            text-decoration: none;
            background-color: #00AEC5 !important;
 }
 
 .bd-placeholder-img {
            font-size: 1.125rem;
            text-anchor: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
        }

        @media (min-width: 768px) {
            .bd-placeholder-img-lg {
                font-size: 3.5rem;
            }
        }
        ul.navbar-nav > li:hover > ul.dropdown-menu {
            display: block;
        }


button#searchbtn {
    margin-left: 160px !important;
    margin-top: -31px !important;
    height: 30px !important;
}

