﻿@charset "UTF-8";
/* CSS Document */
/* reset.css V1.6  Start*/
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form, button, input, textarea, th, td {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, i {
    font: normal 16px/1.5em "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        text-decoration: none;
    }

img {
    vertical-align: top;
    border: 0;
}

button, input, textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

div, a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html, body {
    width: 100%;
    height: 100%;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}

.clearfloat:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
}

.clearfloat {
    *zoom: 1;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.none {
    display: none;
}

.block {
    display: block;
}

.pt10 {
    padding-top: 10px;
}


.bg-gray {
    background: #F7F7F7;
}

.bg-fff {
    background: #fff;
}


@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
/*@font-face {*/
/*font-family: 'iconfont';  !* project id 622941 *!*/
/*src: url('//at.alicdn.com/t/font_622941_d6pn3o5dke53ik9.eot');*/
/*src: url('//at.alicdn.com/t/font_622941_d6pn3o5dke53ik9.eot?#iefix') format('embedded-opentype'),*/
/*url('//at.alicdn.com/t/font_622941_d6pn3o5dke53ik9.woff') format('woff'),*/
/*url('//at.alicdn.com/t/font_622941_d6pn3o5dke53ik9.ttf') format('truetype'),*/
/*url('//at.alicdn.com/t/font_622941_d6pn3o5dke53ik9.svg#iconfont') format('svg');*/
/*}*/

/*.iconfont{*/
/*font-family:"iconfont" !important;*/
/*font-size:16px;font-style:normal;*/
/*-webkit-font-smoothing: antialiased;*/
/*-webkit-text-stroke-width: 0.2px;*/
/*-moz-osx-font-smoothing: grayscale;}*/

.bg-gray {
    background: #F7F7F7;
}


/* 顶部导航 */
.subnav {
    background-color: rgba(0,91,172,1);
    width: 100%;
    height: 2em;
}

.navigation {
    margin-left: 2em;
}

    .navigation li {
        list-style: none;
        float: left;
        display: inline-block;
        margin: 0.2em 0.5em 0 0;
    }

        .navigation li a {
            display: block;
            width: 1.5em;
            height: 1.5em;
            border-radius: 1.33333333em;
            line-height: 1.5em;
            position: relative;
            text-align: center;
            border: 0.08333333em solid rgba(255, 255, 255, 0.4);
            overflow: hidden;
            color: rgba(255, 255, 255, 0.4);
            z-index: 1;
        }

            .navigation li a i {
                display: block;
                position: absolute;
                font-size: 1em;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                transition: all 0.5s ease;
                -moz-transform: translate(-50%, -50%);
                -moz-transition: all 0.5s ease;
                -webkit-transform: translate(-50%, -50%);
                -webkit-transition: all 0.5s ease;
            }

            .navigation li a span {
                position: absolute;
                font-size: 1em;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                opacity: 0;
                text-transform: uppercase;
                -moz-transition: all 0.25s 0.125s ease;
                -webkit-transition: all 0.25s 0.125s ease;
            }

            .navigation li a:hover i {
                transform: translate(-50%, 5em);
                -moz-transform: translate(-50%, 5em);
                -webkit-transform: translate(-50%, 5em);
                color: rgba(255, 255, 255, 0.4);
            }

            .navigation li a:hover span {
                opacity: 1;
                color: rgba(255, 255, 255, 1);
            }

.menu-top-r .tel {
    color: #fff;
    display: inline-block;
}

    .menu-top-r .tel i {
        font-size: 1.3em;
        color: rgba(255, 255, 255, 0.8);
        vertical-align: middle;
    }

    .menu-top-r .tel span {
        display: inline-block;
        margin: 0 0.5em;
        vertical-align: middle;
    }

.menu-top-r form {
    display: inline-block;
}

.sub-search {
    margin-right: 2em;
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
}

    .sub-search .search-revealer {
        background: #FFFFFF;
        cursor: pointer;
        display: inline-block;
        height: 2em;
        width: 3em;
        line-height: 2em;
        -webkit-transition: 0.1s linear;
        -moz-transition: 0.1s linear;
        -o-transition: 0.1s linear;
        -ms-transition: 0.1s linear;
        transition: 0.1s linear;
        text-align: center;
    }

        .sub-search .search-revealer span {
            font-size: 1.5em;
        }

        .sub-search .search-revealer:hover {
            -webkit-box-shadow: inset -50px 0 0 0 rgb(233, 148, 22);
            -moz-box-shadow: inset -50px 0 0 0 rgb(233, 148, 22);
            box-shadow: inset -50px 0 0 0 rgb(233, 148, 22);
            -webkit-transition: box-shadow 0.1s linear;
            -moz-transition: box-shadow 0.1s linear;
            -o-transition: box-shadow 0.1s linear;
            -ms-transition: box-shadow 0.1s linear;
            transition: box-shadow 0.1s linear;
        }

.top-search-box {
    border: none;
    font-size: 0.8em;
    line-height: 2.5em;
    opacity: 1;
    position: inherit;
    vertical-align: top;
    width: 0px;
}

    .top-search-box.ready {
        opacity: 1;
        padding: 0 15px;
        width: 270px;
        -webkit-transition: 0.3s linear;
        -moz-transition: 0.3s linear;
        -o-transition: 0.3s linear;
        -ms-transition: 0.3s linear;
        transition: 0.3s linear;
        margin-right: -10px;
    }


/* logo */
.header {
    position: fixed;
    z-index: 120;
    left: 0;
    top: 2em;
    width: 100%;
    height: 3.2em;
    background-color: rgba(2,19,37,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

    .header h1 {
        padding-top: 10px;
        padding-left: 2em
    }

        .header h1 a {
            display: inline-block;
            vertical-align: top;
        }

            .header h1 a img {
                width: 5em;
            }

                .header h1 a img + img {
                    display: none;
                }

.navsb-btn {
    display: none;
}

.header-move {
    display: none
}

/* 导航 */
.header .navlist {
    margin-left: 0;
}

    .header .navlist li {
        display: inline-block;
        vertical-align: top;
        z-index: 999;
    }

        .header .navlist li > a {
            font-size: 16px;
            color: #fff;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            display: block;
            height: 3.2em;
            line-height: 3.2em;
            padding: 0 32px;
        }

        .header .navlist li a:hover {
            color: #3c86c1;
            background: rgba(255,255,255,0.1);
        }

        .header .navlist li a .acte {
            color: #000;
            background: rgba(255,255,255,1);
        }

    .header .navlist .active > a {
        color: #3c86c1;
    }

    .header .navlist li:last-child {
        padding-right: 0.15em;
    }


@media screen and (max-width:1100px) {
    .header .navlist li > a {
        padding: 0 20px;
    }
}

/* 导航下拉菜单 */
.nav-content {
    position: absolute;
    top: 3.2em;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 0;
    transition: all 1s;
    visibility: hidden;
    overflow: hidden;
}
/*.nav-content{  visibility: visible!important;  height: 440px!important;}*/
#special_li:hover .nav-content {
    visibility: visible !important;
    height: 500px !important;
}

.nav-content-hd-box {
    width: 100%;
    height: 100%;
    background-color: rgba(202,230,255,0.95);
}

.sub-navigation li {
    width: 14%;
    margin: 20px 1% 0;
    float: left;
    min-height: 226px;
}

    .sub-navigation li:first-child {
        width: 30%;
        margin: 20px 1% 20px 2%;
    }

    .sub-navigation li span {
        display: inline-block;
        background: rgba(0,91,172,1);
        padding: 0px 10px;
        border-radius: 5px 5px 0 0
    }

        .sub-navigation li span a {
            color: #fff;
            font-size: 1em;
        }

        .sub-navigation li span.navstt a:hover {
            color: #fff;
            text-decoration: underline;
            border-bottom: none;
        }

    .sub-navigation li dl {
        margin-top: 15px;
        height: 160px;
        overflow: hidden;
    }

        .sub-navigation li dl.navsttdl a:hover {
            color: #000;
            background: none;
            text-decoration: underline;
            border-bottom: none;
        }

    .sub-navigation li dt a {
        color: #000
    }

    .sub-navigation li dd a {
        color: #000;
        font-size: 0.9em;
        line-height: 160%;
    }

    .sub-navigation li:first-child dl {
        width: 50%;
        height: 200px;
        float: left;
    }

    .sub-navigation li:first-child dt {
        margin: 0px 0 15px;
        position: relative;
        line-height: 200%;
    }

    .sub-navigation li:first-child dd a {
        color: #000;
        font-size: 0.8em;
        line-height: 160%;
    }

    .sub-navigation li:first-child dt:before {
        content: '';
        position: absolute;
        bottom: -4px;
        background: rgba(0,91,172,1);
        width: 30px;
        height: 2px;
    }

    .sub-navigation li .more a {
        color: #989595;
    }

.sudropdown-menu {
    position: absolute;
    float: left;
    background-color: rgba(202,230,255,0.9);
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
    display: none;
    z-index: 1000;
}

    .sudropdown-menu div {
        width: 8em;
        height: 2.5em;
        line-height: 2.5em;
        padding: 0 10px;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.6);
        transition: all 1s;
    }

        .sudropdown-menu div:last-child {
            border-bottom: none;
        }

        .sudropdown-menu div:hover {
            background: #fff;
        }

.navlist > li:hover .sudropdown-menu {
    display: block;
}



/* 手机头部 */
@media screen and (max-width: 992px) {

    .subnav, .header {
        display: none;
    }

    .header-move {
        position: relative;
        line-height: 3em;
        height: 3em;
        background: #fff;
        position: relative;
        border-bottom: 0.025em solid #0061ae;
        top: 0;
    }

    .header-move {
        display: block
    }

        .header-move h1 {
            padding-left: 1em;
            height: 100%;
            padding-top: 0;
            display: table;
        }

        .header-move a {
            display: table-cell;
            vertical-align: middle;
        }

            .header-move a img {
                display: block;
                width: 4em;
                margin-top: 10px;
            }

    .navsb-btn {
        display: block;
    }

        .navsb-btn li {
            margin-top: 10px;
            height: 1.5em;
            line-height: 1.5em;
            width: 3em;
            border-right: 1px solid #e5e5e5;
            display: inline-block;
            vertical-align: top;
            text-align: center;
        }

            .navsb-btn li:last-child {
                border-left: none;
            }

        .navsb-btn .icon-sousuo, .navsb-btn .icon-liebiao {
            font-size: 1.4em;
            color: #666;
        }
}


.move-box {
    height: 3em;
    width: 100%;
    position: relative;
}

.move-serch {
    width: 100%;
    height: 4em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em 0.5em;
    background: #ededed;
    z-index: 9999;
    position: absolute;
}

    .move-serch input {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 89%;
        height: 2em;
        line-height: 2em;
        border: 1px solid #e2e2e2;
        background: #fff;
        font-size: 14px;
        padding-left: 2em;
        padding-right: 1em;
    }

    .move-serch button {
        width: 9%;
        font-size: 16px;
        color: #0061ae;
        border: 0;
        height: 100%;
        background: none;
    }

    .move-serch .icon {
        position: absolute;
        left: 1em;
        top: 1.2em;
    }

@media screen and (max-width:320px) {
    .move-serch button {
        width: 9%;
        font-size: 12px;
        color: #0061ae;
        border: 0;
        height: 100%;
        background: none;
    }
}

/* 手机下拉菜单*/
.iphone-nav {
    width: 100%;
    background: #fcfeff;
    /*position: fixed;*/
    /*height: 100%;*/
    padding: 10px 20px 20px;
    z-index: 999999;
}

.iphone-navlist {
    width: 100%;
}

    .iphone-navlist ul li {
        border-bottom: 1px solid #eee;
        padding-right: 10px;
    }

        .iphone-navlist ul li a {
            color: #000;
            font-size: 16px;
            display: block;
            font-weight: 400;
            height: 3em;
            line-height: 3em;
            position: relative;
        }

        .iphone-navlist ul li .inactive {
            background: url(../images/off.png) no-repeat right center;
        }

        .iphone-navlist ul li .inactives {
            background: url(../images/on.png) no-repeat right center;
        }

        .iphone-navlist ul li ul {
            display: none;
        }

            .iphone-navlist ul li ul li {
                border-left: 0;
                border-right: 0;
                font-size: 14px;
                background: #dff1fc;
                border-color: #fff;
                padding-right: 10px;
            }

                .iphone-navlist ul li ul li:last-child {
                    border: none;
                }

                .iphone-navlist ul li ul li ul {
                    display: none;
                }

                .iphone-navlist ul li ul li a {
                    padding-left: 20px;
                    font-size: 14px;
                }

                .iphone-navlist ul li ul li ul li {
                }

                    .iphone-navlist ul li ul li ul li a {
                        color: #316a91;
                        font-size: 14px;
                        padding-left: 30px;
                    }


/* 返回顶部*/

.c-goto-top {
    bottom: 0px;
    position: fixed;
    right: 0px;
    z-index: 1000;
}

.c-goto-top-item {
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    background: #494748;
    margin: 2px;
}

    .c-goto-top-item i {
        font-size: 18px;
        color: #fff;
    }

    .c-goto-top-item .icon-custom-service {
        font-size: 24px;
    }

.contact-sales-container {
    background-color: #fff;
    bottom: 110px;
    height: 44px;
    width: 375px;
    right: -390px;
    position: fixed;
    z-index: 99;
    color: #494748;
    border: 1px solid #494748;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    transition: 0.2s linear;
}

    .contact-sales-container.Click {
        right: 66px;
    }

    .contact-sales-container a {
        line-height: 44px;
        padding: 0px 10px;
        font-size: 14px;
    }

        .contact-sales-container a:hover {
            text-decoration: underline;
        }

@media screen and (max-width:680px) {
    .c-goto-top {
        bottom: 0px;
        position: fixed;
        right: 0px;
        z-index: 1000;
    }

    .contact-sales-container {
        background-color: #fff;
        bottom: 50px;
        height: 130px;
        width: 100px;
        right: -390px;
        position: fixed;
        z-index: 99;
        color: #494748;
        border: 1px solid #494748;
        -moz-transition: 0.2s linear;
        -o-transition: 0.2s linear;
        -ms-transition: 0.2s linear;
        transition: 0.2s linear;
    }

        .contact-sales-container.Click {
            right: 46px;
        }

        .contact-sales-container a {
            line-height: 30px;
            padding: 0px 10px;
            font-size: 14px;
            display: block;
            text-align: center;
        }
}

/* 底部*/
.footer {
    background: #003e7a;
    padding-top: 2em;
}

    .footer .footer-list {
        position: relative;
        padding-bottom: 30px;
    }

        .footer .footer-list .left, .footer .footer-list .right {
            display: inline-block;
            vertical-align: top;
            float: left;
        }

        .footer .footer-list .left {
            width: 76%;
        }

            .footer .footer-list .left .left-ul {
                display: inline-block;
                vertical-align: top;
                width: 23%;
                float: left;
            }

                .footer .footer-list .left .left-ul li {
                }

                    .footer .footer-list .left .left-ul li a {
                        font-size: 14px;
                        color: rgba(255,255,255,0.5);
                    }

                        .footer .footer-list .left .left-ul li a:hover {
                            color: #6d6b6b;
                        }

                    .footer .footer-list .left .left-ul li:first-child {
                        margin-bottom: 20px;
                    }

                    .footer .footer-list .left .left-ul li.tit {
                        position: relative;
                    }

                        .footer .footer-list .left .left-ul li.tit:before {
                            content: '';
                            position: absolute;
                            bottom: -2px;
                            background: rgba(0,91,172,1);
                            width: 30px;
                            height: 2px;
                        }

                    .footer .footer-list .left .left-ul li:first-child a {
                        color: rgba(255,255,255,1);
                    }

        .footer .footer-list .right {
            width: 24%;
            text-align: left;
        }

            .footer .footer-list .right .iphone i {
                display: inline-block;
                vertical-align: middle;
                font-size: 1.2em;
                color: #a1a1a2;
                margin-top: 15px;
            }

            .footer .footer-list .right .iphone span {
                display: inline-block;
                vertical-align: middle;
                font-size: 1.2em;
                color: #fff;
                margin-top: 15px;
                padding-left: 10px;
            }

            .footer .footer-list .right .navigation {
                margin-left: 0;
                margin-top: 15px;
            }

                .footer .footer-list .right .navigation li a {
                    width: 2.2em;
                    height: 2.2em;
                }

                    .footer .footer-list .right .navigation li a i {
                        font-size: 1.3em;
                    }

                    .footer .footer-list .right .navigation li a span {
                        font-size: 1.3em;
                    }

    .footer .keep-record {
        padding: 20px 0 30px;
        color: rgba(255,255,255,0.4);
        text-align: center;
        border-top: 1px solid rgba(255,255,255,0.1);
        font-size: 14px;
    }

.most-footer {
    display: none
}

.footer .keep-record a {
    color: #6d6b6b;
}


@media screen and (max-width: 760px) {
    .footer {
        padding-top: 20px;
    }

        .footer .footer-list {
            padding-bottom: 15px;
        }

            .footer .footer-list .left, .footer .keep-record {
                display: none;
            }

            .footer .footer-list .right {
                width: 100%;
            }

            .footer .footer-list .footer-logo img {
                width: 5em;
            }

            .footer .footer-list .footer-logo, .footer .footer-list .iphone {
                float: left
            }

            .footer .footer-list .iphone {
                display: none
            }

            .footer .footer-list .right .navigation {
                float: right;
                margin-top: 0px;
            }

                .footer .footer-list .right .navigation li a {
                    width: 1.8em;
                    height: 1.8em;
                }

                    .footer .footer-list .right .navigation li a i {
                        font-size: 1em;
                    }

                    .footer .footer-list .right .navigation li a span {
                        font-size: 1em;
                    }

    .most-footer {
        display: block
    }

    .footer .most-footer {
        text-align: center;
        padding: 10px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    .company-list {
    }

        .company-list li {
            display: inline-block;
            vertical-align: top;
        }

            .company-list li a {
                font-size: 14px;
                color: #605e5e;
                padding: 0 10px;
            }

    .footer .most-footer span {
        font-size: 0.07rem;
    }
}


.index-banner {
    position: relative;
    width: 100%;
}

/* 首页滚动banner*/
.bs-slider {
    overflow: hidden;
    max-height: 600px;
    position: relative;
    background: #000000;
}

.indicators-line > .carousel-indicators {
    bottom: 23%;
    right: 48%;
}

.slide-text {
    top: 13%;
}


/* 三个研究*/
.index-menu {
    position: relative;
    bottom: 30px;
    z-index: 99;
    color: #fff;
}

.hero-menu .hero-menu-item {
    display: inline-block;
    float: left;
    transition: height 0.3s;
    -moz-transition: height 0.3s; /* Firefox 4 */
    -webkit-transition: height 0.3s; /* Safari 和 Chrome */
    -o-transition: height 0.3s;
    height: 45px;
    position: absolute;
    bottom: 0;
}

.hero-menu a {
    color: #fff
}

/*@media (min-width: 992px) {*/
/*.hero-menu .hero-menu-item{*/
/*width: 26.9%;*/
/*max-width: 280px;*/
/*}*/
/*.hero-menu-item.hero-menu-item-1 {*/
/*margin: 0;*/
/*left: 35.6%;*/
/*}*/
/*.slide-text { top: 15%;}*/
/*}*/
/*@media (min-width: 1200px) {*/
/*.hero-menu .hero-menu-item{*/
/*width: 32.9%;*/
/*max-width: 360px;*/
/*}*/
/*.hero-menu-item.hero-menu-item-1 {*/
/*margin: 0;*/
/*left: 34.6%;*/
/*}*/
/*}*/
/*@media (min-width: 1400px) {*/
/*.hero-menu .hero-menu-item{*/
/*width: 32.9%;*/
/*max-width: 360px;*/
/*}*/
/*.hero-menu-item.hero-menu-item-1 {*/
/*margin: 0;*/
/*left: 40.6%;*/
/*}*/
/*}*/

/*@media (min-width: 1920px) {*/
/*.hero-menu .hero-menu-item{*/
/*width: 32.9%;*/
/*max-width: 360px;*/
/*}*/
/*.hero-menu-item.Market {*/
/*margin: 0;*/
/*left: 44.6%;*/
/*}*/
/*}*/

/*.hero-menu-item.hero-menu-item-2 {*/
/*right: 10%;*/
/*}*/
.hidden-xs {
    padding: 15px 30px;
    overflow: hidden;
}

.hero-menu-item p {
    font-size: 1.2em;
    font-weight: 600;
    opacity: 1;
}

.hero-menu-item span {
    font-size: 0.8em;
    opacity: 1;
}

.hero-menu-item.hero-menu-item-0:hover {
    height: 120px;
    transition: height 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.hero-menu-item.hero-menu-item-1:hover {
    height: 120px;
    transition: height 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}


.hero-menu-item.hero-menu-item-2:hover {
    height: 120px;
    transition: height 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.index-menu02 {
    display: none;
}

@media screen and (min-width: 960px) {
    .slide-text > p {
        padding: 0 100px;
    }
}

@media screen and (max-width: 960px) {

    .bs-slider {
        overflow: hidden;
        max-height: 700px;
        position: relative;
        background: #000000;
    }

    .indicators-line > .carousel-indicators {
        bottom: 3%;
    }

    .slide-text {
        top: 20%;
    }

    .index-menu {
        display: none
    }

    .slide-text > p {
        padding: 0px;
    }
}



@media screen and (max-width: 760px) {
    .index-menu02 {
        display: block;
        padding: 10px 0 20px;
        background: #0d6aad;
    }

    .he-menu {
        text-align: center;
    }

        .he-menu a {
            color: #fff
        }

        .he-menu i {
            font-size: 3em;
            border: 1px solid #fff;
            border-radius: 100%;
        }

    .slide-text > p {
        padding: 0px;
    }
}


/* 市场活动*/
.sectionTit {
    padding-top: 50px;
    text-align: center;
}

    .sectionTit h6 {
        font-size: 2em;
        color: #333;
        position: relative;
        padding-bottom: 10px;
    }

        .sectionTit h6:before {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 48%;
            background: rgba(0,0,0,1);
            width: 30px;
            height: 2px;
        }

        .sectionTit h6 em {
            color: #2087CC;
            font-style: normal;
        }

    .sectionTit p {
        font-size: 0.8em;
        color: #949494;
        margin: 0 auto;
        line-height: 24px;
        border-top: 1px solid #eee;
        padding-top: 10px;
        width: 525px;
    }

.pc-banner {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

@media screen and (max-width: 668px) {
    .pc-banner {
        background-size: auto 100%;
    }

    .sectionTit p {
        width: 100%;
    }

    .sectionTit {
        padding-top: 20px;
    }

    .pc-banner {
        margin-bottom: 0px;
    }
}

.swiper-container {
    width: 100%;
    margin: 35px 0;
}

@media screen and (max-width: 668px) {
    .swiper-container {
        margin: 20px 0 15px;
    }
}

.swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

@media screen and (max-width: 668px) {
    .swiper-slide {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}

.swiper-slide-active, .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 668px) {
    .swiper-slide-active, .swiper-slide-duplicate-active {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}

.none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.swiper-slide a {
    background: #fff;
    padding: 10px;
    display: block;
    border-radius: 0px;
}


@media screen and (min-width: 668px) {
    .swiper-slide a:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        border: 10px solid #fff;
        content: "";
        width: 100%;
        height: 100%;
        background: url(../images/top_slick_cover_bg01.png) 0 0 repeat;
        border-radius: 0px;
    }
}

.swiper-slide-active a:after {
    background: none;
}

@media screen and (max-width: 668px) {
    .swiper-slide a {
        padding: 5px;
        border-radius: 0px;
    }
}

.swiper-slide img {
    width: 100%;
    border-radius: 0px;
    display: block;
}

.swiper-slide p {
    padding: 10px 20px;
    background: #2289CE;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 668px) {
    .swiper-slide img {
        border-radius: 0px;
    }
}

.swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

.swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 4px;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 17px;
    height: 17px;
    background: #FFF;
    border: 2px solid #00a0e9;
    margin-bottom: 0;
}

@media screen and (max-width: 668px) {

    .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }

    .swiper-pagination-bullet {
        background: #00a0e9;
        margin-left: 2px;
        margin-right: 2px;
        width: 8px;
        height: 8px;
        margin-bottom: 2px;
    }

    .swiper-pagination-bullet-active {
        width: 6px;
        height: 6px;
        background: #FFF;
        border: 3px solid #00a0e9;
        margin-bottom: 0;
    }
}

.button {
    width: 1000px;
    margin: 0 auto;
    bottom: 43px;
    position: relative;
}

@media screen and (max-width: 668px) {
    .button {
        width: 70%;
        bottom: 22px;
    }
}

.button div:hover {
    background-color: #2f4798;
}

.swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #00a0e9 center 50%/50% 50% no-repeat;
}

.swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #00a0e9 center 50%/50% 50% no-repeat;
}

@media screen and (max-width: 668px) {
    .button div {
        width: 28px;
        height: 28px;
    }
}

/* 技术平台*/
.solution {
    background: #06050a;
    padding: 50px 0;
    height: 680px;
    overflow: hidden;
}

.main-wrap {
    margin: 0 auto;
    position: relative;
}

.content-group .zq-index-head {
    text-align: left;
}

    .content-group .zq-index-head h3 {
        font-size: 2.1em;
        margin: 0 0 10px;
        position: relative;
    }

        .content-group .zq-index-head h3:before {
            content: '';
            position: absolute;
            top: -8px;
            background: rgba(0,91,172,1);
            width: 30px;
            height: 3px;
            left: 0;
        }

.white {
    color: #fff !important;
}

.content-group .zq-index-head p {
    font-size: 0.8em;
    color: #fff;
    margin: 0;
}

.solution .solution-slide {
    position: relative;
    width: 100%;
}

.mt40 {
    margin-top: 40px;
}

.solution .solution-slide .solution-slide-menu {
    width: 330px;
    position: absolute;
    top: 0;
    left: 15px;
    text-align: center
}

.zq-icon {
    display: inline-block;
    background: url(../images/new300-sprite-icon.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
}

.icon100x60 {
    width: 100px;
    height: 60px;
}

.solution .solution-slide .solution-slide-menu ul {
    position: relative;
    z-index: 1
}

    .solution .solution-slide .solution-slide-menu ul li {
        padding: 20px 50px;
        cursor: pointer;
        background: hsla(0,0%,100%,.2);
        margin-bottom: 3px;
        height: 100px;
    }

        .solution .solution-slide .solution-slide-menu ul li:hover, .solution .solution-slide .solution-slide-menu ul li.active {
            background: rgba(0,160,230,1);
        }

        .solution .solution-slide .solution-slide-menu ul li p {
            margin: 20px 0 0;
            font-size: 18px;
            color: #fff
        }

.solution-icon1 {
    background-position: 0 -200px
}

.solution-icon2 {
    background-position: -100px -200px
}

.solution-icon3 {
    background-position: -200px -200px
}

.solution-icon4 {
    background-position: -300px -200px
}


.solution .solution-slide-body {
    margin: 0 0 60px 400px;
    position: relative;
}

    .solution .solution-slide-body .solution-slide-item {
        color: #fff;
    }

        .solution .solution-slide-body .solution-slide-item .h4 {
            font-size: 26px;
            margin: 20px 0;
            color: #fff;
        }

        .solution .solution-slide-body .solution-slide-item p {
            color: #fff;
            margin: 5px 0;
            font-size: 0.8em;
        }

        .solution .solution-slide-body .solution-slide-item .s-item-info-item {
            padding: 40px 0 10px;
            text-align: center
        }

            .solution .solution-slide-body .solution-slide-item .s-item-info-item img {
                width: 130px;
                height: 130px;
                border-radius: 100px;
                padding: 3px;
                border: 1px solid #fff;
            }

                .solution .solution-slide-body .solution-slide-item .s-item-info-item img:hover {
                    border: 1px solid rgba(0,91,172,1);
                    cursor: pointer;
                }

            .solution .solution-slide-body .solution-slide-item .s-item-info-item p {
                color: #fff
            }

.swiperTab li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mt150 {
    margin-top: 150px;
}

.solution .s-button {
    margin-top: 30px;
}

    .solution .s-button a:hover {
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
        border-color: #00a0e9;
        color: #00a0e9;
    }

    .solution .s-button a {
        display: block;
        width: 142px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        border: 1px solid #fff;
        border-top-color: rgb(255, 255, 255);
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-left-color: rgb(255, 255, 255);
        color: #fff;
        border-radius: 10px;
    }

@media screen and (max-width: 968px) {
    .solution .solution-slide .solution-slide-menu {
        width: 90%;
        position: relative;
        text-align: center;
    }

    .solution .solution-slide-body {
        display: none;
    }

    .solution .solution-slide .solution-slide-menu ul li {
        padding: 20px 20px;
    }

        .solution .solution-slide .solution-slide-menu ul li p {
            float: left;
        }

        .solution .solution-slide .solution-slide-menu ul li .zq-icon {
            float: left;
        }
}

#swiperTab_bg {
    -webkit-transition: background-image 1s linear;
    -moz-transition: background-image 1s linear;
    -ms-transition: background-image 1s linear;
    transition: background-image 1s linear;
}


/* 大数据*/
.content-group-sj {
    background: url("../images/bg_sj.jpg") no-repeat;
    padding: 50px 0;
}

.content-group-sj-head {
    text-align: center;
}

    .content-group-sj-head h3 {
        font-size: 2em;
        color: #fff;
        position: relative;
        padding-bottom: 10px;
    }

        .content-group-sj-head h3:before {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 46%;
            background: rgba(233,148,22,1);
            width: 90px;
            height: 2px;
        }

    .content-group-sj-head p {
        font-size: 0.8em;
        color: #fff;
        margin: 0 auto;
        line-height: 24px;
        padding-top: 20px;
    }

.detail {
    padding-top: 50px;
}

    .detail p {
        text-align: center;
    }

.increment-digital {
    font-size: 5em;
    color: rgba(255,255,255,1);
    margin: 30px 0;
}

.increment-describe {
    color: rgba(255,255,255,1);
    font-size: 1.2em;
    padding-top: 20px;
}

@media screen and (max-width: 668px) {
    .content-group-sj-head h3:before {
        left: 38%;
    }

    .increment-digital {
        font-size: 2em;
        color: rgba(255,255,255,1);
        margin: 10px 0;
    }

    .increment-describe {
        font-size: 1em;
    }
}

@media screen and (max-width: 380px) {
    .content-group-sj {
        padding: 30px 0;
    }

    .detail {
        padding-top: 30px;
    }

    .content-group-sj-head h3:before {
        left: 36%;
    }

    .increment-digital {
        font-size: 1.5em;
        color: rgba(255,255,255,1);
        margin: 10px 0;
    }

    .increment-describe {
        font-size: 0.8em;
    }
}


/* 内容页banner*/
.topic-banner {
    position: relative;
    text-align: center;
    height: 200px;
}

    .topic-banner .mask {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,.6);
    }

    .topic-banner .body {
        position: relative;
        top: 50%;
        padding: 20px 0;
        word-break: break-all;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .topic-banner h1 {
        color: #fff;
        font-size: 3.2em;
        line-height: 1.40625;
        margin: 50px 0 12px
    }

    .topic-banner h2 {
        color: #fff;
        font-size: 18px;
        font-family: 'Merriweather Sans', sans-serif;
        line-height: 1.375;
        margin: 0 0 20px;
    }

@media screen and (max-width:992px) {
    .topic-banner h1 {
        color: #fff;
        font-size: 3.2em;
        line-height: 1.40625;
        margin: 30px 0 12px
    }
}

@media screen and (max-width:688px) {
    .topic-banner {
        height: 180px;
    }
}


/* 内容页主体内容  左右分栏*/

/* 内容页主体内容  左分栏*/
.page-sidebar-column {
    float: left;
    opacity: 1;
    width: 33.3333%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url("../images/UnevenDots_White.jpg") repeat;
}

.subpage-navigation {
    float: right;
    list-style-type: none;
    padding: 0;
    margin: 50px 0 0;
    width: 250px;
}

.subpage-navigation-li {
    background: #005BAC;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

    .subpage-navigation-li a {
        color: #fff;
        font-size: 1.0em;
        display: block;
    }

.subpage-navigation-av {
    padding: 20px 0px;
    border-top: 1px solid #D9D9DA;
}

    .subpage-navigation-av:first-child {
        border-top: none;
    }

    .subpage-navigation-av h4 {
        font-size: 1em;
        font-weight: bold;
        color: #000;
        position: relative;
        padding-bottom: 10px;
        padding-left: 15px;
    }

        .subpage-navigation-av h4:before {
            content: '';
            position: absolute;
            bottom: 0px;
            left: 15px;
            background: rgba(0,91,177,1);
            width: 30px;
            height: 2px;
        }

    .subpage-navigation-av .children {
        margin: 10px 15px;
    }

        .subpage-navigation-av .children li {
            font-size: 1em;
            line-height: 180%;
        }

            .subpage-navigation-av .children li.active a {
                color: rgba(0,91,177,1);
                ;
            }

.page-sidebar-column.widgets {
    clear: left;
}

.press-release-widget {
    background: url(../images/UnevenDots_yellow.jpg) top left repeat;
    float: left;
    padding: 30px 0px 30px 0;
    margin-top: 10px;
    width: 100%;
}

.press-release-widget-container {
    float: right;
    width: 250px;
}

.press-release-widget h4 {
    color: #FFFFFF;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 7px;
    padding: 0;
    text-transform: uppercase;
}

.press-release-widget p.title {
    color: #FFFFFF;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 25px;
    margin-top: 20px;
}

@media screen and (max-width:992px) {

    .page-sidebar-column {
        float: left;
        width: 100%;
    }

    .subpage-navigation {
        margin: 0;
    }

    .subpage-navigation {
        padding: 20px;
        width: 100%;
    }

    .press-release-widget {
        background: url(../images/UnevenDots_yellow.jpg) top left repeat;
        float: left;
        padding: 0;
        margin-top: 10px;
        width: 100%;
    }

    .press-release-widget-container {
        padding: 20px 30px;
        width: 100%;
    }
}

/* 内容页主体内容  右分栏*/
.page-content-column {
    background: #FFF;
    float: right;
    opacity: 1;
    width: 66.6666%;
}

.page-content {
    width: 100%;
    max-width: 860px;
    padding: 10px 0 40px 40px;
}

.content-container .subtitle {
    padding: 10px 0 15px;
    border-bottom: 1px solid #D9D9DA;
    font-size: 1.2em;
    color: #0059AC;
    position: relative;
}

    .content-container .subtitle:before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: rgba(0,91,177,1);
        width: 50px;
        height: 2px;
    }

.high-paragraph {
    padding: 20px 0 0;
}

    .high-paragraph .nav-tabs {
        border-bottom: none;
    }

    .high-paragraph .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 25px;
        background: #F7F8FA;
    }

    .high-paragraph .nav-tabs > li > a:hover {
        border-radius: 0;
    }

    .high-paragraph .nav-tabs > li.active > a, .high-paragraph .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #555555;
        background-color: #ffffff;
        cursor: default;
        border-radius: 0;
        border-bottom: 1px solid #dddddd;
        border-top: 2px solid rgba(0,91,177,1);
    }

