
/* CSS Document */
.ne-banner {
    position: relative;
    padding-top: 1.08rem;
}

.pc-banner {
    display: block
}

.ne-xi {
    padding: 0.6rem 0;
}

.video-list dl {
    width: 31.5%;
    float: left;
    margin-right: 2.7%;
    margin-bottom: 0.58rem;
}

    .video-list dl dd {
        position: relative;
        text-align: center;
        font-size: 0.24rem;
        line-height: 0.87rem;
        border: 1px solid #dcdcdc;
        transition-duration: .5s;
    }

    .video-list dl:hover dd {
        color: #fff;
        background: #2953a0;
        border-color: #2953a0
    }

        .video-list dl:hover dd .new-date span:before {
            background: #c82f2f;
            border-color: #c82f2f;
        }

        .video-list dl:hover dd .new-date span:after {
            background: #c82f2f
        }

    .video-list dl dt {
        overflow: hidden;
        position: relative;
        padding-bottom: 66%;
    }

        .video-list dl dt .new-pic {
            transition-duration: .5s;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .video-list dl dt:after {
            position: absolute;
            top: 0;
            left: -75%;
            z-index: 2;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
            -webkit-transform: skewX(-25deg);
            -ms-transform: skewX(-25deg);
            transform: skewX(-25deg);
        }

    .video-list dl:hover dt:after {
        -webkit-animation: shine2 1s;
        animation: shine2 1s;
    }

    .video-list dl:hover dt {
        border-radius: 10px 10px 0 0;
    }

        .video-list dl:hover dt .new-pic {
            transform: scale(1.1);
            opacity: 0.8;
            border-radius: 10px 10px 0 0;
        }

    .video-list dl:nth-child(3n) {
        margin-right: 0;
    }

.bf-an {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0px auto;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    cursor: pointer;
    text-align: center;
}

    .bf-an span {
        border-radius: 50%;
        width: 64px;
        height: 64px;
        z-index: 2;
        display: block;
        position: relative;
    }

    .bf-an:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255,255,255,0.7);
        opacity: 0.5;
        -webkit-transition-property: -webkit-transform;
        transition-property: -moz-transform;
        -moz-transition-property: -moz-transform;
        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-duration: 1s;
        transition-duration: 1s;
        -webkit-animation-name: grow;
        -moz-animation-name: grow;
        animation-name: grow;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        z-index: 1;
        border-radius: 50%;
        opacity: 0;
    }

.video-list dl:hover dt .bf-an:before {
    opacity: 1;
}

@-webkit-keyframes shine2 {
    100% {
        left: 125%;
    }
}

@keyframes shine2 {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes grow {
    from {
        -webkit-transform: scale(1);
    }

    to {
        -webkit-transform: scale(2);
    }
}

@-moz-keyframes grow {
    from {
        -moz-transform: scale(1);
    }

    to {
        -moz-transform: scale(2);
    }
}

@keyframes grow {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.5);
    }
}

.page {
    padding: 0.4rem 0 0 0;
}

    .page ul li {
        float: left;
        margin-right: 1px;
    }

        .page ul li a {
            display: block;
            background: #f1f2f4;
            line-height: 50px;
            padding: 0 25px;
        }

            .page ul li a:hover, .page ul li .on {
                color: #fff;
                background: #26509b
            }

        .page ul li span {
            display: block;
            background: #f1f2f4;
            line-height: 50px;
            padding: 0 25px;
        }

            .page ul li span:hover, .page ul li .on {
                color: #fff;
                background: #26509b
            }







.mobile-banner {
    display: none
}


.ne-new-list {
    padding-bottom: 0.2rem;
}

    .ne-new-list dl {
        padding: 0.35rem;
        position: relative;
        transition-duration: .5s;
        border-bottom: 1px solid #cfcfcf;
    }

        .ne-new-list dl dt {
            width: 356px;
            height: 252px;
            overflow: hidden;
            float: right;
        }

            .ne-new-list dl dt img {
                width: 100%;
                height: 100%;
                display: block;
                transition-duration: .5s;
            }

        .ne-new-list dl dd {
            width: calc(85% - 356px);
            width: -webkit-calc(85% - 356px);
            padding-right: 0.64rem;
            float: right;
            margin-top: 0.4rem;
        }

            .ne-new-list dl dd h1 {
                font-size: 0.24rem;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding: 0 0 0.22rem 0;
            }

            .ne-new-list dl dd p {
                font-size: 0.18rem;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                line-clamp: 3;
                -webkit-box-orient: vertical;
            }

