﻿* {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    font-family: "思源黑体", sans-serif;
    box-sizing: border-box;
}

@font-face {
    font-family: '思源黑体';
    src: url(/fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: '思源黑体-black';
    src: url(/fonts/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: '思源黑体-bold';
    src: url(/fonts/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: '思源黑体-demilight';
    src: url(/fonts/OpenSans-Regular.ttf)
}

@font-face {
    font-family: '思源黑体-light';
    src: url(/fonts/OpenSans-Regular.ttf);
}

a {
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

img {
    border: none;
}

body {
    background-color: #F7FAFD;
}

.container {
    width: 100%;
    padding: 0 110px;
    box-sizing: border-box;
    margin: 0 auto;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.rightFloat {
    position: fixed;
    right: 10px;
    top: 250px;
    z-index: 100;
}

    .rightFloat li {
        position: relative;
        margin-bottom: 10px;
    }

        .rightFloat li > img,
        .rightFloat li a > img {
            width: 40px;
            height: 40px;
            cursor: pointer;
        }

        .rightFloat li:last-child {
            margin-top: 40px;
        }


        .rightFloat li .wxzx {
            box-sizing: border-box;
            position: absolute;
            display: none;
            width: 108px;
            height: 125px;
            top: -40px;
            right: 45px;
            background: #FFFFFF;
            border: 1px solid #CED5E0;
            border-radius: 2px;
            padding: 10px;
            text-align: center;
        }

            .rightFloat li .wxzx img {
                width: 86px;
                height: 86px;
                display: block;
                box-sizing: border-box;
                border: 1px solid #CED5E0;
            }

    .rightFloat .floatTel {
        display: none;
        position: absolute;
        top: 0px;
        left: -270px;
        box-sizing: border-box;
        width: 264px;
        height: 70px;
        background: rgb(255, 255, 255);
        box-shadow: rgba(74, 144, 226, 0.4) 0px 0px 10px 0px;
        border-radius: 2px;
        border: 1px solid rgb(225, 228, 230);
        padding: 11px 0px 0px 15px;
    }

        .rightFloat .floatTel input {
            outline: medium;
            border-radius: 0;
            border: 2px solid #1F8CEB;
            width: 161px;
            padding-left: 8px;
            height: 32px;
            box-sizing: border-box;
            font-size: 14px;
            display: inline-block;
            float: left;
        }

        .rightFloat .floatTel #calltome {
            float: left;
            font-size: 14px;
            width: 72px;
            height: 32px;
            box-sizing: border-box;
            background: #1F8CEB;
            border-radius: 0 2px 2px 0;
            color: #FFFFFF;
            letter-spacing: -0.18px;
            line-height: 32px;
            cursor: pointer;
            display: inline-block;
            text-align: center;
            border: none;
        }

        .rightFloat .floatTel #calltip {
            margin: 0;
            margin-top: 4px;
            float: left;
            font-size: 12px;
            letter-spacing: 0.63px;
            color: #43484A;
            display: block
        }

        .rightFloat .floatTel #letter12red {
            margin: 0;
            color: #F04134;
            margin-top: 4px;
            float: left;
            font-size: 12px;
            letter-spacing: 0.63px;
            display: none;
        }

        .rightFloat .floatTel #waittip {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            display: none;
            background: #FFF;
        }

            .rightFloat .floatTel #waittip span:nth-child(1) {
                letter-spacing: 0;
                color: #43484A;
                font-size: 14px;
                color: #28334B;
                line-height: 14px;
                position: absolute;
                left: 10px;
                top: 25px;
            }

            .rightFloat .floatTel #waittip span:nth-child(2) {
                display: inline-block;
                font-size: 14px;
                color: #1F8CEB;
                line-height: 14px;
                position: absolute;
                right: 10px;
                top: 25px;
                cursor: pointer;
            }


.head {
    width: 100%;
    height: 80px;
    background: #0060C8;
    /*overflow: hidden;*/
}