.tab-content {
    padding-top: 20px;
}

@media screen and (max-width:992px) {
    .page-content-column {
        float: left;
        width: 100%;
    }

    .page-content {
        width: 100%;
        padding: 20px;
    }

    .high-paragraph .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 15px;
        background: #F7F8FA;
    }

    .high-paragraph .nav-tabs > li.active > a, .high-paragraph .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #555555;
        background-color: #ffffff;
        cursor: default;
        border-radius: 0;
        border-bottom: none;
    }
}



/*文章内容页*/
.article-content {
    font-size: 1em;
    color: #222;
    margin-right: 20px;
}

    .article-content a {
        color: #006699;
        /*text-decoration: underline;*/
    }

    .article-content h2 {
        font-size: 1.4em;
        font-weight: 500;
        line-height: 2rem;
        margin: 25px 0 20px;
    }

    .article-content h3 {
        font-size: 1.4em;
        font-weight: 600;
        line-height: 1.75rem;
        margin: 25px 0 20px;
    }

    .article-content h4 {
        font-size: 1.2em;
        font-weight: 500;
        line-height: 1.5em;
        margin: 15px 0 10px;
    }

    .article-content blockquote {
        padding: 15px 25px;
        margin: 0 0 30px;
        background-color: #fafafa;
        border-left: 5px solid #f2f2f2;
    }

        .article-content blockquote * {
            color: #333;
            font-size: 1.2em;
            line-height: 1.55rem;
        }

    .article-content p {
        font-size: 1em;
        line-height: 2rem;
        /*text-align: justify;*/
        text-justify: inter-ideograph;
        margin-top: 15px;
        color: #222;
        word-wrap: break-word;
    }

    .article-content img {
        border: none;
        vertical-align: middle;
        max-width: 100%;
        text-align: center;
    }

    .article-content b, .article-content strong {
        font-weight: 700;
    }

    .article-content ul, .article-content ol {
        margin-bottom: 15px;
        margin-left: 45px;
        margin-bottom: 13px;
        line-height: 29px;
    }

        .article-content ul li {
            list-style: disc;
        }

        .article-content ol li {
            list-style: decimal;
        }

    .article-content hr {
        border-color: #eee;
        margin: 15px 0;
        height: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .article-content table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        border: 1px solid #dddddd;
        /*font-size: 14px;*/
    }

        .article-content table * {
            /*font-size: 14px;*/
        }

        .article-content table p {
            /*font-size: 14px;*/
            margin-bottom: 0;
        }

        .article-content table > thead > tr > th,
        .article-content table > tbody > tr > th,
        .article-content table > tfoot > tr > th,
        .article-content table > thead > tr > td,
        .article-content table > tbody > tr > td,
        .article-content table > tfoot > tr > td {
            border: 1px solid #dddddd;
            padding: 8px;
            line-height: 1.42857143;
            font-weight: 300;
        }

        .article-content table > tbody > tr:nth-of-type(2n+1) {
            background-color: #f9f9f9;
        }

    .article-content i {
        font-style: italic;
        font-size: 14px;
    }



