﻿html {
    -webkit-font-smoothing: antialiased;
    height: 100%
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer {
    display: block;
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table, th, td {
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: 400
}

dl, ol, ul {
    list-style-type: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

a {
    text-decoration: none
}

    a:hover {
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(255,0,0,0);
        outline: 0;
        outline: none;
        blr: expression(this.onFocus=this.blur())
    }

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

textarea {
    resize: none;
    outline: none;
    font-family: Arial,Microsoft YaHei
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

button, input {
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}

button {
    -webkit-appearance: none
}

#web-ietip {
    width: 526px;
    height: 90px;
    padding: 83px 0 0 84px;
    overflow: hidden;
    background: url(../images/browser.png) no-repeat center center;
    margin: 200px auto 0
}

    #web-ietip a {
        display: block;
        width: 65px;
        height: 80px;
        float: left
    }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.eps2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.eps3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.eps4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.eps5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.eps6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

.eps7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical
}

.eps8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical
}

.eps9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical
}

@media (min-width:1281px) {
    html {
        font-size: 100px
    }
}

@media (max-width:1280px) and (min-width:901px) {
    html {
        font-size: calc(100vw / 1700 * 100)
    }
}

@media (max-width:900px) {
    html {
        font-size: calc(900px / 1700 * 100)
    }
}

