<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    text-decoration: none;
    font-family: "微软雅黑";
    /*color: #666666;*/
}

    a:hover, a:active {
        /*color:red;
	font-size: 130%;*/
        text-decoration: none;
    }

    a:link {
        /* color:blue; */
      /*  color:#fff;*/

    }

ul {
    list-style: none;
}

.navbar-brand {
    padding: 10px 15px;
    line-height: 30px;
}

img {
    transition: all 0.8s;
}

    img:hover {
        /* opacity: 0.6;
	filter:alpha(opacity=60); */
        transform: scale(1.02);
    }

.index_img img {
    margin-top: 20px;
    width: 450px;
    height: 320px;
}

.index_img h1 {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: red;
    line-height: 40px;
    font-weight:700;
    padding: 8px;
    margin-top: 10px;
}

.index_news {
 margin: 7px;
    font-size: 14px;
    padding-left: 6px;
    /* width: 460px; */
    overflow: hidden;
     text-overflow: ellipsis;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /*//显示的行数*/
    /*height: 100px;*/
}

.index_home_news {
    font-size: 14px;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /*//显示的行数*/
    height: 50px;
}

.news_index {
    font-size: 14px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /*//显示的行数*/
    /*height: 50px;*/
}

    .news_index h2 {
        margin-top: 5px;
        font-weight: 700;
    }

.new_list {
    padding-bottom: 20px;
}
.news_show{
    font-size:16px;
}
.news_show img{
    width:95%;
    height:95%;
}
.new_list_show {
    font-size: 14px;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-box-orient: vertical;*/
    -webkit-line-clamp: 4; /*//显示的行数*/
    height: 90px;
}