/*技术平台*/

.mid-nav {
    text-align: center;
}

    .mid-nav li {
        display: inline-block;
        padding: 15px 0;
    }

        .mid-nav li a {
            color: #666;
            font-size: 1.1em;
            text-decoration: none;
            text-transform: uppercase;
            padding: 0 3em;
        }

        .mid-nav li.active a {
            color: #0059AC;
        }

        .mid-nav li:hover {
            background: rgba(202,230,255,1);
            color: #005BAC;
            cursor: pointer;
        }

            .mid-nav li:hover a {
                color: #0059AC;
            }

.con-container {
    padding: 70px 0 50px;
}

.tertiary-content, .tertiary-image {
    margin-bottom: 30px;
}

    .tertiary-image img {
        width: 100%;
    }

    .tertiary-content h3 {
        font-size: 1.6em;
        font-weight: 800;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
    }

        .tertiary-content h3 a {
            color: #0059AC;
        }

    .tertiary-content p {
        color: #484647;
        margin: 9px 0;
        font-size: 1em;
        max-width: 420px;
    }

.btn-xq {
    background: #373838;
    font-size: 1em;
    border: none;
    padding: 10px 20px;
    color: #fff;
    margin-top: 10px;
    line-height: 20px;
}

    .btn-xq:hover {
        text-decoration: underline;
    }

    .btn-xq i {
        background: #00A0E9;
        width: 20px;
        height: 20px;
        border-radius: 1.33333333em;
        display: inline-block;
        vertical-align: top;
        line-height: 22px;
        margin-left: 10px;
        font-size: 0.8em;
    }