.teaser {
    opacity: 0;
    -webkit-transform: translate3d(0,25%,0);
    transform: translate3d(0,25%,0);
    -webkit-transition: opacity 1s ease-out 0.2s,-webkit-transform 1s ease-out 0.2s,-webkit-box-shadow .3s;
    transition: opacity 1s ease-out 0.2s,-webkit-transform 1s ease-out 0.2s,-webkit-box-shadow .3s;
    transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s;
    transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s,-webkit-transform 1s ease-out 0.2s,-webkit-box-shadow .3s
}

    .teaser.is-visible {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

.lefter {
    opacity: 0;
    -webkit-transform: translate3d(-35%,35%,0);
    transform: translate3d(-35%,35%,0);
    -webkit-transition: opacity 1s ease-out 0.2s,-webkit-transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s,-webkit-transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,-webkit-transform 1s ease-out 0.2s
}

    .lefter.is-visible {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

.righter {
    opacity: 0;
    -webkit-transform: translate3d(35%,35%,0);
    transform: translate3d(35%,35%,0);
    -webkit-transition: opacity 1s ease-out 0.2s,-webkit-transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s,-webkit-transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,-webkit-transform 1s ease-out 0.2s
}

    .righter.is-visible {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

.downer {
    opacity: 0;
    -webkit-transform: translate3d(0,-35%,0);
    transform: translate3d(0,-35%,0);
    -webkit-transition: opacity 1s ease-out 0.2s,-webkit-transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s,-webkit-transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,-webkit-transform 1s ease-out 0.2s
}

    .downer.is-visible {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

.lter {
    opacity: 0;
    -webkit-transform: translate3d(-35%,0,0);
    transform: translate3d(-35%,0,0);
    -webkit-transition: opacity 1s ease-out 0.2s,-webkit-transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s,-webkit-transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,-webkit-transform 1s ease-out 0.2s
}

    .lter.is-visible {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

.rter {
    opacity: 0;
    -webkit-transform: translate3d(35%,0,0);
    transform: translate3d(35%,0,0);
    -webkit-transition: opacity 1s ease-out 0.2s,-webkit-transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s,-webkit-transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,-webkit-transform 1s ease-out 0.2s
}

    .rter.is-visible {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

.delay2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.delay4 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.delay6 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.delay8 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.delay10 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.r-f:nth-child(4n+1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.r-f:nth-child(4n+2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.r-f:nth-child(4n+3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.r-f:nth-child(4n+4) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.r-f2:nth-child(4n+1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.r-f2:nth-child(4n+2) {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

.r-f2:nth-child(4n+3) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.r-f2:nth-child(4n+4) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.r-t:nth-child(3n+1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.r-t:nth-child(3n+2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.r-t:nth-child(3n+3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

body {
    font-size: 14px;
    color: #000;
    font-family: Arial,"Microsoft YaHei";
    background-color: #fff
}

    body * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

header {
    width: 100%;
    height: 0.9rem
}

    header .bdxk {
        width: 100%;
        height: 0.9rem;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000
    }

        header .bdxk .bdxk-container {
            width: 100%;
            background-color: #fff;
            position: relative;
            z-index: 200;
            height: 100%
        }

        header .bdxk .container {
            width: 12.8rem;
            margin: 0 auto;
            font-size: 0;
            height: 100%;
            position: relative;
            z-index: 200;
            line-height: 0.9rem
        }

            header .bdxk .container .logo {
                width: 2.5rem;
                height: 100%;
                line-height: 0.9rem;
                float: left
            }

                header .bdxk .container .logo img {
                    width: 100%;
                    height: .6rem;
                    display: inline-block;
                    vertical-align: middle
                }

            header .bdxk .container .container-box {
                float: right;
                height: 100%;
                line-height: 0.9rem;
                font-size: 0
            }

                header .bdxk .container .container-box .container-ul {
                    font-size: 0;
                    height: 100%;
                    line-height: .9rem;
                    display: inline-block
                }

                    header .bdxk .container .container-box .container-ul .container-li {
                        display: inline-block;
                        position: relative;
                        height: 100%;
                        vertical-align: top;
                        line-height: .9rem
                    }
            header .bdxk .container .search-language {
                display: inline-block;
                margin-left: 0.44rem;
                height: 100%;
                line-height: 0.9rem;
                position: relative;
            }

                header .bdxk .container .search-language:before {
                    content: '';
                    /* border: .02rem solid #e0e0e0;*/
                    /*height: 0.5rem;*/
                    display: inline-block;
                    vertical-align: middle;
                }

            header .bdxk .container .container-menu {
                display: none;
            }

        header .bdxk .h-opa {
            width: 100%;
            height: 100%;
            position: fixed;
            left: 0;
            top: 0;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 100;
            display: none;
        }



.dropUL {
    overflow: hidden;
    /* padding: 20px 24px;*/
    padding: 10px;
    position: absolute;
    top: 0.9rem;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 3px 18px 0 rgba(41,51,63,.2);
    display: flex;
    flex-wrap: wrap
}

    .dropUL .header-drop_box {
        float: left;
    /*    margin-right: 30px*/
    }

        .dropUL .header-drop_box:last-child {
            border-right: none
        }

        .dropUL .header-drop_box span {
            font-weight: 700;
            font-size: 14px;
            text-align: left;
            display: block;
            line-height: 30px;
            height: 30px;
            border-bottom: 1px solid #a2a2a2
        }

    .dropUL r .header-drop_box .header-drowp_ul {
        padding-left: 0;
        -moz-column-gap: 12px;
        -moz-column-count: 1;
        -moz-column-rule: 1px solid #d8d8d8;
        -webkit-column-gap: 12px;
        -webkit-column-count: 1;
        -webkit-column-rule: 1px solid #d8d8d8;
        grid-column-gap: 12px;
        column-gap: 12px;
        column-count: 1;
        column-rule: 1px solid #1f2c5c
    }

    .dropUL .header-drop_box .header-drowp_ul .header-drowp_li {
        width: 120px;
        line-height: 22px;
        margin-top: 14px;
        text-align:center;
    }

        .dropUL .header-drop_box .header-drowp_ul .header-drowp_li a {
            display: inline-block;
            color: #29333f;
            font-size: 16px;
            height: 100%;
            width: 100%
        }
            .dropUL .header-drop_box .header-drowp_ul .header-drowp_li a:hover {
                color: #1f2c5c;
            }
        .dropUL .header-drop_box .header-drowp_ul .header-drowp_li p {
            color: #999;
            font-size: 12px
        }

    /*    .dropUL .header-drop_box .header-drowp_ul .header-drowp_li:first-child {
            width: 190px
        }
*/
header .bdxk .container .container-box .container-ul li .dropUL {
    display: none
}

header .bdxk .container .container-box .container-ul li:hover .dropUL {
    display: flex
}

header .bdxk .container .container-box .container-ul .container-li .li-title {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0.3rem
}

    header .bdxk .container .container-box .container-ul .container-li .li-title span {
        font-size: calc(12px - .12rem + .18rem);
    
        color: #333333;
        font-weight: bold;
        cursor: pointer
    }

    header .bdxk .container .container-box .container-ul .container-li .li-title:hover span {
        color: #1f2c5c;
        font-weight: bold
    }

header .bdxk .container .container-box .container-ul .container-li.active .li-title span {
    color: #1f2c5c;
    font-weight: bold
}

header .product-drop-down {
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
    border-top: 1px solid #dddddd;
    position: relative;
    z-index: 1000;
    position: fixed;
    top: 0.9rem;
    left: 0;
    display: none
}

@media (max-width:500px) {
    header .bdxk .bdxk-container .container .container-box .search-language .language-text .text-a {
        display: none
    }

    header .bdxk .bdxk-container .container .container-box .search-language .language-text .text-b {
        display: none
    }

    header .bdxk .bdxk-container .search {
        width: 100%
    }

        header .bdxk .bdxk-container .search .search-container {
            width: 100%;
            padding: 0 10px
        }

            header .bdxk .bdxk-container .search .search-container .search-ipt .input-box {
                width: 75%
            }

            header .bdxk .bdxk-container .search .search-container .search-ipt .search-smt {
                width: 25%;
                text-align: center
            }

                header .bdxk .bdxk-container .search .search-container .search-ipt .search-smt .smt-text {
                    margin: 0
                }

                header .bdxk .bdxk-container .search .search-container .search-ipt .search-smt .smt-img {
                    display: none
                }
}

footer {
    width: 100%
}

    footer .f-a {
        width: 100%;
        background-color: #f6f8fa
    }

        footer .f-a .f-container {
            width: 12.8rem;
            margin: 0 auto;
            padding-top: .4rem;
            padding-bottom: .2rem;
            font-size: 0
        }

            footer .f-a .f-container .container-left {
                display: inline-block;
                float: right
            }

                footer .f-a .f-container .container-left .contractus {
                    width: 9rem;
                    display: inline-block;
                    padding-right: 0.1rem;
                    height:1.6rem;
                    line-height:30px;
                }
                    footer .f-a .f-container .container-left .contractus h2 {
                        color: rgba(0,0,0,0.8);
                        font-size: 20px;
                    }
                    footer .f-a .f-container .container-left .contractus p {
                        color: rgba(0,0,0,0.8);
                        font-size: 16px;
                    }
       




                footer .f-a .f-container .container-left .item-list {
                    display: inline-block;
                    width: 1.6rem;
                    padding-right: 0.1rem;
                    vertical-align: top
                }

                    footer .f-a .f-container .container-left .item-list .item-title {
                        width: 100%;
                        font-size: calc(12px - .12rem + .2rem);
                        font-weight: bold;
                        color: rgba(0,0,0,0.8);
                        margin-bottom: .2rem;
                        display: block;
                        cursor: pointer;
                        line-height: 1.3
                    }

                    footer .f-a .f-container .container-left .item-list .item {
                        width: 100%;
                        font-size: calc(12px - .12rem + .16rem);
                        color: rgba(0,0,0,0.7);
                        margin-bottom: .15rem;
                        display: block;
                        cursor: pointer
                    }

                        footer .f-a .f-container .container-left .item-list .item:hover {
                            color: #1f2c5c;
                            font-weight: bold
                        }

            footer .f-a .f-container .container-right {
                display: inline-block;
                float: left;
                width: 2rem
            }

                footer .f-a .f-container .container-right .right-logo {
                    width: 100%;
                    margin-bottom: 0.25rem
                }

                    footer .f-a .f-container .container-right .right-logo img {
                        width: 100%
                    }

                footer .f-a .f-container .container-right .right-phone {
                    width: 100%;
                    font-size: 0;
                    margin-bottom: 0.35rem
                }

                    footer .f-a .f-container .container-right .right-phone .phone-img {
                        display: inline-block;
                        width: .19rem;
                        height: .19rem;
                        vertical-align: middle
                    }

                        footer .f-a .f-container .container-right .right-phone .phone-img img {
                            width: 100%;
                            height: 100%
                        }

                    footer .f-a .f-container .container-right .right-phone span {
                        display: inline-block;
                        font-family: Arial;
                        font-size: calc(12px - .12rem + .22rem);
                        font-weight: bold;
                        color: rgba(0,0,0,0.8);
                        vertical-align: middle;
                        margin-left: 0.08rem
                    }

                footer .f-a .f-container .container-right .right-code {
                   /* margin: 0 auto;*/
                    width: 3rem;
                    height: 1.6rem;
                    line-height: 1.6rem;
                    border: solid 1px #000000;
                    text-align: center
                }

                    footer .f-a .f-container .container-right .right-code img {
                        width: 1.42rem;
                        height: 1.42rem;
                        vertical-align: middle
                    }

    footer .f-b {
        width: 100%;
        height: .44rem;
        background-color: #9c9ea0
    }

        footer .f-b .f-container {
            width: 12.8rem;
         
            margin: 0 auto;
            height: 100%;
            font-size: 0;
            position: relative
        }

            footer .f-b .f-container .container-left {
                float: left;
                font-size: calc(12px - .12rem + .14rem);
                color: #ffffff;
                height: 100%;
                line-height: 0.44rem
            }

            footer .f-b .f-container .container-right {
                float: right;
                height: 100%;
                line-height: 0.44rem
            }

                footer .f-b .f-container .container-right a {
                    font-size: calc(12px - .12rem + .14rem);
                    color: #ffffff;
                    cursor: pointer;
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 .13rem
                }

                    footer .f-b .f-container .container-right a:hover {
                        color: #1f2c5c
                    }

            footer .f-b .f-container .links-list {
                position: absolute;
                top: -3.7rem;
                right: 0;
                background-image: url(../images/50.png);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 100% 100%;
                width: 3rem;
                height: 3.8rem;
                padding-top: 0.15rem;
                padding-bottom: 0.15rem;
                padding-left: 1px;
                padding-right: 1px;
                display: none
            }

                footer .f-b .f-container .links-list .item {
                    width: 100%;
                    height: .42rem;
                    line-height: .42rem;
                    font-family: MicrosoftYaHei;
                    font-size: calc(12px - .12rem + .14rem);
                    color: #777777;
                    display: block;
                    cursor: pointer;
                    padding-left: 0.35rem;
                    padding-right: 0.35rem
                }

                    footer .f-b .f-container .links-list .item:hover {
                        background-color: #f6f6f6
                    }

                    footer .f-b .f-container .links-list .item.active {
                        background-color: #f6f6f6
                    }

                footer .f-b .f-container .links-list .mCSB_scrollTools {
                    opacity: 1
                }

                    footer .f-b .f-container .links-list .mCSB_scrollTools .mCSB_draggerRail {
                        width: 4px;
                        background-color: #fff;
                        -webkit-filter: none;
                        filter: none;
                        -ms-filter: none
                    }

                    footer .f-b .f-container .links-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
                        width: 4px;
                        background-color: rgba(71,94,108,0.1);
                        border-radius: 6px;
                        -webkit-filter: none;
                        filter: none;
                        -ms-filter: none
                    }

                    footer .f-b .f-container .links-list .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, footer .f-b .f-container .links-list .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
                        background-color: rgba(71,94,108,0.1);
                        -webkit-filter: none;
                        filter: none;
                        -ms-filter: none
                    }

                    footer .f-b .f-container .links-list .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
                        background-color: rgba(71,94,108,0.1);
                        -webkit-filter: none;
                        filter: none;
                        -ms-filter: none
                    }

.right-sidebar {
    position: fixed;
    right: 30px;
    bottom: 16%;
    z-index: 200
}

    .right-sidebar .customer-service {
        width: 30px;
        margin-bottom: 40px;
        cursor: pointer
    }

        .right-sidebar .customer-service img {
            width: 100%
        }

        .right-sidebar .customer-service .img-2 {
            display: none
        }

        .right-sidebar .customer-service:hover .img-1 {
            display: none
        }

        .right-sidebar .customer-service:hover .img-2 {
            display: inline-block
        }

    .right-sidebar .phone {
        width: 30px;
        margin-bottom: 40px;
        cursor: pointer
    }

        .right-sidebar .phone img {
            width: 100%
        }

        .right-sidebar .phone .img-2 {
            display: none
        }

        .right-sidebar .phone:hover .img-1 {
            display: none
        }

        .right-sidebar .phone:hover .img-2 {
            display: inline-block
        }

        .right-sidebar .phone .code-img {
            background-image: url(../images/55.png);
            background-position: center center;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            width: 180px;
            height: 170px;
            line-height: 170px;
            text-align: center;
            position: absolute;
            top: -5px;
            left: -200px;
            display: none
        }

        .right-sidebar .phone:hover .code-img {
            display: block;
            font-size: calc(12px - .12rem + .16rem);
            line-height: 170px;
            text-align: center;
            color: rgba(0,0,0,1)
        }

    .right-sidebar .qr-code {
        width: 30px;
        margin-bottom: 40px;
        cursor: pointer;
        position: relative
    }

        .right-sidebar .qr-code img {
            width: 100%
        }

        .right-sidebar .qr-code .img-2 {
            display: none
        }

        .right-sidebar .qr-code .code-img {
            background-image: url(../images/55.png);
            background-position: center center;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            width: 180px;
            height: 170px;
            line-height: 170px;
            text-align: center;
            position: absolute;
            top: -76px;
            left: -200px;
            display: none
        }

            .right-sidebar .qr-code .code-img img {
                width: 142px;
                height: 142px
            }

        .right-sidebar .qr-code:hover .img-1 {
            display: none
        }

        .right-sidebar .qr-code:hover .img-2 {
            display: inline-block
        }

        .right-sidebar .qr-code:hover .code-img {
            display: block
        }

    .right-sidebar .return-top {
        width: 30px;
        margin-bottom: 40px;
        cursor: pointer
    }

        .right-sidebar .return-top .top {
            width: 17px;
            height: 9px;
            margin: 0 auto;
            margin-bottom: 10px
        }

            .right-sidebar .return-top .top img {
                width: 100%;
                height: 100%
            }

            .right-sidebar .return-top .top .img-2 {
                display: none
            }

        .right-sidebar .return-top .return-text {
            width: 100%;
            text-align: center;
            font-family: MicrosoftYaHei;
            font-size: 14px;
            color: #161616
        }

        .right-sidebar .return-top:hover .top .img-1 {
            display: none
        }

        .right-sidebar .return-top:hover .top .img-2 {
            display: inline-block
        }

        .right-sidebar .return-top:hover .return-text {
            color: #1f2c5c
        }

.index-main {
    width: 100%
}

    .index-main .index-banner {
        width: 100%
    }

        .index-main .index-banner .ib-swiper {
            width: 100%
        }

            .index-main .index-banner .ib-swiper .item {
                width: 100%;
                height: 100%;
                display: block
            }

                .index-main .index-banner .ib-swiper .item img {
                    width: 100%;
                    height: 100%
                }

            .index-main .index-banner .ib-swiper .ib-prev {
                width: .2rem;
                height: .35rem;
                background-image: url(../images/20.png);
                background-position: center center;
                background-size: 100% 100%;
                background-repeat: no-repeat;
                left: 13%
            }

            .index-main .index-banner .ib-swiper .ib-next {
                width: .2rem;
                height: .35rem;
                background-image: url(../images/21.png);
                background-position: center center;
                background-size: 100% 100%;
                background-repeat: no-repeat;
                right: 13%
            }

            .index-main .index-banner .ib-swiper .ib-pagination .swiper-pagination-bullet {
                width: 1rem;
                height: .3rem;
                border-radius: 0;
                background: none;
                background-image: url(../images/24.png);
                background-position: center center;
                background-size: 100% 100%;
                background-repeat: no-repeat
            }

            .index-main .index-banner .ib-swiper .ib-pagination .swiper-pagination-bullet-active {
                background-image: url(../images/25.png)
            }

    .index-main .index-solution {
        width: 100%;
        padding-top: .6rem;
        background-color: #f6f8fa
    }

        .index-main .index-solution .title-box {
            width: 100%;
            margin-bottom: .3rem;
            text-align: center
        }

            .index-main .index-solution .title-box .title {
                text-align: center;
                font-size: 32px;
                color: rgba(0,0,0,0.8);
                cursor: pointer;
                display: inline-block;
                line-height: 50px;
            }

                .index-main .index-solution .title-box .title span {
                    font-size: 32px;
                    font-weight: bold;
                    color: rgba(0,0,0,0.8);
                    /*margin-right: 0.3rem*/
                }
                .index-main .index-solution .title-box .title p {
                
                    font-size:22px;
                }

                    .index-main .index-solution .title-box .title:hover {
                        color: #1f2c5c
                    }

                    .index-main .index-solution .title-box .title:hover span {
                        color: #1f2c5c
                    }

        .index-main .index-solution .solution-container {
           /* width: 12.8rem;*/
            max-width:14rem;
            margin: 0 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            position: relative;
            height:5.2rem;
            background-color: #f6f8fa
        }

            .index-main .index-solution .solution-container .zyyw {
                width: 14rem;
                margin: 0 auto;
                overflow: hidden
            }

            .index-main .index-solution .solution-container .zyyw-lf {
                float: left;
                padding-right: 15px
            }

                .index-main .index-solution .solution-container .zyyw-lf > ul {
                    display: flex;
                    width: 300px;
                    flex-direction: row;
                    align-items: center;
                    flex-wrap: wrap;
                    height: 555px;
                    align-content: center
                }

                    .index-main .index-solution .solution-container .zyyw-lf > ul > li {
                        width: 255px;
                        margin: 5px 0;
                        background: #ffffff;
                        border-radius: 5px;
                        border-bottom: 2px solid #eeeeee;
                        line-height: 58px;
                        font-size: 18px;
                        font-weight: bold
                    }

                        .index-main .index-solution .solution-container .zyyw-lf > ul > li.active {
                            background: url(zyyw-ty.png) no-repeat 10px center #0065c0;
                            border-radius: 5px;
                            border-bottom-color: #0065c0;
                            font-weight: bold
                        }

                        .index-main .index-solution .solution-container .zyyw-lf > ul > li a {
                            display: block;
                            padding-left: 25px;
                            color: #1f2c5c
                        }

                        .index-main .index-solution .solution-container .zyyw-lf > ul > li.active a {
                            color: #ffffff
                        }

            .index-main .index-solution .solution-container .zyyw-rt {
                width: 1000px;
                height: 550px;
                float: left
            }

            .index-main .index-solution .solution-container .zyyw-list {
                position: relative;
                height: 100%
            }

            .index-main .index-solution .solution-container .zyyw-text {
                position: absolute;
                bottom: 66px;
                right: 58px;
                width: 351px;
                height: 267px;
                padding: 38px;
                background: url(zyyw-bg.png)
            }

            .index-main .index-solution .solution-container .zyyw-title {
                font-size: 22px;
                font-weight: bold;
                padding-bottom: 20px
            }

            .index-main .index-solution .solution-container .zyyw-detail {
                font-size: 16px;
                line-height: 30px
            }

            .index-main .index-solution .solution-container .zyyw-m {
                display: block;
                width: 105px;
                height: 34px;
                background: url(zyyw-xq.png) no-repeat;
                margin-top: 15px;
                text-align: center;
                line-height: 34px;
                font-size: 16px;
                background-color: #F00;
                border-radius: 10px;
                color: #FFF;
            }

                .index-main .index-solution .solution-container .zyyw-m:hover {
                    text-decoration: underline
                }

    .index-main .index-product {
        width: 100%;
        padding-top: .6rem;
        padding-bottom: .6rem
    }

        .index-main .index-product .title-box {
            width: 100%;
            margin-bottom: 0;
            text-align: center
        }

            .index-main .index-product .title-box .title {
                text-align: center;
                font-size: 32px;
                color: rgba(0,0,0,0.8);
                cursor: pointer;
                display: inline-block;
                line-height:50px;
            }

                .index-main .index-product .title-box .title span {
                    font-size: 32px;
                    font-weight: bold;
                    color: rgba(0,0,0,0.8);
                   /* margin-right: 0.3rem*/
                }
                .index-main .index-product .title-box .title p {
                
                    font-size:22px;
                }


                    .index-main .index-product .title-box .title:hover {
                        color: #1f2c5c
                    }

                    .index-main .index-product .title-box .title:hover span {
                        color: #1f2c5c
                    }

        .index-main .index-product .product-container {
           /* width: 12.8rem;*/
          max-width:14rem;
            margin: 0 auto
        }

            .index-main .index-product .product-container .index-product-container {
                width: 12.5rem;
                height: 100%;
                margin: 0 auto;
                font-size: 0;
                position: relative
            }

                .index-main .index-product .product-container .index-product-container .index-product-swiper {
                    width: 100%;
                    height: 1.5rem;
                    vertical-align: middle;
                    display: inline-block
                }

                    .index-main .index-product .product-container .index-product-container .index-product-swiper .swiper-slide {
                        width: auto;
                        height: 100%
                    }

                        .index-main .index-product .product-container .index-product-container .index-product-swiper .swiper-slide .item {
                            width: 1.9rem;
                            height: 100%;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            cursor: pointer
                        }

                            .index-main .index-product .product-container .index-product-container .index-product-swiper .swiper-slide .item .item-img {
                                width: .75rem;
                                height: .75rem;
                                margin-bottom: .15rem
                            }

                                .index-main .index-product .product-container .index-product-container .index-product-swiper .swiper-slide .item .item-img img {
                                    width: 100%;
                                    height: 100%
                                }

                                .index-main .index-product .product-container .index-product-container .index-product-swiper .swiper-slide .item .item-img .img-2 {
                                    display: none
                                }

                            .index-main .index-product .product-container .index-product-container .index-product-swiper .swiper-slide .item .item-text {
                                width: 100%;
                                font-size: calc(12px - .12rem + .14rem);
                                color: rgba(0,0,0,0.8);
                                text-align: center
                            }

                        .index-main .index-product .product-container .index-product-container .index-product-swiper .swiper-slide:hover .item .item-img .img-1 {
                            display: none
                        }

                        .index-main .index-product .product-container .index-product-container .index-product-swiper .swiper-slide:hover .item .item-img .img-2 {
                            display: inline-block
                        }

                        .index-main .index-product .product-container .index-product-container .index-product-swiper .swiper-slide:hover .item .item-text {
                            font-size: calc(12px - .12rem + .14rem);
                            color: #1f2c5c
                        }

                    .index-main .index-product .product-container .index-product-container .index-product-swiper .active .item .item-img .img-1 {
                        display: none
                    }

                    .index-main .index-product .product-container .index-product-container .index-product-swiper .active .item .item-img .img-2 {
                        display: inline-block
                    }

                    .index-main .index-product .product-container .index-product-container .index-product-swiper .active .item .item-text {
                        font-size: calc(12px - .12rem + .14rem);
                        color: #1f2c5c
                    }

                .index-main .index-product .product-container .index-product-container .index-product-prev {
                    left: -.65rem;
                    background-image: url(../images/15.png);
                    background-size: 100% 100%;
                    background-repeat: no-repeat;
                    background-position: center center;
                    width: .2rem;
                    height: .35rem
                }

                .index-main .index-product .product-container .index-product-container .index-product-next {
                    right: -.65rem;
                    background-image: url(../images/16.png);
                    background-size: 100% 100%;
                    background-repeat: no-repeat;
                    background-position: center center;
                    width: .2rem;
                    height: .35rem
                }

            .index-main .index-product .product-container .product-content {
                width: 100%;
                height: 12.5rem;
                position: absolute;
                top: 0;
                left: -100000000px
            }

.dpav {
    width: 100%;
    margin: 0 auto;
    margin: 48px auto;
    FONT-WEIGHT: 500;
    z-index: 1
}

    .dpav ul {
        align-items: center;
        justify-content: space-between
    }

    .dpav li {
        float: left;
        border: 1px solid #1f2c5c;
        border-bottom: none;
        border-radius: 5px;
        margin: 10px 9px;
        width:23%;
    }

        .dpav li .link {
            position: relative;
            overflow: hidden;
            z-index: 1;
            -webkit-transition: all 400ms ease 0s;
            transition: all 400ms ease 0s;
            white-space: normal;
            text-align: center;
            width: 100%;
            height: 4rem;
            background: #fafafa;
            text-align: center;
            border-radius: 5px;
            border-bottom: 3px solid #1296db;
            opacity: 1;
            padding-bottom: 1px;
            cursor: pointer;
        }

            .dpav li .link:first-child {
                margin-left: 0
            }

            .dpav li .link:after {
                content: " ";
                z-index: -1;
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 4px;
                -webkit-transition: all 400ms ease 0s;
                transition: all 400ms ease 0s;
                pointer-events: none
            }

            .dpav li .link .iconbg {
                margin-top: 35px;
                margin-bottom: 25px;
                position: relative;
                width: 100%;
                height: auto;
                overflow: hidden
            }

       /* .dpav li:nth-child(3) .link .iconbg {
            margin-top: 45px
        }*/

        .dpav li .link .iconbg .icon {
            opacity: 1;
            -webkit-transition: all 400ms ease 0s;
            transition: all 400ms ease 0s;
            position: relative;
            top: 0px
        }
            .dpav li .link .iconbg .icon img {
                width: 100px;
                height: 100px;
            }
        .dpav li .link .iconbg .iconhov {
            position: absolute;
            width: 100%;
            text-align: center;
            top: 50px;
            opacity: 0;
            -webkit-transition: all 400ms ease 0s;
            transition: all 400ms ease 0s
        }
            .dpav li .link .iconbg .iconhov img {
                width: 100px;
                height: 100px;
            }


            .dpav li .link p {
                font-size: 20px;
                color: #333;
                line-height: 35px;
                -webkit-transition: all 220ms ease 0s,all 220ms ease 0s;
                transition: all 220ms ease 0s,all 220ms ease 0s
            }

        .dpav li span {
            width: 160px;
            height: 34px;
            line-height: 34px;
            font-size: 14px;
            display: block;
            border-radius: 25px;
            margin: 30px auto;
            border: 1px solid #1296db;
            color: #FFFFFF;
            background-color: #1296db;
        }

        .dpav li .link:hover p {
            color: #fff;
            -webkit-transition: all 200ms ease 50ms;
            transition: all 200ms ease 50ms
        }

        .dpav li .link:hover span {
            color: #1296db;
            border: 1px solid #fff;
            background-color: #FFFFFF;
        }

        .dpav li .link:hover .icon {
       
            opacity: 0;
            top: -50px;
            background-position: center -100%;
            -webkit-transition: all 400ms ease 50ms;
            transition: all 400ms ease 50ms;
            -webkit-transition-delay: 200ms;
            transition-delay: 200ms
        }

        .dpav li .link:hover .iconhov {
     
            opacity: 1;
            top: 0;
            -webkit-transition: all 400ms ease 50ms;
            transition: all 400ms ease 50ms;
            -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
            background-position: center top
        }

        .dpav li .link:hover:after {
            height: 100%;
            background: #1296db
        }

     /*   .dpav li:nth-child(2) .link:hover:after, .dpav li:nth-child(4) .link:hover:after {
            opacity: 0.6
        }*/

        .dpav li .link:hover .navbg {
            opacity: 1;
            filter: alpha(opacity=100);
            visibility: visible;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
            -webkit-transition: all 250ms cubic-bezier(0.46,0.03,0.52,1) 0ms;
            transition: all 250ms cubic-bezier(0.46,0.03,0.52,1) 0ms
        }
/*
        .dpav li:nth-child(3) .link:hover:after {
            height: 100%;
            background: #1f2c5c
        }

        .dpav li:nth-child(4) .link:hover:after {
            height: 100%;
            background: #1f2c5c
        }*/
      
.index-main .index-product .product-container .product-content.show {
    position: static
}

.index-main .index-product .product-container .product-content .content-left {
    width: 5.8rem;
    height: 100%;
    float: left
}

    .index-main .index-product .product-container .product-content .content-left .product-content-swiper {
        width: 100%;
        height: 100%
    }

        .index-main .index-product .product-container .product-content .content-left .product-content-swiper .item {
            display: inline-block;
            width: 100%;
            height: 100%
        }

            .index-main .index-product .product-container .product-content .content-left .product-content-swiper .item img {
                width: 100%;
                height: 100%
            }

        .index-main .index-product .product-container .product-content .content-left .product-content-swiper .product-content-pagination {
            text-align: left;
            font-size: 0
        }

            .index-main .index-product .product-container .product-content .content-left .product-content-swiper .product-content-pagination .swiper-pagination-bullet {
                width: .14rem;
                height: .14rem;
                border: solid .02rem #535353;
                background-color: #fff;
                opacity: 1;
                display: inline-block
            }

            .index-main .index-product .product-container .product-content .content-left .product-content-swiper .product-content-pagination .swiper-pagination-bullet-active {
                background-color: #535353
            }

.index-main .index-product .product-container .product-content .content-right {
    float: right;
    width: 6.3rem;
    height: 6rem;
    background-color: #ffffff;
    border-radius: .06rem;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .index-main .index-product .product-container .product-content .content-right .right-a {
        display: inline-block;
        width: 3.06rem;
        height: 2.9rem;
        background-color: #ffffff;
        border-radius: 6px;
        border: solid 1px rgba(0,0,0,0.5);
        margin-bottom: 0.2rem;
        padding-top: .1rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        cursor: pointer
    }

        .index-main .index-product .product-container .product-content .content-right .right-a .right-new {
            width: .46rem;
            height: .24rem;
            line-height: 0.24rem;
            text-align: center;
            border-radius: .12rem;
            border: solid 1px #e70014;
            font-family: ArialMT;
            font-size: calc(12px - .12rem + .12rem);
            color: #e70014;
            margin-bottom: 0.16rem
        }

        .index-main .index-product .product-container .product-content .content-right .right-a .right-img {
            width: 2rem;
            height: 2rem;
            line-height: 2rem;
            text-align: center;
            margin: 0 auto;
            margin-bottom: 0.3rem
        }

            .index-main .index-product .product-container .product-content .content-right .right-a .right-img img {
                max-width: 100%;
                max-height: 100%
            }

        .index-main .index-product .product-container .product-content .content-right .right-a .right-title {
            width: 100%
        }

            .index-main .index-product .product-container .product-content .content-right .right-a .right-title .title-a {
                width: 100%;
                text-align: center;
                font-size: calc(12px - .12rem + .18rem);
                font-weight: bold;
                color: rgba(0,0,0,0.8);
                margin-bottom: 0.05rem
            }

                .index-main .index-product .product-container .product-content .content-right .right-a .right-title .title-a span {
                    font-size: calc(12px - .12rem + .14rem)
                }

            .index-main .index-product .product-container .product-content .content-right .right-a .right-title .title-b {
                width: 100%;
                text-align: center;
                font-size: calc(12px - .12rem + .16rem);
                color: #000000;
                color: rgba(0,0,0,0.5)
            }

        .index-main .index-product .product-container .product-content .content-right .right-a:hover {
            border: solid 1px #1f2c5c
        }

.index-main .index-news {
    width: 100%;
    padding-top: .6rem
}

    .index-main .index-news .title-box {
        width: 100%;
        margin-bottom: 0.48rem;
        text-align: center
    }

        .index-main .index-news .title-box .title {
            text-align: center;
            font-size: 32px;
            color: rgba(0,0,0,0.8);
            cursor: pointer;
            display: inline-block;
            line-height: 50px;
        }

            .index-main .index-news .title-box .title span {
                font-size: 32px;
                font-weight: bold;
                color: rgba(0,0,0,0.8);
               /* margin-right: 0.3rem*/
            }



            .index-main .index-news .title-box .title p {
            
                font-size:22px;
            }



                .index-main .index-news .title-box .title:hover {
                    color: #1f2c5c
                }

                .index-main .index-news .title-box .title:hover span {
                    color: #1f2c5c
                }

    .index-main .index-news .news-container {
        width: 12.8rem;
        
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.newBox {
    width: 100%;
    height: auto;
    overflow: hidden
}

    .newBox .newContainer {
        width: 100%;
        height: auto;
        padding: 0px;
        overflow: hidden
    }

        .newBox .newContainer .newLi {
            width: calc(100% / 3);
            float: left;
            position: relative;
            overflow: hidden;
            padding: 10px;
            height: auto;
            margin-bottom: 0px
        }

        .newBox .newContainer .newLink {
            /*  height: 334px;
            display: block;
            width: 100%;
            overflow: hidden;
            border: solid 0px #e9e9e9;
            transition: all .5s ease*/


            width: 100%;
            height: 4rem;
            border-radius: 0.06rem;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            margin-bottom: .15rem;
            padding: .25rem .3rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            cursor: pointer;
            border:solid 1px #eee;
        }
        .newBox .newContainer .newLink:hover {
            box-shadow: 0px 5px 10px #888888
        }


.newImgBox {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden
}

.newImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.0);
    width: 100%;
    height: auto;
    transition: all .5s ease
}

.txtBox {
    height: 90px;
    padding: 0px 0px 10px;
    width: 100%;
    overflow: hidden
}

.newTitle {
    position: relative;
    width: 100%;
  /*  padding-right: 50px;*/
    height: 60px;
    line-height:30px;
    border-bottom: solid 0px #e9e9e9;
    font-size: 20px;
    color: #333;
 /*   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    transition: all .3s
}

.newSummry {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    color: #999;
    -webkit-line-clamp: 2;
    height: 42px
}

.newTimeBox {
 /*   margin-top: -42px;*/
    color: #999
}







.index-main .index-news .news-container .news-left {
    width: 4.14rem;
    height: 100%
}

    .index-main .index-news .news-container .news-left .left-img {
        width: 100%;
        height: 2.6rem;
        background-color: #cccccc;
        border-radius: .06rem .06rem 0 0;
        overflow: hidden
    }

        .index-main .index-news .news-container .news-left .left-img img {
            width: 100%;
            height: 100%;
            -webkit-transition: all .6s;
            transition: all .6s
        }

            .index-main .index-news .news-container .news-left .left-img img:hover {
                -webkit-transform: scale(1.1);
                transform: scale(1.1)
            }

    .index-main .index-news .news-container .news-left .left-content {
        width: 100%;
        background-color: rgba(197,227,246,0.8);
        border-radius: 0 0 .06rem .06rem;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        padding-left: 0.45rem;
        padding-right: 0.45rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .index-main .index-news .news-container .news-left .left-content .content-title {
            font-size: 20px;
            font-weight: bold;
            line-height: 1.15;
            color: #454e53;
            width: 100%;
            margin-bottom: .1rem
        }

        .index-main .index-news .news-container .news-left .left-content .content-text {
            width: 100%;
            font-size: 16px;
            line-height: 1.5;
            height: 3em;
            color: rgba(0,0,0,.5);
            margin-bottom: .1rem
        }

        .index-main .index-news .news-container .news-left .left-content .more {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer
        }

            .index-main .index-news .news-container .news-left .left-content .more .more-text {
                font-size: 16px;
                color: rgba(0,0,0,0.7)
            }

            .index-main .index-news .news-container .news-left .left-content .more .more-img {
                width: 0.34rem;
                height: 0.2rem;
                margin-left: 0.2rem
            }

                .index-main .index-news .news-container .news-left .left-content .more .more-img img {
                    width: 100%;
                    height: 100%
                }

            .index-main .index-news .news-container .news-left .left-content .more:hover .more-text {
                color: #1f2c5c
            }

.index-main .index-news .news-container .news-center {
    width: 4.6rem
}
.index-main .index-news .news-container .news-center  span{
    font-size:25px;
    font-weight:bold;
}
    .index-main .index-news .news-container .news-center p {
        font-size: 20px;
        line-height: 35px;
        padding-top: 20px;
        padding-bottom:20px;
        text-indent:2em;
    }


    .index-main .index-news .news-container .news-center .news-center-swiper {
        width: 100%;
        height: 100%
    }

        .index-main .index-news .news-container .news-center .news-center-swiper .swiper-slide {
            display: inline-block;
            height: 100%
        }

            .index-main .index-news .news-container .news-center .news-center-swiper .swiper-slide .item {
                width: 100%;
                display: block;
                cursor: pointer;
                margin-bottom: .1rem;
                position: relative
            }

                .index-main .index-news .news-container .news-center .news-center-swiper .swiper-slide .item .item-title {
                    width: .5rem;
                    height: .24rem;
                    line-height: 0.24rem;
                    text-align: center;
                    background-color: #1f2c5c;
                    border-radius: .12rem;
                    font-family: MicrosoftYaHei;
                    font-size: calc(12px - .12rem + .12rem);
                    color: #ffffff;
                    margin-bottom: 0.1rem;
                    display: inline-block
                }

                .index-main .index-news .news-container .news-center .news-center-swiper .swiper-slide .item .item-content {
                    width: 100%;
                    font-size: 16px;
                    line-height: 1.5;
                    height: 3em;
                    color: rgba(0,0,0,0.8);
                    margin-bottom: 0.1rem;
                    text-align: justify
                }

                .index-main .index-news .news-container .news-center .news-center-swiper .swiper-slide .item .item-date {
                    color: rgba(0,0,0,0.8);
                    display: inline-block;
                    background-color: #fff;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    height: 1.6em;
                    display: flex;
                    align-items: center;
                    padding-left: .7em
                }

                .index-main .index-news .news-container .news-center .news-center-swiper .swiper-slide .item:hover .item-title {
                    border: 1px solid #1f2c5c;
                    background-color: #fff;
                    color: #1f2c5c
                }

                .index-main .index-news .news-container .news-center .news-center-swiper .swiper-slide .item:hover .item-content {
                    color: #1f2c5c
                }

                .index-main .index-news .news-container .news-center .news-center-swiper .swiper-slide .item:hover .item-date {
                    color: #1f2c5c
                }

        .index-main .index-news .news-container .news-center .news-center-swiper .news-center-pagination {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center
        }

            .index-main .index-news .news-container .news-center .news-center-swiper .news-center-pagination .swiper-pagination-bullet {
                width: .14rem;
                height: .14rem;
                border: solid .02rem #535353;
                background-color: #fff;
                opacity: 1
            }

            .index-main .index-news .news-container .news-center .news-center-swiper .news-center-pagination .swiper-pagination-bullet-active {
                background-color: #535353
            }

.index-main .index-news .news-container .news-right {
    width: 3rem
}

    .index-main .index-news .news-container .news-right .item {
        width: 100%;
        height: 1.5rem;
        border-radius: 0.06rem;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: .15rem;
        padding: .25rem .3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: pointer
    }

        .index-main .index-news .news-container .news-right .item:hover {
            box-shadow: 0px 5px 10px #888888
        }

        .index-main .index-news .news-container .news-right .item .item-title {
            font-size: calc(12px - .12rem + .14rem);
            line-height: 1.7;
            color: rgba(255,255,255,0.5)
        }

        .index-main .index-news .news-container .news-right .item .item-text {
            font-size: calc(12px - .12rem + .26rem);
            font-weight: bold;
            color: rgba(255,255,255,0.8)
        }



.main-nav-position {
    width: 100%;
    border-bottom: 1px solid #eeeeee
}

    .main-nav-position .nav-position-container {
        width: 12.8rem;
        margin: 0 auto;
        font-size: 0;
        height: 0.6rem;
        line-height: 0.6rem
    }

        .main-nav-position .nav-position-container .nav-left {
            float: left;
            height: 100%;
            line-height: 0.6rem
        }

            .main-nav-position .nav-position-container .nav-left .home-img {
                display: inline-block;
                width: .18rem;
                height: .18rem;
                margin-right: 0.35rem;
                vertical-align: middle;
                cursor: pointer
            }

                .main-nav-position .nav-position-container .nav-left .home-img img {
                    width: 100%;
                    height: 100%
                }

            .main-nav-position .nav-position-container .nav-left a {
                font-size: calc(12px - .12rem + .16rem);
                color: #333333;
                vertical-align: middle;
                display: inline-block;
                margin-right: 0.1rem;
                cursor: pointer
            }

        .main-nav-position .nav-position-container .nav-right {
            float: right;
            height: 100%;
            line-height: 0.6rem
        }

            .main-nav-position .nav-position-container .nav-right .right-a {
                display: inline-block;
                font-size: 0;
                width: 1.4rem;
                cursor: pointer
            }

                .main-nav-position .nav-position-container .nav-right .right-a .right-img {
                    display: inline-block;
                    width: 0.2rem;
                    vertical-align: middle
                }

                    .main-nav-position .nav-position-container .nav-right .right-a .right-img img {
                        width: 100%
                    }

                    .main-nav-position .nav-position-container .nav-right .right-a .right-img .img-2 {
                        display: none
                    }

                .main-nav-position .nav-position-container .nav-right .right-a span {
                    font-size: calc(12px - .12rem + .16rem);
                    color: #333333;
                    display: inline-block;
                    margin-left: 0.1rem;
                    vertical-align: middle
                }

                .main-nav-position .nav-position-container .nav-right .right-a:hover .right-img .img-1 {
                    display: none
                }

                .main-nav-position .nav-position-container .nav-right .right-a:hover .right-img .img-2 {
                    display: inline-block
                }

                .main-nav-position .nav-position-container .nav-right .right-a:hover span {
                    color: #1f2c5c;
                    font-weight: bold
                }

                .main-nav-position .nav-position-container .nav-right .right-a.active .right-img .img-1 {
                    display: none
                }

                .main-nav-position .nav-position-container .nav-right .right-a.active .right-img .img-2 {
                    display: inline-block
                }

                .main-nav-position .nav-position-container .nav-right .right-a.active span {
                    color: #1f2c5c;
                    font-weight: bold
                }

@media (max-width:1280px) {
    .main-nav-position .nav-position-container {
        width: 100%;
        padding: 0 10px;
        height: auto
    }

        .main-nav-position .nav-position-container .nav-left {
            float: none;
            display: block;
            width: 100%;
            line-height: 50px
        }

            .main-nav-position .nav-position-container .nav-left .home-img {
                width: 18px;
                height: 18px
            }

            .main-nav-position .nav-position-container .nav-left a {
                font-size: 16px
            }

        .main-nav-position .nav-position-container .nav-right {
            float: none;
            line-height: 50px;
            text-align: center
        }

            .main-nav-position .nav-position-container .nav-right .right-a {
                width: 25%;
                text-align: center
            }

                .main-nav-position .nav-position-container .nav-right .right-a .right-img {
                    width: 20px
                }

                .main-nav-position .nav-position-container .nav-right .right-a span {
                    font-size: 16px
                }
}

@media (max-width:450px) {
    .main-nav-position .nav-position-container .nav-right {
        float: none;
        line-height: 50px;
        width: 80%;
        margin: 0 auto
    }

        .main-nav-position .nav-position-container .nav-right .right-a {
            width: 50%
        }

            .main-nav-position .nav-position-container .nav-right .right-a .right-img {
                width: 20px
            }

            .main-nav-position .nav-position-container .nav-right .right-a span {
                font-size: 16px
            }
}

main {
    width: 100%
}

    main .main-sitemap {
        width: 100%;
        background-color: #ffffff;
        padding-top: 1rem;
        padding-bottom: 500px
    }

        main .main-sitemap .sitemap-container {
            width: 11.8rem;
            margin: 0 auto
        }

            main .main-sitemap .sitemap-container .sitemap-title {
                width: 2.4rem;
                height: .5rem;
                background-color: #1f2c5c;
                border-radius: .25rem;
                line-height: 0.5rem;
                text-align: center;
                font-size: calc(12px - .12rem + .16rem);
                font-weight: bold;
                color: #ffffff;
                margin: 0 auto
            }

            main .main-sitemap .sitemap-container .map-container {
                width: 100%;
                position: relative
            }

                main .main-sitemap .sitemap-container .map-container .map-img {
                    width: 100%
                }

                    main .main-sitemap .sitemap-container .map-container .map-img img {
                        width: 100%
                    }

                main .main-sitemap .sitemap-container .map-container ul {
                    width: 1.5rem
                }

                    main .main-sitemap .sitemap-container .map-container ul .li-title {
                        width: 100%;
                        margin-bottom: 0.2rem
                    }

                        main .main-sitemap .sitemap-container .map-container ul .li-title a {
                            font-size: calc(12px - .12rem + .2rem);
                            font-weight: bold;
                            color: rgba(0,0,0,0.8);
                            display: block;
                            cursor: pointer;
                            width: 100%;
                            text-align: center
                        }

                    main .main-sitemap .sitemap-container .map-container ul .li-text {
                        width: 100%;
                        margin-bottom: 0.15rem
                    }

                        main .main-sitemap .sitemap-container .map-container ul .li-text a {
                            display: block;
                            cursor: pointer;
                            font-size: calc(12px - .12rem + .16rem);
                            line-height: 1.5;
                            color: rgba(0,0,0,0.7);
                            width: 100%;
                            text-align: center
                        }

                            main .main-sitemap .sitemap-container .map-container ul .li-text a:hover {
                                color: #1f2c5c;
                                font-weight: bold
                            }

                main .main-sitemap .sitemap-container .map-container .product-center {
                    position: absolute;
                    top: 1.6rem;
                    left: -.65rem
                }

                main .main-sitemap .sitemap-container .map-container .solution {
                    position: absolute;
                    top: 1.6rem;
                    left: 2.25rem
                }

                main .main-sitemap .sitemap-container .map-container .news-center {
                    position: absolute;
                    top: 1.6rem;
                    left: 6.4rem
                }

                main .main-sitemap .sitemap-container .map-container .recruitment {
                    position: absolute;
                    top: 1.6rem;
                    left: 7.9rem
                }

                main .main-sitemap .sitemap-container .map-container .download-center {
                    position: absolute;
                    top: 1.6rem;
                    left: 9.45rem
                }

                main .main-sitemap .sitemap-container .map-container .about-us {
                    position: absolute;
                    top: 1.6rem;
                    left: 11rem
                }

                main .main-sitemap .sitemap-container .map-container .contact-us {
                    position: absolute;
                    top: 5rem;
                    left: 6.4rem
                }

                main .main-sitemap .sitemap-container .map-container .sitemap {
                    position: absolute;
                    top: 5rem;
                    left: 7.9rem
                }

                main .main-sitemap .sitemap-container .map-container .legal-notices {
                    position: absolute;
                    top: 5rem;
                    left: 9.45rem
                }

                main .main-sitemap .sitemap-container .map-container .links {
                    position: absolute;
                    top: 5rem;
                    left: 11rem
                }

@media (max-width:1280px) {
    main .main-sitemap {
        padding-bottom: 1rem
    }

        main .main-sitemap .sitemap-container {
            width: 100%;
            padding: 0 10px
        }

            main .main-sitemap .sitemap-container .sitemap-title {
                margin-bottom: 0.6rem
            }

            main .main-sitemap .sitemap-container .map-container {
                position: static;
                font-size: 0
            }

                main .main-sitemap .sitemap-container .map-container .map-img {
                    display: none
                }

                main .main-sitemap .sitemap-container .map-container ul {
                    position: static !important;
                    display: inline-block;
                    vertical-align: top;
                    width: 19%;
                    margin-bottom: 0.3rem;
                    margin-right: 1%
                }

                    main .main-sitemap .sitemap-container .map-container ul:nth-child(5n) {
                        margin-right: 0
                    }
}

@media (max-width:600px) {
    main .main-sitemap .sitemap-container .map-container ul {
        width: 49%;
        margin-right: 1%
    }

        main .main-sitemap .sitemap-container .map-container ul:nth-child(5n) {
            margin-right: 1%
        }

        main .main-sitemap .sitemap-container .map-container ul:nth-child(2n) {
            margin-right: 0%
        }
}

.main-banner {
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

    .main-banner .banner-bg {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.main-banner-b .banner-bg {
    width: 100%
}

.main-banner .banner-container {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

    .main-banner .banner-container .en-title {
        font-size: calc(12px - .12rem + .16rem);
        color: #ffffff;
        margin-bottom: 0.3rem;
        width: 12.8rem;
        margin: 0 auto
    }

    .main-banner .banner-container .banner-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 12.8rem;
        margin: 0 auto;
        justify-content: center
    }

        .main-banner .banner-container .banner-content .cn-title {
            font-size: calc(12px - .12rem + .5rem);
            color: #ffffff
        }

        .main-banner .banner-container .banner-content .banner-search {
            width: 6.4rem;
            height: .5rem;
            background-color: #ffffff;
            border-radius: .06rem;
            font-size: 0;
            padding-left: .2rem
        }

            .main-banner .banner-container .banner-content .banner-search .search-img {
                display: inline-block;
                width: .16rem;
                height: .16rem;
                vertical-align: middle
            }

                .main-banner .banner-container .banner-content .banner-search .search-img img {
                    width: 100%;
                    height: 100%
                }

            .main-banner .banner-container .banner-content .banner-search .search-ipt {
                display: inline-block;
                height: 100%;
                border: none;
                background: none;
                outline: none;
                vertical-align: middle;
                margin: 0 .1rem;
                width: 5.26rem;
                font-size: calc(12px - .12rem + .14rem)
            }

            .main-banner .banner-container .banner-content .banner-search .jump-img {
                display: inline-block;
                width: .58rem;
                height: 100%;
                line-height: .5rem;
                text-align: center;
                vertical-align: middle;
                background-color: #1f2c5c;
                border-radius: 0 .06rem .06rem 0
            }

                .main-banner .banner-container .banner-content .banner-search .jump-img img {
                    width: 0.18rem;
                    height: 0.1rem
                }

@media (max-width:1100px) {
    .main-banner {
        height: 3.7rem
    }

        .main-banner .banner-bg {
        }

        .main-banner .banner-container {
            width: 100%;
            padding: 0 10px
        }

            .main-banner .banner-container .en-title {
                width: 100%
            }

            .main-banner .banner-container .banner-content {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: initial;
                -ms-flex-align: initial;
                align-items: initial;
                width: 100%
            }

                .main-banner .banner-container .banner-content .cn-title {
                    margin-bottom: 0.3rem
                }

                .main-banner .banner-container .banner-content .banner-search {
                    margin-left: 0;
                    width: 640px;
                    height: 50px
                }

                    .main-banner .banner-container .banner-content .banner-search .search-img {
                        width: 16px;
                        height: 16px
                    }

                    .main-banner .banner-container .banner-content .banner-search .search-ipt {
                        width: 546px;
                        margin: 0 10px;
                        font-size: 14px
                    }

                    .main-banner .banner-container .banner-content .banner-search .jump-img {
                        width: calc(100% - 582px);
                        line-height: 50px
                    }

                        .main-banner .banner-container .banner-content .banner-search .jump-img img {
                            width: 18px;
                            height: 10px;
                            vertical-align: middle
                        }
}

@media (max-width:900px) {
    .main-banner .banner-container .banner-content .cn-title {
        font-size: 20px
    }
}

@media (max-width:660px) {
    .main-banner .banner-container .banner-content .banner-search {
        width: 100%
    }

        .main-banner .banner-container .banner-content .banner-search .search-img {
            display: none
        }

        .main-banner .banner-container .banner-content .banner-search .search-ipt {
            width: 85%;
            margin: 0;
            margin-right: 10px
        }

        .main-banner .banner-container .banner-content .banner-search .jump-img {
            width: calc(15% - 10px)
        }
}

.main-banner-b {
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

    .main-banner-b .banner-container {
        width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

        .main-banner-b .banner-container .en-title {
            width: 12.8rem;
            font-size: calc(12px - .12rem + .16rem);
            color: #000000;
            margin-bottom: 0.3rem;
            text-align: right;
            margin: 0 auto
        }

        .main-banner-b .banner-container .banner-content {
            width: 12.8rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            justify-content: flex-end;
            margin: 0 auto
        }

            .main-banner-b .banner-container .banner-content .cn-title {
                font-size: calc(12px - .12rem + .5rem);
                color: #000000;
                margin: 0 auto;
                width: 12.8rem;
                text-align: right
            }

            .main-banner-b .banner-container .banner-content .banner-search {
                width: 6.4rem;
                height: .5rem;
                background-color: #ffffff;
                border-radius: .06rem;
                font-size: 0;
                padding: 0 .2rem;
                margin-left: 1.25rem
            }

                .main-banner-b .banner-container .banner-content .banner-search .search-img {
                    display: inline-block;
                    width: .16rem;
                    height: .16rem;
                    vertical-align: middle
                }

                    .main-banner-b .banner-container .banner-content .banner-search .search-img img {
                        width: 100%;
                        height: 100%
                    }

                .main-banner-b .banner-container .banner-content .banner-search .search-ipt {
                    display: inline-block;
                    height: 100%;
                    border: none;
                    background: none;
                    outline: none;
                    vertical-align: middle;
                    margin: 0 .1rem;
                    width: 5.46rem;
                    font-size: calc(12px - .12rem + .14rem)
                }

                .main-banner-b .banner-container .banner-content .banner-search .jump-img {
                    display: inline-block;
                    width: 0.18rem;
                    height: 0.1rem;
                    vertical-align: middle
                }

                    .main-banner-b .banner-container .banner-content .banner-search .jump-img img {
                        width: 100%;
                        height: 100%
                    }

@media (max-width:1100px) {
    .main-banner-b .banner-container {
        width: 100%;
        padding: 0 10px
    }

        .main-banner-b .banner-container .banner-content {
            align-items: initial;
            width: 100%
        }

        .main-banner-b .banner-container .en-title {
            width: 100%
        }

        .main-banner-b .banner-container .banner-content .cn-title {
            margin-bottom: 0.3rem;
            width: 100%
        }

        .main-banner-b .banner-container .banner-content .banner-search {
            margin-left: 0;
            width: 640px;
            height: 50px
        }

            .main-banner-b .banner-container .banner-content .banner-search .search-img {
                width: 16px;
                height: 16px
            }

            .main-banner-b .banner-container .banner-content .banner-search .search-ipt {
                width: 546px;
                margin: 0 10px;
                font-size: 14px
            }

            .main-banner-b .banner-container .banner-content .banner-search .jump-img {
                width: 18px;
                height: 10px
            }
}

@media (max-width:900px) {
    .main-banner-b .banner-container .banner-content .cn-title {
        font-size: 20px
    }
}

@media (max-width:660px) {
    .main-banner-b .banner-container .banner-content .banner-search {
        width: 100%
    }

        .main-banner-b .banner-container .banner-content .banner-search .search-img {
            display: none
        }

        .main-banner-b .banner-container .banner-content .banner-search .search-ipt {
            width: 85%;
            margin: 0;
            margin-right: 10px
        }
}

main .main-download-center {
    width: 100%;
    background-color: #ffffff
}

    main .main-download-center .download-center-nav {
        width: 100%;
        height: 1.2rem;
        background-color: rgba(245,245,245,0.88)
    }

        main .main-download-center .download-center-nav .nav-container {
            width: 12.8rem;
            margin: 0 auto;
            font-size: 0;
            height: 100%;
            line-height: 1.2rem;
            text-align: center
        }

            main .main-download-center .download-center-nav .nav-container .item-nav {
                display: inline-block;
                width: 1.8rem;
                height: .52rem;
                line-height: .52rem;
                text-align: center;
                border-radius: .26rem;
                margin: 0 .05rem;
                font-size: calc(12px - .12rem + .16rem);
                color: #333333;
                vertical-align: middle;
                cursor: pointer
            }

                main .main-download-center .download-center-nav .nav-container .item-nav:hover {
                    background-color: #1f2c5c;
                    color: #fefefe
                }

                main .main-download-center .download-center-nav .nav-container .item-nav.active {
                    background-color: #1f2c5c;
                    color: #fefefe
                }

    main .main-download-center .download-center-container {
        width: 100%;
        background-color: #fff;
        padding-bottom: 0.8rem
    }

        main .main-download-center .download-center-container .download-center-wrap {
            width: 12.8rem;
            margin: 0 auto;
            font-size: 0;
            margin-bottom: 0.8rem;
            padding-top: 0.4rem
        }

            main .main-download-center .download-center-container .download-center-wrap .wrap-nav {
                width: 100%;
                height: .52rem;
                background-color: rgba(245,245,245,0.88);
                padding: 0 .38rem
            }

                main .main-download-center .download-center-container .download-center-wrap .wrap-nav .item {
                    font-size: calc(12px - .12rem + .16rem);
                    color: #333333;
                    display: inline-block;
                    height: 100%;
                    line-height: .52rem
                }

            main .main-download-center .download-center-container .download-center-wrap .item-a {
                width: 40%
            }

            main .main-download-center .download-center-container .download-center-wrap .item-b {
                width: 15%;
                text-align: center
            }

            main .main-download-center .download-center-container .download-center-wrap .item-c {
                width: 15%;
                text-align: center
            }

            main .main-download-center .download-center-container .download-center-wrap .item-d {
                width: 20%;
                text-align: center
            }

            main .main-download-center .download-center-container .download-center-wrap .item-e {
                width: 10%;
                text-align: right
            }

            main .main-download-center .download-center-container .download-center-wrap .item-content {
                width: 100%;
                background-color: #fff;
                height: .5rem;
                line-height: .5rem;
                font-size: 0;
                padding: 0 .38rem;
                border-bottom: 1px solid #eeeeee;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                main .main-download-center .download-center-container .download-center-wrap .item-content:hover {
                    background-color: #f6f6f6
                }

                main .main-download-center .download-center-container .download-center-wrap .item-content .item {
                    font-size: calc(12px - .12rem + .16rem);
                    color: #333333;
                    line-height: 2;
                    vertical-align: middle
                }

                main .main-download-center .download-center-container .download-center-wrap .item-content .item-e {
                    position: relative
                }

                    main .main-download-center .download-center-container .download-center-wrap .item-content .item-e:before {
                        content: '';
                        border-left: 1px solid #dddddd;
                        height: 0.2rem;
                        display: inline-block;
                        vertical-align: middle;
                        position: absolute;
                        top: 40%;
                        left: 0
                    }

                    main .main-download-center .download-center-container .download-center-wrap .item-content .item-e .item-e-img {
                        display: inline-block;
                        width: .21rem;
                        height: .18rem;
                        vertical-align: middle;
                        cursor: pointer
                    }

                        main .main-download-center .download-center-container .download-center-wrap .item-content .item-e .item-e-img img {
                            width: 100%;
                            height: 100%
                        }

@media (max-width:1280px) {
    main .main-download-center .download-center-nav {
        height: auto
    }

        main .main-download-center .download-center-nav .nav-container {
            width: 100%;
            padding: .2rem 10px;
            line-height: 1
        }

            main .main-download-center .download-center-nav .nav-container .item-nav {
                margin-bottom: .1rem
            }

    main .main-download-center .download-center-container .download-center-wrap {
        width: 100%;
        padding: 0 10px;
        padding-top: 0.4rem
    }

        main .main-download-center .download-center-container .download-center-wrap .wrap-nav {
            height: 52px;
            padding: 0 38px
        }

            main .main-download-center .download-center-container .download-center-wrap .wrap-nav .item {
                line-height: 52px
            }

        main .main-download-center .download-center-container .download-center-wrap .item-content {
            height: 60px;
            line-height: 60px;
            padding: 0 38px
        }

            main .main-download-center .download-center-container .download-center-wrap .item-content .item-e {
                position: relative
            }

                main .main-download-center .download-center-container .download-center-wrap .item-content .item-e:before {
                    height: 20px;
                    top: 24%
                }

                main .main-download-center .download-center-container .download-center-wrap .item-content .item-e .item-e-img {
                    width: 21px;
                    height: 18px
                }
}

@media (max-width:600px) {
    main .main-download-center .download-center-container .download-center-wrap .wrap-nav .item-b {
        display: none
    }

    main .main-download-center .download-center-container .download-center-wrap .wrap-nav .item-c {
        display: none
    }

    main .main-download-center .download-center-container .download-center-wrap .wrap-nav .item-a {
        width: 50%
    }

    main .main-download-center .download-center-container .download-center-wrap .wrap-nav .item-d {
        width: 40%
    }

    main .main-download-center .download-center-container .download-center-wrap .item-content .item-b {
        display: none
    }

    main .main-download-center .download-center-container .download-center-wrap .item-content .item-c {
        display: none
    }

    main .main-download-center .download-center-container .download-center-wrap .item-content .item-a {
        width: 50%
    }

    main .main-download-center .download-center-container .download-center-wrap .item-content .item-d {
        width: 40%
    }
}

@media (max-width:400px) {
    main .main-download-center .download-center-container .download-center-wrap .wrap-nav .item-b {
        display: none
    }

    main .main-download-center .download-center-container .download-center-wrap .wrap-nav .item-c {
        display: none
    }

    main .main-download-center .download-center-container .download-center-wrap .wrap-nav .item-a {
        width: 80%;
        padding-right: 5px
    }

    main .main-download-center .download-center-container .download-center-wrap .wrap-nav .item-d {
        display: none
    }

    main .main-download-center .download-center-container .download-center-wrap .wrap-nav .item-e {
        width: 20%
    }

    main .main-download-center .download-center-container .download-center-wrap .item-content .item-b {
        display: none
    }

    main .main-download-center .download-center-container .download-center-wrap .item-content .item-c {
        display: none
    }

    main .main-download-center .download-center-container .download-center-wrap .item-content .item-a {
        width: 80%;
        padding-right: 5px
    }

    main .main-download-center .download-center-container .download-center-wrap .item-content .item-d {
        display: none
    }

    main .main-download-center .download-center-container .download-center-wrap .item-content .item-e {
        width: 20%
    }
}

main .pag-container {
    width: 12.8rem;
    margin: 0 auto;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    main .pag-container .container-left {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        main .pag-container .container-left span {
            font-size: calc(12px - .12rem + .18rem);
            color: #333333
        }

        main .pag-container .container-left .select-w {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: inline-block;
            height: 30px;
            width: 65px;
            position: relative;
            padding-right: 16px;
            padding-left: 12px;
            white-space: nowrap;
            border: 1px solid #a2a2a2;
            border-radius: 6px;
            margin: 0 16px
        }

            main .pag-container .container-left .select-w .cur {
                width: 100%;
                display: inline-block;
                height: 30px;
                line-height: 30px;
                font-size: 16px;
                color: #333333;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            main .pag-container .container-left .select-w select {
                position: absolute;
                width: 100%;
                height: 100%;
                padding-left: 6px;
                left: 0;
                top: 0;
                z-index: 2;
                opacity: 0;
                filter: alpha(opacity=0)
            }

            main .pag-container .container-left .select-w:after {
                display: inline-block;
                content: "";
                border-left: 5px solid transparent;
                border-top: 5px solid #666;
                border-right: 5px solid transparent;
                position: absolute;
                right: 5px;
                top: 12px;
                z-index: 1
            }

    main .pag-container .container-right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        main .pag-container .container-right input {
            color: #333333;
            border: 1px solid #a2a2a2;
            outline: none;
            background: none;
            font-size: calc(12px - .12rem + .18rem);
            width: 60px;
            height: 30px;
            line-height: 24px;
            text-align: center;
            border-radius: 6px
        }

        main .pag-container .container-right span {
            font-size: calc(12px - .12rem + .18rem);
            color: #333333;
            margin: 0 16px
        }

        main .pag-container .container-right a {
            font-size: calc(12px - .12rem + .18rem);
            color: #333333
        }

            main .pag-container .container-right a:hover {
                color: #1f2c5c;
                font-weight: bold
            }

@media (max-width:900px) {
    main .pag-container {
        width: 100%;
        padding: 0 10px
    }
}

@media (max-width:400px) {
    main .pag-container {
    }

        main .pag-container .container-left {
            width: auto
        }

            main .pag-container .container-left .select-w {
                margin: 0 5px
            }

            main .pag-container .container-left span {
                font-size: 14px
            }

        main .pag-container .container-right {
            width: auto
        }

            main .pag-container .container-right span {
                margin: 0 5px;
                font-size: 14px
            }

            main .pag-container .container-right a {
                font-size: 14px
            }
}

main .main-news-center {
    width: 100%;
    background-color: #fff;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem
}

    main .main-news-center .news-center-container {
        width: 12.8rem;
        margin: 0 auto;
        margin-bottom: 0.6rem
    }

        main .main-news-center .news-center-container .item {
            width: 100%;
            height: .5rem;
            line-height: .5rem;
            font-size: 0;
            border-bottom: 1px solid #eeeeee;
            display: block;
            cursor: pointer
        }

            main .main-news-center .news-center-container .item .item-left {
                width: 10.7rem;
                display: inline-block;
                height: 100%;
                line-height: .5rem
            }

                main .main-news-center .news-center-container .item .item-left .title {
                    display: inline-block;
                    width: .5rem;
                    height: .24rem;
                    line-height: .24rem;
                    text-align: center;
                    background-color: #ffffff;
                    border-radius: .12rem;
                    border: solid 1px rgba(0,0,0,0.5);
                    font-size: calc(12px - .12rem + .12rem);
                    color: #808080;
                    vertical-align: middle
                }

                main .main-news-center .news-center-container .item .item-left .text {
                    width: 10.2rem;
                    display: inline-block;
                    padding-left: 0.2rem;
                    font-size: calc(12px - .12rem + .18rem);
                    color: rgba(0,0,0,0.8);
                    vertical-align: middle;
                    line-height: 1.3
                }

            main .main-news-center .news-center-container .item .item-right {
                width: 2.1rem;
                display: inline-block;
                height: 100%;
                line-height: .5rem
            }

                main .main-news-center .news-center-container .item .item-right .date {
                    display: inline-block;
                    font-size: calc(12px - .12rem + .14rem);
                    color: rgba(0,0,0,0.7);
                    margin: 0 .1rem;
                    vertical-align: middle
                }

                main .main-news-center .news-center-container .item .item-right .browse {
                    display: inline-block;
                    font-size: calc(12px - .12rem + .14rem);
                    color: rgba(0,0,0,0.7);
                    margin: 0 .1rem;
                    vertical-align: middle
                }

            main .main-news-center .news-center-container .item:hover .item-left .text {
                color: #1f2c5c
            }

@media (max-width:1280px) {
    main .main-news-center .news-center-container {
        width: 100%;
        padding: 0 10px
    }

        main .main-news-center .news-center-container .item {
            height: 60px;
            line-height: 60px
        }

            main .main-news-center .news-center-container .item .item-left {
                width: 80%;
                line-height: 60px
            }

                main .main-news-center .news-center-container .item .item-left .title {
                    display: inline-block;
                    width: 50px;
                    height: 24px;
                    line-height: 24px;
                    border-radius: 12px;
                    font-size: calc(12px - .12rem + .12rem)
                }

            main .main-news-center .news-center-container .item .item-right {
                width: 20%;
                line-height: 60px
            }
}

@media (max-width:900px) {
    main .main-news-center .news-center-container .item .item-left {
        width: 70%
    }

        main .main-news-center .news-center-container .item .item-left .text {
            width: 80%
        }

    main .main-news-center .news-center-container .item .item-right {
        width: 30%;
        text-align: right
    }
}

@media (max-width:600px) {
    main .main-news-center .news-center-container .item {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        main .main-news-center .news-center-container .item .item-left {
            width: 60%;
            display: flex;
            align-items: center
        }

            main .main-news-center .news-center-container .item .item-left .title {
                display: none
            }

            main .main-news-center .news-center-container .item .item-left .text {
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                white-space: normal;
                line-height: 1.2
            }

        main .main-news-center .news-center-container .item .item-right {
            width: 40%;
            text-align: right
        }

            main .main-news-center .news-center-container .item .item-right .browse {
                display: none
            }
}

main .main-news-details {
    width: 100%;
    background-color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 1rem
}

    main .main-news-details .news-details-container {
        width: 12.8rem;
        margin: 0 auto;
        font-size: 0
    }

        main .main-news-details .news-details-container .container-left {
            display: inline-block;
            width: 12.8rem;
            vertical-align: top
        }

            main .main-news-details .news-details-container .container-left .left-title {
                font-size: calc(12px - .12rem + .3rem);
                font-weight: bold;
                line-height: 2;
                color: rgba(0,0,0,0.8);
                margin-bottom: 0.15rem;
                width: 100%;
                text-align: center
            }

            main .main-news-details .news-details-container .container-left .date-share {
                padding: .3rem 0;
                width: 100%;
                font-size: 0;
                border-bottom: 1px dashed #d9d9d9;
                text-align:center
            }

                main .main-news-details .news-details-container .container-left .date-share .date-browse {
                    display: inline-block;
                    vertical-align: middle
                }

                    main .main-news-details .news-details-container .container-left .date-share .date-browse .date {
                        display: inline-block;
                        margin-right: .3rem
                    }

                        main .main-news-details .news-details-container .container-left .date-share .date-browse .date .date-img {
                            display: inline-block;
                            width: .18rem;
                            height: .18rem;
                            vertical-align: middle
                        }

                            main .main-news-details .news-details-container .container-left .date-share .date-browse .date .date-img img {
                                width: 100%;
                                height: 100%
                            }

                        main .main-news-details .news-details-container .container-left .date-share .date-browse .date .date-text {
                            display: inline-block;
                            font-size: calc(12px - .12rem + .14rem);
                            color: rgba(0,0,0,0.8);
                            vertical-align: middle;
                            margin-left: 0.12rem
                        }

                    main .main-news-details .news-details-container .container-left .date-share .date-browse .browse {
                        display: inline-block;
                        font-size: calc(12px - .12rem + .14rem);
                        color: rgba(0,0,0,0.8);
                        vertical-align: middle;
                        margin-right: 0.15rem
                    }

                main .main-news-details .news-details-container .container-left .date-share .share {
                    display: inline-block;
                    vertical-align: middle;
                    margin-left: 0.5rem
                }

                    main .main-news-details .news-details-container .container-left .date-share .share span {
                        display: inline-block;
                        font-size: calc(12px - .12rem + .15rem);
                        color: #000000;
                        vertical-align: middle;
                        margin: 0 .1rem
                    }

                    main .main-news-details .news-details-container .container-left .date-share .share .qq {
                        display: inline-block;
                        width: 14px;
                        height: 16px;
                        vertical-align: middle;
                        margin: 0 .1rem;
                        cursor: pointer
                    }

                        main .main-news-details .news-details-container .container-left .date-share .share .qq img {
                            width: 100%;
                            height: 100%
                        }

                        main .main-news-details .news-details-container .container-left .date-share .share .qq .img-2 {
                            display: none
                        }

                        main .main-news-details .news-details-container .container-left .date-share .share .qq:hover .img-1 {
                            display: none
                        }

                        main .main-news-details .news-details-container .container-left .date-share .share .qq:hover .img-2 {
                            display: inline-block
                        }

                    main .main-news-details .news-details-container .container-left .date-share .share .weixin {
                        display: inline-block;
                        width: 20px;
                        height: 16px;
                        vertical-align: middle;
                        margin: 0 .1rem;
                        cursor: pointer
                    }

                        main .main-news-details .news-details-container .container-left .date-share .share .weixin img {
                            width: 100%;
                            height: 100%
                        }

                        main .main-news-details .news-details-container .container-left .date-share .share .weixin .img-2 {
                            display: none
                        }

                        main .main-news-details .news-details-container .container-left .date-share .share .weixin:hover .img-1 {
                            display: none
                        }

                        main .main-news-details .news-details-container .container-left .date-share .share .weixin:hover .img-2 {
                            display: inline-block
                        }

                    main .main-news-details .news-details-container .container-left .date-share .share .weibo {
                        display: inline-block;
                        width: 18px;
                        height: 15px;
                        vertical-align: middle;
                        margin: 0 .1rem;
                        cursor: pointer
                    }

                        main .main-news-details .news-details-container .container-left .date-share .share .weibo img {
                            width: 100%;
                            height: 100%
                        }

                        main .main-news-details .news-details-container .container-left .date-share .share .weibo .img-2 {
                            display: none
                        }

                        main .main-news-details .news-details-container .container-left .date-share .share .weibo:hover .img-1 {
                            display: none
                        }

                        main .main-news-details .news-details-container .container-left .date-share .share .weibo:hover .img-2 {
                            display: inline-block
                        }

            main .main-news-details .news-details-container .container-left .left-content {
                width: 100%;
                font-size: calc(12px - .12rem + .16rem);
                padding: .2rem 0
            }

                main .main-news-details .news-details-container .container-left .left-content p {
                    font-size: 20px;
                    line-height:50px;
                    color: rgba(0,0,0,0.8);

                }

            main .main-news-details .news-details-container .container-left .left-article-list {
                width: 100%;
                font-size: 0;
                padding-top: 0.32rem;
                border-top: 0.01rem solid #dee2e8
            }

                main .main-news-details .news-details-container .container-left .left-article-list .article-box {
                    float: left;
                    width: 70%
                }

                    main .main-news-details .news-details-container .container-left .left-article-list .article-box .article {
                        font-size: calc(12px - .12rem + .16rem);
                        line-height: 2;
                        color: #666666;
                        display: block;
                        cursor: pointer;
                        width: 100%
                    }

                        main .main-news-details .news-details-container .container-left .left-article-list .article-box .article:hover span {
                            color: #1f2c5c
                        }

                        main .main-news-details .news-details-container .container-left .left-article-list .article-box .article.active span {
                            color: #1f2c5c
                        }

                main .main-news-details .news-details-container .container-left .left-article-list .list-box {
                    float: right;
                    display: block;
                    cursor: pointer;
                    font-size: 0;
                    width: 1.8rem;
                    height: 0.5rem;
                    line-height: 0.5rem;
                    text-align: center;
                    background-color: #1f2c5c;
                    border-radius: 0 10px 0px 10px
                }

                    main .main-news-details .news-details-container .container-left .left-article-list .list-box .list-img {
                        width: 0.21rem;
                        height: 0.16rem;
                        display: inline-block;
                        vertical-align: middle
                    }

                        main .main-news-details .news-details-container .container-left .left-article-list .list-box .list-img img {
                            width: 100%;
                            height: 100%
                        }

                    main .main-news-details .news-details-container .container-left .left-article-list .list-box .list {
                        display: inline-block;
                        font-family: SourceHanSansSC-Regular;
                        font-size: calc(12px - .12rem + .14rem);
                        color: #ffffff;
                        vertical-align: middle;
                        margin-left: 0.14rem
                    }

        main .main-news-details .news-details-container .container-right {
            display: inline-block;
            width: 3.2rem;
            margin-left: 0.6rem;
            vertical-align: top
        }

            main .main-news-details .news-details-container .container-right .right-title {
                font-size: calc(12px - .12rem + .26rem);
                font-weight: bold;
                color: rgba(0,0,0,0.8);
                margin-bottom: 0.45rem;
                width: 100%
            }

            main .main-news-details .news-details-container .container-right .item {
                width: 100%;
                margin-bottom: 0.45rem;
                cursor: pointer;
                display: block
            }

                main .main-news-details .news-details-container .container-right .item .item-title {
                    width: 50px;
                    height: 24px;
                    line-height: 24px;
                    text-align: center;
                    background-color: #1f2c5c;
                    border-radius: 12px;
                    font-size: 12px;
                    color: #ffffff;
                    margin-bottom: 0.1rem
                }

                main .main-news-details .news-details-container .container-right .item .item-content {
                    width: 100%;
                    font-size: calc(12px - .12rem + .18rem);
                    line-height: 1.3;
                    color: rgba(0,0,0,0.8);
                    margin-bottom: 0.1rem
                }

                main .main-news-details .news-details-container .container-right .item .item-box {
                    width: 100%;
                    font-size: 0
                }

                    main .main-news-details .news-details-container .container-right .item .item-box .date {
                        display: inline-block;
                        font-size: calc(12px - .12rem + .14rem);
                        line-height: 1.7;
                        color: rgba(0,0,0,0.5)
                    }

                    main .main-news-details .news-details-container .container-right .item .item-box .browse {
                        display: inline-block;
                        font-size: calc(12px - .12rem + .14rem);
                        line-height: 1.7;
                        color: rgba(0,0,0,0.5);
                        margin-left: 0.12rem
                    }

                main .main-news-details .news-details-container .container-right .item:hover .item-title {
                    border: 1px solid #1f2c5c;
                    background-color: #fff;
                    color: #1f2c5c
                }

                main .main-news-details .news-details-container .container-right .item:hover .item-content {
                    color: #1f2c5c
                }

@media (max-width:1100px) {
    main .main-news-details .news-details-container .container-left .date-share .date-browse {
        width: 100%;
        display: block;
        margin-bottom: .2rem
    }

        main .main-news-details .news-details-container .container-left .date-share .date-browse .browse {
            margin-bottom: .1rem;
            vertical-align: middle
        }

        main .main-news-details .news-details-container .container-left .date-share .date-browse .date {
            margin-bottom: .1rem;
            vertical-align: middle
        }

    main .main-news-details .news-details-container .container-left .date-share .share {
        display: block;
        margin-left: 0
    }
}

@media (max-width:900px) {
    main .main-news-details .news-details-container {
        width: 100%;
        padding: 0 10px
    }

        main .main-news-details .news-details-container .container-left {
            display: block;
            width: 100%;
            margin-bottom: 0.3rem
        }

        main .main-news-details .news-details-container .container-right {
            display: block;
            width: 100%;
            margin-left: 0
        }

        main .main-news-details .news-details-container .container-left .left-article-list .article-box {
            width: 100%;
            display: block;
            float: none
        }

        main .main-news-details .news-details-container .container-left .left-article-list .list-box {
            float: none;
            display: block;
            margin: 0 auto
        }

        main .main-news-details .news-details-container .container-left .left-title {
            font-size: 16px
        }
}

@media (max-width:400px) {
    main .main-news-details .news-details-container .container-left {
        display: block;
        width: 100%;
        margin-bottom: 0.3rem
    }

        main .main-news-details .news-details-container .container-left .date-share .date-browse {
            width: 100%;
            display: block;
            margin-bottom: 0.3rem
        }

        main .main-news-details .news-details-container .container-left .date-share .share {
            width: 100%;
            display: inline-block;
            margin-left: 0
        }
}

main .main-mapping-education {
    width: 100%;
    background-color: #fff;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem
}

    main .main-mapping-education .mapping-education-container {
        width: 12.8rem;
        margin: 0 auto;
        overflow: hidden;
        margin-bottom: 0.25rem
    }

        main .main-mapping-education .mapping-education-container .container {
            width: calc(100% + .3rem);
            font-size: 0
        }

            main .main-mapping-education .mapping-education-container .container .item {
                width: 4.06rem;
                margin-right: 0.3rem;
                margin-bottom: 0.35rem;
                display: inline-block;
                vertical-align: top;
                cursor: pointer
            }

                main .main-mapping-education .mapping-education-container .container .item .item-img {
                    width: 100%;
                    border-radius: .06rem;
                    margin-bottom: .2rem;
                    overflow: hidden
                }

                    main .main-mapping-education .mapping-education-container .container .item .item-img img {
                        width: 100%;
                        transition: all .6s
                    }

                main .main-mapping-education .mapping-education-container .container .item .item-text {
                    width: 100%;
                    font-size: calc(12px - .12rem + .18rem);
                    line-height: 1.6;
                    color: rgba(0,0,0,0.8)
                }

                main .main-mapping-education .mapping-education-container .container .item:hover .item-img img {
                    transform: scale(1.1)
                }

                main .main-mapping-education .mapping-education-container .container .item:hover .item-text {
                    color: #1f2c5c
                }

@media (max-width:900px) {
    main .main-mapping-education .mapping-education-container {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto
    }

        main .main-mapping-education .mapping-education-container .container {
            width: 102%
        }

            main .main-mapping-education .mapping-education-container .container .item {
                margin-right: 1%;
                width: 32%
            }
}

@media (max-width:500px) {
    main .main-mapping-education .mapping-education-container .container {
        width: 102%
    }

        main .main-mapping-education .mapping-education-container .container .item {
            margin-right: 2%;
            width: 48%
        }
}

@media (max-width:340px) {
    main .main-mapping-education .mapping-education-container .container {
        width: 100%
    }

        main .main-mapping-education .mapping-education-container .container .item {
            margin-right: 0;
            width: 100%
        }
}

main .main-products-center {
    width: 100%;
    background-color: #fff;
    padding-top: .6rem;
    padding-bottom: 0.8rem
}

    main .main-products-center .products-center-container {
        width: 12.8rem;
        margin: 0 auto;
        margin-bottom: 0.9rem
    }

        main .main-products-center .products-center-container .title-box {
            width: 100%;
            margin-bottom: 0.25rem
        }

            main .main-products-center .products-center-container .title-box .title {
                width: 100%;
                text-align: center;
                font-size: calc(12px - .12rem + .28rem);
                font-weight: bold;
                color: rgba(0,0,0,0.78);
                margin-bottom: 0.15rem
            }

            main .main-products-center .products-center-container .title-box .title-text {
                width: 100%;
                text-align: center;
                font-size: calc(12px - .12rem + .16rem);
                line-height: 1.5;
                color: rgba(0,0,0,0.7)
            }

        main .main-products-center .products-center-container .container {
            width: 100%
        }

            main .main-products-center .products-center-container .container .product-container {
                width: 11.5rem;
                height: 100%;
                margin: 0 auto;
                font-size: 0;
                line-height: .8rem;
                position: relative
            }

                main .main-products-center .products-center-container .container .product-container .product-swiper {
                    width: 100%;
                    height: 30px;
                    vertical-align: middle;
                    display: inline-block
                }

                    main .main-products-center .products-center-container .container .product-container .product-swiper .swiper-slide {
                        width: auto;
                        height: 100%;
                        cursor: pointer
                    }

                        main .main-products-center .products-center-container .container .product-container .product-swiper .swiper-slide .item {
                            height: 100%;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center
                        }

                            main .main-products-center .products-center-container .container .product-container .product-swiper .swiper-slide .item .item-img {
                                width: .75rem;
                                height: .75rem;
                                margin-bottom: .15rem
                            }

                                main .main-products-center .products-center-container .container .product-container .product-swiper .swiper-slide .item .item-img img {
                                    width: 100%;
                                    height: 100%
                                }

                                main .main-products-center .products-center-container .container .product-container .product-swiper .swiper-slide .item .item-img .img-2 {
                                    display: none
                                }

                            main .main-products-center .products-center-container .container .product-container .product-swiper .swiper-slide .item .item-text {
                                padding: 0 .15rem;
                                height: 100%;
                                font-size: calc(12px - .12rem + .14rem);
                                color: rgba(0,0,0,0.8);
                                text-align: center;
                                display: flex;
                                align-items: center;
                                justify-content: center
                            }

                        main .main-products-center .products-center-container .container .product-container .product-swiper .swiper-slide:hover .item .item-img .img-1 {
                            display: none
                        }

                        main .main-products-center .products-center-container .container .product-container .product-swiper .swiper-slide:hover .item .item-img .img-2 {
                            display: inline-block
                        }

                        main .main-products-center .products-center-container .container .product-container .product-swiper .swiper-slide:hover .item .item-text {
                            font-size: calc(12px - .12rem + .14rem);
                            background-color: #1f2c5c;
                            color: #fff
                        }

                    main .main-products-center .products-center-container .container .product-container .product-swiper .active .item .item-img .img-1 {
                        display: none
                    }

                    main .main-products-center .products-center-container .container .product-container .product-swiper .active .item .item-img .img-2 {
                        display: inline-block
                    }

                    main .main-products-center .products-center-container .container .product-container .product-swiper .active .item .item-text {
                        font-size: calc(12px - .12rem + .14rem);
                        background-color: #1f2c5c;
                        color: #fff
                    }

                main .main-products-center .products-center-container .container .product-container .product-prev {
                    left: -.65rem;
                    background-image: url(../images/15.png);
                    background-size: 100% 100%;
                    background-repeat: no-repeat;
                    background-position: center center;
                    width: .2rem;
                    height: .35rem
                }

                main .main-products-center .products-center-container .container .product-container .product-next {
                    right: -.65rem;
                    background-image: url(../images/16.png);
                    background-size: 100% 100%;
                    background-repeat: no-repeat;
                    background-position: center center;
                    width: .2rem;
                    height: .35rem
                }

            main .main-products-center .products-center-container .container .product-content {
                width: 100%
            }

                main .main-products-center .products-center-container .container .product-content .content-right {
                    width: 100%;
                    background-color: #ffffff;
                    border-radius: .06rem;
                    font-size: 0
                }

                    main .main-products-center .products-center-container .container .product-content .content-right .right-a {
                        display: inline-block;
                        width: 4.26rem;
                        height: 4.8rem;
                        background-color: #ffffff;
                        border-radius: 6px;
                        border: solid 0.01rem rgba(0,0,0,0.5);
                        padding-top: 0.3rem;
                        padding-left: 0.3rem;
                        padding-right: 0.3rem;
                        cursor: pointer
                    }

                        main .main-products-center .products-center-container .container .product-content .content-right .right-a .right-new {
                            width: .46rem;
                            height: .24rem;
                            line-height: 0.24rem;
                            text-align: center;
                            border-radius: .12rem;
                            border: solid 1px #e70014;
                            font-family: ArialMT;
                            font-size: calc(12px - .12rem + .12rem);
                            color: #e70014;
                            margin-bottom: 0.16rem;
                            visibility: hidden
                        }

                        main .main-products-center .products-center-container .container .product-content .content-right .right-a .right-img {
                            width: 3.3rem;
                            height: 3.3rem;
                            line-height: 3.3rem;
                            text-align: center;
                            margin: 0 auto;
                            margin-bottom: 0.4rem
                        }

                            main .main-products-center .products-center-container .container .product-content .content-right .right-a .right-img img {
                                max-width: 100%;
                                max-height: 100%
                            }

                        main .main-products-center .products-center-container .container .product-content .content-right .right-a .right-title {
                            width: 100%
                        }

                            main .main-products-center .products-center-container .container .product-content .content-right .right-a .right-title .title-a {
                                width: 100%;
                                text-align: center;
                                font-size: calc(12px - .12rem + .18rem);
                                font-weight: bold;
                                color: rgba(0,0,0,0.8);
                                margin-bottom: 0.05rem
                            }

                                main .main-products-center .products-center-container .container .product-content .content-right .right-a .right-title .title-a span {
                                    font-size: calc(12px - .12rem + .14rem);
                                    color: rgba(0,0,0,0.8)
                                }

                            main .main-products-center .products-center-container .container .product-content .content-right .right-a .right-title .title-b {
                                width: 100%;
                                text-align: center;
                                font-size: calc(12px - .12rem + .16rem);
                                color: #000000;
                                color: rgba(0,0,0,0.5);
                                vertical-align: top
                            }

                        main .main-products-center .products-center-container .container .product-content .content-right .right-a:hover {
                            border: solid 1px #1f2c5c
                        }

                            main .main-products-center .products-center-container .container .product-content .content-right .right-a:hover .right-new {
                                visibility: visible
                            }

                        main .main-products-center .products-center-container .container .product-content .content-right .right-a.active {
                        }

                            main .main-products-center .products-center-container .container .product-content .content-right .right-a.active .right-new {
                            }

@media (max-width:1280px) {
    main .main-products-center .products-center-container {
        width: 100%;
        padding: 0 10px
    }

        main .main-products-center .products-center-container .container .product-content {
            height: auto
        }

            main .main-products-center .products-center-container .container .product-content .content-right {
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between
            }

                main .main-products-center .products-center-container .container .product-content .content-right .right-a {
                    width: 49.5%;
                    padding-bottom: 0.3rem;
                    height: auto;
                    margin-bottom: 0.2rem
                }

                    main .main-products-center .products-center-container .container .product-content .content-right .right-a .right-new {
                        width: 46px;
                        height: 24px;
                        line-height: 24px;
                        text-align: center;
                        border-radius: 12px;
                        font-size: calc(12px - .12rem + .12rem)
                    }
}

@media (max-width:900px) {
    main .main-products-center .products-center-container .container .product-container {
        width: 100%;
        padding: 0 10px;
        text-align: center
    }

        main .main-products-center .products-center-container .container .product-container .product-swiper {
            width: 90%
        }

            main .main-products-center .products-center-container .container .product-container .product-swiper .swiper-slide {
                width: 50%
            }

                main .main-products-center .products-center-container .container .product-container .product-swiper .swiper-slide .item {
                    width: 100%
                }

    main .main-products-center .products-center-container .title-box .title {
        font-size: 18px
    }

    main .main-products-center .products-center-container .title-box .title-text {
        font-size: 14px
    }

    main .main-products-center .products-center-container .container .product-container .product-prev {
        left: 0;
        top: 60%
    }

    main .main-products-center .products-center-container .container .product-container .product-next {
        right: 0;
        top: 60%
    }
}


main .main-product-details {
    width: 100%;
    background-color: #fff
}

    main .main-product-details .details-a {
        width: 100%;
        background-color: #fff;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem
    }

        main .main-product-details .details-a .details-container {
            width: 12.8rem;
            margin: 0 auto;
            font-size: 0
        }

            main .main-product-details .details-a .details-container .container-left {
                display: inline-block;
                width: 5.8rem;
                vertical-align: top
            }

                main .main-product-details .details-a .details-container .container-left .left-big {
                    width: 100%;
                    height: 3.8rem;
                    margin-bottom: 0.1rem
                }

                    main .main-product-details .details-a .details-container .container-left .left-big .big-swiper {
                        width: 100%;
                        height: 100%
                    }

                        main .main-product-details .details-a .details-container .container-left .left-big .big-swiper .swiper-slide img {
                            width: 100%;
                            height: 100%
                        }

                main .main-product-details .details-a .details-container .container-left .left-small {
                    width: 100%
                }

                    main .main-product-details .details-a .details-container .container-left .left-small .small-swiper {
                        width: 100%
                    }

                        main .main-product-details .details-a .details-container .container-left .left-small .small-swiper .swiper-slide {
                            display: inline-block;
                            width: 1.08rem;
                            height: 1.08rem;
                            background-color: #ffffff;
                            border-radius: .06rem;
                            margin-right: 0.1rem;
                            cursor: pointer
                        }

                            main .main-product-details .details-a .details-container .container-left .left-small .small-swiper .swiper-slide img {
                                width: 100%;
                                height: 100%;
                                border-radius: .06rem
                            }

                            main .main-product-details .details-a .details-container .container-left .left-small .small-swiper .swiper-slide:hover {
                                border: solid 1px #1f2c5c;
                                border-radius: .06rem
                            }

            main .main-product-details .details-a .details-container .container-right {
                display: inline-block;
                width: 5.9rem;
                margin-left: 1.1rem;
                vertical-align: top
            }

                main .main-product-details .details-a .details-container .container-right .right-content {
                    width: 100%;
                    height: 3.8rem;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    margin-bottom: 0.1rem
                }

                    main .main-product-details .details-a .details-container .container-right .right-content .content-a {
                        width: 100%;
                        font-size: calc(12px - .12rem + .16rem);
                        color: rgba(0,0,0,0.5);
                        margin-bottom: 0.25rem
                    }

                    main .main-product-details .details-a .details-container .container-right .right-content .content-b {
                        font-size: calc(12px - .12rem + .42rem);
                        font-weight: bold;
                        color: rgba(0,0,0,0.8);
                        margin-bottom: 0.35rem
                    }

                        main .main-product-details .details-a .details-container .container-right .right-content .content-b span {
                            font-size: calc(12px - .12rem + .3rem)
                        }

                        main .main-product-details .details-a .details-container .container-right .right-content .content-b:after {
                            content: '';
                            display: block;
                            margin-top: 0.5rem;
                            width: 23px;
                            height: 2px;
                            background-color: #333333
                        }

                    main .main-product-details .details-a .details-container .container-right .right-content .content-c {
                        width: 100%;
                        height: 3rem
                    }

                        main .main-product-details .details-a .details-container .container-right .right-content .content-c p {
                            font-size: calc(12px - .12rem + .16rem);
                            line-height: 1.6;
                            color: #808080;
                            margin-bottom: 0.35rem;
                            text-align: justify
                        }

                        main .main-product-details .details-a .details-container .container-right .right-content .content-c .mCSB_scrollTools {
                            opacity: 1
                        }

                            main .main-product-details .details-a .details-container .container-right .right-content .content-c .mCSB_scrollTools .mCSB_draggerRail {
                                width: 4px;
                                background-color: #fff;
                                -webkit-filter: none;
                                filter: none;
                                -ms-filter: none
                            }

                            main .main-product-details .details-a .details-container .container-right .right-content .content-c .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
                                width: 4px;
                                background-color: #eeeeee;
                                border-radius: 6px;
                                -webkit-filter: none;
                                filter: none;
                                -ms-filter: none
                            }

                            main .main-product-details .details-a .details-container .container-right .right-content .content-c .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, main .main-product-details .details-a .details-container .container-right .right-content .content-c .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
                                background-color: #eeeeee;
                                -webkit-filter: none;
                                filter: none;
                                -ms-filter: none
                            }

                            main .main-product-details .details-a .details-container .container-right .right-content .content-c .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
                                background-color: #eeeeee;
                                -webkit-filter: none;
                                filter: none;
                                -ms-filter: none
                            }

                main .main-product-details .details-a .details-container .container-right .right-share {
                    width: 100%;
                    font-size: 0
                }

                    main .main-product-details .details-a .details-container .container-right .right-share .share-radius {
                        width: 14px;
                        height: 14px;
                        border: solid 2px #b5b5b5;
                        border-radius: 50%;
                        position: relative;
                        z-index: 10;
                        background-color: #fff;
                        margin-bottom: 0.45rem
                    }

                        main .main-product-details .details-a .details-container .container-right .right-share .share-radius:after {
                            content: '';
                            width: calc(5.9rem - 14px);
                            height: 2px;
                            background-color: #b5b5b5;
                            display: block;
                            position: absolute;
                            top: 40%;
                            left: 12px
                        }

                    main .main-product-details .details-a .details-container .container-right .right-share .share {
                        display: inline-block;
                        vertical-align: middle
                    }

                        main .main-product-details .details-a .details-container .container-right .right-share .share span {
                            display: inline-block;
                            font-size: calc(12px - .12rem + .15rem);
                            color: #000000;
                            vertical-align: middle;
                            margin: 0 .1rem
                        }

                        main .main-product-details .details-a .details-container .container-right .right-share .share .qq {
                            display: inline-block;
                            width: 14px;
                            height: 16px;
                            vertical-align: middle;
                            margin: 0 .1rem;
                            cursor: pointer
                        }

                            main .main-product-details .details-a .details-container .container-right .right-share .share .qq img {
                                width: 100%;
                                height: 100%
                            }

                            main .main-product-details .details-a .details-container .container-right .right-share .share .qq .img-2 {
                                display: none
                            }

                            main .main-product-details .details-a .details-container .container-right .right-share .share .qq:hover .img-1 {
                                display: none
                            }

                            main .main-product-details .details-a .details-container .container-right .right-share .share .qq:hover .img-2 {
                                display: inline-block
                            }

                        main .main-product-details .details-a .details-container .container-right .right-share .share .weixin {
                            display: inline-block;
                            width: 20px;
                            height: 16px;
                            vertical-align: middle;
                            margin: 0 .1rem;
                            cursor: pointer
                        }

                            main .main-product-details .details-a .details-container .container-right .right-share .share .weixin img {
                                width: 100%;
                                height: 100%
                            }

                            main .main-product-details .details-a .details-container .container-right .right-share .share .weixin .img-2 {
                                display: none
                            }

                            main .main-product-details .details-a .details-container .container-right .right-share .share .weixin:hover .img-1 {
                                display: none
                            }

                            main .main-product-details .details-a .details-container .container-right .right-share .share .weixin:hover .img-2 {
                                display: inline-block
                            }

                        main .main-product-details .details-a .details-container .container-right .right-share .share .weibo {
                            display: inline-block;
                            width: 18px;
                            height: 15px;
                            vertical-align: middle;
                            margin: 0 .1rem;
                            cursor: pointer
                        }

                            main .main-product-details .details-a .details-container .container-right .right-share .share .weibo img {
                                width: 100%;
                                height: 100%
                            }

                            main .main-product-details .details-a .details-container .container-right .right-share .share .weibo .img-2 {
                                display: none
                            }

                            main .main-product-details .details-a .details-container .container-right .right-share .share .weibo:hover .img-1 {
                                display: none
                            }

                            main .main-product-details .details-a .details-container .container-right .right-share .share .weibo:hover .img-2 {
                                display: inline-block
                            }

    main .main-product-details .details-video {
        width: 100%;
        height: 7.2rem
    }

        main .main-product-details .details-video .video-img {
            width: 100%;
            height: 100%;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat
        }

            main .main-product-details .details-video .video-img .video-mask {
                width: 100%;
                height: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                background-color: rgba(0,0,0,0.5)
            }

                main .main-product-details .details-video .video-img .video-mask .video-start {
                    width: 0.8rem;
                    height: 0.8rem;
                    margin-bottom: 0.55rem;
                    cursor: pointer
                }

                    main .main-product-details .details-video .video-img .video-mask .video-start img {
                        width: 100%;
                        height: 100%
                    }

                main .main-product-details .details-video .video-img .video-mask .video-title {
                    font-size: calc(12px - .12rem + .4rem);
                    font-weight: bold;
                    color: rgba(255,255,255,0.8);
                    margin-bottom: 0.4rem
                }

                main .main-product-details .details-video .video-img .video-mask .video-text {
                    font-size: calc(12px - .12rem + .2rem);
                    color: rgba(255,255,255,0.8)
                }

        main .main-product-details .details-video #video {
            width: 100%;
            height: 100%;
            outline: none;
            border: none;
            background: none;
            display: none;
            background-color: #000
        }

            main .main-product-details .details-video #video source {
                width: 100%;
                height: 100%;
                display: block;
                outline: none;
                border: none;
                background: none
            }

    main .main-product-details .product-parameters {
        width: 100%;
        background-color: #ffffff;
        padding-top: 0.75rem;
        margin-bottom: 0.9rem
    }

        main .main-product-details .product-parameters .product-parameters-container {
            width: 12.8rem;
            margin: 0 auto
        }

            main .main-product-details .product-parameters .product-parameters-container .container-title {
                font-size: calc(12px - .12rem + .4rem);
                font-weight: bold;
                color: rgba(0,0,0,0.8);
                margin-bottom: 0.6rem
            }

            main .main-product-details .product-parameters .product-parameters-container .parameter-wrap {
                width: 100%;
                font-size: 0
            }

                main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap {
                    display: inline-block;
                    vertical-align: top
                }

                    main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-title {
                        font-size: 0;
                        height: .6rem;
                        background-color: #f1f2f2
                    }

                        main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-title .item-project {
                            display: inline-block;
                            width: 2.12rem;
                            height: 100%;
                            line-height: .6rem;
                            font-size: calc(12px - .12rem + .18rem);
                            color: rgba(0,0,0,0.7);
                            padding-left: 0.3rem
                        }

                        main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-title .item-parameter {
                            display: inline-block;
                            width: 4.26rem;
                            height: 100%;
                            line-height: .6rem;
                            font-size: calc(12px - .12rem + .18rem);
                            color: rgba(0,0,0,0.7);
                            padding-left: 0.3rem
                        }

                    main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-content {
                        font-size: 0
                    }

                        main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-content .item-content {
                            height: .6rem;
                            background-color: #fcfcfc
                        }

                            main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-content .item-content .item-a {
                                height: 100%;
                                line-height: .6rem;
                                display: inline-block;
                                width: 2.12rem;
                                font-size: calc(12px - .12rem + .16rem);
                                color: rgba(0,0,0,0.5);
                                vertical-align: top;
                                padding-left: 0.3rem
                            }

                            main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-content .item-content .item-b {
                                height: 100%;
                                line-height: .6rem;
                                display: inline-block;
                                width: 4.26rem;
                                vertical-align: top;
                                font-size: calc(12px - .12rem + .16rem);
                                color: rgba(0,0,0,0.5);
                                padding-left: 0.3rem
                            }

                            main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-content .item-content:nth-child(2n) {
                                background-color: #f1f2f2
                            }

    main .main-product-details .product-details {
        width: 100%
    }

        main .main-product-details .product-details .details-title {
            width: 100%;
            background-color: #fff;
            margin-bottom: 0.35rem
        }

            main .main-product-details .product-details .details-title .title-container {
                width: 12.8rem;
                margin: 0 auto
            }

                main .main-product-details .product-details .details-title .title-container .title {
                    font-size: calc(12px - .12rem + .4rem);
                    font-weight: bold;
                    color: rgba(0,0,0,0.8)
                }

        main .main-product-details .product-details .details-container {
            width: 100%
        }

            main .main-product-details .product-details .details-container .item-details {
                width: 100%;
                background-position: center center;
                background-size: 100% 100%;
                background-repeat: no-repeat;
                height: 37.5vw
            }

                main .main-product-details .product-details .details-container .item-details .item-container {
                    width: 12.8rem;
                    margin: 0 auto;
                    height: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center
                }

                    main .main-product-details .product-details .details-container .item-details .item-container .item-title {
                        font-size: .4rem;
                        font-weight: bold;
                        color: rgba(0,0,0,0.8);
                        margin-bottom: 0.55rem;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column
                    }

                        main .main-product-details .product-details .details-container .item-details .item-container .item-title:after {
                            content: '';
                            display: block;
                            width: 23px;
                            height: 2px;
                            background-color: #000000;
                            margin-top: .5rem
                        }

                    main .main-product-details .product-details .details-container .item-details .item-container .item-content {
                        width: 5.9rem;
                        height: 100px
                    }

                    main .main-product-details .product-details .details-container .item-details .item-container .item-content {
                        width: 100%
                    }

                        main .main-product-details .product-details .details-container .item-details .item-container .item-content p {
                            font-size: calc(12px - .12rem + .2rem);
                            line-height: 1.5;
                            color: rgba(0,0,0,0.8);
                            margin-bottom: 0.4rem
                        }

                        main .main-product-details .product-details .details-container .item-details .item-container .item-content .mCSB_scrollTools {
                            opacity: 1
                        }

                            main .main-product-details .product-details .details-container .item-details .item-container .item-content .mCSB_scrollTools .mCSB_draggerRail {
                                width: 4px;
                                background: none;
                                -webkit-filter: none;
                                filter: none;
                                -ms-filter: none
                            }

                            main .main-product-details .product-details .details-container .item-details .item-container .item-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
                                width: 4px;
                                background-color: #eeeeee;
                                border-radius: 6px;
                                -webkit-filter: none;
                                filter: none;
                                -ms-filter: none
                            }

                            main .main-product-details .product-details .details-container .item-details .item-container .item-content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, main .main-product-details .product-details .details-container .item-details .item-container .item-content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
                                background-color: #eeeeee;
                                -webkit-filter: none;
                                filter: none;
                                -ms-filter: none
                            }

                            main .main-product-details .product-details .details-container .item-details .item-container .item-content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
                                background-color: #eeeeee;
                                -webkit-filter: none;
                                filter: none;
                                -ms-filter: none
                            }

            main .main-product-details .product-details .details-container .item-details-b .item-container {
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end
            }

                main .main-product-details .product-details .details-container .item-details-b .item-container .item-title {
                    color: #fff;
                    -webkit-box-align: end;
                    -ms-flex-align: end;
                    align-items: flex-end
                }

                    main .main-product-details .product-details .details-container .item-details-b .item-container .item-title:after {
                        background-color: #fff
                    }

                main .main-product-details .product-details .details-container .item-details-b .item-container .item-content p {
                    color: #fff;
                    text-align: right
                }

    main .main-product-details .system-features {
        width: 100%;
        background-color: #ffffff;
        padding-top: 0.1rem;
        padding-bottom: 0.5rem;
    }

        main .main-product-details .system-features .system-features-container {
            width: 12.8rem;
            margin: 0 auto
        }

            main .main-product-details .system-features .system-features-container .container-title {
                font-size: calc(12px - .12rem + .4rem);
                font-weight: bold;
                color: rgba(0,0,0,0.8);
                margin-bottom: 0.6rem
            }

            main .main-product-details .system-features .system-features-container .container-content {
                width: 100%
            }

                main .main-product-details .system-features .system-features-container .container-content h4 {
                    font-size: calc(12px - .12rem + .23rem);
                    margin-bottom: 0.2rem
                }

                main .main-product-details .system-features .system-features-container .container-content p {
                    font-size: calc(12px - .12rem + .2rem);
                    line-height: 1.5;
                    margin-bottom: 0.4rem
                }

    main .main-product-details .product-details-wrap {
        width: 100%;
        background-color: #ffffff;
        padding-bottom: 1rem
    }

        main .main-product-details .product-details-wrap .one-swiper {
            width: 11.4rem;
            height: 100%;
            margin: 0 auto;
            font-size: 0;
            line-height: 2rem;
            position: relative
        }

            main .main-product-details .product-details-wrap .one-swiper .product-swiper {
                width: 100%;
                height: 1.5rem;
                vertical-align: middle;
                display: inline-block
            }

                main .main-product-details .product-details-wrap .one-swiper .product-swiper .swiper-slide {
                    width: auto;
                    height: 100%;
                    cursor: pointer
                }

                    main .main-product-details .product-details-wrap .one-swiper .product-swiper .swiper-slide .item {
                        width: 1.9rem;
                        height: 100%;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center
                    }

                        main .main-product-details .product-details-wrap .one-swiper .product-swiper .swiper-slide .item .item-img {
                            width: .75rem;
                            height: .75rem;
                            margin-bottom: .15rem
                        }

                            main .main-product-details .product-details-wrap .one-swiper .product-swiper .swiper-slide .item .item-img img {
                                width: 100%;
                                height: 100%
                            }

                            main .main-product-details .product-details-wrap .one-swiper .product-swiper .swiper-slide .item .item-img .img-2 {
                                display: none
                            }

                        main .main-product-details .product-details-wrap .one-swiper .product-swiper .swiper-slide .item .item-text {
                            width: 100%;
                            font-size: calc(12px - .12rem + .14rem);
                            color: rgba(0,0,0,0.8);
                            text-align: center
                        }

                    main .main-product-details .product-details-wrap .one-swiper .product-swiper .swiper-slide:hover .item .item-img .img-1 {
                        display: none
                    }

                    main .main-product-details .product-details-wrap .one-swiper .product-swiper .swiper-slide:hover .item .item-img .img-2 {
                        display: inline-block
                    }

                    main .main-product-details .product-details-wrap .one-swiper .product-swiper .swiper-slide:hover .item .item-text {
                        font-size: calc(12px - .12rem + .14rem);
                        color: #1f2c5c
                    }

                main .main-product-details .product-details-wrap .one-swiper .product-swiper .active .item .item-img .img-1 {
                    display: none
                }

                main .main-product-details .product-details-wrap .one-swiper .product-swiper .active .item .item-img .img-2 {
                    display: inline-block
                }

                main .main-product-details .product-details-wrap .one-swiper .product-swiper .active .item .item-text {
                    font-size: calc(12px - .12rem + .14rem);
                    color: #1f2c5c
                }

            main .main-product-details .product-details-wrap .one-swiper .product-prev {
                left: -.65rem;
                background-image: url(../images/15.png);
                background-size: 100% 100%;
                background-repeat: no-repeat;
                background-position: center center;
                width: .2rem;
                height: .35rem
            }

            main .main-product-details .product-details-wrap .one-swiper .product-next {
                right: -.65rem;
                background-image: url(../images/16.png);
                background-size: 100% 100%;
                background-repeat: no-repeat;
                background-position: center center;
                width: .2rem;
                height: .35rem
            }

        main .main-product-details .product-details-wrap .two-swiper-container {
            width: 11.4rem;
            margin: 0 auto;
            font-size: 0;
            position: absolute;
            top: 0;
            left: -1000000000px
        }

            main .main-product-details .product-details-wrap .two-swiper-container .two-swiper {
                width: 100%
            }

                main .main-product-details .product-details-wrap .two-swiper-container .two-swiper .item {
                    width: 5.4rem;
                    margin-right: 0.6rem;
                    cursor: pointer
                }

                    main .main-product-details .product-details-wrap .two-swiper-container .two-swiper .item .item-img {
                        width: 100%;
                        height: 3.8rem;
                        border-radius: .06rem;
                        margin-bottom: 0.3rem;
                        overflow: hidden
                    }

                        main .main-product-details .product-details-wrap .two-swiper-container .two-swiper .item .item-img img {
                            width: 100%;
                            height: 100%;
                            border-radius: .06rem;
                            transition: all .6s
                        }

                    main .main-product-details .product-details-wrap .two-swiper-container .two-swiper .item .item-content {
                        width: 100%
                    }

                        main .main-product-details .product-details-wrap .two-swiper-container .two-swiper .item .item-content .content-title {
                            width: 100%;
                            font-family: MicrosoftYaHei;
                            font-size: calc(12px - .12rem + .26rem);
                            font-weight: bold;
                            color: rgba(0,0,0,0.8);
                            margin-bottom: 0.25rem
                        }

                        main .main-product-details .product-details-wrap .two-swiper-container .two-swiper .item .item-content .content-text {
                            width: 100%;
                            font-size: calc(12px - .12rem + .14rem);
                            color: rgba(0,0,0,0.8)
                        }

                    main .main-product-details .product-details-wrap .two-swiper-container .two-swiper .item:hover .item-img img {
                        transform: scale(1.1)
                    }

                    main .main-product-details .product-details-wrap .two-swiper-container .two-swiper .item:hover .item-content .content-title {
                        color: #1f2c5c
                    }

                    main .main-product-details .product-details-wrap .two-swiper-container .two-swiper .item:hover .item-content .content-text {
                        color: #1f2c5c
                    }

            main .main-product-details .product-details-wrap .two-swiper-container .ts-prev {
                left: -.65rem;
                background-image: url(../images/15.png);
                background-size: 100% 100%;
                background-repeat: no-repeat;
                background-position: center center;
                width: .2rem;
                height: .35rem
            }

            main .main-product-details .product-details-wrap .two-swiper-container .ts-next {
                right: -.65rem;
                background-image: url(../images/16.png);
                background-size: 100% 100%;
                background-repeat: no-repeat;
                background-position: center center;
                width: .2rem;
                height: .35rem
            }

            main .main-product-details .product-details-wrap .two-swiper-container.show {
                position: relative;
                top: auto;
                left: auto
            }

@media (max-width:900px) {
    main .main-product-details .details-a .details-container {
        width: 100%;
        padding: 0 10px
    }

        main .main-product-details .details-a .details-container .container-left {
            display: block;
            margin: 0 auto
        }

        main .main-product-details .details-a .details-container .container-right {
            display: block;
            width: 100%;
            margin-left: 0
        }

            main .main-product-details .details-a .details-container .container-right .right-content .content-b {
            }

    main .main-product-details .details-video .video-img .video-mask {
        width: 100%;
        padding: 0 10px
    }

    main .main-product-details .product-parameters .product-parameters-container {
        width: 100%;
        padding: 0 10px
    }

        main .main-product-details .product-parameters .product-parameters-container .container-title {
            font-size: 18px
        }

        main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap {
            width: 50%
        }

            main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-title .item-project {
                width: 40%
            }

            main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-title .item-parameter {
                width: 60%
            }

            main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-content .item-content .item-a {
                width: 40%
            }

            main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-content .item-content .item-b {
                width: 60%
            }

    main .main-product-details .product-details .details-title .title-container {
        width: 100%;
        padding: 0 10px
    }

    main .main-product-details .product-details .details-container .item-details .item-container {
        width: 100%;
        padding: 0 10px
    }

        main .main-product-details .product-details .details-container .item-details .item-container .item-title {
            font-size: 14px;
            margin-bottom: 0.1rem
        }

            main .main-product-details .product-details .details-container .item-details .item-container .item-title:after {
                margin-top: 0.1rem
            }

        main .main-product-details .product-details .details-container .item-details .item-container .item-content {
            height: 1rem
        }

            main .main-product-details .product-details .details-container .item-details .item-container .item-content p {
                margin-bottom: 0.1rem;
                font-size: 12px
            }

    main .main-product-details .product-details .details-title .title-container .title {
        font-size: 18px
    }

    main .main-product-details .system-features .system-features-container {
        width: 100%;
        padding: 0 10px
    }

    main .main-product-details .product-details-wrap {
        padding: 0 10px;
        padding-bottom: 1rem
    }

        main .main-product-details .product-details-wrap .one-swiper {
            width: 80%
        }

            main .main-product-details .product-details-wrap .one-swiper .product-swiper .swiper-slide {
                width: 33.3%
            }

                main .main-product-details .product-details-wrap .one-swiper .product-swiper .swiper-slide .item {
                    width: 100%
                }

        main .main-product-details .product-details-wrap .two-swiper-container .two-swiper .item .item-content .content-title {
            font-size: 18px
        }
}

@media (max-width:700px) {
    main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap {
        width: 100%;
        display: block
    }

        main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-title .item-project {
            width: 40%
        }

        main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-title .item-parameter {
            width: 60%
        }

        main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-content .item-content .item-a {
            width: 40%
        }

        main .main-product-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-content .item-content .item-b {
            width: 60%
        }

    main .main-product-details .product-details-wrap .two-swiper-container {
        width: 100%;
        padding: 0 10px
    }

        main .main-product-details .product-details-wrap .two-swiper-container .two-swiper {
            width: 80%
        }

            main .main-product-details .product-details-wrap .two-swiper-container .two-swiper .item {
                width: 100%
            }

                main .main-product-details .product-details-wrap .two-swiper-container .two-swiper .item .item-img {
                    height: auto
                }

        main .main-product-details .product-details-wrap .two-swiper-container .ts-prev {
            left: 0
        }

        main .main-product-details .product-details-wrap .two-swiper-container .ts-next {
            right: 0
        }
}

@media (max-width:450px) {
    main .main-product-details .product-details-wrap .one-swiper {
        width: 80%
    }

        main .main-product-details .product-details-wrap .one-swiper .product-swiper .swiper-slide {
            width: 50%
        }

            main .main-product-details .product-details-wrap .one-swiper .product-swiper .swiper-slide .item {
                width: 100%
            }
}

main .main-legal-notices {
    width: 100%;
    padding-top: 0.5rem
}

    main .main-legal-notices .legal-notices-container {
        width: 12.8rem;
        margin: 0 auto
    }

        main .main-legal-notices .legal-notices-container .container-title {
            width: 100%;
            border-bottom: 1px dashed #d9d9d9
        }

            main .main-legal-notices .legal-notices-container .container-title .statement {
                width: 100%;
                margin-bottom: 0.45rem
            }

                main .main-legal-notices .legal-notices-container .container-title .statement .statement-img {
                    display: inline-block;
                    width: .42rem;
                    height: .35rem;
                    vertical-align: middle
                }

                    main .main-legal-notices .legal-notices-container .container-title .statement .statement-img img {
                        width: 100%;
                        height: 100%
                    }

                main .main-legal-notices .legal-notices-container .container-title .statement span {
                    font-size: calc(12px - .12rem + .3rem);
                    font-weight: bold;
                    color: #ec1b24;
                    display: inline-block;
                    margin-left: 0.3rem;
                    vertical-align: middle
                }

            main .main-legal-notices .legal-notices-container .container-title .title-text {
                width: 100%;
                font-size: calc(12px - .12rem + .14rem);
                line-height: 1.7;
                color: rgba(0,0,0,0.8);
                margin-bottom: 0.16rem
            }

        main .main-legal-notices .legal-notices-container .content {
            width: 100%;
            padding-top: 0.45rem
        }

            main .main-legal-notices .legal-notices-container .content p {
                font-size: calc(12px - .12rem + .16rem);
                line-height: 2.25;
                color: rgba(0,0,0,0.8);
                margin-bottom: 0.5rem
            }

            main .main-legal-notices .legal-notices-container .content em {
                font-size: calc(12px - .12rem + .26rem);
                color: rgba(0,0,0,0.8);
                margin-bottom: 0.5rem;
                display: block
            }

@media (max-width:1280px) {
    main .main-legal-notices .legal-notices-container {
        width: 100%;
        padding: 0 10px
    }
}

@media (max-width:400px) {
    main .main-legal-notices .legal-notices-container .container-title .statement .statement-img {
        display: block;
        margin-bottom: 0.2rem
    }

    main .main-legal-notices .legal-notices-container .container-title .statement span {
        display: block;
        margin-left: 0;
        width: 100%
    }
}

.main-nav {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee
}

    .main-nav .nav-container {
        width: 12.8rem;
        margin: 0 auto;
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0
    }

        .main-nav .nav-container .item {
            display: inline-block;
            width: 12%;
            vertical-align: middle;
            cursor: pointer;
            height: 100%;
            line-height: 0.7rem;
            text-align: center
        }

            .main-nav .nav-container .item .item-img {
                width: 20px;
                display: inline-block;
                vertical-align: middle
            }

                .main-nav .nav-container .item .item-img img {
                    width: 100%
                }

                .main-nav .nav-container .item .item-img .img-2 {
                    display: none
                }

            .main-nav .nav-container .item .item-text {
                display: inline-block;
                font-size: calc(12px - .12rem + .16rem);
                color: #000000;
                vertical-align: middle;
                margin-left: 0.1rem;
                font-weight:bold;
            }

            .main-nav .nav-container .item:hover .item-img .img-1 {
                display: none
            }

            .main-nav .nav-container .item:hover .item-img .img-2 {
                display: inline-block
            }

            .main-nav .nav-container .item:hover .item-text {
                color: #1f2c5c
            }

            .main-nav .nav-container .item.active .item-img .img-1 {
                display: none
            }

            .main-nav .nav-container .item.active .item-img .img-2 {
                display: inline-block
            }

            .main-nav .nav-container .item.active .item-text {
                color: #1f2c5c;
            }

    .main-nav .main-nav-swiper {
        display: none
    }

@media (max-width:1280px) {
    .main-nav .nav-container {
        display: none
    }

    .main-nav .main-nav-swiper {
        width: 100%;
        height: 70px;
        background-color: #ffffff;
        line-height: 70px;
        padding: 0 10px;
        display: block
    }

        .main-nav .main-nav-swiper .nav-swiper {
            width: 100%;
            height: 100%
        }

            .main-nav .main-nav-swiper .nav-swiper .item {
                display: inline-block;
                width: 2.5rem;
                vertical-align: middle;
                cursor: pointer;
                height: 100%;
                line-height: 70px;
                text-align: center
            }

                .main-nav .main-nav-swiper .nav-swiper .item .item-img {
                    width: 20px;
                    display: inline-block;
                    vertical-align: middle
                }

                    .main-nav .main-nav-swiper .nav-swiper .item .item-img img {
                        width: 100%
                    }

                    .main-nav .main-nav-swiper .nav-swiper .item .item-img .img-2 {
                        display: none
                    }

                .main-nav .main-nav-swiper .nav-swiper .item .item-text {
                    display: inline-block;
                    font-size: calc(12px - .12rem + .16rem);
                    color: #000000;
                    vertical-align: middle;
                    margin-left: 0.1rem
                }

                .main-nav .main-nav-swiper .nav-swiper .item.active .item-img .img-1 {
                    display: none
                }

                .main-nav .main-nav-swiper .nav-swiper .item.active .item-img .img-2 {
                    display: inline-block
                }

                .main-nav .main-nav-swiper .nav-swiper .item.active .item-text {
                    color: #e30000
                }
}

main .main-honor {
    width: 100%;
    background-color: #ffffff;
    padding: .8rem 0
}

    main .main-honor .honor-container {
        width: 12.8rem;
        margin: 0 auto;
        overflow: hidden
    }

        main .main-honor .honor-container .container {
            width: calc(100% + .2rem);
            font-size: 0
        }

            main .main-honor .honor-container .container .item {
                width: 3.05rem;
                margin-right: 0.2rem;
                height: 4.9rem;
                background-color: #ffffff;
                border-radius: .06rem;
                border: solid 1px rgba(0,0,0,0.2);
                display: inline-block;
                margin-bottom: 0.2rem;
                padding: .15rem 0;
                vertical-align: top
            }

                main .main-honor .honor-container .container .item .item-img {
                    width: 2.76rem;
                    height: 3.9rem;
                    line-height: 3.9rem;
                    text-align: center;
                    margin: 0 auto;
                    margin-bottom: 0.2rem
                }

                    main .main-honor .honor-container .container .item .item-img img {
                        max-width: 100%;
                        max-height: 100%
                    }

                main .main-honor .honor-container .container .item .item-text {
                    width: 2.76rem;
                    margin: 0 auto;
                    font-size: calc(12px - .12rem + .16rem);
                    color: rgba(0,0,0,0.8);
                    text-align: center;
                    line-height: 1.5
                }



@media (max-width:500px) {
    main .main-honor .honor-container .container {
        width: 101%
    }

        main .main-honor .honor-container .container .item {
            width: 49%;
            margin-right: 1%;
            margin-bottom: 1%
        }
}


.pswp .pswp__bg {
    opacity: 0.8 !important
}

main .main-contact-us {
    width: 100%;
    background-color: #fff;
    padding-top: 0.8rem;
    padding-bottom: 0.96rem
}

    main .main-contact-us .contact-us-container {
        width: 12.8rem;
        margin: 0 auto
    }

        main .main-contact-us .contact-us-container .map {
            width: 100%
        }

            main .main-contact-us .contact-us-container .map img {
                width: 100%
            }

        main .main-contact-us .contact-us-container .container {
            width: 100%;
            border: solid 1px #dddddd;
            font-size: 0;
            padding-top: 0.65rem;
            padding-bottom: 0.7rem
        }

            main .main-contact-us .contact-us-container .container .content {
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin-bottom: 0.9rem
            }

                main .main-contact-us .contact-us-container .container .content .item {
                    display: inline-block;
                    width: 33.3%;
                    padding-left: 0.6rem;
                    padding-right: 0.6rem;
                    height: .96rem;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    position: relative
                }

                    main .main-contact-us .contact-us-container .container .content .item .item-a {
                        width: 100%;
                        font-size: calc(12px - .12rem + .16rem);
                        color: rgba(0,0,0,0.5);
                        margin-bottom: 0.4rem
                    }

                    main .main-contact-us .contact-us-container .container .content .item .item-b {
                        font-size: .3rem;
                        font-weight: bold;
                        color: rgba(0,0,0,0.8);
                        width: 100%
                    }

                    main .main-contact-us .contact-us-container .container .content .item:after {
                        content: '';
                        display: inline-block;
                        border-right: 1px solid #e9e9e9;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        right: 0
                    }

                    main .main-contact-us .contact-us-container .container .content .item:last-child:after {
                        display: none
                    }

            main .main-contact-us .contact-us-container .container .address {
                width: 100%;
                padding: 0 .6rem
            }

                main .main-contact-us .contact-us-container .container .address .address-a {
                    width: 100%;
                    font-size: .3rem;
                    font-weight: bold;
                    color: rgba(0,0,0,0.8);
                    margin-bottom: 0.15rem
                }

                main .main-contact-us .contact-us-container .container .address .address-b {
                    width: 100%;
                    font-size: calc(12px - .12rem + .18rem);
                    color: rgba(0,0,0,0.8)
                }

@media (max-width:900px) {
    main .main-contact-us .contact-us-container {
        width: 100%;
        padding: 0 10px
    }
}

@media (max-width:700px) {
    main .main-contact-us .contact-us-container .container .content {
        display: block
    }

        main .main-contact-us .contact-us-container .container .content .item {
            display: block;
            width: 100%;
            height: auto;
            margin-bottom: 0.4rem
        }

            main .main-contact-us .contact-us-container .container .content .item:after {
                display: none
            }

            main .main-contact-us .contact-us-container .container .content .item .item-a {
                margin-bottom: 0.2rem
            }
}

main .main-solution {
    width: 100%;
    background-color: #fff;
    padding-top: .6rem;
    padding-bottom: 0.8rem
}

    main .main-solution .solution-container {
        width: 12.8rem;
        margin: 0 auto;
        margin-bottom: 0.9rem
    }

        main .main-solution .solution-container .title-box {
            width: 100%;
            margin-bottom: 0.25rem
        }

            main .main-solution .solution-container .title-box .title {
                width: 100%;
                text-align: center;
                font-size: calc(12px - .12rem + .28rem);
                font-weight: bold;
                color: rgba(0,0,0,0.78);
                margin-bottom: 0.15rem
            }

            main .main-solution .solution-container .title-box .title-text {
                width: 100%;
                text-align: center;
                font-size: calc(12px - .12rem + .16rem);
                line-height: 1.5;
                color: rgba(0,0,0,0.7)
            }

        main .main-solution .solution-container .container {
            width: 100%
        }

            main .main-solution .solution-container .container .solution-container-swiper {
                width: 11.5rem;
                height: 100%;
                margin: 0 auto;
                font-size: 0;
                line-height: .8rem;
                position: relative
            }

                main .main-solution .solution-container .container .solution-container-swiper .product-swiper {
                    width: 100%;
                    height: 30px;
                    vertical-align: middle;
                    display: inline-block
                }

                    main .main-solution .solution-container .container .solution-container-swiper .product-swiper .swiper-slide {
                        width: auto;
                        height: 100%;
                        cursor: pointer
                    }

                        main .main-solution .solution-container .container .solution-container-swiper .product-swiper .swiper-slide .item {
                            height: 100%;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center
                        }

                            main .main-solution .solution-container .container .solution-container-swiper .product-swiper .swiper-slide .item .item-img {
                                width: .75rem;
                                height: .75rem;
                                margin-bottom: .15rem
                            }

                                main .main-solution .solution-container .container .solution-container-swiper .product-swiper .swiper-slide .item .item-img img {
                                    width: 100%;
                                    height: 100%
                                }

                                main .main-solution .solution-container .container .solution-container-swiper .product-swiper .swiper-slide .item .item-img .img-2 {
                                    display: none
                                }

                            main .main-solution .solution-container .container .solution-container-swiper .product-swiper .swiper-slide .item .item-text {
                                padding: 0 .2rem;
                                font-size: calc(12px - .12rem + .14rem);
                                color: rgba(0,0,0,0.8);
                                text-align: center;
                                height: 100%;
                                display: flex;
                                align-items: center;
                                justify-content: center
                            }

                        main .main-solution .solution-container .container .solution-container-swiper .product-swiper .swiper-slide:hover .item .item-img .img-1 {
                            display: none
                        }

                        main .main-solution .solution-container .container .solution-container-swiper .product-swiper .swiper-slide:hover .item .item-img .img-2 {
                            display: inline-block
                        }

                        main .main-solution .solution-container .container .solution-container-swiper .product-swiper .swiper-slide:hover .item .item-text {
                            font-size: calc(12px - .12rem + .14rem);
                            background-color: #1f2c5c;
                            color: #fff
                        }

                    main .main-solution .solution-container .container .solution-container-swiper .product-swiper .active .item .item-img .img-1 {
                        display: none
                    }

                    main .main-solution .solution-container .container .solution-container-swiper .product-swiper .active .item .item-img .img-2 {
                        display: inline-block
                    }

                    main .main-solution .solution-container .container .solution-container-swiper .product-swiper .active .item .item-text {
                        font-size: calc(12px - .12rem + .14rem);
                        background-color: #1f2c5c;
                        color: #fff
                    }

                main .main-solution .solution-container .container .solution-container-swiper .product-prev {
                    left: -.65rem;
                    background-image: url(../images/15.png);
                    background-size: 100% 100%;
                    background-repeat: no-repeat;
                    background-position: center center;
                    width: .2rem;
                    height: .35rem
                }

                main .main-solution .solution-container .container .solution-container-swiper .product-next {
                    right: -.65rem;
                    background-image: url(../images/16.png);
                    background-size: 100% 100%;
                    background-repeat: no-repeat;
                    background-position: center center;
                    width: .2rem;
                    height: .35rem
                }

/*新增调整*/
            main .main-solution .solution-container .container .solution-content {
                width: 100%;
                overflow: hidden;
            }

                main .main-solution .solution-container .container .solution-content .content {
                    width: calc(100% + .6rem);
                    font-size: 0;
                }

                    main .main-solution .solution-container .container .solution-content .content .item {
                        width: 6.1rem;
                        border-radius: .06rem;
                        display: inline-block;
                        margin-right: 0.6rem;
                        margin-bottom: 0.6rem;
                        cursor: pointer;
                    }

                        main .main-solution .solution-container .container .solution-content .content .item .item-img {
                            width: 100%;
                            height: 3.8rem;
                            margin-bottom: 0.3rem;
                            overflow: hidden;
                        }

                            main .main-solution .solution-container .container .solution-content .content .item .item-img img {
                                width: 100%;
                                height: 100%;
                                transition: all .6s;
                            }

                        main .main-solution .solution-container .container .solution-content .content .item .item-wrap {
                            width: 100%;
                        }

                            main .main-solution .solution-container .container .solution-content .content .item .item-wrap .wrap-title {
                                width: 100%;
                                /* font-family: SourceHanSansCN-Medium; */
                                font-size: calc(12px - .12rem + .26rem);
                                color: rgba(51, 51, 51, 0.8);
                                margin-bottom: 0.25rem;
                            }

                            main .main-solution .solution-container .container .solution-content .content .item .item-wrap .wrap-text {
                                width: 100%;
                                /* font-family: SourceHanSansCN-Normal; */
                                font-size: calc(12px - .12rem + .14rem);
                                color: #666666;
                            }

                        main .main-solution .solution-container .container .solution-content .content .item:hover .item-img img {
                            transform: scale(1.1);
                        }

                        main .main-solution .solution-container .container .solution-content .content .item:hover .item-wrap .wrap-title {
                            color: #e50112;
                        }

                        main .main-solution .solution-container .container .solution-content .content .item:hover .item-wrap .wrap-text {
                            color: #e50112;
                        }




main .main-newspapers {
    width: 100%;
    background-color: #fff;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem
}

    main .main-newspapers .newspapers-container {
        width: 12.8rem;
        margin: 0 auto;
        overflow: hidden;
        margin-bottom: 0.35rem
    }

        main .main-newspapers .newspapers-container .container {
            width: calc(100% + .66rem);
            font-size: 0
        }

            main .main-newspapers .newspapers-container .container .item {
                width: 2.7rem;
                display: inline-block;
                margin-right: 0.66rem;
                margin-bottom: 0.4rem;
                cursor: pointer
            }

                main .main-newspapers .newspapers-container .container .item .item-img {
                    width: 100%;
                    border-radius: .06rem;
                    border: solid 1px rgba(0,0,0,.5);
                    padding: .1rem;
                    margin-bottom: 0.2rem;
                    overflow: hidden
                }

                    main .main-newspapers .newspapers-container .container .item .item-img img {
                        width: 100%;
                        transition: all .6s
                    }

                main .main-newspapers .newspapers-container .container .item .item-text {
                    width: 100%;
                    font-size: calc(12px - .12rem + .16rem);
                    line-height: 1.625;
                    color: #000000;
                    text-align: center
                }

                main .main-newspapers .newspapers-container .container .item:hover .item-img {
                    border: solid 1px #1f2c5c
                }

                    main .main-newspapers .newspapers-container .container .item:hover .item-img img {
                        transform: scale(1.1)
                    }

                main .main-newspapers .newspapers-container .container .item:hover .item-text {
                    color: #1f2c5c
                }



main .main-marketing-activity {
    width: 100%;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem
}

    main .main-marketing-activity .marketing-activity-container {
        width: 12.8rem;
        margin: 0 auto;
        overflow: hidden
    }

        main .main-marketing-activity .marketing-activity-container .container {
            width: calc(100% + .31rem);
            font-size: 0;
            margin-bottom: 0.3rem
        }

            main .main-marketing-activity .marketing-activity-container .container .item {
                width: 4.06rem;
                display: inline-block;
                margin-right: 0.31rem;
                margin-bottom: 0.4rem;
                cursor: pointer
            }

                main .main-marketing-activity .marketing-activity-container .container .item .item-img {
                    width: 100%;
                    height: 2.56rem;
                    background-color: #cccccc;
                    border-radius: .06rem;
                    margin-bottom: 0.2rem;
                    overflow: hidden
                }

                    main .main-marketing-activity .marketing-activity-container .container .item .item-img img {
                        width: 100%;
                        height: 100%;
                        transition: all .6s
                    }

                main .main-marketing-activity .marketing-activity-container .container .item .item-content {
                    width: 100%
                }

                    main .main-marketing-activity .marketing-activity-container .container .item .item-content .content-a {
                        width: 100%;
                        font-size: calc(12px - .12rem + .18rem);
                        line-height: 1.5;
                        color: rgba(0,0,0,0.8);
                        margin-bottom: 0.2rem
                    }

                    main .main-marketing-activity .marketing-activity-container .container .item .item-content .content-b {
                        width: 100%;
                        font-size: calc(12px - .12rem + .14rem);
                        line-height: 1.7;
                        color: rgba(0,0,0,0.5)
                    }

                main .main-marketing-activity .marketing-activity-container .container .item:hover .item-img img {
                    transform: scale(1.1)
                }

                main .main-marketing-activity .marketing-activity-container .container .item:hover .item-content .content-a {
                    color: #1f2c5c
                }

@media (max-width:900px) {
    main .main-marketing-activity .marketing-activity-container {
        width: 100%;
        padding: 0 10px
    }

        main .main-marketing-activity .marketing-activity-container .container {
            width: 102%
        }

            main .main-marketing-activity .marketing-activity-container .container .item {
                width: 32%;
                margin-right: 1%
            }

                main .main-marketing-activity .marketing-activity-container .container .item .item-img {
                    height: auto
                }
}

@media (max-width:500px) {
    main .main-marketing-activity .marketing-activity-container .container {
        width: 101%
    }

        main .main-marketing-activity .marketing-activity-container .container .item {
            width: 49%;
            margin-right: 1%
        }

            main .main-marketing-activity .marketing-activity-container .container .item .item-img {
                height: auto
            }
}

@media (max-width:360px) {
    main .main-marketing-activity .marketing-activity-container .container {
        width: 100%
    }

        main .main-marketing-activity .marketing-activity-container .container .item {
            width: 100%;
            margin-right: 0
        }

            main .main-marketing-activity .marketing-activity-container .container .item .item-img {
                height: auto
            }
}

main .main-newspaper-details {
    width: 100%;
    background-color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 1rem
}

    main .main-newspaper-details .newspaper-details-container {
        width: 12.8rem;
        margin: 0 auto;
        font-size: 0
    }

        main .main-newspaper-details .newspaper-details-container .container-left {
            margin-right: 0.8rem;
            width: 3rem;
            display: inline-block;
            vertical-align: top
        }

            main .main-newspaper-details .newspaper-details-container .container-left .read-download {
                width: 100%;
                font-size: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                margin-bottom: 0.25rem
            }

                main .main-newspaper-details .newspaper-details-container .container-left .read-download .rd {
                    width: 120px;
                    height: 40px;
                    line-height: 40px;
                    background-color: #ffffff;
                    border-radius: 20px;
                    border: solid 1px #cccccc;
                    display: inline-block;
                    text-align: center;
                    cursor: pointer
                }

                    main .main-newspaper-details .newspaper-details-container .container-left .read-download .rd .rd-img {
                        display: inline-block;
                        width: 17px;
                        height: 19px;
                        vertical-align: middle
                    }

                        main .main-newspaper-details .newspaper-details-container .container-left .read-download .rd .rd-img img {
                            width: 100%;
                            height: 100%
                        }

                        main .main-newspaper-details .newspaper-details-container .container-left .read-download .rd .rd-img .img-2 {
                            display: none
                        }

                    main .main-newspaper-details .newspaper-details-container .container-left .read-download .rd .rd-text {
                        display: inline-block;
                        font-size: calc(12px - .12rem + .16rem);
                        color: rgba(0,0,0,0.8);
                        vertical-align: middle;
                        margin-left: 0.1rem
                    }

                    main .main-newspaper-details .newspaper-details-container .container-left .read-download .rd:hover {
                        background-color: #e60012;
                        border: solid 1px #e60012
                    }

                        main .main-newspaper-details .newspaper-details-container .container-left .read-download .rd:hover .rd-img .img-1 {
                            display: none
                        }

                        main .main-newspaper-details .newspaper-details-container .container-left .read-download .rd:hover .rd-img .img-2 {
                            display: inline-block
                        }

                        main .main-newspaper-details .newspaper-details-container .container-left .read-download .rd:hover .rd-text {
                            color: #ffffff
                        }

            main .main-newspaper-details .newspaper-details-container .container-left .pdf-img {
                width: 100%;
                border-radius: .06rem;
                border: solid 1px rgba(0,0,0,0.5);
                padding: .15rem;
                margin-bottom: 0.55rem
            }

                main .main-newspaper-details .newspaper-details-container .container-left .pdf-img img {
                    width: 100%
                }

            main .main-newspaper-details .newspaper-details-container .container-left .magazine-directory {
                width: 100%
            }

                main .main-newspaper-details .newspaper-details-container .container-left .magazine-directory .magazine-directory-title {
                    width: 100%;
                    font-size: .3rem;
                    font-weight: bold;
                    color: rgba(0,0,0,0.8);
                    margin-bottom: 0.35rem
                }

                main .main-newspaper-details .newspaper-details-container .container-left .magazine-directory .foreword {
                    width: 100%;
                    font-size: calc(12px - .12rem + .14rem);
                    color: rgba(0,0,0,0.8);
                    margin-bottom: 0.2rem
                }

                main .main-newspaper-details .newspaper-details-container .container-left .magazine-directory .item {
                    width: 100%;
                    cursor: pointer;
                    display: block;
                    font-size: calc(12px - .12rem + .14rem);
                    line-height: 2.86;
                    color: rgba(0,0,0,0.8)
                }

                    main .main-newspaper-details .newspaper-details-container .container-left .magazine-directory .item:hover {
                        color: #e60012
                    }

                    main .main-newspaper-details .newspaper-details-container .container-left .magazine-directory .item.active {
                        color: #e60012
                    }

        main .main-newspaper-details .newspaper-details-container .container-right {
            display: inline-block;
            width: 9rem;
            vertical-align: top
        }

            main .main-newspaper-details .newspaper-details-container .container-right .left-title {
                font-size: .3rem;
                font-weight: bold;
                line-height: 2;
                color: rgba(0,0,0,0.8);
                margin-bottom: 0.15rem;
                width: 100%
            }

            main .main-newspaper-details .newspaper-details-container .container-right .date-share {
                padding: .3rem 0;
                width: 100%;
                font-size: 0;
                border-bottom: 1px dashed #d9d9d9;
                margin-bottom: 0.45rem
            }

                main .main-newspaper-details .newspaper-details-container .container-right .date-share .date-browse {
                    display: inline-block;
                    vertical-align: middle
                }

                    main .main-newspaper-details .newspaper-details-container .container-right .date-share .date-browse .date {
                        display: inline-block
                    }

                        main .main-newspaper-details .newspaper-details-container .container-right .date-share .date-browse .date .date-img {
                            display: inline-block;
                            width: .18rem;
                            height: .18rem;
                            vertical-align: middle
                        }

                            main .main-newspaper-details .newspaper-details-container .container-right .date-share .date-browse .date .date-img img {
                                width: 100%;
                                height: 100%
                            }

                        main .main-newspaper-details .newspaper-details-container .container-right .date-share .date-browse .date .date-text {
                            display: inline-block;
                            font-size: calc(12px - .12rem + .14rem);
                            color: rgba(0,0,0,0.8);
                            vertical-align: middle;
                            margin-left: 0.12rem
                        }

                    main .main-newspaper-details .newspaper-details-container .container-right .date-share .date-browse .browse {
                        display: inline-block;
                        font-size: calc(12px - .12rem + .14rem);
                        color: rgba(0,0,0,0.8);
                        vertical-align: middle;
                        margin-left: 0.12rem
                    }

                main .main-newspaper-details .newspaper-details-container .container-right .date-share .share {
                    display: inline-block;
                    vertical-align: middle;
                    margin-left: 0.8rem
                }

                    main .main-newspaper-details .newspaper-details-container .container-right .date-share .share span {
                        display: inline-block;
                        font-size: calc(12px - .12rem + .15rem);
                        color: #000000;
                        vertical-align: middle;
                        margin: 0 .1rem
                    }

                    main .main-newspaper-details .newspaper-details-container .container-right .date-share .share .qq {
                        display: inline-block;
                        width: 14px;
                        height: 16px;
                        vertical-align: middle;
                        margin: 0 .1rem;
                        cursor: pointer
                    }

                        main .main-newspaper-details .newspaper-details-container .container-right .date-share .share .qq img {
                            width: 100%;
                            height: 100%
                        }

                        main .main-newspaper-details .newspaper-details-container .container-right .date-share .share .qq .img-2 {
                            display: none
                        }

                        main .main-newspaper-details .newspaper-details-container .container-right .date-share .share .qq:hover .img-1 {
                            display: none
                        }

                        main .main-newspaper-details .newspaper-details-container .container-right .date-share .share .qq:hover .img-2 {
                            display: inline-block
                        }

                    main .main-newspaper-details .newspaper-details-container .container-right .date-share .share .weixin {
                        display: inline-block;
                        width: 20px;
                        height: 16px;
                        vertical-align: middle;
                        margin: 0 .1rem;
                        cursor: pointer
                    }

                        main .main-newspaper-details .newspaper-details-container .container-right .date-share .share .weixin img {
                            width: 100%;
                            height: 100%
                        }

                        main .main-newspaper-details .newspaper-details-container .container-right .date-share .share .weixin .img-2 {
                            display: none
                        }

                        main .main-newspaper-details .newspaper-details-container .container-right .date-share .share .weixin:hover .img-1 {
                            display: none
                        }

                        main .main-newspaper-details .newspaper-details-container .container-right .date-share .share .weixin:hover .img-2 {
                            display: inline-block
                        }

                    main .main-newspaper-details .newspaper-details-container .container-right .date-share .share .weibo {
                        display: inline-block;
                        width: 18px;
                        height: 15px;
                        vertical-align: middle;
                        margin: 0 .1rem;
                        cursor: pointer
                    }

                        main .main-newspaper-details .newspaper-details-container .container-right .date-share .share .weibo img {
                            width: 100%;
                            height: 100%
                        }

                        main .main-newspaper-details .newspaper-details-container .container-right .date-share .share .weibo .img-2 {
                            display: none
                        }

                        main .main-newspaper-details .newspaper-details-container .container-right .date-share .share .weibo:hover .img-1 {
                            display: none
                        }

                        main .main-newspaper-details .newspaper-details-container .container-right .date-share .share .weibo:hover .img-2 {
                            display: inline-block
                        }

            main .main-newspaper-details .newspaper-details-container .container-right .left-content {
                width: 100%
            }

                main .main-newspaper-details .newspaper-details-container .container-right .left-content p {
                    font-size: calc(12px - .12rem + .16rem);
                    line-height: 2.25;
                    color: rgba(0,0,0,0.8)
                }

@media (max-width:900px) {
    main .main-newspaper-details .newspaper-details-container {
        width: 100%;
        padding: 0 10px
    }

        main .main-newspaper-details .newspaper-details-container .container-left {
            display: block;
            width: 100%;
            margin-bottom: 0.3rem;
            margin-right: 0
        }

        main .main-newspaper-details .newspaper-details-container .container-right {
            display: block;
            width: 100%
        }
}

@media (max-width:400px) {
    main .main-newspaper-details .newspaper-details-container .container-right {
        display: block;
        width: 100%;
        margin-bottom: 0.3rem
    }

        main .main-newspaper-details .newspaper-details-container .container-right .date-share .date-browse {
            width: 100%;
            display: block;
            margin-bottom: 0.3rem
        }

        main .main-newspaper-details .newspaper-details-container .container-right .date-share .share {
            width: 100%;
            display: inline-block;
            margin-left: 0
        }
}

main .main-solution-details {
    width: 100%;
    background-color: #fff
}

    main .main-solution-details .details-a {
        width: 100%;
        background-color: #fff;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem
    }

        main .main-solution-details .details-a .details-container {
            width: 12.8rem;
            margin: 0 auto;
            font-size: 0
        }

            main .main-solution-details .details-a .details-container .container-left {
                display: inline-block;
                width: 6.1rem;
                vertical-align: middle
            }

                main .main-solution-details .details-a .details-container .container-left .left-big {
                    width: 100%;
                    height: 3.8rem;
                    display: inline-block;
                    vertical-align: middle
                }

                    main .main-solution-details .details-a .details-container .container-left .left-big img {
                        width: 100%;
                        height: 100%
                    }

                main .main-solution-details .details-a .details-container .container-left .left-small {
                    width: 100%
                }

                    main .main-solution-details .details-a .details-container .container-left .left-small .small-swiper {
                        width: 100%
                    }

                        main .main-solution-details .details-a .details-container .container-left .left-small .small-swiper .swiper-slide {
                            display: inline-block;
                            width: 1.12rem;
                            height: .7rem;
                            background-color: #ffffff;
                            border-radius: .06rem;
                            margin-right: 0.125rem;
                            cursor: pointer
                        }

                            main .main-solution-details .details-a .details-container .container-left .left-small .small-swiper .swiper-slide img {
                                width: 100%;
                                height: 100%;
                                border-radius: .06rem
                            }

                            main .main-solution-details .details-a .details-container .container-left .left-small .small-swiper .swiper-slide:hover {
                                border: solid 1px #1f2c5c;
                                border-radius: .06rem
                            }

            main .main-solution-details .details-a .details-container .container-right {
                display: inline-block;
                width: 5.8rem;
                margin-left: .9rem;
                vertical-align: middle
            }

                main .main-solution-details .details-a .details-container .container-right .right-content {
                    width: 100%;
                    height: 3.8rem;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    margin-bottom: 0.1rem
                }

                    main .main-solution-details .details-a .details-container .container-right .right-content .content-a {
                        width: 100%;
                        font-size: calc(12px - .12rem + .14rem);
                        color: rgba(0,0,0,0.5);
                        margin-bottom: 0.1rem
                    }

                    main .main-solution-details .details-a .details-container .container-right .right-content .content-b {
                        font-size: .42rem;
                        font-weight: bold;
                        color: rgba(0,0,0,0.8);
                        margin-bottom: 0.3rem
                    }

                        main .main-solution-details .details-a .details-container .container-right .right-content .content-b:after {
                            content: '';
                            display: block;
                            margin-top: 0.3rem;
                            width: 23px;
                            height: 2px;
                            background-color: #333333
                        }

                    main .main-solution-details .details-a .details-container .container-right .right-content .content-c {
                        width: 100%;
                        height: 2rem
                    }

                        main .main-solution-details .details-a .details-container .container-right .right-content .content-c p {
                            font-size: calc(12px - .12rem + .16rem);
                            line-height: 1.6;
                            color: #808080;
                            margin-bottom: .15rem
                        }

                        main .main-solution-details .details-a .details-container .container-right .right-content .content-c .mCSB_scrollTools {
                            opacity: 1
                        }

                            main .main-solution-details .details-a .details-container .container-right .right-content .content-c .mCSB_scrollTools .mCSB_draggerRail {
                                width: 4px;
                                background-color: #fff;
                                -webkit-filter: none;
                                filter: none;
                                -ms-filter: none
                            }

                            main .main-solution-details .details-a .details-container .container-right .right-content .content-c .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
                                width: 4px;
                                background-color: #eeeeee;
                                border-radius: 6px;
                                -webkit-filter: none;
                                filter: none;
                                -ms-filter: none
                            }

                            main .main-solution-details .details-a .details-container .container-right .right-content .content-c .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, main .main-solution-details .details-a .details-container .container-right .right-content .content-c .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
                                background-color: #eeeeee;
                                -webkit-filter: none;
                                filter: none;
                                -ms-filter: none
                            }

                            main .main-solution-details .details-a .details-container .container-right .right-content .content-c .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
                                background-color: #eeeeee;
                                -webkit-filter: none;
                                filter: none;
                                -ms-filter: none
                            }

                main .main-solution-details .details-a .details-container .container-right .right-share {
                    width: 100%;
                    font-size: 0
                }

                    main .main-solution-details .details-a .details-container .container-right .right-share .share-radius {
                        width: 14px;
                        height: 14px;
                        border: solid 2px #b5b5b5;
                        border-radius: 50%;
                        position: relative;
                        z-index: 10;
                        background-color: #fff;
                        margin-bottom: 0.3rem
                    }

                        main .main-solution-details .details-a .details-container .container-right .right-share .share-radius:after {
                            content: '';
                            width: calc(5.9rem - 14px);
                            height: 2px;
                            background-color: #b5b5b5;
                            display: block;
                            position: absolute;
                            top: 40%;
                            left: 12px
                        }

                    main .main-solution-details .details-a .details-container .container-right .right-share .share {
                        display: inline-block;
                        vertical-align: middle
                    }

                        main .main-solution-details .details-a .details-container .container-right .right-share .share span {
                            display: inline-block;
                            font-size: calc(12px - .12rem + .15rem);
                            color: #000000;
                            vertical-align: middle;
                            margin: 0 .1rem
                        }

                        main .main-solution-details .details-a .details-container .container-right .right-share .share .qq {
                            display: inline-block;
                            width: 14px;
                            height: 16px;
                            vertical-align: middle;
                            margin: 0 .1rem;
                            cursor: pointer
                        }

                            main .main-solution-details .details-a .details-container .container-right .right-share .share .qq img {
                                width: 100%;
                                height: 100%
                            }

                            main .main-solution-details .details-a .details-container .container-right .right-share .share .qq .img-2 {
                                display: none
                            }

                            main .main-solution-details .details-a .details-container .container-right .right-share .share .qq:hover .img-1 {
                                display: none
                            }

                            main .main-solution-details .details-a .details-container .container-right .right-share .share .qq:hover .img-2 {
                                display: inline-block
                            }

                        main .main-solution-details .details-a .details-container .container-right .right-share .share .weixin {
                            display: inline-block;
                            width: 20px;
                            height: 16px;
                            vertical-align: middle;
                            margin: 0 .1rem;
                            cursor: pointer
                        }

                            main .main-solution-details .details-a .details-container .container-right .right-share .share .weixin img {
                                width: 100%;
                                height: 100%
                            }

                            main .main-solution-details .details-a .details-container .container-right .right-share .share .weixin .img-2 {
                                display: none
                            }

                            main .main-solution-details .details-a .details-container .container-right .right-share .share .weixin:hover .img-1 {
                                display: none
                            }

                            main .main-solution-details .details-a .details-container .container-right .right-share .share .weixin:hover .img-2 {
                                display: inline-block
                            }

                        main .main-solution-details .details-a .details-container .container-right .right-share .share .weibo {
                            display: inline-block;
                            width: 18px;
                            height: 15px;
                            vertical-align: middle;
                            margin: 0 .1rem;
                            cursor: pointer
                        }

                            main .main-solution-details .details-a .details-container .container-right .right-share .share .weibo img {
                                width: 100%;
                                height: 100%
                            }

                            main .main-solution-details .details-a .details-container .container-right .right-share .share .weibo .img-2 {
                                display: none
                            }

                            main .main-solution-details .details-a .details-container .container-right .right-share .share .weibo:hover .img-1 {
                                display: none
                            }

                            main .main-solution-details .details-a .details-container .container-right .right-share .share .weibo:hover .img-2 {
                                display: inline-block
                            }

    main .main-solution-details .product-details {
        width: 100%
    }

        main .main-solution-details .product-details .details-container {
            width: 100%
        }

            main .main-solution-details .product-details .details-container .item-details {
                width: 100%;
                background-position: center center;
                background-size: 100% 100%;
                background-repeat: no-repeat;
                height: 37.5vw
            }

                main .main-solution-details .product-details .details-container .item-details .item-container {
                    width: 12.8rem;
                    margin: 0 auto;
                    height: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center
                }

                    main .main-solution-details .product-details .details-container .item-details .item-container .item-title {
                        font-size: .4rem;
                        font-weight: bold;
                        color: rgba(0,0,0,0.8);
                        margin-bottom: 0.55rem;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column
                    }

                        main .main-solution-details .product-details .details-container .item-details .item-container .item-title:after {
                            content: '';
                            display: block;
                            width: 23px;
                            height: 2px;
                            background-color: #000000;
                            margin-top: .5rem
                        }

                    main .main-solution-details .product-details .details-container .item-details .item-container .item-content {
                        width: 5.9rem;
                        height: 0.52rem
                    }

                        main .main-solution-details .product-details .details-container .item-details .item-container .item-content p {
                            font-size: calc(12px - .12rem + .2rem);
                            line-height: 1.5;
                            color: rgba(0,0,0,0.8);
                            margin-bottom: 0.4rem
                        }

                        main .main-solution-details .product-details .details-container .item-details .item-container .item-content .mCSB_scrollTools {
                            opacity: 1
                        }

                            main .main-solution-details .product-details .details-container .item-details .item-container .item-content .mCSB_scrollTools .mCSB_draggerRail {
                                width: 4px;
                                background: none;
                                -webkit-filter: none;
                                filter: none;
                                -ms-filter: none
                            }

                            main .main-solution-details .product-details .details-container .item-details .item-container .item-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
                                width: 4px;
                                background-color: #eeeeee;
                                border-radius: 6px;
                                -webkit-filter: none;
                                filter: none;
                                -ms-filter: none
                            }

                            main .main-solution-details .product-details .details-container .item-details .item-container .item-content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, main .main-solution-details .product-details .details-container .item-details .item-container .item-content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
                                background-color: #eeeeee;
                                -webkit-filter: none;
                                filter: none;
                                -ms-filter: none
                            }

                            main .main-solution-details .product-details .details-container .item-details .item-container .item-content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
                                background-color: #eeeeee;
                                -webkit-filter: none;
                                filter: none;
                                -ms-filter: none
                            }

                main .main-solution-details .product-details .details-container .item-details:nth-child(2n) .item-container {
                    -webkit-box-align: end;
                    -ms-flex-align: end;
                    align-items: flex-end
                }

                    main .main-solution-details .product-details .details-container .item-details:nth-child(2n) .item-container .item-title {
                        -webkit-box-align: end;
                        -ms-flex-align: end;
                        align-items: flex-end
                    }

                    main .main-solution-details .product-details .details-container .item-details:nth-child(2n) .item-container .item-content p {
                        text-align: right
                    }

    main .main-solution-details .application-scenario {
        width: 100%;
        margin-bottom: 1rem
    }

        main .main-solution-details .application-scenario .application-scenario-container {
            width: 12.8rem;
            margin: 0 auto;
            position: relative
        }

            main .main-solution-details .application-scenario .application-scenario-container .wrap-content {
                width: 11.22rem;
                height: 4.64rem;
                background-color: #f6f6f6;
                border-radius: .06rem;
                padding-top: 0.78rem;
                padding-left: 0.86rem;
                padding-bottom: 0.4rem;
                position: relative
            }

                main .main-solution-details .application-scenario .application-scenario-container .wrap-content .wc-swiper {
                    width: 4rem;
                    margin: 0
                }

                    main .main-solution-details .application-scenario .application-scenario-container .wrap-content .wc-swiper .item .item-title {
                        width: 100%;
                        font-size: calc(12px - .12rem + .4rem);
                        font-weight: bold;
                        color: rgba(0,0,0,0.8);
                        margin-bottom: 0.12rem
                    }

                        main .main-solution-details .application-scenario .application-scenario-container .wrap-content .wc-swiper .item .item-title:after {
                            content: '';
                            display: block;
                            width: 20px;
                            height: 2px;
                            background-color: #de2830;
                            margin-top: 0.2rem
                        }

                    main .main-solution-details .application-scenario .application-scenario-container .wrap-content .wc-swiper .item .item-text {
                        width: 100%;
                        font-size: calc(12px - .12rem + .16rem);
                        line-height: 2;
                        color: rgba(0,0,0,0.8)
                    }

                main .main-solution-details .application-scenario .application-scenario-container .wrap-content .wc-pagination {
                    position: absolute;
                    bottom: 0.4rem;
                    left: 0.86rem;
                    right: auto;
                    top: auto
                }

                    main .main-solution-details .application-scenario .application-scenario-container .wrap-content .wc-pagination .swiper-pagination-bullet {
                        width: 14px;
                        height: 14px;
                        border: solid 2px #515151;
                        background-color: #fff;
                        opacity: 1;
                        margin-right: 0.1rem;
                        cursor: pointer
                    }

                    main .main-solution-details .application-scenario .application-scenario-container .wrap-content .wc-pagination .swiper-pagination-bullet-active {
                        background-color: #515151
                    }

            main .main-solution-details .application-scenario .application-scenario-container .wrap-img {
                position: absolute;
                top: .3rem;
                right: -1.58rem;
                width: 6.4rem;
                height: 4.02rem;
                border-radius: .06rem
            }

                main .main-solution-details .application-scenario .application-scenario-container .wrap-img img {
                    width: 100%;
                    height: 100%
                }

    main .main-solution-details .case-show {
        width: 100%;
        background-color: #fff;
        padding-bottom: 1rem
    }

        main .main-solution-details .case-show .case-show-container {
            width: 12.8rem;
            margin: 0 auto
        }

            main .main-solution-details .case-show .case-show-container .container-title {
                font-size: .4rem;
                font-weight: bold;
                color: rgba(0,0,0,0.8);
                margin-bottom: 0.4rem
            }

            main .main-solution-details .case-show .case-show-container .case-show-content {
                margin-bottom: 0.3rem
            }

            main .main-solution-details .case-show .case-show-container .case-big-swiper {
                width: 100%;
                margin-bottom: 0.4rem;
                position: relative
            }

                main .main-solution-details .case-show .case-show-container .case-big-swiper .cb-swiper {
                    width: 88%
                }

                    main .main-solution-details .case-show .case-show-container .case-big-swiper .cb-swiper .item {
                        width: 8.5%;
                        text-align: center;
                        font-size: calc(12px - .12rem + .14rem);
                        color: rgba(0,0,0,0.8)
                    }

                main .main-solution-details .case-show .case-show-container .case-big-swiper .cb-prev {
                    background: none;
                    outline: none;
                    border: none;
                    background-position: center center;
                    background-size: 100% 100%;
                    background-repeat: no-repeat;
                    background-image: url(../images/171.png);
                    width: 9px;
                    height: 17px;
                    margin-top: 0;
                    top: 0
                }

                main .main-solution-details .case-show .case-show-container .case-big-swiper .cb-next {
                    background: none;
                    outline: none;
                    border: none;
                    background-position: center center;
                    background-size: 100% 100%;
                    background-repeat: no-repeat;
                    background-image: url(../images/172.png);
                    width: 9px;
                    height: 17px;
                    margin-top: 0;
                    top: 0
                }

            main .main-solution-details .case-show .case-show-container .case-small-swiper {
                width: 100%
            }

                main .main-solution-details .case-show .case-show-container .case-small-swiper .cs-swiper {
                    width: 100%
                }

                    main .main-solution-details .case-show .case-show-container .case-small-swiper .cs-swiper .item {
                        width: 4.06rem;
                        margin-bottom: 0.5rem;
                        display: inline-block;
                        cursor: pointer
                    }

                        main .main-solution-details .case-show .case-show-container .case-small-swiper .cs-swiper .item .item-img {
                            width: 100%;
                            height: auto;
                            background-color: #cccccc;
                            border-radius: .06rem;
                            margin-bottom: 0.2rem
                        }

                            main .main-solution-details .case-show .case-show-container .case-small-swiper .cs-swiper .item .item-img img {
                                width: 100%;
                                height: 100%
                            }

                        main .main-solution-details .case-show .case-show-container .case-small-swiper .cs-swiper .item .item-text {
                            font-size: calc(12px - .12rem + .18rem);
                            color: rgba(0,0,0,0.8)
                        }

                    main .main-solution-details .case-show .case-show-container .case-small-swiper .cs-swiper .cs-pagination {
                        position: static
                    }

                        main .main-solution-details .case-show .case-show-container .case-small-swiper .cs-swiper .cs-pagination .swiper-pagination-bullet {
                            width: 14px;
                            height: 14px;
                            border: solid 2px #535353;
                            background-color: #fff;
                            opacity: 1
                        }

                        main .main-solution-details .case-show .case-show-container .case-small-swiper .cs-swiper .cs-pagination .swiper-pagination-bullet-active {
                            border: solid 2px #535353;
                            background-color: #535353
                        }

@media (max-width:900px) {
    main .main-solution-details .details-a .details-container {
        width: 100%;
        padding: 0 10px
    }

        main .main-solution-details .details-a .details-container .container-left {
            display: block;
            margin: 0 auto;
            margin-bottom: 0.3rem
        }

        main .main-solution-details .details-a .details-container .container-right {
            display: block;
            width: 100%;
            margin-left: 0
        }

            main .main-solution-details .details-a .details-container .container-right .right-content {
                height: auto
            }

                main .main-solution-details .details-a .details-container .container-right .right-content .content-c {
                    height: 3rem
                }

    main .main-solution-details .product-details .details-title .title-container {
        width: 100%;
        padding: 0 10px
    }

    main .main-solution-details .product-details .details-container .item-details .item-container {
        width: 100%;
        padding: 0 10px
    }

        main .main-solution-details .product-details .details-container .item-details .item-container .item-title {
            font-size: 16px;
            margin-bottom: 0.1rem
        }

            main .main-solution-details .product-details .details-container .item-details .item-container .item-title:after {
                margin-top: 0.1rem
            }

        main .main-solution-details .product-details .details-container .item-details .item-container .item-content {
            width: 100%
        }

            main .main-solution-details .product-details .details-container .item-details .item-container .item-content p {
                margin-bottom: 0.1rem;
                font-size: 12px
            }

    main .main-solution-details .product-details-wrap {
        padding: 0 10px;
        padding-bottom: 1rem
    }

        main .main-solution-details .product-details-wrap .one-swiper {
            width: 80%
        }

            main .main-solution-details .product-details-wrap .one-swiper .product-swiper .swiper-slide {
                width: 33.3%
            }

                main .main-solution-details .product-details-wrap .one-swiper .product-swiper .swiper-slide .item {
                    width: 100%
                }

    main .main-solution-details .application-scenario .application-scenario-container {
        width: 100%;
        padding: 0 10px;
        padding-top: 1rem
    }

        main .main-solution-details .application-scenario .application-scenario-container .wrap-content {
            width: 100%;
            height: auto;
            padding: 0.78rem 0.86rem
        }

            main .main-solution-details .application-scenario .application-scenario-container .wrap-content .wrap-img {
                position: static;
                display: block;
                margin-bottom: 0.3rem;
                width: 100%;
                height: auto
            }

            main .main-solution-details .application-scenario .application-scenario-container .wrap-content .wc-swiper {
                width: 100%;
                margin-bottom: 0.3rem
            }

    main .main-solution-details .case-show .case-show-container {
        width: 100%;
        padding: 0 10px
    }

        main .main-solution-details .case-show .case-show-container .case-big-swiper .cb-swiper .item {
            width: 20%
        }

        main .main-solution-details .case-show .case-show-container .case-small-swiper .cs-swiper .item .item-img {
            height: auto
        }
}

@media (max-width:700px) {
    main .main-solution-details .product-parameters .product-parameters-container .parameter-wrap .wrap {
        width: 100%;
        display: block
    }

        main .main-solution-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-title .item-project {
            width: 40%
        }

        main .main-solution-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-title .item-parameter {
            width: 60%
        }

        main .main-solution-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-content .item-content .item-a {
            width: 40%
        }

        main .main-solution-details .product-parameters .product-parameters-container .parameter-wrap .wrap .wrap-content .item-content .item-b {
            width: 60%
        }

    main .main-solution-details .product-details-wrap .two-swiper-container {
        width: 100%;
        padding: 0 10px
    }

        main .main-solution-details .product-details-wrap .two-swiper-container .two-swiper {
            width: 80%
        }

            main .main-solution-details .product-details-wrap .two-swiper-container .two-swiper .item {
                width: 100%
            }

                main .main-solution-details .product-details-wrap .two-swiper-container .two-swiper .item .item-img {
                    height: auto
                }

        main .main-solution-details .product-details-wrap .two-swiper-container .ts-prev {
            left: 0
        }

        main .main-solution-details .product-details-wrap .two-swiper-container .ts-next {
            right: 0
        }
}

@media (max-width:450px) {
    main .main-solution-details .details-a .details-container {
        width: 100%;
        padding: 0 10px
    }

        main .main-solution-details .details-a .details-container .container-left {
            display: block;
            margin: 0 auto;
            margin-bottom: 0.3rem;
            width: 100%
        }

            main .main-solution-details .details-a .details-container .container-left .left-big {
                height: auto
            }

            main .main-solution-details .details-a .details-container .container-left .left-small .small-swiper .swiper-slide {
                height: auto;
                width: 19%;
                margin-right: 1%
            }

        main .main-solution-details .details-a .details-container .container-right {
            display: block;
            width: 100%;
            margin-left: 0
        }

            main .main-solution-details .details-a .details-container .container-right .right-content {
                height: auto;
                margin-bottom: 0.3rem
            }

    main .main-solution-details .product-details-wrap .one-swiper {
        width: 80%
    }

        main .main-solution-details .product-details-wrap .one-swiper .product-swiper .swiper-slide {
            width: 50%
        }

            main .main-solution-details .product-details-wrap .one-swiper .product-swiper .swiper-slide .item {
                width: 100%
            }

    main .main-solution-details .case-show .case-show-container {
        width: 100%;
        padding: 0 10px
    }

        main .main-solution-details .case-show .case-show-container .case-big-swiper .cb-swiper .item {
            width: 33.3%
        }
}

.m-a {
    width: 100%;
    padding-top: 1.03rem;
    padding-bottom: 1.03rem
}

.m-b {
    width: 12.8rem;
    margin: 0 auto
}

.m-list {
    width: 100%;
    overflow: hidden;
    position: relative
}

    .m-list:after {
        content: "";
        display: block;
        width: .08rem;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        z-index: 1;
        margin-left: -0.04rem;
        background-image: url(../images/m23.png);
        background-size: 100% auto
    }

.m-c {
    width: 5.2rem;
    margin-bottom: .95rem;
    position: relative;
    z-index: 3
}

    .m-c:nth-child(1) {
        padding-top: .4rem
    }

    .m-c:nth-child(2) {
        padding-top: 1.4rem
    }

.m-d {
    font-size: .4rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #e1e1e1;
    position: relative
}

    .m-d:before {
        content: "";
        display: block;
        width: .21rem;
        height: 1px;
        background-color: #5c5c5c;
        position: absolute;
        left: -1.3rem;
        bottom: -5px;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff
    }

    .m-d:after {
        content: "";
        display: block;
        width: .2rem;
        height: 3px;
        background-color: #666;
        position: absolute;
        left: 0;
        bottom: -1px
    }

.m-e {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding-top: 27px;
    padding-bottom: 27px;
    text-align: left;
    position: relative
}

    .m-e:before {
        content: "";
        display: block;
        width: .11rem;
        height: .11rem;
        background-color: #585858;
        position: absolute;
        left: -1.05rem;
        top: -.05rem
    }

    .m-e * {
        font-size: 14px;
        color: #666;
        line-height: 20px
    }

.m-f {
    width: 100%;
    overflow: hidden
}

.m-g {
    width: 100%;
    border-radius: 6px;
    transition: all .6s
}

.m-c:hover .m-d {
    color: #1f2c5c
}

.m-c:hover .m-g {
    transform: scale(1.1)
}

.m-c.left {
    float: left
}

.m-c.right {
    float: right
}

.m-c.left .m-e {
    text-align: right
}

.m-c.right .m-e {
    text-align: left
}

.m-top {
    width: 100%;
    text-align: center
}

.m-text {
    font-size: .26rem;
    color: #000;
    margin-bottom: .61em
}

.m-icon {
    width: .46rem
}

.m-bottom {
    width: 100%;
    text-align: center;
    text-align: center
}

    .m-bottom .m-text {
        margin-bottom: 0;
        margin-top: .61em
    }

.m-c.left .m-d:before {
    left: auto;
    right: -1.3rem
}

.m-c.left .m-e:before {
    left: auto;
    right: -1.05rem
}

@media(max-width:750px) {
    .m-list:after {
        display: none
    }

    .m-a {
        padding-left: 20px;
        padding-right: 20px
    }

    .m-b {
        width: 100%;
        max-width: 500px;
        margin: 0 auto
    }

    .m-c {
        width: 100%
    }

        .m-c.left {
            float: none;
            width: 100%
        }

        .m-c.right {
            float: none
        }

        .m-c.left .m-e {
            text-align: left
        }

    .m-d:before {
        display: none
    }

    .m-e:before {
        display: none
    }

    .m-c:nth-child(2) {
        padding-top: 0
    }

    .m-icon {
        display: none
    }

    .m-text {
        display: none
    }
}

.xma-a {
    width: 100%;
    padding-top: .8rem;
    padding-bottom: .8rem
}

.xma-b {
    width: 12.8rem;
    margin: 0 auto
}

.xma-c {
    width: 100%;
    margin-bottom: .3rem
}

    .xma-c:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        line-height: 0;
        font-size: 0
    }

.xma-d {
    float: left;
    font-size: 0
}

.xma-ditem {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 2.4rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    color: #ababab;
    font-size: calc(12px - .12rem + .16rem);
    border: solid 1px #cccccc;
    background-color: #ffffff
}

    .xma-ditem:nth-child(1) {
        border-right: none;
        border-radius: .25rem
    }

    .xma-ditem:nth-child(2) {
        border-left: none;
        border-radius: 0px .25rem .25rem 0px
    }

    .xma-ditem.active {
        border: none;
        background-color: #1f2c5c;
        color: #ffffff
    }

.xma-e {
    float: right
}

.xma-f {
    font-size: 0;
    width: 5rem;
    background-color: #ffffff;
    border-radius: .25rem;
    border: solid 1px #cccccc
}

.xma-g {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1.35rem);
    height: .5rem;
    color: #9e9e9e;
    font-size: calc(12px - .12rem + .16rem);
    padding: .1rem .3rem;
    border: none;
    outline-style: none;
    background-color: transparent
}

.xma-h {
    display: inline-block;
    vertical-align: top;
    margin-top: .04rem;
    margin-bottom: .04rem;
    cursor: pointer;
    padding-right: .22rem;
    background-image: url('../images/xm1.png');
    background-size: .17rem .18rem;
    background-repeat: no-repeat;
    background-position: .86rem .11rem;
    color: #ffffff;
    font-size: calc(12px - .12rem + .16rem);
    width: 1.3rem;
    height: .42rem;
    background-color: #1f2c5c;
    border-radius: .21rem;
    border: none;
    outline-style: none
}

.xma-i {
    width: 100%
}

.xma-j {
    width: 100%
}

.xma-jitem {
    display: none;
    width: 100%
}

    .xma-jitem.show {
        display: block
    }

.xma-map {
    width: 100%;
    height: 7.2rem;
    background-color: #979797;
    border-radius: .06rem
}

.xma-mapimg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.xma-k {
    width: 100%
}

.xma-kitem {
    width: 100%;
    font-size: 0
}

.xma-l {
    width: 100%;
    padding: .4rem;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    cursor: pointer
}

    .xma-l:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0,-50%);
        width: .3rem;
        height: .3rem;
        background-image: url('../images/xm3.png');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }

.xma-kitem.show .xma-l:after {
    background-image: url('../images/xm3-b.png');
    background-size: .3rem 1px
}

.xma-m {
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    color: #ffffff;
    font-size: calc(12px - .12rem + .2rem);
    height: .5rem;
    text-align: center;
    line-height: .5rem;
    background-color: #1f2c5c;
    border-radius: .25rem
}

.xma-n {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.5rem);
    padding-left: .4rem
}

