﻿@import url(style.css);
@import url(swiper.min.css);
@import url(pscroll.css);
@import url(share.min.css);
@import url(lrtk3.css);
/*首页*/
/*轮显*/
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .banner .swiper-container { /* width: 100%; height: 100%; position: absolute; z-index: 1; top: 0;left: 0; right: 0;bottom: 0;*/
    }

    .banner .lzpic1,
    .banner .lzpic2 {
        width: 100%;
        height: 100%;
        background: no-repeat center;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
    }

.lzpic1 img {
    width: 100%;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.banner .text {
    max-width: 1440px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=45, Color=#989898)";
    text-shadow: -2px 2px 6px rgba(152, 152, 152, 0.8);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color=#989898);
    padding: 0 20px;
}

    .banner .text .small {
        font-size: 30px;
    }

.banner .swiper-pagination {
    width: 100%;
    bottom: 30px;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s-ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

    .banner .swiper-pagination.gao {
        bottom: 380px;
    }

    .banner .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
        height: 5px;
        background: rgba(255,255,255,0.26);
        ;
        opacity: 1;
        margin: 0 6px;
        border-radius: 0;
    }

    .banner .swiper-pagination .swiper-pagination-bullet-active {
        background: #fff;
        background-size: cover;
    }

.lzpic2 {
    display: none;
}

    .lzpic2 img {
        width: 100%;
        opacity: 0;
        filter: Alpha(opacity=0);
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 3%;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 3%;
}

    .swiper-button-next:hover, .swiper-button-prev:hover {
        opacity: 0.8;
        filter: Alpha(opacity=80);
    }
/*图标*/
.i_one {
    overflow: hidden;
    text-align: center;
    margin-top: 5%;
    -webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 6px;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .i_one ul li {
        float: left;
        width: 25%;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

        .i_one ul li:after {
            content: "";
            position: absolute;
            right: 0;
            height: 69px;
            top: 50%;
            margin-top: -34px;
            width: 1px;
            background: url(../images/i_bg1.png) no-repeat;
            background-size: 100% 100%;
        }

        .i_one ul li:last-child:after {
            width: 0;
        }

        .i_one ul li i {
            display: inline-block;
            vertical-align: top;
            height: 51px;
            width: 51px;
            background: no-repeat;
            background-size: 100% 100%;
            overflow: hidden;
            margin-right: 10px;
            transition: all 0.3s;
        }

            .i_one ul li i.bgs1 {
                background-image: url(../images/i_pic1.png);
            }

            .i_one ul li i.bgs2 {
                background-image: url(../images/i_pic2.png);
            }

            .i_one ul li i.bgs3 {
                background-image: url(../images/i_pic3.png);
            }

            .i_one ul li i.bgs4 {
                background-image: url(../images/i_pic4.png);
            }

        .i_one ul li:hover i {
            transform: rotate(360deg);
        }

        .i_one ul li .txts {
            overflow: hidden;
            display: inline-block;
            vertical-align: top;
            text-align: left;
        }

        .i_one ul li .h3 {
            font-weight: normal;
            line-height: 30px;
            height: 30px;
            overflow: hidden;
            color: #333;
            font-size: 18px;
            transition: all 0.3s;
        }

        .i_one ul li .p {
            color: #c0c0c0;
            font-size: 14px;
            overflow: hidden;
            line-height: 22px;
            height: 22px;
            margin-top: 2px;
        }

        .i_one ul li:hover .h3 {
            color: #38a2eb;
        }
/*产品与服务*/
.i_t {
    margin-top: 5%;
    overflow: hidden;
    text-align: center;
    color: #999999;
}

    .i_t .h2 {
        font-weight: normal;
        line-height: 1.2;
        overflow: hidden;
        color: #222222;
    }

    .i_t .p {
        display: block;
        overflow: hidden;
        line-height: 26px;
        font-size: 15px;
        padding-top: 1.8%;
    }

.i_two {
    margin-top: 4%;
    overflow: hidden;
    margin-bottom: 5%;
}

    .i_two .imgs {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding-top: 44.3%;
    }

        .i_two .imgs img {
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.6s ease-out 0s;
            -moz-transition: all 0.6s ease-out 0s;
            -o-transition: all 0.6s ease-out 0s;
            transition: all 0.6s ease-out 0s;
        }

    .i_two ul li {
        float: left;
        width: 49%;
        margin-bottom: 2%;
        overflow: hidden;
    }

        .i_two ul li:nth-child(2n+0) {
            float: right;
        }

        /*.i_two ul li:nth-child(5) {
            width: 100%;
            float: none;
        }*/
        .i_two ul li:first-child {
            width: 100%;
            float: none;
        }

            /*.i_two ul li:nth-child(5) .imgs {
                padding-top: 21.5%;
            }

            .i_two ul li:nth-child(5) .txts .cons {
                text-align: center;
            }

            .i_two ul li:nth-child(5) .txts em {
                margin: 0 auto;
            }*/
            .i_two ul li:first-child .imgs {
                padding-top: 21.5%;
            }

            .i_two ul li:first-child .txts .cons {
                text-align: center;
            }

            .i_two ul li:first-child .txts em {
                margin: 0 auto;
            }

        .i_two ul li:hover .imgs img {
            -webkit-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
        }

        .i_two ul li .txts {
            height: 100%;
            overflow: hidden;
            transition: all 0.4s;
            position: absolute;
            bottom: 0%;
            left: 0;
            width: 100%;
            background: rgba(0,0,0,0.25);
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .i_two ul li .txts:after {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background-image: url(../images/i_bg3.png);
                background-size: 60px 60px;
                background-repeat: no-repeat;
                background-position: center center;
                opacity: 0;
                filter: Alpha(opacity=0);
                transition: all 0.4s;
            }

            .i_two ul li .txts .cons {
                margin: 0 auto;
                overflow: hidden;
                text-align: left;
                width: 94%; /* max-width:526px;*/
                color: #fff;
            }

            .i_two ul li .txts .h2 {
                font-weight: bold;
                height: 32px;
                line-height: 32px;
                overflow: hidden;
            }

            .i_two ul li .txts .desc {
                line-height: 22px;
                overflow: hidden;
                font-size: 15px;
                margin-top: 2%;
            }

            .i_two ul li .txts em {
                width: 44px;
                height: 6px;
                display: block;
                overflow: hidden;
                background: url(../images/i_bg2.png) no-repeat;
                opacity: 0;
                filter: Alpha(opacity=0);
                transition: all 0.3s;
            }

        .i_two ul li:hover .txts em {
            margin-top: 8%;
            opacity: 1;
            filter: Alpha(opacity=100);
        }

        .i_two ul li:hover .txts {
            background: none;
        }
/*.i_two ul li:hover .txts:after{opacity:1;filter:Alpha(opacity=100);}*/
/*解决方案*/
.i_three {
    background: #f4f6f7;
    overflow: hidden;
}

.i_three_a {
    background: #fff;
    overflow: hidden;
    height: 70px;
    line-height: 70px;
    position: relative;
    font-size: 18px;
    margin-top: 4%;
}

    .i_three_a .scroller {
        position: absolute;
    }

        .i_three_a .scroller li {
            float: left; /*  padding-right:3%;*/
        }

            .i_three_a .scroller li:nth-child(1) {
                margin-right: 0%;
            }

            .i_three_a .scroller li dd {
                overflow: hidden;
                float: left;
                padding-left: 38px;
                padding-right: 38px;
                position: relative;
                cursor: pointer;
            }

                .i_three_a .scroller li dd:after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 0;
                    height: 2px;
                    background: #0546ff;
                }

            .i_three_a .scroller li a {
                color: #222222;
            }

                .i_three_a .scroller li a:hover {
                    color: #222222;
                }

            .i_three_a .scroller li.cur a {
                color: #222222;
            }

            .i_three_a .scroller li.cur dd:after {
                width: 100%;
            }

.i_three_ul {
    overflow: hidden;
    margin-top: px;
}
/*应用案例*/
.i_four {
    overflow: hidden;
    background: url(../images/i_bg5.jpg) no-repeat;
    background-size: cover;
}

    .i_four .i_t {
        color: #fff;
    }

        .i_four .i_t .h2 {
            color: #fff;
        }

    .i_four .i_four_a {
        overflow: hidden;
        background: url(../images/i_bg6.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 4%;
        font-size: 15px;
    }

        .i_four .i_four_a .i_four_a_l {
            height: 45px;
            line-height: 45px;
            float: left;
            width: calc(100% - 160px);
            width: -webkit-calc(100% - 160px);
            width: -moz-calc(100% - 160px);
            position: relative;
            overflow: hidden;
        }

        .i_four .i_four_a .imore {
            float: right;
            width: 158px;
            text-align: center;
            color: #fff;
            height: 45px;
            line-height: 45px;
        }

        .i_four .i_four_a .scroller {
            position: absolute;
        }

            .i_four .i_four_a .scroller li {
                float: left; /*  padding-right:3%;*/
            }

                .i_four .i_four_a .scroller li:nth-child(1) {
                    margin-right: 0%;
                }

                .i_four .i_four_a .scroller li dd {
                    overflow: hidden;
                    float: left;
                    width: 158px;
                    position: relative;
                    cursor: pointer;
                    text-align: center;
                }

                .i_four .i_four_a .scroller li a {
                    color: #fff;
                }

                    .i_four .i_four_a .scroller li a:hover {
                        color: #fff;
                    }

                .i_four .i_four_a .scroller li.cur dd {
                    background: url(../images/i_bg7.png) center bottom no-repeat;
                    background-size: 100% 100%;
                }

                .i_four .i_four_a .scroller li.cur a {
                    color: #fff;
                }

    .i_four .i_four_div {
        overflow: hidden;
        position: relative;
        z-index: 0;
        margin-bottom: 5%;
    }

        .i_four .i_four_div:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../images/i_bg8.png) center top no-repeat;
            opacity: 0.23;
            filter: Alpha(opacity=23);
            background-size: 100% 100%;
            z-index: -1;
        }

        .i_four .i_four_div .divs {
            padding: 3%;
            overflow: hidden;
        }

        .i_four .i_four_div .boxs {
            padding-top: 14px;
            overflow: hidden;
            width: 96%;
            max-width: 519px;
        }

        .i_four .i_four_div .i_four_div_l {
            float: left;
            width: 50%;
            overflow: hidden;
            height: 318px;
            position: relative;
        }

            .i_four .i_four_div .i_four_div_l:after {
                content: "";
                position: absolute;
                right: 0;
                top: 0;
                height: 100%;
                width: 1px;
                background: rgba(57,69,161,0.5);
            }

            .i_four .i_four_div .i_four_div_l .imgs {
                overflow: hidden;
            }

            .i_four .i_four_div .i_four_div_l .img {
                overflow: hidden;
                height: 186px;
                position: relative;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: cover;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
            }

            .i_four .i_four_div .i_four_div_l:hover .img {
                -webkit-transform: scale(1.1, 1.1);
                -moz-transform: scale(1.1, 1.1);
                -o-transform: scale(1.1, 1.1);
                -ms-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
            }

            .i_four .i_four_div .i_four_div_l .img img {
                width: 100%;
                opacity: 0;
                filter: Alpha(opacity=0);
            }

            .i_four .i_four_div .i_four_div_l .h3 {
                font-weight: bold;
                color: #fff;
                overflow: hidden;
                height: 32px;
                line-height: 32px;
                margin-top: 18px;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .i_four .i_four_div .i_four_div_l .p {
                height: 22px;
                line-height: 22px;
                margin-top: 10px;
                overflow: hidden;
                color: #adb2da;
                font-size: 14px;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

        .i_four .i_four_div .i_four_div_r {
            float: left;
            width: 50%;
            overflow: hidden;
            line-height: 24px;
            color: #adb2da;
            font-size: 14px;
        }

            .i_four .i_four_div .i_four_div_r img {
                max-width: 100%;
            }

            .i_four .i_four_div .i_four_div_r .boxs {
                float: right;
            }

            .i_four .i_four_div .i_four_div_r .img2 {
                max-width: 100%;
                display: block;
            }

            .i_four .i_four_div .i_four_div_r .p {
                margin-top: 12px;
                max-height: 72px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

            .i_four .i_four_div .i_four_div_r .rel {
                overflow: hidden;
                margin-top: 42px;
            }

                .i_four .i_four_div .i_four_div_r .rel label {
                    float: left;
                    overflow: hidden;
                    height: 30px;
                    line-height: 30px;
                    color: #fff;
                    margin-right: 3px;
                }

                .i_four .i_four_div .i_four_div_r .rel .p2 {
                    overflow: hidden;
                }

                    .i_four .i_four_div .i_four_div_r .rel .p2 a {
                        height: 28px;
                        line-height: 28px;
                        float: left;
                        width: 45%;
                        max-width: 177px;
                        border: 1px solid #a4a9d2;
                        margin-right: 2%;
                        transition: all 0.3s;
                        font-size: 14px;
                        color: rgba(255,255,255,0.6);
                        text-align: center;
                        padding-left: 1%;
                        padding-right: 1%;
                        margin-bottom: 1%;
                    }

                        .i_four .i_four_div .i_four_div_r .rel .p2 a:hover {
                            background: #2285ed;
                            border-color: #2285ed;
                            color: #fff;
                        }

                        .i_four .i_four_div .i_four_div_r .rel .p2 a span {
                            color: #888888;
                        }

    .i_four .i_more {
        border-color: #fff;
        color: #fff;
    }

        .i_four .i_more:hover {
            background: #fff;
            color: #2285ed;
        }
/*企业新闻*/
.i_five {
    background: #f4f6f7;
    overflow: hidden;
}
/*同望新媒体平台*/
.i_six_a {
    overflow: hidden;
    margin-top: 4%;
    position: relative;
    height: 85px;
}

    .i_six_a .scroller {
        position: absolute;
    }

        .i_six_a .scroller li {
            float: left; /*  padding-right:3%;*/
            padding-left: 30px;
            padding-right: 30px;
            position: relative;
        }

            .i_six_a .scroller li:after {
                content: "";
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -20px;
                height: 40px;
                background: #e5e5e5;
                width: 1px;
            }

            .i_six_a .scroller li:last-child:after {
                width: 0;
            }

            .i_six_a .scroller li:nth-child(1) {
                margin-right: 0%;
            }

            .i_six_a .scroller li:nth-child(1) {
                padding-left: 0;
            }

            .i_six_a .scroller li dd {
                overflow: hidden;
                cursor: pointer;
                text-align: center;
            }

            .i_six_a .scroller li a {
                color: #555555;
            }
            /*.i_six_a .scroller li a:hover{ color:#2285ed;}*/
            .i_six_a .scroller li.cur dd i {
            }

            .i_six_a .scroller li.cur a {
                color: #2285ed;
            }

            .i_six_a .scroller li:hover a {
                color: #2285ed;
            }

            .i_six_a .scroller li dd i {
                width: 54px;
                height: 54px;
                margin: 0 auto;
                display: block;
                background-repeat: no-repeat;
                background-size: 100% 100%;
                overflow: hidden;
                transition: all 0.3s;
            }
            /*.i_six_a .scroller li dd i.bgs1{ background-image:url(../images/ecology_pic1.png);}
.i_six_a .scroller li dd i.bgs2{ background-image:url(../images/ecology_pic2.png);}
.i_six_a .scroller li dd i.bgs3{ background-image:url(../images/ecology_pic3.png);}
.i_six_a .scroller li dd i.bgs4{ background-image:url(../images/ecology_pic4.png);}
.i_six_a .scroller li dd i.bgs5{ background-image:url(../images/ecology_pic5.png);}
.i_six_a .scroller li dd i.bgs6{ background-image:url(../images/ecology_pic6.png);}
.i_six_a .scroller li dd i.bgs7{ background-image:url(../images/ecology_pic7.png);}
.i_six_a .scroller li dd i.bgs8{ background-image:url(../images/ecology_pic8.png);}
.i_six_a .scroller li dd i.bgs9{ background-image:url(../images/ecology_pic9.png);}
.i_six_a .scroller li dd i.bgs10{ background-image:url(../images/ecology_pic10.png);}
.i_six_a .scroller li.cur dd i.bgs1{ background-image:url(../images/i_a1_on.png);}
.i_six_a .scroller li.cur dd i.bgs2{ background-image:url(../images/i_a2_on.png);}
.i_six_a .scroller li.cur dd i.bgs3{ background-image:url(../images/i_a3_on.png);}
.i_six_a .scroller li.cur dd i.bgs4{ background-image:url(../images/i_a4_on.png);}
.i_six_a .scroller li.cur dd i.bgs5{ background-image:url(../images/i_a5_on.png);}
.i_six_a .scroller li.cur dd i.bgs6{ background-image:url(../images/i_a6_on.png);}
.i_six_a .scroller li.cur dd i.bgs7{ background-image:url(../images/i_a7_on.png);}
.i_six_a .scroller li.cur dd i.bgs8{ background-image:url(../images/i_a8_on.png);}
.i_six_a .scroller li.cur dd i.bgs9{ background-image:url(../images/i_a9_on.png);}
.i_six_a .scroller li.cur dd i.bgs10{ background-image:url(../images/i_a10_on.png);}
.i_six_a .scroller li:hover dd i.bgs1{ background-image:url(../images/i_a1_on.png);}
.i_six_a .scroller li:hover dd i.bgs2{ background-image:url(../images/i_a2_on.png);}
.i_six_a .scroller li:hover dd i.bgs3{ background-image:url(../images/i_a3_on.png);}
.i_six_a .scroller li:hover dd i.bgs4{ background-image:url(../images/i_a4_on.png);}
.i_six_a .scroller li:hover dd i.bgs5{ background-image:url(../images/i_a5_on.png);}
.i_six_a .scroller li:hover dd i.bgs6{ background-image:url(../images/i_a6_on.png);}
.i_six_a .scroller li:hover dd i.bgs7{ background-image:url(../images/i_a7_on.png);}
.i_six_a .scroller li:hover dd i.bgs8{ background-image:url(../images/i_a8_on.png);}
.i_six_a .scroller li:hover dd i.bgs9{ background-image:url(../images/i_a9_on.png);}
.i_six_a .scroller li:hover dd i.bgs10{ background-image:url(../images/i_a10_on.png);}*/
            .i_six_a .scroller li dd .h4 {
                font-size: 15px;
                font-weight: normal;
                overflow: hidden;
                text-align: center;
                height: 28px;
                line-height: 28px;
                margin-top: 6px;
            }

.i_six {
    margin-top: 2.5%;
    overflow: hidden;
    position: relative;
    margin-bottom: 5%;
}

    .i_six .img {
        width: 100%;
        transition: all 0.3s;
    }

    .i_six:hover .img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    .i_six .VPlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.2);
        cursor: pointer;
        z-index: 2;
    }

        .i_six .VPlay::before {
            position: absolute;
            left: 50%;
            top: 50%;
            height: 70px;
            width: 70px;
            margin-left: -35px;
            margin-top: -35px;
            background: url(../images/i_bg9.png) no-repeat;
            background-size: 100% 100%;
            content: "";
            transition: all 0.3s;
        }

            .i_six .VPlay::before:hover {
                opacity: 0.8;
                filter: Alpha(opacity=80);
            }

    .i_six .video {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: 1;
    }

    .i_six .VPlay {
        z-index: 2;
    }

    .i_six.on .VPlay {
        opacity: 0;
        z-index: 1;
    }

    .i_six.on .video {
        opacity: 1;
        z-index: 2;
        outline: none;
        background: #000;
    }
/*客户及合作伙伴*/
.i_seven {
    background: #f4f6f7;
    overflow: hidden;
}
/*关于我们*/
.i_eight {
    overflow: hidden;
    background: url(../img/i_img12.jpg) no-repeat;
    background-size: cover;
}

    .i_eight .wrap2 {
        margin-top: 5%;
        margin-bottom: 5%;
        position: relative;
    }

    .i_eight .i_eight_l {
        float: left;
        overflow: hidden;
        width: 62.5%;
    }

        .i_eight .i_eight_l .span {
            font-weight: bold;
            overflow: hidden;
            text-transform: uppercase;
            font-family: Arial;
            color: rgba(255,255,255,0.02);
            line-height: 1;
        }

        .i_eight .i_eight_l .h3 {
            font-weight: normal;
            color: #fff;
            overflow: hidden;
            margin-top: 2%;
            line-height: 1;
        }

        .i_eight .i_eight_l .p {
            font-size: 14px;
            overflow: hidden;
            color: #adb2da;
            line-height: 28px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            margin-top: 4%;
            max-width: 610px;
        }

        .i_eight .i_eight_l .a {
            margin-top: 6%;
            overflow: hidden;
            max-width: 600px;
        }

            .i_eight .i_eight_l .a ul li {
                float: left;
                width: 20%;
                position: relative;
                overflow: hidden;
                margin-bottom: 2%;
            }

                .i_eight .i_eight_l .a ul li:after {
                    width: 1px;
                    height: 10px;
                    background: rgba(219,226,224,0.25);
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 50%;
                    margin-top: -5px;
                }

                .i_eight .i_eight_l .a ul li:last-child:after {
                    width: 0;
                }

                .i_eight .i_eight_l .a ul li:nth-child(5n+0):after {
                    width: 0;
                }

                .i_eight .i_eight_l .a ul li a {
                    margin-right: 1px;
                    display: block;
                    overflow: hidden;
                    text-align: center;
                    height: 40px;
                    line-height: 40px;
                    color: #fff;
                    font-size: 16px;
                    transition: all 0.3s;
                }

                    .i_eight .i_eight_l .a ul li a:hover {
                        background: #2285ed;
                    }

                .i_eight .i_eight_l .a ul li.on a {
                    background: #2285ed;
                }

    .i_eight .i_eight_r {
        width: 44%;
        max-width: 527px;
        position: absolute;
        right: 0;
        top: 0%;
    }

        .i_eight .i_eight_r img {
            display: block;
            width: 100%;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.6s ease-out 0s;
            -moz-transition: all 0.6s ease-out 0s;
            -o-transition: all 0.6s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

        .i_eight .i_eight_r:hover img {
            -webkit-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
        }

    .i_eight .i_more {
        border-color: #fff;
        color: #fff;
        margin-bottom: 0%;
        margin-top: 3.5%;
    }

        .i_eight .i_more:hover {
            background: #fff;
            color: #2285ed;
        }
/*广告*/
.i_contact {
    margin-top: 4.5%;
    overflow: hidden;
    background: url(../images/i_bg10.jpg) center center no-repeat;
    background-size: cover;
}

    .i_contact .i_title {
        margin-top: 5%;
        overflow: hidden;
        text-align: center;
        font-weight: normal;
        color: #fff;
        line-height: 1.2;
    }

    .i_contact .i_more_div {
        text-align: center;
        overflow: hidden;
        margin-bottom: 4.5%;
    }

    .i_contact .i_more2 {
        width: 152px;
        height: 40px;
        margin: 0 auto;
        display: inline-block;
        clear: both;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        transition: all 0.3s;
        margin-top: 3.5%;
        margin-right: 3px;
        margin-left: 3px;
        border: 1px solid #fff;
    }

        .i_contact .i_more2:hover {
            text-decoration: none;
            color: #fff;
            background: #2285ed;
            border: 1px solid #2285ed;
        }

.i_more {
    width: 152px;
    height: 40px;
    margin: 0 auto;
    display: block;
    clear: both;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    text-align: center;
    transition: all 0.3s;
    margin: 0 auto;
    margin-bottom: 6%;
    border: 1px solid #ddd;
}

    .i_more:hover {
        background: #2285ed;
        color: #fff;
        border-color: #2285ed;
    }

    .i_more.bgs2 {
        margin-top: 0;
    }

@media screen and (max-width: 1660px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1100px) {
    /*轮显*/
    .lzpic2 {
        display: block;
    }

    .lzpic1 {
        display: none;
    }
    /*.banner .swiper-container{ position:static;}*/
    .banner .swiper-pagination {
        bottom: 25px;
    }

        .banner .swiper-pagination .swiper-pagination-bullet {
            width: 40px;
            height: 3px;
            margin: 0 5px;
        }

    .swiper-button-next, .swiper-button-prev {
        width: 20px;
        height: 33px;
        background-size: 100% 100%;
    }
    /*图标*/
    .i_one ul li i {
        display: block;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .i_one ul li .txts {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    /*图标*/
    .i_one {
        -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
        box-shadow: 0 0px px rgba(0,0,0,0);
        margin-top: 2%;
    }

        .i_one ul li {
            width: 50%;
        }

            .i_one ul li:nth-child(1), .i_one ul li:nth-child(2) {
                margin-bottom: 3%;
            }

            .i_one ul li:nth-child(2n+0):after {
                width: 0;
            }
    /*解决方案*/
    .i_three_a {
        font-size: 16px;
        height: 60px;
        line-height: 60px;
    }

        .i_three_a .scroller li dd {
            padding-left: 18px;
            padding-right: 18px;
        }
    /*应用案例*/
    .i_four .i_four_a {
        font-size: 14px;
    }

        .i_four .i_four_a .i_four_a_l {
            width: calc(100% - 130px);
            width: -webkit-calc(100% - 130px);
            width: -moz-calc(100% - 130px);
        }

        .i_four .i_four_a .scroller li dd {
            width: 130px;
        }

        .i_four .i_four_a .imore {
            width: 130px;
        }

    .i_four .i_four_div .i_four_div_r .rel .p2 a {
        display: block;
        width: 80%;
        margin-bottom: 2%;
    }
    /*同望新媒体平台*/
    .i_six_a .scroller li {
        padding-left: 20px;
        padding-right: 20px;
    }

        .i_six_a .scroller li dd i {
            width: 50px;
            height: 50px;
        }

        .i_six_a .scroller li dd .h4 {
            font-size: 14px;
        }

    .i_six .VPlay::before {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px;
    }
    /*关于我们*/
    .i_eight .i_eight_l .p {
        line-height: 24px;
    }

    .i_eight .i_eight_l .a ul li a {
        font-size: 15px;
    }

    .i_eight .i_eight_r {
        top: 10%;
        width: 40%;
    }
}

@media screen and (max-width: 780px) {
    /*轮显*/
    .banner .swiper-pagination {
        bottom: 20px;
    }

        .banner .swiper-pagination .swiper-pagination-bullet {
            width: 30px;
        }
    /*产品与服务*/
    .i_two ul li:nth-child(5) .imgs {
        /*padding-top: 22%;*/
    }

    .i_two ul li .txts .h2 {
        height: 28px;
        line-height: 28px;
    }

    .i_two ul li .txts .desc {
        font-size: 14px;
        line-height: 20px;
    }

    .i_two ul li:hover .txts em {
        margin-top: 6%;
    }
    /*应用案例*/
    .i_four .i_four_a {
        font-size: 13px;
    }

        .i_four .i_four_a .i_four_a_l {
            width: calc(100% - 110px);
            width: -webkit-calc(100% - 110px);
            width: -moz-calc(100% - 110px);
        }

        .i_four .i_four_a .scroller li dd {
            width: 110px;
        }

        .i_four .i_four_a .imore {
            width: 110px;
        }

    .i_four .i_four_div .divs {
        padding: 2%;
    }

    .i_four .i_four_div .boxs {
        max-width: none;
        width: 100%;
        padding-top: 0;
    }

    .i_four .i_four_div .i_four_div_r .rel .p2 a {
        width: 45%;
    }

    .i_four .i_four_div .i_four_div_l {
        float: none;
        width: 100%;
        height: auto;
    }

        .i_four .i_four_div .i_four_div_l:after {
            width: 0;
        }

        .i_four .i_four_div .i_four_div_l .img {
            height: auto;
        }

    .i_four .i_four_div .i_four_div_r {
        float: none;
        width: 100%;
        margin-top: 3%;
        margin-bottom: 2%;
    }

        .i_four .i_four_div .i_four_div_r .boxs {
            float: none;
        }

        .i_four .i_four_div .i_four_div_r .rel {
            margin-top: 4%;
        }
    /*关于我们*/
    .i_eight .i_eight_l {
        float: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .i_eight .i_eight_r {
        position: static;
        transform: translate(0%, 0%);
        width: 94%;
        margin: 0 auto;
        padding-top: 3%;
    }
}

@media screen and (max-width: 640px) {
    /*图标*/
    .i_one {
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .i_one ul li:nth-child(1), .i_one ul li:nth-child(2) {
            margin-bottom: 4%;
        }
    /*产品与服务*/
    .i_t .p {
        font-size: 14px;
    }

    .i_two ul li .txts:after {
        background-size: 50px 50px;
    }

    .i_two ul li .txts .desc {
        font-size: 13px;
    }
    /*解决方案*/
    .i_three_a {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }

        .i_three_a .scroller li dd {
            padding-left: 12px;
            padding-right: 12px;
        }
    /*应用案例*/
    .i_four .i_four_a {
        font-size: 12px;
    }

        .i_four .i_four_a .i_four_a_l {
            width: calc(100% - 90px);
            width: -webkit-calc(100% - 90px);
            width: -moz-calc(100% - 90px);
        }

        .i_four .i_four_a .scroller li dd {
            width: 90px;
        }

        .i_four .i_four_a .imore {
            width: 90px;
        }
    /*同望新媒体平台*/
    .i_six_a .scroller li {
        padding-left: 16px;
        padding-right: 16px;
    }

        .i_six_a .scroller li dd i {
            width: 46px;
            height: 46px;
        }

    .i_six .VPlay::before {
        width: 46px;
        height: 46px;
        margin-left: -23px;
        margin-top: -23px;
    }
    /*关于我们*/
    .i_eight .i_eight_l .a ul li a {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }

    .i_eight .i_eight_l .p {
        font-size: 13px;
    }
}

@media screen and (max-width: 520px) {
}

@media screen and (max-width: 480px) {
    /*图标*/
    .i_one {
        padding-top: 20px;
        padding-bottom: 10px;
    }

        .i_one ul li i {
            width: 46px;
            height: 46px;
        }

        .i_one ul li .h3 {
            font-size: 16px;
        }

        .i_one ul li .p {
            font-size: 13px;
        }
    /*产品与服务*/
    .i_t {
        margin-top: 6%;
    }

        .i_t .p {
            font-size: 13px;
        }

    .i_two ul li .txts em {
        display: none;
    }

    .i_two ul li .txts:after {
        background-size: 40px 40px;
    }

    .i_two ul li .txts .desc {
        font-size: 12px;
        margin-top: 0;
    }
    /*应用案例*/
    .i_four .i_four_div .i_four_div_l .h3 {
        margin-top: 12px;
        height: 26px;
        line-height: 26px;
    }

    .i_four .i_four_div .i_four_div_l .p {
        font-size: 13px;
    }

    .i_four .i_four_div .i_four_div_r {
        font-size: 13px;
    }

        .i_four .i_four_div .i_four_div_r .rel label {
            float: none;
            margin-bottom: 3px;
            margin-right: 0;
            display: block;
        }

        .i_four .i_four_div .i_four_div_r .rel .p2 a {
            font-size: 13px;
        }
    /*同望新媒体平台*/
    .i_six_a .scroller li {
        padding-left: 12px;
        padding-right: 12px;
    }

        .i_six_a .scroller li dd i {
            width: 40px;
            height: 40px;
        }

        .i_six_a .scroller li dd .h4 {
            font-size: 13px;
        }

    .i_six .VPlay::before {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
    }
    /*关于我们*/
    .i_eight .i_eight_l .a ul li {
        width: 33.33%;
    }

        .i_eight .i_eight_l .a ul li:nth-child(5n+0):after {
            width: 1px;
        }

        .i_eight .i_eight_l .a ul li:nth-child(3n+0):after {
            width: 0;
        }

        .i_eight .i_eight_l .a ul li:last-child:after {
            width: 0;
        }

        .i_eight .i_eight_l .a ul li a {
            font-size: 13px;
        }

    .i_eight .i_eight_l .p {
        font-size: 12px;
        line-height: 22px;
    }
    /*广告*/
    .i_contact .i_more2 {
        width: 140px;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
    }

    .i_contact .i_title {
        font-size: 20px;
    }

    .i_more {
        width: 140px;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
    }
}

@media screen and (max-width: 420px) {
    /*图标*/
    .i_one ul li i {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }

    .i_one ul li .h3 {
        font-size: 15px;
        height: 26px;
        line-height: 26px;
    }

    .i_one ul li .p {
        font-size: 12px;
    }
    /*产品与服务*/
    .i_t .p {
        font-size: 12px;
    }

    .i_two ul li .txts:after {
        background-size: 32px 32px;
    }
    /*新媒体平台*/
    .i_six .VPlay::before {
        width: 32px;
        height: 32px;
        margin-left: -16px;
        margin-top: -16px;
    }
}

@media screen and (max-width: 380px) {
}