@media screen and (max-width:1024px) {
    .mid-nav li a {
        padding: 0 2em;
    }
}

@media screen and (max-width:668px) {
    .mid-nav {
        display: none;
    }

    .con-container {
        padding: 30px 0 10px;
    }
}


#footer-widget-container > div {
    padding-top: 75px;
    height: 357px;
    width: 50%;
}

#footer-widget-one {
    background: url(../images/UnevenDots_Blue.jpg) top left repeat;
}

#footer-widget-two {
    background: url(../images/UnevenDots_DarkBlue.jpg) top left repeat;
}

.publications-box, .updates-box {
    color: #FFF;
    display: block;
    margin: 0 auto;
    width: 462px;
}

.footer-widget-content {
    float: right;
    margin-left: 31px;
    margin-top: 0;
    width: 325px;
}

#footer-widget-container span.icon {
    display: block;
    float: left;
    height: 101px;
    width: 100px;
}

.publications-box span.icon {
    background: url(https://www.pacb.com/wp-content/themes/pacific-biosciences/img/footer-widget-publications-icon.svg);
}

.updates-box span.icon {
    background: url(https://www.pacb.com/wp-content/themes/pacific-biosciences/img/footer-widget-updates-icon.svg);
}

#footer-widget-one h4, #footer-widget-two h4 {
    line-height: 28px;
    margin-top: -4px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 1.5em;
    font-weight: 800;
    text-transform: uppercase;
}

#footer-widget-one p, #footer-widget-two p {
    line-height: 25px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 1em;
    font-weight: 300;
    padding: 20px 0;
}