.xma-o {
    color: #4b4b4b;
    font-size: calc(12px - .12rem + .2rem);
    line-height: 1.5
}

.xma-p {
    color: #9a9a9a;
    font-size: calc(12px - .12rem + .2rem);
    line-height: 1.5
}

.xma-q {
    display: none;
    width: 100%;
    background-color: #f5f6f6
}

.xma-qitem {
    width: 100%;
    font-size: 0;
    width: 100%;
    padding: .4rem;
    border-bottom: 1px solid #eeeeee
}

.xma-r {
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    color: #494949;
    font-size: calc(12px - .12rem + .2rem);
    height: .5rem;
    text-align: center;
    line-height: .5rem;
    border: solid 1px #cccccc;
    border-radius: .25rem
}

.xma-s {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.5rem);
    padding-left: .4rem
}

.xma-t {
    color: #4b4b4b;
    font-size: calc(12px - .12rem + .2rem);
    line-height: 1.5
}

.xma-w {
    font-size: 0;
    width: 100%
}

.xma-u {
    display: inline-block;
    vertical-align: top;
    margin-right: .2rem;
    color: #9a9a9a;
    font-size: calc(12px - .12rem + .2rem);
    line-height: 1.5
}

@media (max-width:1280px) {
    .xma-b {
        width: 100%;
        padding: 0 10px
    }
}