.ne-rq {
    position: absolute;
    left: 0.6rem;
    top: 0.8rem;
    text-align: center;
    color: #666666
}

    .ne-rq p {
        font-size: 0.60rem;
        line-height: 1.5;
        font-weight: bold;
    }

    .ne-rq span {
        display: block;
        font-size: 0.24rem;
        font-weight: bold;
    }

.ne-new-list dl:hover dt img {
    transform: scale(1.1)
}

.ne-new-list dl:hover {
    background: #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

    .ne-new-list dl:hover .ne-rq {
        color: #2953a0
    }


.new-nr-ti {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}

    .new-nr-ti h1 {
        font-size: 0.2rem;
        padding-bottom: 0.15rem;
    }

    .new-nr-ti p {
        font-size: 0.19rem;
    }

.new-nr-zi {
    font-size: 0.16rem;
    line-height: 1.8;
}
.new-nr-zi iframe{ width:80%; margin:0 auto; height:500px; display:block;}
.i-nav {
    background-color: #e4e4e4;
    height: 70px;
    line-height: 70px;
    position: relative;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

    .i-nav .innernav-tab .swiper-slide {
        float: left;
        width: auto;
    }

        .i-nav .innernav-tab .swiper-slide a {
            color: #999;
            font-size: 0.20rem;
            display: block;
            text-align: center;
            padding: 0 0.5rem
        }

            .i-nav .innernav-tab .active a, .i-nav .innernav-tab .current a, .i-nav .innernav-tab .swiper-slide a:hover {
                color: #fff;
                background: #26509b
            }



.r-tips {
    padding-top: 0.15rem;
    display: none;
}

    .r-tips p {
        font-size: 0.20rem;
        position: relative;
        line-height: 57px;
        padding-left: 0.2rem;
        float: right
    }

    .r-tips h1 {
        width: 30px;
        float: right
    }

        .r-tips h1 img {
            animation: tras 1.5s ease infinite both
        }

@keyframes tras {

    0% {
        transform: rotate(30deg)
    }


    100% {
        transform: rotate(-45deg)
    }
}

.fc01 h1 {
    font-size: 0.36rem;
    line-height: 1;
}

.fc01 p {
    font-size: 0.36rem;
    color: #26509b
}

.fc01 span, .fa-txt span {
    display: block;
    font-size: 0.18rem;
    padding-top: 0.15rem;
}

.fc02 h1 b {
    display: block;
    font-weight: bold;
}

.fc02 h1 {
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 1.3;
}

.fc02 {
    padding: 0 0 0.5rem 0;
}

.fwjs-list li {
    background: url(../image/dui.png) no-repeat left 10px;
    font-size: 0.18rem;
    padding-left: 0.35rem;
    margin-bottom: 0.05rem;
    width: 22%;
    float: left;
    margin-right: 3%;
}

    .fwjs-list li:nth-child(4n) {
        margin-right: 0;
    }

.fc01 span {
    padding-bottom: 0rem;
}

.xl-pro-list dl {
    position: relative;
    margin-top: 0.54rem;
}

    .xl-pro-list dl dd {
        width: 50%;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition-duration: .5s;
        padding: 0 0.3rem;
        box-sizing: border-box
    }

    .xl-pro-list dl dt, .xspg dt {
        width: 49%;
        position: relative;
    }

        .xl-pro-list dl dt img, .xspg dt img {
            position: relative;
            width: 100%;
            display: block;
        }

    .xl-pro-list dl dd h1 {
        font-size: 0.3rem;
        padding-bottom: 0.25rem;
    }

    .xl-pro-list dl dd p, .xspg dd p {
        font-size: 0.18rem;
        text-align: justify;
        line-height: 1.8;
    }

    .xl-pro-list dl:hover dd {
        background: #26509b;
        color: #fff;
    }

    .xl-pro-list dl:hover dt h1, .xl-pro-list dl:hover dt h2, .kt-list dl:hover dd h1, .kt-list dl:hover dd p {
        color: #fff;
    }

    .xl-pro-list dl:nth-child(2n) dd {
        left: 0;
        right: auto;
    }

.xspg {
    background: #f8f8f8;
    padding: 0.6rem 0;
    margin-top: 0.3rem;
}

    .xspg h1 {
        font-size: 0.3rem;
        padding-bottom: 0.25rem;
    }

    .xspg dt {
        float: left;
    }

    .xspg dd {
        width: 50%;
        overflow: hidden;
        float: left;
        transition-duration: .5s;
        padding: 0 0.3rem;
        box-sizing: border-box
    }

        .xspg dd h1 {
            font-size: 0.2rem;
        }

        .xspg dd h2 {
            font-size: 0.18rem;
            padding-top: 0.3rem;
            padding-bottom: 0.15rem;
        }

        .xspg dd ul li {
            padding-left: 0.2rem;
            position: relative;
            margin-bottom: 0.2rem;
            line-height: 1;
        }

            .xspg dd ul li:before {
                content: "";
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: #333;
                position: absolute;
                left: 0;
                top: 5px;
            }

.clcl-list h1 {
    font-size: 0.2rem;
    padding-bottom: 0.15rem;
}

.clcl-list li {
    width: 30%;
    margin-bottom: 0.15rem;
}

.ct02 .t01 {
    font-size: 0.36rem;
    padding-top: 0.36rem;
    border-top: 1px solid #eee;
    margin-top: 0.36rem;
}

.ct02 .t2 {
    font-size: 0.26rem;
    padding: 0.3rem 0 0.1rem 0;
}

.ct02 ul li {
    font-size: 0.16rem;
    width: 47%;
    line-height: 1.8;
}

.jsss-zi {
    font-size: 0.18rem;
    padding: 0.1rem 0 0.2rem 0;
}

.cc-li dt {
    width: 40%;
}

.cc-li dd a {
    display: block;
    display: flex;
    align-items: center;
    color: #008bd0;
    font-size: 0.17rem;
    margin-top: 0.2rem;
}

.xczl-li dd {
    padding: 0;
    width: 45%;
}

.xczl-li {
    margin-bottom: 0.8rem;
}

.xtsj-li01 dl {
    width: 33.333%;
    float: left;
}

    .xtsj-li01 dl dt {
        color: #141e8c;
        font-weight: bold;
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .xtsj-li01 dl dd {
        font-size: 0.2rem;
        font-weight: bold;
    }

.xtsj-li02 {
    padding: 0.6rem 0;
}

    .xtsj-li02 li {
        width: 30%;
        float: left;
        margin-right: 3%;
        margin-bottom: 0.3rem;
    }

        .xtsj-li02 li h1 {
            font-size: 0.24rem;
            padding-bottom: 0.1rem;
        }

        .xtsj-li02 li p {
            font-size: 0.16rem;
        }

        .xtsj-li02 li:nth-child(3n) {
            margin-right: 0;
        }

.p30 {
    padding-bottom: 0.3rem;
}

.xtsj-li03 {
    width: 1280px;
    position: relative;
}

.icm-map-wrapper {
    position: relative;
}

.nolinkrewrite {
    width: 24px;
    position: relative;
    display: block;
    border: 2px solid #008bd0;
    height: 24px;
    border-radius: 50%;
    z-index: 8;
}

    .nolinkrewrite:after {
        content: "";
        background-color: #008bd0;
        border-radius: 100%;
        width: 12px;
        height: 12px;
        position: absolute;
        left: 4px;
        top: 4px;
    }

.icm-map-pin {
    position: absolute;
    z-index: 9;
}

.icm-map-pin-box {
    width: 4rem;
    background: #fff;
    position: relative;
    display: none;
    left: -164px;
    top: 20px;
}

    .icm-map-pin-box h1 {
        font-size: 0.20rem;
        border-bottom: 1px solid #e5e5e5;
        padding: 0.10rem 0.25rem;
        margin-bottom: 0.15rem;
    }

    .icm-map-pin-box p {
        font-size: 0.16rem;
        padding: 0.10rem 0.25rem;
    }

    .icm-map-pin-box h2 {
        font-size: 0.18rem;
        padding: 0 0.25rem 0.25rem;
    }

    .icm-map-pin-box img {
        position: absolute;
        top: 20px;
        right: 10px;
        cursor: pointer;
    }

.clickmapbox:nth-child(1) .icm-map-pin {
    left: 10%;
    top: 35%;
}

.clickmapbox:nth-child(1) .icm-map-pin-box {
    left: 40px;
    top: -85.5px;
}

.clickmapbox:nth-child(2) .icm-map-pin {
    left: 36%;
    top: 53%;
}

.clickmapbox:nth-child(3) .icm-map-pin {
    left: 45%;
    top: 42%;
}

.clickmapbox:nth-child(4) .icm-map-pin {
    left: 45%;
    top: 52%;
}

.clickmapbox:nth-child(5) .icm-map-pin {
    left: 51%;
    top: 44%;
}

.clickmapbox:nth-child(6) .icm-map-pin {
    left: 55%;
    top: 33%;
}

.clickmapbox:nth-child(7) .icm-map-pin {
    left: 58%;
    top: 74%;
}

.clickmapbox:nth-child(8) .icm-map-pin {
    left: 67%;
    top: 53%;
}

.clickmapbox:nth-child(9) .icm-map-pin {
    left: 70%;
    top: 65%;
}

.clickmapbox:nth-child(10) .icm-map-pin {
    left: 80%;
    top: 53%;
}

.clickmapbox:nth-child(11) .icm-map-pin {
    left: 84%;
    top: 68%;
}


.fa-txt {
    text-align: center;
}

    .fa-txt p {
        font-size: 0.36rem;
    }

    .fa-txt span {
        width: 70%;
        margin: 0 auto;
        padding-bottom: 0.5rem;
    }

.jjfa-list dl {
    background: #f6f6f6;
    height: 3.77rem;
    position: relative;
    width: 33%;
    float: left;
    padding: 0.4rem 0.5rem;
    margin-bottom: 0.1rem;
    transition-duration: .5s;
    overflow: hidden;
}

    .jjfa-list dl dt {
        position: relative;
        z-index: 2;
    }

        .jjfa-list dl dt h1 {
            font-size: 0.32rem;
            line-height: 1.3;
        }

        .jjfa-list dl dt p {
            font-size: 0.26rem;
        }

    .jjfa-list dl dd {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        text-align: center;
    }

        .jjfa-list dl dd img, .fa-lc ul li h1 img {
            width: auto;
            transition-duration: .5s;
        }

    .jjfa-list dl:nth-child(1) {
        width: 40.5%;
    }

        .jjfa-list dl:nth-child(1) dd {
            bottom: 0.2rem;
            right: 0.2rem;
            text-align: right
        }

    .jjfa-list dl:nth-child(2) dd {
        text-align: right;
    }

    .jjfa-list dl:nth-child(2) {
        width: 59%;
        float: right
    }

    .jjfa-list dl:nth-child(4) {
        margin: 0 0.5%;
    }

    .jjfa-list dl:hover dd img, .fa-lc ul li:hover h1 img, .cp03:hover dt img {
        transform: scale(1.1)
    }

    .jjfa-list dl:hover {
        border-radius: 25px;
        -moz-box-shadow: 0px 0px 7px #9C9C9C;
        -webkit-box-shadow: 0px 0px 7px #9C9C9C;
        box-shadow: 0px 0px 7px #9C9C9C;
    }

.fa-lc {
    padding: 0.64rem 0 0.15rem 0;
}

    .fa-lc ul {
        padding-top: 0.5rem;
    }

        .fa-lc ul li {
            width: 24.5%;
            float: left;
            margin-right: 0.5%;
        }

            .fa-lc ul li:last-child {
                margin-right: 0;
            }

            .fa-lc ul li h1 {
                overflow: hidden;
            }

                .fa-lc ul li h1 img, .cp03 dt img {
                    width: 100%;
                    height: 100%;
                    display: block;
                    transition-duration: .5s;
                }

            .fa-lc ul li p {
                font-size: 0.22rem;
                font-weight: bold;
                padding: 0.15rem 0 0 0.3rem;
            }

            .fa-lc ul li span {
                display: block;
                padding-left: 0.3rem;
                position: relative;
                padding-bottom: 0.15rem;
            }

                .fa-lc ul li span:after {
                    content: "";
                    width: 0%;
                    height: 2px;
                    background: #2953a0;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    transition-duration: .5s;
                }

            .fa-lc ul li:hover span:after {
                width: 100%;
            }

.more {
    display: block;
    width: 1.86rem;
    height: 0.54rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.16rem;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    margin-top: 0.3rem;
    transition-duration: .5s;
}

    .more img {
        padding-left: 0.15rem;
    }

.fa-ne dl dd h1 {
    font-weight: normal;
}

.fa-ne dl dd .more {
    color: #2953a0;
    font-weight: normal;
    border: 1px solid #2953a0;
}

.fa-ne dl:hover dd .more {
    background: #fff;
}

.fa-detail01 {
    background: #f0f0f0;
    padding: 0.85rem 0;
}

    .fa-detail01 .video-list {
        width: 50%;
        position: relative;
    }

        .fa-detail01 .video-list dl {
            width: 100%;
        }

#videDivo1, #videDivo2, #videDivo3, #videDivo4, #videDivo5 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cp-ri {
    width: 47%;
    padding-top: 0.3rem
}

    .cp-ri h1 {
        font-size: 0.48rem;
        line-height: 1.3;
    }

    .cp-ri h2 {
        font-size: 0.3rem;
        color: #444;
        padding: 0.2rem 0;
    }

    .cp-ri p {
        font-size: 0.18rem;
    }

.de-lc, .cp03 {
    padding-bottom: 0.6rem;
}

    .de-lc ul li {
        width: 32%;
        margin-right: 2%;
    }

        .de-lc ul li p {
            padding: 0.2rem 0;
        }

        .de-lc ul li span {
            padding-left: 0;
        }

    .cp03 dt {
        width: 50%;
        overflow: hidden
    }

    .cp03 dd {
        width: 50%;
        padding: 0.8rem 0 0 0.8rem;
    }

        .cp03 dd ul li {
            float: left;
            font-size: 0.3rem;
            padding-right: 0.2rem;
            color: #666;
            cursor: pointer;
        }

            .cp03 dd ul li.hover {
                font-weight: bold;
                color: #26509b
            }

.CbContainer h1 {
    font-size: 0.36rem;
    padding: 0.4rem 0 0.2rem 0;
}

.CbContainer p {
    font-size: 0.18rem;
}

.cs-ti {
    font-size: 0.36rem;
    padding-bottom: 0.45rem;
}

.cs-bi {
    font-size: 0.28rem;
    border-bottom: 2px solid #000;
    padding-bottom: 0.2rem;
}

.jscs ul {
    margin-bottom: 0.7rem;
}

    .jscs ul li {
        height: 0.83rem;
        line-height: 0.83rem;
        width: 50%;
        border-bottom: 1px solid #cccccc;
        float: left;
        padding-right: 1.6rem;
        box-sizing: border-box
    }

        .jscs ul li p {
            float: left;
            font-weight: bold;
            font-size: 0.22rem;
        }

        .jscs ul li span {
            float: right;
            font-size: 0.22rem;
        }

        .jscs ul li:nth-child(2n) {
            padding-right: 0;
        }



/* 本例子css */
.picScroll-left {
    overflow: hidden;
    position: relative;
    padding-bottom: 1.3rem;
}

    .picScroll-left .hd {
        overflow: hidden;
        margin-bottom: 0.32rem;
    }

        .picScroll-left .hd .prev, .picScroll-left .hd .next {
            display: block;
            width: 22px;
            height: 25px;
            float: right;
            overflow: hidden;
            cursor: pointer;
            background: url("../image/jt3.png") no-repeat center;
        }

        .picScroll-left .hd .prev {
            background: url("../image/jt3.png") no-repeat center;
            transform: rotate(180deg);
            margin-right: 26px;
        }

            .picScroll-left .hd .prev:hover, .picScroll-left .hd .next:hover {
                opacity: 0.5
            }

        .picScroll-left .hd .pageState {
            font-size: 24px;
            font-weight: bold;
            float: right;
            line-height: 1;
            padding-right: 0.2rem;
        }

    .picScroll-left .bd ul {
        overflow: hidden;
        zoom: 1;
    }

        .picScroll-left .bd ul li {
            margin: 0 8px;
            float: left;
            _display: inline;
            overflow: hidden;
        }

            .picScroll-left .bd ul li .pic {
                text-align: center;
            }

                .picScroll-left .bd ul li .pic img {
                    display: block;
                }

            .picScroll-left .bd ul li .title {
                line-height: 3;
                font-weight: bold;
                font-size: 0.3rem;
            }


.pro-nav .innernav-tab .swiper-slide a {
    padding: 0 0.3rem;
}

.banner-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 7.4rem;
    padding: 0.41rem 0 0.41rem 1.82rem;
}

    .banner-txt h1 {
        font-weight: normal;
        font-size: 0.48rem;
        line-height: 1.2;
    }

    .banner-txt p {
        font-size: 0.2rem;
    }

.ne-pro-list dl {
    width: 32%;
    float: left;
    margin-right: 2%
}

    .ne-pro-list dl dt {
     
        overflow: hidden;
        cursor: pointer;
        position: relative;
        height: 4.25rem; border:1px solid #9fa1a6
    }

        .ne-pro-list dl dt img, .pro-detail01 dt img {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            max-width: 80%;
            max-height: 80%;
            margin: auto;
            transition: all .4s;
        }

    .ne-pro-list dl dd {
        text-align: center;
        line-height: 1rem;
        transition-duration: .5s;
    }

        .ne-pro-list dl dd span {
            display: inline-block;
            background: url(../image/jt2.png) no-repeat right center;
            padding-right: 0.59rem;
            font-size: 0.2rem;
        }

    .ne-pro-list dl:hover dt img, .pro-detail01:hover dt img {
        transform: scale(1.1)
    }

    .ne-pro-list dl:hover dd {
        background: #2953a0;
        color: #fff;
        border-radius: 0 0 15px 15px;
    }

        .ne-pro-list dl:hover dd span {
            background: url(../image/jt.png) no-repeat right center;
        }

    .ne-pro-list dl:nth-child(3n), .xz-list dl:nth-child(5n) {
        margin-right: 0;
    }

.pro-cd {
    border-bottom: 1px solid #e4e4e4;
    font-size: 0.18rem;
    line-height: 0.67rem;
}

    .pro-cd p {
        text-align: right;
    }

        .pro-cd p span {
            color: #29539f
        }

.pro-detail01 {
    padding: 0.65rem 0;
}

    .pro-detail01 dt {
        width: 49%;
 
        float: left;
        height: 6.44rem;
        position: relative; border:1px solid #9fa1a6
    }

    .pro-detail01 dd {
        width: 47%;
        float: right;
        padding-top: 0.66rem;
    }

        .pro-detail01 dd h1 {
            font-size: 0.36rem;
            font-weight: normal;
        }

        .pro-detail01 dd h2 {
            font-size: 0.3rem;
            font-weight: normal;
        }

        .pro-detail01 dd p {
            padding: 0.5rem 0;
            font-size: 0.2rem;
        }

    .pro-detail01 ul {
        display: flex;
    }

        .pro-detail01 ul li {
            margin-right: 0.4rem;
        }

            .pro-detail01 ul li a {
                display: block;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 0.24rem;
                color: #264f9b
            }

                .pro-detail01 ul li a img {
                    padding-right: 0.1rem;
                }

                .pro-detail01 ul li a:hover {
                    font-weight: bold;
                }

.pro-bz {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    line-height: 0.56rem;
}

    .pro-bz li {
        position: relative;
        float: left;
    }

        .pro-bz li:after {
            content: "";
            width: 0%;
            height: 130%;
            position: absolute;
            bottom: 0;
            left: 0;
            background: #26509c;
            z-index: 1;
            transition-duration: .5s;
        }

        .pro-bz li a {
            display: block;
            padding: 0 1rem;
            font-size: 0.22rem;
            position: relative;
            z-index: 2;
        }

        .pro-bz li.on:after {
            width: 100%;
        }

        .pro-bz li.on a {
            color: #fff;
        }

#box1 img {
    margin: 0 auto;
    display: block;
}

