article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{
    display:block;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section{
    margin: 0;
    padding: 0;
    border: 0;
    /*font: inherit;*/
    vertical-align: baseline;
}
/*body{
    font-size: 14px;
}*/
a,button,input,select,textarea{
    border-radius:0 !important;
}
ol,ul{
    list-style: none;
}

/*公共头部*/
header {
    height: 93px;
    line-height: 93px;
}
.language-select a{
    margin-right:10px;
}

.language-select a img{
    width:19px;
    height:12px;
}

/*导航栏*/
.navbar {
    border-radius: 0;
    background: #13007D;
    border: none;
    height: 50px;
    line-height:50px;
    margin-bottom: 0;
}
.navbar .list-inline li {
    /*margin-right: 20px;*/
}
.navbar .list-inline li:hover {
    background-color: #FE0000;
}
.navbar .list-inline li:hover a{
    text-decoration:none;
}
.navbar .list-inline li.active {
    background-color: #FE0000;
        
}
.navbar a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 0 30px;
}

@media (max-width:992px) {
    .glyphicon-menu-hamburger {
        font-size: 24px;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 99;
    }
    .header .language-select{
        display:none;
    }
    .navbar{
        display:none;
    }
}

    /*菜单下拉--屏幕小于等于992*/
    .m-header-menu {
        width: 100%;
        height: 100%;
        background: #0A4487;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1501;
        overflow: hidden;
        transition: height .8s ease-out;
        padding: 0 30px;
        box-sizing: border-box;
        display: none;
    }

    .top-bar {
        height: 70px;
        display: flex;
        align-items: center;
    }

    .m-header-menu .language-select a {
        margin-right: 10px;
        color:#fff;
    }

    .m-header-menu .glyphicon-remove {
        font-size: 20px;
        color: #ffffff;
        position: absolute;
        right: 20px;
        top: 25px;
    }

    .m-header-menu li {
        font-size: 18px;
        padding: 15px 0;
        line-height: 25px;
        cursor: pointer;
        font-family: Noto Sans SC,SourceHanSansCn-Normal;
        font-weight: 400;
        font-style: normal;
        border-bottom: 1px solid #4a747c;
    }

    .m-header-menu li a {
        color: #ffffff;
        width: 100%;
        display: inline-block;
    }


    .footer {
        height: 50px;
        line-height: 50px;
        color: #fff;
        background-color: #575757;
        margin-top: 20px;
    }

    body {
        background-color: #fff;
        overflow-x: hidden;
    }



    /************************ 验证码 *********************************/
    .verification-code {
        width: 50%;
        float: left;
    }

    .verification-img {
        width: 50%;
        float: left;
    }

    #changeValidateCode {
        cursor: pointer;
    }
    /*************************** 验证码 *************************************/

    /************************ banner轮播图 *********************************/
    .flyt-banner {
        width: 100%;
        max-height: 410px;
        position: relative;
        overflow: hidden;
    }

        .flyt-banner .orderCheck {
            border-radius: 12px;
            background: rgba(206,0,0,1);
            width: 150px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            position: absolute;
            top: 60%;
            left: 20%;
            z-index: 99;
        }

            .flyt-banner .orderCheck:hover {
                background: rgba(206,0,0,.8);
            }

                .flyt-banner .orderCheck:hover a {
                    text-decoration: none;
                }

            .flyt-banner .orderCheck a {
                color: #fff;
                font-size: 16px;
                display: block;
            }

        .flyt-banner .swiper-container {
            width: 100%;
            min-height: 125px;
            position: relative;
            margin-bottom: 20px;
            background: #eee;
        }

            .flyt-banner .swiper-container img {
                width: 100%;
            }

        .flyt-banner .slide_container {
            width: 100%;
            position: relative;
            margin-bottom: 20px;
        }

        .flyt-banner .rslides {
            position: relative;
            list-style: none;
            overflow: hidden;
            width: 100%;
            padding: 0;
            margin: 0;
        }

            .flyt-banner .rslides li {
                -webkit-backface-visibility: hidden;
                position: absolute;
                display: none;
                width: 100%;
                left: 0;
                top: 0;
            }

                .flyt-banner .rslides li:first-child {
                    position: relative;
                    display: block;
                    float: left;
                }

            .flyt-banner .rslides img {
                display: block;
                height: auto;
                float: left;
                width: 100%;
                border: 0;
            }

        .flyt-banner .slide {
            position: relative;
            list-style: none;
            width: 100%;
            padding: 0;
            margin: 0;
        }

            .flyt-banner .slide li {
                position: absolute;
                width: 100%;
                left: 0;
                top: 0;
            }

            .flyt-banner .slide img {
                display: block;
                position: relative;
                height: auto;
                width: 100%;
                border: 0;
                max-height: 580px;
            }

            .flyt-banner .slide .caption {
                display: block;
                position: absolute;
                z-index: 2;
                font-size: 20px;
                text-shadow: none;
                color: #fff;
                background: #000;
                background: rgba(0,0,0, .8);
                left: 0;
                right: 0;
                bottom: 0;
                padding: 10px 20px;
                margin: 0;
                max-width: none;
            }

        .flyt-banner .slide_nav {
            position: absolute;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            top: 52%;
            left: 0;
            opacity: 0.5;
            z-index: 3;
            text-indent: -9999px;
            overflow: hidden;
            text-decoration: none;
            height: 61px;
            width: 38px;
            background: transparent url("../images/themes.gif") no-repeat left top;
            margin-top: -45px;
        }

            .flyt-banner .slide_nav:active {
                opacity: 1.0;
            }

            .flyt-banner .slide_nav.next {
                left: auto;
                background-position: right top;
                right: 0;
            }

    /*************************** banner 中等屏幕（桌面显示器，大于等于 992px） *************************************/
    @media (min-width: 992px) and (max-width: 1920px) {
        .flyt-banner .swiper-container {
            width: 100%;
            min-height: 410px;
            margin-bottom: 50px;
        }
    }

    .flyt-column {
        margin-top: 20px;
        width: 100%;
        margin-bottom: 3px;
    }

        .flyt-column a {
            text-decoration: none;
        }

    .flyt-line {
        border-bottom: 1px solid #e8e8e8;
    }

    .flyt-column > .flyt-title {
        border-left: 5px solid #0462ac;
        margin-bottom: 20px;
        overflow: hidden;
    }

        .flyt-column > .flyt-title > h1 {
            font-weight: 700;
            font-size: 24px;
            margin: 0 10px;
            float: left;
            width: 80%;
        }

        .flyt-column > .flyt-title > span {
            float: right;
            width: 15%;
            text-align: right;
            height: 31px;
            line-height: 31px;
        }

            .flyt-column > .flyt-title > span > a {
                margin: 0 10px;
                color: orange;
            }

    .flyt-column > .flyt-content {
        width: 100%;
        overflow: hidden;
    }

        .flyt-column > .flyt-content .new-box {
            background-color: #fff;
            padding: 20px;
            border: 1px solid #f4f4f4;
            height:432px;
        }

            .flyt-column > .flyt-content .new-box > .new-title {
                overflow: hidden;
                border-bottom: 1px solid #d3d3d3;
                padding: 15px 0;
                margin-bottom: 20px;
            }

                .flyt-column > .flyt-content .new-box > .new-title > h4 {
                    width: 60%;
                    float: left;
                    font-size: 16px;
                    font-weight: bold;
                    color: #0462ac;
                }

                .flyt-column > .flyt-content .new-box > .new-title > span {
                    width: 40%;
                    float: right;
                    text-align: right;
                }

                    .flyt-column > .flyt-content .new-box > .new-title > span > a {
                        color: #f09202;
                        margin: 10px 0;
                    }

            .flyt-column > .flyt-content .new-box > .new-picture > img {
                width: 100%;
            }

            .flyt-column > .flyt-content .new-box > .new-content {
                margin: 10px 0;
            }

                .flyt-column > .flyt-content .new-box > .new-content > ul li {
                    padding: 5px;
                    margin: 20px 0;
                }

                .flyt-column > .flyt-content .new-box > .new-content .time {
                    float: right;
                    width: 30%;
                    text-align: right;
                    color: #9f9f9f;
                    font-style: italic;
                    font-size: 13px;
                }

                .flyt-column > .flyt-content .new-box > .new-content .title {
                    float: left;
                    width: 70%;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                    .flyt-column > .flyt-content .new-box > .new-content .title > a {
                        color: #4f4f4f;
                    }

                    .flyt-column > .flyt-content .new-box > .new-content .title a:hover {
                        color: #fdbb5a;
                        text-decoration: none;
                    }

    .flyt-footer {
        margin-top: 100px;
        background: #575757;
        width: 100%;
        color: #fff;
    }

        .flyt-footer .return-top {
            position: relative;
            height: 50px;
        }

            .flyt-footer .return-top img {
                margin-top: -55px;
            }
        /* .flyt-footer .footer-column{
    border-right:1px solid #929292;
} */
        .flyt-footer .footer-column h3 {
            font-size: 16px;
            color: #fff;
            font-weight: bold;
            padding: 10px;
            margin: 20px 0;
        }

        .flyt-footer .footer-column > ul {
            border-right: 1px solid #929292;
        }

        .flyt-footer .footer-column:last-child > ul {
            border-right: none;
        }

        .flyt-footer .footer-column > ul > li {
            margin: 10px 0;
        }

            .flyt-footer .footer-column > ul > li > a {
                color: #fff;
                padding: 10px;
            }

        .flyt-footer .flyt-clause li > a {
            color: #fff;
        }

        .flyt-footer .col-xs-2 .title-hover a:hover {
            color: #fdbb5a;
            text-decoration: none;
        }

    .flyt-content-list-container {
        background-color: #fff;
        overflow: hidden;
        border: 1px solid #e0e0e0;
        z-index: 10;
    }

    @media (max-width:992px) {
        .flyt-content-list-container {
            display: none;
        }
    }

    .flyt-content-list {
        margin: 20px 0;
        overflow: hidden;
    }

    .flyt-content-list-container > .content-list-title {
        background-color: #162f3a;
        padding: 20px 0;
        color: #fff;
        font-size: 24px;
        text-align: center;
    }
    /*.flyt-content-list-container > .flyt-content-list {
    width: 80%;
    margin-left: 20%;
}*/
    /*.flyt-content-list-container > .flyt-content-list > li {
    padding: 10px 30px;
}*/
    /*.flyt-content-list-container > .flyt-content-list > li.active {
    background-color: #014484;
}*/
    /*.flyt-content-list-container > .flyt-content-list > li {
    overflow: hidden;
}*/
    .flyt-content-list-container > .flyt-content-list > li.active > a {
        color: #fff;
        background-color: #014484;
    }
    /*.flyt-content-list-container > .flyt-content-list > li:hover {
    background-color: #014484;
}*/
    .flyt-content-list-container > .flyt-content-list > li:hover > a {
        color: #fff;
        background-color: #014484;
    }

    .flyt-content-list-container > .flyt-content-list > li > a {
        color: #666666;
        text-decoration: none;
        float: right;
        width: 80%;
        padding: 10px 0 10px 30px;
        font-size: 14px;
    }

    .flyt-news-container {
        background-color: #fff;
        border: 1px solid #e0e0e0;
    }

        .flyt-news-container > .flyt-position {
            padding: 20px 0 10px 20px
        }

        .flyt-news-container > .new-list {
            padding: 20px;
            overflow: hidden;
        }

            .flyt-news-container > .new-list .table > thead > tr > th {
                border-bottom: none;
            }

            .flyt-news-container > .new-list .table > tbody > tr > td {
                border-bottom: 1px solid #ddd;
                border-top: none;
            }

                .flyt-news-container > .new-list .table > tbody > tr > td > a {
                    color: #666666;
                    text-decoration: none;
                }

                    .flyt-news-container > .new-list .table > tbody > tr > td > a:hover {
                        color: #014484;
                    }

        .flyt-news-container > .new-desc {
            padding: 20px;
        }

            .flyt-news-container > .new-desc > h3 {
                font-size: 18px;
                text-align: center;
                color: #014484;
                font-weight: bold;
            }

            .flyt-news-container > .new-desc > .content {
                padding: 20px;
                word-wrap: break-word;
                overflow-x: auto;
            }

                .flyt-news-container > .new-desc > .content img {
                    max-width: 100%;
                }

            .flyt-news-container > .new-desc > .time {
                color: #666666;
                text-align: center;
                margin: 10px 0;
            }
    /*.container .flyt-column .flyt-content .col-xs-2 .product {
    border: 1px solid #d3d3d3;
}*/
    .container .flyt-column .view-more {
        margin: 5px auto;
    }



    /* ==============================
    Global styles
   ============================== */

    .boxed_wrapper {
        width: 100%;
        background: #fff;
        overflow-x: hidden;
    }

    .sec-padd {
        padding: 75px 0 80px;
    }

    .sec-padd2 {
        padding: 75px 0 30px;
    }

    .sec-padd-top {
        padding-top: 75px;
    }

    .sec-padd-bottom {
        padding-bottom: 80px;
    }

    .no-padd {
        padding: 0px;
    }

    .clear_fix {
        clear: both;
    }

        .clear_fix:after {
            display: table;
            content: '';
            clear: both;
        }

    .list_inline li {
        display: inline-block;
    }

    .social li {
        display: inline-block;
        font-size: 14px;
        padding: 0 10px;
    }

        .social li a {
            color: #fff;
            transition: .5s ease-in-out;
            font-size: 14px;
        }

    .default_link {
        font-size: 14px;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        color: #48c7ec;
        font-weight: 600;
    }

        .default_link:hover {
            color: #48c7ec;
        }

        .default_link i {
            margin-left: 3px;
            font-weight: 700;
            font-size: 18px;
            position: relative;
            top: 1px;
        }

    .default-overlay-outer {
        position: absolute;
        display: block;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        padding: 10px;
        transition: all 700ms ease;
        -webkit-transition: all 700ms ease;
        -ms-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        -moz-transition: all 700ms ease;
    }

        .default-overlay-outer .inner {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            display: table;
            vertical-align: middle;
            text-align: center;
        }

            .default-overlay-outer .inner .content-layer {
                position: relative;
                display: table-cell;
                vertical-align: middle;
                color: #ffffff;
            }


    .rating {
        font-size: 14px;
        color: #48c7ec;
    }

    ::-webkit-scrollbar {
        width: 8px;
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #292121;
        background: #292121;
    }

    ::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.75);
        -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.75);
    }

        ::-webkit-scrollbar-thumb:window-inactive {
            background: rgba(255,255,255,0.75);
        }


    .uppercase {
        text-transform: uppercase;
    }

    .padd-80 {
        padding-top: 80px;
    }

    .tran3s {
        transition: all 0.3s ease-in-out;
    }

    .center {
        text-align: center;
    }


    .row-5 {
        margin: 0 -5px;
    }

    .row-10 {
        margin: 0 -10px;
    }

    .thm-color {
        color: #48c7ec;
    }

    .bold {
        font-weight: 700;
    }

    .s-bold {
        font-weight: 600;
    }

    .m-bold {
        font-weight: 600;
    }

    .float_left {
        float: left;
    }

    .float_right {
        float: right;
    }

    .border-bottom {
        border-bottom: 1px solid #f7f7f7;
    }

    @media (min-width: 1200px) {
        .container {
            padding: 0;
        }
    }

    .thm-btn {
        position: relative;
        background: #48c7ec;
        font-size: 14px;
        line-height: 46px;
        font-weight: 600;
        color: #ffffff;
        border: 2px solid #48c7ec;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        display: inline-block;
        padding: 0 38px;
        transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    }

        .thm-btn:hover {
            background: transparent;
            color: #48c7ec;
            transition: all .5s cubic-bezier(0.4, 0, 1, 1);
        }

    .thm-btn2 {
        position: relative;
        background: transparent;
        font-size: 14px;
        line-height: 46px;
        font-weight: 600;
        color: #48c7ec;
        border: 2px solid #f4f4f4;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        display: inline-block;
        padding: 0 38px;
        transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    }

        .thm-btn2:hover {
            background: #48c7ec;
            border-color: #48c7ec;
            color: #fff;
            transition: all .5s cubic-bezier(0.4, 0, 1, 1);
        }


    .thm-btn-tr {
        position: relative;
        background: transparent;
        font-size: 14px;
        line-height: 46px;
        font-weight: 600;
        color: #ffffff;
        border: 2px solid #fff;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        display: inline-block;
        padding: 0 38px;
        transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    }

        .thm-btn-tr:hover {
            background: #48c7ec;
            border-color: #48c7ec;
            color: #fff;
            transition: all .5s cubic-bezier(0.4, 0, 1, 1);
        }

    .anim-3 {
        transition: all 0.3s ease;
    }

    .anim-5 {
        transition: all 0.5s ease;
    }


    .section-title {
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 50px;
    }

        .section-title h2 {
            position: relative;
            text-transform: capitalize;
        }

        .section-title h3 {
            position: relative;
            font-size: 24px;
            text-transform: capitalize;
        }

        .section-title h4 {
            position: relative;
            font-size: 20px;
            text-transform: capitalize;
        }

        .section-title:before {
            content: "";
            position: absolute;
            top: 48px;
            left: 0;
            width: 100%;
            height: 1px;
            background: #eaeaea;
        }

        .section-title:after {
            content: "";
            position: absolute;
            top: 48px;
            left: 0;
            width: 50px;
            height: 1px;
            background: #48c7ec;
        }

        .section-title.center:after {
            left: 50%;
            margin-left: -25px;
        }



    .inner-title {
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

        .inner-title:before {
            content: "";
            position: absolute;
            top: 38px;
            left: 0;
            width: 100%;
            height: 1px;
            background: #eaeaea;
        }

        .inner-title:after {
            content: "";
            position: absolute;
            top: 38px;
            left: 0;
            width: 50px;
            height: 1px;
            background: #48c7ec;
        }

        .inner-title h4 {
            font-size: 20px;
        }

    .scroll-top {
        width: 60px;
        height: 60px;
        position: fixed;
        border-radius: 50%;
        bottom: 30px;
        right: 30px;
        z-index: 99;
        display: none;
        color: #48c7ec;
        background: #10252e;
        text-align: center;
        border: 2px solid #19333e;
    }

        .scroll-top span:before {
            font-size: 27px;
        }

        .scroll-top:after {
            position: absolute;
            z-index: -1;
            content: '';
            top: 100%;
            left: 5%;
            height: 10px;
            width: 90%;
            opacity: 1;
            background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        }

    .preloader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background-color: #ffffff;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../images/icons/preloader.gif);
    }




    .video-image-box {
        position: relative;
    }

        .video-image-box .image {
            position: relative;
        }

        .video-image-box img {
            display: block;
            width: 100%;
        }

        .video-image-box .image .overlay-link {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            color: #ffffff;
            text-align: center;
            background: rgba(0,0,0,0.10);
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .video-image-box .image .overlay-link:hover {
                background: rgba(72, 199, 236, 0.9);
            }

            .video-image-box .image .overlay-link .icon {
                position: absolute;
                left: 50%;
                top: 50%;
                margin-top: -25px;
                margin-left: -25px;
                width: 58px;
                height: 41px;
                line-height: 43px;
                font-size: 60px;
                color: #f7f7f7;
            }


    /*** 

====================================================================
    service Section style
====================================================================

***/

    .service {
        position: relative;
    }

        .service .item {
            padding: 4px;
            margin-bottom: 5px;
            border: 1px solid #f4f4f4;
        }

        .service.style-2 .column {
            margin-bottom: 50px;
        }

        .service .item:before {
            pointer-events: none;
            position: absolute;
            z-index: -1;
            content: '';
            top: 98%;
            left: 10%;
            right: 10%;
            height: 15px;
            width: 80%;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
            transition-duration: 0.3s;
            transition-property: transform, opacity;
            z-index: 9;
        }

        .service .item:hover:before {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            transform: translateY(5px);
        }

        .service .item .img-box {
            position: relative;
            overflow: hidden;
        }

            .service .item .img-box img {
                width: auto;
                min-height: 100px;
                max-height: 210px;
                margin: 0 auto;
            }

        .service .item .default-overlay-outer {
            opacity: 0;
            top: -100%;
            background: rgba(16, 37, 46, 0.9);
        }

        .service .item:hover .default-overlay-outer {
            top: 0;
            opacity: 1;
        }

        .service .item .thm-btn {
            padding: 0 25px;
            line-height: 34px;
        }

        .service .item .textmin {
            line-height: 18px;
            color: #848484;
            font: inherit;
            font-size: 13px;
            /*height: 120px;*/
        }



        .service .content {
            padding: 12px 5px;
            min-height: 150px;
        }

            .service .content h5 {
                color: #48c7ec;
                font-size: 14px;
            }

            .service .content h4 {
                padding: 15px 0;
                font-size: 16px;
                color: #222;
                font-weight: 600;
            }



        .service .owl-theme .owl-nav {
            margin: 0;
            padding: 0;
            position: absolute;
            bottom: 100%;
            right: 0;
            margin: 0;
            margin-bottom: 65px;
        }

            .service .owl-theme .owl-nav [class*=owl-] {
                color: #202f35;
                font-size: 20px;
                margin: 0;
                padding: 0;
                background-color: transparent;
                height: 40px;
                width: 18px;
                line-height: 36px;
                font-weight: 700;
                text-align: center;
                margin-left: 1px;
                display: inline-block;
                transition: color .3s ease;
            }

                .service .owl-theme .owl-nav [class*=owl-]:hover {
                    color: #48c7ec;
                    transition: .5s ease;
                }


    /********************************************************* 产品 ****************************************************************/
    /*.da-thumbs {
    list-style: none;
    width: 100%;
    position: relative;
    padding: 0;
}
.da-thumbs li {
    float: left;
    margin: 5px;
    background: #fff;
    padding: 8px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    width: 15.6%;
}
.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
}
.da-thumbs li a {
    overflow: hidden;
}
.da-thumbs li a div {
    position: absolute;
    background: #333;
    background: rgba(75,75,75,0.7);
    width: 100%;
    height: 100%;
}
.da-thumbs li a div span {
    display: block;
    padding: 10px 0;
    margin: 40px 20px 20px 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}*/
    /* ==============================
   5. Our Services styles
   ============================== */
    .three-column.bg {
        background: #f7f7f7;
        padding-bottom: 14px;
    }


    .three-column .separet {
        position: relative;
        display: block;
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 40px;
        top: -10px;
    }

    .three-column .caption-box-wrapper {
        border-top: 1px solid #F4F4F4;
        margin-top: 35px;
    }

    .three-column .single-our-service {
        margin-bottom: 56px;
    }

        .three-column .single-our-service h4 {
            margin-top: 17px;
            margin-bottom: 11px;
            color: #222;
            font-size: 20px;
            font-weight: 400;
            text-transform: capitalize;
            transition: .5s ease;
        }

        .three-column .single-our-service:hover h4 {
            color: #48c7ec;
            transition: .5s ease;
        }

        .three-column .single-our-service .img-box {
            position: relative;
            max-width: 370px;
        }

            .three-column .single-our-service .img-box .count {
                background: #48c7ec;
                color: #fff;
                font-size: 18px;
                font-family: "Poppins", sans-serif;
                padding: 5px 24px;
                position: absolute;
                left: 0;
                bottom: -16px;
            }

        .three-column .single-our-service .text-box {
            border-top: 0px;
            padding: 20px 0px 0px;
        }

    .three-column .single-our-service-caption-box {
        padding-top: 40px;
    }

        .three-column .single-our-service-caption-box .img-box,
        .three-column .single-our-service-caption-box .content-box {
            display: table-cell;
            vertical-align: middle;
        }

        .three-column .single-our-service-caption-box .img-box {
            width: 120px;
        }

        .three-column .single-our-service-caption-box .content-box {
            padding-left: 20px;
        }

    .three-column.service-page .has-divider {
        border-top: 1px solid #F4F4F4;
        margin-top: 60px;
        padding-top: 60px;
    }

    .three-column .single-our-service .img-box {
    }

        .three-column .single-our-service .img-box img {
            transition: .5s ease-in-out;
        }

    .three-column .single-our-service:hover .img-box img {
        transition: .5s ease-in-out;
    }

    .three-column .single-our-service .img-box a {
        position: relative;
        display: block;
    }


    .three-column .single-our-service .thm-btn {
        background: transparent;
        color: #48c7ec;
        border-color: #848484;
    }

        .three-column .single-our-service .thm-btn:hover {
            background: #48c7ec;
            color: #fff;
            border-color: #48c7ec;
        }


    /*form*/

    .default-form-area.style-3 {
        border: 1px solid #eee;
        padding: 29px;
    }

        .default-form-area.style-3 .thm-btn {
            width: 100%;
        }

        .default-form-area.style-3 textarea {
            height: 200px;
        }

    .blog-img {
        max-height: 210px;
    }

        .blog-img img {
            border: 1px solid #f1f1f1;
            width: 100%;
            max-height: 210px;
        }

    .blog-article h3 {
        font-size: 23px;
        margin-bottom: 5px;
    }

        .blog-article h3 a {
            text-shadow: none;
            color: #428bca !important;
        }

    .blog-article p {
        color: #000;
        font-size: 13px;
    }
    /********************************************************* 产品 ****************************************************************/

    /********************************************************* 底部菜单 ****************************************************************/
    .m-footer-column {
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

        .m-footer-column .nav-item {
            font-size: 16px;
        }

            .m-footer-column .nav-item a {
                height: 50px;
                line-height: 50px;
                color: #fff;
                display: block;
                padding: 0 10px;
                box-sizing: border-box;
            }

                .m-footer-column .nav-item a:hover {
                    text-decoration: none;
                }

            .m-footer-column .nav-item .selected .sub-list {
                display: block;
            }

            .m-footer-column .nav-item .selected {
                /*background-color: #243e99;
        color: #ffffff;*/
            }

        /* 箭头 */
        .m-footer-column .glyphicon {
            float: right;
            top: 15px;
        }

        .m-footer-column .glyphicon-menu-up:before {
            display: inline-block;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

        /* 选中样式 */
        .m-footer-column .nav-item .selected .rota:before {
            color: #ffffff;
        }

        /* 默认样式 */
        .m-footer-column .nav-item .rota:before {
            display: inline-block;
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            color: #050505;
        }

        /* 二级导航 */
        .m-footer-column .sub-list {
            width: 100%;
            /*background-color: rgba(255,255,255,0.5);*/
            display: none;
        }

            .m-footer-column .sub-list .sub-item {
                height: 50px;
                line-height: 50px;
                font-size: 14px;
            }

                .m-footer-column .sub-list .sub-item a {
                    color: rgba(255,255,255,.6);
                    display: block;
                    padding: 0 15px;
                    box-sizing: border-box;
                }


    /********************************************************* 左侧菜单 ****************************************************************/
    .m-menu-list {
        width: 96%;
        height: auto;
        box-sizing: border-box;
        margin: 0 2% 15px;
    }

        .m-menu-list .nav-item {
            font-size: 16px;
        }

            .m-menu-list .nav-item > a {
                height: 50px;
                line-height: 50px;
                color: #fff;
                background-color: #0A4487;
                display: block;
                padding: 0 10px;
                box-sizing: border-box;
            }

            .m-menu-list .nav-item a:hover {
                text-decoration: none;
            }

            .m-menu-list .nav-item .selected .sub-list {
                display: block;
            }

            .m-menu-list .nav-item .selected {
                /*background-color: #243e99;
color: #ffffff;*/
            }

        /* 箭头 */
        .m-menu-list .glyphicon {
            float: right;
            top: 15px;
        }

        .m-menu-list .glyphicon-menu-up:before {
            display: inline-block;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

        /* 选中样式 */
        .m-menu-list .nav-item .selected .rota:before {
            color: #ffffff;
        }

        /* 默认样式 */
        .m-menu-list .nav-item .rota:before {
            display: inline-block;
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            color: #050505;
        }

        /* 二级导航 */
        .m-menu-list .sub-list {
            width: 100%;
            background-color: #eee;
            /*display: none;*/
        }

            .m-menu-list .sub-list .sub-item {
                height: 50px;
                line-height: 50px;
                font-size: 14px;
            }

                .m-menu-list .sub-list .sub-item.active a {
                    color: #337ab7;
                }

                .m-menu-list .sub-list .sub-item a {
                    color: #333;
                    font-size: 15px;
                    display: block;
                    padding: 0 15px;
                    box-sizing: border-box;
                }





