/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

li {
    list-style-type: none;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}


/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}


/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
   Zhongjunmotor styles.
   ========================================================================== */

* {
    font-family: "arial", "  UI", sans-serif;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #272727;
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

@media (min-width: 768px) {
    body {
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
    }
}

[v-cloak] {
    display: none!important;
}

.zj-header {
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #FFFFFF;
    background-image: url("../images/header_bg_big.jpg");
    -webkit-box-shadow: 0 0 10px #979da7 !important;
    -moz-box-shadow: 0 0 10px #979da7 !important;
    box-shadow: 0 0 10px #979da7 !important;
}

.zj-header .zj-header-title {
    background-color: #192e58;
    padding: 0 10px;
}

.zj-header .zj-header-title p {
    font-size: 12px;
    height: 20px;
    margin: 0 auto;
    line-height: 20px;
    color: #FFFFFF;
}

.zj-header .zj-header-title p span {
    display: none;
    float: right;
    color: #FFFFFF;
}

.zj-header .zj-header-title p span a {
    color: #FFFFFF;
}

.zj-header .zj-header-title p span a:hover {
    color: #FF0000;
}

.zj-header .zj-navbar {}

.zj-header .zj-navbar .head1 {
    height: 50px;
}

.zj-header .zj-navbar .zj-navbar-header {
    height: 50px;
}

.zj-header .zj-navbar .zj-navbar-brand {}

.zj-header .zj-navbar .zj-navbar-brand img {
    width: auto;
    height: 30px;
    margin-top: 10px;
}

.zj-header .zj-navbar .zj-toggle-button {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    bottom: 13px;
    -webkit-tap-highlight-color: transparent;
}

.zj-header .zj-navbar .zj-toggle-button img {
    width: 24px;
    height: 24px;
}

.zj-header .zj-navbar .zj-navbar-collapse {
    overflow: hidden;
    /* height: 0;*/
    display: none;
    padding: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 3px #64676c !important;
    -moz-box-shadow: 0 2px 3px #64676c !important;
    box-shadow: 0 2px 3px #64676c !important;
    border-top: 0;
    /* -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;*/
}

.zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item {
    position: relative;
    border-bottom: 1px solid #E8E8E8;
    padding: 8px;
}

.zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item:last-child {
    border: 0;
}

.zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item .zj-nav-link {
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    line-height: 30px;
    -webkit-tap-highlight-color: transparent;
}

.zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item .zj-nav-link.active {
    color: #ff7711;
}

.zj-dropdown-menu {
    position: relative;
}

.erji {
    position: relative;
}

.erji:hover .sanji {
    display: block;
    opacity: 1;
}

.sanji {
    position: absolute;
    left: 100%;
    top: 0;
    width: 120%;
    background-color: #000;
    text-align: left;
}

.sanji a {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 10px;
}

.zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item.zj-dropdown .zj-dropdown-menu {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #FFFFFF;
    display: none;
}

.zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item.zj-dropdown .zj-dropdown-menu .zj-dropdown-item {
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    cursor: pointer;
    color: #64676c;
}

.zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item.zj-dropdown .zj-dropdown-menu .zj-dropdown-item:hover {
    color: #ff7711;
}

@media (min-width: 768px) {
    .zj-header {
        position: relative;
        height: 150px;
    }
    .zj-header .zj-header-title {
        padding: 0;
    }
    .zj-header .zj-header-title p {
        font-size: 12px;
    }
    .zj-header .zj-header-title p span {
        display: inline-block;
        font-size: 12px;
    }
    .zj-header .zj-navbar .head1 {
        height: 130px;
    }
    .zj-header .zj-navbar .zj-navbar-header {
        height: 130px;
        float: left;
    }
    .zj-header .zj-navbar .zj-navbar-brand {}
    .zj-header .zj-navbar .zj-navbar-brand img {
        width: auto;
        height: 50px;
        margin-top: 30px;
    }
    .zj-header .zj-navbar .zj-toggle-button {
        display: none;
    }
    .zj-header .zj-navbar .zj-navbar-collapse {
        float: right;
        display: block;
        margin-top: 40px;
        height: 50px;
        padding: 0;
        position: relative;
        overflow: inherit;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        background-color: transparent;
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item {
        height: 50px;
        float: left;
        padding: 0;
        border: 0;
        text-align: center;
        /*width: 100px; */
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item .zj-nav-link {
        font-size: 15px;
        line-height: 50px;
        padding: 0 5px;
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item .zj-nav-link:hover,
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item .zj-nav-link.active {
        color: #272727;
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item .zj-nav-link:hover:after,
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item .zj-nav-link.active:after {
        width: 30px;
        height: 3px;
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item .zj-nav-link:after {
        position: absolute;
        width: 0;
        height: 3px;
        background-color: #ff7711;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        content: " ";
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        border-radius: 3px !important;
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item.zj-dropdown:hover .zj-nav-link:after {
        width: 40px;
        height: 3px;
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item.zj-dropdown .zj-dropdown-menu {
        display: block;
        position: absolute;
        top: 70px;
        width: 120px;
        left: 0;
        margin-left: -15px;
        /* overflow: hidden; */
        -webkit-box-shadow: 0 5px 10px #979da7 !important;
        -moz-box-shadow: 0 5px 10px #979da7 !important;
        box-shadow: 0 5px 10px #979da7 !important;
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item.zj-dropdown .zj-dropdown-menu .zj-dropdown-item {
        text-align: center;
        font-size: 13px;
        line-height: 19.5px;
        font-weight: normal;
        padding: 8px 0;
        width: 100%;
        color: #272727;
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item.zj-dropdown .zj-dropdown-menu .zj-dropdown-item:hover {
        color: #FFFFFF;
        background-color: #ff7711;
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item.zj-dropdown:hover .zj-dropdown-menu {
        top: 50px;
        opacity: 1;
        z-index: 3;
        height: auto;
        padding: 8px 0;
    }
}

@media (min-width: 992px) {
    .zj-header {}
    .zj-header .zj-navbar .zj-navbar-header {}
    .zj-header .zj-navbar .zj-navbar-header .zj-navbar-brand {}
    .zj-header .zj-navbar .zj-navbar-header .zj-navbar-brand img {
        height: 57px;
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item {
        /*width: 100px;*/
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item .zj-nav-link {
        font-size: 16px;
        padding: 0 10px;
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item .zj-nav-link:hover:after,
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item .zj-nav-link.active:after {
        width: 40px;
        height: 3px;
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item.zj-dropdown .zj-dropdown-menu {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .zj-header {}
    .zj-header .zj-header-title p {
        font-size: 12px;
    }
    .zj-header .zj-header-title p span {
        font-size: 12px;
    }
    .zj-header .zj-navbar .zj-navbar-header {}
    .zj-header .zj-navbar .zj-navbar-header .zj-navbar-brand {}
    .zj-header .zj-navbar .zj-navbar-header .zj-navbar-brand img {
        width: auto;
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item {
        /* width: 120px; */
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item .zj-nav-link {
        padding: 0 8px;
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item .zj-nav-link:hover:after,
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item .zj-nav-link.active:after {
        width: 50px;
        height: 3px;
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item.zj-dropdown:hover .zj-nav-link:after {
        width: 50px;
        height: 3px;
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item.zj-dropdown .zj-dropdown-menu {
        width: 260px;
        display: none;
    }
    .zj-header .zj-navbar .zj-navbar-collapse .zj-nav-item.zj-dropdown .zj-dropdown-menu .zj-dropdown-item {
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
    }
}

.zj-section {
    padding: 25px 5px;
}

.zj-section.zj-btn-section .zj-btn-box {
    text-align: center;
}

.zj-section.zj-banner-section {
    padding: 0;
    position: relative;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

.zj-section.zj-banner-section .zj-banner-bottom-box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.55);
    display: none;
}

.zj-section.zj-banner-section .zj-banner-bottom-box .zj-banner-tag-box .zj-page-title-box {
    background-color: #ff7711;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    height: 35px;
}

.zj-section.zj-banner-section .zj-banner-bottom-box .zj-banner-tag-box .zj-page-title-box h1,
.zj-section.zj-banner-section .zj-banner-bottom-box .zj-banner-tag-box .zj-page-title-box h2 {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    font-family: "Yuanti SC", "幼圆", "PingFang SC", "  UI Light", sans-serif;
}

.zj-section.zj-banner-section .zj-banner-bottom-box .zj-banner-tag-box .zj-page-place-box {
    float: right;
}

.zj-section.zj-banner-section .zj-banner-bottom-box .zj-banner-tag-box .zj-page-place-box .zj-page-place {
    color: #FFFFFF;
    line-height: 19px;
    padding: 8px 10px;
    font-size: 12px;
}

.zj-section.zj-banner-section .zj-banner-bottom-box .zj-banner-tag-box .zj-page-place-box .zj-page-place .active {
    color: #FFFFFF;
    line-height: 19px;
}

.zj-section.zj-banner-section .zj-banner-bottom-box .zj-banner-tag-box .zj-page-place-box .zj-page-place a {
    color: #fff;
}

.zj-section.zj-banner-section .zj-banner-bottom-box .zj-banner-tag-box .zj-page-place-box .zj-page-place a:hover {
    color: #ff7711;
}

.zj-section.zj-home-section {
    border-bottom: 1px solid #E8E8E8;
}

.zj-section.zj-home-banner-section {
    height: 300px;
}

.zj-section.zj-home-banner-section .zj-swiper-slide-img {
    position: relative;
}

.zj-section.zj-home-banner-section .zj-swiper-slide-img .container {
    position: relative;
}

.zj-section.zj-home-banner-section .zj-swiper-slide-img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    content: ' ';
    z-index: 1;
}

.zj-section.zj-home-banner-section .zj-home-banner-content {
    position: absolute;
    z-index: 2;
    top: 100px;
    left: 0;
    padding: 0 20px;
    width: 100%;
}

.zj-section.zj-home-banner-section .zj-home-banner-content h1,
.zj-section.zj-home-banner-section .zj-home-banner-content h3,
.zj-section.zj-home-banner-section .zj-home-banner-content p {
    text-align: center;
    color: #FFFFFF;
    text-shadow: 3px 3px 5px #333333;
}

.zj-section.zj-home-banner-section .zj-home-banner-content h1,
.zj-section.zj-home-banner-section .zj-home-banner-content h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
}

.zj-section.zj-home-banner-section .zj-home-banner-content p {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
}

.zj-section.zj-home-banner-section .zj-swiper-slide-img {
    background-repeat: no-repeat;
    background-position: center;
}

.zj-section.zj-home-banner-section .zj-swiper-slide-img.zj-swiper-slide-img-p-bc {
    background-position: bottom center;
}

.zj-section.zj-home-banner-section .zj-swiper-slide-img.zj-swiper-slide-img-p-tc {
    background-position: top center;
}

.zj-section.zj-home-banner-section .zj-swiper-slide-img.zj-swiper-slide-img-p-1 {
    background-position: right 70px;
}

.zj-section.zj-home-banner-section .zj-swiper-slide-img.zj-swiper-slide-img-p-2 {
    background-position: center 30px;
}

.zj-section .zj-section-title {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.zj-section .zj-section-title h1,
.zj-section .zj-section-title h3 {
    font-family: "Yuanti SC", "幼圆", "PingFang SC", "  UI Light", sans-serif;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 33px;
    font-weight: bold;
}

.zj-section .zj-section-title p {
    display: block;
    padding: 0 10px;
    color: #333333;
    margin: 0 auto;
}

.zj-section .zj-section-title span {
    position: absolute;
    background-color: #ff7711;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    content: " ";
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    width: 75px;
    height: 3px;
}

.zj-section .zj-section-title-2 {
    position: relative;
}

.zj-section .zj-section-title-2 h3 {
    padding: 5px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}

.zj-section .zj-section-title-2 h3:before,
.zj-section .zj-section-title-2 h3:after {
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #999999;
    top: 18px;
    content: '  ';
}

.zj-section .zj-section-title-2 h3:before {
    right: 50%;
    margin-right: -190px;
}

.zj-section .zj-section-title-2 h3:after {
    left: 50%;
    margin-left: -190px;
}

.zj-section .zj-section-content .zj-solution-section-box {
    margin-top: 35px;
}

.zj-section .zj-section-content .zj-sitemap-box {
    padding: 20px 30px 30px;
}

.zj-section .zj-section-content .zj-sitemap-box .zj-navbar-nav {
    border: 1px solid #D8D8D8;
}

.zj-section .zj-section-content .zj-sitemap-box .zj-navbar-nav .zj-nav-item {
    display: inline-block;
    float: left;
    padding: 0 10px;
}

.zj-section .zj-section-content .zj-sitemap-box .zj-navbar-nav .zj-nav-item .zj-nav-link {
    font-size: 14px;
    line-height: 35px;
    color: #979da7;
}

.zj-section .zj-section-content .zj-sitemap-box .zj-navbar-nav .zj-nav-item:hover .zj-nav-link {
    color: #ff7711;
}

.zj-section .zj-section-content .zj-sitemap-box .zj-navbar-nav.zj-navbar-nav-1 {
    border: 0;
}

.zj-section .zj-section-content .zj-sitemap-box .zj-navbar-nav.zj-navbar-nav-1 .zj-nav-item .zj-nav-link {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #555555;
}

.zj-section .zj-section-content .zj-sitemap-box .zj-navbar-nav.zj-navbar-nav-1 .zj-nav-item:hover .zj-nav-link {
    color: #ff7711;
}

.zj-section .zj-section-content .zj-sitemap-box>.zj-nav-link {
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    color: #555555;
    padding-left: 25px;
    background: url('../images/menu.svg') no-repeat center;
    background-size: 16px 16px !important;
    background-position: center left;
}

.zj-section .zj-section-content .zj-sitemap-box>.zj-nav-link:hover {
    color: #ff7711;
}

.zj-section .zj-section-content .not-data {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
}

.zj-section .zj-section-content .not-data a {
    color: #ff7711;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-decoration: #ff7711;
}

.zj-section .zj-section-content .zj-md-show {
    display: none;
}

.zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text .zj-news-date-box {
    float: left;
}

.zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text .zj-news-date-box span {
    color: #979da7;
    letter-spacing: 1px;
}

.zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text .zj-news-date-box span:first-child {
    letter-spacing: inherit;
    border-bottom: 1px solid #C8C8C8;
}

.zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text .zj-news-text-box span {
    color: #979da7;
    width: auto;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.zj-section .zj-section-content .zj-section-img-text span {
    display: block;
}

.zj-section .zj-section-content .zj-select-form-box .zj-input-box {
    opacity: 0.9;
    margin-right: 15px;
    margin-bottom: 15px;
}

.zj-section .zj-section-content .zj-select-form-box .zj-input-box .el-input--prefix .el-input__inner {
    padding-left: 50px;
}

.zj-section .zj-section-content .zj-select-form-box .zj-input-box .el-input--prefix .el-input__prefix span {
    line-height: 40px;
    padding-left: 5px;
}

.zj-section .zj-section-content .zj-section-page-btn {
    padding-top: 50px;
    text-align: center;
}

.zj-section .zj-section-content .zj-section-page-btn .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #ff7711;
    border: 1px solid #ff7711;
}

.zj-section .zj-section-content .zj-section-page-btn .el-pagination.is-background .el-pager li:not(.disabled).active:hover {
    color: #FFFFFF;
}

.zj-section .zj-section-content .zj-section-page-btn .el-pagination.is-background .btn-next,
.zj-section .zj-section-content .zj-section-page-btn .el-pagination.is-background .btn-prev {
    background-color: #F7F7F7;
    border: 1px solid #D8D8D8;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.zj-section .zj-section-content .zj-section-page-btn .el-pagination.is-background .el-pagination__total {
    line-height: 42px;
    display: block;
}

.zj-section .zj-section-content .zj-section-page-btn .el-pagination .el-pager li {
    margin: 0 3px;
    background-color: transparent;
    border: 1px solid #D8D8D8;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.zj-section .zj-section-content .zj-section-page-btn .el-pagination .el-pager li:hover {
    color: #ff7711;
    background-color: #FBFBFB;
}

.zj-section .zj-section-content .zj-contact-box {
    padding: 30px 0;
}

.zj-section .zj-section-content .zj-contact-box p {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    line-height: 35px;
}

.zj-section .zj-section-content .zj-contact-box p span {
    display: inline-block;
    width: 25px;
    height: 35px;
    float: left;
    background-size: 18px 18px!important;
}

.zj-section .zj-section-content .zj-contact-box p a:hover {
    color: #ff7711;
}

.zj-section .zj-section-content .zj-contact-box .zj-section-small-title-box {
    position: relative;
    border-bottom: 2px solid #F1F1F1;
    margin-bottom: 20px;
}

.zj-section .zj-section-content .zj-contact-box .zj-section-small-title-box .zj-section-small-title {
    font-size: 24px;
}

.zj-section .zj-section-content .zj-contact-box .intro-swiper-container .zj-img-box {
    padding: 15px;
}

.zj-section .zj-section-content .zj-contact-box .intro-swiper-container .zj-img-box img {
    border: 1px solid #C8C8C8;
}

.zj-section .zj-section-content .zj-about-culture-row {
    margin: 0;
}

.zj-section .zj-section-content .zj-about-culture-row .culture-col {
    padding: 0;
    margin-bottom: 10px;
}

.zj-section .zj-section-content .zj-about-culture-row .culture-col:first-child,
.zj-section .zj-section-content .zj-about-culture-row .culture-col:last-child {
    padding: 0;
}

.zj-section .zj-section-content .zj-about-culture-row .culture-col:nth-child(even) {
    padding-right: 5px;
}

.zj-section .zj-section-content .zj-about-culture-row .culture-col:nth-child(odd) {
    padding-left: 5px;
}

.zj-section .zj-section-content .zj-section-menu-box {
    border-bottom: 1px solid #D8D8D8;
}

.zj-section .zj-section-content .zj-section-menu-box .zj-section-navbar-nav {
    padding: 0 0 10px;
    text-align: center;
}

.zj-section .zj-section-content .zj-section-menu-box .zj-section-navbar-nav .zj-nav-item {
    display: inline-block;
    padding: 0 5px;
    position: relative;
}

.zj-section .zj-section-content .zj-section-menu-box .zj-section-navbar-nav .zj-nav-item .zj-nav-link {
    padding: 5px 10px;
}

.zj-section .zj-section-content .zj-section-menu-box .zj-section-navbar-nav .zj-nav-item .zj-nav-link:hover,
.zj-section .zj-section-content .zj-section-menu-box .zj-section-navbar-nav .zj-nav-item .zj-nav-link.active {
    background-color: #ff7711;
    color: #FFFFFF;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.zj-section .zj-section-content .zj-section-menu-box .zj-section-navbar-nav .zj-nav-item .zj-nav-link.active:after {
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    border: 3px solid #D8D8D8;
    background-color: #FFFFFF;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -17px;
    content: ' ';
}

.zj-section .zj-section-content .zj-section-history-box {
    position: relative;
}

.zj-section .zj-section-content .zj-section-history-box:after {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #D8D8D8;
    left: 15px;
    top: 0;
    margin: 0 auto;
    content: ' ';
}

.zj-section .zj-section-content .zj-section-history-box .zj-history {
    position: relative;
    display: block;
    padding-left: 20px;
}

.zj-section .zj-section-content .zj-section-history-box .zj-history .zj-history-date {
    font-size: 16px;
    line-height: 36px;
    display: inline-block;
    color: #ff7711;
    opacity: 0.75;
    float: left;
    margin-right: 15px;
}

.zj-section .zj-section-content .zj-section-history-box .zj-history .zj-history-content {
    font-size: 14px;
    line-height: 36px;
}

.zj-section .zj-section-content .zj-section-history-box .zj-history .zj-history-tag {
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #FFFFFF;
    border: 3px solid #ff7711;
    -webkit-border-radius: 13px !important;
    -moz-border-radius: 13px !important;
    border-radius: 13px !important;
    left: 0;
    top: 13px;
    content: ' ';
    z-index: 2;
}

.zj-section .zj-section-content .zj-section-history-box .zj-section-history-icon-1 {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/time.png') no-repeat center;
    background-size: 33px 33px !important;
    z-index: 3;
}

.zj-section .zj-section-content .zj-block-text-box {
    padding: 30px;
    text-align: center;
}

.zj-section .zj-section-content .zj-block-text-box .zj-block-text {
    margin-bottom: 30px;
}

.zj-section .zj-section-content .zj-block-text-box .zj-block-text h1,
.zj-section .zj-section-content .zj-block-text-box .zj-block-text h5 {
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    line-height: 50px;
}

.zj-section .zj-section-content .zj-block-text-box .zj-block-text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #272727;
}

.zj-section .zj-section-content .zj-detail-imgShow-box {
    margin-bottom: 15px;
}

.zj-section .zj-section-content .zj-detail-imgShow-box .zj-imgShow-bigBox {
    border: 1px solid #D8D8D8;
}

.zj-section .zj-section-content .zj-detail-imgShow-box .zj-imgShow-smallBox {
    display: none;
}

.zj-section .zj-section-content .zj-detail-title-box .zj-detail-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}

.zj-section .zj-section-content .zj-detail-title-box .zj-detail-title h3 {
    display: inline-block;
    font-family: "Arial", "Helvetica", "PingFang SC", "  UI Light", sans-serif;
    font-size: 27px;
    line-height: 42px;
}

.zj-section .zj-section-content .zj-detail-title-box .zj-detail-title p {
    font-size: 12px;
    line-height: 24px;
}

.zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text {
    border: 1px solid #D8D8D8;
    margin-bottom: 15px;
}

.zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text .zj-detail-text-l {
    background-color: #F7F7F7;
}

.zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text .zj-detail-text-l p {
    text-align: center;
    font-size: 16px;
    line-height: 35px;
}

.zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text .zj-detail-text-r {
    padding: 20px 15px;
}

.zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text .zj-detail-text-r p {
    color: #272727;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text .zj-detail-text-r span {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    display: block;
    color: #555555;
    margin-bottom: 10px;
}

.zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-tag {
    margin: 10px 0;
    background-color: #F7F7F7;
}

.zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-tag p {
    line-height: 35px;
}

.zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-tag p span {
    display: inline-block;
    line-height: 35px;
    background-color: #D8D8D8;
    text-align: center;
    width: 75px;
    margin-right: 15px;
}

.zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-btn {
    margin: 15px 0;
}

.zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-btn .zj-btn-lg {
    padding: 0.375rem 3rem;
}

.zj-section .zj-section-content .zj-detail-title-foot-box {
    border-top: 1px solid #D8D8D8;
    padding-top: 15px;
}

.zj-section .zj-section-content .zj-detail-title-foot-box .zj-home-contact-box {
    color: #ff7711;
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 10px;
}

.zj-section .zj-section-content .zj-detail-title-foot-box .zj-home-contact-box span {
    color: #333;
    font-size: 18px;
}

.zj-section .zj-section-content .zj-detail-title-foot-box .zj-detail-title-foot-text {
    color: #797979;
    text-indent: 2em;
}

.zj-section .zj-section-content .zj-detail-title-foot-box.zj-detail-title-foot-box-1 {
    display: none;
}

.zj-section .zj-section-content .zj-detail-content-box .zj-detail-content>p {
    font-size: 14px;
    line-height: 35px;
    color: #ff7711;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 10px;
}

.zj-section .zj-section-content .zj-detail-content-box .zj-detail-content>.zj-img-box {
    overflow-x: auto;
}

.zj-section .zj-section-content .zj-detail-content-box .zj-detail-content>.zj-img-box img {
    /* min-width: 720px; */
}

.zj-section .zj-section-content .zj-detail-content-box .zj-detail-content .zj-detail-img-box {
    border: 1px solid #D8D8D8;
}

.zj-section .zj-section-content .zj-detail-content-box .zj-detail-content .zj-detail-img-box p {
    text-align: center;
    padding-bottom: 1px;
    font-size: 14px;
    line-height: 35px;
    font-family: "Arial", "Helvetica", "PingFang SC", "  UI Light", sans-serif;
    border-bottom: 1px solid #D8D8D8;
    background-color: #F7F7F7;
}

.zj-section .zj-section-content .zj-detail-content-box .zj-detail-content .zj-detail-img-box .zj-img-box {
    padding: 15px 30px;
}

.zj-section .zj-section-content .zj-detail-content-box .zj-detail-content .zj-detail-text-box span {
    display: block;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content-img h3 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top .swiper-slide-content-text {
    padding: 10px 30px;
    border: 1px solid #D8D8D8;
    position: relative;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top .swiper-slide-content-text .zj-btn-box {
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box .swiper-slide-content-text p {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box .swiper-slide-content-text p:after {
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #ff7711;
    top: 0;
    content: ' ';
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box .swiper-slide-content-text span {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #64676c;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-bottom {
    border-top: 1px solid #D8D8D8;
    padding: 30px;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-bottom .swiper-slide-content-text {
    margin-bottom: 10px;
}

.zj-section .zj-section-content .home-tag-box {
    text-align: center;
}

.zj-section .zj-section-content .home-tag-box .row .col-3 {
    margin-bottom: 15px;
}

.zj-section .zj-section-content .home-tag-box .zj-img-box img {
    width: 48px;
    height: 48px;
}

.zj-section .zj-section-content .home-tag-box .zj-img-box span {
    display: block;
    color: #979da7;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    margin-top: 10px;
}

.zj-section .zj-section-content .zj-section-list-box {
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.zj-section .zj-section-content .zj-section-list-box .zj-img-box {
    overflow: hidden;
}

.zj-section .zj-section-content .zj-section-list-box .zj-img-box img {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.zj-section .zj-section-content .zj-section-list-box .zj-news-section-text {
    padding: 0 10px 10px;
}

.zj-section .zj-section-content .zj-section-list-box .zj-news-section-text .zj-news-type-box span {
    font-size: 12px;
    line-height: 24px;
    color: #64676c;
}

.zj-section .zj-section-content .zj-section-list-box .zj-news-section-text .zj-news-type-box span.news-date {
    color: #979da7;
}

.zj-section .zj-section-content .zj-section-list-box .zj-news-section-text .zj-news-text-box h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: blod;
    width: auto;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.zj-section .zj-section-content .zj-section-list-box .zj-news-section-text .zj-news-text-box span {
    display: block;
    overflow: hidden;
    color: #64676c;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.zj-section .zj-section-content .zj-section-img-box.zj-product-img-box {
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #E8E8E8;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.zj-section .zj-section-content .zj-section-img-box.zj-product-img-box .zj-img-box {
    padding: 0;
    text-align: center;
}

.zj-section .zj-section-content .zj-section-img-box.zj-product-img-box .zj-img-box img {
    height: 250px;
    object-fit: contain;
}

.zj-section .zj-section-content .zj-section-img-box.zj-product-img-box .zj-section-img-text {
    background-color: #F7F7F7;
}

.zj-section .zj-section-content .zj-section-img-box.zj-product-img-box .zj-section-img-text p {
    padding: 10px 5px 5px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.zj-section .zj-section-content .zj-section-img-box.zj-product-img-box .zj-btn-box {
    background-color: #F7F7F7;
    padding: 5px 0 15px;
}

.zj-section .zj-section-content .zj-section-img-box.zj-product-img-box:hover {
    -webkit-box-shadow: 10px 10px 15px #B8B8B8 !important;
    -moz-box-shadow: 10px 10px 15px #B8B8B8 !important;
    box-shadow: 10px 10px 15px #B8B8B8 !important;
}

.zj-section .zj-section-content .zj-section-img-box.zj-product-img-box:hover .zj-btn-box .zj-btn {
    background-color: #ff7711;
    color: #FFFFFF;
    border-color: #ff7711;
}

.zj-section .zj-section-content .zj-news-details-box {
    padding: 20px 10px;
}

.zj-section .zj-section-content .zj-news-details-box .zj-news-details-title {
    text-align: center;
}

.zj-section .zj-section-content .zj-news-details-box .zj-news-details-title h1,
.zj-section .zj-section-content .zj-news-details-box .zj-news-details-title h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 40px;
}

.zj-section .zj-section-content .zj-news-details-box .zj-news-details-title p {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    margin: 0 auto;
    color: #979da7;
    max-width: 300px;
}

.zj-section .zj-section-content .zj-news-details-box .zj-news-details-title p .news-date {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #64676c;
    margin-top: 5px;
}

.zj-section .zj-section-content .zj-news-details-box .zj-news-details .zj-img-box {
    margin: 15px 0;
}

.zj-section .zj-section-content .zj-news-details-box .zj-news-details h3 {
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 10px;
}

.zj-section .zj-section-content .zj-news-details-box .zj-news-details h4 {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    margin-top: 5px;
}

.zj-section .zj-section-content .zj-news-details-box .zj-news-details p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
}

.zj-section .zj-section-content .zj-news-details-box .zj-news-details p:not(.not-indent) {
    text-indent: 2em;
}

.zj-section .zj-section-content .zj-section-img-md-box {
    padding: 10px;
    margin-bottom: 10px;
}

.zj-section .zj-section-content .zj-section-img-md-box .zj-img-box {
    margin-bottom: 10px;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .col-not {
    display: none!important;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content-img h3 {
    display: none;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top {
    margin-bottom: 18px;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top .zj-img-box {
    text-align: center;
    margin-bottom: 10px;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top .zj-img-box img {
    width: 280px;
    height: 280px;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top h3 {
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
    margin-bottom: 5px;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top .swiper-slide-content-img .zj-img-box {
    text-align: center;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top .swiper-slide-content-text {
    height: 150px;
    padding: 10px;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top .swiper-slide-content-text span {
    font-size: 12px;
    line-height: 18px;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top .swiper-slide-content-text .zj-btn-box {
    right: 5px;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box .swiper-slide-content-text {
    padding: 0 15px;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box .swiper-slide-content-text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    padding-left: 13px;
    margin-bottom: 5px;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box .swiper-slide-content-text p:after {
    width: 5px;
    height: 20px;
    top: 5px;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box .swiper-slide-content-text span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-bottom {
    padding: 30px 0;
}

.zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-bottom .swiper-slide-content-text {
    margin-bottom: 20px;
}

.zj-section .zj-section-content .zj-solution-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}

.zj-section .zj-section-content .zj-solution-box .zj-solution-section-title {
    text-align: center;
    background-color: #474747;
    padding: 15px 10px 35px;
    color: #FFFFFF;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    overflow: hidden;
}

.zj-section .zj-section-content .zj-solution-box .zj-solution-section-title h4 {
    font-size: 22px;
    line-height: 33px;
    font-weight: normal;
    padding: 10px 0;
    color: #FFFFFF;
}

.zj-section .zj-section-content .zj-solution-box .zj-solution-section-title p {
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    border: 1px solid #E8E8E8;
    display: inline-block;
    color: #FFFFFF;
}

.zj-section .zj-section-content .zj-solution-box>.zj-img-box {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    overflow: hidden;
}

.zj-section .zj-section-content .zj-solution-box .zj-solution-section-content {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    overflow: hidden;
    top: 100%;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.88);
    padding: 10px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.zj-section .zj-section-content .zj-solution-box .zj-solution-section-content .zj-img-box {
    padding: 20px 0;
}

.zj-section .zj-section-content .zj-solution-box .zj-solution-section-content .zj-img-box img {
    width: 100px;
    height: 100px;
    color: #FFFFFF;
}

.zj-section .zj-section-content .zj-solution-box .zj-solution-section-content h4 {
    font-size: 25px;
    line-height: 37.5px;
    font-weight: normal;
    padding: 5px 0 15px;
    color: #FFFFFF;
}

.zj-section .zj-section-content .zj-solution-box .zj-solution-section-content p {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    color: #FFFFFF;
    text-indent: 2em;
}

.zj-section .zj-section-content .zj-solution-box .zj-solution-section-content .zj-btn-box {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 20px;
}

.zj-section .zj-section-content .zj-solution-box:hover .zj-solution-section-content {
    top: 0;
}

.zj-section .zj-btn-box-b-50 {
    margin-top: 20px;
}

.zj-section.zj-contact-btn-section {
    text-align: center;
}

.zj-section.zj-contact-btn-section p.zj-home-contact-box {
    text-align: center;
    color: #ff7711;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    line-height: 50px;
    display: inline-block;
    margin: 0 auto 15px;
}

.zj-section.zj-contact-btn-section p.zj-home-contact-box span {
    width: 50px;
    height: 50px;
    color: #ff7711;
    display: inline-block;
    float: left;
    background: url("../images/phone3.svg") no-repeat center 12px;
    background-size: 27px 27px;
}

@media (min-width: 768px) {
    .zj-section {
        padding: 36px 0;
    }
    .zj-section.zj-banner-section .zj-banner-bottom-box {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.35);
    }
    .zj-section.zj-banner-section .zj-banner-bottom-box .zj-banner-tag-box .zj-page-title-box {
        display: inline-block;
        width: auto;
        height: 50px;
    }
    .zj-section.zj-banner-section .zj-banner-bottom-box .zj-banner-tag-box .zj-page-title-box h1,
    .zj-section.zj-banner-section .zj-banner-bottom-box .zj-banner-tag-box .zj-page-title-box h2 {
        font-size: 20px;
        line-height: 50px;
        letter-spacing: 5px;
    }
    .zj-section.zj-banner-section .zj-banner-bottom-box .zj-banner-tag-box .zj-page-place-box .zj-page-place {
        line-height: 20px;
        padding: 15px 0;
    }
    .zj-section.zj-banner-section .zj-banner-bottom-box .zj-banner-tag-box .zj-page-place-box .zj-page-place .active {
        line-height: 20px;
    }
    .zj-section.zj-home-banner-section {
        height: 500px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content {
        top: 100px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content.zj-home-banner-content-1 {
        top: 130px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content.zj-home-banner-content-2 {
        top: 180px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content h1,
    .zj-section.zj-home-banner-section .zj-home-banner-content h3,
    .zj-section.zj-home-banner-section .zj-home-banner-content p {
        text-align: left;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content h1,
    .zj-section.zj-home-banner-section .zj-home-banner-content h3 {
        font-size: 29px;
        line-height: 45px;
        margin: 0;
        max-width: 540px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content p {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 3px;
        max-width: 540px;
    }
    .zj-section.zj-home-banner-section .zj-swiper-slide-img:after {
        display: none;
    }
    .zj-section.zj-home-banner-section .zj-swiper-slide-img.zj-swiper-slide-img-p-bc {
        background-position: top center;
    }
    .zj-section.zj-home-banner-section .zj-swiper-slide-img.zj-swiper-slide-img-p-1 {
        background-position: right 30px;
    }
    .zj-section.zj-home-banner-section .zj-swiper-slide-img.zj-swiper-slide-img-p-2 {
        background-position: center 20px;
    }
    .zj-section .zj-btn-box-b-50 {
        margin-top: 30px;
    }
    .zj-section.zj-select-box-section {
        padding: 30px 0 0;
    }
    .zj-section .zj-section-title {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .zj-section .zj-section-title h1,
    .zj-section .zj-section-title h3 {
        margin-bottom: 20px;
        font-size: 27px;
        line-height: 40.5px;
        font-weight: bold;
    }
    .zj-section .zj-section-title p {
        padding: 0;
        max-width: 780px;
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
    }
    .zj-section .zj-section-title span {
        width: 125px;
        height: 3px;
    }
    .zj-section .zj-section-content .zj-solution-section-box {
        margin-top: 75px;
    }
    .zj-section .zj-section-content .zj-md-show {
        display: block;
    }
    .zj-section .zj-section-content .home-tag-box .row .col-md-2 {
        border-right: 1px solid #D8D8D8;
        margin-bottom: 25px;
    }
    .zj-section .zj-section-content .home-tag-box .row .col-md-2:first-child {
        border-left: 1px solid #D8D8D8;
    }
    .zj-section .zj-section-content .home-tag-box .row .col-md-2:nth-child(7) {
        border-left: 1px solid #D8D8D8;
    }
    .zj-section .zj-section-content .home-tag-box .zj-img-box img {
        width: 60px;
        height: 60px;
    }
    .zj-section .zj-section-content .home-tag-box .zj-img-box span {
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
        margin-top: 15px;
    }
    .zj-section .zj-section-content .zj-section-img-box.zj-product-img-box {
        margin-bottom: 20px;
    }
    .zj-section .zj-section-content .zj-section-img-box.zj-product-img-box .zj-section-img-text p {
        padding: 15px 5px 10px;
        font-size: 20px;
        line-height: 40px;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
       -webkit-line-clamp: 1;
    }
    .zj-section .zj-section-content .zj-section-img-box.zj-product-img-box .zj-btn-box {
        padding: 5px 0 25px;
    }
    .zj-section .zj-section-content .zj-section-img-md-box {
        margin-bottom: 5px;
        padding: 8px 10px;
    }
    .zj-section .zj-section-content .zj-section-img-md-box.zj-md-none {
        display: none;
    }
    .zj-section .zj-section-content .zj-section-img-md-box .zj-img-box img {
        width: 325px;
        height: 217px;
    }
    .zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text {
        display: flex;
    }
    .zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text .zj-news-date-box {
        margin-right: 5px;
        display: inline-block;
    }
    .zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text .zj-news-date-box span {
        font-size: 12px;
        line-height: 18px;
        font-weight: normal;
    }
    .zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text .zj-news-date-box span:first-child {
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
        letter-spacing: 1px;
    }
    .zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text .zj-news-text-box {
        display: inline-block;
        width: calc(100% - 45px);
    }
    .zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text .zj-news-text-box a {
        font-size: 15px;
        line-height: 21px;
    }
    .zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text .zj-news-text-box a:hover {
        color: #ff7711;
    }
    .zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text .zj-news-text-box span {
        font-size: 12px;
        line-height: 18px;
        font-weight: normal;
        width: auto;
        height: 21px;
    }
    .zj-section .zj-section-content .zj-section-img-text p,
    .zj-section .zj-section-content .zj-section-img-text a {
        font-size: 18px;
        line-height: 27px;
        font-weight: normal;
    }
    .zj-section .zj-section-content .zj-section-page-btn .el-pagination.is-background .btn-next,
    .zj-section .zj-section-content .zj-section-page-btn .el-pagination.is-background .btn-prev {
        width: 39px;
        height: 39px;
        line-height: 39px;
    }
    .zj-section .zj-section-content .zj-section-page-btn .el-pagination.is-background .el-pagination__total {
        line-height: 50px;
    }
    .zj-section .zj-section-content .zj-section-page-btn .el-pagination .el-pager li {
        margin: 0 5px;
        width: 39px;
        height: 39px;
        line-height: 39px;
    }
    .zj-section .zj-section-content .zj-contact-box {
        padding: 30px;
    }
    .zj-section .zj-section-content .zj-contact-box p {
        font-size: 17px;
        line-height: 27px;
        font-weight: normal;
        line-height: 35px;
    }
    .zj-section .zj-section-content .zj-contact-box p.zj-section-small-title {
        font-size: 30px;
    }
    .zj-section .zj-section-content .zj-contact-box p span {
        width: 30px;
        height: 35px;
        background-size: 22px 22px!important;
    }
    .zj-section .zj-section-content .zj-contact-box .zj-section-small-title-box {
        border-bottom: 3px solid #F1F1F1;
        margin-bottom: 30px;
    }
    .zj-section .zj-section-content .zj-contact-box .phone-col p {
        display: inline-block;
        margin-right: 30px;
    }
    .zj-section .zj-section-content .zj-contact-box .zj-about-section-img-box .zj-img-box {
        position: relative;
        -webkit-box-shadow: 0 0 10px #D8D8D8 !important;
        -moz-box-shadow: 0 0 10px #D8D8D8 !important;
        box-shadow: 0 0 10px #D8D8D8 !important;
    }
    .zj-section .zj-section-content .zj-section-menu-box .zj-section-menu-box .zj-section-navbar-nav .zj-nav-item .zj-nav-link {
        padding: 5px 15px;
    }
    .zj-section .zj-section-content .zj-section-history-box {
        padding: 30px 0;
    }
    .zj-section .zj-section-content .zj-section-history-box:after {
        left: 24px;
    }
    .zj-section .zj-section-content .zj-section-history-box .zj-history {
        padding-left: 50px;
    }
    .zj-section .zj-section-content .zj-section-history-box .zj-history .zj-history-date {
        font-size: 24px;
        line-height: 80px;
        margin-right: 30px;
    }
    .zj-section .zj-section-content .zj-section-history-box .zj-history .zj-history-content {
        font-size: 18px;
        line-height: 80px;
        border-top: 1px solid #E8E8E8;
    }
    .zj-section .zj-section-content .zj-section-history-box .zj-history .zj-history-tag {
        left: 18px;
        top: 34px;
    }
    .zj-section .zj-section-content .zj-section-history-box .zj-section-history-icon-1 {
        top: -25px;
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
    }
    .zj-section .zj-section-content .zj-detail-imgShow-box .zj-imgShow-bigBox {
        border: 2px solid #D8D8D8;
        margin-bottom: 10px;
    }
    .zj-section .zj-section-content .zj-detail-imgShow-box .zj-imgShow-smallBox {
        border: 2px solid #D8D8D8;
        width: 60px;
        cursor: pointer;
        -webkit-box-sizing: boder-box !important;
        -moz-box-sizing: boder-box !important;
        box-sizing: boder-box !important;
        display: inline-block;
        margin-left: 6px;
    }
    .zj-section .zj-section-content .zj-detail-imgShow-box .zj-imgShow-smallBox:first-child {
        margin-left: 0;
    }
    .zj-section .zj-section-content .zj-detail-imgShow-box .zj-imgShow-smallBox:hover,
    .zj-section .zj-section-content .zj-detail-imgShow-box .zj-imgShow-smallBox.active {
        border-color: #ff7711;
    }
    .zj-section .zj-section-content .zj-detail-imgShow-box .zj-imgShow-smallBox .zj-img-box img {
        -webkit-transition: all 0.6;
        -moz-transition: all 0.6;
        -ms-transition: all 0.6;
        -o-transition: all 0.6;
        transition: all 0.6;
    }
    .zj-section .zj-section-content .zj-detail-title-box {
        margin-bottom: 0;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title {
        margin-bottom: 0;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title p {
        font-size: 14px;
        line-height: 27px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text.zj-detail-text-2 {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text .zj-detail-text-l p {
        text-align: center;
        font-size: 16px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text .zj-detail-text-r {
        padding: 15px 10px;
        display: inline-block;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text .zj-detail-text-r p {
        color: #272727;
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text .zj-detail-text-r span {
        margin-bottom: 5px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text.zj-detail-text-2 .zj-detail-text-r {
        padding: 5px 10px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-btn {
        margin: 20px 0;
    }
    .zj-section .zj-section-content .zj-detail-title-foot-box {
        display: none;
    }
    .zj-section .zj-section-content .zj-detail-title-foot-box.zj-detail-title-foot-box-1 {
        display: block;
    }
    .zj-section .zj-section-content .zj-detail-content-box .zj-detail-content>p {
        margin-bottom: 15px;
    }
    .zj-section .zj-section-content .zj-detail-content-box .zj-detail-content .zj-detail-img-box p {
        font-size: 16px;
    }
    .zj-section .zj-section-content .zj-detail-content-box .zj-detail-content .zj-detail-text-box h3 {
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .zj-section .zj-section-content .zj-detail-content-box .zj-detail-content .zj-detail-text-box span {
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
        margin: 10px 0;
    }
    .zj-section .zj-section-content .zj-section-list-box:hover {
        -webkit-box-shadow: 3px 3px 7px #979da7 !important;
        -moz-box-shadow: 3px 3px 7px #979da7 !important;
        box-shadow: 3px 3px 7px #979da7 !important;
    }
    .zj-section .zj-section-content .zj-section-list-box .zj-img-box img {
        width: 343px;
        height: 224px;
    }
    .zj-section .zj-section-content .zj-section-list-box .zj-news-section-text .zj-news-type-box span {
        font-size: 14px;
        line-height: 30px;
    }
    .zj-section .zj-section-content .zj-section-list-box .zj-news-section-text .zj-news-text-box h3 {
        margin: 10px 0;
    }
    .zj-section .zj-section-content .zj-section-list-box .zj-news-section-text .zj-news-text-box span {
        height: 63px;
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
    }
    .zj-section .zj-section-content .zj-news-details-box {
        padding: 30px;
    }
    .zj-section .zj-section-content .zj-news-details-box .zj-news-details-title h1,
    .zj-section .zj-section-content .zj-news-details-box .zj-news-details-title h2 {
        font-size: 26px;
        line-height: 52px;
        margin-bottom: 8px;
    }
    .zj-section .zj-section-content .zj-news-details-box .zj-news-details-title p {
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
        max-width: 660px;
    }
    .zj-section .zj-section-content .zj-news-details-box .zj-news-details-title p .news-date {
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
    }
    .zj-section .zj-section-content .zj-news-details-box .zj-news-details .zj-img-box {
        margin: 30px 0;
    }
    .zj-section .zj-section-content .zj-news-details-box .zj-news-details h3 {
        font-size: 18px;
        line-height: 36px;
    }
    .zj-section .zj-section-content .zj-news-details-box .zj-news-details h4 {
        font-size: 16px;
        line-height: 30px;
    }
    .zj-section .zj-section-content .zj-news-details-box .zj-news-details p {
        font-size: 14px;
        line-height: 24px;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .col-not {
        display: block!important;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content-img h3 {
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top .zj-img-box {
        margin-bottom: 0;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top .zj-img-box img {
        width: 100%;
        height: 100%;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top h3 {
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top .swiper-slide-content-text {
        height: calc(100% - 35px);
        padding: 10px 20px;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top .swiper-slide-content-text span {
        font-size: 14px;
        line-height: 21px;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box .swiper-slide-content-text {
        padding: 0;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box .swiper-slide-content-text p {
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
        padding-left: 13px;
        margin-bottom: 5px;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-bottom {
        padding: 30px 0;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-bottom .swiper-slide-content-text {
        margin-bottom: 20px;
    }
    .zj-section .zj-section-content .zj-solution-box {
        margin-bottom: 20px;
    }
    .zj-section .zj-section-content .zj-solution-box .zj-solution-section-content .zj-img-box img {
        width: 60px;
        height: 60px;
    }
    .zj-section .zj-section-content .zj-solution-box .zj-solution-section-content h4 {
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
    }
    .zj-section.zj-contact-btn-section p.zj-home-contact-box {
        font-size: 24px;
        line-height: 36px;
        font-weight: bold;
        line-height: 60px;
    }
    .zj-section.zj-contact-btn-section p.zj-home-contact-box span {
        width: 60px;
        height: 60px;
        background: url("../images/phone3.svg") no-repeat center 16px;
        background-size: 30px 30px;
    }
}

@media (min-width: 992px) {
    .zj-section {
        padding: 50px 0;
    }
    .zj-section .zj-section-title {
        margin-bottom: 50px;
    }
    .zj-section .zj-btn-box-b-50 {
        margin-top: 40px;
    }
    .zj-section.zj-home-banner-section {
        height: 680px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content {
        top: 180px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content.zj-home-banner-content-1 {
        top: 210px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content.zj-home-banner-content-2 {
        top: 250px;
    }
    .zj-section .zj-section-content .zj-solution-box .zj-solution-section-content .zj-img-box img {
        width: 100px;
        height: 100px;
    }
    .zj-section .zj-section-content .zj-solution-box .zj-solution-section-content h4 {
        font-size: 25px;
        line-height: 37.5px;
        font-weight: normal;
    }
    .zj-section .zj-section-content .zj-md-show {
        display: none;
    }
    .zj-section .zj-section-content .zj-section-img-md-box {
        padding: 10px 15px;
        margin-bottom: 10px;
    }
    .zj-section .zj-section-content .zj-section-img-md-box.zj-md-none {
        display: block;
    }
    .zj-section .zj-section-content .zj-section-img-md-box .zj-img-box {
        margin-bottom: 15px;
    }
    .zj-section .zj-section-content .zj-section-img-md-box .zj-img-box img {
        width: 435px;
        height: 270px;
    }
    .zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text .zj-news-date-box {
        margin-right: 10px;
    }
    .zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text .zj-news-date-box span {
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
    }
    .zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text .zj-news-date-box span:first-child {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        letter-spacing: 1px;
    }
    .zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text .zj-news-text-box {
        width: calc(100% - 55px);
    }
    .zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text .zj-news-text-box a {
        font-size: 17px;
        line-height: 24px;
    }
    .zj-section .zj-section-content .zj-section-img-text.zj-news-section-img-text .zj-news-text-box span {
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
        width: auto;
        height: 21px;
    }
    .zj-section .zj-section-content .zj-section-img-text p,
    .zj-section .zj-section-content .zj-section-img-text a {
        font-size: 18px;
        line-height: 27px;
        font-weight: normal;
    }
    .zj-section .zj-section-content .zj-contact-box .phone-col p {
        display: block;
        margin-right: 0;
    }
    .zj-section .zj-section-content .zj-contact-box .col-lg-6:last-child p:first-child {
        margin-right: 50px;
    }
    .zj-section .zj-section-content .zj-contact-box .col-lg-6:last-child p {
        display: inline-block;
    }
    .zj-section .zj-section-content .zj-detail-imgShow-box .zj-imgShow-smallBox {
        width: 70px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title {
        margin-bottom: 15px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title h3 {
        font-size: 30px;
        padding-bottom: 5px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title p {
        font-size: 16px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text.zj-detail-text-2 {
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text.zj-detail-text-2 .zj-detail-text-r span {
        margin-bottom: 5px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text .zj-detail-text-l p {
        font-size: 18px;
        line-height: 42px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text .zj-detail-text-r {
        padding: 20px 10px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text .zj-detail-text-r p {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text .zj-detail-text-r span {
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
        margin-bottom: 10px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-tag p {
        line-height: 42px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-tag p span {
        line-height: 42px;
        width: 100px;
        margin-right: 20px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-btn {
        margin: 20px 0;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-btn .zj-btn-lg {
        padding: 0.5rem 4.2rem;
    }
    .zj-section .zj-section-content .zj-detail-title-foot-box {
        display: block;
    }
    .zj-section .zj-section-content .zj-detail-title-foot-box .zj-home-contact-box {
        font-size: 27px;
        line-height: 42px;
    }
    .zj-section .zj-section-content .zj-detail-title-foot-box .zj-home-contact-box span {
        font-size: 20px;
    }
    .zj-section .zj-section-content .zj-detail-title-foot-box.zj-detail-title-foot-box-1 {
        display: none;
    }
    .zj-section .zj-section-content .zj-detail-content-box {
        margin-bottom: 30px;
    }
    .zj-section .zj-section-content .zj-detail-content-box .zj-detail-content>p {
        font-size: 20px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .zj-section .zj-section-content .zj-detail-content-box .zj-detail-content .zj-detail-img-box p {
        font-size: 18px;
        line-height: 42px;
    }
    .zj-section .zj-section-content .zj-detail-content-box .zj-detail-content .zj-detail-img-box .zj-img-box {
        padding: 20px 40px;
    }
    .zj-section .zj-section-content .zj-detail-content-box .zj-detail-content .zj-detail-text-box h3 {
        font-size: 24px;
        line-height: 36px;
        font-weight: bold;
    }
    .zj-section .zj-section-content .zj-detail-content-box .zj-detail-content .zj-detail-text-box span {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
    }
    .zj-section .zj-section-content .home-tag-box .zj-img-box img {
        width: 80px;
        height: 80px;
    }
    .zj-section .zj-section-content .home-tag-box .zj-img-box span {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        margin-top: 20px;
    }
    .zj-section .zj-section-content .zj-section-list-box .zj-img-box img {
        width: 300px;
        height: 200px;
    }
    .zj-section .zj-section-content .zj-news-details-box {
        padding: 50px 50px 100px;
    }
    .zj-section .zj-section-content .zj-news-details-box .zj-news-details-title {
        margin-bottom: 30px;
    }
    .zj-section .zj-section-content .zj-news-details-box .zj-news-details-title h1,
    .zj-section .zj-section-content .zj-news-details-box .zj-news-details-title h2 {
        font-size: 30px;
        line-height: 60px;
        margin-bottom: 15px;
    }
    .zj-section .zj-section-content .zj-news-details-box .zj-news-details-title p {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        max-width: 800px;
    }
    .zj-section .zj-section-content .zj-news-details-box .zj-news-details-title p .news-date {
        margin-top: 10px;
    }
    .zj-section .zj-section-content .zj-news-details-box .zj-news-details .zj-img-box {
        margin-bottom: 30px;
    }
    .zj-section .zj-section-content .zj-news-details-box .zj-news-details h3 {
        font-size: 20px;
        line-height: 40px;
    }
    .zj-section .zj-section-content .zj-news-details-box .zj-news-details h4 {
        font-size: 18px;
        line-height: 34px;
    }
    .zj-section .zj-section-content .zj-news-details-box .zj-news-details p {
        font-size: 16px;
        line-height: 30px;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content-img h3 {
        display: block;
    }
}

@media (min-width: 1200px) {
    .zj-section {
        padding: 70px 0;
    }
    .zj-section.zj-home-banner-section {
        height: 720px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content {
        top: 200px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content.zj-home-banner-content-1 {
        top: 230px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content.zj-home-banner-content-2 {
        top: 280px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content h1,
    .zj-section.zj-home-banner-section .zj-home-banner-content h3 {
        font-size: 36px;
        line-height: 55px;
        max-width: 800px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content p {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 3px;
        padding-left: 5px;
        max-width: 800px;
    }
    .zj-section.zj-home-banner-section .zj-swiper-slide-img.zj-swiper-slide-img-p-bc {
        background-position: bottom center;
    }
    .zj-section.zj-home-banner-section .zj-swiper-slide-img.zj-swiper-slide-img-p-1 {
        background-position: right top;
    }
    .zj-section.zj-home-banner-section .zj-swiper-slide-img.zj-swiper-slide-img-p-2 {
        background-position: center 30px;
    }
    .zj-section.zj-banner-section .zj-banner-bottom-box {
        height: 60px;
    }
    .zj-section.zj-banner-section .zj-banner-bottom-box .zj-banner-tag-box .zj-page-title-box {
        height: 60px;
    }
    .zj-section.zj-banner-section .zj-banner-bottom-box .zj-banner-tag-box .zj-page-title-box h1,
    .zj-section.zj-banner-section .zj-banner-bottom-box .zj-banner-tag-box .zj-page-title-box h2 {
        font-size: 28px;
        line-height: 60px;
    }
    .zj-section.zj-banner-section .zj-banner-bottom-box .zj-banner-tag-box .zj-page-place-box .zj-page-place {
        padding: 20px 0;
    }
    .zj-section.zj-product-box-section {
        padding-top: 40px;
    }
    .zj-section .zj-section-title h1,
    .zj-section .zj-section-title h3 {
        font-size: 30px;
        line-height: 45px;
        font-weight: bold;
    }
    .zj-section .zj-btn-box-b-50 {
        margin-top: 50px;
    }
    .zj-section .zj-section-content .zj-section-img-md-box {
        padding: 20px 15px;
    }
    .zj-section .zj-section-content .zj-section-img-md-box.zj-section-img-md-box-1 {
        padding: 15px;
    }
    .zj-section .zj-section-content .zj-section-img-md-box .zj-img-box img {
        width: 525px;
        height: 350px;
    }
    .zj-section .zj-section-content .zj-detail-imgShow-box .zj-imgShow-smallBox {
        width: 80px;
        margin-left: 12px;
    }
    .zj-section .zj-section-content .zj-detail-imgShow-box .zj-imgShow-smallBox:first-child {
        margin-left: 0;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title h3 {
        font-size: 33px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text.zj-detail-text-2 {
        margin-bottom: 25px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text.zj-detail-text-2 .zj-detail-text-r span {
        margin-bottom: 10px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text .zj-detail-text-l p {
        font-size: 24px;
        line-height: 50px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text .zj-detail-text-r {
        padding: 30px 15px;
    }
    .zj-section .zj-section-content .zj-detail-title-box .zj-detail-title-content .zj-detail-text .zj-detail-text-r span {
        letter-spacing: 1px;
    }
    .zj-section .zj-section-content .zj-detail-content-box .zj-detail-content .zj-detail-img-box .zj-img-box {
        padding: 20px 60px;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content-img h3 {
        font-size: 24px;
        line-height: 36px;
        font-weight: normal;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top h3 {
        font-size: 24px;
        line-height: 36px;
        font-weight: normal;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top .swiper-slide-content-text {
        height: calc(100% - 46px);
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-top .swiper-slide-content-text span {
        line-height: 30px;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box .swiper-slide-content-text p {
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
        padding-left: 15px;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box .swiper-slide-content-text span {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-bottom {
        padding: 30px 0;
    }
    .zj-section .zj-section-content .zj-home-swiper-slide-content .swiper-slide-content .swiper-slide-content-text-box.swiper-slide-content-text-bottom .swiper-slide-content-text {
        margin-bottom: 20px;
    }
    .zj-section .zj-section-content .zj-section-list-box .zj-img-box img {
        width: 360px;
        height: 240px;
    }
    .zj-section .zj-section-content .zj-section-list-box .zj-news-section-text {
        padding: 0 10px 0;
    }
    .zj-section .zj-section-content .zj-section-list-box .zj-news-section-text .zj-news-type-box span {
        font-size: 14px;
        line-height: 30px;
    }
    .zj-section .zj-section-content .zj-section-list-box .zj-news-section-text .zj-news-text-box {
        padding: 0 10px 30px;
    }
    .zj-section .zj-section-content .zj-contact-box p {
        line-height: 50px;
    }
    .zj-section .zj-section-content .zj-contact-box p span {
        width: 30px;
        height: 50px;
    }
    .zj-section.zj-contact-btn-section p.zj-home-contact-box {
        font-size: 36px;
        line-height: 54px;
        font-weight: normal;
        line-height: 80px;
    }
    .zj-section.zj-contact-btn-section p.zj-home-contact-box span {
        width: 80px;
        height: 80px;
        background: url("../images/phone3.svg") no-repeat center 22px;
        background-size: 42px 42px;
    }
}

@media (min-width: 1600px) {
    .zj-section.zj-home-banner-section {
        height: 800px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content.zj-home-banner-content-1 {
        top: 270px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content.zj-home-banner-content-2 {
        top: 320px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content h1,
    .zj-section.zj-home-banner-section .zj-home-banner-content h3 {
        font-size: 48px;
        line-height: 75px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content p {
        font-size: 24px;
        line-height: 36px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content h1,
    .zj-section.zj-home-banner-section .zj-home-banner-content h3,
    .zj-section.zj-home-banner-section .zj-home-banner-content p {
        max-width: 1000px;
    }
    .zj-section.zj-home-banner-section .zj-swiper-slide-img.zj-swiper-slide-img-p-bc {
        background-position: bottom center;
    }
    .zj-section.zj-home-banner-section .zj-swiper-slide-img.zj-swiper-slide-img-p-1 {
        background-position: right -30px;
    }
}

@media (min-width: 2000px) {
    .zj-section.zj-home-banner-section {
        height: 1500px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content {
        top: 455px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content.zj-home-banner-content-1 {
        top: 575px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content.zj-home-banner-content-2 {
        top: 625px;
    }
}

@media (min-width: 3600px) {
    .zj-section.zj-home-banner-section {
        height: 2200px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content {
        top: 455px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content.zj-home-banner-content-1 {
        top: 575px;
    }
    .zj-section.zj-home-banner-section .zj-home-banner-content.zj-home-banner-content-2 {
        top: 625px;
    }
}

.zj-footer {
    background: #F1F1F1;
    border-top: 1px solid #E8E8E8;
}

.zj-footer .zj-footer-box {
    padding: 35px 0 25px;
}

.zj-footer .zj-footer-menu-box .zj-navbar .zj-navbar-nav .zj-nav-item {
    margin-bottom: 20px;
    text-align: center;
}

.zj-footer .zj-footer-menu-box .zj-navbar .zj-navbar-nav .zj-nav-item .zj-nav-link {
    font-size: 13px;
    line-height: 19.5px;
    font-weight: bold;
    margin-bottom: 10px;
}

.zj-footer .zj-footer-menu-box .zj-navbar .zj-navbar-nav .zj-nav-item .zj-dropdown-menu .zj-dropdown-item {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}

.zj-footer .zj-footer-menu-box .zj-navbar .zj-navbar-nav .zj-nav-item .zj-dropdown-menu .zj-dropdown-item:hover {
    color: #ff7711;
}

.zj-footer .zj-footer-menu-box .contact-box .QRC-image {
    float: right;
    margin-right: 5px;
    display: inline-block;
    width: 115px;
    height: 115px;
}

.zj-footer .zj-footer-menu-box .contact-box .QRC-image img {
    width: 100%;
    height: 100%;
}

.zj-footer .zj-footer-menu-box .contact-box .contact-text {
    float: right;
    display: inline-block;
    width: calc(100% - 135px);
    max-width: 250px;
}

.zj-footer .zj-footer-menu-box .contact-box .contact-text p {
    margin-bottom: 5px;
}

.zj-footer .zj-footer-menu-box .contact-box .contact-text p span.contact-text-tag {
    color: #ff7711;
    font-size: 14px;
}

.zj-footer .zj-footer-menu-box .contact-box .contact-text p a:hover {
    color: #ff7711;
}

.zj-footer .zj-copyright-box {
    padding: 8px 0;
    border-top: 1px solid #E8E8E8;
}

.zj-footer .zj-copyright-box p {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #797979;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.zj-footer .zj-copyright-box p span#copyright {
    color: #797979;
}

@media (min-width: 768px) {
    .zj-footer .zj-footer-box {
        padding: 50px 0 30px;
    }
    .zj-footer .zj-footer-menu-box .zj-navbar .zj-navbar-nav .zj-nav-item {
        margin-bottom: 0px;
    }
    .zj-footer .zj-footer-menu-box .zj-navbar .zj-navbar-nav .zj-nav-item .zj-nav-link {
        font-size: 15px;
        line-height: 22.5px;
        font-weight: bold;
    }
    .zj-footer .zj-footer-menu-box .zj-navbar .zj-navbar-nav .zj-nav-item .zj-dropdown-menu .zj-dropdown-item {
        font-size: 13px;
        line-height: 19.5px;
        font-weight: normal;
    }
    .zj-footer .zj-footer-menu-box .contact-box .QRC-image {
        margin-right: 15px;
        width: 110px;
        height: 110px;
    }
    .zj-footer .zj-footer-menu-box .contact-box .contact-text {
        width: calc(100% - 125px);
    }
    .zj-footer .zj-footer-menu-box .contact-box .contact-text p {
        font-size: 13px;
        line-height: 19.5px;
        font-weight: normal;
    }
    .zj-footer .zj-copyright-box {
        padding: 10px 15px;
    }
    .zj-footer .zj-copyright-box p {
        font-size: 13px;
        line-height: 19.5px;
        font-weight: normal;
        text-align: left;
        max-width: none;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .zj-footer .zj-footer-menu-box .zj-navbar .zj-navbar-nav .zj-nav-item .zj-nav-link {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
    }
    .zj-footer .zj-footer-menu-box .zj-navbar .zj-navbar-nav .zj-nav-item .zj-dropdown-menu .zj-dropdown-item {
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
    }
    .zj-footer .zj-footer-menu-box .contact-box .QRC-image {
        width: 125px;
        height: 125px;
    }
    .zj-footer .zj-footer-menu-box .contact-box .contact-text p {
        font-size: 15px;
        line-height: 22.5px;
        font-weight: normal;
    }
    .zj-footer .zj-copyright-box {
        padding: 10px 15px;
    }
    .zj-footer .zj-copyright-box p {
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
    }
}

.zj-btn-box {
    display: block;
}

.zj-btn-box.zj-more-btn-box-c {
    text-align: center;
}

.zj-btn-box.zj-more-btn-box-r {
    float: right;
}

.zj-swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.zj-swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.zj-swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

.zj-swiper-container .swiper-wrapper .swiper-slide .zj-swiper-slide-img {
    width: 100%;
    height: 100%;
    background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    -webkit-background-size: cover!important;
}

.zj-swiper-container:hover .zj-swiper-btn-box {
    display: block;
}

.zj-swiper-container .zj-swiper-btn-box {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: none;
}

.zj-swiper-container .zj-swiper-btn-box .container {
    width: 100%;
    height: 100%;
}

.zj-swiper-container .zj-swiper-btn-box .zj-swiper-btn {
    height: 100%;
    background-color: transparent;
    width: 30px;
    display: inline-block;
    position: relative;
    outline: none;
}

.zj-swiper-container .zj-swiper-btn-box .zj-swiper-btn.swiper-btn-prev {
    float: left;
}

.zj-swiper-container .zj-swiper-btn-box .zj-swiper-btn.swiper-btn-prev span {
    background-position: right center;
}

.zj-swiper-container .zj-swiper-btn-box .zj-swiper-btn.swiper-btn-next {
    float: right;
}

.zj-swiper-container .zj-swiper-btn-box .zj-swiper-btn.swiper-btn-next span {
    background-position: left center;
}

.zj-swiper-container .zj-swiper-btn-box .zj-swiper-btn span {
    background-repeat: no-repeat;
    background-size: 30px 30px;
    position: absolute;
    width: 100%;
    height: 30px;
    display: inline-block;
    top: 50%;
    cursor: pointer;
    margin-top: -25px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0.7;
}

.zj-swiper-container .zj-swiper-btn-box .zj-swiper-btn:hover {
    border: 0!important;
}

.zj-swiper-container .zj-swiper-btn-box .zj-swiper-btn:hover.swiper-btn-prev {
    background: rgba(0, 0, 0, 0.6);
    /* Old browsers */
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
}

.zj-swiper-container .zj-swiper-btn-box .zj-swiper-btn:hover.swiper-btn-next {
    background: rgba(0, 0, 0, 0);
    /* Old browsers */
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C */
}

.zj-swiper-container .zj-swiper-btn-box .zj-swiper-btn:hover span {
    opacity: 1;
}

.zj-swiper-container .zj-swiper-pagination {
    z-index: 3;
}

.zj-swiper-container .zj-swiper-pagination.banner-swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    outline: none;
}

.zj-swiper-container .zj-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff7711;
}

.zj-swiper-container .zj-swiper-pagination.section-swiper-pagination {
    bottom: 0;
}

@media (min-width: 768px) {
    .zj-swiper-container .zj-swiper-btn-box .zj-swiper-btn {
        width: calc((100% - 720px) / 2);
    }
    .zj-swiper-container .zj-swiper-btn-box .zj-swiper-btn span {
        height: 60px;
        background-size: 40px 40px;
        opacity: 0.7;
    }
    .zj-swiper-container .zj-swiper-pagination {
        z-index: 3;
    }
    .zj-swiper-container .zj-swiper-pagination.banner-swiper-pagination .swiper-pagination-bullet {
        width: 30px;
    }
}

@media (min-width: 992px) {
    .zj-swiper-container .zj-swiper-btn-box .zj-swiper-btn {
        width: calc((100% - 960px) / 2);
    }
    .zj-swiper-container .zj-swiper-btn-box .zj-swiper-btn span {
        height: 80px;
        background-size: 55px 55px;
    }
}

@media (min-width: 1200px) {
    .zj-swiper-container .zj-swiper-btn-box .zj-swiper-btn {
        width: calc((100% - 1140px) / 2);
    }
    .zj-swiper-container .zj-swiper-btn-box .zj-swiper-btn span {
        height: 100px;
        background-size: 70px 70px;
    }
}

.zj-table-box {
    overflow: hidden;
    overflow-x: auto;
}

.zj-table-box .zj-table {
    width: 100%;
    min-width: 550px;
    border: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    color: #333333;
}

.zj-table-box .zj-table tr {
    border: 1px solid #E6EAEE;
}

.zj-table-box .zj-table tr td {
    border: 1px solid #E6EAEE;
    text-align: center;
    width: 30%;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 10px;
}

.zj-table-box .zj-table tr td.column {
    width: 20%;
    background-color: #F7F7F7;
}

.zj-table-box .zj-table tr td:not(.column):hover {
    background-color: #FBFBFB;
}

@media (min-width: 768px) {
    .zj-table-box .zj-table {
        font-size: 14px;
    }
    .zj-table-box .zj-table tr td {
        height: 48px;
        line-height: 48px;
    }
}


/*# sourceMappingURL=app.css.map */

.wapper {
    max-width: 1200px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.footbg {
    background: #192e58;
    color: #fff;
}

.foot {}

.foot a {
    color: #fff;
}

.foot1 {
    padding: 85px 0 40px 0;
}

.foot1 dl {
    float: left;
    margin-left: 37px;
}

.foot1 dl:nth-child(1) {
    margin-left: 0;
}

.foot1 dl dt {
    font-weight: bold;
    font-size: 22px;
    line-height: 2em;
    margin-bottom: 20px;
}

.foot1 dl dd {
    font-size: 18px;
    line-height: 1.5em;
    color: #fff;
    margin-top: 5px;
}

.foot2 {
    font-size: 12px;
    line-height: 1.5em;
    padding: 10px 0;
    border-top: 1px solid #fff;
    color: #fff !important;
    text-align: center;
}

.foot2 a {}

@media (max-width: 768px) {
    .footbg {
        padding: 0 5%;
    }
    .foot1 {
        padding: 40px 0 40px 0;
    }
    .foot1 dl {
        margin: 15px 0;
        width: calc(100%/3);
    }
    .foot1 dl dt {
        font-size: 16px;
        line-height: 2em;
        height: 2em;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .foot1 dl dd {
        font-size: 14px;
        line-height: 1.5em;
        height: 1.5em;
        overflow: hidden;
        margin-top: 5px;
    }
}


/**/

.swiper-container1 {
    width: 100%;
    height: 100%;
}

.swiper-container1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container1 .swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-container1 .swiper-pagination1 {}

.swiper-container1 .swiper-pagination1 .swiper-pagination-bullet {}

.swiper-container1 .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {}

.swiper-container1 .swiper-button-prev1,
.swiper-container1 .swiper-button-next1 {}

.swiper-container1 .swiper-button-prev1 {}

.swiper-container1 .swiper-button-next1 {}


/**/

.tit1 {
    text-align: center;
}

.tit1 .h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5em;
    overflow: hidden;
}

.tit1 .h2 span {
    display: inline-block;
    position: relative;
}

.tit1 .h2 span:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #e47227;
    margin: -1px 0 0 -100px;
    left: -10px;
    top: 50%;
    position: absolute;
}

.tit1 .h2 span:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #e47227;
    margin: -1px -100px 0 0;
    right: -10px;
    top: 50%;
    position: absolute;
}

.tit1 .h3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 15px;
}

.con01bg {
    padding: 50px 0;
    /* background:#e0dfdf;*/
}

.con01 {}

.con01 .list {}

.con01 .list ul li {
    float: left;
    width: calc((100% - 60px)/3);
    text-align: center;
    margin: 30px 30px 0 0;
}

.con01 .list ul li:nth-child(3n) {
    margin-right: 0;
}

.con01 .list ul li .img {}

.con01 .list ul li .img img {
    max-width: 100%;
}

.con01 .list ul li h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 2em;
    height: 2em;
    overflow: hidden;
}


/**/

.con02bg {
    padding: 0 0 50px 0;
    /* background:#f5f4f5;*/
}

.con02 {
    font-size: 16px;
    line-height: 1.5em;
}

.con02 .txt {
    width: 60%;
    padding-right: 5%;
}

.con02 .img {
    width: 35%;
}

.con02 .img img {
    max-width: 100%;
}


/**/

.con03bg {
    padding: 0;
    background: #e0dfdf;
}

.con03 {}

.con03 .img {
    text-align: center;
}

.con03 .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


/**/

.con04bg {
    padding: 50px 0;
    background: #f2f1f1;
}

.con04 {}

.con04_lt {
    /* float:left; width:45%;*/
}

.con04_lt ul li {
    float: left;
    width: calc((100% - 150px)/6);
    margin: 15px 30px 15px 0;
}

.con04_lt ul li:nth-child(6n) {
    margin-right: 0;
}

.con04_lt ul li .img {
    padding-bottom: 142%;
    position: relative;
}

.con04_lt ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.con04_rt {
    float: right;
    width: 50%;
    position: relative;
    display: none;
}

.con04_rt:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 6px;
    z-index: 1;
}

.con04_rt:after {
    content: "";
    width: calc(100% - 6px);
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 6px;
}

.con04_rt ul {
    position: relative;
    z-index: 2;
    background: url(../picture/time1.png) top left no-repeat;
    padding: 30px 0 0 14px;
}

.con04_rt ul li {
    position: relative;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.5em;
}

.con04_rt ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    border: 2px solid #192f5a;
    position: absolute;
    left: -11px;
    top: 23px;
}

.con04_rt ul li .date {
    float: left;
    color: #192f5a;
}

.con04_rt ul li .nr {
    float: right;
    width: 88%;
}


/**/

.con05_box {
    /* background:#e0dfdf;*/
    border-bottom: 1px solid #e1dfe0;
}

.con05_box .tit1 {
    padding: 50px 0;
}

.con05bg {
    /* background:url(../picture/c5bg.jpg) center bottom no-repeat; background-size:cover;*/
    padding: 0 0 50px 0;
    background: #fff;
}

.con05 {}

.con05 .list {}

.con05 .list dl {
    float: left;
    width: calc((100% - 20px)/3);
    margin: 0 10px 0 0;
}

.con05 .list dl:nth-child(3n) {
    margin-right: 0;
}

.con05 .list dl dt {
    margin-bottom: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.con05 .list dl dt a {
    display: block;
}

.con05 .list dl dt .box {
    border: 1px solid #e0dede;
}

.con05 .list dl dt .img {}

.con05 .list dl dt .imgbg {
    padding-bottom: 110%;
}

.con05 .list dl dt .txt {
    background: #e1dfe0;
    padding: 15px 30px;
}

.con05 .list dl dt .txt h2 {
    font-weight: normal;
    height: 22px;
    line-height: 22px;
}

.con05 .list dl dt .txt h2 strong {
    float: left;
    font-weight: normal;
    font-size: 20px;
    width: 60%;
    height: 22px;
    overflow: hidden;
}

.con05 .list dl dt .txt h2 a {
    float: right;
    border: 1px solid #333;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 12px;
}

.con05 .list dl dt:hover {
    -webkit-box-shadow: 5px 5px 10px #B8B8B8 !important;
    -moz-box-shadow: 5px 5px 10px #B8B8B8 !important;
    box-shadow: 5px 5px 10px #B8B8B8 !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.con05 .list dl dt:hover .txt h2 strong {
    color: #e47126;
}

.con05 .list dl dt:hover .txt h2 a {
    border: 1px solid #e47126;
    background: #e47126;
    color: #fff;
}

.con05 .list dl dd {
    margin-bottom: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.con05 .list dl dd a {
    display: block;
}

.con05 .list dl dd .box {
    border: 1px solid #e0dede;
}

.con05 .list dl dd .img {}

.con05 .list dl dd .imgbg {
    padding-bottom: 70%;
}

.con05 .list dl dd .txt {
    background: #e1dfe0;
    padding: 15px 30px;
}

.con05 .list dl dd .txt h2 {
    font-weight: normal;
    height: 22px;
    line-height: 22px;
}

.con05 .list dl dd .txt h2 strong {
    float: left;
    font-weight: normal;
    font-size: 20px;
    width: 60%;
    height: 22px;
    overflow: hidden;
}

.con05 .list dl dd .txt h2 a {
    float: right;
    border: 1px solid #333;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 12px;
}

.con05 .list dl dd:hover {
    -webkit-box-shadow: 5px 5px 10px #B8B8B8 !important;
    -moz-box-shadow: 5px 5px 10px #B8B8B8 !important;
    box-shadow: 5px 5px 10px #B8B8B8 !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.con05 .list dl dd:hover .txt h2 strong {
    color: #e47126;
}

.con05 .list dl dd:hover .txt h2 a {
    border: 1px solid #e47126;
    background: #e47126;
    color: #fff;
}


/**/

#certify {
    position: relative;
    width: 800px;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 50px;
}

#certify .swiper-slide {
    width: 384px;
    height: 496px;
    /*background: #fff;*/
    position: relative;
}

#certify .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

#certify .swiper-button-prev {
    left: 0;
}

#certify .swiper-button-next {
    right: 0;
}


/**/

.con06_box {
    /* background:#e0dfdf;*/
}

.con06_box .tit1 {
    padding: 50px 0;
}

.con06bg {
    background: #fff;
    padding: 0 0 50px 0;
}

.con06 {}

.con06 .list ul li {
    float: left;
    width: calc(100% / 6);
    margin: 15.5px 0;
    text-align: center;
}

.con06 .list ul li .box {
    border-right: 1px solid #ccc;
}

.con06 .list ul li:nth-child(6n-5) .box {
    border-left: 1px solid #ccc;
}

.con06 .list ul li .img {
    height: 80px;
    position: relative;
}

.con06 .list ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.con06 .list ul li h2 {
    font-weight: normal;
    font-size: 15px;
    line-height: 2em;
    height: 2em;
    overflow: hidden;
    color: #999;
    margin-top: 25px;
}


/**/

.con07bg {
    /* background:url(../picture/c7bg.jpg) center no-repeat; background-size:cover;*/
    background: #f2f1f1;
    padding: 50px 0;
}

.con07 {
    /* color:#fff;*/
}

.con07 .list {}

.con07 .list ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.con07 .list ul li .mun_top {
    color: #e47126;
    font-size: 36px;
    line-height: 40px;
}

.con07 .list ul li .mun_top h2 {
    color: #e47126;
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
}

.con07 .list ul li p {
    margin: 0;
    padding: 0;
    color: #e47126;
    font-size: 24px;
    line-height: 1.5em;
}


/**/

.con08_box {
    /* background:#e0dfdf;*/
    border-bottom: 1px solid #e1dfe0;
}

.con08_box .tit1 {
    padding: 50px 0;
}

.con08bg {
    background: #fff;
    padding: 0 0 50px 0;
}

.con08 {}

.con08 .list ul li {
    float: left;
    width: calc(100% / 6);
    margin: 15.5px 0;
    text-align: center;
    position: relative;
}

.con08 .list ul li:before {
    content: "";
    width: 48px;
    height: 80px;
    background: url(../images/listbg1.png) center no-repeat;
    position: absolute;
    top: 0;
    right: -24px;
}

.con08 .list ul li:nth-child(6n):before {
    display: none;
}

.con08 .list ul li .box {
    /* border-right:1px solid #ccc;*/
}

.con08 .list ul li:nth-child(6n-5) .box {
    /* border-left:1px solid #ccc;*/
}

.con08 .list ul li .img {
    height: 80px;
    position: relative;
}

.con08 .list ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.con08 .list ul li h2 {
    font-weight: normal;
    font-size: 15px;
    line-height: 2em;
    height: 2em;
    overflow: hidden;
    color: #999;
    margin-top: 25px;
}


/**/

.tit2 {
    text-align: center;
    width: 640px;
    margin: 0 auto;
}

.tit2 ul li {
    float: left;
    width: calc((100% - 160px)/3);
    margin: 0 80px 0 0;
    text-align: center;
    border-bottom: 6px solid #e47227;
}

.tit2 ul li:nth-child(3n) {
    margin-right: 0;
}

.tit2 ul li a {
    display: block;
    background: #192e58;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 14px;
}

.tit2 ul li img {
    vertical-align: middle;
    margin-left: 10px;
}

.con09bg {
    /* background:#e0dfdf;*/
    padding: 50px 0 50px 0;
}

.con09 {}

.con09 .list {
    margin-top: 30px;
}

.con09 .lt {
    float: left;
    width: 50%;
}

.con09 .lt .img img {
    display: block;
    width: 100%;
}

.con09 .lt .txt {}

.con09 .lt .txt h2 {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 15px;
}

.con09 .lt .txt h2 a {
    color: #333;
}

.con09 .lt .txt h3 {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #333;
}

.con09 .rt {
    float: right;
    width: 45%;
}

.con09 .rt ul li {
    margin-bottom: 30px;
}

.con09 .rt ul li .img {
    float: left;
    width: 20%;
}

.con09 .rt ul li .img img {
    display: block;
    width: 100%;
}

.con09 .rt ul li .txt {
    float: right;
    width: 75%;
}

.con09 .rt ul li .txt h2 {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
}

.con09 .rt ul li .txt h2 a {
    color: #333;
}

.con09 .rt ul li .txt h3 {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #333;
}


/**/

.con10bg {
    padding: 50px 0;
}

.con10 {}

.con10 ul li {
    float: left;
    width: calc((100% - 70px)/2);
    margin: 0 70px 0 0;
}

.con10 ul li:nth-child(2n) {
    margin-right: 0;
}

.con10 ul li table {
    border: 2px solid #333;
    padding: 10px 20px;
}

.con10 ul li .img {
    width: 134px;
    padding-right: 20px;
}

.con10 ul li .img img {
    max-width: 100%;
}

.con10 ul li .txt {
    font-size: 16px;
    line-height: 2em;
}

@media(max-width:768px) {
    .tit2 {
        width: 100%;
    }
    .bannerbg {
        margin-top: 70px
    }
    /**/
    .con01bg {
        padding: 50px 5%;
    }
    /**/
    .con02bg {
        padding: 0 5% 50px 5%;
    }
    .con02 .txt {
        display: block;
        width: 100%;
        padding: 0;
    }
    .con02 .img {
        display: block;
        width: 100%;
        margin-top: 30px;
    }
    /**/
    .con03bg {
        padding: 50px 5%;
    }
    /**/
    .con04bg {
        padding: 50px 5%;
    }
    .con04_lt {
        float: none;
        width: 100%;
    }
    .con04_lt ul li {
        float: left;
        width: calc((100% - 60px)/3);
        margin: 15px 30px 15px 0;
    }
    .con04_lt ul li:nth-child(6n) {
        margin-right: 30px;
    }
    .con04_lt ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con04_rt {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .con04_rt ul li .nr {
        width: 80%;
    }
    /**/
    .con05bg {
        padding: 0 5% 50px 5%;
    }
    .con05 .list dl {
        float: none;
        width: 100%;
        margin: 0 0 0 0;
    }
    #certify .swiper-slide {
        height: auto;
    }
    #certify .swiper-slide img {
        position: static;
    }
    /**/
    .con06bg {
        padding: 0 5% 50px 5%;
    }
    .con06 .list ul li {
        width: calc(100%/3);
    }
    .con06 .list ul li:nth-child(3n-2) .box {
        border-left: 1px solid #ccc;
    }
    /**/
    .con07bg {
        padding: 50px 5%;
    }
    .con07 .list ul li {
        width: 50%;
        margin: 15px 0;
    }
    /**/
    .con08bg {
        padding: 0 5% 50px 5%;
    }
    .con08 .list ul li {
        width: calc(100%/3);
    }
    .con08 .list ul li:before {
        display: none;
    }
    .con08 .list ul li:nth-child(3n-2) .box {
        /* border-left:1px solid #ccc;*/
    }
    /**/
    .tit2 ul li {
        margin: 0 10px 0 0;
        width: calc((100% - 20px)/3);
    }
    .tit2 ul li a {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .tit2 ul li img {
        height: 16px;
    }
    .con09bg {
        padding: 50px 5%;
    }
    .con09 .lt {
        float: none;
        width: 100%;
    }
    .con09 .rt {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    /**/
    .con10bg {
        padding: 50px 5%;
    }
    .con10 ul li {
        width: 100%;
        margin: 15px 0;
    }
    .con10 ul li .img {
        width: 40%;
    }
    /**/
    #certify {
        width: 100%;
    }
}


/**/

.h_search1 {
    float: right;
    margin-left: 15px;
    height: 18px;
    margin-top: 57px;
}

.h_search1 .text1 {
    float: left;
    width: 150px;
    height: 18px;
    line-height: 18px;
}

.h_search1 .button1 {
    width: 40px;
    height: 18px;
    line-height: 18px;
    background: url(../images/searchbg1.png) center no-repeat;
}

@media(max-width:1200px) {
    .h_search1 {
        display: none;
    }
}


/**/

.index_add1bg {
    padding: 50px 0;
}

.index_add1 {}

.swiper-container2 {}

.swiper-container2 .swiper-slide {}

.swiper-container2 .swiper-slide .lt {
    float: left;
    width: 38%;
}

.swiper-container2 .swiper-slide .lt .img {}

.swiper-container2 .swiper-slide .lt .img img {
    display: block;
    width: 100%;
}

.swiper-container2 .swiper-slide .lt h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 10px;
}

.swiper-container2 .swiper-slide .rt {
    float: right;
    width: 55%;
}

.swiper-container2 .swiper-slide .rt .box1 {}

.swiper-container2 .swiper-slide .rt .box1 .img {
    float: left;
    width: 38%;
}

.swiper-container2 .swiper-slide .rt .box1 .img img {
    width: 100%;
}

.swiper-container2 .swiper-slide .rt .box1 .txt {
    float: right;
    width: 55%;
}

.swiper-container2 .swiper-slide .rt .box1 h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5em;
}

.swiper-container2 .swiper-slide .rt .box1 .nr1 {
    border: 1px solid #D8D8D8;
    padding: 15px 20px 10px 20px;
    margin-top: 10px;
}

.tit21 {
    font-size: 20px;
    line-height: 1em;
    border-left: 5px solid #e47126;
    padding-left: 10px;
}

.tit21 span {
    display: inline-block;
}

.swiper-container2 .swiper-slide .rt .box1 h3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 15px;
}

.swiper-container2 .swiper-slide .rt .box1 h4 {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    text-align: right;
    color: #999;
    margin-top: 10px;
}

.swiper-container2 .swiper-slide .rt .box1 h4 a {
    color: #999;
}

.swiper-container2 .swiper-slide .rt .box2 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #D8D8D8;
}

.swiper-container2 .swiper-slide .rt .box2 h3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 15px;
}

.swiper-container2 .swiper-slide .rt .box2 h4 {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    text-align: right;
    color: #999;
    margin-top: 10px;
}

.swiper-container2 .swiper-slide .rt .box2 h4 a {
    color: #999;
}

.swiper-container2 .swiper-pagination2 {
    bottom: 0 !important;
}

.swiper-container2 .swiper-pagination2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #000;
    opacity: .2;
}

.swiper-container2 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e47126;
    opacity: 1;
}

.swiper-container2 .swiper-button-prev2,
.swiper-container2 .swiper-button-next2 {}

.swiper-container2 .swiper-button-prev2 {}

.swiper-container2 .swiper-button-next2 {}

@media(max-width:768px) {
    .index_add1bg {
        padding: 50px 5%;
    }
    .swiper-container2 .swiper-slide .lt {
        float: none;
        width: 100%;
    }
    .swiper-container2 .swiper-slide .rt {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .swiper-container2 .swiper-slide .rt .box1 .img {
        float: none;
        width: 100%;
    }
    .swiper-container2 .swiper-slide .rt .box1 .img img {
        width: auto;
        max-width: 100%;
    }
    .swiper-container2 .swiper-slide .rt .box1 .txt {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
}

.zj-section.zj-banner-section>img {
    display: none;
    width: 100%;
}

@media(max-width:768px) {
    .zj-section.zj-banner-section {
        height: auto;
        background: none !important;
        margin-top: 70px;
    }
    .zj-section.zj-banner-section>img {
        display: block;
    }
}

#lContent img,
.zj-detail-content img,
#lblContent img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

@media(max-width:768px) {
    /*.zj-section.zj-banner-section{ height:300px; }*/
    #zj_map_content iframe {
        width: 100% !important;
    }
    .zj-section .zj-section-title h3 strong {
        font-size: 22px !important;
    }
    .zj-section .zj-section-title p {
        font-size: 12px;
        line-height: 1.5em;
    }
    .col-lg-6.col-xl-4.phone-col {
        text-align: left !important;
    }
    .col-lg-6.col-xl-5 {
        text-align: left !important;
    }
    .col-lg-6.col-xl-12>p {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}


/**/

.sanji {
    display: none;
}

.sanji a {
    color: #303133 !important;
}

.zj-dropdown:hover .zj-dropdown-menu {
    display: block !important;
}

.erji:hover .sanji {
    display: block !important;
}
img{
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    }