@media screen and (max-width:996px) {
    #footer-widget-container > div {
        padding-top: 75px;
        width: 100%;
    }
}


@media screen and (max-width:668px) {
    #footer-widget-container > div {
        padding-top: 75px;
        width: 100%;
    }

    .footer-widget-content {
        float: left;
        margin-left: 31px;
        margin-top: 0;
        width: 200px;
    }
}


/*市场活动*/
.wrapper {
    margin: 20px 0;
}

.ui-head {
    height: 60px;
    position: relative;
}

    .ui-head .willtit {
        padding-left: 4%;
        height: 60px;
        line-height:60px;
        overflow: hidden;
    }
        .ui-head .willtit p {
            float: right;
            text-align: right;
        }

    .ui-head .willtit p.lanseshuxian {
        float: left;
        font-size: 14px;
        color: #4c4a44;
    }
    .ui-head .willtit p.lanseshuxian::before {
        content: '';
        display: inline-block;
        margin: auto;
        width: 3px;
        height: 26px;
        border-radius: 10px;
        background-color: #003e7a;
        position: relative;
        top: 5px;
    }
    .ui-head .willtit strong {
        float: left;
        font-size: 14px;
        color: #4c4a44;
        font-weight:normal;
    }
    .ui-head .willtit strong.mbx_dyh {
        margin: auto 10px;
    }