@media (max-width:900px) {
    .xma-d {
        float: none;
        text-align: center
    }

    .xma-e {
        float: none;
        width: 100%;
        margin-top: .2rem;
        text-align: center
    }

    .xma-f {
        margin: 0 auto
    }
}

@media (max-width:600px) {
    .xma-f {
    }
}

@media (max-width:500px) {
    .xma-l {
        text-align: center
    }

    .xma-n {
        width: 100%;
        text-align: left;
        margin-top: .2rem;
        padding-left: 0
    }

    .xma-qitem {
        padding: .2rem;
        text-align: center
    }

    .xma-s {
        width: 100%;
        text-align: left;
        margin-top: .2rem;
        padding-left: 0
    }
}

.xmb-a {
    width: 100%;
    padding-top: 1rem
}

.xmb-b {
    width: 12.8rem;
    margin: 0 auto
}

.xmb-c {
    width: 100%
}

.xmb-citem {
    display: block;
    width: 100%;
    margin-bottom: .8rem
}

    .xmb-citem:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        line-height: 0;
        font-size: 0
    }

.xmb-cimg {
    float: right;
    width: 6.4rem;
    border-radius: .06rem;
    overflow: hidden
}

    .xmb-cimg img {
        width: 100%
    }

.xmb-ccont {
    float: left;
    width: calc(100% - 6.45rem);
    padding-right: .8rem;
    padding-left: .4rem;
    padding-top: .45rem;
    text-align: right
}