.logoLeft {
    width: 387px;
    height: 31px;
    background: url(../image/logo2.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 25px;
    float: left;
}

.nav {
    float: right;
    margin-top: 30px;
}

    .nav .navLi {
        display: block;
        width: 600px;
        display: flex;
        justify-content: space-around;
    }

        .nav .navLi li {
            color: #fff;
            line-height: 30px;
        }

            .nav .navLi li:hover a {
                color: #fff;
                border-bottom: #fff solid 2px;
            }

            .nav .navLi li:hover .solution-menu .solution-menu-item a {
                color: #000000;
                border-bottom: none;
            }

            .nav .navLi li a {
                font-size: 16px;
                color: #fff;
                height: 50px;
                display: block;
            }

                .nav .navLi li a.on {
                    color: #fff;
                    border-bottom: #fff solid 2px;
                }

    .nav .navList {
        display: none;
        width: 17px;
        height: 17px;
        background: url(../image/m.png) no-repeat;
        background-size: 100% 100%;
        margin-right: 24px;
    }

    .nav .navClosed {
        background: url(../image/closed.png) no-repeat;
        background-size: 100% 100%;
    }

.container .solutionNav {
    /*background-color: #ffffff;*/
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    min-height: 290px;
    z-index: 101;
    display: none;
    transition: all 0.25s;
    background-color: rgba(255,255,255,0.93);
}

.container .nav .navLi li:hover .solutionNav {
    display: block;
}

.container .solutionNav .solution-menu {
    margin: 0px 90px 30px 190px;
    font-size: 0;
}

.container .solutionNav .solution-menu-item {
    display: inline-block;
    min-width: 270px;
    vertical-align: top;
    margin-right: 50px;
    margin-top: 30px;
}

.container .solutionNav .solution-menu-item-title, .container .solutionNav .solution-menu-item-title a {
    font-size: 19px;
    font-weight: bold;
    color: #000000;
}

.container .solutionNav .solution-menu-item-line {
    display: inline-block;
    height: 1px;
    border: none;
    min-width: 270px;
    background-color: #9f9f9f;
    margin-bottom: 17px;
    margin-top: 10px;
}

.container .solutionNav .solution-menu-item-menu, .container .solutionNav .solution-menu-item-menu a {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 17px;
    color: #000000;
    height: inherit;
    transition: all ease-in 0.15s;
}

.nav .navLi li:hover .solutionNav .solution-menu-item-menu, .nav .navLi li:hover .solutionNav .solution-menu-item-menu a {
    color: #000000;
}

.container .solutionNav .solution-menu-item .solution-menu-item-menu:hover a {
    font-size: 15px;
    padding-left: 3px;
}

/**手机端**/
.nav .mainDi {
    display: none;
    width: 100%;
}

    .nav .mainDi ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .nav .mainDi li {
        width: 100%;
        height: 35px;
        line-height: 35px;
        border-bottom: #E6E6E6 solid 1px;
        text-align: left;
        padding-left: 20px;
        position: relative;
    }

        .nav .mainDi li .mainDi-icon {
            width: 15px;
            height: 15px;
            position: absolute;
            right: 20px;
            top: 10px;
        }

        .nav .mainDi li .sub-item-icon {
            width: 18px;
            height: 10px;
            position: absolute;
            right: 20px;
            top: 12.5px
        }

        .nav .mainDi li .sub-menu {
            background-color: #f2f2f2;
            display: none;
        }

        .nav .mainDi li.active .sub-menu {
            display: block;
        }

        .nav .mainDi li.active:nth-child(2) {
            height: auto;
            border-bottom: none;
            padding-left: 0px;
        }

            .nav .mainDi li.active:nth-child(2) a {
                margin-left: 20px;
            }

        .nav .mainDi li.active .sub-menu li, .nav .mainDi li .sub-menu li a {
            padding-left: 0px;
        }

            .nav .mainDi li.active .sub-menu li.active {
                border-bottom: none;
            }

            .nav .mainDi li.active .sub-menu li span, .nav .mainDi li .sub-menu li .sub-menu-item {
                padding-left: 20px;
            }

        .nav .mainDi li.active .sub-menu li {
            height: auto;
        }

            .nav .mainDi li.active .sub-menu li .sub-menu-item {
                background-color: #ffffff;
                display: none;
            }

            .nav .mainDi li.active .sub-menu li.active .sub-menu-item {
                display: block;
            }

            .nav .mainDi li.active .sub-menu li .sub-menu-item li {
                border-bottom: 1px solid #e6e6e6;
            }

                .nav .mainDi li.active .sub-menu li .sub-menu-item li:last-child {
                    border-bottom: none;
                }

.nav ul li a {
    font-size: 12px;
    color: #000;
    height: 35px;
}

    .nav ul li a.on {
        border: 0;
        color: #2C82FF;
    }

.navTel {
    position: absolute;
    bottom: 54px;
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #DCDDDC;
    display: flex;
}

    .navTel a {
        display: block;
        width: 40%;
        height: 32px;
        line-height: 32px;
        color: #fff;
        margin-top: 7px;
        text-align: center;
        background: #57A3FF;
        border-radius: 17px;
    }

/*footer**/
.footer {
    /*height: 595px;*/
    background: #1C2131;
}

    .footer .footerTop {
        padding: 58px 0;
        border-bottom: 1px solid #6E768A;
    }

    .footer .footerTop2 {
        display: flex;
    }

    .footer .footerL {
        display: flex;
        width: 30%;
    }

        .footer .footerL li,
        .footer .footerL li a {
            display: block;
            line-height: 25px;
            font-size: 14px;
            color: #ADB0B8;
            transition: all ease-in 0.15s;
            cursor: pointer;
        }

            .footer .footerL li:hover a {
                color: #1d70f0;
                transform: scale(.93);
            }
            /*
        .footer .footerL .contact-us li:hover {
            font-size: 13px;
            padding-left: 3px;
            color: #1d70f0;
        }*/

            .footer .footerL li:first-child {
                margin-bottom: 25px;
                font-size: 18px;
                font-weight: bold;
                color: #D1D8E9;
            }

    .footer .footerC {
        margin-top: 50px;
        width: 40%;
        font-size: 14px;
        color: #ADB0B8;
        line-height: 25px;
        transition: all ease-in 0.15s;
    }

        .footer .footerC div:hover a {
            color: #1d70f0;
            transform: scale(0.93);
        }

        .footer .footerC div {
            transition: all ease-in 0.15s;
        }

            .footer .footerC div:hover {
                transform: scale(.93);
            }

            .footer .footerC div a {
                transition: all ease-in 0.15s;
            }

            .footer .footerC div a {
                color: #adb0b8;
            }

    .footer .footerR {
        width: 30%;
    }

        .footer .footerR p {
            margin-bottom: 25px;
            font-size: 18px;
            font-weight: bold;
            color: #D1D8E9;
            width: 100%;
        }

        .footer .footerR ul {
            display: flex;
        }

            .footer .footerR ul li {
                margin-right: 10px;
                margin-bottom: 10px;
                /*width: 30%;*/
            }

                .footer .footerR ul li img {
                    /*                    width: 100%;
                    height: 90%;*/
                    width: 135px;
                    height: 135px;
                }

                .footer .footerR ul li span {
                    width: 100%;
                    display: block;
                    text-align: center;
                    color: #ADB0B8;
                    font-size: 14px;
                }

    .footer .footerBottom {
        padding: 20px 20px 0 20px;
    }

        .footer .footerBottom p {
            color: #ADB0B8;
            text-align: center;
            line-height: 32px;
        }

.pages {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pages a {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: #FFFFFF;
        border-radius: 3px 3px 3px 3px;
        border: 1px solid #DCDCDC;
        margin: 0 2px;
        color: #000000;
    }

        .pages a img {
            width: 14px;
            margin: 0;
        }

        .pages a.pageOn {
            background: #0060C8;
            border: 0;
            color: #fff;
        }

        .pages a:first-child,
        .pages a:last-child {
            background: none;
            font-size: 16px;
        }

/***********************以上为公共部分*****************************************/
/**banner**/
.banner {
    position: relative;
}

    .banner img {
        width: 100%;
        height: 7.5rem;
    }

    .banner .bannerCon {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .banner .bannerCon div:nth-child(1) {
            width: 3.3rem;
            height: 39px;
            line-height: 39px;
            background: #4186E5;
            border-radius: 25px;
            border: 1px solid #9AC3FF;
            font-size: .25rem;
            font-weight: 400;
            color: #FFFFFF;
        }

        .banner .bannerCon div:nth-child(2) {
            font-size: 1.0125rem;
            font-weight: 500;
            color: #FFFFFF;
            margin-top: .3rem;
            margin-bottom: .3rem;
        }

        .banner .bannerCon div:nth-child(3) {
            font-size: .325rem;
            font-weight: 400;
            color: #B8D0FF;
            margin-top: .125rem;
            margin-bottom: .125rem;
        }

        .banner .bannerCon div:nth-child(4) {
            font-size: .375rem;
            font-weight: 400;
            color: #FFFFFF;
        }
/*.banner #owl-demo1{height:auto;}
.banner #owl-demo1 .owl-dots{display:block}
.banner #owl-demo1 .item{display:block; height:auto;}
.banner img{display:block;width:100%;height: 600px;}*/
/*关于我们**/
.about {
    background: url(../image/aboutMap.png) no-repeat center;
    background-size: 920px 446px;
    width: 100%;
    height: auto;
    display: flex;
}

    .about > div {
        width: 50%;
    }

    .about .aboutL div {
        width: 100%;
    }

.titleA,
.titleA2 {
    margin-top: 50px;
    height: 35px;
}

    .titleA span {
        color: #D1D8E9;
        font-size: 18px;
        float: left;
    }

.titleA2 {
    display: none;
}

    .titleA2 span {
        color: #D1D8E9;
        font-size: 18px;
        float: right;
    }

        .titleA span:nth-child(1),
        .titleA2 span:nth-child(3) {
            color: #2C82FF;
        }

        .titleA span:nth-child(2),
        .titleA2 span:nth-child(2) {
            margin: 13px 10px 0 10px;
            display: block;
            width: 73px;
            height: 1px;
            background-color: #D1D8E9;
        }

.titleB {
    font-size: 48px;
    font-weight: bold;
    color: #222222;
}

.titleC {
    margin: 14px 0 50px 0;
    font-size: 20px;
    font-weight: 400;
    color: #979797;
}

.about .aboutL .aboutD span:first-child {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #4D5A7E;
    float: left;
}

.about .aboutL .aboutD span:last-child {
    margin: 13px 10px 0 10px;
    display: block;
    width: 300px;
    height: 1px;
    background-color: #D1D8E9;
    float: left;
}

.about .aboutL .aboutE {
    font-size: 14px;
    line-height: 35px;
    color: #222222
}

.about .aboutL .aboutF {
    color: #fff;
    margin-top: 25px;
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: #2C82FF;
    border-radius: 2px;
    text-align: center;
    float: left;
}

    .about .aboutL .aboutF a {
        font-size: 14px;
        color: #FFFFFF;
    }

.about .aboutR {
    background: url(../image/aboutR.png) no-repeat center;
    background-size: 100% 490px;
}

.about-nav {
    z-index: 101;
    display: none;
    transition: all 0.15s;
    background-color: rgba(255,255,255,0.93);
    position: absolute;
    left: -24px;
    top: 50px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.container .nav .navLi li.about-us-nav {
    position: relative;
}

.container .nav .navLi li:hover .about-nav {
    display: block;
}

.about-nav .about-menu {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .about-nav .about-menu .about-menu-item {
        vertical-align: top;
        margin-right: 9px;
        margin-left: 9px;
    }

.container .nav .navLi li:hover .about-nav .about-menu .about-menu-item a {
    border-bottom: none;
}

.about-nav .about-menu .about-menu-item a {
    font-size: 16px;
    color: #000000 !important;
    word-break: keep-all;
    line-height: 50px;
    transition: all ease-in 0.25s;
}

.about-nav .about-menu .about-menu-item:hover a {
    font-size: 15px;
    padding-left: 3px;
}

/****/
.createDiv {
    overflow: hidden;
    display: flex;
    margin-top: 50px;
}

    .createDiv div {
        color: #fff;
        font-size: 24px;
    }

    .createDiv .creL {
        width: 61%;
        display: flex;
        flex-wrap: wrap;
    }

        .createDiv .creL > div:nth-child(2n-1) {
            overflow: hidden;
            width: 56%;
        }

        .createDiv .creL > div:nth-child(2n) {
            overflow: hidden;
            width: 44%;
        }

    .createDiv img {
        width: 100%;
        height: 100%;
    }

    .createDiv .creL > div:hover img,
    .createDiv .creR > div:hover img {
        transform: scale(1.1);
    }

    .createDiv .creL > div:hover .creH,
    .createDiv .creR > div:hover .creH {
        display: block;
    }

    .createDiv .creL > div,
    .createDiv .creR > div {
        position: relative;
    }

    .createDiv .creCon {
        position: absolute;
        top: 0;
        left: 0;
        padding: 35px 90px;
    }

    .createDiv .creT {
        font-size: 24px;
    }

    .createDiv .creC {
        font-size: 14px;
        line-height: 30px;
        margin-top: 30px;
    }

    .createDiv .creR {
        width: 39%;
    }

    .createDiv .creH {
        display: none;
        width: 130px;
        height: 35px;
        background: #FFA768;
        border-radius: 2px;
        float: left;
        text-align: center;
        margin-top: 20px;
    }

        .createDiv .creH a {
            display: block;
            color: #fff;
            line-height: 35px;
        }

    .createDiv .creR > div {
        overflow: hidden;
    }

/*产品案例**/
.proMain {
    overflow: hidden;
    width: 100%;
    height: auto;
    background: url(../image/pro.png) no-repeat center;
    background-size: 100% 100%;
}

.pro ul {
    /* display: flex; */
}

    .pro ul li {
        background-color: #fff;
        width: 32%;
        float: left;
        margin-right: 1.33%;
        padding-bottom: 15px;
        box-shadow: 0px 4px 18px 1px rgba(77, 90, 126, 0.07);
    }

        .pro ul li:last-child {
            margin-right: 0;
        }

        .pro ul li img {
            width: 100%;
            height: 398px;
        }

        .pro ul li h3 {
            color: #2E354D;
            font-size: 24px;
            padding: 0 15px;
            font-weight: bold;
            margin-top: 30px;
            margin-bottom: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            height: 31px;
        }

        .pro ul li p {
            line-height: 25px;
            color: #777D8F;
            font-size: 14px;
            padding: 0 15px;
            height: 50px;
            overflow: hidden;
        }

.proMore {
    width: 204px;
    height: 52px;
    background: #2C82FF;
    line-height: 52px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 80px auto;
}

/*方案**/
.fanan {
    overflow: hidden;
    width: 100%;
    height: 816px;
    background: url(../image/fa.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

    .fanan .fananCon {
        width: 100%;
        position: absolute;
        top: 162px;
        display: flex;
    }

        .fanan .fananCon .fananConL {
            padding: 80px 0;
            width: 30%;
            margin-right: 5%;
        }

            .fanan .fananCon .fananConL ul {
                border-right: 1px solid #6AA7FF;
                height: 100%;
                display: flex;
                flex-wrap: wrap;
                align-content: space-around
            }

                .fanan .fananCon .fananConL ul li {
                    text-align: center;
                    color: #fff;
                    width: 80%;
                    height: 100px;
                    line-height: 100px;
                    font-size: 24px;
                    position: relative;
                }

                    .fanan .fananCon .fananConL ul li::after {
                        content: '';
                        position: absolute;
                        /* right: -64px;
  top: 40px; */
                        right: -13.8%;
                        top: 40%;
                        width: 12px;
                        height: 12px;
                        background: #FFFFFF;
                        border-radius: 12px;
                    }

                    .fanan .fananCon .fananConL ul li.fOn::before {
                        content: '';
                        position: absolute;
                        /* right: -69px;
  top: 35px; */
                        right: -15%;
                        top: 35%;
                        width: 18px;
                        height: 18px;
                        border: solid 2px #fff;
                        border-radius: 18px;
                    }

                .fanan .fananCon .fananConL ul .fOn {
                    font-weight: bold;
                    background: #4964DB;
                    border: 1px solid #B7D4FF;
                }

                .fanan .fananCon .fananConL ul li.fOn span {
                    position: absolute;
                    top: 30px;
                    right: -32px;
                    width: 0;
                    height: 0;
                    border: 16px solid transparent;
                    border-left: 16px solid #B7D4FF;
                }

                .fanan .fananCon .fananConL ul li.fOn em {
                    position: absolute;
                    top: 30px;
                    right: -31px;
                    width: 0;
                    height: 0;
                    border: 16px solid transparent;
                    border-left: 16px solid #4964DB;
                }

        .fanan .fananCon .fananConR {
            width: 65%;
            height: 100%;
        }

            .fanan .fananCon .fananConR div {
                display: none;
                width: 100%;
                height: 100%;
            }

            .fanan .fananCon .fananConR .active {
                display: block;
            }

            .fanan .fananCon .fananConR .solution-image {
                width: 865px;
                height: 492px;
                margin: 0;
                overflow: hidden;
                position: relative;
            }

                .fanan .fananCon .fananConR .solution-image .solution-indicator {
                    position: absolute;
                    text-align: center;
                    width: 100%;
                    bottom: 0;
                    height: 50px;
                    left: 0;
                    background-color: rgba(0,0,0,.4);
                    display: block;
                    line-height: 50px;
                }

                    .fanan .fananCon .fananConR .solution-image .solution-indicator .solution-indicator-bot {
                        width: 30px;
                        height: 5px;
                        display: inline-block;
                        background-color: #2c82ff70;
                        cursor: pointer;
                    }

                        .fanan .fananCon .fananConR .solution-image .solution-indicator .solution-indicator-bot.active {
                            background-color: #2C82FF;
                        }

                .fanan .fananCon .fananConR .solution-image .solution-image-images {
                    height: 100%;
                    margin: 0;
                    display: block;
                    transition: all ease-in 0.25s;
                }

            .fanan .fananCon .fananConR img {
                /*                width: 865px;
                height: 492px;*/
                width: 805px;
                height: 457.87px;
                /* background: linear-gradient(180deg, #87B8FF 0%, #FFFFFF 100%);
  box-shadow: 0px 3px 10px 1px rgba(55,127,232,0.75);
  border-radius: 10px; */
            }

            .fanan .fananCon .fananConR p {
                margin: 0;
                width: 865px;
                font-size: 20px;
                text-align: center;
                margin-bottom: 20px;
                color: #FFFFFF;
            }

/**首页新闻中心*/
.new {
    display: flex;
}

    .new .newL {
        width: 70%;
        display: flex;
    }

        .new .newL li {
            width: 48.5%;
            margin-right: 1.5%;
        }

            .new .newL li img {
                width: 100%;
                height: 370px;
            }

    .new li {
        background-color: #fff;
        padding-bottom: 15px;
        box-shadow: 0px 2px 18px 1px rgba(33, 124, 255, 0.12);
        cursor: pointer;
    }

        .new li h3 {
            margin-top: 15px;
            padding: 0 15px;
            font-size: 18px;
            font-weight: bold;
            color: #414141;
        }

        .new li p {
            padding: 0 15px;
            font-size: 16px;
            color: #414141;
            margin: 15px 0;
            height: auto;
            line-height: 25px;
            overflow: hidden;
        }

        .new li span {
            padding: 0 15px;
            display: block;
            font-size: 14px;
            color: #ADB0B8;
            display: inline-block;
        }

        .new li a {
            /*text-align: center;*/
            /*display: block;*/
            /*            width: 140px;
            height: 34px;*/
            line-height: 34px;
            background: #FFFFFF;
            border: 1px solid #094AA7;
            /*float: right;*/
            /*            margin-right: 15px;
            margin-top: 15px;*/
            font-size: 16px;
            color: #094AA7;
            opacity: 0;
            display: inline-block;
            padding-left: 18px;
            padding-right: 18px;
            padding-top: 5px;
            padding-bottom: 5px;
            vertical-align: middle;
            margin-right: 15px;
        }

        .new li:hover a {
            opacity: 1;
        }

    .new .newR {
        width: 30%;
        display: flex;
        flex-wrap: wrap;
    }

        .new .newR li {
            margin-top: 15px;
            width: 100%;
            height: calc(50% - 15px);
        }

            .new .newR li:first-child {
                margin-top: 0px;
            }

.newMore {
    display: block;
    width: 204px;
    height: 52px;
    line-height: 52px;
    background: #FFFFFF;
    border: 1px solid #6E768A;
    font-size: 16px;
    color: #222222;
    text-align: center;
    margin: 80px auto;
}

.new .time-detail {
    text-align: justify;
}

    .new .time-detail::after {
        display: inline-block;
        content: '';
        width: 100%;
    }

/***/
.total {
    overflow: hidden;
    width: 100%;
    height: 350px;
    background: url(../image/b.png) no-repeat center;
    background-size: 100% 100%;
}

.totalT {
    margin-top: 125px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

.totalDes {
    margin-top: 23px;
    text-align: center;
    font-size: 20px;
    color: #A8A8A8;
}

.totalLi {
    display: flex;
    color: #fff;
    width: 80%;
}

    .totalLi li {
        margin-top: 30px;
    }

        .totalLi li div span {
            font-size: 82px;
        }

        .totalLi li div small {
            font-size: 22px;
            margin-left: 10px;
        }

        .totalLi li p {
            font-size: 16px;
            text-align: center;
        }

/****/
.zizhi {
    overflow: hidden;
    width: 100%;
    height: 500px;
    background: url(../image/z.png) no-repeat center;
    background-size: 100% 100%;
}

    .zizhi div:nth-child(1) {
        margin: 60px 0 20px 0;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        color: #222222;
    }

    .zizhi div:nth-child(2) {
        margin-bottom: 50px;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: #ADB0B8;
    }

    .zizhi li {
        float: left;
        width: 20%;
        height: 217px;
    }

        .zizhi li img {
            width: 100%;
            height: 100%;
        }

/*********新闻*******/
.bannerNews {
    width: 100%;
    height: 612px;
}

    .bannerNews img {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .bannerNews div {
        position: absolute;
        top: 300px;
        left: 160px;
        font-size: 70px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 84px;
    }

        .bannerNews div span {
            font-size: 70px;
            font-weight: 500;
            color: #2C87FF;
            line-height: 84px;
        }

.newsList {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

    .newsList li {
        margin: 0 15px 15px 0;
        width: calc(33.33% - 15px);
        float: left;
        background-color: #fff;
        padding-bottom: 15px;
        box-shadow: 0px 2px 18px 1px rgba(33, 124, 255, 0.12);
    }

        .newsList li img {
            width: 100%;
            height: 274px;
        }

        .newsList li h3 {
            margin-top: 15px;
            padding: 0 15px;
            font-size: 18px;
            font-weight: bold;
            color: #414141;
            height: 30px;
            display: block;
        }

        .newsList li p {
            padding: 0 15px;
            font-size: 16px;
            color: #414141;
            margin: 15px 0;
            height: auto;
            line-height: 25px;
            overflow: hidden;
        }

        .newsList li span {
            padding: 0 15px;
            font-size: 14px;
            color: #ADB0B8;
            vertical-align: middle;
        }

        .newsList li a {
            /*            display: block;*/
            background: #FFFFFF;
            border: 1px solid #094AA7;
            margin-right: 15px;
            /*            margin-top: 15px;*/
            font-size: 16px;
            color: #094AA7;
            vertical-align: middle;
            padding-left: 18px;
            padding-right: 18px;
            padding-top: 7px;
            padding-bottom: 7px;
            display: inline-block;
        }

    .newsList .time-detail {
        text-align: justify;
    }

        .newsList .time-detail::after {
            display: inline-block;
            content: '';
            width: 100%;
        }

/*        .newsList .time-detail::before {
            content: '';
            display: inline-block;
            width: 100%;
        }*/

/*****新闻内页*********/
.showMain {
    margin: 20px 0;
    padding: 60px 0;
    background-color: #fff;
}

    .showMain .showTitle {
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        color: #2682E7;
    }

    .showMain .showDes {
        margin: 20px 0;
        text-align: center;
        font-size: 14px;
        color: #999999;
    }

        .showMain .showDes span {
            margin-right: 30px;
        }

.showCon {
    padding: 30px 250px;
    text-align: left;
    line-height: 25px;
    text-indent: 2em;
    font-size: 16px;
    color: #333333
}

/**网站建设**/
.bannerWeb {
    width: 100%;
    height: 624px;
}

    .bannerWeb > img {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .bannerWeb .bannerT {
        position: absolute;
        top: 277px;
        left: 160px;
        font-size: 70px;
        font-weight: 500;
        color: #000;
        line-height: 84px;
    }

        .bannerWeb .bannerT span {
            font-size: 70px;
            font-weight: 500;
            color: #2C87FF;
            line-height: 84px;
        }

.bannerD {
    position: absolute;
    top: 380px;
    left: 160px;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
}

.bannerI {
    position: absolute;
    top: 160px;
    right: 160px;
    width: 600px;
}

    .bannerI img {
        width: 100%;
        height: 100%;
    }

.webOne,
.webThree {
    width: 100%;
    text-align: center;
    padding: 65px 0;
}

    .webOne .webT,
    .webThree .webT {
        font-size: 31px;
        font-weight: 500;
        color: #000000;
    }

    .webOne .webD,
    .webThree .webD {
        margin-top: 20px;
        font-size: 18px;
        font-weight: 400;
        color: #6E768A;
    }

.webOneUl {
    margin-top: 30px;
}

    .webOneUl li {
        margin: 20px 0.65%;
        float: left;
        width: 32%;
        height: 134px;
        display: flex;
        align-items: center;
        background: #FFFFFF;
        box-shadow: 0px 2px 18px 1px rgba(33, 124, 255, 0.12);
        border-radius: 10px;
    }

        .webOneUl li img {
            margin: 0 50px;
            width: 49px;
            /* height: 46px; */
        }

        .webOneUl li div h3 {
            font-size: 20px;
        }

        .webOneUl li div p {
            font-size: 16px;
        }

        .webOneUl li div {
            line-height: 30px;
            flex: 1;
            text-align: left;
        }

.webTwo {
    width: 100%;
    text-align: center;
    padding: 65px 0;
    background: linear-gradient(117deg, #39A2F7 0%, #0E61DF 100%);
}

    .webTwo .webT {
        font-size: 31px;
        font-weight: 500;
        color: #fff;
    }

    .webTwo .webD {
        margin-top: 20px;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }

.webTwoUl {
    margin-top: 20px;
}

    .webTwoUl li {
        margin: 20px 10px;
        float: left;
        width: calc(25% - 30px);
        height: 394px;
        background: #FFFFFF;
        box-shadow: 0px 2px 18px 1px rgba(33, 124, 255, 0.12);
        border-radius: 10px;
    }

        .webTwoUl li div:first-child {
            width: 100%;
            height: 146px;
        }

        .webTwoUl li img {
            margin: 50px auto;
            width: 49px;
            height: 46px;
        }

        .webTwoUl li div:last-child {
            flex: 1;
        }

        .webTwoUl li div h3 {
            font-size: 22px;
            font-weight: bold;
            color: #222222;
        }

        .webTwoUl li div p {
            padding: 34px;
            font-size: 18px;
            font-weight: 400;
            color: #6E768A;
        }

.webThreeUl {
    width: 100%;
    padding: 50px 0;
}

    .webThreeUl li {
        width: calc(25% - 20px);
        margin: 10px;
        float: left;
        position: relative;
    }

        .webThreeUl li img {
            width: 100%;
            height: 100%;
        }

        .webThreeUl li div {
            width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-size: 26px;
            font-weight: 500;
            color: #FFFFFF;
        }

/*--------------------------------------------------------------------------------------------*/
@media (max-width: 865px) {
    .container {
        padding: 0;
    }

    .head {
        width: 100%;
        height: 54px;
        position: fixed;
        top: 0;
        z-index: 100;
    }

    .logoLeft {
        width: 194px;
        height: 16px;
        margin-top: 19px;
        margin-left: 24px;
    }

    .mainDi {
        display: none;
        position: fixed;
        top: 54px;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #ffffff;
        opacity: 1;
    }

    .nav {
        margin-top: 20px;
    }

        .nav .navLi,
        .rightFloat {
            display: none;
        }

        .nav .navList {
            display: block;
        }

    .footer {
        height: auto;
    }

        .footer .footerTop2 {
            flex-wrap: wrap;
            display: block;
            /*text-align: center;*/
            text-align: left;
        }

        .footer .footerL,
        .footer .footerC,
        .footer .footerR {
            padding: 0 20px;
            width: 100%;
            margin-top: 15px;
            padding-top: 30px;
            display: block !important;
            text-align: left !important;
            padding-left: 15px !important;
        }

            .footer .footerL:nth-child(1) {
                padding-top: 0px;
            }

        .footer .footerC {
            /*padding-top: 50px;*/
            padding-left: 30px;
            margin-top: 15px !important;
        }

        .footer .footerR {
            margin-top: 50px;
        }


        .footer .footerL ul {
            margin: 0 auto !important;
        }

    /****************/
    .banner img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        margin-top: 54px;
    }

    .banner .bannerCon div:nth-child(1) {
        width: 150px;
        height: 36px;
        line-height: 36px;
        font-size: 1.15px;
    }

    .banner .bannerCon {
        width: 80%;
    }
    /***/
    .about {
        flex-wrap: wrap;
    }

        .about > div {
            padding: 0 30px;
            width: 100%;
        }

        .about .aboutR {
            background: url(../image/aboutR.png) no-repeat center;
            background-size: 90% 300px;
            height: 300px;
            background-size: contain;
        }

        .about .aboutL {
            background: url(../image/aboutMap.png) no-repeat center;
            background-size: 100% 60%;
            background-size: contain;
        }

    .titleA,
    .titleA2 {
        height: 20px;
    }

        .titleA span,
        .titleA2 span {
            font-size: 12px;
        }

            .titleA span:nth-child(2),
            .titleA2 span:nth-child(2) {
                margin: 7px 10px 0 10px;
                width: 36px;
            }

    .titleB {
        font-size: 24px;
    }

    .titleC {
        margin: 5px 0 20px 0;
        font-size: 14px;
    }

    .about .aboutL .aboutD span:first-child {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .about .aboutL .aboutD span:last-child {
        margin: 8px 10px 0 10px;
        width: 50px;
    }


    .about .aboutL .aboutE {
        font-size: 12px;
        line-height: 25px;
    }

    .about .aboutL .aboutF {
        width: 100px;
        height: 25px;
        line-height: 25px;
    }

        .about .aboutL .aboutF a {
            font-size: 12px;
        }

    /*****/
    .createDiv {
        flex-wrap: wrap;
    }

        .createDiv .creL,
        .createDiv .creR {
            width: 100%;
        }

            .createDiv .creL > div {
                width: 50% !important;
                height: auto !important;
            }

            .createDiv .creR > div {
                width: 100% !important;
                height: 330px !important;
            }

        .createDiv .creCon {
            padding: 20px;
        }

        .createDiv .creT {
            font-size: 14px;
        }

        .createDiv .creC {
            font-size: 12px;
            margin-top: 0;
            line-height: 25px;
            height: 50px;
            overflow: hidden;
        }

        .createDiv .creH {
            width: 100px;
            height: 25px;
            margin-top: 0;
        }

            .createDiv .creH a {
                display: block;
                height: 25px;
                line-height: 25px !important;
            }

    /****/
    .proMain,
    .newMain,
    .fanan {
        padding: 0 20px;
    }

    .pro ul {
        flex-wrap: wrap;
    }

        .pro ul li {
            background-color: #fff;
            width: 100%;
            margin-right: 0;
            margin-top: 20px;
        }

            .pro ul li img {
                height: 263px;
            }

    .proMore {
        width: 120px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        margin: 40px auto;
    }

    /****/
    .new .newL {
        width: 100%;
        flex-wrap: wrap;
    }

        .new .newL li {
            margin-top: 15px;
            width: 100%;
        }

    .new .newR {
        display: none;
    }

    .newMore {
        display: block;
        width: 120px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        margin: 40px auto;
    }

    /****/
    .totalT {
        margin-top: 139.5px;
        font-size: 18px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .totalDes {
        font-size: 14px;
    }

    .totalLi {
        width: 100%;
        flex-wrap: wrap;
    }

        .totalLi li {
            width: 50%;
        }

            .totalLi li div {
                text-align: center;
            }

                .totalLi li div span {
                    font-size: 41px;
                }

                .totalLi li div small {
                    font-size: 12px;
                }

            .totalLi li p {
                font-size: 14px;
            }

    /***/
    .zizhi {
        height: auto;
    }

        .zizhi div:nth-child(1) {
            font-size: 28px;
            margin: 30px 0 20px 0
        }

        .zizhi div:nth-child(2) {
            font-size: 14px;
            margin-bottom: 20px;
        }

        .zizhi li {
            width: 50%;
            max-height: 160px;
        }

    /***/
    .fanan {
        /*height: 465px;*/
        text-align: right;
        height: 730px;
    }

        .fanan .titleA {
            display: none;
        }

        .fanan .titleA2 {
            display: block;
        }

        .fanan .fananCon {
            width: calc(100% - 20px);
            display: block;
            margin-left: -10px;
            margin-right: -10px;
        }

            .fanan .fananCon .fananConL {
                padding: 0;
                width: 100%;
            }

                .fanan .fananCon .fananConL ul {
                    border-right: none;
                }

                    .fanan .fananCon .fananConL ul li {
                        width: 49%;
                        height: 60px;
                        line-height: 60px;
                        font-size: 13px;
                        margin: 0;
                        border: 1px solid #b7d4ff;
                        margin-bottom: 15px;
                    }

                        .fanan .fananCon .fananConL ul li:nth-child(2n+1) {
                            margin-right: 3.5px;
                        }

                        .fanan .fananCon .fananConL ul li:nth-child(2n) {
                            margin-left: 3.5px;
                        }

                        .fanan .fananCon .fananConL ul li::after {
                            /* right: -25px;
    top: 25px; */
                            right: -33%;
                            top: 43%;
                            width: 10px;
                            height: 10px;
                            border-radius: 10px;
                            display: none;
                        }

                        .fanan .fananCon .fananConL ul li.fOn::before {
                            /* right: -29px;
    top: 21px; */
                            right: -38%;
                            top: 37%;
                            width: 14px;
                            height: 14px;
                            border-radius: 14px;
                            display: none;
                        }

                        .fanan .fananCon .fananConL ul li.fOn span {
                            top: 15px;
                            right: -24px;
                            border: 12px solid transparent;
                            border-left: 12px solid #B7D4FF;
                            display: none;
                        }

                        .fanan .fananCon .fananConL ul li.fOn em {
                            top: 15px;
                            right: -23px;
                            border: 12px solid transparent;
                            border-left: 12px solid #4964DB;
                            display: none;
                        }

            .fanan .fananCon .fananConR {
                width: 100%;
                height: 100%;
            }

                .fanan .fananCon .fananConR p {
                    width: 100%;
                    font-size: 14px;
                }

                .fanan .fananCon .fananConR div {
                    display: none;
                    width: 100%;
                    height: 100%;
                }

                .fanan .fananCon .fananConR img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }

                .fanan .fananCon .fananConR .solution-image {
                    margin: inherit;
                    width: 100%;
                    /*height: 180px;*/
                    height: 330px;
                }

                    .fanan .fananCon .fananConR .solution-image .solution-image-images {
                        transition: all ease-in 0.25s;
                    }

    /***新闻页面*****/
    .bannerNews {
        width: 100%;
        height: 306px;
    }

        .bannerNews div {
            position: absolute;
            top: 120px;
            left: 60px;
            font-size: 35px;
        }

            .bannerNews div span {
                font-size: 35px;
            }

    .newsList {
        padding: 0 20px;
    }

        .newsList li {
            margin-top: 15px;
            width: 100%;
        }

    .showCon {
        padding: 30px 30px;
    }
    /**网站建设--手机**/
    .bannerWeb {
        width: 100%;
        height: 312px;
    }

        .bannerWeb .bannerT {
            position: absolute;
            top: 60px;
            left: 20px;
            font-size: 28px;
        }

            .bannerWeb .bannerT span {
                font-size: 28px;
            }

    .bannerD {
        top: 110px;
        left: 20px;
        font-size: 12px;
    }

    .bannerI {
        top: 140px;
        left: 50%;
        transform: translate( -50%);
        width: 240px;
    }

    .webOne,
    .webThree {
        width: 100%;
        text-align: center;
        padding: 35px 0;
    }

        .webOne .webT,
        .webThree .webT,
        .webTwo .webT {
            font-size: 24px;
        }

        .webOne .webD,
        .webThree .webD,
        .webTwo .webD {
            margin-top: 10px;
            font-size: 14px;
        }

    .webOneUl {
        padding: 0 20px;
        margin-top: 10px;
    }

        .webOneUl li {
            margin: 10px 0;
            width: 100%;
        }

            .webOneUl li img {
                margin: 0 20px;
                width: 40px;
            }

    .webTwo {
        height: auto;
        padding: 25px 0;
        margin-top: 0px;
    }

    .webTwoUl {
        margin-top: 20px;
        padding: 0 10px;
    }

        .webTwoUl li {
            width: calc(50% - 10px);
            /*height: 300px;*/
            float: left;
            margin: 20px 5px
        }

            .webTwoUl li div:first-child {
                width: 100%;
                height: 53px;
            }

            .webTwoUl li img {
                margin: 10px auto;
                width: 49px;
                height: 36px;
                object-fit: contain;
            }

            .webTwoUl li div h3 {
                font-size: 17px;
                font-weight: bold;
                color: #222222;
                padding-left: 15px;
                padding-right: 15px;
            }

            .webTwoUl li div p {
                padding: 34px;
                font-size: 18px;
                font-weight: 400;
                color: #6E768A;
            }

    .webThreeUl {
        padding: 30px 20px;
    }

        .webThreeUl li {
            width: calc(50% - 20px);
        }

            .webThreeUl li div {
                font-size: 14px;
            }

    .webTwoUl li {
        height: 295px;
    }

    .footer .footerR ul li img {
        width: 101px;
        height: 101px;
    }

    .new .newL li img {
        height: 203px;
    }

    .banner .bannerCon div:nth-child(1) {
        font-size: .25rem;
    }

    .banner .bannerCon div:nth-child(2) {
        font-size: 1.6125rem;
    }

    .banner .bannerCon div:nth-child(3) {
        font-size: .925rem;
    }

    .banner .bannerCon div:nth-child(4) {
        font-size: .975rem;
    }

    .footer .footerR {
        margin-top: 0px;
    }

    .newsList li h3 {
        height: initial;
    }
}

@media(min-width:1350px) and (max-width:1600px) {
    .container {
        padding: 0 130px;
    }

    .createDiv .creCon {
        padding: 30px;
    }
}

@media (min-width: 865px) and (max-width: 1350px) {
    .container {
        padding: 0 20px;
    }

    .nav .navLi {
        width: 400px;
    }

    .createDiv .creCon {
        padding: 20px;
    }
}