.qfe_wrapper {
    margin: 40px 30px 40px;
}

.qfe_thumbnails li {
    max-width: 33%;
    margin-bottom: 10px;
    border-bottom: 1px solid transparent;
    padding: 15px;
    animation-delay: 0.1s;
    animation-name: qfyfadeInUp;
    visibility: visible;
    display: inline-block;
}

    .qfe_thumbnails li:hover {
        transition: all .6s ease;
        cursor: pointer;
    }

        .qfe_thumbnails li:hover img {
            transform: scale(1.05);
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

.post-thumb {
    overflow: hidden;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    vertical-align: top;
}

    .post-thumb a.bitImageAhover {
        position: relative;
        display: inline-block;
        max-width: 100%;
    }

    .post-thumb img {
        border-radius: 4px;
        max-width: 100%;
        cursor: pointer;
        transition: all 0.6s;
    }

.post-title {
    padding-top: 20px;
    padding-bottom: 30px;
    font-weight: normal;
    color: #555555;
    line-height: 16px;
    vertical-align: top;
    text-align: left;
    width: 100%;
    position: relative;
}

    .post-title a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }

.qfe_thumbnails li .post-title {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ededed;
}

    .qfe_thumbnails li .post-title::before {
        position: absolute;
        content: '';
        width: 0;
        height: 1px;
        background-color: #005BAC;
        left: 0px;
        bottom: -1px;
        margin: 0;
        transition: all .6s ease 0s;
    }

.qfe_thumbnails li:hover .post-title a {
    color: #005BAC;
    cursor: pointer;
    transition: all 0.6s;
}

.qfe_thumbnails li:hover .post-title::before {
    width: 100%;
}