.xl-pro-list dl:hover dt .bf-an:before {
    opacity: 1;
}

.xz-list {
    background: #f8f8f8;
    padding: 1rem 0;
    margin-top: 1rem;
}

    .xz-list dl {
        width: 18%;
        float: left;
        font-size: 0.18rem;
        text-align: center;
        margin-right: 2.5%;
    }

        .xz-list dl dd h1 {
            font-size: 0.2rem;
            color: #555;
            line-height: 1;
            padding-bottom: 0.05rem;
        }

        .xz-list dl dd h2 {
            font-weight: normal;
            color: #666;
            font-size: 0.18rem;
            line-height: 1;
            padding: 0.05rem 0
        }

        .xz-list dl dd p {
            color: #666;
            padding-bottom: 0.15rem;
        }

        .xz-list dl dd a {
            width: 90px;
            display: block;
            margin: 0 auto;
            color: #fff;
            background: url(../image/xz1.png) no-repeat 80% center#008bd0;
            font-size: 0.18rem;
            text-align: left;
            padding-left: 0.1rem;
            line-height: 0.41rem;
            transition-duration: .5s;
        }

            .xz-list dl dd a:hover {
                border-radius: 10px;
            }

.ne-about-memoir {
    padding: 1rem 0;
    background: #FFFFFF;
}