.xmb-ctext1 {
    color: #333333;
    font-size: calc(12px - .12rem + .4rem);
    position: relative;
    padding-bottom: .34rem;
    margin-bottom: .34rem;
    border-bottom: 1px solid #e1e1e1
}

    .xmb-ctext1:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: .2rem;
        height: .03rem;
        background-color: #666666
    }

.xmb-ctext2 {
    color: #414141;
    font-size: calc(12px - .12rem + .14rem);
    line-height: 2
}

    .xmb-ctext2 * {
        color: #414141;
        font-size: calc(12px - .12rem + .14rem);
        line-height: 2
    }

.xmb-citem:nth-child(2n) .xmb-cimg {
    float: left
}

.xmb-citem:nth-child(2n) .xmb-ccont {
    float: right;
    padding-left: .8rem;
    padding-right: .4rem;
    text-align: left
}

.xmb-citem:nth-child(2n) .xmb-ctext1:after {
    right: auto;
    left: 0
}

.xmb-d {
    width: 100%;
    font-size: 0;
    margin-bottom: .8rem;
    padding-top: .4rem
}

.xmb-ditem {
    display: inline-block;
    vertical-align: top;
    width: 25%
}

.xmb-box {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background-color: #ffffff
}

.xmb-dimg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

    .xmb-dimg img {
        width: 100%
    }