.new_list .item {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    display: block;
    padding: 25px;
    transition: all .5s;
}

    .new_list .item a {
        display: block;
    }

        .new_list .item a:hover .txt h3 {
            color: #0e87db;
        }

    .new_list .item:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }

    .new_list .item .mark_1 {
        color: #999;
        font-size: 12px;
        /*line-height: 20px;*/
        float: right;
        background-color: none;
    }

        .new_list .item .mark_1 span {
            display: inline-block;
            padding-right: 18px;
        }

    .new_list .item .txt {
        width: 760px;
        cursor: pointer;
    }

        .new_list .item .txt h3 {
            font-size: 20px;
            font-weight: 700;
            line-height: 30px;
            padding-left: 15px;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .new_list .item p {
        color: #666;
        line-height: 25px;
    }

        .new_list .item p span {
            display: inline-block;
            /*color: #0e87db;*/
            padding-left: 10px;
        }

    .new_list .item img {
        position: relative;
        width: 310px;
        height: 165px;
        display: block;
        overflow: hidden;
        cursor: pointer;
        float: left;
    }

.index_news_list {
    padding-bottom: 20px;
}

    .index_news_list .item {
        width: 100%;
        border-bottom: 1px solid #eaeaea;
        display: block;
        padding: 20px;
        transition: all .5s;
    }

        .index_news_list .item a {
            display: block;
        }

            .index_news_list .item a:hover .txt h3 {
                color: #0e87db;
            }

        .index_news_list .item:hover {
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        }

        .index_news_list .item .mark_1 {
            color: #999;
            font-size: 13px;
            /*line-height: 20px;*/
           /*padding-left: 60px;*/
           margin-top:10px;
           float:right;
            background-color: none;
        }

            .index_news_list .item .mark_1 span {
                display: inline-block;
                padding-right: 18px;
            }

        .index_news_list .item .txt {
            width: 420px;
            cursor: pointer;
        }

            .index_news_list .item .txt h3 {
                font-size: 16px;
                font-weight: bold;
                line-height: 30px;
                padding-left: 15px;
                -webkit-transition: all .3s ease-in-out 0s;
                -moz-transition: all .3s ease-in-out 0s;
                transition: all .3s ease-in-out 0s;
            }

        .index_news_list .item p {
            color: #666;
            line-height: 25px;
        }

            .index_news_list .item p span {
                display: inline-block;
                /*color: #0e87db;*/
                padding-left: 10px;
            }

        .index_news_list .item img {
            position: relative;
            width: 180px;
            height: 135px;
            display: block;
            overflow: hidden;
            cursor: pointer;
            float: left;
        }

.index_main_news {
    margin: 0 auto;
    padding: 20px 10px;
}

.index_main_line {
    margin: 0 auto;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    color: #4ec0f1;
    font-weight: 600;
}

    .index_main_line em {
        margin: 0 auto;
        display: inline-block;
        width: 360px;
        height: 1px;
        margin-bottom: 8px;
        background: #cecece;
    }

    .index_main_line span {
        display: inline-block;
        margin: 0 30px;
    }

.index_home_yatai {
}

    .index_home_yatai img {
        width: 100%;
    }

.about_home_1 {
    background: url(../../images/guangchang.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.my_video_1 {
    /*position: absolute;*/
    top: 18%;
    z-index: 6;
    width: 100%;
    /*margin: 10% auto;*/
    width: 100%;
}

    .my_video_1 video {
        width: 100%;
        height: 100%;
    }

.top_1 {
    /* background-color: grey; */
    color: #fff;
    font-size: 12px;
}

    .top_1 a {
        color: cornsilk;
    }

        .top_1 a:hover {
            color: red;
            font-size: 14px;
        }

.na_1 li {
    margin-left: 20px;
    display: block;
    /* background-color: red;
    line-height: 60px; */
    font-size:17px;
    color:#1fa1d8;
}


.na_1 a:hover {
    color: red;
}

.navbar {
    margin-bottom: 0px;
}


.about-yatai {
    background: url(../../images/guangchang.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.product_index_img {
    background: url(../../images/productindex.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.project_index_img {
    background: url(../../images/server.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.yatai_news_img {
    background: url(../../images/notice2.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.yatai_hr_img {
    background: url(../../images/hr_index.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.yatai_server_img {
    background: url(../../images/server-index.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.about-yatai_sun {
    background: url(../../images/index/yatai_sun.jpg) center center no-repeat;
    background-size: cover;
}

    .about-yatai_sun h2 {
        font-size: 33px;
        line-height: 33px;
        display: block;
        color: #fff;
        /* position: absolute; */
        margin-top: 80px;
        text-align: center;
        width: 100%;
    }



    .about-yatai_sun p {
        width: 100%;
        /* position: absolute; */
        margin-bottom: 60px;
        text-align: center;
        font-size: 15px;
        color: #fff;
    }

.banner-title {
    font-size: 30px;
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    line-height: 1;
    /*margin-top: 60px;*/
    padding: 20px 20px 10px;
}


.about-yatai .banner-detail {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-top: 20px;
}

    .about-yatai .banner-detail:hover {
        /* color: #b5cd42; */
        font-size: 14px;
    }




.banner-detail {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-top: 20px;
    font-weight: 700;
}

 .banner-detail:hover {
        /* color: #b5cd42; */
        font-size: 16px;
    }




@media (max-width: 1200px) {
    .banner-title {
        margin-top: 60px;
    }
}

@media (max-width: 992px) {
    .banner-title {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .banner-title {
        /* margin-top: 5px;
		font-size: 24px; */
    }

    .about-yatai {
        /*background: url(../../images/index/yatai.jpg) center center no-repeat rgba(0,0,0,0.3);*/
        background-size: cover;
        margin: 0 auto;
    }

    .index_img img {
        width: 350px;
        height: 230px;
    }

    .index_news_list .item img {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        cursor: pointer;
        float: left;
    }

    .index_news_list .item .txt {
        width: 100%;
        cursor: pointer;
    }

    .new_list .item img {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        cursor: pointer;
        float: left;
    }

    .new_list .item {
        width: 100%;
        border-bottom: 1px solid #eaeaea;
        display: block;
        padding: 15px;
        transition: all .5s;
    }

        .new_list .item .txt {
            width: 100%;
            cursor: pointer;
        }

            .new_list .item .txt h3 {
                font-size: 16px;
                margin-top: 10px;
                font-weight: 700;
                -webkit-transition: all .3s ease-in-out 0s;
                -moz-transition: all .3s ease-in-out 0s;
                transition: all .3s ease-in-out 0s;
            }

    .new_list_show {
        font-size: 13px;
        padding-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        /* -webkit-box-orient: vertical; */
        -webkit-line-clamp: 4;
        height: 130px;
    }
}
    .gray-bg {
        background-color: #f2f2f2;
    }

    .title span {
        font-size: 25px;
        color: #CCCCCC;
        font-weight: bold;
        margin-right: 5px;
        font-family: "Microsoft YaHei";
    }

    .common-title {
        font-size: 30px;
        color: #151392;
        line-height: 1;
        font-weight: bold;
        font-family: "Microsoft YaHei";
        margin-top: 45px;
    }



    .common-detail {
        font-size: 14px;
        color: #7a7a7a;
        line-height: 28px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .list-con {
        margin-top: 96px;
    }

    .list-item {
        height: 112px;
        padding-left: 138px;
        background: url(../../images/icons.png)left top no-repeat;
        margin-bottom: 39px;
        overflow: hidden;
    }

        .list-item h3 {
            font-size: 16px;
            color: #4e4e4e;
            font-weight: bold;
        }

        .list-item p {
            font-size: 14px;
            color: #7a7a7a;
            line-height: 28px;
        }

    .list02 {
        background-position: left -112px;
    }

    .list03 {
        background-position: left -224px;
    }

    .list04 {
        background-position: left -336px;
    }

    .list05 {
        background-position: left -448px;
    }

    .list06 {
        background-position: left -560px;
    }

    .case-list {
        margin-top: 75px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 57px;
    }

        .case-list img {
            width: 100%;
        }

        .case-list .col-lg-3 {
            padding: 0;
        }

    @media (max-width: 500px) {
        .case-list .col-xs-6 {
            width: 100%;
        }
    }

    .case-list .col-lg-3 .mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #b5cd42;
        color: #ffffff;
        padding: 10px;
        opacity: 0.8;
        display: none;
    }

    .case-list .col-lg-3:hover .mask {
        display: block;
    }

    .blue-bg {
        background-color: #2c8fba;
    }

        .blue-bg .common-title {
            color: #fff;
        }

        .blue-bg .common-detail {
            color: #fff;
        }

    .logos-list .col-lg-2 {
        width: 19%;
        /* box-shadow: 0px 0px 16px #efeeee; */
        position: relative;
        margin-right: 4px;
        border-radius: 6px;
        overflow: hidden;
        /* text-align: center; */
        /* width: 230px; */
        height: 350px;
        /* background-size: 100%; */
    }

        .logos-list .col-lg-2 img {
            float: left;
            /* width: 230px;
    height: 350px; */
            /* box-shadow: 0px 0px 16px #efeeee;
    position: relative;
    margin-right: 12px;
    border-radius: 6px;
    overflow: hidden;
	text-align: center;*/
            background-size: 100%;
        }

        .logos-list .col-lg-2 .she-1 {
            background: url(../../images/js/a20_03.png);
            width: 230px;
            height: 279px;
            position: absolute;
            /* left: 0; */
            top: 0;
        }

            .logos-list .col-lg-2 .she-1 i {
                width: 69px;
                height: 75px;
                background-position: -294px -316px;
                margin-top: 61px;
                margin-left: 70px;
                transition: all .6s ease 0s;
                color: black;
            }

            .logos-list .col-lg-2 .she-1 .ic-1 {
                background: url(../../images/js/iconp-1.png) no-repeat;
                display: inline-block;
                vertical-align: middle;
                background-position-x: 0px;
                background-position-y: 0px;
            }

            .logos-list .col-lg-2 .she-1 .ic-2 {
                background: url(../../images/js/iconp-1.png) no-repeat;
                display: inline-block;
                vertical-align: middle;
                background-position-x: -69px;
                background-position-y: 0px;
            }

            .logos-list .col-lg-2 .she-1 .ic-3 {
                background: url(../../images/js/iconp-1.png) no-repeat;
                display: inline-block;
                vertical-align: middle;
                background-position-x: -138px;
                background-position-y: 0px;
            }

            .logos-list .col-lg-2 .she-1 .ic-4 {
                background: url(../../images/js/iconp-1.png) no-repeat;
                display: inline-block;
                vertical-align: middle;
                background-position-x: -205px;
                background-position-y: 0px;
            }

            .logos-list .col-lg-2 .she-1 .ic-5 {
                background: url(../../images/js/iconp-1.png) no-repeat;
                display: inline-block;
                vertical-align: middle;
                background-position-x: -273px;
                background-position-y: 0px;
            }

            .logos-list .col-lg-2 .she-1 p {
                font-size: 24px;
                color: #fff;
                line-height: 24px;
                padding-top: 38px;
                padding-left: 60px;
                transition: all .6s ease 0s;
            }

                .logos-list .col-lg-2 .she-1 p span {
                    display: block;
                    font-size: 16px;
                    color: #dddddd;
                    line-height: 18px;
                    padding-top: 10px;
                }

        .logos-list .col-lg-2 .zixun {
            display: block;
            width: 230px;
            height: 71px;
            position: absolute;
            margin-left: 40px;
            bottom: 0;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

            .logos-list .col-lg-2 .zixun p {
                width: 120px;
                height: 35px;
                background-color: #666666;
                border-radius: 5px;
                line-height: 35px;
                font-size: 18px;
                color: #fff;
                display: inline-block;
                margin-top: 18px;
                padding-left: 10px;
                -webkit-transition: all .3s ease-in-out 0s;
                -moz-transition: all .3s ease-in-out 0s;
                transition: all .3s ease-in-out 0s;
            }

                .logos-list .col-lg-2 .zixun p span {
                    width: 5px;
                    height: 7px;
                    display: inline-block;
                    background-position: -118px -282px;
                    margin-left: 10px;
                }

    .icon {
        background: url(../../images/js/icon.png) no-repeat;
        display: inline-block;
        vertical-align: middle;
    }

    .logos-list .col-lg-2 a:hover {
        background-color: #2278d1;
        font-weight: bold;
        font-size: 20px;
    }
    /* 技术支持end */
    .logos-list a {
        display: block;
        width: 200px;
        height: 180px;
        background: url("../images/logos.png")left top no-repeat;
        margin: 0 auto;
    }

    .logos-list .logo02 {
        background-position: left -180px;
    }

    .logos-list .logo03 {
        background-position: left -360px;
    }

    .logos-list .logo04 {
        background-position: left -540px;
    }

    @media (max-width: 1200px) {
        .logos-list .col-lg-2 {
            width: 20%;
            float: left;
        }
    }

    @media (max-width: 992px) {
        .logos-list .col-lg-2 {
            width: 100%;
            float: left;
        }
    }

    @media (max-width: 768px) {
        .logos-list .col-lg-2 {
            width: 100%;
            float: left;
        }
    }

    .links-list {
        margin: 38px 0;
    }

        .links-list dt {
            font-size: 20px;
            color: #040404;
            line-height: 1;
            margin-bottom: 10px;
        }

        .links-list dd {
            line-height: 30px;
            font-size: 13px;
            /* color: #a0a0a0; */
        }

            .links-list dd a {
                color: #fff;
            }

                .links-list dd a:hover {
                    color: red;
                }

    .bark-bg {
        background-color: #2e2e2e;
        border-top: 5px solid #2994bf;
    }

    .bark-bg_2021 {
        background-color: #000000;
        border-top: 5px solid #171717;
    }

    .foot-bg {
        background-color: #444444;
    }

        .foot-bg span {
            color: #fff;
        }

    .footer {
        font-size: 12px;
        height: 62px;
        color: #fff;
    }

    .footer_2021 {
        font-size: 12px;
        height: 62px;
        color: #fff;
    }

    .footer .text-left {
        line-height: 62px;
    }

    .footer .text-right {
        line-height: 62px;
    }

        .footer .text-right a {
            padding: 10px;
            color: #fff;
        }


    .about-home {
        margin: 0 auto;
        background-color: #f5f5f5;
        padding: 20px 20px 20px;
    }

    .about_index_news {
        margin: 0 auto;
        padding: 0px 20px ;
    }

    .about-tp b {
        font-size: 20px;
        color: #181818;
    }

    .about-tp span {
        font-size: 14px;
        color: #b3b3b3;
        margin-left: 5px;
        font-weight: bold;
    }

    .about-img {
        margin: 10px 0 0;
    }

        .about-img h1 {
            color: #181818;
            font-size: 17px;
            text-align: left;
            margin: 20px 0 10px;
            font-weight: bold;
        }

        .about-img p {
            font-size: 13px;
            color: #797878;
            line-height: 23px;
            text-indent: 2em;
        }

        .about-img ul li {
            text-align: left;
            width: 100%;
            display: block;
            /* float: left; */
            line-height: 30px;
            text-align: left;
            margin: 0 0 10px 0;
        }

    .about-zt {
        margin: 0 auto;
        background-color: #f6fdf2;
        padding: 40px 40px 40px;
    }

    .about-news {
        margin: 0 auto;
        /* background-color: #f6fdf2;  */
        padding-top: 40px;
    }

    .about-hy {
        margin: 0 auto;
        padding-top: 40px;
        background-color: #f5f5f5;
    }

    .about-news-1 {
        margin-top: 10px;
        margin-left: -20px;
    }

        .about-news-1 ul li {
            width: 100%;
            display: block;
            line-height: 30px;
            margin: 5px 0 20px 12px;
        }

            .about-news-1 ul li img {
                width: 60px;
                height: 40px;
            }

            .about-news-1 ul li span {
                font-size: 13px;
                color: #797878;
                line-height: 35px;
                text-indent: 2em;
            }

            .about-news-1 ul li b {
                font-size: 11px;
                color: #797878;
                margin-bottom: -10px;
            }

    @media (max-width:768px) {
        .footer .text-left {
            line-height: 22px;
        }

        .footer .text-right {
            text-align: left;
            line-height: 22px;
        }
    }

    .box-1 {
        display: block;
        background-color: #e22727;
        /*line-height: 40px;
    padding-bottom: 10px;*/
        opacity: 0.8;
        /*border-radius: 10px;*/
        /*margin-bottom: 20px;*/
        /* color: #fff; */
        padding: 30px;
    }
.box-2 {
    display: block;
    background-color: #0e87dbcc;
    /*line-height: 40px;
    padding-bottom: 10px;*/
    opacity: 0.8;
    /*border-radius: 10px;*/
    /*margin-bottom: 20px;*/
    /* color: #fff; */
    padding: 30px;
}
.box-hr {
    display: block;
    background-color: rgb(60 57 57 / 0.78);
    /*line-height: 40px;
    padding-bottom: 10px;*/
    opacity: 0.8;
    /*border-radius: 10px;*/
    /*margin-bottom: 20px;*/
    /* color: #fff; */
    padding: 30px;
}
    /* 通知公告 */
    .notice-bj {
        /* background: linear-gradient(141deg,#fa5e58 15%,  #67d0ff 80%); */
        background: linear-gradient(141deg,#fc4424 20%, #552010 70% );
        /* background: url(../../images/index/notice.jpg); */
        color: #fff;
    }


    .notice-common-title {
        font-size: 30px;
        color: #151392;
        line-height: 1;
        font-weight: bold;
        font-family: "Microsoft YaHei";
        margin: 30px 0;
    }

    .notice-text-center {
        text-align: right;
    }

    .notice-bj span {
        color: #fff;
        margin-right: 2px;
    }

    .col-lg-5 .left {
        margin-top: -49px;
        margin-right: -40px;
        float: right;
        right: 15px;
        width: 0px;
        height: 0px;
        border-top: 10px solid transparent;
        border-left: 10px solid yellow;
        border-bottom: 10px solid transparent;
        /* position: absolute;    */
        /* margin-left: 10px;   
	margin-top: 35px;    */
        border-right-color: #b5cd42;
    }

    .notice-bj b {
        color: #CCCCCC;
        font-size: 23px;
        margin-left: 2px;
        margin-bottom: 10px;
        margin-right: 20px;
    }

    .notice-bj ul li span {
        /* color:blue; */
        font-size: 14px;
        margin: 3px 0 5px 0;
        font-weight: bold;
    }

    .notice-bj ul li b {
        color: red;
        font-size: 16px;
        margin: 3px 0 5px 0;
        font-weight: bold;
    }

    .col-lg-7 .gd {
        margin-top: 20px;
        /* line-height: 80px; */
        margin-bottom: 10px;
    }

    .animate {
        padding-left: 20px;
        font-size: 12px;
        color: #000;
        display: inline-block;
        white-space: nowrap;
        animation: 10s wordsLoop linear infinite normal;
    }

    @keyframes wordsLoop {
        0% {
            transform: translateX(200px);
            -webkit-transform: translateX(200px);
        }

        100% {
            transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
        }
    }

    @-webkit-keyframes wordsLoop {
        0% {
            transform: translateX(200px);
            -webkit-transform: translateX(200px);
        }

        100% {
            transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
        }
    }
    /* 通知公告end */
    .js-bj {
        /* background: linear-gradient(141deg, #67d0ff 0%, #2278d1 51%, #2278d1 75%); */
        background: linear-gradient(141deg, #2278d1 55%, #67d0ff 30% );
        color: #fff;
    }

        .js-bj p {
            text-align: center;
            padding-top: 50px;
            font-size: 36px;
            color: #fff;
            line-height: 36px;
        }

            .js-bj p span {
                margin-left: 10px;
                font-size: 20px;
                color: #CCCCCC;
                line-height: 20px;
                padding-top: 18px;
                display: block;
            }

        .js-bj dt {
            /* float: left; */
            margin-left: 50px;
            padding-top: 30px;
            font-size: 36px;
            color: #fff;
            line-height: 36px;
            /* margin-bottom: 20px; */
        }

            .js-bj dt span {
                color: #666666;
            }

    @media (max-width: 768px) {
        .js-bj p {
            font-size: 30px;
        }

            .js-bj p span {
                margin-left: 10px;
                font-size: 22px;
                color: #CCCCCC;
                line-height: 22px;
                padding-top: 22px;
                display: block;
            }

        .js-bj dt {
            /* float: left; */
            margin-left: 30px;
            padding-top: 20px;
            font-size: 20px;
            color: #fff;
            line-height: 20px;
            /* margin-bottom: 20px; */
        }

            .js-bj dt span {
                color: #666666;
                font-size: 16px;
            }
    }
    /* 解决方案	 */
    .server-bj {
        background: url(../../images/index/server.jpg) no-repeat;
        /* filter: brightness(65%); */
        overflow: hidden;
    }

    .server img {
        text-align: center;
        vertical-align: middle;
        width: 99%;
        transition: all 0.8s;
        border-radius: 10px;
    }

        .server img:hover {
            /* opacity: 0.9; */
            /* filter:contrast(76%); */
            filter: brightness(65%);
            transform: scale(1.1);
        }

    .server-bj h2 {
        font-size: 33px;
        line-height: 33px;
        display: block;
        color: #fff;
        /* position: absolute; */
        margin-top: 80px;
        text-align: center;
        width: 100%;
    }

    .server {
        background: #e6eef1;
    }

        .server .fa {
            /* border: 1px solid #aaa; */
            margin-top: 30px;
            display: block;
            height: 10%;
        }

            .server .fa img {
                display: table-cell;
                text-align: center;
                vertical-align: middle;
            }

            .server .fa p:hover {
                color: blue;
                margin-top: 10px;
                font-size: 24px;
                text-shadow: 2px 2px 10px rgb(77, 77, 77);
            }

    .server-bj p {
        width: 100%;
        /* position: absolute; */
        margin-bottom: 60px;
        text-align: center;
        font-size: 15px;
        color: #fff;
    }

    .server .info_wrap {
        width: 100%;
        /* position: absolute; */
        text-align: center;
    }

        .server .info_wrap p {
            font-size: 20px;
            line-height: 26px;
            color: #fff;
            text-shadow: 2px 2px 10px #000;
            margin-top: 20px;
            margin-bottom: 40px;
            transition: 0.4s ease;
        }

    @media(max-width: 768px) {
        .server .info_wrap p {
            font-size: 16px;
        }
    }

    /* 技术方案end */

    /* 质量体系 */
    .quality-bg {
        /* background-color: oldlace; */
        text-align: center;
    }

    .quality_title {
        font-size: 28px;
        color: #0f78be;
        line-height: 1;
        /* font-weight: bold; */
        font-family: "Microsoft YaHei";
        text-align: center;
        position: relative;
        height: 40px;
        line-height: 40px;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 5px;
        font-size: 30px;
        /* color: #151392;
	line-height: 1;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	margin-top: 45px; */
    }

    .quality-bg span {
        font-size: 16px;
        color: #7a7a7a;
        line-height: 20px;
        text-align: center;
        position: relative;
        margin-bottom: 20px;
        padding: 5px;
        display: block;
    }

    .quality_title::after, .quality_title::before {
        content: "";
        position: absolute;
        top: 50%;
        background: #d3d3d3;
        height: 1px;
        width: 39%;
    }

    @media (max-width: 1200px) {
        .quality_title::after, .quality_title::before {
            content: "";
            position: absolute;
            top: 50%;
            background: #d3d3d3;
            height: 1px;
            width: 28%;
        }
    }

    @media (max-width: 992px) {
        .quality_title::after, .quality_title::before {
            content: "";
            position: absolute;
            top: 50%;
            background: #d3d3d3;
            height: 1px;
            width: 26%;
        }
    }

    @media (max-width: 768px) {
        .quality_title {
            font-size: 28px;
            color: #0f78be;
            line-height: 1;
            /* font-weight: bold; */
            font-family: "Microsoft YaHei";
            text-align: center;
            position: relative;
            height: 40px;
            line-height: 40px;
            width: 100%;
            margin-top: 25px;
            margin-bottom: 5px;
            font-size: 22px;
        }

            .quality_title::after, .quality_title::before {
                content: "";
                position: absolute;
                top: 50%;
                background: #d3d3d3;
                height: 1px;
                width: 6%;
            }
    }


    .quality_title::after {
        left: 0;
    }

    .quality_title::before {
        right: 0;
    }

    .quality-top {
        font-size: 30px;
        color: #666666;
        line-height: 1;
        font-weight: bold;
        font-family: "Microsoft YaHei";
        /* margin: 20px 10px; */
    }

    .quality {
        position: relative;
        overflow: hidden;
        background-color: #f5f5f5;
    }

        .quality img {
            width: 110%;
            /*position: absolute;*/
            display: block;
            background-size: cover;
            transform: translate(-2%,-1%);
        }

        .quality .quality_1 {
            /*height:100%;*/
            /*background-image: url(../../images/cj_1.jpg);*/
        }

        .quality .quality_2 {
            background-image: url(../../images/index/cj_2.jpg);
        }

        .quality .quality_3 {
            background-image: url(../../images/index/cj_3-1.jpg);
        }

        .quality .quality_4 {
            background-image: url(../../images/index/cj_5.jpg);
        }

    .quality-box {
        height: 250px;
    }

    .quality_w_r {
        line-height: 100px;
        /* background-color:  #f5f5f5; */
    }

        .quality_w_r h2 {
            color: #1fa1d8;
            margin-left: 15px;
        }

        .quality_w_r p {
            color: #cec1c1;
            font-size: 17px;
            margin-left: 20px;
            margin-top: -50px;
        }

        .quality_w_r span {
            margin-left: 40px;
            font-size: 19px;
            /* font-weight: bold; */
        }

        .quality_w_r .hx_1 {
            width: 200px;
            height: 5px;
            margin-left: 15px;
            padding: 0px;
            overflow: hidden;
            background-color: rgba(235, 193, 3, 0.89);
        }

        .quality_w_r .left {
            width: 0px;
            height: 0px;
            border-top: 15px solid transparent;
            border-right: 15px solid;
            border-bottom: 15px solid transparent;
            position: absolute;
            margin-left: 10px;
            margin-top: 35px;
            border-right-color: #b5cd42;
        }

    @media(max-width: 768px) {
        .quality_w_r h2 {
            color: #1fa1d8;
            margin-left: 15px;
        }

        .quality_w_r p {
            color: #cec1c1;
            font-size: 17px;
            margin-left: 20px;
            margin-top: -50px;
        }

        .quality_w_r span {
            margin-left: 40px;
            font-size: 15px;
            /* font-weight: bold; */
        }
    }


    /* 左边的设置 */
    .quality_w_l {
        line-height: 180px;
        /* background-color:  #f5f5f5; */
        text-align: right;
        height: 180px;
    }

        .quality_w_l h2 {
            color: #1fa1d8;
            margin-left: 15px;
        }

        .quality_w_l p {
            color: #cec1c1;
            font-size: 17px;
            margin-left: 20px;
            margin-top: -90px;
        }

        .quality_w_l span {
            margin-left: 40px;
            font-size: 19px;
            margin-top: -40px;
            position: absolute;
            right: 50px;
            /* font-weight: bold; */
        }

        .quality_w_l .hx_1 {
            /* position: relative; */
            float: right;
            width: 200px;
            height: 5px;
            /* margin-left:15px;  */
            /* padding: 0px; */
            overflow: hidden;
            background-color: rgba(235, 193, 3, 0.89);
            margin-top: auto;
        }

            .quality_w_l .hx_1::after {
                /* float:right; */
                text-align: right;
                content: '';
                position: absolute;
                left: 40px;
                bottom: 0;
                right: 10px;
                width: 200px;
                height: 5PX;
                background-color: #dcdcdc;
            }

        .quality_w_l .right {
            float: right;
            width: 0px;
            height: 0px;
            border-top: 15px solid transparent;
            border-left: 15px solid #b5cd42;
            border-bottom: 15px solid transparent;
            position: absolute;
            margin-left: 10px;
            margin-top: 35px;
            border-right-color: #b5cd42;
            right: 15px;
        }

    .quality .quality_1 h2 {
        /* margin: 30px 20px; */
        /* line-height: 36px; */
        /* height: 32px; */
        color: #4e4e4e;
    }
    /* foot */
    .foot-gray {
        background-color: #f1f1f1;
        /* margin: 30px 0; */
        color: #fff;
        overflow: hidden;
    }
    /* bottom */
    .bark-blue {
        background-color: #009acd;
        border-top: 5px solid #2994bf;
        color: #fff;
    }

    .bottom-title {
        margin: 0 auto;
        font-size: 30px;
        font-family: 楷体,楷体_GB2312;
        text-align: center;
        margin-top:20px;
    }

    .bottom-p {
        color: #e6eef1;
        margin: 5px;
        font-size: 14px;
        line-height: 1.8em;
        text-align: left;
        font-family: 黑体;
        margin-top:30px;
    }

    .bottom-img {
        margin-top: 20px;
        font-size: 16px;
        font-family: 黑体;
        text-align: center;
        color:#fff;
    }

        .bottom-img p {
            margin: 5px 0;
        }

        .bottom-img img {
            width: 110px;
        }

    .bottom .col-lg-2 {
        width: 16%;
    }

    @media (max-width: 992px) {
        .bottom-title {
            margin: 0 auto;
            font-size: 20px;
            font-family: 楷体,楷体_GB2312;
            text-align: center
        }

        .bottom .col-lg-2 {
            /* width: 300px; */
        }
    }

    @media (max-width: 768px) {
        .bottom-title {
            margin: 0 auto;
            font-size: 20px;
            font-family: 楷体,楷体_GB2312;
            text-align: center
        }

            .bottom-title h2 {
                font-size: 23px;
            }

        .bottom .col-lg-2 {
            width: 300px;
        }
    }

    @media(max-width:768px) {
        .server-bj h2 {
            font-size: 28px;
        }
    }
</pre></body></html>