.dsj-info {
    width: 100%;
    display: flex;
}

.dsj-img {
    width: 46%;
    overflow: hidden;
}

    .dsj-img img {
        display: block;
        width: 100%;
        transition-duration: 0.5s;
    }

    .dsj-img:hover img {
        transform: scale(1.1);
    }

.dsj-message {
    width: 54%;
    padding-left: 0.6rem;
    box-sizing: border-box;
    padding-top: 1rem;
}

    .dsj-message h3 {
        font-size: 0.28rem;
        color: #28529e;
        font-weight: normal;
        margin-bottom: 0.2rem;
    }

        .dsj-message h3 span {
            font-size: 0.72rem;
            margin-right: 0.1rem;
            line-height: 0.72rem;
        }

    .dsj-message p {
        font-size: 0.18rem;
        color: #333333;
        line-height: 1.8;
        text-align: justify;
    }

.ne-about-honor {
    padding: 0.5rem 0;
    background: url(/images/ry-bg.jpg) no-repeat center center;
    background-size: cover;
}

.ab-title {
    font-size: 0.36rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.year-yuan {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(40,82,158,0);
    margin: 0 auto;
    position: relative;
}

    .year-yuan span {
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #888888;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -7px;
        margin-left: -7px;
    }

.sp-thumbnail p {
    font-size: 30px;
    color: #888888;
    text-align: center;
    line-height: 36px;
    margin-top: 10px;
}

.sp-thumbnails-container:before {
    display: block;
    content: '';
    width: 100%;
    border-top: 1px solid #d5d5d5;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 2;
}

.sp-thumbnails {
    z-index: 10;
}

.sp-selected-thumbnail .year-yuan {
    border: 1px solid rgba(40,82,158,1);
}

    .sp-selected-thumbnail .year-yuan span {
        background: #28529e;
    }

.sp-selected-thumbnail .sp-thumbnail p {
    color: #28529e;
}

.iframe {
    width: 100%;
    height: 6rem;
}

.ne-about-partner {
    padding: 0.75rem 0;
    background: #FFFFFF;
}

    .ne-about-partner ul {
        zoom: 1;
        margin-top: 0.5rem;
    }

        .ne-about-partner ul:after {
            display: block;
            content: '';
            clear: both;
        }

        .ne-about-partner ul li {
            float: left;
            width: 19.2%;
            height: 1.1rem;
            border: 1px solid #e5e5e5;
            margin-right: 1%;
            margin-bottom: 0.3rem;
            position: relative;
            text-align: center;
            line-height: 1.1rem;
        }

            .ne-about-partner ul li:nth-child(5n) {
                margin-right: 0;
            }

            .ne-about-partner ul li img {
                display: inline-block;
                vertical-align: middle;
                max-width: 90%;
                max-height: 90%;
            }

            .ne-about-partner ul li:hover img {
                -webkit-animation: icon-bounce 0.5s alternate;
                -moz-animation: icon-bounce 0.5s alternate;
                -o-animation: icon-bounce 0.5s alternate;
                animation: icon-bounce 0.5s alternate;
            }

@media screen and (max-width: 1440px) {
    .pro-nav .innernav-tab .swiper-slide a {
        font-size: 0.22rem;
        padding: 0 0.35rem;
    }

    .sp-thumbnail p {
        font-size: 24px;
        line-height: 30px;
    }

    .iframe {
        height: 9rem;
    }
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
    .i-nav .innernav-tab .swiper-slide a {
    }

    .i-nav .innernav-tab .swiper-slide {
        width: auto;
        margin-right: 20px;
    }

    .i-nav {
        height: 50px;
        line-height: 50px;
    }


    .dsj-info {
        display: block;
    }

    .dsj-img {
        width: 100%;
    }

    .dsj-message {
        width: 100%;
        padding: 0.3rem 0.2rem;
    }

    .year-yuan {
        width: 20px;
        height: 20px;
    }

        .year-yuan span {
            width: 10px;
            height: 10px;
            margin-top: -5px;
            margin-left: -5px;
        }

    .sp-thumbnail p {
        font-size: 18px;
        line-height: 30px;
        margin-top: 0;
    }

    .dsj-message h3 {
        font-size: 16px;
    }

        .dsj-message h3 span {
            font-size: 36px;
            line-height: 36px;
        }

    .dsj-message p {
        font-size: 16px;
    }

    .sp-thumbnails-container:before {
        top: 10px;
    }

    .ne-about-honor {
        padding: 30px 0;
    }

    .iframe {
        height: 22rem;
    }

    .ab-title {
        font-size: 24px;
    }

    .ne-about-partner {
        padding: 30px 0;
    }

        .ne-about-partner ul {
            margin-top: 30px;
        }

            .ne-about-partner ul li {
                width: 49%;
                height: 60px;
                margin-right: 2%;
            }

                .ne-about-partner ul li:nth-child(5n) {
                    margin-right: 2%;
                }

                .ne-about-partner ul li:nth-child(2n) {
                    margin-right: 0;
                }
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1450px) {
}

@media (-webkit-device-pixel-ratio: 1.25) {
    .fa-ne dl dd .more {
        width: 40%;
    }
}



@media screen and (max-width:768px) {

    .mobile-banner, .mobile-zzry, .r-tips {
        display: block !important
    }

    .pc-banner, .yw-yuan, .zzry, .zp_ti li:nth-child(5), .sideMenu1 h3 dl dd:nth-child(5), .slst-icon:after, .slst-line span, .slst-fr ul li:nth-child(6) .slst-line:before, .banner-txt {
        display: none
    }

    .ne-xi {
        padding: 30px 20px;
    }

    .video-list dl, .video-list dl:nth-child(3n), .ne-pro-list dl, .ne-pro-list dl:nth-child(3n), .xz-list dl:nth-child(5n), .xz-list dl, .fa-lc ul li {
        width: 48%;
        margin: 0 1% 15px;
    }

        .video-list dl dd {
            font-size: 15px;
            line-height: 40px;
        }

    .bf-an span {
        width: 30px;
        height: 30px;
    }

    .page ul li a {
        padding: 0 10px;
        line-height: 30px;
    }

    .new-nr-ti h1, .pro-nav .innernav-tab .swiper-slide a, .fa-txt p, .fc01 p, .ne-new-list dl dd h1 {
        font-size: 16px;
    }

    .new-nr-ti p, .new-nr-zi, .r-tips p, .pro-detail01 ul li a, .xl-pro-list dl dd p, .fa-txt span, .fa-lc ul li span, .cp-ri p, .fc01 span, .fa-txt span, .fwjs-list li, .ne-new-list dl dd p {
        font-size: 14px;
    }

    .ne-pro-list dl dt {
        height: 200px;
    }

    .pro-detail01 dt {
        width: 100%;
        height: 200px;
    }

    .pro-detail01 dd, .xl-pro-list dl dt, .xl-pro-list dl dd, .fa-txt span, .jjfa-list dl:nth-child(1), .jjfa-list dl, .jjfa-list dl:nth-child(2), .jjfa-list dl dd, .fa-detail01 .video-list, .cp-ri, .de-lc ul li, .cp03 dt, .cp03 dd {
        height: auto;
        width: 100%;
        position: relative;
    }

        .pro-detail01 dd p {
            font-size: 14px;
            padding: 10px 0;
        }

    .pro-bz li a {
        font-size: 16px;
        padding: 0 20px;
    }

    .xl-pro-list dl dd {
        padding: 15px 0 20px 0;
    }

    .fa-lc ul li p {
        font-size: 16px;
        padding: 5px 0 0 0;
        font-weight: normal;
    }

    .fa-lc ul li span {
        padding-left: 0;
        line-height: 20px;
        height: 45px;
    }

    .fa-lc {
        padding: 20px 0 0;
    }

    .fa-ne dl dd .more {
        width: 40%;
        line-height: 45px;
        height: 45px;
    }

    .cp-ri h1, .fc01 h1 {
        font-size: 17px;
        line-height: 1.6;
    }

    .de-lc ul {
        padding: 0 20px;
    }

        .de-lc ul li {
            margin: 0 0 15px 0;
        }

            .de-lc ul li span {
                height: auto;
            }

    .cp03 dd {
        padding: 15px 0;
    }

    .jscs ul li {
        width: 100%;
        font-size: 14px;
        padding-right: 0;
    }

    .picScroll-left .bd ul li .title {
        font-size: 14px;
        line-height: 1;
        font-weight: normal;
        padding: 15px 0;
    }

    .picScroll-left .bd ul li {
        width: 30%;
    }

    .fwjs-list li {
        padding-left: 30px;
        margin-bottom: 10px;
        background-size: 15px 15px;
    }

    .ne-new-list dl dt, .ne-new-list dl dd {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .ne-rq {
        width: 70px;
        height: 70px;
        background: #224b96;
        color: #fff;
        left: 0;
        top: 20px;
    }

        .ne-rq p {
            font-size: 17px;
            padding-top: 10px;
        }

        .ne-rq span {
            font-size: 14px;
        }

    .ne-new-list dl {
        padding: 20px 0;
    }
}










@keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes scaleDraw {
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        /*开始为原始大小*/
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