.xmb-dcont {
    width: 100%;
    min-height: 3.2rem;
    padding: .8rem .2rem .2rem;
    text-align: center
}

.xmb-dtext1 {
    color: rgba(0,0,0,.8);
    padding-bottom: .15rem;
    margin-bottom: .4rem;
    position: relative;
    font-size: calc(12px - .12rem + .26rem);
    border-bottom: 1px solid #e1e1e1
}

    .xmb-dtext1:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -.1rem;
        width: .2rem;
        height: .03rem;
        background-color: #666666
    }

.xmb-dtext2 {
    color: rgba(0,0,0,.8);
    line-height: 1.42;
    font-size: calc(12px - .12rem + .14rem)
}

    .xmb-dtext2 * {
        color: rgba(0,0,0,.8);
        line-height: 1.42;
        font-size: calc(12px - .12rem + .14rem)
    }

.xmb-ditem:nth-child(1) .xmb-box {
    background-color: #f6f6f6
}

.xmb-ditem:nth-child(3) .xmb-box {
    padding-bottom: 0;
    padding-top: 100%
}

.xmb-ditem:nth-child(3) .xmb-dimg {
    bottom: auto;
    top: 0
}

.xmb-ditem:nth-child(4) .xmb-box {
    background-color: #f6f6f6;
    padding-bottom: 0;
    padding-top: 100%
}

.xmb-ditem:nth-child(4) .xmb-dimg {
    bottom: auto;
    top: 0
}

.xmb-e {
    width: 100%;
    font-size: 0
}

.xmb-f {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - .15rem);
    margin-right: .15rem
}

    .xmb-f:nth-child(2n) {
        margin-right: 0;
        margin-left: .15rem
    }

.xmb-g {
    width: 100%;
    border-radius: .06rem;
    overflow: hidden
}

    .xmb-g img {
        width: 100%
    }

.xmb-h {
    width: 83.8%;
    padding-top: .4rem
}

.xmb-i {
    color: rgba(0,0,0,.8);
    padding-bottom: .15rem;
    margin-bottom: .2rem;
    position: relative;
    font-size: calc(12px - .12rem + .26rem);
    border-bottom: 1px solid #e1e1e1
}

    .xmb-i:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: .2rem;
        height: .03rem;
        background-color: #666666
    }

.xmb-j {
    color: rgba(0,0,0,.8);
    line-height: 2;
    font-size: calc(12px - .12rem + .14rem)
}

    .xmb-j * {
        color: rgba(0,0,0,.8);
        line-height: 2;
        font-size: calc(12px - .12rem + .14rem)
    }

@media (max-width:1280px) {
    .xmb-b {
        width: 100%;
        padding: 0 10px
    }

    .xmb-dcont {
        min-height: 4.15rem
    }
}

@media (max-width:900px) {
    .xmb-cimg {
        float: none !important;
        width: 100%;
        text-align: center
    }

        .xmb-cimg img {
            width: 50%
        }

    .xmb-ccont {
        width: 90%;
        margin: 0 auto;
        float: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: left !important
    }

    .xmb-ctext1:after {
        right: auto !important;
        left: 0 !important
    }

    .xmb-ditem {
        width: 50%
    }

        .xmb-ditem:nth-child(2) .xmb-box {
            padding-bottom: 0;
            padding-top: 100%
        }

        .xmb-ditem:nth-child(2) .xmb-dimg {
            bottom: auto;
            top: 0
        }

        .xmb-ditem:nth-child(4) .xmb-box {
            background-color: #f6f6f6;
            padding-top: 0;
            padding-bottom: 100%
        }

        .xmb-ditem:nth-child(4) .xmb-dimg {
            top: auto;
            bottom: 0
        }

    .xmb-h {
        width: 95%
    }

    .xmb-ctext1 {
        font-size: 18px;
        font-weight: bold
    }
}

@media (max-width:500px) {
    .xmb-cimg img {
        width: 80%
    }

    .xmb-ccont {
        width: 100%
    }
}

.xmc-a {
    width: 100%;
    padding-top: .8rem;
    padding-bottom: .8rem
}

.xmc-b {
    width: 12.8rem;
    margin: 0 auto
}

.xmc-c {
    width: 100%
}

.xmc-d {
    width: 100%;
    color: rgba(0,0,0,.8);
    font-size: calc(12px - .12rem + .4rem);
    padding-bottom: .2rem;
    margin-bottom: .3rem;
    position: relative
}

    .xmc-d:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: .2rem;
        height: .02rem;
        background-color: #de2830
    }

.xmc-e {
    width: 100%;
    height: 7.2rem;
    background-color: #000;
    margin-bottom: .4rem
}

.xmc-h {
    width: 100%;
    position: relative
}

.xmc-i {
    width: 100%
}

.xmc-k {
    display: block;
    cursor: pointer;
    width: 2.15rem;
    margin-right: .5rem
}

.xmc-l {
    width: 100%
}

    .xmc-l img {
        width: 100%;
        transform: scale(1.000);
        transition: all .3s
    }

.xmc-m {
    left: -.6rem;
    margin-top: -17.5px;
    width: 19px;
    cursor: pointer;
    height: 35px;
    background-image: url(../images/15.png);
    background-size: 19px 35px;
    background-position: center center;
    background-repeat: no-repeat
}

    .xmc-m:hover {
        background-image: url(../images/15-b.png)
    }

.xmc-n {
    right: -.6rem;
    margin-top: -17.5px;
    width: 19px;
    height: 35px;
    background-image: url(../images/16.png);
    background-size: 19px 35px;
    background-position: center center;
    background-repeat: no-repeat
}

    .xmc-n:hover {
        background-image: url(../images/16-b.png)
    }

.xmc-k:hover .xmc-l img {
    transform: scale(1.100);
    transition: all .3s
}

@media (max-width:1400px) {
    .xmc-h {
        padding: 0 28px
    }

    .xmc-m {
        left: 0
    }

    .xmc-n {
        right: 0
    }
}

@media (max-width:1280px) {
    .xmc-b {
        width: 100%;
        padding: 0 10px
    }
}

@media (max-width:900px) {
    .xmc-k {
        margin-right: .2rem
    }

    .xmc-d {
        font-size: 18px;
        font-weight: bold
    }
}

.xmd-a {
    width: 100%
}

.xmd-b {
    width: 12.8rem;
    margin: 0 auto
}

.xmd-c {
    width: 100%
}

.xmd-citem {
    width: 100%;
    display: block;
    margin-bottom: .7rem
}

    .xmd-citem:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        line-height: 0;
        font-size: 0
    }

.xmd-d {
    float: right;
    width: 5.4rem;
    border-radius: .06rem;
    overflow: hidden
}

    .xmd-d img {
        width: 100%
    }

.xmd-e {
    float: left;
    width: calc(100% - 5.45rem);
    padding-right: .8rem;
    padding-top: .1rem
}

.xmd-f {
    color: rgba(0,0,0,.8);
    font-size: calc(12px - .12rem + .4rem);
    padding-bottom: .2rem;
    margin-bottom: .1rem;
    position: relative
}

    .xmd-f:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: .2rem;
        height: .02rem;
        background-color: #de2830
    }

.xmd-g {
    width: 100%;
    max-height: 2.8rem
}

.xmd-h {
    color: rgba(0,0,0,.8);
    font-size: calc(12px - .12rem + .16rem);
    line-height: 2
}

    .xmd-h * {
        color: rgba(0,0,0,.8);
        font-size: calc(12px - .12rem + .16rem);
        line-height: 2
    }

.xmd-i {
    color: rgba(0,0,0,.8);
    font-size: calc(12px - .12rem + .14rem);
    line-height: 2
}

    .xmd-i * {
        color: rgba(0,0,0,.8);
        font-size: calc(12px - .12rem + .14rem);
        line-height: 2
    }

.xmd-e .mCSB_scrollTools {
    opacity: 1
}

    .xmd-e .mCSB_scrollTools .mCSB_draggerRail {
        width: 5px;
        background-color: #f6f6f6;
        filter: none;
        -ms-filter: none
    }

    .xmd-e .mCSB_scrollTools .mCSB_dragger {
        height: 1.6rem !important
    }

        .xmd-e .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
            width: 5px;
            height: 1.6rem;
            background-color: #eeeeee;
            border-radius: 6px;
            filter: none;
            -ms-filter: none
        }

        .xmd-e .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .xmd-e .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
            background-color: #eeeeee;
            filter: none;
            -ms-filter: none
        }

        .xmd-e .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
            background-color: #eeeeee;
            filter: none;
            -ms-filter: none
        }

.xmd-citem:nth-child(2n) {
    background-color: #f6f6f6
}

    .xmd-citem:nth-child(2n) .xmd-d {
        width: 6.4rem;
        float: left
    }

    .xmd-citem:nth-child(2n) .xmd-e {
        width: calc(100% - 6.45rem);
        float: right;
        padding-left: 1rem;
        padding-top: 1.35rem
    }

    .xmd-citem:nth-child(2n) .xmd-h {
        color: #999999
    }

        .xmd-citem:nth-child(2n) .xmd-h * {
            color: #999999
        }

    .xmd-citem:nth-child(2n) .xmd-i {
        color: #999999
    }

        .xmd-citem:nth-child(2n) .xmd-i * {
            color: #999999
        }

    .xmd-citem:nth-child(2n) .xmd-g {
        max-height: 6rem
    }

@media (max-width:1280px) {
    .xmd-b {
        width: 100%;
        padding: 0 10px
    }

    .xmd-e {
        padding-right: .4rem
    }

    .xmd-citem:nth-child(2n) .xmd-e {
        padding-left: .6rem;
        padding-top: .8rem
    }
}

@media (max-width:900px) {
    .xmd-d {
        float: none !important;
        width: 100% !important;
        text-align: center
    }

        .xmd-d img {
            width: 50%
        }

    .xmd-citem:nth-child(2n) .xmd-d img {
        width: 40%
    }

    .xmd-e {
        float: none !important;
        width: 100% !important;
        text-align: left;
        padding: .2rem !important
    }

    .xmd-g {
        max-height: none !important
    }

    .xmd-citem:nth-child(2n) {
        background-color: #ffffff
    }

    .xmd-f {
        font-size: 18px;
        font-weight: bold
    }
}

.xme-a {
    width: 100%;
    padding-bottom: .8rem
}

.xme-b {
    width: 12.8rem;
    margin: 0 auto
}

.xme-c {
    color: rgba(0,0,0,.8);
    font-size: calc(12px - .12rem + .4rem);
    padding-bottom: .2rem;
    margin-bottom: .1rem;
    position: relative
}

    .xme-c:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: .2rem;
        height: .02rem;
        background-color: #de2830
    }

.xme-e {
    color: rgba(0,0,0,.8);
    font-size: calc(12px - .12rem + .16rem);
    line-height: 2
}

    .xme-e * {
        color: rgba(0,0,0,.8);
        font-size: calc(12px - .12rem + .16rem);
        line-height: 2
    }

.xme-f {
    color: rgba(0,0,0,.8);
    font-size: calc(12px - .12rem + .14rem);
    line-height: 2
}

    .xme-f * {
        color: rgba(0,0,0,.8);
        font-size: calc(12px - .12rem + .14rem);
        line-height: 2
    }

.xme-g {
    width: 100%;
    font-size: 0;
    padding: .35rem 0;
    box-shadow: 0px 0px .1rem 0px rgba(16,5,10,0.1);
    margin-top: .4rem
}

.xme-h {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 .35rem;
    position: relative
}

    .xme-h:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: #eeeeee
    }

    .xme-h:nth-last-child(1):after {
        width: 0
    }

.xme-i {
    color: #666666;
    font-size: calc(12px - .12rem + .16rem);
    margin-bottom: .5rem;
    line-height: 1.3
}

.xme-j {
    color: #1f2c5c;
    font-size: calc(12px - .12rem + .7rem)
}

@media (max-width:1280px) {
    .xme-b {
        width: 100%;
        padding: 0 10px
    }
}

@media (max-width:900px) {
    .xme-h {
        width: 50%;
        margin-bottom: .3rem
    }

    .xme-c {
        font-size: 18px;
        font-weight: bold
    }
}

.xmf-a {
    width: 100%;
    padding-bottom: .2rem
}

.xmf-b {
    width: 12.8rem;
    margin: 0 auto
}

.xmf-c {
    width: 100%;
    position: relative;
    margin-bottom: .8rem
}

.xmf-d {
    width: 6.4rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    border-radius: .06rem;
    overflow: hidden
}

    .xmf-d img {
        width: 100%
    }

.xmf-e {
    width: 87.65%;
    padding: 1.17rem 5.45rem .93rem .86rem;
    background-color: #f6f6f6;
    border-radius: .06rem
}

.xmf-f {
    color: rgba(0,0,0,.8);
    font-size: calc(12px - .12rem + .4rem);
    padding-bottom: .2rem;
    margin-bottom: .1rem;
    position: relative
}

    .xmf-f:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: .2rem;
        height: .02rem;
        background-color: #de2830
    }

.xmf-g {
    color: rgba(0,0,0,.8);
    font-size: calc(12px - .12rem + .16rem);
    line-height: 2
}

    .xmf-g * {
        color: rgba(0,0,0,.8);
        font-size: calc(12px - .12rem + .16rem);
        line-height: 2
    }

.xmf-h {
    color: rgba(0,0,0,.8);
    font-size: calc(12px - .12rem + .14rem);
    line-height: 2
}

    .xmf-h * {
        color: rgba(0,0,0,.8);
        font-size: calc(12px - .12rem + .14rem);
        line-height: 2
    }

.xmf-i {
    width: 100%;
    margin-bottom: .8rem;
    font-size: 0
}

.xmf-j {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    border-radius: .06rem;
    overflow: hidden
}

    .xmf-j img {
        width: 100%
    }

.xmf-k {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: .2rem .5rem .2rem .75rem;
    border-radius: .06rem
}

.xmf-l {
    color: rgba(0,0,0,.8);
    font-size: calc(12px - .12rem + .4rem);
    padding-bottom: .2rem;
    margin-bottom: .1rem;
    position: relative
}

    .xmf-l:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: .2rem;
        height: .02rem;
        background-color: #de2830
    }

.xmf-m {
    color: rgba(0,0,0,.8);
    font-size: calc(12px - .12rem + .16rem);
    line-height: 2
}

    .xmf-m * {
        color: rgba(0,0,0,.8);
        font-size: calc(12px - .12rem + .16rem);
        line-height: 2
    }

.xmf-n {
    color: rgba(0,0,0,.8);
    font-size: calc(12px - .12rem + .14rem);
    line-height: 2
}

    .xmf-n * {
        color: rgba(0,0,0,.8);
        font-size: calc(12px - .12rem + .14rem);
        line-height: 2
    }

@media (max-width:1280px) {
    .xmf-b {
        width: 100%;
        padding: 0 10px
    }
}

@media (max-width:900px) {
    .xmf-d {
        position: relative;
        top: 0;
        width: 100%;
        transform: translate(0,0)
    }

    .xmf-e {
        width: 100%;
        padding: .2rem
    }

    .xmf-j {
        width: 100%
    }

    .xmf-k {
        width: 100%;
        padding: .2rem;
        background-color: #f6f6f6
    }

    .xmf-f {
        font-size: 18px;
        font-weight: bold
    }

    .xmf-l {
        font-size: 18px;
        font-weight: bold
    }
}