.post_excerpt {
    color: #777777;
    font-size: 0.8em;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vc_read_more_wrapper {
    width: 100% !important;
    text-align: left;
    margin-top: 10px;
}

    .vc_read_more_wrapper a {
        color: #cccccc;
        font-size: 13px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 8px;
        padding-right: 8px;
    }

.qfe_thumbnails li .vc_read_more {
    border-width: 1px;
    border-style: solid;
    border-color: #d8d8d8;
    background-color: transparent;
}

.qfe_thumbnails li:hover .vc_read_more {
    border-color: #005BAC;
    color: #005BAC;
}

@media screen and (max-width:668px) {
    .qfe_thumbnails li {
        max-width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px solid transparent;
        padding: 15px;
        animation-delay: 0.1s;
        animation-name: qfyfadeInUp;
        visibility: visible;
        display: inline-block;
    }

    .qfe_wrapper {
        margin: 20px;
    }
}

.qfe_thumbnails_fluid {
    margin: 40px 0;
}

    .qfe_thumbnails_fluid li {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dotted rgb(229, 229, 229);
        visibility: visible;
    }

        .qfe_thumbnails_fluid li:hover {
            transition: all .6s ease;
            cursor: pointer;
        }

            .qfe_thumbnails_fluid li:hover img {
                transform: scale(1.05);
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

    .qfe_thumbnails_fluid .post-thumb {
        overflow: hidden;
        width: 180px;
        padding-right: 20px;
        vertical-align: top;
        float: left;
        margin-bottom: 10px;
    }

    .qfe_thumbnails_fluid .blog-content {
        vertical-align: top;
        font-size: 14px;
        color: #8d9095;
        padding-right: 5px;
        text-align: left;
    }

    .qfe_thumbnails_fluid .post-title {
        padding-top: 0px;
        padding-bottom: 0px;
        font-weight: normal;
        color: #555555;
        line-height: 16px;
        vertical-align: top;
        text-align: left;
        width: 100%;
        position: relative;
    }

    .qfe_thumbnails_fluid li:hover .post-title a {
        color: #005BAC;
    }

@media screen and (max-width:668px) {
    .qfe_thumbnails_fluid .post-thumb {
        width: 100%;
        padding-right: 20px;
        vertical-align: top;
        float: none;
        margin-bottom: 10px;
    }
}

.ui-head-nav {
    margin-top: 20px;
}

    .ui-head-nav li {
        display: inline-block;
        margin-left: 20px;
    }

        .ui-head-nav li a {
            border: 1px solid #666;
            padding: 5px 15px;
            font-size: 16px;
        }

            .ui-head-nav li a:hover, .ui-head-nav li.active a {
                background: #005BAC;
                border: 1px solid #005BAC;
                color: #fff;
            }

@media screen and (max-width:668px) {
    .ui-head-nav li {
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 15px;
    }
}

.contain-detail-title {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 2.8em;
}

.contain-detail .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}



    .contain-detail .video iframe,
    .contain-detail .video object,
    .contain-detail .video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/* ========================================================================= *\
    *滚动视频 css
\* ========================================================================= */

.vmc-container {
    position: relative;
}

.vmc-viewport {
    overflow: hidden;
}

.vmcarousel {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 1000%;
}

    .vmcarousel:after {
        content: '';
        display: table;
        clear: both;
    }

    .vmcarousel > li {
        float: left;
    }

        .vmcarousel > li img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
        }

.vmc-container.hide-controls .vmc-arrow-left, .vmc-container.hide-controls .vmc-arrow-right {
    display: none;
}

.vmc-arrow-left, .vmc-arrow-right {
    position: absolute;
    top: 40%;
    left: -15px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    overflow: hidden;
    opacity: 0;
    border-radius: 50%;
    transition: opacity 0.3s ease;
    text-align: center;
}

.vmc-arrow-right {
    left: auto;
    right: -15px;
}

.vmc-container:hover .vmc-arrow-left, .vmc-container:hover .vmc-arrow-right {
    opacity: 1;
}

.vmc-arrow-left:after, .vmc-arrow-right:after {
    content: '';
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    line-height: 50px;
    color: #00A0E9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*text-shadow: 2px 2px #000;*/
}

.vmc-arrow-left:hover:after, .vmc-arrow-right:hover:after {
    color: #00A0E9;
}

.vmc-arrow-left:after {
    content: "\e079";
}

.vmc-arrow-right:after {
    content: "\e080";
}

.vmc-container img[src$=".svg"] {
    width: 100% !important;
    height: auto !important;
    max-height: 100%;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}


/*滚动视频*/
.Scroll-video {
    padding: 20px 0 80px;
}

    .Scroll-video h3 {
        margin-bottom: 10px;
        font-size: 1em;
        color: #333;
    }

.vmc-centered {
    padding: 10px 0;
}

    .vmc-centered img {
        transition: all 0.3s ease;
        width: 200px;
    }

    .vmc-centered .vmc_active img {
        transform: scale(1.2);
    }

    .vmc-centered p {
        text-align: center;
        margin-top: 20px;
    }

/*加载*/
.loading-more {
    display: block;
    width: 100%;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 1em;
    color: #666;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.05);
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

    .loading-more:hover {
        box-shadow: 0 2px 4px rgba(0,0,0,.1);
        color: #333;
        text-decoration: none;
    }

/*联系我们*/
.c-contact__header {
    padding: 30px 0;
}

.c-contact-form {
    color: rgb(33, 48, 70);
    padding: 56px 50px 35px;
    border-top-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 0;
    background: rgb(243, 243, 243);
}

.f-form__content-wrap {
    margin-bottom: 27px;
    padding-bottom: 11px;
    border-bottom: 1px solid rgb(223, 223, 223);
}

.c-aside {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.c-aside__address__item {
    margin: 20px 0px;
    float: left;
    border: 1px solid #eee;
    border-top-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 0;
    padding: 20px 15px 10px;
}

    .c-aside__address__item h5 {
        font-size: 16px;
        font-weight: 900;
        line-height: 24px;
        color: rgb(0, 0, 0);
        position: relative;
        margin-bottom: 20px;
    }

        .c-aside__address__item h5:before {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0px;
            background: rgba(0,91,177,1);
            width: 30px;
            height: 2px;
        }

    .c-aside__address__item p {
        font-size: 0.95em;
        font-weight: 500;
        line-height: 160%;
        color: #666;
    }

        .c-aside__address__item p a {
            color: #097bc9;
        }

/*质量体系*/
.qms-list {
    overflow: hidden;
    margin-bottom: 10px;
    border: 0;
}

.qms-list-item {
    padding: 20px 30px;
    background-color: #f5f5f5;
}

.qms-list .qms-list-item.open {
    background-color: #005BAC;
}

    .qms-list .qms-list-item.open strong {
        color: #fff;
    }

.qms-list-item strong {
    font-weight: bold;
    font-size: 1.2em;
    color: #0059AC;
}

.qms-list-item span i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #00A0E9;
    text-align: center;
    color: #fff;
    border-radius: 30px;
}

.qms-list-box-body {
    padding: 20px;
}

    .qms-list-box-body p {
        color: #0059AC;
        font-weight: bold;
    }


/*资源下载*/
.resources-box {
    padding: 20px 0;
}

.resources-box-item {
    padding: 15px 20px;
}

    .resources-box-item:nth-child(even) {
        background: rgb(72,70,71);
        background: transparent\9;
        background: rgba(72,70,71,0.05);
    }

    .resources-box-item em {
        font-size: 0.8em;
        color: #000;
        font-style: normal;
    }

    .resources-box-item h3 {
        font-size: 1em;
        padding: 5px 0;
    }

        .resources-box-item h3 a {
            color: #0059AC;
        }

    .resources-box-item p {
        font-size: 0.9em;
        color: #666;
    }


/*应用领域*/
#applications——box1 {
    padding: 60px 0 50px;
    background: #fff;
}

