html {
    font-size: 62.5%;
}

html,
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
p {
    font-family: Microsoft YaHei, '宋体', Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

.home .row {
    margin-right: 0;
    margin-left: 0;
}

a:hover {
    text-decoration: none;
}

.home {
    font-size: 1.6rem;
    font-family: sans-serif;
    color: #2e3233;
    background-color: #ffffff;
}

.container-content {
    overflow: hidden;
    padding: 0px 18px;
}

.container-content img {
    height: auto;
}

.head-banner {
    background-size: cover;
    background-position: 50%;
    margin-bottom: 20px;
    height: 220px;
}

.head-banner .section-title {
    overflow: hidden;
}

#newBridge .icon-right-center {
    top: 30% !important;
}

@media only screen and (max-width: 768px) {
    .main-content {
        margin-top: 40px;
    }

    .stick-menu {
        display: none;
    }
}

.brand {
    border: 1px solid transparent;
}

.brand:hover {
    border-color: transparent;
}

.brand-img {
    overflow: hidden;
}

.brand-img img {
    width: 100%;
}

@media only screen and (min-width: 769px) {
    .brand {
        padding: 0 !important;
    }

    .brand-img img {
        width: 100%;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
        transition: all 0.2s;
    }

    .brand-img img:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: none;
    }
}

/*---------

SECTION

-----------*/

.section {
    padding: 24px 0px;
}

.seperator {
    background-image: url('../img/bg_seperate.png');
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 230px;
    height: 24px;
    display: inline-block;
    content: "\f0ac";
}

.seperator:before,
.seperator:after {
}

.section-title {
    margin-bottom: 12px;
}

.section-title h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 42px;
    color: #242424;
}

.section-title h4 {
    font-size: 14px;
    line-height: 32px;
    color: #878787;
}