.xmg-a {
    width: 100%;
    padding-bottom: 1rem
}

.xmg-b {
    width: 12.8rem;
    margin: 0 auto
}

.xmg-c {
    width: 100%;
    background-color: #f6f6f6;
    padding: .5rem 0;
    font-size: 0
}

.xmg-d {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    text-align: center;
    min-height: 4.2rem
}

.xmg-e {
    color: rgba(0,0,0,.8);
    font-size: calc(12px - .12rem + .4rem);
    margin-bottom: .2rem
}

.xmg-f {
    display: inline-block;
    position: relative;
    margin-bottom: .35rem;
    cursor: pointer
}

.xmg-g {
    width: 1.86rem;
    height: 1.86rem;
    overflow: hidden
}

    .xmg-g img {
        min-height: 100%;
        width: 100%;
        height: auto
    }

.xmg-h {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 24px
}

.xmg-himg1 {
    display: block;
    width: 100%
}

.xmg-himg2 {
    display: none;
    width: 100%
}

.xmg-f.play .xmg-himg1 {
    display: none
}

.xmg-f.play .xmg-himg2 {
    display: block
}

.xmg-i {
    width: 100%;
    font-size: 0;
    margin-bottom: .3rem
}

.xmg-j {
    display: inline-block;
    vertical-align: middle;
    margin-right: .15rem;
    line-height: 1.3;
    color: rgba(0,0,0,.8);
    font-size: calc(12px - .12rem + .16rem)
}

.xmg-k {
    width: 100%
}

.xmg-l {
    display: inline-block;
    vertical-align: middle;
    color: rgba(0,0,0,.5);
    font-size: calc(12px - .12rem + .16rem)
}

.xmg-m {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .2rem;
    width: 4.2rem;
    height: 3px;
    background-color: #cccccc;
    position: relative
}

.xmg-n {
    background-color: #de2830;
    height: 3px
}

.music-range {
    width: 100%;
    height: 100%;
    background: none;
    border-radius: 1px;
    -webkit-appearance: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0
}

    .music-range::-webkit-slider-thumb {
        width: 9px;
        height: 9px;
        background: #1f2c5c;
        cursor: pointer;
        border-radius: 50%;
        -webkit-appearance: none
    }

.xmg-cont {
    display: inline-block;
    vertical-align: top;
    height: 2.5rem;
    color: rgba(0,0,0,.8);
    font-size: calc(12px - .12rem + .16rem);
    line-height: 2;
    width: 100%
}

    .xmg-cont * {
        font-size: calc(12px - .12rem + .16rem);
        line-height: 2;
        color: rgba(0,0,0,.8)
    }

    .xmg-cont .mCSB_scrollTools {
        opacity: 1
    }

        .xmg-cont .mCSB_scrollTools .mCSB_draggerRail {
            width: 5px;
            background-color: #f6f6f6;
            filter: none;
            -ms-filter: none
        }

        .xmg-cont .mCSB_scrollTools .mCSB_dragger {
            height: 1.6rem !important
        }

            .xmg-cont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
                width: 5px;
                height: 1.6rem;
                background-color: #eeeeee;
                border-radius: 6px;
                filter: none;
                -ms-filter: none
            }

            .xmg-cont .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .xmg-cont .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
                background-color: #eeeeee;
                filter: none;
                -ms-filter: none
            }

            .xmg-cont .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
                background-color: #eeeeee;
                filter: none;
                -ms-filter: none
            }

@media (max-width:1280px) {
    .xmg-b {
        width: 100%;
        padding: 0 10px
    }
}

@media (max-width:900px) {
    .xmg-d {
        width: 100%;
        margin-bottom: .3rem
    }

    .xmg-cont {
        width: 100%;
        padding: 0 .3rem;
        height: auto
    }
}