.section-header {
    margin-bottom: 50px;
}

    .section-header .section-title {
        font-size: 44px;
        color: #005BAC;
        position: relative;
        padding-bottom: 10px;
        margin: 0 0 20px;
        display: block;
        text-align: center;
    }

        .section-header .section-title::before {
            content: "";
            position: absolute;
            width: 140px;
            bottom: -5px;
            right: 0;
            width: 60px;
            background: #005BAC;
            margin: 0 auto;
            left: 0;
            right: 0;
            height: 3px;
        }


#applications——box1 .single-testimonial {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    width: 19%;
    float: left;
    margin-right: 1%;
    text-align: left;
    margin-bottom: 20px;
}



#applications——box1 p {
    color: #333;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.boxsaw {
    border: 1px solid #005BAC;
    margin-top: 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 0;
    padding: 20px 40px;
}

.listarrow {
    margin-top: 10px;
    min-height: 230px;
}

    .listarrow h4 {
        font-size: 0.9em;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .listarrow li {
        list-style: none;
        font-size: 0.9em;
        background: url("../images/icon_jt.png") no-repeat left 8px;
        padding-left: 15px;
    }

        .listarrow li a {
            color: #333;
        }

#testimonial {
    background: #222222;
    background-size: cover;
    padding: 100px 0;
    color: #3B8838;
    background: url('../images/bg.jpg');
    background-size: auto auto;
    background-size: cover;
}

    #testimonial .section-header h2 {
        color: #fff;
    }

        #testimonial .section-header h2::before {
            background: #fff;
        }

    #testimonial .section-header p {
        text-align: center;
        color: #fff;
        font-size: 0.9em;
    }

    #testimonial .single-testimonial {
        padding: 15px 20px;
        margin-bottom: 22px;
        position: relative;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        font-size: 14px;
        /*background: rgb(255, 255, 255);*/
        color: #fff;
        line-height: 22px;
        border-radius: 5px;
        border: 1px solid rgba(255,255,255,0.5);
        border-top-left-radius: 30px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 0;
        width: 18%;
        float: left;
        margin-right: 2%;
        text-align: left;
    }

    #testimonial .listarrow li a {
        color: #fff;
    }

#applications——box2 {
    padding: 60px 0 50px;
    background: #fff;
}

    #applications——box2 .single-testimonial {
        position: relative;
        font-size: 14px;
        line-height: 22px;
        width: 30%;
        float: left;
        margin-right: 2%;
        text-align: left;
        margin-bottom: 20px;
    }

    #applications——box2 p {
        color: #333;
        font-size: 0.9em;
        margin-bottom: 10px;
    }

#applications——box1 .img-responsive {
    min-height: 320px;
}

#applications——box2 .img-responsive {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (max-width:990px) {

    .img-responsive {
        width: 100%;
        margin-bottom: 20px;
    }

    #applications——box1 .single-testimonial {
        width: 30%;
        float: left;
        margin-right: 2%;
    }

    #testimonial .single-testimonial {
        width: 30%;
        float: left;
        margin-right: 2%;
    }
}

@media screen and (max-width:668px) {
    #applications——box1 {
        padding: 30px 0 20px;
    }

        #applications——box1 .single-testimonial {
            width: 48%;
            float: left;
            margin-right: 2%;
        }

    #testimonial {
        padding: 50px 0;
    }

        #testimonial .single-testimonial {
            width: 48%;
            float: left;
            margin-right: 2%;
        }

    #applications——box2 {
        padding: 30px 0 20px;
    }

        #applications——box2 .single-testimonial {
            width: 48%;
            float: left;
            margin-right: 2%;
        }
}

@media screen and (max-width:480px) {
    .listarrow {
        margin-top: 10px;
        min-height: 50px;
    }

    #applications——box1 .single-testimonial {
        width: 100%;
        float: left;
        margin-right: 0%;
    }

    #testimonial .single-testimonial {
        width: 100%;
        float: left;
        margin-right: 0%;
    }

    #applications——box2 .single-testimonial {
        width: 100%;
        float: left;
        margin-right: 0%;
    }
}




/*搜索*/
.content-search-input {
    position: relative;
    width: 100%;
    margin: 40px auto 0;
    color: #333;
}

    .content-search-input button {
        height: 50px;
        margin: 0;
        padding: 0 20px;
        vertical-align: middle;
        background: #E99416;
        border: 0;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 50px;
        color: #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        text-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
    }

        .content-search-input button:hover {
            opacity: 0.6;
            color: #fff;
        }

    .content-search-input i {
        font-size: 1.8em;
        vertical-align: middle;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
    }

.js-search-input {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    border-radius: 4px;
    width: 400px;
}

@media screen and (max-width:800px) {
    .content-search-input {
        margin: 0px auto;
    }
}

@media screen and (max-width:600px) {
    .content-search-input {
        margin: 0px auto;
    }

    .js-search-input {
        width: 250px;
    }
}

@media screen and (max-width:320px) {
    .content-search-input {
        margin: 0px auto;
    }

    .js-search-input {
        width: 200px;
    }
}


.js-search-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}



.content-search {
    margin: 20px auto 30px;
}

    .content-search em {
        color: #F86334;
    }


.content-search-result-title {
    font-size: 1.1em;
    padding: 8px;
    margin: 0 0 15px;
    color: #999;
}

.search-newslist li {
    padding: 20px;
    margin-bottom: 20px;
}

    .search-newslist li:nth-child(odd) {
        background: rgb(72,70,71);
        background: transparent\9;
        background: rgba(72,70,71,0.05);
    }

.search-newslist ul li .inner_li {
    overflow: hidden;
    position: relative;
}

.search-newslist .img_box {
    position: relative;
    overflow: hidden;
}

    .search-newslist .img_box img {
        height: auto;
        overflow: hidden;
    }

.search-newslist .intro {
    line-height: 1.5;
    color: #333;
}

    .search-newslist .intro h3 {
        font-size: 1.2em;
        margin-top: -4px;
        overflow: hidden;
        font-weight: 600;
        margin-bottom: 0.75em;
        line-height: 1.4em;
        max-height: 2.8em;
    }

        .search-newslist .intro h3 a {
            color: #0059AC;
        }

        .search-newslist .intro h3:hover {
            text-decoration: none;
            color: #333;
        }

    .search-newslist .intro .abstract {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 1.675rem;
        max-height: 3.3rem;
    }

    .search-newslist .intro .info {
        vertical-align: middle;
        margin-top: 10px;
        font-size: 14px;
    }

.fixed {
    position: fixed
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.z-50 {
    z-index: 50
}

.m-0 {
    margin: 0
}

.box-border {
    box-sizing: border-box
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.\!hidden {
    display: none !important
}

.h-9 {
    height: 36px
}

.w-20 {
    width: 80px
}

.w-full {
    width: 100%
}

.cursor-pointer {
    cursor: pointer
}

.flex-col {
    flex-direction: column
}

.items-center {
    align-items: center
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse))
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)))
}

.rounded-none {
    border-radius: 0
}

.border-solid {
    border-style: solid
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(1 102 179 / var(--tw-bg-opacity))
}

.p-4 {
    padding: 16px
}

.font-sans {
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"
}

.text-sm {
    font-size: 14px
}

.text-xl {
    font-size: 20px
}

.italic {
    font-style: italic
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(1 102 179 / var(--tw-text-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
    .md\:flex-row {
        flex-direction: row
    }

    .md\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(28px * var(--tw-space-x-reverse));
        margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)))
    }
}