.section-title h5 {
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.section-title h6 {
    font-size: 16px;
    line-height: 21px;
    color: #efefef;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.more {
    color: #7c7c7c;
    font-size: 14px;
    margin: 10px 0px 30px 0px;
}

.more:hover {
    text-decoration: none;
    color: #232323;
}

.foot-more {
    color: #00a8ff;
    font-size: 14px;
    margin: 12px 0px 12px 0px;
    padding: 8px 6px;
    border: 1px solid #00a8ff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.foot-more:hover {
    background-color: #00a8ff;
    color: #fff;
}

.bg-gray {
    background-color: #f2f2f2;
}

/*---------

SLIDE-CARD

-----------*/

.slide-card {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

.slide-card .card-back {
    position: absolute;
    left: 20px;
    top: 10px;
}

.slide-card .card-front {
    display: flex;
    -webkit-box-flex: 2;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slide-card .card-info h4 {
    font-size: 32px;
    color: #242424;
    line-height: 44px;
}

.slide-card .card-info h5 {
    font-size: 18px;
    color: #787878;
    line-height: 32px;
    margin-top: 22px;
}

/*---------

CRUMB

-----------*/

.crumb {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.crumb a {
    font-size: 17px;
    color: #00a8ff;
    line-height: 22px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.crumb span {
    font-size: 17px;
    color: #868686;
    line-height: 22px;
}

.crumb a:hover {
    color: #007aff;
    text-decoration: none;
}

/*---------

SIDEBAR

-----------*/

.sidebar-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
}

.sidebar-card .card-header {
    padding: 8px 12px;
    margin-bottom: 0;
    background-color: #ededed;
    border-bottom: 1px solid #c8c8c8;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.sidebar-card .card-header:first {
    border-top: 1px solid #c8c8c8;
}

.sidebar-card .card-header:hover {
    background-color: #f3f3f3;
}

.sidebar-card .card-header:hover a {
    color: #00a8ff;
}

.sidebar-card .card-header a {
    font-size: 15px;
    line-height: 24px;
    color: #585858;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.sidebar-card .card-header.active {
    background-color: #fff;
}

.sidebar-card .card-header.active a {
    color: #00a8ff;
}

.sidebar-items ul li {
    border-bottom: 1px solid #c8c8c8;
    background-color: #fff;
    padding: 12px 24px;
}

.sidebar-items ul li {
    border-bottom: 1px solid #c8c8c8;
    background-color: #fff;
    padding: 8px 24px;
}

.sidebar-items ul li.active,
.sidebar-items ul li.active a {
    background-color: #00a8ff;
    color: #fff;
}

.sidebar-items ul li:hover,
.sidebar-items ul li:hover a {
    background-color: #00a8ff;
    color: #fff;
}

.sidebar-items ul li a {
    font-size: 13px;
    line-height: 18px;
    color: #787878;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.treeview {
    border-top: 1px solid #c8c8c8;
}

/*------

footer

--------*/

footer .foot-title {
    font-size: 16px;
    line-height: 19px;
    color: #9b9b9b;
    padding-left: 2px;
    margin-bottom: 20px;
}

footer .foot-items {
}

footer .foot-items:last-child {
    border-right: none;
}

footer .contact h4 {
    font-size: 1.8em;
    color: #f1f1f1;
}

footer a:hover {
    color: #00a8ff;
    text-decoration: none;
}

footer {
    background-color: #373737;
    padding: 20px 0 10px;
}

footer ul li {
    padding: 6px 0px;
    color: #f1f1f1;
}

.foot-nav a {
    color: #ebebeb;
    font-size: 14px;
    border-right: 1px solid #7f7f7f;
    margin: 6px 6px;
    padding-right: 8px;
    line-height: 28px;
}

.foot-nav a:last-child {
    border-right: none;
}

footer a:hover {
    color: #00a8ff;
    text-decoration: none;
}

.foot-info {
    line-height: 18px;
    font-size: 14px;
    color: #9b9b9b;
}

.img-logo {
    height: 35px;
}

.qrcode {
    width: 104px;
    height: 104px;
}

@media only screen and (min-width: 1080px) {
    .mobile-footer {
        display: none;
    }
}

/*----------

product-item

-----------*/

.product-item {
    position: relative;
    display: block;
    border: 1px solid #efefef;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.product-item .product-img img {
    position: relative;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1);
}

.product-item h3 {
    font-size: 18px;
    color: #585858;
    line-height: 22px;
    overflow: hidden;
    padding: 28px 0px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.product-item .item-content {
    height: 40px;
    line-height: 26px;
    color: #6E6E6E;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-item:hover {
    border-color: #00a8ff;
    background-color: #fafafa;
}

.product-item:hover h3 {
    color: #00a8ff;
}

.product-item:hover .product-img img {
    position: relative;
    transform: scale(1.1);
}

.product-item .product-img img {
    width: 100%;
}

.product-item .product-img {
    overflow: hidden;
    height: 260px;
}

.products-list .product-item .product-img {
    overflow: hidden;
    height: 180px;
}

.products-list .product-item h3 {
    font-size: 16px;
    color: #585858;
    line-height: 22px;
    overflow: hidden;
    padding: 18px 0px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.products-list .catalog-content {
    min-height: 230px !important;
}

.products-list .catalog-item .catalog-img {
    overflow: hidden;
    height: 140px;
}

.products-list .catalog-item h6 {
    font-size: 15px;
    line-height: 18px;
    color: #454545;
    background-color: #fff;
    text-align: center;
    padding: 12px 6px;
}

/*-----------

articles

------------*/

.article-item {
    padding: 6px 0;
    border-bottom: 1px solid #c8c8c8;
}

.article-item a {
    color: #232323;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.3s;
}

.article-item a:hover {
    color: #00a8ff;
}

.article-item h6 {
    color: #787878;
    font-size: 14px;
    line-height: 22px;
}

.article-item:hover {
    border-color: #00a8ff;
}

/*-----------

news

------------*/

.news {
    position: relative;
}

.news .item {
    position: relative;
    top: 0;
    display: block;
    margin: 0 20px 40px;
    padding: 20px;
    color: #383838;
    box-shadow: 0 2px 5px 0 #CCCBCB;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.news .item.news-row {
    min-height: 240px;
}

.news .item img {
    position: relative;
    left: 0px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    image-rendering: -webkit-optimize-contrast;
    /*fix chrome*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1);
}

.news .item h3 {
    font-size: 1.2em;
    color: #585858;
    line-height: 1.5em;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .item .item-content {
    height: 40px;
    line-height: 26px;
    color: #6E6E6E;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .item .btn {
    min-width: 160px;
}

.news .item:hover {
    box-shadow: 0 2px 8px 4px #E9E9E9;
    top: -6px;
    text-decoration: none;
}

.news .item:hover .item-pic img {
    position: relative;
    transform: scale(1.26);
}

.news .item-logo {
    height: 70px;
    margin-bottom: 30px;
    overflow: hidden;
}

.news .item-logo img {
    max-width: 100%;
    max-height: 70px;
}

.news .item-pic {
    margin-bottom: 24px;
    overflow: hidden;
}

.news .item-pic img {
    height: auto;
}

.news-item {
    margin-left: -1px;
    margin-top: -1px;
}

.news-item:hover {
    box-shadow: 0 2px 8px 4px #E9E9E9;
}

.news-list .news-item {
    border: 1px solid #E9E9E9;
}

.case-list .news-item {
    border-bottom: 1px solid #E9E9E9;
}

.news-item .item-img {
    overflow: hidden;
    height: 170px;
}

.news-item a:hover h5 {
    color: #00a8ff;
    transition: all 0.2s;
}

.news-item .item-img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news-item .item-content {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
}

.news-item .item-content h5 {
    color: #232323;
    font-size: 21px;
    line-height: 26px;
}

.news-item .item-content h4 {
    color: #787878;
    font-size: 16px;
    line-height: 18px;
}

.news-item .item-brief {
    height: 70px;
    overflow: hidden;
    margin-top: 12px;
}

.news-item .item-brief p {
    color: #787878;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
}

.news-item .item-content h6 {
    color: #787878;
    font-size: 16px;
    line-height: 17px;
    margin-top: 16px;
}

/*---------------

support

----------------*/

.support-item {
    padding: 12px 12px;
    border: 1px solid #ebebeb;
}

.support-item a {
    color: #454545;
    font-size: 15px;
    line-height: 18px;
}

.support-item a h5 {
    color: #232323;
    font-size: 22px;
    line-height: 38px;
}

.support-item a h6 {
    color: #676767;
    font-size: 14px;
    line-height: 28px;
}

.support-item a h4 {
    color: #464646;
    font-size: 14px;
    line-height: 28px;
}

.support-item a .support-catalog {
    border: 1px solid #676767;
    background-color: #676767;
    color: #fff;
    border-radius: 4px;
    padding: 2px 8px;
}

.support-item:hover {
    box-shadow: 0 2px 8px 4px #E9E9E9;
}

/*---------------

OWL

----------------*/

@media only screen and (max-width: 767px) {
    .owl-dots {
        left: 25% !important;
    }

    .slider-item {
        height: 240px !important;
    }

    .slider-item .content {
        bottom: 15% !important;
        left: 0% !important;
        padding: 20px 40px !important;
    }
}

.slider-item {
    height: 440px;
}

.slider-item .content {
    position: absolute;
    bottom: 35%;
    left: 10%;
    padding: 40px 80px;
}

.slider-item .content h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 12px;
}

.owl-nav {
    display: flex;
    justify-content: center;
    padding: 12px 0px;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    left: -5%;
    outline: none;
}

.owl-nav .owl-next {
    position: absolute;
    top: 35%;
    right: -5%;
    outline: none;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    line-height: 80px;
    font-size: 80px;
    color: #656565;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-prev:hover span,
.owl-nav .owl-next:hover,
.owl-nav .owl-next:hover span {
    color: #00a8ff;
    transform: scale(1.5);
    transition: all 0.2s;
}

.owl-nav .owl-prev:focus,
.owl-nav .owl-next:focus,
.owl-nav .owl-prev:active,
.owl-nav .owl-next:active,
{
    outline: 0;
}

.owl-dots {
    position: absolute;
    bottom: 5px;
    left: 45%;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #8b8b8b;
}

.owl-item.active .slider-item .content {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes showup {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    60% {
        opacity: 0.3;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        opacity: 0.8;
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes showup {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    60% {
        opacity: 0.5;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        opacity: 1;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.owl-item.active .slider-item .content {
    -webkit-animation-name: showup;
    animation-name: showup;
}

/*----------

WOW

------------*/

.wow {
    visibility: hidden;
}

/*------------

stick menu

--------------*/

.stick-menu {
    position: fixed;
    right: 0px;
    top: 35%;
    width: 65px;
    z-index: 3;
}

.stick-menu ul li {
    position: relative;
    height: 65px;
    line-height: 65px;
}

.stick-menu ul li:hover .title {
    left: -248px;
    opacity: 1;
}

.stick-menu ul li:hover .wx-img {
    left: -138px;
    opacity: 1;
}

.stick-menu ul li:hover .qq {
    left: -111px;
    opacity: 1;
}

.stick-menu ul li {
    opacity: 0.6;
    background-color: #656565;
    border: 1px solid #434343;
    cursor: pointer;
    margin-top: 6px;
}

.stick-menu ul li:last-child {
    margin-top: 28px;
}

.stick-menu ul li:hover {
    opacity: 1;
    background-color: #00a8ff;
    border-color: #00a8ff;
    color: #fff;
}

.stick-menu ul li > a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #f6f6f6;
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    text-decoration: none;
    font-size: 26px;
}

.stick-menu ul li a:hover {
    color: #fff;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.stick-menu .title {
    position: absolute;
    left: 0px;
    bottom: 4px;
    color: #fff;
    width: 240px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    background-color: #00a8ff;
    z-index: 1;
    opacity: 0;
}

.stick-menu .title:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 14px;
    background-color: #00a8ff;
    transform: rotate(45deg);
}

.stick-menu .qq {
    position: absolute;
    left: 0px;
    color: #fff;
    padding: 10px 10px;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    background-color: #00a8ff;
    z-index: 1;
    opacity: 0;
}

.stick-menu .qq:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 14px;
    background-color: #00a8ff;
    transform: rotate(45deg);
}

.stick-menu .qq  a {
    color: #e1e1e1;
    text-align: center;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    text-decoration: none;
    font-size: 16px;
}
.stick-menu .wx-img {
    position: absolute;
    left: 0px;
    color: #fff;
    padding: 10px 10px;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    background-color: #00a8ff;
    z-index: 1;
    opacity: 0;
}

.stick-menu .wx-img:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 14px;
    background-color: #00a8ff;
    transform: rotate(45deg);
}

/*-----------

box

-----------*/

.box {
    border: 1px solid #ededed;
    padding: 10px 10px 20px 90px;
    position: relative;
    transition: all 0.5s ease 0s;
    min-height: 70px;
    overflow: hidden;
}

.box:hover,
.box:hover .title,
.box:hover .description {
    border-color: #00a8ff;
    color: #00a8ff;
    transition: all 0.5s ease 0s;
}

.box:before {
    top: -3px;
}

.box:after {
    bottom: -3px;
}

.box:hover:before,
.box:hover:after {
    left: 40px;
    opacity: 1;
}

.box .service-icon {
    display: inline-block;
    position: absolute;
    top: 21%;
    left: 23px;
    font-size: 45px;
    color: #575757;
    opacity: 0.3;
    transition: all 0.5s ease-in 0s;
}

.box:hover .service-icon {
    opacity: 1;
    color: #00a8ff;
}

.box .title {
    font-size: 18px;
    font-weight: 700;
    color: #232323;
    line-height: 34px;
}

.box .description {
    font-size: 14px;
    color: #575757;
    line-height: 20px;
}

.image-box {
    border: 3px solid #ebebeb;
    padding: 20px 40px;
    width: 600px;
    height: 400px;
    display: inline-block;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    -ms-transition: color 300ms ease, background-color 300ms ease;
    -webkit-transition: color 300ms ease, background-color 300ms ease;
    -moz-transition: color 300ms ease, background-color 300ms ease;
    -o-transition: color 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease;
}

.image-box:hover,
.image-box:focus {
    border-color: #f1f1f1;
}

@media only screen and (max-width: 799px) {
    .image-box {
        width: 250px;
        height: 200px;
    }
}

@media only screen and (max-width: 1080px) {
    .box {
        margin-bottom: 1px;
    }

    .stick-menu {
        display: none;
    }
}

@media only screen and (min-width: 1080px) {
    .no-margin {
        margin-left: -16px;
        margin-right: -15px;
    }
}

/*--------

hover-item

-----------*/

.imghvr-strip-vert-bottom-right {
    width: 100%;
    display: block;
}

.imghvr-strip-vert-bottom-right:before,
.imghvr-strip-vert-bottom-right:after,
.imghvr-strip-vert-bottom-right figcaption:before,
.imghvr-strip-vert-bottom-right figcaption:after {
    background: rgba(0, 0, 0, 0.8);
    width: 25%;
}

.imghvr-strip-vert-bottom-right figcaption {
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.inner-box:hover .imghvr-strip-vert-bottom-right:before,
.inner-box:hover .imghvr-strip-vert-bottom-right:after,
.inner-box:hover .imghvr-strip-vert-bottom-right figcaption:before,
.inner-box:hover .imghvr-strip-vert-bottom-right figcaption:after {
    transform: scale(1);
    opacity: 1;
}

.inner-box:hover .imghvr-strip-vert-bottom-right figcaption * {
    opacity: 1;
}

.inner-box:hover .image img {
    position: relative;
    transform: scale(1.26);
}

.inner-box .image img {
    height: 340px;
}

.inner-box:hover .visible.content {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

/*---------

CASE-item

-----------*/

.case-item .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    transition: .5s ease;
    border: 1px solid #c1c1c1;
}

.case-item .inner-box:hover .visible.content .services-title {
    top: -50px;
    transition: .5s ease;
}

.case-item h4 {
    font-size: 22px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    overflow: hidden;
}

.case-item p {
    color: #fff;
    margin-bottom: 0px;
}

.case-item .text {
    color: #a0a0a0;
    margin-bottom: 15px;
    font-size: 14px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
}

.case-item .link a {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #fff;
    padding: 12px 6px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.case-item .link a:hover {
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: #00a8ff;
    background-color: #fff;
}

.case-item .link a span {
    font-size: 18px;
    margin-left: 10px;
    color: #fff;
}

.case-item {
    position: relative;
}

.case-item .inner-box {
    position: relative;
}

.case-item .inner-box .image {
    position: relative;
    overflow: hidden;
}

.case-item .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
    -o-filter: grayscale(40%);
    filter: grayscale(40%);
}

.case-item .inner-box:hover .overlay-box {
    opacity: 1;
}

.case-item .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.case-item .inner-box .overlay-box:after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 102%;
    left: 5%;
    height: 20px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.case-item .inner-box:hover .overlay-box:after {
    opacity: 1;
}

.case-item .inner-box .overlay-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-color: rgba(13, 112, 183, 0.95);
}

.case-item .inner-box .overlay-box .overlay-inner {
    position: relative;
    padding: 30px 20px 20px;
}

.case-item .inner-box .overlay-box .overlay-inner .upper-box {
    position: relative;
    padding-bottom: 20px;
    padding-left: 70px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.case-item .inner-box .overlay-box .overlay-inner .upper-box .icon-box {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 55px;
    text-align: left;
    color: #ffffff;
    font-size: 40px;
    padding: 2px 0px;
    line-height: 1em;
    margin-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.case-item .inner-box .overlay-box .overlay-inner .upper-box h3 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.case-item .inner-box .overlay-box .overlay-inner .upper-box h3 a {
    position: relative;
    color: #ffffff;
}

.case-item .inner-box .overlay-box .overlay-inner .upper-box .title {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

/*-----------

solution-item

-------------*/

.solution-item {
    position: relative;
}

.solution-item .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 24px;
    transition: .5s ease;
}

.solution-item .visible.content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 24px;
    transition: .5s ease;
}

.solution-item .inner-box:hover .visible.content .services-title {
    top: -50px;
    transition: .5s ease;
}

.solution-item h4 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    overflow: hidden;
}

.solution-item p {
    color: #fff;
    margin-bottom: 0px;
}

.solution-item h5 {
    color: #f1f1f1;
    font-size: 14px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 24px;
}

.solution-item .link a {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #fff;
    padding: 8px 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.solution-item .link a:hover {
    text-decoration: none;
    position: relative;
    color: #00a8ff;
    background-color: #fff;
}

.solution-item .link a span {
    font-size: 16px;
    margin-left: 10px;
    color: #fff;
}

.solution-item {
    position: relative;
}

.solution-item .inner-box {
    position: relative;
}

.solution-item .inner-box .image {
    position: relative;
}

.solution-item .inner-box .image img {
    position: relative;
    display: block;
}

.solution-item .inner-box:hover .overlay-box {
    opacity: 1;
}

.solution-item .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.solution-item .inner-box .overlay-box:after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 102%;
    left: 5%;
    height: 20px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.solution-item .inner-box:hover .overlay-box:after {
    opacity: 1;
}

.solution-item .inner-box .overlay-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-color: rgba(13, 112, 183, 0.15);
}

.solution-item .inner-box .overlay-box .overlay-inner {
    position: relative;
    padding: 30px 20px 20px;
}

.solution-item .inner-box .overlay-box .overlay-inner .upper-box {
    position: relative;
    padding-bottom: 20px;
    padding-left: 70px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.solution-item .inner-box .overlay-box .overlay-inner .upper-box .icon-box {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 55px;
    text-align: left;
    color: #ffffff;
    font-size: 40px;
    padding: 2px 0px;
    line-height: 1em;
    margin-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.solution-item .inner-box .overlay-box .overlay-inner .upper-box h3 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.solution-item .inner-box .overlay-box .overlay-inner .upper-box h3 a {
    position: relative;
    color: #ffffff;
}

.solution-item .inner-box .overlay-box .overlay-inner .upper-box .title {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

/*------------

GRID

--------------*/

.grid {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

/* Nav */

.grid nav {
    text-align: center;
}

.grid nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.grid nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.grid nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    color: #232323;
}

.grid nav a span {
    vertical-align: middle;
    font-size: 0.75em;
}

.grid nav li.tab-current a {
    color: #74777b;
}

.grid nav a:focus {
    outline: none;
}

.grid nav ul {
}

.grid nav ul li a {
    font-size: 23px;
    margin: 0 2px;
    color: #74777b;
    transition: all 0.2s ease-in;
}

.grid nav ul li a:hover,
.grid nav ul li a:focus {
    color: #00a8ff;
    text-decoration: none;
}

.grid nav ul li a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 0.6em;
}

.grid nav ul li.tab-current a {
    background: #00a8ff;
    color: #fff;
}

.grid-style-iconbox nav {
}

.grid-style-iconbox nav ul li {
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.grid-style-iconbox nav ul li:hover {
    border: 1px solid #00a8ff;
}

.grid-style-iconbox nav ul li a {
    overflow: visible;
    padding: 1em 0;
    line-height: 1;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.grid-style-iconbox nav ul li a span {
    font-weight: 400;
    font-size: 18px;
}

.grid-style-iconbox nav ul li.tab-current {
    z-index: 100;
}

.grid-style-iconbox nav ul li.tab-current a {
    background: #fff;
    box-shadow: -1px 0 0 #fff;
}

.grid-style-iconbox .icon::before {
    display: block;
    margin: 0 0 0.25em 0;
}

.grid-style-iconbox nav ul li a[aria-expanded=true]::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 16px;
    border-top-color: #ffffff;
    content: '';
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
    .grid-style-iconbox nav ul li {
        width: 50%;
    }
}

.grid-item {
    display: flex;
    flex-direction: row;
    padding: 20px 20px;
    flex: 1 auto;
}

.grid-item a {
    display: inline-block;
    background-color: #fefefe;
    width: 100%;
}

.grid-item h6 {
    font-size: 18px;
    line-height: 38px;
    color: #484848;
    text-align: center;
    padding: 18px 0px;
}

.grid-item img {
    height: 200px;
}

.grid-item .item-banner {
    width: 120px;
    height: 120px;
}

.grid-item .content {
    overflow: hidden;
}

.grid-item .item-title {
    color: #232323;
    font-size: 15px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-item .item-brief {
    color: #787878;
    font-size: 13px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grid-item:hover .h6 {
    color: #00a8ff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.grid-item:hover {
    box-shadow: 0 2px 8px 4px #E9E9E9;
    background-color: #fff;
    text-decoration: none;
}

/*-------------

Catalog

-------------*/

.catalog-content {
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    min-height: 410px;
}

.catalog-item a {
    background-color: #fefefe;
    width: 100%;
    overflow: hidden;
}

.catalog-item h6 {
    font-size: 15px;
    line-height: 18px;
    color: #454545;
    background-color: #fff;
    text-align: center;
    padding: 24px 6px;
}

.catalog-item h5 {
    font-size: 14px;
    line-height: 15px;
    color: #767676;
    text-align: center;
    padding: 0px 24px 6px;
}

.catalog-item .catalog-img {
    border: 1px solid #f1f1f1;
    height: 260px;
    margin: 6px 6px;
    background-color: #fefefe;
    overflow: hidden;
    position: relative;
}

.catalog-item .catalog-img img {
    position: absolute;
    left: 0;
    height: 100%;
}

.catalog-item .item-banner {
    width: 120px;
    height: 120px;
}

.catalog-item .content {
    overflow: hidden;
}

.catalog-item .item-title {
    color: #232323;
    font-size: 15px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog-item .item-brief {
    color: #787878;
    font-size: 13px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalog-content:hover {
    box-shadow: 0 2px 8px 4px #898989;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.catalog-content:hover,
.catalog-content:hover a,
.catalog-content:hover h6 {
    background-color: #00a8ff;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/*----------

TAB

-----------*/

@media only screen and (max-width: 767px) {
    .tabs nav ul li {
        width: 50% !important;
    }
}

.tab-item {
    display: flex;
    flex-direction: row;
    padding: 10px 10px;
    flex: 1 auto;
    background: #fff;
}

.tab-item a {
    display: inline-block;
}

.tab-item img {
    width: 100%;
    height: 100%;
}

.tab-item .item-banner {
    width: 120px;
    height: 120px;
}

.tab-item .content {
    overflow: hidden;
}

.tab-item .item-title {
    color: #232323;
    font-size: 15px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-item .item-brief {
    color: #787878;
    font-size: 13px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-item:hover h6,
.tab-item:hover h2 {
    color: #00a8ff;
}