.pswp .pswp__button--arrow--left:before {
    width: 60px;
    height: 60px;
    background: none;
    background-image: url(../images/177.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center
}

.pswp .pswp__button--arrow--right:before {
    width: 60px;
    height: 60px;
    background: none;
    background-image: url(../images/178.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center
}

@media (max-width:900px) {
    .index-main .index-product .product-container .index-product-container {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 0.3rem
    }

        .index-main .index-product .product-container .index-product-container .index-product-swiper {
            height: auto
        }

            .index-main .index-product .product-container .index-product-container .index-product-swiper .swiper-slide {
                width: 50%
            }

                .index-main .index-product .product-container .index-product-container .index-product-swiper .swiper-slide .item {
                    width: 100%
                }

                    .index-main .index-product .product-container .index-product-container .index-product-swiper .swiper-slide .item .item-img {
                        width: 75px;
                        height: 75px
                    }

                    .index-main .index-product .product-container .index-product-container .index-product-swiper .swiper-slide .item .item-text {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        white-space: normal
                    }
}

@media (max-width:900px) {
    main .main-newspaper-details .newspaper-details-container .container-left .pdf-img {
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0.55rem
    }
}

.xmh-a {
    width: 100%
}

.xmh-b {
    width: 100%
}

.xmh-c {
    width: 100%
}

    .xmh-c img {
        width: 100%
    }

.xmi-a {
    width: 100%;
    margin-top: -.85rem
}

.xmi-b {
    width: 100%;
    background-color: #fff;
    transition: all .3s
}

    .xmi-b.fixed {
        position: fixed;
        top: .9rem;
        left: 0;
        margin-top: 0;
        z-index: 80
    }

.xmi-c {
    width: 12.8rem;
    margin: 0 auto
}

.xmi-d {
    width: 100%;
    text-align: center;
    font-size: 0;
    padding: .2rem 0
}

.xmi-item {
    display: inline-block;
    cursor: pointer;
    width: 2.45rem;
    height: .6rem;
    line-height: .6rem;
    margin-right: .1rem;
    border: solid 1px rgba(0,0,0,.5);
    border-radius: .06rem
}

    .xmi-item:nth-child(5n) {
        margin-right: 0
    }

.xmi-img {
    display: inline-block;
    vertical-align: middle
}

.xmi-img1 {
    display: block;
    width: .24rem;
    height: .22rem;
    line-height: .22rem
}

    .xmi-img1 img {
        max-width: 100%;
        max-height: 100%
    }

.xmi-img2 {
    display: none;
    width: .24rem;
    height: .22rem;
    line-height: .22rem
}

    .xmi-img2 img {
        max-width: 100%;
        max-height: 100%
    }

.xmi-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: .1rem;
    font-size: calc(12px - .12rem + .18rem);
    color: rgba(0,0,0,.8)
}

.xmi-item:hover {
    background-color: #1f2c5c;
    border: none
}

    .xmi-item:hover .xmi-img1 {
        display: none
    }

    .xmi-item:hover .xmi-img2 {
        display: block
    }

    .xmi-item:hover .xmi-text {
        color: #fff
    }

.xmi-item.active {
    background-color: #1f2c5c;
    border: none
}

    .xmi-item.active .xmi-img1 {
        display: none
    }

    .xmi-item.active .xmi-img2 {
        display: block
    }

    .xmi-item.active .xmi-text {
        color: #fff
    }

@media (max-width:1770px) {
    .xmi-a {
        margin-top: -.5rem
    }
}

@media (max-width:1500px) {
    .xmi-a {
        margin-top: -.2rem
    }
}

@media (max-width:1280px) {
    .xmi-c {
        width: 100%;
        padding: 0 10px
    }

    .xmi-item {
        width: calc(20% - .4rem);
        margin: 0 .2rem
    }

        .xmi-item:nth-child(5n) {
            margin-right: .2rem
        }
}

@media (max-width:900px) {
    .xmi-a {
        margin-top: 0
    }

    .xmi-c {
        white-space: nowrap;
        overflow: auto
    }

    .xmi-item {
        width: auto;
        min-width: 20%;
        margin-right: .2rem;
        margin-left: 0;
        padding: 0 .2rem
    }
}

.xmj-a {
    width: 100%;
    padding-top: .7rem;
    padding-bottom: .8rem
}

.xmj-b {
    width: 12.8rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10
}

.xmj-c {
    width: 100%;
    text-align: center;
    font-size: calc(12px - .12rem + .4rem);
    margin-bottom: .5rem;
    color: rgba(0,0,0,.8)
}

.xmj-d {
    width: 100%;
    font-size: calc(12px - .12rem + .16rem);
    color: rgba(0,0,0,.8);
    line-height: 2
}

    .xmj-d * {
        font-size: calc(12px - .12rem + .16rem);
        color: rgba(0,0,0,.8);
        line-height: 2
    }

@media (max-width:1280px) {
    .xmj-b {
        width: 100%;
        padding: 0 10px
    }
}

.xmk-a {
    width: 100%;
    min-height: 10.1rem;
    padding-top: 1.18rem;
    position: relative;
    background-image: url('../images/xm34.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

.xmk-b {
    width: 12.8rem;
    margin: 0 auto
}

.xmk-c {
    font-size: calc(12px - .12rem + .4rem);
    color: #ffffff;
    text-align: center
}

.meeting-schedule-container {
    width: 100%;
    display: flex;
    margin-top: 1.2rem
}

.calendar {
    width: 8.65rem;
    border-right: 1px solid rgba(255,255,255,.2)
}

    .calendar .layui-laydate {
        width: 7.4rem;
        background: none;
        border: none;
        box-shadow: none
    }

    .calendar .layui-laydate-main {
        width: 100%
    }

    .calendar .layui-laydate-header {
        border: none;
        width: 100%;
        padding: 0;
        line-height: 1;
        font-size: 0;
        margin-bottom: 0.9rem
    }

    .calendar .laydate-prev-y {
        display: none
    }

    .calendar .laydate-next-y {
        display: none
    }

    .calendar .laydate-set-ym {
        vertical-align: middle;
        font-size: calc(12px - .12rem + .3rem);
        color: #ffffff;
        width: auto
    }

    .calendar .layui-laydate-header .laydate-set-ym:before {
        content: '';
        width: .28rem;
        height: .28rem;
        display: inline-block;
        background-image: url(../images/179.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        vertical-align: middle;
        margin-right: 0.2rem
    }

    .calendar .layui-laydate-header .laydate-prev-m {
        background-image: url(../images/180.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: .13rem;
        height: .21rem;
        font-size: 0;
        padding: 0;
        font-family: inherit;
        left: 3.8rem
    }

    .calendar .laydate-next-m {
        background-image: url(../images/181.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: .13rem;
        height: .21rem;
        font-size: 0;
        padding: 0;
        font-family: inherit;
        left: 4.25rem
    }

    .calendar .laydate-ym-show .laydate-prev-y {
        left: 3.8rem
    }

    .calendar .laydate-ym-show .laydate-next-y {
        left: 4.25rem
    }

    .calendar .layui-laydate-content {
        width: 100%;
        padding: 0;
        padding-left: 0.4rem
    }

        .calendar .layui-laydate-content table {
            width: 100%
        }

            .calendar .layui-laydate-content table thead {
                width: 100%;
                display: block
            }

                .calendar .layui-laydate-content table thead tr {
                    width: 100%;
                    display: block;
                    margin-bottom: 0.25rem
                }

        .calendar .layui-laydate-content th {
            width: .6rem;
            height: .6rem;
            line-height: 0.6rem;
            text-align: center;
            padding: 0;
            margin: 0 .2rem;
            display: inline-block;
            font-size: calc(12px - .12rem + .2rem);
            color: #927fc3
        }

        .calendar .layui-laydate-content tbody {
            width: 100%;
            display: block
        }

            .calendar .layui-laydate-content tbody tr {
                width: 100%;
                display: block
            }

        .calendar .layui-laydate-content td {
            width: .6rem;
            height: .6rem;
            line-height: 0.6rem;
            text-align: center;
            border-radius: 50%;
            padding: 0;
            margin: 0 .2rem;
            display: inline-block;
            font-size: calc(12px - .12rem + .2rem);
            color: #e1dff0
        }

            .calendar .layui-laydate-content td.active {
                background-color: rgba(255,255,255,.05)
            }

            .calendar .layui-laydate-content td:hover {
                background-color: #fff;
                color: #0a15ab
            }

    .calendar .layui-laydate .layui-this {
        background-color: #fff !important;
        color: #0a15ab !important
    }

.calendar-content {
    width: auto;
    margin-left: 1.7rem
}

    .calendar-content .content-title {
        width: 100%;
        font-size: 0;
        margin-bottom: 1.1rem
    }

        .calendar-content .content-title em {
            font-size: calc(12px - .12rem + .8rem);
            color: #ffffff;
            display: inline-block
        }

        .calendar-content .content-title span {
            display: inline-block;
            font-size: calc(12px - .12rem + .2rem);
            color: #ffffff;
            margin-left: 0.25rem
        }

    .calendar-content .meeting-place {
        width: auto;
        display: flex;
        flex-direction: column
    }

        .calendar-content .meeting-place .item {
            width: 3.2rem;
            height: .8rem;
            border-radius: .4rem;
            border: solid 1px rgba(255,255,255,.5);
            line-height: 0.8rem;
            margin-bottom: 0.6rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 .25rem;
            cursor: pointer
        }

            .calendar-content .meeting-place .item .item-left {
                font-size: 0;
                display: flex;
                align-items: center
            }

                .calendar-content .meeting-place .item .item-left .left-img {
                    width: 16px;
                    height: 23px;
                    display: inline-block
                }

                    .calendar-content .meeting-place .item .item-left .left-img img {
                        width: 100%;
                        height: 100%
                    }

                    .calendar-content .meeting-place .item .item-left .left-img .img-2 {
                        display: none
                    }

                .calendar-content .meeting-place .item .item-left .left-text {
                    display: inline-block;
                    font-size: calc(12px - .12rem + .18rem);
                    font-weight: bold;
                    color: rgba(255,255,255,.8);
                    margin-left: 0.1rem
                }

            .calendar-content .meeting-place .item .item-right {
                font-size: calc(12px - .12rem + .18rem);
                color: #ffffff
            }

            .calendar-content .meeting-place .item:hover {
                background-color: #ffffff
            }

                .calendar-content .meeting-place .item:hover .item-left .img-1 {
                    display: none
                }

                .calendar-content .meeting-place .item:hover .item-left .img-2 {
                    display: inline-block
                }

                .calendar-content .meeting-place .item:hover .item-left .left-text {
                    color: #0a15ab
                }

                .calendar-content .meeting-place .item:hover .item-right {
                    color: #0a15ab;
                    opacity: 0.8
                }

@media (max-width:1280px) {
    .xmk-b {
        width: 100%;
        padding: 0 10px
    }

    .calendar .layui-laydate-content {
        padding-left: 0
    }

    .calendar-content .content-title em {
        font-size: calc(12px - .12rem + .4rem)
    }
}

@media (max-width:900px) {
    .xmk-a {
        padding-bottom: 2rem
    }

    .meeting-schedule-container {
        flex-direction: column;
        align-items: center
    }

    .calendar {
        width: 100%;
        border-right: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 0.5rem
    }

        .calendar .layui-laydate {
            width: 100%
        }

        .calendar .layui-laydate-header {
        }

        .calendar .layui-laydate-content {
            text-align: center
        }

            .calendar .layui-laydate-content th {
                width: 60px;
                height: 60px;
                line-height: 60px;
                font-size: 20px
            }

            .calendar .layui-laydate-content td {
                width: 60px;
                height: 60px;
                line-height: 60px;
                font-size: 20px
            }

    .calendar-content {
        margin-left: 0
    }

        .calendar-content .content-title {
            margin-bottom: 0.5rem
        }

        .calendar-content .meeting-place .item {
            width: 4rem
        }
}

@media (max-width:600px) {
    .calendar .layui-laydate-content th {
        width: .6rem;
        height: .6rem;
        line-height: 0.6rem;
        margin: 0 .1rem;
        font-size: calc(12px - .12rem + .2rem)
    }

    .calendar .layui-laydate-content td {
        width: .6rem;
        height: .6rem;
        line-height: 0.6rem;
        margin: 0 .1rem;
        font-size: calc(12px - .12rem + .2rem)
    }
}

.xml-a {
    width: 100%;
    padding-top: .32rem;
    padding-bottom: .7rem
}

.xml-b {
    width: 14.5rem;
    margin: 0 auto
}

.xml-c {
    font-size: calc(12px - .12rem + .4rem);
    margin-bottom: .8rem;
    color: rgba(0,0,0,.8);
    text-align: center
}

.xml-d {
    width: 100%;
    position: relative
}

.xml-e {
    width: 12.1rem;
    margin: 0 auto
}

.xml-f {
    width: 100%
}

.xml-g {
    display: block;
    cursor: pointer;
    width: 2.6rem;
    margin-right: .58rem
}

.xml-h {
    width: 100%;
    overflow: hidden
}

    .xml-h img {
        width: 100%;
        transform: scale(1.00);
        transition: all .3s
    }

.xml-text {
    width: 100%
}

.xml-i {
    font-size: calc(12px - .12rem + .18rem);
    color: rgba(0,0,0,.8);
    margin-bottom: .05rem
}

.xml-j {
    font-size: calc(12px - .12rem + .16rem);
    margin-bottom: .05rem;
    line-height: 1.3;
    height: 2.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgba(0,0,0,.8)
}

.xml-k {
    font-size: calc(12px - .12rem + .14rem);
    margin-bottom: .25rem;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgba(0,0,0,.8)
}

.xml-l {
    display: inline-block;
    width: auto;
    padding: .05rem .1rem;
    min-height: .25rem;
    height: auto;
    margin-bottom: .4rem;
    color: #ffffff;
    font-family: SimSun;
    background-color: #1f2c5c;
    border-radius: 12px
}

.xml-m {
    font-size: calc(12px - .12rem + .16rem);
    color: #1f2c5c;
    transition: all .3s
}

    .xml-m img {
        width: .09rem;
        margin-left: .15rem
    }

    .xml-m:hover {
        padding-left: 5px
    }

.xml-g:hover .xml-h img {
    transform: scale(1.10);
    transition: all .3s
}

.xml-n {
    left: 0;
    margin-top: -.175rem;
    width: .2rem;
    cursor: pointer;
    height: .35rem;
    background-image: url(../images/15.png);
    background-size: .2rem .35rem;
    background-position: center center;
    background-repeat: no-repeat
}

    .xml-n:hover {
        background-image: url(../images/15-b.png)
    }

.xml-o {
    right: 0;
    margin-top: -.175rem;
    width: .2rem;
    cursor: pointer;
    height: .35rem;
    background-image: url(../images/16.png);
    background-size: .2rem .35rem;
    background-position: center center;
    background-repeat: no-repeat
}

    .xml-o:hover {
        background-image: url(../images/16-b.png)
    }

@media (max-width:1450px) {
    .xml-b {
        width: 100%;
        padding: 0 .35rem
    }

    .xml-n {
        left: -.25rem
    }

    .xml-o {
        right: -.25rem
    }
}

@media (max-width:1280px) {
    .xml-e {
        width: 100%
    }
}

.xmn-a {
    width: 100%;
    min-height: 8.1rem;
    padding-top: 1.15rem;
    padding-bottom: 1.5rem;
    position: relative;
    background-image: url('../images/xm39.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

.xmn-b {
    width: 12.8rem;
    margin: 0 auto
}

.xmn-c {
    font-size: calc(12px - .12rem + .4rem);
    color: #ffffff;
    text-align: center
}

.xmn-d {
    width: 100%
}

.xmm-e {
    display: block;
    cursor: pointer;
    width: 100%;
    padding: .25rem 0;
    padding-left: .8rem;
    position: relative;
    border-bottom: 1px solid #7ca9de
}

.xmn-f {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    width: .7rem;
    color: #ffffff;
    min-height: .25rem;
    height: auto;
    padding: .05rem 0;
    text-align: center;
    border-radius: .12rem;
    border: solid 1px #ffffff
}

.xmn-g {
    width: 9.8rem;
    font-size: calc(12px - .12rem + .18rem);
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #ffffff
}

.xmn-h {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 0;
    font-size: calc(12px - .12rem + .14rem);
    color: rgba(255,255,255,.7)
}

.xmn-i {
    width: 100%;
    margin-top: .2rem;
    text-align: right
}

.xmn-j {
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
    font-size: calc(12px - .12rem + .16rem);
    color: rgba(255,255,255,.7)
}

    .xmn-j:hover {
        padding-right: 5px
    }

@media (max-width:1280px) {
    .xmn-a {
        padding-bottom: 1.8rem
    }

    .xmn-b {
        width: 100%;
        padding: 0 10px
    }

    .xmm-e {
        padding-left: 6em;
        font-size: 12px
    }

    .xmn-f {
        font-size: 12px;
        width: 5em
    }
}

@media (max-width:900px) {
    .xmn-a {
        padding-bottom: 2.8rem
    }

    .xmm-e {
        padding-left: 6em;
        font-size: 12px;
        padding-right: 2rem
    }

    .xmn-g {
        width: 100%
    }
}

@media (max-width:500px) {
    .xmm-e {
        padding-left: 5.5em;
        font-size: 11px;
        padding-right: 1.6rem
    }

    .xmn-g {
        width: 100%;
        font-size: 12px
    }

    .xmn-f {
        font-size: 11px
    }

    .xmn-h {
        font-size: 12px
    }
}

.xmo-a {
    width: 100%;
    margin-top: -.8rem;
    padding-bottom: .7rem;
    position: relative;
    z-index: 10
}

.xmo-b {
    width: 12.8rem;
    margin: 0 auto
}

.xmo-c {
    font-size: calc(12px - .12rem + .4rem);
    margin-bottom: .6rem;
    color: rgba(0,0,0,.8);
    text-align: center
}

.xmo-d {
    width: 100%;
    position: relative
}

.xmo-e {
    width: 100%
}

.xmo-f {
    width: 100%;
    font-size: 0
}

.xmo-g {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: calc(25% - .15rem);
    margin-right: .2rem;
    margin-bottom: .3rem
}

    .xmo-g:nth-child(4n) {
        margin-right: 0
    }

.xmo-h {
    width: 100%;
    overflow: hidden;
    margin-bottom: .2rem
}

    .xmo-h img {
        width: 100%;
        transform: scale(1.00);
        transition: all .3s
    }

.xmo-i {
    width: 100%;
    text-align: center;
    font-size: calc(12px - .12rem + .16rem);
    color: rgba(0,0,0,.8)
}

.xmo-g:hover .xmo-h img {
    transform: scale(1.10);
    transition: all .3s
}

.xmo-g:hover .xmo-i {
    transform: scale(1.10);
    transition: all .3s;
    color: #1f2c5c
}

.xmo-j {
    left: -.6rem;
    margin-top: -.175rem;
    width: .2rem;
    cursor: pointer;
    height: .35rem;
    background-image: url(../images/15.png);
    background-size: .2rem .35rem;
    background-position: center center;
    background-repeat: no-repeat
}

    .xmo-j:hover {
        background-image: url(../images/15-b.png)
    }

.xmo-k {
    right: -.6rem;
    margin-top: -.175rem;
    width: .2rem;
    cursor: pointer;
    height: .35rem;
    background-image: url(../images/16.png);
    background-size: .2rem .35rem;
    background-position: center center;
    background-repeat: no-repeat
}

    .xmo-k:hover {
        background-image: url(../images/16-b.png)
    }

@media (max-width:1420px) {
    .xmo-b {
        width: 100%;
        padding: 0 .3rem
    }

    .xmo-j {
        left: -.25rem
    }

    .xmo-k {
        right: -.25rem
    }
}

@media (max-width:900px) {
    .xmo-g {
        width: calc(50% - .2rem);
        margin-right: .4rem
    }

        .xmo-g:nth-child(2n) {
            margin-right: 0
        }
}

.w1280 {
    width: 12.8rem;
    margin: 0 auto
}

main .searcox {
    width: 100%
}

    main .searcox .tip {
        width: 100%;
        line-height: 0.8rem;
        font-size: calc(12px - 0.12rem + 0.16rem)
    }

        main .searcox .tip .tipx {
            display: inline-block;
            vertical-align: middle;
            font-size: 0
        }

            main .searcox .tip .tipx .tips {
                display: inline-block;
                vertical-align: middle;
                font-size: calc(12px - 0.12rem + 0.16rem);
                color: #666;
                margin: 0 0.15rem
            }

                main .searcox .tip .tipx .tips span {
                    display: inline-block;
                    vertical-align: middle;
                    color: #145eba;
                    margin: 0 0.07rem
                }

            main .searcox .tip .tipx .close {
                display: inline-block;
                vertical-align: middle;
                margin-left: 0.25rem
            }

                main .searcox .tip .tipx .close a {
                    width: 100%;
                    height: 100%;
                    display: block;
                    width: 23px;
                    height: 23px;
                    border-radius: 50%;
                    border: 1px solid #ccc;
                    background-image: url("../images/close3.png");
                    background-repeat: no-repeat;
                    background-position: center center;
                    cursor: pointer
                }

    main .searcox .serlist {
        width: 100%;
        background: #fff
    }

        main .searcox .serlist .sertem {
            width: 100%;
            padding: 0.4rem 0 0.3rem
        }

            main .searcox .serlist .sertem .tix {
                width: 100%;
                font-size: calc(12px - 0.12rem + 0.24rem);
                color: #000;
                margin-bottom: 0.22rem;
                border-left: 2px solid #145eba;
                padding-left: 0.1rem
            }

            main .searcox .serlist .sertem .ul-list {
                width: 100%;
                font-size: 0
            }

                main .searcox .serlist .sertem .ul-list .li {
                    width: 50%;
                    border-right: 1px dashed #dfdfdf;
                    display: inline-block;
                    vertical-align: top;
                    padding-right: 13%
                }

                    main .searcox .serlist .sertem .ul-list .li a {
                        display: block;
                        width: 100%;
                        padding-left: 20px;
                        font-size: 18px;
                        color: #333;
                        line-height: 38px;
                        overflow: hidden;
                        position: relative;
                        white-space: nowrap;
                        text-overflow: ellipsis
                    }

                        main .searcox .serlist .sertem .ul-list .li a:after {
                            content: "";
                            display: block;
                            width: 8px;
                            height: 8px;
                            border-radius: 50%;
                            background-color: #145eba;
                            position: absolute;
                            left: 0;
                            top: 50%;
                            margin-top: -4px
                        }

                    main .searcox .serlist .sertem .ul-list .li:nth-child(even) {
                        border-right: none;
                        padding-left: 13%;
                        padding-right: 0
                    }

            main .searcox .serlist .sertem:nth-child(odd) {
                background-color: #f5f5f5
            }

@media (max-width:768px) {
    main .w1280 {
        width: 100%;
        padding: 0 10px
    }

    main .searcox .tip {
        line-height: 1.1rem
    }

    main .searcox .serlist .sertem .tix {
        padding-left: 0.2rem
    }

    main .searcox .serlist .sertem .ul-list .li {
        width: 100%;
        padding: 0;
        border-right: none
    }

        main .searcox .serlist .sertem .ul-list .li a {
            font-size: 12px
        }

        main .searcox .serlist .sertem .ul-list .li:nth-child(even) {
            border-right: none;
            padding-left: 0%;
            padding-right: 0
        }
}

main .main-join-us {
    width: 100%;
    background-color: #fff;
    padding-top: 0.6rem;
    padding-bottom: 0.8rem
}

.join-us-container {
    width: 12.8rem;
    margin: 0 auto
}

    .join-us-container .container {
        width: calc(100% + .4rem);
        font-size: 0;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0.2rem
    }

        .join-us-container .container .item {
            width: 4rem;
            background-color: #f5f5f5;
            display: inline-block;
            padding: .55rem .38rem;
            margin-bottom: 0.4rem;
            margin-right: 0.4rem
        }

            .join-us-container .container .item .item-title {
                width: 100%;
                font-size: calc(12px - .12rem + .24rem);
                color: #333333;
                margin-bottom: 0.25rem
            }

            .join-us-container .container .item .item-text {
                font-size: calc(12px - .12rem + .16rem);
                line-height: 1.875;
                color: #999999
            }

@media (max-width:900px) {
    .join-us-container {
        width: 100%;
        padding: 0 10px
    }

        .join-us-container .container {
            width: 102%
        }

            .join-us-container .container .item {
                width: 32%;
                margin-right: 1%
            }
}

@media (max-width:600px) {
    .join-us-container .container {
        width: 101%
    }

        .join-us-container .container .item {
            width: 49%;
            margin-right: 1%
        }
}

@media (max-width:400px) {
    .join-us-container .container {
        width: 100%
    }

        .join-us-container .container .item {
            width: 100%;
            margin-right: 0
        }
}

main .join-us-container .pag-container {
    width: 100%;
    text-align: center;
    font-size: 0
}

    main .join-us-container .pag-container .pag-a {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: #ffffff;
        border: solid 1px #f5f5f5;
        line-height: 40px;
        text-align: center;
        vertical-align: top;
        margin: 0 .05rem;
        cursor: pointer;
        margin-bottom: 0.1rem
    }

        main .join-us-container .pag-container .pag-a img {
            width: 9px;
            height: 14px
        }

        main .join-us-container .pag-container .pag-a .img-2 {
            display: none
        }

        main .join-us-container .pag-container .pag-a:hover .img-1 {
            display: none
        }

        main .join-us-container .pag-container .pag-a:hover .img-2 {
            display: inline-block
        }

    main .join-us-container .pag-container .pag-b {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: #ffffff;
        border: solid 1px #f5f5f5;
        line-height: 40px;
        text-align: center;
        font-family: ArialMT;
        font-size: 16px;
        color: #666666;
        vertical-align: top;
        margin: 0 .05rem;
        cursor: pointer;
        margin-bottom: 0.1rem
    }

        main .join-us-container .pag-container .pag-b:hover {
            background-color: #0072ce;
            color: #fff
        }

    main .join-us-container .pag-container .pag-c {
        display: inline-block;
        width: 74px;
        height: 40px;
        background-color: #ffffff;
        border: solid 1px #f5f5f5;
        font-size: 16px;
        color: #666666;
        line-height: 40px;
        text-align: center;
        vertical-align: top;
        margin: 0 .05rem;
        cursor: pointer;
        margin-bottom: 0.1rem
    }

        main .join-us-container .pag-container .pag-c:hover {
            background-color: #0072ce;
            color: #fff
        }

main .main-join-us-details {
    width: 100%;
    background-color: #fff;
    padding-top: 0.6rem;
    padding-bottom: 0.8rem
}

.join-us-details-container {
    width: 12.8rem;
    margin: 0 auto
}

    .join-us-details-container .container-title {
        width: 100%;
        border-bottom: 1px solid #eaeaea
    }

        .join-us-details-container .container-title .title {
            font-size: calc(12px - .12rem + .3rem);
            font-weight: bold;
            color: #333333;
            width: 100%;
            margin-bottom: 0.15rem
        }

        .join-us-details-container .container-title .title-text {
            width: 100%;
            font-size: calc(12px - .12rem + .16rem);
            line-height: 1.875;
            color: #666666;
            margin-bottom: 0.3rem
        }

    .join-us-details-container .container-content {
        width: 100%;
        font-size: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 0.5rem;
        padding-bottom: 0.2rem;
        border-bottom: 1px solid #eaeaea
    }

        .join-us-details-container .container-content .item {
            display: inline-block;
            width: 49%;
            margin-bottom: 0.3rem
        }

            .join-us-details-container .container-content .item .item-title {
                width: 100%;
                font-size: calc(12px - .12rem + .24rem);
                color: #0072ce;
                margin-bottom: 0.3rem
            }

            .join-us-details-container .container-content .item .item-text {
                font-size: calc(12px - .12rem + .16rem);
                line-height: 2.25;
                color: #666666
            }

    .join-us-details-container .contact-details {
        width: 100%;
        padding-top: 0.35rem;
        font-size: 0
    }

        .join-us-details-container .contact-details .contact-left {
            float: left;
            width: 9rem
        }

            .join-us-details-container .contact-details .contact-left .left-title {
                font-size: calc(12px - .12rem + .24rem);
                line-height: 1.5;
                color: #333333;
                width: 100%
            }

            .join-us-details-container .contact-details .contact-left .left-text {
                font-size: calc(12px - .12rem + .16rem);
                line-height: 1.5;
                color: #666666;
                width: 100%
            }

        .join-us-details-container .contact-details .list-box {
            float: right;
            display: block;
            cursor: pointer;
            font-size: 0;
            width: 1.8rem;
            height: 0.5rem;
            line-height: 0.5rem;
            text-align: center;
            background-color: #0072ce;
            border-radius: 0 10px 0px 10px
        }

            .join-us-details-container .contact-details .list-box .list-img {
                width: 0.21rem;
                height: 0.16rem;
                display: inline-block;
                vertical-align: middle
            }

                .join-us-details-container .contact-details .list-box .list-img img {
                    width: 100%;
                    height: 100%
                }

            .join-us-details-container .contact-details .list-box .list {
                display: inline-block;
                font-family: SourceHanSansSC-Regular;
                font-size: calc(12px - .12rem + .14rem);
                color: #ffffff;
                vertical-align: middle;
                margin-left: 0.14rem
            }

@media (max-width:900px) {
    .join-us-details-container {
        width: 100%;
        padding: 0 10px
    }

        .join-us-details-container .contact-details .contact-left {
            float: none;
            margin-bottom: 0.3rem;
            width: 100%
        }

        .join-us-details-container .contact-details .list-box {
            float: none
        }
}

@media (max-width:400px) {
    .join-us-details-container .container-content .item {
        width: 100%
    }
}

main .main-calcuator-en {
    width: 100%;
    background-color: #f8f8f8;
    padding-top: 0.6rem;
    padding-bottom: 0.96rem
}

.calcuator-en-container {
    width: 12.8rem;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 0.8rem;
    padding-bottom: 0.7rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

    .calcuator-en-container .container-title {
        width: 100%;
        text-align: center;
        font-family: ArialMT;
        font-size: calc(12px - .12rem + .36rem);
        color: #333333;
        margin-bottom: 0.6rem
    }

    .calcuator-en-container .container-num {
        width: 100%;
        font-size: 0;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 0.3rem;
        padding-right: 0.3rem
    }

        .calcuator-en-container .container-num .item {
            width: 2.6rem
        }

            .calcuator-en-container .container-num .item .item-name {
                font-family: ArialMT;
                font-size: calc(12px - .12rem + .14rem);
                color: #333333;
                width: 100%;
                margin-bottom: 0.1rem
            }

            .calcuator-en-container .container-num .item .item-num {
                width: 100%;
                height: .4rem;
                background-color: #ffffff;
                border: solid 1px #eaeaea
            }

                .calcuator-en-container .container-num .item .item-num input {
                    width: 100%;
                    height: 100%;
                    border: none;
                    background: none;
                    outline: none;
                    font-family: ArialMT;
                    font-size: calc(12px - .12rem + .14rem);
                    color: #999999;
                    padding: 0 .1rem
                }

    .calcuator-en-container .cartridges-small-bottles {
        width: 100%;
        font-size: 0;
        margin-bottom: 0.5rem
    }

        .calcuator-en-container .cartridges-small-bottles .cartridges-container {
            width: 50%;
            display: inline-block;
            padding-top: 0.4rem;
            padding-right: 0.5rem;
            vertical-align: top;
            border-right: 1px solid #eaeaea
        }

            .calcuator-en-container .cartridges-small-bottles .cartridges-container .title {
                width: 100%;
                font-family: ArialMT;
                font-size: calc(12px - .12rem + .24rem);
                color: #333333;
                margin-bottom: 0.4rem
            }

            .calcuator-en-container .cartridges-small-bottles .cartridges-container .cartridges-content {
                width: 100%
            }

                .calcuator-en-container .cartridges-small-bottles .cartridges-container .cartridges-content .content-a {
                    display: flex;
                    margin-bottom: 0.4rem
                }

                    .calcuator-en-container .cartridges-small-bottles .cartridges-container .cartridges-content .content-a .item {
                        width: 33.3%;
                        font-family: ArialMT;
                        font-size: calc(12px - .12rem + .16rem);
                        color: #333333
                    }

                .calcuator-en-container .cartridges-small-bottles .cartridges-container .cartridges-content .content-b {
                    display: flex;
                    align-items: center;
                    margin-bottom: 0.35rem
                }

                    .calcuator-en-container .cartridges-small-bottles .cartridges-container .cartridges-content .content-b:last-child {
                        margin-bottom: 0
                    }

                    .calcuator-en-container .cartridges-small-bottles .cartridges-container .cartridges-content .content-b .item {
                        width: 33.3%
                    }

                    .calcuator-en-container .cartridges-small-bottles .cartridges-container .cartridges-content .content-b .item-a p {
                        font-family: ArialMT;
                        font-size: calc(12px - .12rem + .14rem);
                        line-height: 1.7;
                        color: #333333
                    }

                    .calcuator-en-container .cartridges-small-bottles .cartridges-container .cartridges-content .content-b .item-b .lb-label {
                        display: inline-block;
                        font-size: 0;
                        vertical-align: top;
                        cursor: pointer;
                        width: 50%;
                        margin-bottom: 0.1rem
                    }

                    .calcuator-en-container .cartridges-small-bottles .cartridges-container .cartridges-content .content-b .item-b .lb-input {
                        filter: alpha(opacity=0);
                        display: inline-block;
                        vertical-align: middle
                    }

                    .calcuator-en-container .cartridges-small-bottles .cartridges-container .cartridges-content .content-b .item-b .lb-text {
                        font-family: ArialMT;
                        font-size: calc(12px - .12rem + .14rem);
                        color: #666666;
                        margin-left: 0.06rem;
                        display: inline-block;
                        vertical-align: middle
                    }

                    .calcuator-en-container .cartridges-small-bottles .cartridges-container .cartridges-content .content-b .item-c input {
                        width: 1.8rem;
                        height: .4rem;
                        background-color: #ffffff;
                        border: solid 1px #eaeaea;
                        outline: none;
                        padding: 0 .1rem;
                        font-family: ArialMT;
                        font-size: calc(12px - .12rem + .14rem);
                        color: #999999
                    }

        .calcuator-en-container .cartridges-small-bottles .small-bottles-container {
            width: 50%;
            display: inline-block;
            padding-left: 0.5rem;
            vertical-align: top;
            padding-top: 0.4rem
        }

            .calcuator-en-container .cartridges-small-bottles .small-bottles-container .title {
                font-family: ArialMT;
                font-size: calc(12px - .12rem + .24rem);
                color: #333333;
                width: 100%;
                margin-bottom: 0.4rem
            }

            .calcuator-en-container .cartridges-small-bottles .small-bottles-container .small-bottles-content {
                width: 100%
            }

                .calcuator-en-container .cartridges-small-bottles .small-bottles-container .small-bottles-content .content-a {
                    width: 100%;
                    display: flex;
                    margin-bottom: 0.35rem
                }

                    .calcuator-en-container .cartridges-small-bottles .small-bottles-container .small-bottles-content .content-a .item {
                        width: 50%;
                        font-family: ArialMT;
                        font-size: calc(12px - .12rem + .16rem);
                        color: #333333
                    }

                .calcuator-en-container .cartridges-small-bottles .small-bottles-container .small-bottles-content .content-b {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    margin-bottom: 0.2rem
                }

                    .calcuator-en-container .cartridges-small-bottles .small-bottles-container .small-bottles-content .content-b .item {
                        width: 50%
                    }

                    .calcuator-en-container .cartridges-small-bottles .small-bottles-container .small-bottles-content .content-b .item-a p {
                        font-family: ArialMT;
                        font-size: calc(12px - .12rem + .14rem);
                        line-height: 1.7;
                        color: #333333
                    }

                    .calcuator-en-container .cartridges-small-bottles .small-bottles-container .small-bottles-content .content-b .item-b input {
                        width: 2.7rem;
                        height: .4rem;
                        background-color: #ffffff;
                        border: solid 1px #eaeaea;
                        outline: none;
                        font-family: ArialMT;
                        font-size: calc(12px - .12rem + .14rem);
                        color: #999999;
                        padding: 0 .1rem
                    }

            .calcuator-en-container .cartridges-small-bottles .small-bottles-container .precautions-content {
                width: 100%;
                background-color: #f8f8f8;
                font-family: ArialMT;
                font-size: calc(12px - .12rem + .14rem);
                line-height: 1.7;
                color: #999999;
                padding: .2rem .3rem
            }

    .calcuator-en-container .calculate-confirm {
        width: 1.5rem;
        height: .4rem;
        background-color: #0072ce;
        line-height: 0.4rem;
        text-align: center;
        margin: 0 auto;
        font-family: ArialMT;
        font-size: calc(12px - .12rem + .14rem);
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 0.5rem
    }

    .calcuator-en-container .total-cost-container {
        width: 100%;
        font-size: 0;
        margin-bottom: 0.6rem
    }

        .calcuator-en-container .total-cost-container .cartridges-total-cost {
            display: inline-block;
            width: 50%
        }

            .calcuator-en-container .total-cost-container .cartridges-total-cost .item {
                width: 100%
            }

                .calcuator-en-container .total-cost-container .cartridges-total-cost .item .item-title {
                    width: 100%;
                    font-family: ArialMT;
                    font-size: calc(12px - .12rem + .14rem);
                    color: #666666;
                    text-align: center;
                    margin-bottom: 0.1rem
                }

                .calcuator-en-container .total-cost-container .cartridges-total-cost .item .item-ipt {
                    width: 2.7rem;
                    height: .4rem;
                    background-color: #ffffff;
                    border: solid 1px #eaeaea;
                    margin: 0 auto
                }

                    .calcuator-en-container .total-cost-container .cartridges-total-cost .item .item-ipt input {
                        width: 100%;
                        height: 100%;
                        border: none;
                        background: none;
                        outline: none;
                        font-family: ArialMT;
                        font-size: calc(12px - .12rem + .18rem);
                        color: #666666;
                        text-align: center
                    }

        .calcuator-en-container .total-cost-container .small-bottles-total-cost {
            display: inline-block;
            width: 50%
        }

            .calcuator-en-container .total-cost-container .small-bottles-total-cost .item {
                width: 100%
            }

                .calcuator-en-container .total-cost-container .small-bottles-total-cost .item .item-title {
                    width: 100%;
                    font-family: ArialMT;
                    font-size: calc(12px - .12rem + .14rem);
                    color: #666666;
                    text-align: center;
                    margin-bottom: 0.1rem
                }

                .calcuator-en-container .total-cost-container .small-bottles-total-cost .item .item-ipt {
                    width: 2.7rem;
                    height: .4rem;
                    background-color: #ffffff;
                    border: solid 1px #eaeaea;
                    margin: 0 auto
                }

                    .calcuator-en-container .total-cost-container .small-bottles-total-cost .item .item-ipt input {
                        width: 100%;
                        height: 100%;
                        border: none;
                        background: none;
                        outline: none;
                        font-family: ArialMT;
                        font-size: calc(12px - .12rem + .18rem);
                        color: #666666;
                        text-align: center
                    }

    .calcuator-en-container .cost-content {
        width: 100%;
        border-top: 1px solid #eaeaea;
        padding-top: 0.3rem;
        font-size: 0
    }

        .calcuator-en-container .cost-content span {
            font-family: ArialMT;
            font-size: calc(12px - .12rem + .16rem);
            color: #666666;
            line-height: 2;
            display: inline-block
        }

        .calcuator-en-container .cost-content input {
            width: 1.2rem;
            height: .4rem;
            background-color: #ffffff;
            border: solid 1px #eaeaea;
            outline: none;
            font-family: ArialMT;
            font-size: calc(12px - .12rem + .16rem);
            color: #666666;
            padding: 0 .1rem;
            margin: 0 .1rem
        }

@media (max-width:1280px) {
    .calcuator-en-container {
        width: 100%;
        padding: 0 10px;
        padding-top: 0.3rem;
        padding-bottom: 0.7rem
    }

        .calcuator-en-container .cartridges-small-bottles .cartridges-container {
            border-right: 0;
            width: 100%;
            padding-right: 0
        }

            .calcuator-en-container .cartridges-small-bottles .cartridges-container .cartridges-content .content-b .item-c input {
                width: 180px;
                height: 40px
            }

        .calcuator-en-container .cartridges-small-bottles .small-bottles-container {
            padding-left: 0;
            width: 100%
        }

            .calcuator-en-container .cartridges-small-bottles .small-bottles-container .small-bottles-content .content-b .item-b input {
                width: 270px;
                height: 40px
            }

        .calcuator-en-container .calculate-confirm {
            width: 150px;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            margin-bottom: 0.5rem
        }

        .calcuator-en-container .total-cost-container .cartridges-total-cost .item .item-ipt {
            width: 270px;
            height: 40px
        }

        .calcuator-en-container .total-cost-container .small-bottles-total-cost .item .item-ipt {
            width: 270px;
            height: 40px
        }
}

@media (max-width:900px) {
    .calcuator-en-container .container-num {
        flex-wrap: wrap
    }

        .calcuator-en-container .container-num .item {
            width: 48%;
            margin-bottom: 0.2rem
        }

            .calcuator-en-container .container-num .item .item-num {
                height: 40px
            }

    .calcuator-en-container .cartridges-small-bottles .cartridges-container .cartridges-content .content-b .item-b .lb-label {
        margin-bottom: 0.15rem
    }
}

@media (max-width:600px) {
    .calcuator-en-container .cartridges-small-bottles .cartridges-container .cartridges-content .content-b .item-b .lb-label {
        width: 100%;
        display: block
    }

    .calcuator-en-container .cartridges-small-bottles .cartridges-container .cartridges-content .content-b .item-c input {
        width: 100%
    }

    .calcuator-en-container .cartridges-small-bottles .small-bottles-container .small-bottles-content .content-b .item-b input {
        width: 100%
    }

    .calcuator-en-container .total-cost-container .cartridges-total-cost {
        width: 100%;
        display: block;
        margin-bottom: 0.3rem
    }

        .calcuator-en-container .total-cost-container .cartridges-total-cost .item .item-ipt {
            width: 100%
        }

    .calcuator-en-container .total-cost-container .small-bottles-total-cost {
        width: 100%;
        display: block
    }

        .calcuator-en-container .total-cost-container .small-bottles-total-cost .item .item-ipt {
            width: 100%
        }
}

@media (max-width:400px) {
    .calcuator-en-container .container-num {
        flex-wrap: wrap
    }

        .calcuator-en-container .container-num .item {
            width: 100%
        }
}

.serlist .blue {
    color: #145eba
}

.xma-l.hide:after {
    display: none
}

main .xmc-a .details-video {
    width: 100%;
    height: 7.2rem
}

    main .xmc-a .details-video .video-img {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat
    }

        main .xmc-a .details-video .video-img .video-mask {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: rgba(0,0,0,0.5)
        }

            main .xmc-a .details-video .video-img .video-mask .video-start {
                width: 0.8rem;
                height: 0.8rem;
                cursor: pointer
            }

                main .xmc-a .details-video .video-img .video-mask .video-start img {
                    width: 100%;
                    height: 100%
                }

            main .xmc-a .details-video .video-img .video-mask .video-title {
                font-size: calc(12px - .12rem + .4rem);
                font-weight: bold;
                color: rgba(255,255,255,0.8);
                margin-bottom: 0.4rem
            }

            main .xmc-a .details-video .video-img .video-mask .video-text {
                font-size: calc(12px - .12rem + .2rem);
                color: rgba(255,255,255,0.8)
            }

    main .xmc-a .details-video #video {
        width: 100%;
        height: 100%;
        outline: none;
        border: none;
        background: none;
        display: none;
        background-color: #000
    }

        main .xmc-a .details-video #video source {
            width: 100%;
            height: 100%;
            display: block;
            outline: none;
            border: none;
            background: none
        }

@media (max-width:900px) {
    main .xmc-a .details-video .video-img .video-mask {
        width: 100%;
        padding: 0 10px
    }
}

main .main-about-us {
    width: 12.8rem;
    background-color: #f6f6f6;
    padding: .5rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between
}

    main .main-about-us .about-us-video {
        width: 6rem;
        height: 3.4rem;
        position: relative
    }

        main .main-about-us .about-us-video .about-us-video-bg {
            width: 100%;
            height: 100%
        }

        main .main-about-us .about-us-video .video-mask {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center
        }

            main .main-about-us .about-us-video .video-mask .video-start {
                width: 0.8rem;
                height: 0.8rem;
                cursor: pointer
            }

                main .main-about-us .about-us-video .video-mask .video-start img {
                    width: 100%;
                    height: 100%
                }

    main .main-about-us .about-us-lyrics {
        width: 5rem
    }

        main .main-about-us .about-us-lyrics .xmg-cont {
        }

            main .main-about-us .about-us-lyrics .xmg-cont p {
                background-color: #f6f6f6
            }

.about-us-video-mask {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 100;
    transition: all .5s;
    align-items: center;
    justify-content: center;
    display: none
}

    .about-us-video-mask.show {
        display: flex;
        top: 0
    }

    .about-us-video-mask .mask {
        width: 880px;
        position: relative
    }

        .about-us-video-mask .mask .mask-title {
            background-color: #fff;
            padding: 14px 20px;
            font-size: 18px;
            color: #424242
        }

        .about-us-video-mask .mask .video-box {
            width: 100%
        }

            .about-us-video-mask .mask .video-box video {
                width: 100%
            }

        .about-us-video-mask .mask .video-close {
            cursor: pointer;
            display: block;
            position: absolute;
            top: 10px;
            right: 20px;
            width: 26px;
            height: 26px;
            font-size: 18px;
            color: #757575;
            text-align: center;
            line-height: 26px;
            border-radius: 50%
        }


        /*产品中心 独立页面*/

.auto {
    margin: 0 auto;
}

.auto_1280 {
    max-width: 1280px;
}
.nM {
    margin: 0;
}

.nP {
    padding: 0;
}
/**字体大小**/
.fz_24 {
    font-size: 24px;
}

.fz_20 {
    font-size: 20px;
}

.fz_18 {
    font-size: 18px;
}

.fz_16 {
    font-size: 16px;
}

.fz_14 {
    font-size: 14px;
}

.fz_12 {
    font-size: 12px;
}
/**初始 End**/

.fl {
    float: left;
}

.fr {
    float: right;
}

.w22 {
    width: 22%;
    padding-bottom: 4%;
}

.w75 {
    width: 75%;
    padding-bottom: 4%;
}
.leftMenu {
   /* padding-top: 50px;*/
    height: 12rem;
    background-color: #f8f9fb;
}

    .leftMenu .side-title {
        background-color: #1f2c5c;
        position: relative;
        padding: 0 75px 0 32px;
        font-size: 22px;
        color: #fff;
        line-height: 90px;
        border-radius: 8px 0 0 0;
    }

        .leftMenu .side-title::after {
            content: '';
        }

      /*  .leftMenu .side-title::after {
            display: inline-block;
            vertical-align: middle;
            width: 40px;
            height: 1px;
            background: #fff;
            margin-left: 10px;
        }*/

    .leftMenu .side-menu {
        border-radius: 0 0 50px 0;
        background-color: #f8f9fb;
        padding-bottom: 50px;
        overflow: hidden;
    }

        .leftMenu .side-menu li a {
            display: block;
            color: #666;
            line-height: 2.5;
        }

        .leftMenu .side-menu > ul > li {
            border-bottom: 1px solid #e7f0f4;
        }

            .leftMenu .side-menu > ul > li > a {
                padding: 0 32px;
                font-size: 18px;
                color: #666;
                line-height: 60px;
                position: relative;
                font-weight: bold;
            }

                .leftMenu .side-menu > ul > li > a::after {
                    position: absolute;
                    content: '>';
                    width: 16px;
                    height: 16px;
                    border-radius: 50%;
                    background: #87b2c7;
                    color: #fff;
                    text-align: center;
                    line-height: 18px;
                    font-family: 宋体;
                    font-size: 12px;
                    right: 16px;
                    top: 50%;
                    margin-top: -8px;
                }
                .leftMenu .side-menu > ul > li > a.active {
                    background: #1a538d;
                    color: #fff;
                }
            .leftMenu .side-menu > ul > li ul {
                display: none;
                padding: 10px 15px;
            }

            .leftMenu .side-menu > ul > li > ul {
                padding-left: 32px;
                padding-right: 32px;
            }

        .leftMenu .side-menu ul li ul li ul li a::before {
            display: inline-block;
            content: '';
            vertical-align: middle;
            width: 3px;
            height: 3px;
            background: #555;
            margin-right: 10px;
        }

        .leftMenu .side-menu li.select > a {
            background-color: #e7f0f4;
            color: #1b4c86;
            font-weight: bold;
        }

        .leftMenu .side-menu li a:hover {
            color: #1b4c86;
        }

        .leftMenu .side-menu li.select > a::after {
            background: #1b4c86;
            transform: rotate(90deg);
        }

        .leftMenu .side-menu > ul > li > ul li.select > a {
            background: none;
        }

    .leftMenu .side-open_menu {
        display: none;
    }


@media(min-width:1025px) {
    .leftMenu .side-menu {
        display: block !important;
    }
}

@media(max-width:1024px) {
    .leftMenu {
        padding-top: 0;
    }

        .leftMenu .side-open_menu {
            display: block;
            border: 2px solid #87b2c7;
            padding: 10px 20px 10px 10px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            font-weight: bold;
            color: #002870;
            border-radius: 0 0 5px 5px;
            position: relative;
        }

            .leftMenu .side-open_menu::after {
                position: absolute;
                content: '';
                border: 6px solid transparent;
                border-top-color: #87b2c7;
                right: 10px;
                top: 50%;
                margin-top: -3px;
            }

        .leftMenu .side-menu {
            display: none;
            padding-bottom: 20px;
        }
}



/*PicList1 */
.PicList1 {
    padding: 0% 0 3% 0;
}

    .PicList1 li {
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
        position: relative;
        text-align: center;
        transition: all .3s;
    }

        .PicList1 li:nth-child(3n) {
            margin-right: 0;
        }

        .PicList1 li .hoer {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            border: 1px solid #e8e8e8;
            transition: all .3s;
        }

            .PicList1 li .hoer:hover {
                border-width: 3px;
                border-color: #1b4c86;
            }

        .PicList1 li:hover p {
            color: #1b4c86;
        }

        .PicList1 li div {
            max-width: 275px;
            margin: 0 auto;
            padding: 4% 4% 10% 4%;
        }

        .PicList1 li figure {
            padding-bottom: 100%;
            background-size: contain;
        }

            .PicList1 li figure img {
                display: none;
            }

        .PicList1 li p {
            font-size: 16px;
            color: #000;
            margin-bottom: 5px;
        }

        .PicList1 li .more {
            background: #1b4c86;
            color: #fff;
            padding: 5px 15px;
            margin-top: 10px;
            display: none;
        }

        .PicList1 li:hover figure {
            padding-bottom: 84%;
            background-size: contain;
        }

        .PicList1 li:hover .more {
            display: block;
        }

@media(max-width:768px) {
    .PicList1 li {
        width: 49%;
    }

        .PicList1 li:nth-child(3n) {
            margin-right: 2%;
        }

        .PicList1 li:nth-child(2n) {
            margin-right: 0;
        }

        .PicList1 li p {
            font-size: 14px;
        }
}

@media(max-width:480px) {
    .PicList1 li:hover figure {
        padding-bottom: 78%;
    }
}


.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*2行文本省略号*/
.dot2 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*3行文本省略号*/
.dot3 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/*
 .PagesList
 */

.PagesList {
    text-align: center;
    padding: 0 0 3%;
    color: #666666;
}

    .PagesList .Pages * {
        vertical-align: middle;
    }

    .PagesList .Pages .p_cur, .PagesList .Pages .p_count, .PagesList .Pages .p_total, .PagesList .Pages .p_jump {
        display: none;
    }

    .PagesList .Pages a.a_first, .PagesList .Pages a.a_end {
        display: none;
    }

    .PagesList .Pages a {
        display: inline-block;
        padding: 0 15px;
        line-height: 37px;
        background-color: #eef0f1;
        color: #666666;
        margin-left: 5px;
    }

        .PagesList .Pages a:hover, .PagesList .Pages a.a_cur {
            color: #fff;
            background-color: #1b4c86;
        }

    .PagesList .Pages em {
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
    }

    .PagesList .Pages .i_text {
        width: 47px;
        height: 36px;
        line-height: 36px;
        border: 1px solid #ceced5;
    }

    .PagesList .Pages .i_button {
        cursor: pointer;
        background: none;
        width: 47px;
        height: 36px;
        border: 1px solid #ceced5;
    }

    .PagesList .Pages .p_jump b {
        font-weight: normal;
        margin: 0 5px;
    }

    .PagesList .Pages .a_prev, .PagesList .Pages .a_next {
        font-weight: bold;
        padding: 0 20px;
    }


.paginations ul {
    margin: 0;
    line-height: 46px;
}

.paginations ul li {
    display: inline-block;
    margin-right: 10px;
}

    .paginations ul li a,
    .paginations ul li span {
        border: 1px solid rgba(140, 151, 178, .4);
        width: auto;
        height: 38px;
        display: block;
        line-height: 38px;
        min-width: 38px;
        text-align: center;
        padding: 0 5px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        /* border radius */
        font-size: 13px;
        color: #8c97b2;
    }

.paginations ul li a:hover,
.paginations ul li span.current {
    color: #fff;
    background-color: #3397db;
    /* layer fill content */
}

.paginations ul li a.first,
.paginations ul li a.last {
    padding: 0 10px;
}





.contentbox {
    min-height: 300px;
}
.newsList {

    padding-top:0rem;
}

.newsList li {
    height: 180px;
    padding-left: 315px;
    border-bottom: #ebebeb solid 1px;
    position: relative;
    margin-bottom: 30px;
}

    .newsList li.liLast {
        margin: 0px;
    }

.newsList .imgDiv {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 289px;
    overflow: hidden;
}
.newsList .imgDiv  img{
   width:100%;
  height:160px;
}
/*height:47px;*/
.newsList .name {
    overflow: hidden;
    border-bottom: #ccc dashed 1px;
    font-size: 20px;
    line-height:50px;
}
.newsList .name a {
    color:rgba(0,0,0,0.8);
    font-size: 22px;
}
    .newsList .name a:hover {
        color: #1f2c5c;
   
    }
.newsList .content {
    font-size: 14px;
    line-height: 25px;
    height: 60px;
    padding-top: 15px;
}

.newsList .info {
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #999;
    padding-left: 32px;
}

    .newsList .info dd {
        float: left;
        padding-right: 20px;
        font-size: 14px;
    }

.newsList li.on .name a {
    color: #1280e1;
}

.newsList .time {
    height: 22px;
    line-height: 22px;
    background: url(../images/time.png) left center no-repeat;
    background-size: 16px;
    color: #999;
    font-size: 14px;
    padding-left:22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}


.m2proc4ul {
    margin: 0px -13px;
    color: #333;
}

    .m2proc4ul li {
        float: left;
        width: 20%;
        padding: 0px 13px;
    }

.m2proc4ul_4 li {
    width: 25%;
}

.m2proc4aBox {
    background: #FFF;
    display: block;
    height: 400px;
    transition: all 0.4s ease-in-out;
}

    .m2proc4aBox.scaleImg .overflowHide {
        height: 151px;
    }

.m2proc4ul_4 .m2proc4aBox.scaleImg .overflowHide {
    height: 180px;
}

.m2proCon4 {
    background: #f6f8fb;
    padding: 7.87vh 0px 10.18vh;
}

.m2proc4aBox.scaleImg strong {
    font-size: 24px;
    line-height: 64px;
    font-weight: normal;
    display: block;
    margin: 0px 30px 18px;
    height: 64px;
    position: relative;
    color:#333;
}

 /*   .m2proc4aBox.scaleImg strong:after {
        content: "";
        background: #3971ff;
        height: 2px;
        width: 24px;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }*/

.m2proc4aBox.scaleImg p {
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    margin: 0px 30px;
}

.m2proc4aBox:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.m2banImgs2 {
    right: 12.5vw;
}

.m2pro2Con1 .m2proc1_aBox h3 {
    margin-bottom: 32px;
    position: relative
}

    .m2pro2Con1 .m2proc1_aBox h3:after {
        content: "";
        width: 24px;
        height: 2px;
        background: #3971ff;
        position: absolute;
        left: 50%;
        margin-left: -12px;
        bottom: -15px;
    }

.m2pro2Con1 .m2proc1_aBox p {
    height: 72px;
}

.m2pro2Con4 li {
    width: 25%;
}

.m2pro2Con4 .m2proc4aBox.scaleImg .overflowHide {
    height: 192px;
}

.m2pro2Con5 {
    margin: 0 -12px;
}

.m2proc2item {
    padding: 18px 12px 38px;
}

.m2pro2LayTxt {
    font-size: 16px;
    line-height: 32px;
    color: #808080;
    padding-right: 80px;
    padding-left: 80px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    margin-top: 50px;
}




/*移动端*/
@media (max-width: 500px) {

    /*首页*/

    .index-main .index-product .product-container {
        float: none;
        width: 100%;
    }

        .index-main .index-product .product-container .product-content {
            height: auto;
        }

    .dpav li {
        float: none;
        width: 95%;
    }

        .dpav li .link {
            width: 100%;
            height: auto;
        }

    .index-main .index-solution .solution-container {
        width: 100%;
        height: auto;
    }

        .index-main .index-solution .solution-container .zyyw {
            width: 100%;
        }

        .index-main .index-solution .solution-container .zyyw-text {
            display: none;
        }

    .index-main .index-news .news-container {
        width: 100%;
        height: auto;
    }

    .newBox .newContainer .newLi {
        width: 100%;
    }

    .index-main .index-solution .solution-container .zyyw-lf > ul {
        height: auto;
    }

    .index-main .index-solution .solution-container .zyyw-rt {
    }

    footer .f-b .f-container {
        width: 100%;
    }

    .main-nav .nav-container {
        width: 100%;
        height: auto;
    }

    main .main-solution .solution-container {
        width: 100%;
    }

        main .main-solution .solution-container .container .solution-content .content .item {
            width: 90%;
        }

    main .main-news-details .news-details-container {
        width: 100%;
    }

    .main-nav-position .nav-position-container {
        width: 100%;
    }

    header .bdxk .container .search-language:before {
        display: none;
    }

    header .bdxk .container .search-language .container-menu {
        width: 40px;
        height: 40px;
        vertical-align: middle;
        display: inline-block;
        background-image: url(/images/18.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 30px 30px;
    }

    header .bdxk .container {
        width: 100%;
        padding: 0 20px;
    }

        header .bdxk .container .container-box .container-ul {
            width: 260px;
            position: fixed;
            right: 0;
            top: 0;
            height: 100vh;
            background-color: #fff;
            overflow: auto;
            z-index: 1000;
            padding-top: 10px;
            -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s;
            line-height: 0.8rem;
        }

            header .bdxk .container .container-box .container-ul .container-li {
                width: 100%;
                display: inline-block;
                position: relative;
                margin-left: 0;
                height: auto;
            }

                header .bdxk .container .container-box .container-ul .container-li .li-title {
                    height: 40px;
                    line-height: 40px;
                    display: inline-block;
                    width: 3rem;
                    text-align: left;
                    vertical-align: top;
                }

                    header .bdxk .container .container-box .container-ul .container-li .li-title span {
                        height: 100%;
                        line-height: 40px;
                        text-align: left;
                    }

    header .bdxk .show .h-opa {
        display: block;
    }

    header .bdxk.show .bdxk-container {
        z-index: auto;
    }

    header .bdxk.show .container {
        z-index: auto;
    }

        header .bdxk.show .container .container-box {
            width: 260px;
            height: auto;
            line-height: 1;
        }

            header .bdxk.show .container .container-box .container-ul {
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
            }

            header .bdxk.show .container .container-box .container-menu {
                display: none;
            }

    main .main-product-details .details-a .details-container .container-right .right-content {
        height: auto;
    }

        main .main-product-details .details-a .details-container .container-right .right-content .content-c {
            height: auto;
        }

    footer .f-a .f-container .container-right {
        width: 95%;
    }
        footer .f-a .f-container .container-right .right-code {
      
            margin:20px auto;
        }

        footer .f-a .f-container .container-left {
            width: 95%;
        }

            footer .f-a .f-container .container-left .contractus {
            
                width:100%;
            }

            footer .f-a .f-container {
                width: 100%;
            }
    .index-main .index-solution {
    display:none;
    }
    .index-main .index-solution {
        display: none;
    }

    .index-main .index-news .news-container {
    
        display:block;
    }
        .index-main .index-news .news-container .news-left {
        
            width:95%;
        }
        .index-main .index-news .news-container .news-center {
            width: 95%;
        }
        .index-main .index-news .news-container .news-right {
            width: 95%;
        }
    .index-main .index-news .title-box .title p {
    font-size:16px;
    line-height:20px;
    }
    .index-main .index-product .title-box .title p {
        font-size: 16px;
        line-height: 20px;
    }
    .index-main .index-solution .title-box .title p {
        font-size: 16px;
        line-height: 20px;
    }
}

